@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4705882353vw;
  }
}
@media (min-width: 1088px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.4;
  }

  a.no-hover-effect:hover {
    opacity: 0.85 !important; 
  }
}

body {
  background: #664545;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1d1f;
  font-weight: 500;
  line-height: 2;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.75;
    font-size: 1rem;
  }
}

.pc-only,
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only,
.u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-only,
.u-mobile {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .p-doby {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.active {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body > * {
  opacity: 1;
}

body.is-loading-anim-in > * {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.loading-wrap {
  position: fixed;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  background: #fff;
  z-index: 99999;
}

.loading-wrap.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes scroll {
  0% {
    top: -100%;
  }
  50% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes slideUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.fadeIn {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeInTrigger {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUpTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUp;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================
ブロックエディタ css
===================================================== */
.wp-block-style {
  /* スペーサー */
  /* 画像 キャプション */
  /* 下付き */
  /* リンク */
  /* 太字 */
  /* リスト 位置調整 */
  /* 追加CSS */
  /**************************************
  * グーテンベルクの画像幅調整
  * ***********************************/
}
.wp-block-style > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-style > *:not(a):not(figure):not(figure > img) {
  clear: both;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1d1f;
  font-weight: 400;
  font-size: max(14px, 11px);
  font-size: max(0.875rem, 11px);
  line-height: 2.1111111111;
}
@media screen and (min-width: 768px) {
  .wp-block-style > *:not(a):not(figure):not(figure > img) {
    font-size: max(1.125rem, 12px);
  }
}
.wp-block-style .wp-block-style__end {
  display: block;
  margin: 0;
}
.wp-block-style .wp-block-spacer {
  margin-top: 0;
  margin-top: initial;
  margin-bottom: 0;
  margin-bottom: initial;
}
.wp-block-style .wp-block-image figcaption {
  text-align: center;
}
.wp-block-style sub {
  bottom: -0.8em;
}
.wp-block-style a {
  color: #00e;
  text-decoration: underline;
}
.wp-block-style a:visited {
  color: #551a8b;
  text-decoration: underline;
}
.wp-block-style strong {
  font-weight: bold;
}
.wp-block-style ul,
.wp-block-style ol {
  padding-left: 20px;
}
.wp-block-style ul li,
.wp-block-style ol li {
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 1.8666666667;
}
.wp-block-style ul ol,
.wp-block-style ul ul,
.wp-block-style ol ol,
.wp-block-style ol ul {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0;
}
.wp-block-style .wp-block-file .wp-block-file__button {
  padding: 4px 16px;
  color: #fff;
  text-decoration: none;
  text-decoration: initial;
}
.wp-block-style selector {
  list-style-type: lower-alpha;
}
.wp-block-style .wp-block-button .wp-element-button {
  display: inline-block;
  position: relative;
  min-width: 210px;
  min-width: 13.125rem;
  text-align: center;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  font-size: max(12px, 12px);
  font-size: max(0.75rem, 12px);
  font-weight: 700;
  line-height: 1;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .wp-block-style .wp-block-button .wp-element-button {
    padding: 0.9375rem 1.25rem;
    min-width: 10.625rem;
    font-size: max(0.625rem, 10px);
  }
}
.wp-block-style .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .wp-block-style .pc-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-style .sp-only {
    display: none;
  }
}
.wp-block-style h1.wp-block-heading {
  font-size: 2em;
}
.wp-block-style h2.wp-block-heading {
  font-size: 1.7em;
}
.wp-block-style h3.wp-block-heading {
  font-size: 1.3em;
}
.wp-block-style .wp-block-image img {
  height: auto !important;
}

.wp-block-style.wp-block-style--single > *:not(a) {
  font-size: max(16px, 11px);
  font-size: max(1rem, 11px);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .wp-block-style.wp-block-style--single > *:not(a) {
    font-size: max(1.25rem, 12px);
  }
}
.wp-block-style.wp-block-style--single h1.wp-block-heading {
  font-size: 2em;
}
.wp-block-style.wp-block-style--single h2.wp-block-heading {
  font-size: 1.7em;
}
.wp-block-style.wp-block-style--single h3.wp-block-heading {
  font-size: 1.3em;
}
.wp-block-style.wp-block-style--single :where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .wp-block-style.wp-block-style--single :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
       # General elements
       # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: inherit;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
       # Forms
       # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
          appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
       # Specify media element style
       # ================================================================= */
img {
  display: block;
  border-style: none;
  width: 100%;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-barba-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: right;
          transform-origin: right;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.c-barba-mask.is-close {
  -webkit-transform-origin: left;
          transform-origin: left;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.c-base-btn {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  min-width: 9.375rem;
  padding: 15px 10px 15px;
  padding: 0.9375rem 0.625rem 0.9375rem;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-color: #003f8e;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-base-btn {
    padding: 1.3125rem 0.625rem;
    min-width: 14rem;
    font-size: 1.25rem;
    border-radius: 3.125rem;
  }
}

.c-base-btn.c-base-btn--large {
  max-width: 210px;
  max-width: 13.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-base-btn.c-base-btn--large {
    max-width: 17rem;
  }
}

.c-base-btn.c-base-btn--wide {
  max-width: 100%;
  width: 100%;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-base-btn.c-base-btn--wide {
    max-width: 100%;
  }
}

.c-base-btn.c-base-btn--red {
  background-color: #ea5532;
}

.c-base-btn.c-base-btn--white {
  background-color: #ffffff;
  color: #003f8e;
  border: 1px solid #003f8e;
}
@media screen and (min-width: 768px) {
  .c-base-btn.c-base-btn--white {
    border-width: 2px;
  }
}

@media (any-hover: hover) {
  .c-base-btn:hover {
    background-color: #6c9bd2;
    opacity: 1;
  }
  .c-base-btn.c-base-btn--white:hover {
    color: #ffffff;
    border-color: #6c9bd2;
  }
  .c-base-btn.c-base-btn--red:hover {
    background-color: #f3981d;
  }
}
.c-base-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-base-ttl {
    font-size: 1.75rem;
  }
}

.c-blue-btn {
  position: relative;
  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;
  gap: 5px;
  gap: 0.3125rem;
  max-width: 230px;
  max-width: 14.375rem;
  width: 100%;
  padding: 12px 16px 12px 25px;
  padding: 0.75rem 1rem 0.75rem 1.5625rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background-color: #003f8e;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-blue-btn {
    padding: 1rem 0.875rem 1rem 2rem;
    max-width: 16rem;
    font-size: 1.125rem;
    border-radius: 3.125rem;
  }
}

.c-blue-btn__arrow {
  display: inline-block;
  aspect-ratio: 2/1;
  width: 48px;
  width: 3rem;
  border-radius: 3.125rem;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-blue-btn__arrow {
    border-radius: 3.125rem;
    width: 4rem;
  }
}

.c-blue-btn__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 27.13/16;
  width: 24px;
  width: 1.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-blue-btn__arrow svg {
    width: 1.695625rem;
  }
}

.c-blue-btn__arrow svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (any-hover: hover) {
  .c-blue-btn:hover {
    opacity: 1;
    background-color: #6c9bd2;
  }
  .c-blue-btn:hover .c-blue-btn__arrow svg path {
    fill: #6c9bd2;
  }
}

.c-nadge-scroll {
  position: absolute;
  margin: 0 auto;
  bottom: -70px;
  right: 50%;
  width: 1px;
  height: 70px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-nadge-scroll {
    height: 150px;
  }
}

.c-nadge-scroll div {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #231816;
  animation: scroll 3s linear infinite;
}

.c-business-catch {
  background-color: #003f8e;
}

.c-business-catch__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-business-catch__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.c-business-catch__texts {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-business-catch__texts {
    padding-top: 0.875rem;
  }
}

.c-business-catch__title {
  font-weight: 700;
  line-height: 1.3571428571;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-business-catch__title {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-business-catch__title {
    font-size: 1.75rem;
  }
}

.c-business-catch__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-business-catch__text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.c-business-catch__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-business-catch__img {
    max-width: 18rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-business-catch__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-business-catch__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4.875rem;
  }
}

.c-business-catch__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  padding: 20px 3.7%;
  padding: 1.25rem 3.7%;
}

.c-business-catch__card-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-business-catch__card-title {
    font-size: 1.25rem;
  }
}

.c-business-catch__card-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-business-catch__card-text {
    font-size: 0.9375rem;
    margin-top: 0.4375rem;
  }
}

.c-contact-complete__ttl {
  font-weight: 500;
}

.c-contact-complete__ttl ~ .c-contact-complete__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact-complete__ttl ~ .c-contact-complete__text {
    margin-top: 0.8125rem;
  }
}

.c-contact-complete__text {
  line-height: 2.1111111111;
  font-weight: 400;
}

.c-contact-complete__text a,
.c-contact-complete__list a {
  color: #003f8e;
}

.c-contact-complete__lists {
  margin-top: 1.5em;
}

.c-contact-complete__list {
  position: relative;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
}

.c-contact-complete__list::before {
  content: "※";
}

.c-contact-complete__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (min-width: 768px) {
  .c-contact-complete__btn {
    margin-top: 3.4375rem;
  }
}

.c-contact-complete__box {
  margin-top: 16px;
  margin-top: 1rem;
  background-color: #ffffff;
  border: 1px solid #707070;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact-complete__box {
    margin-top: 2rem;
    padding: 2rem 2.8125rem;
  }
}

.c-contact-complete__box-link {
  color: #003f8e;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.c-contact-confirm__top-text {
  font-weight: 500;
}

.c-contact-confirm__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table {
    margin-top: 1.75rem;
  }
}

.c-contact-confirm__table th,
.c-contact-confirm__table td {
  border: 1px solid #1d1d1f;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table th,
.c-contact-confirm__table td {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-contact-confirm__table th,
.c-contact-confirm__table td {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table th,
.c-contact-confirm__table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.c-contact-confirm__table thead th:first-child,
.c-contact-confirm__table tbody th {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table thead th:first-child,
.c-contact-confirm__table tbody th {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.c-contact-confirm__table thead th:nth-child(2),
.c-contact-confirm__table tbody td {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table thead th:nth-child(2),
.c-contact-confirm__table tbody td {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
}

.c-contact-confirm__table tbody th {
  width: 30%;
  background-color: #f7f8f9;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table tbody th {
    width: 15.9375rem;
  }
}

.c-contact-confirm__table tbody td {
  background-color: #ffffff;
  word-break: break-all;
}

.c-contact-confirm__table td.textarea span {
  display: block;
  min-height: 60px;
  min-height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__table td.textarea span {
    min-height: 5.9375rem;
  }
}

.c-contact-confirm__btns {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-contact-confirm__btns {
    margin-top: 3.9375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-contact-confirm__btn {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.c-contact-confirm .wpcf7-spinner {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-contact-confirm__table .section {
  border-top: 2px solid #1d1d1f;
}

.c-contact-confirm__table thead th {
  background-color: #e1e1e1;
}

.c-contact-flow__main {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: #f6f6f6;
  padding: 30px 30px 35px 10px;
  padding: 1.875rem 1.875rem 2.1875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact-flow__main {
    margin-top: 1.4375rem;
    padding: 3rem 1.5625rem 2.5rem;
  }
}

.c-flow-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  gap: 1.875rem;
  counter-reset: flow_number 0;
  max-width: 450px;
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-flow-list {
    max-width: none;
    max-width: initial;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 12rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    gap: 3rem;
  }
}

.c-flow-list__item {
  list-style: none;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.c-flow-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 70px;
  top: 4.375rem;
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  width: 1rem;
  background-color: #003f8e;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .c-flow-list__item:not(:last-child)::after {
    top: 6.9375rem;
    right: -1.875rem;
  }
}

.c-flow-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #003f8e;
  width: 100%;
  color: #003f8e;
  background-color: #ffffff;
}

.c-flow-list__num {
  aspect-ratio: 1/1;
  display: block;
  width: 32px;
  width: 2rem;
  border-right: 1px solid #003f8e;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-flow-list__num {
    width: 2.875rem;
  }
}

.c-flow-list__num::before {
  content: counter(flow_number, decimal-leading-zero);
  counter-increment: flow_number 1;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-flow-list__num::before {
    font-size: 1.75rem;
    top: 55%;
  }
}

.c-flow-list__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .c-flow-list__title {
    font-size: 1rem;
  }
}

.c-flow-list__title span.small {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-flow-list__title span.small {
    -webkit-transform: translate(0px, 0.0625rem);
            transform: translate(0px, 0.0625rem);
    font-size: 0.875rem;
  }
}

.c-flow-list__icon {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-flow-list__icon {
    width: 5.625rem;
    margin-top: 1.375rem;
  }
}

.c-flow-list__text {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.5714285714;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-flow-list__text {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.c-contact-input form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-row {
    grid-template-columns: max(14.875rem, 200px) 1fr;
    gap: 1.125rem;
  }
}

.c-contact-input form .form-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.c-contact-input form .form-note {
  position: relative;
  padding-left: 1em;
}

.c-contact-input form .form-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-contact-input form .form-row:not(:nth-of-type(1)):not(.form-no-margin) {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-row:not(:nth-of-type(1)):not(.form-no-margin) {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-row.form-accept {
    margin-top: 1.5rem;
  }
}

.c-contact-input form .form-border-top {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-border-top {
    border-top: 0;
    border-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-border-top > span {
    border-top: 1px solid #707070;
  }
}

.c-contact-input form .form-border-bottom {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-border-bottom {
    border-bottom: 0;
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-border-bottom > span {
    border-bottom: 1px solid #707070;
  }
}

.c-contact-input form .form-row > label {
  width: 100%;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-contact-input form .form-no-label > label {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-no-label > label {
    display: block;
  }
}

.c-contact-input form .form-row > label.form-required {
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-row > label.form-required {
    padding-left: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-row > label:not(.form-required) {
    padding-left: 4.0625rem;
  }
}

.c-contact-input form label .form-label-max {
  font-size: 0.9em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .c-contact-input form label .form-label-max {
    position: absolute;
    left: 3.3125rem;
    top: 1.7em;
    margin-left: 0;
    margin-left: initial;
  }
}

.c-contact-input form label.form-required::after {
  content: "必須";
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 0;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 50px;
  width: 3.125rem;
  height: 25px;
  height: 1.5625rem;
  color: #ffffff;
  background-color: #d7684e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-contact-input form label.form-required::after {
    top: 0.1875rem;
    width: 3rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}

.c-contact-input form input:not([type=submit]),
.c-contact-input form textarea {
  width: 100%;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  background-color: #ffffff;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-contact-input form input:not([type=submit]),
.c-contact-input form textarea {
    padding: 0.5625rem 1.875rem;
    letter-spacing: 0.04em;
  }
}

.c-contact-input form input::-webkit-input-placeholder,
.c-contact-input form textarea::-webkit-input-placeholder {
  color: #a7a9ac;
}

.c-contact-input form input::-moz-placeholder,
.c-contact-input form textarea::-moz-placeholder {
  color: #a7a9ac;
}

.c-contact-input form input::-ms-input-placeholder,
.c-contact-input form textarea::-ms-input-placeholder {
  color: #a7a9ac;
}

.c-contact-input form input::placeholder,
.c-contact-input form textarea::placeholder {
  color: #a7a9ac;
}

.c-contact-input form .wpcf7-list-item {
  margin: 0;
  margin: initial;
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-graduate input,
.c-contact-input form .form-code input {
    width: auto;
    width: initial;
  }
}

.c-contact-input form .form-graduate > span,
.c-contact-input form .form-code > span {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-graduate > span,
.c-contact-input form .form-code > span {
    padding-left: 3.4375rem;
  }
}

.c-contact-input form .form-code > span::before {
  content: "〒";
  position: absolute;
  left: 0;
  top: 26px;
  top: 1.625rem;
  top: 27px;
  top: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-code > span::before {
    top: 1.6875rem;
    top: 1.875rem;
  }
}

.c-contact-input form .form-graduate > span::before {
  content: "西暦";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 26px;
  top: 1.625rem;
  top: 27px;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-graduate > span::before {
    top: 1.9375rem;
    top: 1.875rem;
  }
}

.c-contact-input form .form-graduate > span::after {
  content: "年";
  position: absolute;
  right: -33px;
  right: -2.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 26px;
  top: 1.625rem;
  top: 27px;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-graduate > span::after {
    top: 1.9375rem;
    top: 1.875rem;
  }
}

.c-contact-input form .form-year {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year {
    width: auto;
    width: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-input form .form-year .wpcf7-not-valid-tip,
.c-contact-input form .form-month .wpcf7-not-valid-tip,
.c-contact-input form .form-day .wpcf7-not-valid-tip {
    margin-left: -1.0625rem;
  }
}

.c-contact-input form .form-year .wpcf7-not-valid-tip,
.c-contact-input form .form-month .wpcf7-not-valid-tip,
.c-contact-input form .form-day .wpcf7-not-valid-tip {
  width: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year .wpcf7-not-valid-tip,
.c-contact-input form .form-month .wpcf7-not-valid-tip,
.c-contact-input form .form-day .wpcf7-not-valid-tip {
    width: auto;
    width: initial;
    white-space: normal;
    white-space: initial;
  }
}

.c-contact-input form .form-year input,
.c-contact-input form .form-month input,
.c-contact-input form .form-day input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-contact-input form .form-year > span {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year > span {
    padding-left: 3.4375rem;
  }
}

.c-contact-input form .form-month > span {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-month > span {
    padding-left: 0;
    padding-left: initial;
  }
}

.c-contact-input form .form-year > span,
.c-contact-input form .form-month > span,
.c-contact-input form .form-day > span {
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year > span,
.c-contact-input form .form-month > span,
.c-contact-input form .form-day > span {
    padding-right: 1.875rem;
  }
}

.c-contact-input form .form-year > span::before,
.c-contact-input form .form-month > span::before,
.c-contact-input form .form-day > span::before {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  top: 26px;
  top: 1.625rem;
  top: 27px;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year > span::before,
.c-contact-input form .form-month > span::before,
.c-contact-input form .form-day > span::before {
    top: 1.8125rem;
    top: 1.875rem;
  }
}

.c-contact-input form .form-year > span::after,
.c-contact-input form .form-month > span::after,
.c-contact-input form .form-day > span::after {
  position: absolute;
  right: 0;
  top: 26px;
  top: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  top: 27px;
  top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-year > span::after,
.c-contact-input form .form-month > span::after,
.c-contact-input form .form-day > span::after {
    top: 1.9375rem;
    top: 1.875rem;
  }
}

.c-contact-input form .form-year > span::before {
  content: "西暦";
}

.c-contact-input form .form-year > span::after {
  content: "年";
}

.c-contact-input form .form-month > span::after {
  content: "月";
}

.c-contact-input form .form-day > span::after {
  content: "日";
}

.form-section:not(:first-of-type) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-section:not(:first-of-type) {
    margin-top: 5rem;
  }
}

.c-contact-input form .form-section__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-section__ttl {
    font-size: 1.5rem;
  }
}

.c-contact-input form .form-section__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-section__main {
    margin-top: 2.5625rem;
  }
}

.c-contact-input form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5625rem;
  }
}

.c-contact-input form .form-text-center input {
  text-align: center;
}

.c-contact-input form .form-select {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-select.form-select--small {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 18.75rem;
  }
}
.c-contact-input form .form-select::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  width: 1.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 28px;
  top: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/circle-arrow-tri.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-select::after {
    top: 1.875rem;
  }
}
.c-contact-input form .form-select .wpcf7-form-control {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 14px 50px 14px 15px;
  padding: 0.875rem 3.125rem 0.875rem 0.9375rem;
  background-color: #ffffff;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-select .wpcf7-form-control {
    padding: 0.9375rem 2.8125rem 0.9375rem 2.3125rem;
  }
}
.c-contact-input form .wpcf7-form-control.wpcf7-radio,
.c-contact-input form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 30px;
  gap: 0.5625rem 1.875rem;
  padding: 0px 5px 19px 0;
  padding: 0rem 0.3125rem 1.1875rem 0;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .wpcf7-form-control.wpcf7-radio,
.c-contact-input form .wpcf7-form-control.wpcf7-checkbox {
    max-width: 50rem;
    padding: 1.1875rem 1.25rem 1.1875rem 0;
  }
}

.c-contact-input form .wpcf7-form-control.wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-contact-input form input[type=radio],
.c-contact-input form input[type=checkbox]:not([name=your-accept]) {
  display: none;
}

.c-contact-input form input[type=radio] + span.wpcf7-list-item-label,
.c-contact-input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.c-contact-input form input[type=radio] + span.wpcf7-list-item-label::before,
.c-contact-input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  width: 28px;
  width: 1.75rem;
}

.c-contact-input form input[type=radio] + span.wpcf7-list-item-label::after,
.c-contact-input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  left: 0.4375rem;
  top: calc(50% + 0.0625rem);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 14px;
  width: 0.875rem;
  background-color: #003f8e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-contact-input form input[type=checkbox]:checked + span.wpcf7-list-item-label::after,
.c-contact-input form input[type=radio]:not([name=your-accept]):checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.c-contact-input form .form-accept > label {
  margin: 0;
  margin: initial;
  padding: 0;
  padding: initial;
  height: 0;
  display: block;
}

.c-contact-input form .form-accept input[type=checkbox] {
  display: none;
}

.c-contact-input form .form-accept .wpcf7-list-item {
  margin: 0;
  margin: initial;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-accept .wpcf7-list-item {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.c-contact-input form .form-accept .wpcf7-list-item > label {
  padding: 0;
  padding: initial;
}

.c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3rem;
  }
}

.c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 2px solid #003f8e;
  vertical-align: middle;
  top: 0;
  left: 0;
  position: absolute;
  width: 26px;
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::before {
    top: -0.125rem;
    width: 2rem;
    border-width: 0.125rem;
  }
}

.c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  aspect-ratio: 15.09/15.19;
  width: 16px;
  width: 1rem;
  position: absolute;
  left: 5px;
  left: 0.3125rem;
  top: 5px;
  top: 0.3125rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../images/common/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::after {
    width: 1.5rem;
    top: 0.125rem;
    left: 0.25rem;
  }
}

.c-contact-input form .form-accept input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-contact-input form .form-accept .accept-link {
  text-decoration: underline;
}

.c-contact-input form .form-submit-btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-submit-btn {
    margin-top: 2.5rem;
  }
}

.c-contact-input form .form-pulldown__box .wpcf7-form-control.wpcf7-checkbox {
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-contact-input form .form-pulldown__box .wpcf7-form-control.wpcf7-checkbox {
    gap: 0.625rem;
  }
}

.c-contact-input form .form-submit-btn .wpcf7-spinner {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form-pulldown__main {
  position: relative;
}

.form-pulldown__item {
  display: block;
  width: 100%;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  background-color: #ffffff;
  border: 1px solid #707070;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-pulldown__item {
    padding: 0.9375rem 2.3125rem;
    letter-spacing: 0.04em;
    max-width: 18.75rem;
  }
}
.form-pulldown__item::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  width: 1.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 28px;
  top: 1.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/circle-arrow-tri.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .form-pulldown__item::after {
    top: 1.875rem;
  }
}

.form-pulldown__box {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: none;
  border: 1px solid #707070;
  background-color: #ffffff;
  padding: 30px 15px 15px 15px;
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .form-pulldown__box {
    padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
  }
}

.form-pulldown__box .wpcf7-not-valid-tip {
  display: none;
}

.form-pulldown__selected {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.form-pulldown__selected.is-none {
  display: none;
}

.form-pulldown__selected li {
  list-style: none;
}

.form-pulldown__selected li::before {
  content: "・";
}

.c-contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .c-contact-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #003f8e;
  }
}

.c-contact-nav__item {
  width: 100%;
  max-width: 350px;
  max-width: 21.875rem;
  display: grid;
  place-items: center;
  border-radius: 2.5rem;
  color: #003f8e;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  border: 1px solid #003f8e;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-contact-nav__item {
    border-radius: 1.25rem 1.25rem 0 0;
    max-width: 28.625rem;
    min-width: 300px;
    width: 100%;
    letter-spacing: 0.04em;
    font-size: max(1.375rem, 14px);
    padding: 1.28125rem 0.625rem;
  }
}

.c-contact-nav__item.is-active {
  background-color: #003f8e;
  color: #ffffff;
}

.c-contact-state__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  max-width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact-state__inner {
    max-width: 32rem;
  }
}

.c-contact-state__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.c-contact-state__main::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 85%;
  background-color: #003f8e;
}
@media screen and (min-width: 470px) {
  .c-contact-state__main::before {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .c-contact-state__main::before {
    width: 90%;
  }
}

.c-contact-state__item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact-state__item {
    width: 4rem;
  }
}

.c-contact-state__item.is-active {
  background-color: #ffffff;
  border: 2px solid #003f8e;
}

.c-contact-state__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 30%;
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  border: 2px solid #003f8e;
}

.c-contact-state__item.is-active::before {
  background-color: #003f8e;
}

.c-contact-state__item::after {
  content: "入力画面";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #afafb0;
}
@media screen and (min-width: 768px) {
  .c-contact-state__item::after {
    font-size: 1rem;
    top: calc(100% + 0.25rem);
  }
}

.c-contact-state__item.is-active::after {
  color: #003f8e;
}

.c-contact-state__item.c-contact-state__item--confirm::after {
  content: "確認画面";
}

.c-contact-state__item.c-contact-state__item--complete::after {
  content: "送信完了";
}

.c-contact-ttl {
  font-weight: 500;
}

.c-contact__inner.l-inner {
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.c-contact__text {
  line-height: 1.4411764706;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: #003f8e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__text {
    font-size: 2.125rem;
  }
}

.c-contact__subtext {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #003f8e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__subtext {
    font-size: 1.125rem;
  }
}

.c-contact__texts ~ .c-contact__wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact__texts ~ .c-contact__wrap {
    margin-top: 1.8125rem;
  }
}

.c-contact__wrap {
  color: #ffffff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#53c0fa), color-stop(20.69%, #3596e5), color-stop(55.17%, #1a6cbf), to(#004599));
  background: linear-gradient(90deg, #53c0fa 0%, #3596e5 20.69%, #1a6cbf 55.17%, #004599 100%);
  padding: 13px 5px 11px;
  padding: 0.8125rem 0.3125rem 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-contact__wrap {
    padding: 1.875rem 1.875rem 1.875rem;
    gap: 1.875rem;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact__wrap {
    padding: 3.625rem 1.5% 4rem;
    -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;
    gap: 6.0625rem;
    gap: 7.5%;
  }
}

.c-contact.c-contact--green .c-contact__wrap {
  background: -webkit-gradient(linear, left top, right top, from(#d1de4c), color-stop(20.69%, #9cbb1c), color-stop(55.17%, #00a968), to(#00885a));
  background: linear-gradient(90deg, #d1de4c 0%, #9cbb1c 20.69%, #00a968 55.17%, #00885a 100%);
}

.c-contact.c-contact--green .c-contact__btn {
  color: #00885a;
}

.c-contact.c-contact--black .c-contact__wrap {
  background: #1d1d1f;
}

.c-contact__content {
  text-align: left;
}

.c-contact__content-text,
.c-contact__main-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4166666667;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .c-contact__content-text,
.c-contact__main-title {
    font-size: 1.625rem;
  }
}

.c-contact__main-text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 2px;
  margin-top: 0.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-contact__main-text {
    font-size: 0.9375rem;
    margin-top: 0.8125rem;
  }
}

.c-contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact__btns {
    gap: 0.9375rem;
    margin-top: 1.4375rem;
  }
}

.c-contact__btn {
  display: block;
  background-color: #ffffff;
  color: #003f8e;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  border-radius: 0.25rem;
  text-align: center;
  max-width: 145px;
  max-width: 9.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-contact__btn {
    font-size: 1.125rem;
    max-width: 14.5rem;
    padding: 0.515625rem 1.25rem;
  }
}

@media (any-hover: hover) {
  .c-contact__btn:hover {
    background-color: #d3d6dd;
    color: #6c9bd2;
    opacity: 1;
  }
}
.c-contact__content-text {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .c-contact__content-text {
    text-align: left;
  }
}

.c-contact__info {
  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;
  margin-top: 5px;
  margin-top: 0.3125rem;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}
@media screen and (min-width: 1200px) {
  .c-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-top: 0.4375rem;
  }
}

.c-contact__info-tel {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-contact__info-tel {
    font-size: 4rem;
  }
}

.c-contact__info-hours {
  text-align: left;
  line-height: 1.25;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-contact__info-hours {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.c-contact.c-contact--tochigi .c-contact__wrap {
  padding: 13px 5px 11px;
  padding: 0.8125rem 0.3125rem 0.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-contact.c-contact--tochigi .c-contact__wrap {
    padding: 1.25rem 5rem 1.25rem;
    width:fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact.c-contact--tochigi .c-contact__wrap {
    padding: 2.5rem 8% 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-contact.c-contact--tochigi .c-contact__btns {
    margin-top: 3.1875rem;
  }
}

.c-contact__content-tochigi {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__content-tochigi {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-contact__content-tochigi {
    text-align: left;
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-download-anchor__inner.l-inner {
    max-width: 850px;
  }
}

.c-download-anchor__lists {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-download-anchor__lists {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem 2.5rem;
  }
}

.c-download-anchor__list {
  list-style: none;
}

.c-download-anchor__link {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
  display: block;
}

.c-download-anchor__link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "∨";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  color: #003f8e;
}
@media screen and (min-width: 768px) {
  .c-download-anchor__link::after {
    font-size: 0.875rem;
  }
}

.c-download-anchor__btn {
  display: block;
  width: 100%;
  background-color: #003f8e;
  text-align: center;
  color: #ffffff;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3333333333;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-download-anchor__btn {
    font-size: 1.125rem;
    padding: 0.75rem 0.3125rem;
    border-radius: 0.3125rem;
  }
}

@media (any-hover: hover) {
  .c-download-anchor__link:hover {
    opacity: 1;
  }
  .c-download-anchor__link:hover .c-download-anchor__btn {
    background-color: #6c9bd2;
    color: #99ccff;
    opacity: 1;
  }
}
.c-download-anchor__link.is-active {
  background-color: #003f8e;
  color: #ffffff;
  opacity: 1;
}

.l-archive-download {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-archive-download {
    margin-top: 4.0625rem;
  }
}

.c-download-lists__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  gap: 2.5rem 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-download-lists__main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-top: 1.25rem;
  }
}

.c-download-lists__section:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-download-lists__section:not(:first-child) {
    margin-top: 5.0625rem;
  }
}

.c-download-lists__section-ttl {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-download-lists__section-ttl {
    font-size: 1.5rem;
  }
}

.c-download-list__link {
  background: -webkit-gradient(linear, left bottom, left top, from(#53c0fa), color-stop(20.69%, #3596e5), color-stop(55.17%, #1a6cbf), to(#004599));
  background: linear-gradient(0deg, #53c0fa 0%, #3596e5 20.69%, #1a6cbf 55.17%, #004599 100%);
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #ffffff;
  padding: 30px 30px 60px;
  padding: 1.875rem 1.875rem 3.75rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-download-list__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.75rem 2rem 3.9375rem;
  }
}

@media (any-hover: hover) {
  .c-download-list__link:hover {
    opacity: 0.7;
  }
}
.c-download-list__link::after {
  content: "";
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  bottom: 15px;
  bottom: 0.9375rem;
  background-image: url(../images/common/icon-circle-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  width: 2rem;
}

.c-download-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-download-list__info {
    gap: 1.125rem;
  }
}

.c-download-list__ttl {
  line-height: 1.25;
  font-weight: 500;
}

.c-download-list__text {
  font-weight: 400;
  line-height: 1.625;
}

.c-download-list__img {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75%;
}
@media screen and (min-width: 768px) {
  .c-download-list__img {
    max-width: 68%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.8125rem;
  }
}

.c-download-list__img img {
  aspect-ratio: 182/128;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .c-download-list.c-download-list--nondesc .c-download-list__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-download-list.c-download-list--nondesc .c-download-list__img {
  max-width: 100%;
}

.c-download-list.c-download-list--nondesc .c-download-list__img img {
  aspect-ratio: 272/240;
}

.c-download-list.c-download-list--nondesc .c-download-list__text {
  display: none;
}

.c-features-list:first-child {
  counter-reset: feature_number 0;
}

.c-features-list {
  list-style: none;
  background-color: #f7f8f9;
  padding: 20px 24px 20px;
  padding: 1.25rem 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-features-list {
    padding: 1.875rem 5% 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list {
    padding: 3rem 2.9375rem 3rem;
  }
}

.c-features-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-features-list__top {
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__top {
    gap: 2.0625rem;
  }
}

.c-features-list__num {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .c-features-list__num {
    max-width: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__num {
    max-width: 4rem;
  }
}

.c-features-list__num::before {
  position: absolute;
  content: counter(feature_number, decimal-leading-zero);
  counter-increment: feature_number 1;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-features-list__num::before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__num::before {
    font-size: 2.5rem;
  }
}

.c-features-list__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-features-list__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__title {
    font-size: 1.25rem;
  }
}

.c-features-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-features-list__content {
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__content {
    margin-top: 1.875rem;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-features-list__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-features-list__img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-features-list__img {
    display: grid;
    place-items: center;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 58.82352941%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-features-list__text {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-features-list__text {
    font-size: 0.9375rem;
  }
}

.c-features-list__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-features-list__text li {
  list-style: none;
}

.c-features-list__text.c-features-list__text--ls0 {
  line-height: 1.4666666667;
  letter-spacing: 0;
}

.c-features-list__text .mt1em {
  margin-top: 1em;
}

.c-features-lists__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-features-lists__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem 0.375rem;
  }
}

.c-head {
  background-color: #003f8e;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-head {
    font-size: 1.125rem;
    padding: 0.875rem 2rem;
  }
}

.c-head.c-head--large {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-head.c-head--large {
    font-size: 1.375rem;
  }
}

.c-head.c-head--large2 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-head.c-head--large2 {
    font-size: 1.5rem;
    padding: 0.75rem 2rem;
  }
}

.c-lightbox * {
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .c-lightbox * {
    color: #000000 !important;
  }
}

.c-lightbox__btn {
  border: 1px solid #ffffff;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-lightbox__btn {
    border-color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .desc-bottom .gslide-image img,
.desc-top .gslide-image img {
    max-width: min(31.25rem, 100vw);
  }
}

@media screen and (max-width: 767px) {
  .glightbox-mobile .glightbox-container .gslide-description {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
  }
}

.c-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-link-text {
    font-size: 1.125rem;
    font-weight: 400;
    gap: 0.8125rem;
  }
}

.c-link-text.c-link-text--white {
  color: #ffffff;
}

.c-link-text::after {
  content: ">";
}

.c-machine-list:first-child {
  counter-reset: feature_number 0;
}

.c-machine-list {
  list-style: none;
  background-color: #f7f8f9;
  padding: 20px 24px 20px;
  padding: 1.25rem 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-machine-list {
    padding: 1.875rem 5% 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list {
    padding: 3rem 2.9375rem 3rem;
  }
}

.c-machine-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-machine-list__top {
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list__top {
    gap: 2.0625rem;
  }
}

.c-machine-list__num {
  position: relative;
  aspect-ratio: 1/1;
  display: block;
  max-width: 40px;
  max-width: 2.5rem;
  width: 100%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .c-machine-list__num {
    max-width: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list__num {
    max-width: 4rem;
  }
}

.c-machine-list__num::before {
  position: absolute;
  content: counter(feature_number, decimal-leading-zero);
  counter-increment: feature_number 1;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-machine-list__num::before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list__num::before {
    font-size: 2.5rem;
  }
}

.c-machine-list__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2631578947;
}
@media screen and (min-width: 768px) {
  .c-machine-list__title {
    min-height: 3rem;
    font-size: 1.1875rem;
  }
}
.c-machine-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-machine-list__content {
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list__content {
    margin-top: 0.75rem;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-machine-list__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-machine-list__img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-machine-list__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 58.82352941%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-machine-list__text {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-machine-list__text {
    font-size: 0.9375rem;
  }
}

.c-machine-lists__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-machine-lists__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem 0.375rem;
  }
}

.c-news-lists {
  display: grid;
  grid-template-columns: 1fr;
}

.c-news-list {
  border-bottom: 1px solid #d3d6dd;
}

.c-news-list:first-child {
  border-top: 1px solid #d3d6dd;
}

.c-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  padding-top: 14.5px;
  padding-top: 0.90625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news-list__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5625rem;
    padding: 1.9375rem 1.0625rem 1.9375rem 2.0625rem;
  }
}

.c-news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-news-list__info {
    gap: 3.875rem;
  }
}

.c-news-list__date {
  color: #afafb0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-news-list__date {
    font-size: 1rem;
    font-weight: 400;
  }
}

.c-news-list__ttl {
  width: 100%;
  padding-right: 50px;
  padding-right: 3.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数 */
  overflow: hidden;
  line-height: 1.4210526316;
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
}
@media screen and (min-width: 768px) {
  .c-news-list__ttl {
    position: relative;
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
    padding-right: 3.75rem;
  }
}

.c-news-list__ttl-main {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(black)) 0 100%/0 2px no-repeat;
  background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-news-list__ttl-main {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .c-news-list__ttl.c-news-list__ttl--small {
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
  }
}

@media screen and (min-width: 768px) {
  .c-news-list__ttl.c-news-list__ttl--small .c-news-list__ttl-main {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .c-news-list__link:hover {
    opacity: 1;
  }
  .c-news-list__link:hover .c-news-list__ttl-main {
    background-size: 100% 2px;
  }
}
.c-news-list__ttl::after {
  content: "";
  position: absolute;
  right: 22px;
  right: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  aspect-ratio: 1/1;
  width: 15px;
  width: 0.9375rem;
  background-image: url(../images/common/icon-arrow-right-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-news-list__ttl::after {
    top: calc(50% + 0.1875rem);
    right: 0.9375rem;
    width: 1rem;
  }
}

.c-news-list__cat {
  min-width: 52px;
  min-width: 3.25rem;
  display: grid;
  place-items: center;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  padding: 4.5px 5px 4.5px;
  padding: 0.28125rem 0.3125rem 0.28125rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-news-list__cat {
    padding: 0.5625rem 0.3125rem 0.5625rem;
    min-width: 0;
    min-width: initial;
    width: 7.5rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-other-tech__inner.l-inner {
    max-width: 818px;
  }
}

.c-other-tech__title {
  text-align: center;
  font-weight: 700;
}

.c-other-tech__catch {
  text-align: center;
}

.c-other-tech__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: #000000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-other-tech__link {
    width: auto;
    width: initial;
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.3125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .c-other-tech__img {
    width: 50%;
  }
}

.c-other-tech__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-other-tech__text {
    width: 50%;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 1rem;
    font-weight: 500;
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .c-other-tech__link:hover {
    opacity: 0.7;
  }
}
.l-page-ttl {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-page-ttl {
    margin-top: 4.0625rem;
  }
}

.l-page-ttl-small {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-page-ttl-small {
    margin-top: 4.375rem;
  }
}

.c-page-ttl__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 12px;
  gap: 0rem 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.625rem 1.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-page-ttl__en {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__en {
    font-size: 3.75rem;
  }
}

.c-page-ttl__en.c-page-ttl__en--up-head {
  text-transform: capitalize;
}

.c-page-ttl__ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  display: block;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}
@media screen and (min-width: 768px) {
  .c-page-ttl__ja {
    font-size: 1.75rem;
    -webkit-transform: translateY(-0.1875rem);
            transform: translateY(-0.1875rem);
  }
}

.c-page-ttl__ja.__spLarge {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-page-ttl__ja.__spLarge {
    font-size: 1.75rem;
  }
}

/* =====================================================
pagination CSS ページナビ　WP pagenavi
===================================================== */
.c-pagination .wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* その他、必要があれば以下のクラスにcssを指定する */
  /* 現在のページ */
}
@media screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi {
    gap: 1rem;
  }
}
.c-pagination .wp-pagenavi .pages {
  display: none;
}
.c-pagination .wp-pagenavi span,
.c-pagination .wp-pagenavi a {
  /* 数字部分の共通CSS　大きさなど */
  display: inline-block;
  width: 36px;
  width: 2.25rem;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #003f8e;
  text-decoration: none;
  background: #f7f8f9;
  border-radius: 50%;
  border: medium none currentColor;
  border: initial;
}
@media screen and (min-width: 768px) {
  .c-pagination .wp-pagenavi span,
.c-pagination .wp-pagenavi a {
    font-size: 1.125rem;
    width: 3.5rem;
    padding: 1.0625rem 0.125rem 1.1875rem;
  }
}
.c-pagination .wp-pagenavi .previouspostslink,
.c-pagination .wp-pagenavi .nextpostslink {
  color: transparent;
  background-color: transparent;
  background-image: url(../images/common/pagenavi-prev-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.c-pagination .wp-pagenavi .nextpostslink,
.c-pagination .wp-pagenavi .last {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: transparent;
}
.c-pagination .wp-pagenavi .first,
.c-pagination .wp-pagenavi .last {
  color: transparent;
  background-image: url(../images/common/pagenavi-first-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.c-pagination .wp-pagenavi .extend {
  display: none;
}
.c-pagination .wp-pagenavi span.current {
  color: #ffffff;
  background-color: #003f8e;
  opacity: 1;
}
@media (any-hover: hover) {
  .c-pagination .wp-pagenavi a:hover {
    color: #ffffff;
    background-color: #003f8e;
    opacity: 1;
  }
  .c-pagination .wp-pagenavi .previouspostslink:hover,
.c-pagination .wp-pagenavi .nextpostslink:hover {
    color: transparent;
    background-image: url(../images/common/pagenavi-prev-icon-white.svg);
  }
  .c-pagination .wp-pagenavi .first:hover,
.c-pagination .wp-pagenavi .last:hover {
    color: transparent;
    background-image: url(../images/common/pagenavi-first-icon-white.svg);
  }
}

@media screen and (min-width: 768px) {
  .c-post-anchor__inner.l-inner {
    max-width: 914px;
  }
}

.c-post-anchor__lists {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-post-anchor__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem 1rem;
  }
}

.c-post-anchor__list {
  list-style: none;
}

.c-post-anchor__link {
  position: relative;
  display: block;
  color: #003f8e;
  border: 1px solid #003f8e;
  border-radius: 0.3125rem;
  display: grid;
  place-items: center;
  padding: 4px 5px;
  padding: 0.25rem 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-post-anchor__link {
    font-size: 1.125rem;
    padding: 0.4375rem 0.3125rem;
  }
}

@media (any-hover: hover) {
  .c-post-anchor__link:hover {
    opacity: 1;
    background-color: #003f8e;
    color: #ffffff;
  }
}
.c-post-anchor__link.is-active {
  background-color: #003f8e;
  color: #ffffff;
}

.c-post-form {
  background-color: #003f8e;
  color: #ffffff;
  padding: 30px 25px 45px;
  padding: 1.875rem 1.5625rem 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-post-form {
    padding: 1.125rem 2rem 2.125rem;
    border-radius: 0.625rem;
  }
}

.c-post-form__ttl {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-post-form__ttl {
    font-size: 1.6875rem;
  }
}

.c-post-form__note {
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-post-form__input {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input {
    margin-top: 0.9375rem;
  }
}

.c-post-form__input form .form-row {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5625rem;
  }
}

.c-post-form__input form .form-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.c-post-form__input form .form-label-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-post-form__input form .form-label-note {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-label-note {
    font-size: 0.875rem;
  }
}

.c-post-form__input form .form-row:not(:nth-of-type(1)):not(.form-no-margin) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-row:not(:nth-of-type(1)):not(.form-no-margin) {
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-post-form__input form .form-row.form-accept {
    margin-top: 1.0625rem;
    text-align: center;
  }
}

.c-post-form__input form .form-border-top {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-border-top {
    border-top: 0;
    border-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-post-form__input form .form-border-top > span {
    border-top: 1px solid #707070;
  }
}

.c-post-form__input form .form-border-bottom {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-border-bottom {
    border-bottom: 0;
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-post-form__input form .form-border-bottom > span {
    border-bottom: 1px solid #707070;
  }
}

.c-post-form__input form .form-row > label {
  width: 100%;
  position: relative;
  color: #ffffff;
}

.c-post-form__input form .form-no-label > label {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-no-label > label {
    display: block;
  }
}

.c-post-form__input form .form-row > label.form-required {
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-row > label.form-required {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-post-form__input form .form-row > label:not(.form-required) {
    padding-left: 3.3125rem;
  }
}

.c-post-form__input form label.form-required::after {
  content: "必須";
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 0;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 50px;
  width: 3.125rem;
  height: 25px;
  height: 1.5625rem;
  color: #ffffff;
  background-color: #ea5532;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form label.form-required::after {
    top: 0.1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}

.c-post-form__input form input:not([type=submit]),
.c-post-form__input form textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form input:not([type=submit]),
.c-post-form__input form textarea {
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}

.c-post-form__input form input::-webkit-input-placeholder,
.c-post-form__input form textarea::-webkit-input-placeholder {
  color: #a7a9ac;
}

.c-post-form__input form input::-moz-placeholder,
.c-post-form__input form textarea::-moz-placeholder {
  color: #a7a9ac;
}

.c-post-form__input form input::-ms-input-placeholder,
.c-post-form__input form textarea::-ms-input-placeholder {
  color: #a7a9ac;
}

.c-post-form__input form input::placeholder,
.c-post-form__input form textarea::placeholder {
  color: #a7a9ac;
}

.c-post-form__input form .wpcf7-list-item {
  margin: 0;
  margin: initial;
}

.form-section:not(:first-of-type) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-section:not(:first-of-type) {
    margin-top: 5rem;
  }
}

.c-post-form__input form .form-section__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-section__ttl {
    font-size: 1.5rem;
  }
}

.c-post-form__input form .form-section__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-section__main {
    margin-top: 2.5625rem;
  }
}

.c-post-form__input form .form-text-center input {
  text-align: center;
}

.c-post-form__input form .wpcf7-form-control.wpcf7-radio,
.c-post-form__input form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 30px;
  gap: 0.5625rem 1.875rem;
  padding: 0px 5px 19px 0;
  padding: 0rem 0.3125rem 1.1875rem 0;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .wpcf7-form-control.wpcf7-radio,
.c-post-form__input form .wpcf7-form-control.wpcf7-checkbox {
    max-width: 50rem;
    padding: 0rem 1.25rem 0rem 0;
  }
}

.c-post-form__input form .wpcf7-form-control.wpcf7-checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-post-form__input form input[type=radio],
.c-post-form__input form input[type=checkbox]:not([name=your-accept]) {
  display: none;
}

.c-post-form__input form input[type=radio] + span.wpcf7-list-item-label,
.c-post-form__input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.c-post-form__input form input[type=radio] + span.wpcf7-list-item-label::before,
.c-post-form__input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  width: 28px;
  width: 1.75rem;
}

.c-post-form__input form input[type=radio] + span.wpcf7-list-item-label::after,
.c-post-form__input form input[type=checkbox]:not([name=your-accept]) + span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  left: 0.4375rem;
  top: calc(50% + 0.0625rem);
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 14px;
  width: 0.875rem;
  background-color: #003f8e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-post-form__input form input[type=checkbox]:checked + span.wpcf7-list-item-label::after,
.c-post-form__input form input[type=radio]:not([name=your-accept]):checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.c-post-form__input form .form-accept > label {
  margin: 0;
  margin: initial;
  padding: 0;
  padding: initial;
  height: 0;
  display: none;
}

.c-post-form__input form .form-accept input[type=checkbox] {
  display: none;
}

.c-post-form__input form .form-accept .wpcf7-list-item {
  margin: 0;
  margin: initial;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-accept .wpcf7-list-item {
    font-size: 1.125rem;
  }
}

.c-post-form__input form .form-accept .wpcf7-list-item > label {
  padding: 0;
  padding: initial;
}

.c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  padding-left: 2.0625rem;
  color: #ffffff;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label {
    -webkit-transform: translate(-0.5625rem, 0);
            transform: translate(-0.5625rem, 0);
  }
}

.c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 28px;
  width: 1.75rem;
  border: 2px solid #ffffff;
  vertical-align: middle;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::before {
    top: -0.125rem;
    width: 2rem;
  }
}

.c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  aspect-ratio: 19.09/19.19;
  width: 20px;
  width: 1.25rem;
  position: absolute;
  left: 4px;
  left: 0.25rem;
  top: 4px;
  top: 0.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../images/common/icon-check-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-accept input[type=checkbox] + .wpcf7-list-item-label::after {
    width: 1.375rem;
    left: 0.375rem;
    top: 0.25rem;
  }
}

.c-post-form__input form .form-accept {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-accept {
    margin-top: 1.25rem;
  }
}

@media (any-hover: hover) {
  .c-post-form__input form .form-accept .accept-link:hover {
    text-decoration: underline;
  }
}
.c-post-form__input form .form-submit-btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-submit-btn {
    max-width: 100%;
    margin-top: 1.375rem;
  }
}

.c-post-form__input form .form-submit-btn .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
}

.c-post-form__input .wpcf7-not-valid-tip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, .6);
  padding: 0.2em 0.4em;
}

.c-post-form__input form .form-pulldown__box .wpcf7-form-control.wpcf7-checkbox {
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-post-form__input form .form-pulldown__box .wpcf7-form-control.wpcf7-checkbox {
    gap: 0.625rem;
  }
}

.c-post-form__input form .form-submit-btn .wpcf7-spinner {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-related-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
  background-color: #f6f6f6;
  width: 100%;
  padding: 5px 1em;
  padding: 0.3125rem 1em;
}
@media screen and (min-width: 768px) {
  .c-related-link {
    gap: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.703125rem 2rem;
  }
}

.c-related-link:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-related-link:not(:first-child) {
    margin-top: 1rem;
  }
}

.c-related-link__title,
.c-related-link__url {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-related-link__title,
.c-related-link__url {
    font-size: 1.0625rem;
    width: 50%;
  }
}

.c-related-link__url {
  color: #003f8e;
  word-wrap: break-word;
  word-wrap: break-word;
}

@media (any-hover: hover) {
  .c-related-link:hover {
    opacity: 1;
  }
  .c-related-link:hover .c-related-link__url {
    text-decoration: underline;
  }
}
.c-scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-scroll-top {
    gap: 1.375rem;
  }
}

.c-scroll-top__main {
  background-color: #000000;
  display: block;
  aspect-ratio: 1/1;
  width: 48px;
  width: 3rem;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-scroll-top__main {
    width: 5rem;
  }
}

.c-scroll-top__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/icon-page-top.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 20/19.5;
  width: 12px;
  width: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-scroll-top__main::before {
    width: 1.25rem;
  }
}

@media (any-hover: hover) {
  .c-scroll-top:hover {
    opacity: 0.6;
  }
}
.c-sec-ttl-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl-small {
    -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;
    row-gap: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-ttl-small.c-sec-ttl-small--pc-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-ttl-small.c-sec-ttl-small--pc-column .c-sec-ttl-small__ja {
    margin-top: 0.4375rem;
  }
}

.c-sec-ttl-small__en {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl-small__en {
    font-size: 2.5rem;
  }
}

.c-sec-ttl-small__ja {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl-small__ja {
    font-size: 1.5rem;
  }
}

.c-sec-ttl-small__en.c-sec-ttl-small__en--upper {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .c-sec-ttl-small.c-sec-ttl-small--pc-small {
    gap: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-ttl-small.c-sec-ttl-small--pc-small .c-sec-ttl-small__en {
    font-size: 2.5rem;
  }
}

.c-sec-ttl-small.c-sec-ttl-small--white {
  color: #ffffff;
}

.c-sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  color: #231816;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl {
    -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;
    row-gap: 0.375rem;
  }
}

.c-sec-ttl__en {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl__en {
    font-size: 4rem;
  }
}

.c-sec-ttl__ja {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
@media screen and (min-width: 768px) {
  .c-sec-ttl__ja {
    font-size: 1.375rem;
  }
}

.c-sec-ttl__en.c-sec-ttl__en--upper {
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .c-sec-ttl.c-sec-ttl--pc-small {
    gap: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sec-ttl.c-sec-ttl--pc-small .c-sec-ttl__en {
    font-size: 2.5rem;
  }
}

.c-sec-ttl.c-sec-ttl--white {
  color: #ffffff;
}

.c-single-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-single-btns {
    gap: 1.875rem;
  }
}

.c-single-btns__pagenav {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .c-single-btns__pagenav {
    width: 3rem;
    padding: 1.1875rem 0.125rem 1.1875rem;
  }
}

.c-single-btns__pagenav:not(span) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background: #003f8e;
  border-radius: 50%;
  border: initial;
  color: transparent;
  display: block;
  background-image: url(../images/common/pagenavi-prev-icon-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35%;
  aspect-ratio: 1/1;
  border: 2px solid #003f8e;
}
@media screen and (min-width: 768px) {
  .c-single-btns__pagenav:not(span) {
    font-size: 1.125rem;
    background-size: auto auto;
    background-size: initial;
  }
}

span.c-single-btns__pagenav {
  background-color: transparent;
}

.c-single-btns__pagenav.c-single-btns__pagenav--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (any-hover: hover) {
  .c-single-btns__pagenav:not(span):hover {
    background-image: url(../images/common/pagenavi-prev-icon.svg);
    opacity: 1;
    background-color: #ffffff;
  }
}
.c-single-btns__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 180px;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .c-single-btns__btn {
    max-width: 12.5rem;
  }
}

.c-single-custom__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) {
  .c-single-custom__ttl {
    font-size: 2.25rem;
  }
}

.c-single-custom__img-box {
  background-color: #ffffff;
  border-radius: 0.9375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-single-custom__img-box {
    padding: 3.125rem;
    margin-top: 3.125rem;
  }
}

.c-single-custom__img-box img {
  border-radius: 0.9375rem;
}

.c-single-custom__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-single-custom__content {
    margin-top: 4.6875rem;
  }
}

.c-single-custom__section:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-single-custom__section:not(:first-child) {
    margin-top: 4.8125rem;
  }
}

.c-single-section__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-single-section__ttl {
    font-size: 1.25rem;
  }
}

.c-single-section__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-single-section__text {
    margin-top: 0.3125rem;
  }
}

.c-single-section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-single-section__column {
    gap: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .c-single-section__img {
    max-width: 25rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-single-section__column-text {
    width: 100%;
  }
}

.c-single-section__column:not(:nth-of-type(1)) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-single-section__column:not(:nth-of-type(1)) {
    margin-top: 1.875rem;
  }
}

.c-single-download__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-single-download__section {
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-single-download {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-single-download {
    overflow: visible;
    overflow: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-single-download__content {
    max-width: 36rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-single-download__form {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .c-single-download__form {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 28rem;
    position: sticky;
    top: 12rem;
  }
}

.c-single-download__form-link {
  color: #003f8e;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.c-download-post__img {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-download-post__img {
    margin-top: 1.875rem;
  }
}

.c-download-post__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-download-post__content {
    margin-top: 1.5rem;
  }
}

.c-download-post__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 250px;
  max-width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-download-post__btn {
    margin-top: 5.875rem;
    max-width: 19.6875rem;
  }
}

.c-download-post__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4736842105;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-download-post__ttl {
    font-size: 1.75rem;
  }
}

.c-sitemap-link {
  padding: 5px 45px 5px 0.5em;
  padding: 0.3125rem 2.8125rem 0.3125rem 0.5em;
  background-color: #f6f6f6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sitemap-link {
    padding: 0.203125rem 2.8125rem 0.203125rem 2rem;
  }
}

.c-sitemap-link::after {
  content: "";
  aspect-ratio: 20.35/10.35;
  width: 17px;
  width: 1.0625rem;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 12px;
  right: 0.75rem;
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .c-sitemap-link::after {
    width: 1.271875rem;
    right: 1.0625rem;
  }
}

.c-sitemap-link[data-item=child] {
  padding-left: 3em;
}
@media screen and (min-width: 768px) {
  .c-sitemap-link[data-item=child] {
    padding-left: 4.1875rem;
  }
}

.c-sitemap-link[data-item=grandchild] {
  padding-left: 6em;
}
@media screen and (min-width: 768px) {
  .c-sitemap-link[data-item=grandchild] {
    padding-left: 6.375rem;
  }
}

.c-sitemap-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-sitemap-link__text {
    font-size: 1.0625rem;
  }
}

.c-sitemap-link__text::before {
  content: "・";
}

.c-sub-mv {
  display: block;
  min-height: 300px;
  min-height: 18.75rem;
  min-height: 200px;
  min-height: 12.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-mv {
    min-height: 17rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sub-mv__inner.l-inner {
    max-width: 1342px;
  }
}

.c-sub-mv__texts {
  color: #595757;
  position: relative;
  z-index: 1;
  /*padding: 30px 0 30px;*/
  padding: 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__texts {
    /*padding: 4rem 0 1.25rem;*/
  }
}

.c-sub-mv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__top {
    padding-left: 0.3125rem;
    min-height: 2rem;
    margin-bottom:20px
  }
}

.c-sub-mv__top-parent {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__top-parent {
    font-size: 1.3rem;
    padding: 8px;
  }
}

.c-sub-mv__top-area {
  border: 1px solid #ffffff;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__top-area {
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
  }
}
/*
.c-sub-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  margin-top: 0.5rem;
  gap: 2px;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.25rem;
    gap: 1.75rem;
  }
}
*/

.c-sub-mv__title {


}
.c-sub-mv__title-ja {
  font-size: 38px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__title-ja {
      font-size: 5rem;
      margin-bottom: 2px;
  }
}

.c-sub-mv__title-en {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__title-en {
    font-size: 1.5rem;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
            padding-left: 0.3125rem;
  }
}

.c-sub-mv__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375;
  margin-top: 10px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__text {
    font-size: 1rem;
    margin-top: 1rem;
    padding-left: 0.375rem;
  }
}

.c-sub-mv.c-sub-mv--mix {
  background-color: #8da0b6;
}

.c-sub-mv .c-sub-mv__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.c-sub-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .c-sub-mv.c-sub-mv--mix .c-sub-mv__img img {
  mix-blend-mode: multiply;
} */

.c-sub-mv2 {
  display: block;
  min-height: 300px;
  min-height: 18.75rem;
  min-height: 200px;
  min-height: 12.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-mv2 {
    min-height: 17rem;
  }
}

@media screen and (min-width: 768px) {
  .c-sub-mv2__inner.l-inner {
    max-width: 1342px;
  }
}

.c-sub-mv2__texts {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-sub-mv2__texts {
    padding: 5.625rem 0 1.875rem;
  }
}

.c-sub-mv2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-sub-mv2__title {
    gap: 0.125rem;
  }
}

.c-sub-mv2__title-en {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-mv2__title-en {
    font-size: 4rem;
  }
}

.c-sub-mv2__title-ja {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-sub-mv2__title-ja {
    font-size: 1.5rem;
    -webkit-transform: translateY(0.3125rem);
            transform: translateY(0.3125rem);
  }
}

.c-sub-mv2.c-sub-mv2--mix {
  background-color: #8da0b6;
}

.c-sub-mv2 .c-sub-mv2__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.c-sub-mv2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sub-mv2.c-sub-mv2--mix .c-sub-mv2__img img {
  mix-blend-mode: multiply;
}

.c-tech-header {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-tech-header {
    font-size: 1.125rem;
    padding: 0.515625rem 1.875rem;
  }
}

.c-tech-spec {
  display: grid;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-tech-spec {
    gap: 1rem;
  }
}

.c-tech-spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.7777777778;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-tech-spec__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.125rem;
  }
}

.c-tech-spec__term,
.c-tech-spec__desc {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-tech-spec__term,
.c-tech-spec__desc {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.c-tech-spec__term {
  font-weight: 400;
  background: #003f8e;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-tech-spec__term {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16rem;
  }
}

.c-tech-spec__desc {
  background-color: #f7f8f9;
}
@media screen and (min-width: 768px) {
  .c-tech-spec__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-tech-spec__desc > .spec-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-tech-spec__desc > .spec-pc {
    display: inline;
  }
}

.c-trouble__title {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3888888889;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-trouble__title {
    font-size: 2.25rem;
  }
}

.c-trouble__title span.small {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-trouble__title span.small {
    font-size: 1.5rem;
  }
}

.c-trouble__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 32px;
  gap: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .c-trouble__lists {
    margin-top: 2.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-trouble__list {
  list-style: none;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  padding: 16px 5px 15px;
  padding: 1rem 0.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-trouble__list {
    font-size: 1.5rem;
  }
}

.c-trouble__list span {
  display: block;
}

.c-trouble__list span.inline {
  display: inline;
}

.c-trouble__list span.small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-trouble__list span.small {
    font-size: 1rem;
  }
}

.c-trouble__list span.accent {
  color: #003f8e;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-trouble__list span.accent {
    font-size: 1.625rem;
  }
}

.c-trouble__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6071428571;
  color: #ffffff;
  background-color: #6c9bd2;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  display: block;
  padding: 20px 5px;
  padding: 1.25rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-trouble__text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    font-size: 1.75rem;
    max-width: 48rem;
    padding: 1.09375rem 0.3125rem;
  }
}

.c-trouble.c-trouble--large .c-trouble__list {
  padding: 10px 5px 10px;
  padding: 0.625rem 0.3125rem 0.625rem;
}

.c-trouble.c-trouble--large .c-trouble__list span.accent {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-trouble.c-trouble--large .c-trouble__list span.accent {
    font-size: 1.625rem;
  }
}

.l-404 {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-404 {
    margin-top: 9.375rem;
  }
}

.p-404__inner {
  text-align: center;
}

.p-404__img {
  width: 60px;
  width: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-404__img {
    width: 6.875rem;
  }
}

.p-404__ttl {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-404__ttl {
    margin-top: 1.875rem;
    font-size: 2rem;
  }
}

.p-404__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}

.p-404__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    margin-top: 5rem;
    max-width: 15rem;
  }
}

.l-about-message {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-about-message {
    margin-top: 2.375rem;
  }
}

.p-about-message {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-message {
    padding-bottom: 100px;
  }
}

.p-about-message__top-bg {
  position: absolute;
  bottom: 70px;
  left: 30%;
  width: fit-content;
  height: fit-content;
  z-index: -1;
  opacity: .1;
  animation: rotate360 15s linear infinite;
  transform-origin: center center;
  }
@media screen and (min-width: 768px) {
  .p-about-message__top-bg {
    bottom: 60px;
    left: 50%;
  }
}

.p-about-message__top-bg:nth-of-type(2) {
  bottom: 20px;
  left: calc(30% + 40px);
  opacity: .05;
  transform-origin: 51% 49%;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-bg:nth-of-type(2) {
  left: calc(50% + 70px);
  }
}

.p-about-message__top-bg img {
  width: 500px;
  animation: fadeIn 4s ease forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-bg img {
    width: 800px;
  }
}

.p-about-message__content {
  position: relative;
  padding-bottom: 30px;
}

.p-about-message__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px;
  gap: 1.375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-about-message__top {
    gap: 0.625rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    align-items: flex-end;
  }
}

.p-about-message__top-ttl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-ttl {
    width: 45%;
  }
}

.p-about-message__top-catch {
  font-weight: 500;
  font-size: 14vw;
  line-height: 1.4;
	color: #9DAEC2;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-catch {
    line-height: 1.2916666667;
    font-size: min(7vw, 5rem);
  }
}

.p-about-message__top-catch-container {
  position: relative;
  display: block;
  width: 100%;
  height: 1.2em;
  border-bottom: 1px solid #9DAEC2;
  overflow: hidden;
}

.p-about-message__top-catch-container:last-of-type {
  font-weight: 500;
  font-size: min(5.5vw, 1.8rem);
  margin-top: 1em;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-catch-container:last-of-type {
    font-size: min(2.5vw,1.8rem);
  }
}

.p-about-message__top-catch-container div {
  position: absolute;
  bottom: -.25em;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  animation: slideUp 1.5s ease forwards;
  animation-delay: 0.5s;
}
.p-about-message__top-catch-container:nth-of-type(2) div {
  animation-delay: 1.2s;
}
.p-about-message__top-catch-container:nth-of-type(3) div {
  animation-delay: 1.9s;
}

.p-about-message__top-img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-message__top-img {
    max-width: 50%;
  }
}

.p-about-message__text {
  font-weight: 400;
  line-height: 1.75;
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-about-message__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 4.375rem;
  }
}

.p-about-message__text-en {
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-0.1875rem, 0.8125rem);
          transform: translate(-0.1875rem, 0.8125rem);
  max-width: 318px;
  max-width: 19.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-message__text-en {
    -webkit-transform: translate(-0.125rem, 2.375rem);
            transform: translate(-0.125rem, 2.375rem);
    max-width: 60.8125rem;
  }
}

.p-about-strength {
  height: 100%;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-about-strength {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-strength__item {
    display: flex;
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .p-strength-item__title {
    position: sticky;
    top: 120px;
    width: fit-content;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 70px;
    flex-shrink: 0;
  }
}

.p-strength-item__title-en {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #003f8e;
}

.p-strength-item__title-ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
}

.p-strength-item__texts {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-strength-item__texts {
    padding-top: 30px;
    margin-left: 2em;
    flex-grow: 1;
  }
}

.p-strength-item__text {
  margin-bottom: 4em;
  overflow: hidden;
  clear: both;
}
@media screen and (min-width: 768px) {
  .p-strength-item__text {
    margin-bottom: 3em;
  }
}

.p-strength-item__text-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.p-strength-item__text-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-strength-item__text-title  {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 2em;
  }
}

.p-strength-item__text-text {
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-strength-item__text-text ul {
  list-style: "・";
  padding-left: 1.5em;
  margin-top: .3em;
  margin-bottom: .3em;
}

.p-strength-item__text-text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1em;
}

.p-strength-item__text-img01-1 {
  max-width: 150px;
  margin-top: -1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  float: right;
}
@media screen and (min-width: 768px) {
  .p-strength-item__text-img01-1 {
  max-width: 270px;
  margin-top: -2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  }
}

.p-strength-item__text-img01-2 {
  max-width: 80;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .p-strength-item__text-img01-2 {
    max-width: 350px;
    padding: 2em;
    float: left;
  }
}
.p-strength-item__text-img01-3 {
  max-width: 80;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .p-strength-item__text-img01-3 {
    max-width: 400px;
    padding-left: 1em;
    padding-bottom: 2em;
    float: right;
  }
}

.p-strength-item__text-img02 {
  padding-bottom: 2em;
}

.p-strength-item__text-img02 {
  padding-bottom: 2em;
}

.p-strength-item__text-img03 {
  max-width: 400px;
  float: right;
  padding-left: 2em;
  padding-bottom: 2em;
}

.p-about-philosophy {
  padding: 15em 0;
}

.p-about-philosophy-bg {
  position: relative;
  background: radial-gradient(circle, #fff 0%, #fff 30%, #bee5ff 60%, #bee5ff 100%);
  overflow: hidden;
}
.p-about-philosophy-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url(#noiseFilter);
  mix-blend-mode: overlay;
  opacity: 1;
}

.p-philosophy-item {
  text-align: center;
}

.p-philosophy-item__title-en {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #003f8e;
}

.p-philosophy-item__title-ja {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: .5em;
  margin-top: .5em;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-philosophy-item__title-ja {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0.3125rem;
  }
}

.p-philosophy-item__texts {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy-item__texts {
    margin-top: 1.5625rem;
  }
}

.p-philosophy-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-philosophy-item__text {
    font-size: 32px;
  }
}

.p-philosophy-item__text {
  font-size: 16px;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .p-philosophy-item__text {
    margin-top: 2.5em;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-vision-item {
  display: flex;
  }
}

.p-vision-item__title {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-vision-item__title {
    position: sticky;
    top: 120px;
    width: 16em;
    height: 300px;
    padding-top: 30px;
    padding-bottom: 70px;
    flex-shrink: 0;
  }
}

.p-vision-item__title-en {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #003f8e;
}
@media screen and (min-width: 768px) {
  .p-vision-item__title-en {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-vision-item__title-ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-vision-item__title-ja {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-vision-item__texts {
  padding-top: 30px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-vision-item__texts {
    margin-left: 2em;
  }
}

.p-vision-item__text {
  margin-bottom: 5em;
}

.p-vision-item__text-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-vision-item__text-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-vision-item__text-text {
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-about-vision-declaration {
  position: relative;
  width: 100%;
  height: 20vw;
  min-height: 370px;
  background-image: url(../images/about/message-building.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-about-vision-declaration::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .2;
  z-index: 0;
}

.p-vision-declaration {
  position: absolute;
  min-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em 3em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #ffffff66;
  z-index: 1;
}
@media screen and (min-width: 500px) {
  .p-vision-declaration {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-vision-declaration {
  min-width: 35em;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-vision-declaration__text:first-of-type span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-vision-declaration__text:first-of-type span {
    display: inline
  }
}

.l-about-top-messages {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .l-about-top-messages {
    margin-top: 8.25rem;
  }
}

.p-about-top-messages {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 30px 0 32px;
  padding: 1.875rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages {
    padding-bottom: 7rem;
  }
}

.p-top-messages__title-en {
  position: relative;
  padding-left: 60px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.125rem;
  color: #003f8e;
}
@media screen and (min-width: 768px) {
  .p-top-messages__title-en {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
  }
}

.p-top-messages__title-en::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../images/about/color-wheel-icon.png);
  background-size: contain;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-messages__title-en::before {
    width: 50px;
    height: 50px;
    margin-bottom: 0.625rem;
  }
}

.p-top-messages__title-ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
  padding-left: 60px;
}

.p-about-top-messages__main {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__main {
    margin-top: 3.625rem;
  }
}

.p-about-top-messages__main-bg {
  position: absolute;
  top: 0px;
  left: 30%;
  width: fit-content;
  height: fit-content;
  z-index: -1;
  opacity: .3;
  animation: rotate360 15s linear infinite;
  transform-origin: center center;
  }
@media screen and (min-width: 768px) {
  .p-about-top-messages__main-bg {
    bottom: 60px;
    left: 50%;
  }
}

.p-about-top-messages__main-bg:nth-of-type(2) {
  top: 50px;
  left: calc(30% + 40px);
  opacity: .2;
  transform-origin: 51% 49%;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__main-bg:nth-of-type(2) {
  left: calc(50% + 70px);
  }
}

.p-about-top-messages__main-bg img {
  width: 500px;
  animation: fadeIn 4s ease forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__main-bg img {
    width: 800px;
  }
}

.p-about-top-messages__main-sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23.5px;
  gap: 1.46875rem;
}

.p-about-top-messages__sp-info {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-about-top-messages__main-pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96.4px;
  gap: 6.025rem;
}

.p-about-top-messages__main-pc-right {
  padding-top: 50px;
}

.p-about-top-messages__img {
  max-width: 140px;
  max-width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__img {
    max-width: 17.9725rem;
  }
}

.p-about-top-messages__greeting {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__greeting {
    font-size: 1.0625rem;
  }
}

.p-about-top-messages__catch {
  font-size: 16.5px;
  font-size: 1.03125rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__catch {
    font-size: 2.125rem;
    margin-top: 1.25rem;
    line-height: 1.4117647059;
  }
}

.p-about-top-messages__name {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__name {
    font-size: 1.25rem;
    margin-top: 1.75rem;
  }
}

.p-about-top-messages__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8888888889;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__text {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    margin-top: 3rem;
  }
}

.p-about-top-messages__bg {
  position: absolute;
  top: 171px;
  top: 10.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  width: 140%;
}
@media screen and (min-width: 768px) {
  .p-about-top-messages__bg {
    top: auto;
    top: initial;
    bottom: 3rem;
    min-width: 100rem;
    max-width: 128.125rem;
    width: 96.66666667%;
    left: calc(50% - 7.5rem);
  }
}

.p-about__content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    margin-top: 3rem;
  }
}

.p-about__link {
  display: block;
  position: relative;
}

.p-about__wheels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-about__wheel {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  opacity: .3;
  animation: rotate360 15s linear infinite;
  transform-origin: center center;
  overflow: hidden;
  }
@media screen and (min-width: 768px) {
  .p-about__wheel {
    bottom: 60px;
    left: 50%;
  }
}

.p-about__wheel:nth-of-type(2) {
  bottom: -50px;
  left: calc(30% + 40px);
  opacity: .2;
  transform-origin: 51% 49%;
}
@media screen and (min-width: 768px) {
  .p-about__wheel:nth-of-type(2) {
    left: calc(50% + 70px);
  }
}

.p-about__wheel img {
  width: 500px;
  animation: fadeIn 4s ease forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-about__wheel img {
    width: 800px;
  }
}

.p-about__texts {
  position: absolute;
  z-index: 10;
  width: fit-content;
  height: fit-content;
  top: 5%;
  left: 45%;
}
@media screen and (min-width: 768px) {
  .p-about__texts {
    top: 10%;
    left: 50%;
  }
}
.p-about__text-en {
  z-index: 10;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: clamp(15px, 6vw, 34px);
  color: #9a9dc2;
}
@media screen and (min-width: 768px) {
  .p-about__text-en {
    font-size: clamp(34px, 6vw, 70px);
  }
}
.p-about__text-ja {
  z-index: 10;
  color: #003f8e;
  white-space: nowrap;
  font-size: clamp(10px, 2vw, 16px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__text-ja {
    font-size: clamp(16px, 1.8vw, 24px);
  }
}

@media (any-hover: hover) {
  .p-about__link:hover .p-about__text-en {
    color: #9a9dc2;
  }
}

.p-about__link-text {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__link-text {
    bottom: 2rem;
    right: 1.875rem;
  }
}

.p-archive__pagenavi {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pagenavi {
    margin-top: 4.3125rem;
  }
}

.p-archive__top-btn {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-archive__top-btn {
    margin-top: 5rem;
  }
}

.p-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-area-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.75rem 3rem;
  }
}

.p-area-grid__item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-area-grid__title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-area-grid__title {
    font-size: 1.25rem;
  }
}

.p-area-grid__img {
  width: 100%;
  max-width: 100px;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-area-grid__img {
    max-width: 6.875rem;
  }
}

.p-area-grid__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-area-grid__text {
    font-size: 0.875rem;
    margin-top: -0.1875rem;
  }
}

.p-blue-box {
  background-color: #003f8e;
  color: #ffffff;
  padding: 25px 25px;
  padding: 1.5625rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-blue-box {
    padding: 3.5rem 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-gray-box.p-gray-box--security {
    padding: 3.125rem 4rem;
  }
}

.p-gray-box.p-gray-box--security .p-gray-box__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-gray-box.p-gray-box--security .p-gray-box__text {
    margin-top: 1.125rem;
  }
}

.p-blue-box.p-blue-box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-blue-box.p-blue-box--flex {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-blue-box__tests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-blue-box__title {
  text-align: left;
  line-height: 1.4285714286;
}

.p-blue-box__text {
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
}

.p-blue-box__text li {
  list-style: none;
  padding-left: 1.2em;
  position: relative;
}

.p-blue-box__text li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.p-blue-box__right {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  padding: 24px 0;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-blue-box__right {
    max-width: 22rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2rem 0;
  }
}

.p-blue-box__right-img {
  width: 70%;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-blue-box__right-img {
    width: 63.63636364%;
    max-width: none;
    max-width: initial;
  }
}

.p-business-anchor__inner.l-inner {
  max-width: 350px;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-business-anchor__inner.l-inner {
    max-width: 882px;
  }
}

.p-business-anchor__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  gap: 2rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business-anchor__main {
    margin-top: 2.8125rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (any-hover: hover) {
  .p-business-anchor__item:hover {
    opacity: 1;
  }
  .p-business-anchor__item:hover .p-business-anchor__item-title {
    background-color: #6c9bd2;
  }
}
.p-business-anchor__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5555555556;
  background-color: #003f8e;
  border-radius: 0.3125rem;
  color: #ffffff;
  display: grid;
  place-items: center;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  line-height: 1;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-business-anchor__item-title {
    font-size: 1.125rem;
    padding: 0.875rem 0.625rem;
  }
}

.p-business-anchor__item-title::after {
  content: "∨";
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #003f8e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.p-business-anchor__item-lists {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-business-anchor__item-lists {
    font-size: 1rem;
    margin-top: 2.125rem;
  }
}

.p-business-sections__section:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-business-sections__section:not(:first-child) {
    margin-top: 7.9375rem;
  }
}

.p-business-sections__title {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4285714286;
  background-color: #000000;
  text-align: center;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-business-sections__title {
    font-size: 1.75rem;
  }
}

.p-business-sections__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-business-sections__text {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-business-sections__main {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-business-sections__main {
    margin-top: 1.25rem;
  }
}

.p-business-sections__btn {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business-sections__btn {
    margin-top: 2rem;
  }
}

.c-grid-cards {
  background-color: #f7f8f9;
  display: grid;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid-cards {
    gap: 2.125rem 6.5%;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 26%));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4.1875rem 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-grid-cards.c-grid-cards--smallpad {
    padding: 3rem 1.5625rem;
  }
}

.c-grid-card__title {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7777777778;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-grid-card__title {
    font-size: 1.125rem;
    padding: 0 0.9375rem;
  }
}

.c-grid-card__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-grid-card__text {
    margin-top: 0.875rem;
    font-size: 0.9375rem;
  }
}

.p-business__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-business__content {
    margin-top: 3.125rem;
  }
}

.p-business__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-business__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    gap: 1.25rem
  }
}

.c-business-colors {
  --green: #559656;
  --lightblue: #4cace2;
  --orange: #f8b62d;
  --navy: #234f8d;
  --red: #c83123;
  --purple: #5360aa;
  --green-graduation: linear-gradient(120deg, #559656, #b3c8a5);
  --lightblue-graduation: linear-gradient(120deg, #4cace2, #b5d6f1);
  --orange-graduation: linear-gradient(120deg, #f8b62d, #fcdb9e);
  --navy-graduation: linear-gradient(120deg, #234f8d, #9a9dc2);
  --red-graduation: linear-gradient(120deg, #c83123, #e39c80);
  --purple-graduation: linear-gradient(120deg, #5360aa, #d3b9d8);
}

.p-business__link {
  display: block;
  padding: 1.25rem;
}

/* @media (any-hover: hover) {
  a.p-business__link:hover {
    opacity: unset;
    transform: scale(1.02);
  }
} */

.p-business__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 2.25rem;
  background-color: #ccc;
}

.p-business__link::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  z-index: -1;
  border-radius: calc(2.25rem - 7px);
  background: #fff;
}

.p-business__link.p-business__link--green::before {
  background: var(--green-graduation);
}
.p-business__link.p-business__link--lightblue::before {
  background: var(--lightblue-graduation);
}
.p-business__link.p-business__link--orange::before {
  background: var(--orange-graduation);
}
.p-business__link.p-business__link--navy::before {
  background: var(--navy-graduation);
}
.p-business__link.p-business__link--red::before {
  background: var(--red-graduation);
}
.p-business__link.p-business__link--purple::before {
  background: var(--purple-graduation);
}

.p-business__link.p-business__link--purple::after
{
  background: linear-gradient(120deg, #fff 0%,#ab72ae 70%, #5360aa 100%);
}

.c-img-text__img {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.c-img-text__img img {
  border-radius: 1.5rem;
}

.c-img-text__content {
  display: flex;
  flex-direction: column;
}

.c-img-text {
  display: block;
  position: relative;
}

.p-business__link.p-business__link--purple .c-texts {
  color: #fff;
  text-shadow: #5360aa99 0 0 .2em;
}

.c-texts__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-texts__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: .1em;
  }
}

.c-texts__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #999;
}
@media screen and (min-width: 768px) {
  .c-texts__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-business__link.p-business__link--purple .c-texts__subtitle {
  color: #fff;
}

.c-texts__subtitle::after {
  content: "";
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  border-radius: 3px;
  background-color: #999;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-business__link.p-business__link--green .c-texts__subtitle::after {
  background-color: var(--green);
}
.p-business__link.p-business__link--lightblue .c-texts__subtitle::after {
  background-color: var(--lightblue);
}
.p-business__link.p-business__link--orange .c-texts__subtitle::after {
  background-color: var(--orange);
}
.p-business__link.p-business__link--navy .c-texts__subtitle::after {
  background-color: var(--navy);
}
.p-business__link.p-business__link--red .c-texts__subtitle::after {
  background-color: var(--red);
}
.p-business__link.p-business__link--purple .c-texts__subtitle::after {
  background-color: #fff;
  box-shadow: #5360aa99 0 0 .2em;
}

.c-texts__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 14px;
  margin-top: 0.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-texts__text span {
  white-space: nowrap;
}

.c-texts__btn {
  align-self: flex-end;
  width: fit-content;
  color: #ffffff;
  background-color: #999;
  text-shadow: 0 0 .2em rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding: 8px 30px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .c-texts__btn {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 1500px) {
  .c-texts__btn {
    margin-top: 1.6875rem;
  }
}

.p-business__link.p-business__link--green .c-texts__btn {
  background: var(--green-graduation);
}
.p-business__link.p-business__link--lightblue .c-texts__btn {
  background: var(--lightblue-graduation);
}
.p-business__link.p-business__link--orange .c-texts__btn {
  background: var(--orange-graduation);
}
.p-business__link.p-business__link--navy .c-texts__btn {
  background: var(--navy-graduation);
}
.p-business__link.p-business__link--red .c-texts__btn {
  background: var(--red-graduation);
}
.p-business__link.p-business__link--purple .c-texts__btn {
  background: linear-gradient(120deg,#5360aa 0%,#ab72ae 50%, #fff 100%);
}

.c-texts-btn__text {
  display: flex;
  align-items: center;
}

.c-texts-btn__text::after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-top: 2px;
}

.l-company-anchor {
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media (any-hover: hover) {
  .p-company-anchor__link:hover {
    opacity: 1;
  }
}

.p-company-anchor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-anchor__content {
    gap: 4rem;
  }
}

.p-company-anchor__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .p-company-anchor__img img {
    aspect-ratio: 288/176;
    aspect-ratio: 224/128;
  }
}

.p-company-anchor__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  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: 4px;
  gap: 0.25rem;
  position: relative;
  color: #003f8e;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-anchor__text {
    gap: 0.5625rem;
    margin-top: 0.5625rem;
    font-size: 1.125rem;
    padding-bottom: 1.4375rem;
  }
}

.p-company-anchor__text::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8px;
  font-size: 0.5rem;
  content: "∨";
}
@media screen and (min-width: 768px) {
  .p-company-anchor__text::after {
    font-size: 0.875rem;
  }
}

.l-company-history {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-company-history {
    margin-top: 11.875rem;
  }
}

.p-company-history__main {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__main {
    margin-top: 3rem;
  }
}

.l-company-office {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-company-office {
    margin-top: 11rem;
  }
}

.p-company-office__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-office__main {
    margin-top: 3rem;
  }
}

.p-company-office__section:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-office__section:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-company-office__section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-company-office__section-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-company-office__section-ttl {
  background-color: #003f8e;
  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;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-office__section-ttl {
    font-size: 1.25rem;
    max-width: 14rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
}

.p-company-office__section-address {
  background-color: #dee4ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5555555556;
  font-weight: 400;
  width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-company-office__section-address {
    padding-left: 3.0625rem;
    padding-right: 1.25rem;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-size: 1.125rem;
  }
}

.p-company-office__map {
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  text-align: center;
  background-color: #f7f8f9;
}
@media screen and (min-width: 768px) {
  .p-company-office__map {
    padding-top: 2.8125rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-office__map-iframe {
    max-width: 40rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company-office__map-iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 640/420;
}

.p-company-office__map-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: #003f8e;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 17px 5px;
  padding: 1.0625rem 0.3125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  min-width: 176px;
  min-width: 11rem;
  border-radius: 0.625rem;
}

@media (any-hover: hover) {
  .p-company-office__map-btn:hover {
    opacity: 1;
    background-color: #6c9bd2;
  }
}

.l-company-overview {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-company-overview {
    margin-top: 8.125rem;
  }
}

.p-company-overview__main {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview__main {
    margin-top: 3rem;
  }
}

.l-company-settlement {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-company-settlement {
    margin-top: 11.4375rem;
  }
}

.l-company-electronic {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-company-electronic {
    margin-top: 3.5rem;
  }
}

.p-company-settlement__main {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company-settlement__main {
    margin-top: 3rem;
  }
}

.c-company-files__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5555555556;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-company-files__item {
    text-align: left;
    text-align: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.125rem;
  }
}

.c-company-files__head {
  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;
  background-color: #f7f8f9;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-company-files__head {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-left: 2.875rem;
  }
}

.c-company-files__head,
.c-company-files__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-company-files__head,
.c-company-files__content {
    width: 50%;
  }
}

.c-company-files__content {
  background-color: #ffffff;
  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;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-company-files__content {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 10.5rem;
  }
}

.c-company-files__link {
  text-decoration: underline;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}

.c-company-files__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  left: -0.625rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  aspect-ratio: 30/40;
  display: block;
  width: 15px;
  width: 0.9375rem;
  background-image: url(../images/common/icon-pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-company-files__link::before {
    width: 1.875rem;
    left: -1.6875rem;
  }
}

.c-company-files__item {
  border: 1px solid #d3d6dd;
}
@media screen and (min-width: 768px) {
  .c-company-files__item {
    border-bottom: 0;
    border-bottom: initial;
  }
}

.c-company-files__item:not(:first-child) {
  border-bottom: 1px solid #d3d6dd;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-company-files__item:not(:first-child) {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-company-files__content {
  border-left: 1px solid #d3d6dd;
}

@media (any-hover: hover) {
  .p-company__link:hover {
    opacity: 1;
  }
}
.p-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    gap: 2.6875rem;
    margin-top: 3rem;
  }
}

.p-company__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-company__img img {
    aspect-ratio: 288/176;
  }
}

.p-company__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  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: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    gap: 0.5625rem;
    margin-top: 0.5625rem;
    font-size: 1.125rem;
  }
}

.p-company__text::after {
  content: " >";
}

.l-contact-layout {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact-layout {
    margin-top: 2.4375rem;
  }
}

.p-contact-layout__nav {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout__nav {
    margin-top: 5.9375rem;
  }
}

.p-contact-layout__input {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout__input {
    margin-top: 5.9375rem;
  }
}

.p-contact-layout__entry-input {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout__entry-input {
    margin-top: 12.8125rem;
  }
}

.p-contact-layout__confirm {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout__confirm {
    margin-top: 3.9375rem;
  }
}

.p-contact-layout__complete {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout__complete {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

.p-contact-layout.p-contact-layout--left .p-contact-layout__complete {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-layout.p-contact-layout--left .p-contact-layout__complete {
    width: 100%;
    margin-top: 3.1875rem;
  }
}

.l-cookie {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.p-cookie {
  background-color: #00000055;
  color: #ffffff;
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  pointer-events: none;
  opacity: 0;
}

.p-cookie.is-open {
  opacity: 1;
  pointer-events: initial;
}

.p-cookie.is-accepted {
  pointer-events: none;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
  opacity: 0;
}

.p-cookie.is-close {
  opacity: 0;
  pointer-events: none;
}

.p-cookie__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cookie__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2%;
  }
}

.p-cookie_text {
  font-weight: 400;
  line-height: 1.2727272727;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-cookie_text {
    letter-spacing: 0.1em;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-cookie_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-cookie_btns {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 1.875rem;
  }
}

.p-cookie_btn {
  display: grid;
  place-items: center;
  height: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  min-height: 36px;
  min-height: 2.25rem;
  min-width: 150px;
  min-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-cookie_btn {
    padding: 0.625rem;
    min-height: 3rem;
    min-width: 16rem;
    font-size: 1rem;
  }
}

.p-cookie_close-btn {
  display: block;
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  position: relative;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  min-height: 36px;
  min-height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-cookie_close-btn {
    min-height: 3rem;
    height: 100%;
  }
}

.p-cookie_close-btn::before,
.p-cookie_close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 1px;
  background-color: #ffffff;
}

.p-cookie_close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-cookie_close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (any-hover: hover) {
  .p-cookie_close-btn:hover,
.p-cookie_btn:hover {
    background-color: #00000077;
  }
}
.p-creative-anchor {
  background-color: #003f8e;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor {
    padding-top: 5.625rem;
    padding-bottom: 5.1875rem;
  }
}

.p-creative-anchor__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.p-creative-anchor__texts {
  color: #ffffff;
}

.p-creative-anchor__catch {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__catch {
    font-weight: 700;
    font-size: 1.75rem;
    max-width: 22rem;
  }
}

.p-creative-anchor__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__text {
    margin-top: 0.875rem;
    font-size: 1rem;
    max-width: 20rem;
  }
}

.p-creative-anchor__img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__img {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-creative-anchor__circle {
  width: 100%;
  max-width: 660px;
  max-width: 41.25rem;
}

.p-creative-anchor__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19.4%;
}

.p-creative-anchor__link {
  z-index: 1;
  position: absolute;
}

.p-creative-anchor__link::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link::before {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.p-creative-anchor__link-main {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
}
@media screen and (min-width: 450px) {
  .p-creative-anchor__link-main {
    gap: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link-main {
    gap: 0.3125rem;
  }
}

.p-creative-anchor__link-text {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 450px) {
  .p-creative-anchor__link-text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link-text {
    font-size: 1.875rem;
  }
}

.p-creative-anchor__link-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-creative-anchor__link-arrow svg {
  max-width: 20px;
  max-width: 1.25rem;
  width: 100%;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (min-width: 450px) {
  .p-creative-anchor__link-arrow svg {
    max-width: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link-arrow svg {
    max-width: 1.915rem;
  }
}

.p-creative-anchor__creative {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__creative {
    font-size: 7.5rem;
  }
}

.p-creative-anchor__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__lists {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-creative-anchor__list {
    position: absolute;
  }
}

.p-creative-anchor__list li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  color: #ffffff;
  line-height: 1.5294117647;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 400px) {
  .p-creative-anchor__list li {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 450px) {
  .p-creative-anchor__list li {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__list li {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__list li {
    font-weight: 500;
    font-size: 1.0625rem;
  }
}

.p-creative-anchor__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #ffffff;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-creative-anchor__texts {
    position: absolute;
    z-index: 1;
    left: -10rem;
    top: -1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__texts {
    left: -19.4375rem;
    top: 2.5rem;
  }
}

.p-creative-anchor__link[data-type=digital] {
  top: 51.2%;
  left: 6%;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link[data-type=digital] {
    top: 51.2%;
    left: 9%;
  }
}
.p-creative-anchor__link[data-type=graphic] {
  top: 10%;
  left: 48%;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link[data-type=graphic] {
    top: 13.4%;
    left: 55%;
  }
}
.p-creative-anchor__link[data-type=movie] {
  top: 74%;
  left: 62%;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__link[data-type=movie] {
    top: 77.1%;
    left: 60.3%;
  }
}

.p-creative-anchor__creative {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__creative {
    top: 38.75rem;
    left: -12.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__creative {
    top: 32.125rem;
    left: -19.625rem;
  }
}

.p-creative-anchor__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__lists {
    display: block;
  }
}

.p-creative-anchor__list[data-type=digital] {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__list[data-type=digital] {
    top: 25rem;
    left: -8.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__list[data-type=digital] {
    top: 19.375rem;
    left: -19.4375rem;
  }
}
.p-creative-anchor__list[data-type=digital] li::before {
  color: #32cd32;
}
.p-creative-anchor__list[data-type=graphic] {
  grid-area: 1/1/2/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__list[data-type=graphic] {
    display: block;
    top: -3.4375rem;
    right: -12.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__list[data-type=graphic] {
    top: 0;
    right: -18.625rem;
  }
}
.p-creative-anchor__list[data-type=graphic] li::before {
  color: #00afcc;
}
.p-creative-anchor__list[data-type=movie] {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 768px) {
  .p-creative-anchor__list[data-type=movie] {
    top: 28.125rem;
    right: -10.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-creative-anchor__list[data-type=movie] {
    top: 26.0625rem;
    right: -15.4375rem;
  }
}
.p-creative-anchor__list[data-type=movie] li::before {
  color: #3bd1ba;
}

.p-creative-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00afcc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-left: 1.25rem;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-box__title {
    padding-left: 3.4375rem;
    gap: 1.6875rem;
  }
}

.p-creative-box__title-en {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-creative-box__title-en {
    font-size: 7.5rem;
  }
}

.p-creative-box__title-ja {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: -16px;
  top: -1rem;
  left: 162px;
  left: 10.125rem;
  opacity: 0.6;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .p-creative-box__title-ja {
    position: static;
    position: initial;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-creative-box__title-ja {
    font-size: 1.75rem;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}

.p-creative-box__top {
  background-color: #00afcc;
}

.p-creative-box__btn {
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-box__btn {
    margin-top: 3.125rem;
  }
}

.p-creative-graphic__slide-inner.l-inner {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  max-width: 500px;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-graphic__slide-inner.l-inner {
    margin-top: 2.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 1568px;
  }
}

.p-creative-graphic__slide-title {
  text-align: center;
}

.p-creative-section__slide {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-creative-section__slide {
    margin-top: 0.625rem;
  }
}

.p-creative-box__bottom {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-creative-bottom {
  background-color: #f7f8f9;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
  padding: 25px;
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-bottom {
    gap: 6.7%;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 25.3%));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.4375rem 0.9375rem;
  }
}

.p-creative-bottom__title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-creative-bottom__title {
    font-size: 1.25rem;
  }
}

.p-creative-bottom__img {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-creative-bottom__img {
    margin-top: 0.5625rem;
  }
}

.p-creative-bottom__img img {
  aspect-ratio: 320/192;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-creative-bottom__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-creative-bottom__text {
    font-size: 0.9375rem;
    margin-top: 0.75rem;
  }
}

.p-creative-section[data-type=digital] .p-creative-box__title {
  color: #32cd32;
}

.p-creative-section[data-type=movie] .p-creative-box__title {
  color: #3bd1ba;
}

.p-creative-section[data-type=digital] .p-creative-box__top {
  background-color: #32cd32;
}

.p-creative-section[data-type=movie] .p-creative-box__top {
  background-color: #3bd1ba;
}

.p-creative-slide__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-creative-slide__image {
  display: grid;
  place-items: center;
}

.p-creative-slide__image img {
  max-width: 100%;
  width: auto;
  max-height: inherit;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-creative-slide__texts {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-creative-slide__texts {
    margin-top: 0.8125rem;
  }
}

.p-creative-slide__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .p-creative-slide__text {
    font-size: 0.875rem;
  }
}

.p-creative-slide .splide__arrow {
  background-color: #003f8e;
  position: absolute;
  top: 42%;
  opacity: 1;
  left: -33px;
  left: -2.0625rem;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media screen and (min-width: 768px) {
  .p-creative-slide .splide__arrow {
    left: -4rem;
  }
}

.p-creative-slide .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

@media (any-hover: hover) {
  .p-creative-slide .splide__arrow:not(:disabled):hover {
    opacity: 0.6;
  }
}
.p-creative-slide .splide__arrow.splide__arrow--next {
  left: auto;
  left: initial;
  right: -33px;
  right: -2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-slide .splide__arrow.splide__arrow--next {
    right: -4rem;
  }
}

.p-creative-slide .splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  aspect-ratio: 12.44/12.14;
  width: 50%;
  height: auto;
  background-image: url(../images/common/icon-arrow-page.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p-creative-slide .splide__arrow.splide__arrow--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-creative-slide .splide__arrow svg {
  display: none;
}

.p-creative-top {
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top {
    padding: 3.5rem 5% 2.9375rem;
  }
}

.p-creative-top__catch {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5714285714;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-creative-top__catch {
    font-size: 1.75rem;
  }
}

.p-creative-top__text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5555555556;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-creative-top__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__main {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.p-creative-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.p-creative-top__head {
  display: grid;
  place-items: center;
  background-color: #1d1d1f;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__head {
    min-height: 4rem;
    font-size: 1.125rem;
    width: 100%;
    padding: 0.9375rem 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 1150px) {
  .p-creative-top__head {
    font-size: 1.375rem;
  }
}

.p-creative-top__head::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 30px;
  height: 1.875rem;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  bottom: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__head::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2.5rem;
    height: 2px;
    width: 3.75rem;
  }
}

.p-creative-top__head::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  right: -3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 16px;
  width: 1rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .p-creative-top__head::after {
    content: "";
  }
}

.p-creative-top__content {
  background-color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-creative-top__content {
    font-size: 1rem;
    max-width: 34rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0.5rem 0.625rem 0.5rem 0.9375rem;
  }
}

.p-digital-intro__sections {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-digital-intro__sections {
    margin-top: 2.6875rem;
  }
}

.p-digital-intro__section {
  border-bottom: 2px solid #1d1d1f;
}
@media screen and (min-width: 768px) {
  .p-digital-intro__section {
    border-bottom: 0;
    border-bottom: initial;
  }
}

.p-digital-intro__section:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-digital-intro__section:not(:first-child) {
    margin-top: 3.875rem;
  }
}

.p-digital-intro__top-inner {
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-digital-intro__top-inner {
    padding: 2.75rem 3rem;
    padding: 2.75rem 3%;
  }
}

.p-digital-intro__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-digital-intro__lists {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-digital-trouble {
  background-color: #003f8e;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-digital-trouble {
    padding-top: 3.25rem;
    padding-bottom: 4rem;
  }
}

.l-en-company {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-en-company {
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-en-company__inner.l-inner {
    max-width: 90%;
  }
}

.p-en-company__text {
  color: #00a1e9;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-en-company__text {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-en-company__text {
    font-size: 5.3125rem;
  }
}

.l-en-grid {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-en-grid {
    margin-top: 8.0625rem;
  }
}

.p-en-grid {
  color: #ffffff;
}

.p-en-grid__title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-en-grid__title {
    font-size: 3rem;
  }
}

.p-en-grid__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-en-grid__items {
    margin-top: 3.125rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 18rem 18rem 18rem;
    gap: 3.25rem 3.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .p-en-grid__items {
    gap: 3.25rem 7rem;
  }
}

.p-en-grid__item-img img {
  aspect-ratio: 288/222;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-en-grid__item-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-en-grid__item-title {
    font-size: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-en-grid__item-text {
  line-height: 1.7777777778;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-en-grid__item-text {
    margin-top: 0.4375rem;
  }
}

.p-en-mv__slide-item img {
  aspect-ratio: 960/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-en-section {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-en-section {
    margin-top: 7.375rem;
  }
}

.l-en-top-massage {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-en-top-massage {
    margin-top: 9.625rem;
  }
}

.p-en-section {
  color: #ffffff;
}

.p-en-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-en-section__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}

.p-en-section__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-en-section__item:not(:first-child) {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-en-section__texts {
    padding-top: 0.3125rem;
  }
}

.p-en-section__item-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-en-section__item-title {
    font-size: 3rem;
  }
}

.p-en-section__item-text {
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-en-section__item-text {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-en-section__item-content {
    width: 100%;
    max-width: 24.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-en-section__item-content img,
.p-en-section__item-content iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 416/352;
}
@media screen and (min-width: 768px) {
  .p-en-section__item-content img,
.p-en-section__item-content iframe {
    aspect-ratio: 416/352;
  }
}

@media screen and (min-width: 768px) {
  .p-en-section__item.p-en-section__item--top-message .p-en-section__item-content {
    max-width: 23rem;
  }
}

.p-en-section__item.p-en-section__item--top-message .p-en-section__item-content img {
  aspect-ratio: initial;
  height: auto;
}

.p-en-section__item.p-en-section__item--top-message .p-en-section__texts {
  padding-top: 0;
  padding-top: initial;
}

@media screen and (min-width: 768px) {
  .p-en-section__item.p-en-section__item--top-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 10.3%;
       -moz-column-gap: 10.3%;
            column-gap: 10.3%;
  }
}

.l-en-security {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-en-security {
    margin-top: 8.875rem;
  }
}

.p-en-security {
  color: #ffffff;
}

.p-en-security__title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-en-security__title {
    font-size: 2.5rem;
  }
}

.p-en-security__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-en-security__items {
    margin-top: 1.875rem;
  }
}

.p-en-security__item {
  background-color: #000000;
}

.p-en-security__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-en-security__item:not(:first-child) {
    margin-top: 4.125rem;
  }
}

.p-en-security__item-head {
  padding: 15.5px 45px 15.5px 20px;
  padding: 0.96875rem 2.8125rem 0.96875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-head {
    padding: 0.96875rem 4rem;
  }
}

.p-en-security__item-body {
  padding: 15.5px 45px 30px 20px;
  padding: 0.96875rem 2.8125rem 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-body {
    padding: 0.96875rem 4rem 3.125rem;
  }
}

.p-en-security__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-head {
    gap: 1.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-en-security__item-en,
.p-en-security__item-ja {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4545454545;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-en,
.p-en-security__item-ja {
    font-size: 1.375rem;
  }
}

.p-en-security__item-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  right: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-arrow {
    right: 2.5rem;
  }
}

.p-en-security__item-arrow svg {
  width: 14px;
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-arrow svg {
    width: 1.125rem;
  }
}

.p-en-security__item-arrow svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.p-en-security__item-head.is-open .p-en-security__item-arrow {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.p-en-security__item-head.is-open {
  background-color: #6c9bd2;
  color: #1d1d1f;
  opacity: 1;
}

.p-en-security__item-head.is-open .p-en-security__item-arrow svg path {
  stroke: #1d1d1f;
}

@media (any-hover: hover) {
  .p-en-security__item-head:hover {
    background-color: #6c9bd2;
    color: #1d1d1f;
    opacity: 1;
  }
  .p-en-security__item-head:hover .p-en-security__item-arrow svg path {
    stroke: #1d1d1f;
  }
}
.p-en-security__item-body {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-en-security__item-body {
    font-size: 1rem;
  }
}

.p-en-security__item-body .security-head {
  font-weight: 700;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
}

.p-en-security__item-body .security-head::before {
  content: "<";
}

.p-en-security__item-body .security-head::after {
  content: ">";
}

.p-en-security__item-body .security-mt1 {
  margin-top: 1em;
}

.p-en-security__item-body .security-mt2 {
  margin-top: 2em;
}

.p-en-security__item-body li:not(:first-child) {
  margin-top: 0.5em;
}

.p-en-security__item-body li li:not(:first-child) {
  margin-top: 0;
}

.p-footer-bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  gap: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-footer-bottom__nav:first-child .p-footer-copyright__nav-link {
  border-left: 1px solid #1d1d1f;
}

.p-footer-bottom__nav-list {
  list-style: none;
  border-left: 1px solid #1d1d1f;
}

.p-footer-bottom__nav-list:last-child {
  border-right: 1px solid #1d1d1f;
}

.p-footer-bottom__nav-link {
  padding: 3px 5.5px;
  padding: 0.1875rem 0.34375rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer-bottom__nav-link {
    padding: 0.0625rem 1.75rem;
    font-size: 0.875rem;
  }
}

.p-footer__copyright {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 8.9375rem;
  }
}

.p-footer-copyright__navs {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright__navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.4375rem;
  }
}

.p-footer-copyright__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #707070;
  display: block;
  margin-top: 31px;
  margin-top: 1.9375rem;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright__text {
    line-height: 1;
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

@media (any-hover: hover) {
  .p-footer-copyright__nav-link:hover {
    color: #003f8e;
    opacity: 1;
  }
}
.p-footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer-middle__logo {
  width: 100%;
  max-width: 176px;
  max-width: 11rem;
}
@media screen and (min-width: 768px) {
  .p-footer-middle__logo {
    max-width: 16.706875rem;
  }
}

.p-footer-middle__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer-middle__sns {
    gap: 1.5625rem;
  }
}

.p-footer-middle__sns-link--facebook img {
  aspect-ratio: 1/1;
  width: 24px;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer-middle__sns-link--facebook img {
    width: 2rem;
  }
}

.p-footer-middle__sns-link--youtube {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-footer-middle__sns-link--youtube {
    font-size: 0.9375rem;
  }
}

.p-footer-nav__title {
  color: #003f8e;
  font-size: 10.5px;
  font-size: 0.65625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.5238095238;
  font-weight: 500;
  border-bottom: 1px solid #afafb0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__title {
    color: #1d1d1f;
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
}

.p-footer-nav__sp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  width: 100%;
}

.p-footer-nav__sp-left,
.p-footer-nav__sp-right {
  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: 21px;
  gap: 1.3125rem;
}

.p-footer-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  gap: 3.5rem;
}

.p-footer-nav__wrap > * {
  width: 100%;
}

.p-footer-nav__column {
  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;
  gap: 2.5rem;
}

.p-footer-nav__menu {
  padding-top: 12px;
  padding-top: 0.75rem;
}
.p-footer-nav__menu .main-menu li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3333333333;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu li {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
.p-footer-nav__menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  padding: 0.375rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu > .menu-item > .menu-link {
    padding-left: 1.6875rem;
  }
  .p-footer-nav__menu .main-menu > .menu-item > .menu-link:before {
    position: absolute;
    top: 0.375rem;
    left: 0;
    content: "→";
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu > .menu-item > .sub-menu {
    padding-left: 2.1875rem;
  }
}
.p-footer-nav__menu .main-menu > .menu-item > .sub-menu .menu-item > .menu-link {
  padding-left: 1.1em;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu > .menu-item > .sub-menu .menu-item > .menu-link {
    padding-left: 1.5625rem;
  }
}
.p-footer-nav__menu .main-menu > .menu-item > .sub-menu .menu-item > .menu-link:before {
  position: absolute;
  top: 6px;
  top: 0.375rem;
  left: 0;
  content: "→ ";
}
.p-footer-nav__menu .main-menu > .menu-item:not(:first-child), .p-footer-nav__menu .main-menu > .menu-item .sub-menu, .p-footer-nav__menu .main-menu > .menu-item .sub-menu > .menu-item:not(:first-child) {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    padding-left: 1.5625rem;
  }
}
.p-footer-nav__relation-btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#53c0fa), color-stop(20.69%, #3596e5), color-stop(55.17%, #1a6cbf), to(#004599));
  background: linear-gradient(90deg, #53c0fa 0%, #3596e5 20.69%, #1a6cbf 55.17%, #004599 100%);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__relation-btn {
    margin-top: 4.4375rem;
    border-radius: 0.25rem;
  }
}

.p-footer-nav__relation-btn a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 10.5px;
  font-size: 0.65625rem;
  padding: 5.5px 10px;
  padding: 0.34375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__relation-btn a {
    font-size: 1rem;
    padding: 0.625rem 0.625rem;
  }
}

.p-footer__main {
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(#d3d6dd), to(#fff));
  background-image: linear-gradient(-90deg, #d3d6dd 0%, #fff 100%);
}

.p-footer__inner.l-inner {
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-footer__scroll {
  position: absolute;
  top: 0;
  right: 0;
}

.p-footer__middle {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__middle {
    margin-top: 1.4375rem;
  }
}

.p-footer__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 1.0625rem;
  }
}

.p-gray-box {
  background-color: #f7f8f9;
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-gray-box {
    padding: 3.5625rem 4rem;
  }
}

.p-gray-box__title {
  font-weight: 500;
}

.p-gray-box__text {
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-gray-box__text {
    min-height: 3.5rem;
  }
}

.p-gray-box__text li {
  list-style: none;
}

.p-gray-box__text * {
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.p-gray-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-gray-box__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
    margin-top: 2.375rem;
  }
}

.p-gray-box__list:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-gray-box__list:not(:first-child) {
    margin-top: 2.1875rem;
  }
}

.p-gray-box__list-title {
  font-weight: 700;
  line-height: 1.45;
  color: #003f8e;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-gray-box__list-title {
    font-size: 1.25rem;
  }
}

.p-gray-box__list-text {
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 3px;
  margin-top: 0.1875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-gray-box__list-text {
    margin-top: 0.3125rem;
  }
}

.p-gray-box__list-text ul {
  counter-reset: quality_number 0;
}

.p-gray-box__list-text li {
  list-style: none;
  padding-left: 1.1em;
  position: relative;
}

.p-gray-box__list-text > *:not(:first-child) {
  margin-top: 2em;
}

.p-gray-box__list-text li::before {
  content: counter(quality_number) ".";
  counter-increment: quality_number 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-gray-box__img {
    max-width: 20rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* =====================================================
haeder hamburger CSS
===================================================== */
.p-hamburger-body {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hamburger-body__main {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  background-color: #003f8e;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-hamburger-body__main {
    width: 22.5rem;
  }
}

.p-hamburger-body__main::-webkit-scrollbar {
  display: none;
}

.p-hamburger-body__bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-hamburger-body__inner {
  padding: 65px 20px 20px 20px;
  padding: 4.0625rem 1.25rem 1.25rem 1.25rem;
  overflow: hidden;
}

.p-hamburger-body__close:hover {
  opacity: 0.6;
}

.p-hamburger-body__logo {
  width: 100%;
  padding: 0 42px 0 10px;
  padding: 0 2.625rem 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-hamburger-body__logo {
    padding: 0 5rem 0 1.25rem;
  }
}

.p-hamburger-body__logo img {
  width: 220px;
  width: 13.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hamburger-body__logo img {
    width: 13.75rem;
  }
}

.p-hamburger-body__lists {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-hamburger-body__lists {
    margin-top: 4.1875rem;
  }
}

.p-hamburger-body__list {
  list-style: none;
}

.p-hamburger-body__contact-btns {
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-hamburger-body__contact-btn {
  background-color: #034ba5;
  line-height: 1.1428571429;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  border-radius: 0.25rem;
  padding: 16px 30px 16px;
  padding: 1rem 1.875rem 1rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
}

.p-hamburger-body__contact-btn.p-hamburger-body__contact-btn--green {
  background-color: #009954;
}

.p-hamburger-body__contact-btn span {
  position: absolute;
  right: 35px;
  right: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-hamburger-body.is-open {
  pointer-events: initial;
  opacity: 1;
}

.p-hamburger-body.is-open .p-hamburger-body__main {
  opacity: 1;
}

.p-hamburger-body.is-open .p-hamburger-body__bg {
  background-color: rgba(0, 0, 0, .4);
}

.p-hamburger-nav .hamburger-menu .main-menu li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.p-hamburger-nav .hamburger-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .menu-link {
  cursor: pointer;
  padding: 11px 40px 11px 3px;
  padding: 0.6875rem 2.5rem 0.6875rem 0.1875rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  font-weight: 400;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: 0;
}
@media (any-hover: hover) {
  .p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .menu-link:hover {
    opacity: 0.6;
  }
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .menu-link::after, .p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .menu-link::after {
  content: "";
  position: absolute;
  right: 19px;
  right: 1.1875rem;
  top: 15px;
  top: 0.9375rem;
  line-height: 1;
  width: 12px;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-nav-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item.has-child > .menu-link::after, .p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item.has-child > .menu-link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item.en-icon > .menu-link::before {
  content: "";
  line-height: 1;
  width: 12px;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-global-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, .2);
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item.non-link > .sub-menu, .p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-top: 0.0625rem solid rgba(255, 255, 255, .2);
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu {
  padding-top: 12px;
  padding-top: 0.75rem;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item:not(:first-child) {
  padding-top: 12px;
  padding-top: 0.75rem;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .menu-link {
  position: relative;
  padding: 11px 40px 11px 3px;
  padding: 0.6875rem 2.5rem 0.6875rem 0.1875rem;
  padding-left: 44px;
  padding-left: 2.75rem;
  font-weight: 400;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .menu-link:before {
  content: "→";
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item.non-link > .sub-menu > .menu-item > .menu-link {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .p-hamburger-nav .hamburger-menu .main-menu > .menu-item.non-link > .sub-menu > .menu-item > .menu-link:hover {
    color: #99ccff;
    opacity: 1;
  }
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-top: 0.0625rem solid rgba(255, 255, 255, .2);
  padding-left: 114px;
  padding-left: 7.125rem;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link {
  letter-spacing: 0;
  font-weight: 400;
  padding: 21px 1px 15px;
  padding: 1.3125rem 0.0625rem 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1;
  display: block;
  position: relative;
}
.p-hamburger-nav .hamburger-menu .main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .menu-link:before {
  content: "→ ";
}

.p-hamburger-nav__other-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
}

.p-hamburger-nav__other-list {
  list-style: none;
  border-left: 1px solid #ffffff;
}

.p-hamburger-nav__other-link {
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-hamburger-nav__other-link {
    font-size: 0.75rem;
  }
}

.p-hamburger-nav__other-list:not(:first-child) {
  border-right: 1px solid #ffffff;
}

.p-header-nav .header-menu .main-menu li {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.p-header-nav .header-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-header-nav .header-menu .main-menu > .menu-item > .menu-link {
  cursor: pointer;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 1300px) {
  .p-header-nav .header-menu .main-menu > .menu-item > .menu-link {
    font-size: 1rem;
    padding: 0.5rem 1.375rem;
  }
}
@media (any-hover: hover) {
  .p-header-nav .header-menu .main-menu > .menu-item > .menu-link:hover {
    opacity: 0.6;
  }
}
.p-header-nav .header-menu .main-menu > .menu-item > span.menu-link::after {
  content: "";
  line-height: 1;
  aspect-ratio: 1/1;
  width: 16px;
  width: 1rem;
  background-image: url("../images/common/icon-nav-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-header-nav .header-menu .main-menu > .menu-item.en-icon > .menu-link::before {
  content: "";
  line-height: 1;
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
  width: 16px;
  width: 1rem;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon-global.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-header-nav .header-menu .main-menu > .menu-item:not(:first-child) > .menu-link {
  border-left: 1px solid #abb1b5;
}
.p-header-nav .header-menu .main-menu > .menu-item.non-link > .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  max-height: 120px;
  max-height: 7.5rem;
  background-color: #1d1d1f;
  color: #ffffff;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  border-radius: 0.5rem;
  padding: 10px 45px;
  padding: 0.625rem 2.8125rem;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}
.p-header-nav .header-menu .main-menu > .menu-item.has-child > .sub-menu.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: initial;
}
.p-header-nav .header-menu .main-menu > .menu-item.non-link > .sub-menu > .menu-item > .menu-link {
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .p-header-nav .header-menu .main-menu > .menu-item.non-link > .sub-menu > .menu-item > .menu-link:hover {
    color: #99ccff;
    opacity: 1;
  }
}
.p-header-nav .header-menu .main-menu > .menu-item.non-link > .sub-menu > .menu-item > .sub-menu {
  display: none;
}

/* =====================================================
haeder CSS
===================================================== */
.p-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, .2);
  background: -webkit-gradient(linear, right top, left top, from(#d3d6dd), to(#fff));
  background: linear-gradient(-90deg, #d3d6dd 0%, #fff 100%);
}

.p-header__inner {
  padding-left: 16.3px;
  padding-left: 1.01875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 2rem;
    padding-right: 1rem;
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  gap: 1.875rem;
  min-height: 64px;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .p-header__main {
    gap: 1.25rem;
    min-height: 7rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-header__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 100%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    height: auto;
    height: initial;
    padding: 1rem 0rem;
  }
}

.p-header__link img {
  max-width: 219.69px;
  max-width: 13.730625rem;
}
@media screen and (min-width: 768px) {
  .p-header__link img {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-header__link img {
    max-width: 22.080625rem;
  }
}

.p-header__link:hover {
  opacity: 0.6;
}

.p-header-navs {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-navs {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-top: 1rem;
    gap: 0.5625rem;
  }
}

.p-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-nav__link {
  height: 100%;
  background-color: #003f8e;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: grid;
  place-items: center;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 16px 5px 16px;
  padding: 1rem 0.3125rem 1rem;
  width: 160px;
  width: 10rem;
  letter-spacing: 0.05em;
}

.p-top-nav__link.p-top-nav__link--green {
  background-color: #00885a;
}

@media (any-hover: hover) {
  .p-top-nav__link:hover {
    background-color: #afafb0;
    opacity: 1;
  }
  .p-top-nav__link:hover {
    background-color: #6c9bd2;
  }
  .p-top-nav__link.p-top-nav__link--green:hover {
    background-color: #3cb37a;
  }
}
/* =====================================================
haeder hamburger span CSS
===================================================== */
.p-hamburger {
  aspect-ratio: 1/1;
  width: 64px;
  width: 4rem;
  position: fixed;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
  z-index: 9999;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #003f8e;
}

.p-hamburger__inner {
  display: grid;
  place-items: center;
  position: relative;
}

.p-hamburger__text {
  position: absolute;
  top: -3px;
  top: -0.1875rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: 7.5px;
  font-size: 0.46875rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.p-hamburger:hover span {
  opacity: 1;
}

.p-hamburger__bar {
  position: relative;
  aspect-ratio: 44/16;
  width: 22px;
  width: 1.375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-hamburger__bar span {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: opacity 0.2s, left 0.4s, top 0.4s, width 0.2s, background-color 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.2s, left 0.4s, top 0.4s, width 0.2s, background-color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.2s, left 0.4s, top 0.4s, width 0.2s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.2s, left 0.4s, top 0.4s, width 0.2s, background-color 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .p-hamburger__bar span {
    height: 2px;
  }
}

.p-hamburger__bar span:nth-child(1) {
  top: 0;
}

.p-hamburger__bar span:nth-child(2) {
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-hamburger.is-open span:nth-of-type(1) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-160deg);
          transform: translateY(-50%) rotate(-160deg);
}

.p-hamburger.is-open .p-hamburger__bar span:nth-of-type(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(160deg);
          transform: translate(0%, -50%) rotate(160deg);
}

.p-hamburger.is-open .p-hamburger__text {
  opacity: 1;
}

.l-history {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-history {
    margin-top: 7.5625rem;
  }
}

.p-history__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-history__table {
    margin-top: 2.75rem;
  }
}

.p-history-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
}

.p-history-info__item:not(:first-child) {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-history-info__date,
.p-history-info__content {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 5.25px;
  padding-bottom: 0.328125rem;
}
@media screen and (min-width: 768px) {
  .p-history-info__date,
.p-history-info__content {
    font-size: 1.0625rem;
  }
}

.p-history-info__date {
  background-color: #e9dacb;
  width: 110px;
  width: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-history-info__date {
    width: 9.625rem;
    gap: 1.0625rem;
    padding-left: 1.4375rem;
    padding-right: 0.3125rem;
  }
}

.p-history-info__content {
  background-color: #f8f4e6;
  width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-history-info__content {
    padding-left: 1.625rem;
    padding-right: 1.5625rem;
  }
}

.p-intro-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-intro-top {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-intro-top__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-intro-top__img {
    padding-top: 0.375rem;
    max-width: 42rem;
    max-width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1150px) {
  .p-intro-top__img {
    max-width: 56.75675676%;
  }
}

.p-intro-top__catch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-intro-top__catch {
    font-size: 1.5rem;
    min-height: 6rem;
  }
}

.p-intro-top__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-intro-top__title {
    font-size: 1.75rem;
    margin-top: 0.5625rem;
  }
}

.p-intro-top__text {
  line-height: 1.75;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-intro-top__text {
    font-size: 1rem;
    margin-top: 0.625rem;
    min-height: 6.8125rem;
  }
}

.p-intro-top__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-intro-top__btn {
    margin-top: 1.5rem;
  }
}

.p-machine-box__main {
  padding: 25px 25px;
  padding: 1.5625rem 1.5625rem;
  background: #ffffff;
  border: 1px solid #afafb0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-machine-box__main {
    padding: 2.6875rem 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.875rem;
  }
}

.p-machine-box__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-machine-box__title {
    font-size: 1.25rem;
  }
}

.p-machine-box__text {
  line-height: 1.75;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-machine-box__text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-machine-box__section:only-of-type .p-machine-box__text {
    margin-top: 1.875rem;
  }
}

.p-machine-box__section:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-machine-box__section:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-machine-box__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-machine-box__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 44.521739%;
  }
}

.p-machine-box__image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.p-machine-intro__top {
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-machine-intro__top {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    margin-left: auto;
    margin-right: auto;
    max-width: 68.125rem;
  }
}

.p-machine-intro__section {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-machine-intro__section {
    margin-top: 5.3125rem;
  }
}

.p-machine-spec__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-machine-spec__content {
    margin-top: 0.9375rem;
  }
}

.p-machine-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-machine-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.9375rem;
  }
}

.p-machine-top__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-machine-top__title {
    font-size: 1.5rem;
  }
}

.p-machine-top__subtitle {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-machine-top__subtitle {
    font-size: 2.375rem;
    margin-top: 1.3125rem;
  }
}

.p-machine-top__description {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-machine-top__description {
    margin-top: 1.4375rem;
  }
}

.p-machine-top__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-machine-top__image {
    max-width: 32rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-machine-top__image img {
  width: 100%;
}

.p-manual-case__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-manual-case__items {
    margin-top: 2.6875rem;
  }
}

.p-manual-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-manual-case__item:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-manual-case__item:not(:first-child) {
    margin-top: 1.0625rem;
  }
}

.p-manual-case__item-title,
.p-manual-case__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4705882353;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-manual-case__item-title,
.p-manual-case__item-text {
    font-size: 1.0625rem;
    padding: 0.6875rem 2.125rem;
  }
}

.p-manual-case__item-title {
  display: block;
  width: 50%;
  background-color: #f7f8f9;
}

.p-manual-case__item-text {
  width: 50%;
  background-color: #6c9bd2;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-manual-case__item-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 34rem;
  }
}

@media screen and (min-width: 768px) {
  .p-manual-case__item-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-manual-case__item-text li {
  list-style: none;
}

.p-manual-case__item-text li::before {
  content: "・";
}

.p-manual-case__item.p-manual-case__item--head .p-manual-case__item-title {
  background-color: #000000;
  color: #ffffff;
}

.p-manual-case__item.p-manual-case__item--head .p-manual-case__item-text {
  background-color: #003f8e;
}

.p-manual-item__title {
  line-height: 1.4583333333;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #003f8e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-manual-item__title {
    font-size: 1.5rem;
  }
}

.p-manual-item__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16.7px;
  gap: 1.04375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-manual-item__grid {
    margin-top: 1.25rem;
  }
}

.p-manual-service__inner.l-inner {
  max-width: 320px;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-manual-service__inner.l-inner {
    max-width: 1138px;
  }
}

.p-manual-service__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-manual-service__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8%;
    margin-top: 2.3125rem;
  }
}

.p-mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  /* aspect-ratio: 16/9; */
  height: fit-content;
}
@media screen and (min-width: 768px) {
  /* .p-mv {
    max-height: calc(100vh - 112px);
  } */
}

.p-mv.is-scrolled {
  opacity: 0;
}

.p-mv__main.p-mv__main--fixed {
  /* position: fixed; */
  left: 0;
  width: 100%;
}

.p-mv__slide-item {
  /* width: 100%; */
  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;
}

.p-mv__slide-content {
  /* background: #FFF url("../../assets/images/top/bg-pattern.png") repeat center center / 160px 211px; */
}

.p-mv__slide-content img,
.p-mv__slide-content video {
  -o-object-fit: contain;
     object-fit: contain;
  /* -o-object-fit: cover;
  object-fit: cover; */
  /* aspect-ratio: 16/9; */
}
@media screen and (min-width: 768px) {
  .p-mv__slide-content img,
  .p-mv__slide-content video {
    /* width: 100%; */
    /* max-height: calc(100vh - 112px); */
  }
}

@media screen and (min-width: 768px) {
  .p-mv__slide .splide__pagination {
    gap: 0.1875rem;
  }
}

.p-mv__slide .splide__pagination__page,
.p-mv__slide .splide__pagination__page.is-active {
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__slide .splide__pagination__page,
.p-mv__slide .splide__pagination__page.is-active {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-mv__slide .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #003f8e;
}

.p-mv__content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 35px;
  right: 2.1875rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  pointer-events: none;
}

.p-mv__title {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 5rem;
    line-height: 1.5;
  }
}

.p-mv__text {
  font-size: 7px;
  font-size: 0.4375rem;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  text-align: right;
  font-weight: 500;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-mv__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv__pagination {
    position: fixed;
  }
}

.l-news {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 5.6875rem;
  }
}

.p-news {
  position: relative;
}

.p-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  gap: 1.875rem;
  padding-right: 6%;
}
@media screen and (min-width: 768px) {
  .p-news__top {
    gap: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1.5rem;
  }
}

.p-news__archive-link {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  color: #003f8e;
}
@media screen and (min-width: 768px) {
  .p-news__archive-link {
    font-size: 1rem;
    gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-news__archive-link::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  width: 1rem;
  background-image: url(../images/common/icon-arrow-right.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-news__archive-link::after {
    width: 2rem;
  }
}

.p-news__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-news__main {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__main {
    margin-top: 1.125rem;
  }
}

.p-overview-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-overview-table > tbody > tr:last-child th,
.p-overview-table > tbody > tr:last-child td {
  border-bottom: 1px solid #707070;
}

.p-overview-table > tbody > tr > th,
.p-overview-table > tbody > tr > td {
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #707070;
  line-height: 1.7777777778;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-overview-table > tbody > tr > th,
.p-overview-table > tbody > tr > td {
    padding-top: 0.8125rem;
    padding-bottom: 1.0625rem;
    font-size: 1.125rem;
  }
}

.p-overview-table > tbody > tr > th {
  width: 105px;
  width: 6.5625rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-overview-table > tbody > tr > th {
    width: 14rem;
    padding-right: 4rem;
  }
}

.p-overview-table > tbody > tr > th::after {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem; /* 横方向の間隔 */
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-overview-table > tbody > tr > th::after {
    width: 4rem; /* 横方向の間隔 */
  }
}

.p-overview-table > tbody > tr > td {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.c-basic {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.1111111111;
  counter-reset: ttl_number 0;
}
@media screen and (min-width: 768px) {
  .c-basic {
    font-size: 1.125rem;
  }
}

.c-basic__mt {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-basic__mt {
    margin-top: 2em;
  }
}

.c-basic__end-text {
  text-align: right;
  line-height: 1.5;
}

.c-basic__lists-num {
  counter-reset: list_number 0;
}

.c-basic__lists-dot li,
.c-basic__lists-num li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.c-basic__lists-dot li::before,
.c-basic__lists-num li::before {
  position: absolute;
  left: 0;
}

.c-basic__lists-num li::before {
  counter-increment: list_number 1;
  content: counter(list_number) ".";
}

.c-basic__text-dot::before,
.c-basic__lists-dot li::before {
  content: "・";
}

.c-basic__ttl-num {
  position: relative;
  padding-left: 1.7em;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-basic__ttl-num::before {
  content: counter(ttl_number);
  counter-increment: ttl_number 1;
  position: absolute;
  left: 0;
}

.c-basic__blue {
  color: #003f8e;
}

.c-basic a {
  color: #003f8e;
}

@media (any-hover: hover) {
  .c-basic a:hover {
    color: red;
  }
}
.l-privacy-page {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-privacy-page {
    margin-top: 6.6875rem;
  }
}

.p-privacy-page__title {
  font-weight: 500;
  text-align: center;
}

.p-privacy-page__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-page__main {
    margin-top: 2.6875rem;
  }
}

.p-privacy-page__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-page__item:not(:first-child) {
    margin-top: 2.6875rem;
  }
}

.p-privacy-page__item-title {
  font-weight: 500;
}

.p-privacy-page__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-page__item-text {
    margin-top: 1.1875rem;
  }
}

.p-privacy-page__item-text * {
  font-weight: 400;
  font-size: inherit;
  line-height: 2.375;
  letter-spacing: 0.02em;
}

.p-pro-group__main {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__main {
    margin-top: 2.4375rem;
  }
}

.p-pro-group__section:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__section:not(:first-child) {
    margin-top: 4rem;
  }
}

.p-pro-group__section-title {
  background-color: #003f8e;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__section-title {
    font-size: 1.375rem;
    padding: 0.6875rem 2rem;
  }
}

.p-pro-group__section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__section-title span {
    font-size: 1.375rem;
  }
}

.p-pro-group__section-main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__section-main {
    margin-top: 2.9375rem;
  }
}

.p-pro-group__section-item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pro-group__section-item:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-group-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.p-group-item__img {
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-group-item__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    max-width: 16rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-group-item__info {
    padding-top: 0.375rem;
  }
}

.p-group-item__title {
  color: #003f8e;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-group-item__title {
    font-size: 1.5rem;
  }
}

.p-group-item__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-group-item__text {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.p-group-item__lists {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-group-item__lists {
    margin-top: 1.25rem;
  }
}

.p-group-item__lists li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-group-item__lists li {
    font-size: 1rem;
  }
}

.p-group-item__lists li::before {
  content: "● ";
}

.p-pro-strengths__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-pro-strengths__main {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin-top: 2.6875rem;
    max-width: none;
    max-width: initial;
  }
}

.p-pro-strengths__card {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border: 2px solid #003f8e;
  padding: 20px 25px 20px;
  padding: 1.25rem 1.5625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-pro-strengths__card {
    padding: 2.3125rem 1.875rem 2.125rem;
  }
}

.p-pro-strengths__card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pro-strengths__card-title {
    font-size: 1.5rem;
  }
}

.p-pro-strengths__card-img {
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 100px;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-pro-strengths__card-img {
    max-width: 8rem;
    margin-top: 0.625rem;
  }
}

.p-pro-strengths__card-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-pro-strengths__card-text {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-quality-mv__title {
  line-height: 1.375;
  font-weight: 700;
  color: #003f8e;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-quality-mv__title {
    text-align: center;
    margin-top: 2.625rem;
  }
}

.p-quality-mv__text {
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-quality-mv__text {
    text-align: center;
    margin-top: 2rem;
  }
}

.p-quality-section {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-quality-section {
    text-align: center;
  }
}

.p-quality-section__title {
  font-weight: 500;
  line-height: 1.4285714286;
}

.p-quality-section__text {
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-section__text {
    margin-top: 0.9375rem;
  }
}

.p-quality-section__box {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-section__box {
    margin-top: 1.5625rem;
  }
}

.p-quality-section__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-quality-section__main {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality__inner.l-inner {
    max-width: 850px;
  }
}

.p-quality__img {
  margin-top: 12px;
  margin-top: 0.75rem;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-quality__img {
    margin-top: 2.5rem;
  }
}

.p-quality__link {
  position: relative;
}

.p-quality__link-text {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-quality__link-text {
    bottom: 2rem;
    right: 1.875rem;
  }
}

.p-recruit-page__section:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-page__section:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-recruit-section__main {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-section__main {
    margin-top: 2.5625rem;
  }
}

.p-recruit-section__text {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.p-recruit-section__ttl {
  text-decoration: underline;
}

.p-recruit-section__table {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.p-recruit-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-recruit-table > tbody > tr > th,
.p-recruit-table > tbody > tr > td {
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #707070;
  line-height: 2;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-recruit-table > tbody > tr > th,
.p-recruit-table > tbody > tr > td {
    padding-top: 0.96875rem;
    padding-bottom: 0.96875rem;
    font-size: 1rem;
  }
}

.p-recruit-table > tbody > tr > th {
  width: 105px;
  width: 6.5625rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-table > tbody > tr > th {
    width: 12rem;
    padding-right: 3rem;
  }
}

.p-recruit-table > tbody > tr > th::after {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem; /* 横方向の間隔 */
  height: calc(100% + 4px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-table > tbody > tr > th::after {
    width: 3rem; /* 横方向の間隔 */
  }
}

.p-recruit-table > tbody > tr > td {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-recruit-table li {
  list-style: none;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}

.p-recruit-table li:before {
  content: "・";
}

.p-recruit-table a:not(.u-tel) {
  color: #003f8e;
  text-decoration: underline;
}

.p-recruit__link {
  position: relative;
}

.p-recruit__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__content {
    padding: initial;
    padding: 0.3125rem 4.9%;
  }
}

.p-recruit__title {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .p-recruit__title {
    width: 31.4%;
  }
}

.p-recruit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    font-size: 1.125rem;
    margin-top: 1rem;
    font-weight: 500;
    gap: 0.8125rem;
  }
}

.p-recruit__text:after {
  content: ">";
}

.p-related-link__item:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-related-link__item:not(:first-child) {
    margin-top: 1.9375rem;
  }
}

.p-related-link__links {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-related-link__links {
    margin-top: 0.9375rem;
  }
}

.p-security-section {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-security-section {
    text-align: center;
  }
}

.p-security-section__title {
  font-weight: 500;
  line-height: 1.4285714286;
}

.p-security-section__text {
  font-weight: 400;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-security-section__text {
    margin-top: 0.9375rem;
  }
}

.p-security-section__box {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-security-section__box {
    margin-top: 1.5625rem;
  }
}

.p-security-section__main {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-security-section__main {
    margin-top: 1rem;
  }
}

.p-single-tech__section:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__section:not(:first-child) {
    margin-top: 4.1875rem;
  }
}

.p-single-tech__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-single-tech__title {
    font-size: 2.75rem;
  }
}

.p-single-tech__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-single-tech__subtitle {
    font-size: 1.125rem;
    margin-top: 1.3125rem;
  }
}

.p-single-tech__title-en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-single-tech__title-en {
    font-size: 1.75rem;
  }
}

.p-single-tech__image {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__image {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-tech__image img {
    max-height: 38.0625rem;
    max-width: 37.5rem;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-single-tech__info ~ .p-single-tech__sections {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__info ~ .p-single-tech__sections {
    margin-top: 3.875rem;
  }
}

.p-single-tech__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__content {
    margin-top: 0.9375rem;
  }
}

.p-single-tech__block-content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__block-content {
    margin-top: 1.875rem;
  }
}

.p-single-tech__tag-content {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-tech__tag-content {
    margin-top: 2.375rem;
  }
}

.p-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 23px;
  gap: 0.625rem 1.4375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single__date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__cat {
  min-width: 100px;
  min-width: 6.25rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  line-height: 1;
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-single__cat {
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    min-width: 7.5rem;
  }
}

.p-single__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__ttl {
    font-size: 2rem;
    margin-top: 2.5625rem;
  }
}

.p-single__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    margin-top: 2.0625rem;
  }
}

.p-single__btn {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__btn {
    margin-top: 6.25rem;
  }
}

.p-sitemap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6rem;
  }
}

.p-sitemap__items {
  width: 100%;
}

.p-sitemap__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__item:not(:first-child) {
    margin-top: 1.125rem;
  }
}

.p-sitemap__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__links {
    gap: 1rem;
  }
}

.p-staff-area__inner.l-inner {
  max-width: 350px;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-area__inner.l-inner {
    max-width: 1122px;
  }
}

.p-staff-area__text {
  text-align: center;
  line-height: 1.7777777778;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-staff-area__text {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

.p-staff-area__main {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-staff-area__main {
    margin-top: 3.5625rem;
  }
}

.p-staff-service__sections {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-staff-service__sections {
    margin-top: 1.6875rem;
  }
}

.p-strong-service__sections {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-strong-service__sections {
    margin-top: 1.6875rem;
  }
}

.l-tech-archive {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-tech-archive {
    margin-top: 3.125rem;
  }
}

.p-tech-archive__catch {
  font-weight: 700;
  line-height: 1.375;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-tech-archive__catch {
    text-align: center;
    font-size: 2rem;
  }
}

.p-tech-archive__main {
  background-color: #f7f8f9;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 25px 40px;
  padding: 2.5rem 1.5625rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-tech-archive__main {
    margin-top: 4.1875rem;
    padding: 4.75rem 6.3% 5.25rem;
  }
}

.p-tech-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 70px;
  row-gap: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-tech-archive__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4rem;
    -webkit-column-gap: 7.2%;
       -moz-column-gap: 7.2%;
            column-gap: 7.2%;
  }
}

.p-tech-archive__link {
  position: relative;
}

.p-tech-archive__img {
  overflow: hidden;
  aspect-ratio: 320/256;
  background-color: #afafb0;
}

.p-tech-archive__img img {
  height: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .p-tech-archive__link:hover {
    opacity: 1;
  }
  .p-tech-archive__link:hover .p-tech-archive__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-tech-archive__info {
  color: #ffffff;
  position: absolute;
  position: relative;
  width: 100%;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  background-color: #003f8e;
  margin-top: -64px;
  margin-top: -4rem;
  min-height: -64px;
  min-height: -4rem;
}
@media screen and (min-width: 768px) {
  .p-tech-archive__info {
    padding: 0.75rem 2rem;
  }
}

.p-tech-archive__ja {
  font-weight: 400;
  line-height: 1.4285714286;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-tech-archive__en {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  line-height: 1;
}

.p-tech-tags__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tech-tags__lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}

.p-tech-tags__list {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-tech-tags__list {
    width: 33%;
    font-size: 1.25rem;
  }
}

.p-trans-area-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-trans-area-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-trans-area-bottom__item {
  background-color: #f7f8f9;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-bottom__item {
    padding: 2.5rem 4%;
  }
}

.p-trans-area-bottom__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-trans-area-bottom__title {
    font-size: 1.25rem;
  }
}

.p-trans-area-bottom__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-bottom__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.625rem;
    gap: 5%;
  }
}

@media screen and (min-width: 768px) {
  .p-trans-area-bottom__img {
    width: 100%;
    max-width: 20rem;
    max-width: 58%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-trans-area-bottom__img img {
  aspect-ratio: 320/192;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trans-area-bottom__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-trans-area-bottom__text {
    font-size: 0.9375rem;
  }
}

.p-trans-area-sec__title {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-trans-area-sec__title {
    font-size: 1.5rem;
    padding: 0.875rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trans-area-sec__title.p-trans-area-sec__title--other {
    font-size: 1.375rem;
    padding: 1rem 0.625rem;
  }
}

.p-trans-area-sec__other {
  background-color: #003f8e;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-sec__other {
    padding: 1rem;
  }
}

.p-trans-area-sec__other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-trans-area-sec__other ul {
    -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;
    font-size: 1rem;
    gap: 1em;
  }
}

.p-trans-area-sec__other li {
  list-style: none;
}

.p-trans-area-sec__other li::before {
  content: "・";
}

.p-trans-area-sec__other-box {
  color: #003f8e;
  border: 1px solid #003f8e;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-sec__other-box {
    margin-top: 5.0625rem;
    padding: 1.75rem 7.5%;
  }
}

.p-trans-area-sec__other-box ul {
  counter-reset: otherbox_number 0;
}

.p-trans-area-sec__other-box li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.p-trans-area-sec__other-box li::before {
  content: counter(otherbox_number) ".";
  counter-increment: otherbox_number 1;
  position: absolute;
  top: 0;
  left: 0;
}

.p-trans-area-top {
  background-color: #003f8e;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-trans-area-top__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__img {
    width: 50%;
  }
}

.p-trans-area-top__img img {
  aspect-ratio: 2/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-trans-area-top__info {
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__info {
    padding: 2.5rem 3.7%;
    width: 100%;
    max-width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-trans-area-top__catch {
  line-height: 1.4545454545;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__catch {
    font-size: 1.375rem;
  }
}

.p-trans-area-top__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__text {
    line-height: 1.7777777778;
    font-size: 1.125rem;
    margin-top: 1.0625rem;
  }
}

.p-trans-area-top__list-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__list-wrap {
    margin-top: 0.375rem;
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-trans-area-top__list-wrap.p-trans-area-top__list-wrap--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.0625rem;
  }
}

.p-trans-area-top__list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-trans-area-top__list {
    font-size: 1rem;
  }
}

.p-translate-area__sections {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-translate-area__sections {
    margin-top: 3.6875rem;
  }
}

.p-translate-area__section:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-translate-area__section:not(:first-child) {
    margin-top: 4.875rem;
  }
}

.p-translate-service__sections {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-translate-service__sections {
    margin-top: 1.6875rem;
  }
}

.p-turn-img {
  position: absolute;
  top: 0;
  right: 0;
}

.p-turn-img img {
  max-width: 57px;
  max-width: 3.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-turn-img img {
    max-width: 10.4375rem;
  }
}

.p-variety-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-variety-items {
    gap: 2rem;
  }
}

.p-variety-items__item-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-variety-items__item-text {
    font-size: 1rem;
  }
}

.p-variety-items__item-img {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-variety-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #003f8e;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-variety-section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-variety-section__img.p-variety-section__img--lot img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-variety-section__main {
  padding: 20px 25px 30px;
  padding: 1.25rem 1.5625rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__main {
    padding: 2.5rem 3.8%;
    max-width: 40rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-variety-section__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-variety-section__title {
    font-size: 1.75rem;
  }
}

.p-variety-section__text {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__text {
    font-size: 1rem;
    margin-top: 0.375rem;
  }
}

.p-variety-section__table {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__table {
    margin-top: 0.9375rem;
  }
}

.p-variety-section__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__items {
    margin-top: 0.9375rem;
  }
}

.p-variety-section__subtext {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__subtext {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-variety-section__main-img {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__main-img {
    margin-top: 2rem;
  }
}

.p-variety-section__pictus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__pictus {
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.375rem;
  }
}

.p-variety-section__pictus-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-variety-section__pictus-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-variety-section__pictus-text::after {
    content: " →";
  }
}

@media screen and (min-width: 768px) {
  .p-variety-section__pictus-link {
    max-width: 19.375rem;
    width: 100%;
  }
}

.p-variety-section__flex-box {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__flex-box {
    margin-top: 2rem;
  }
}

.p-variety-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-variety-flex-box > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.p-variety-flex-box__item {
  background-color: #ffffff;
  color: #1d1d1f;
  padding: 20px 4%;
  padding: 1.25rem 4%;
}
@media screen and (min-width: 768px) {
  .p-variety-flex-box__item {
    padding: 1.3125rem 5.4% 1.5625rem;
  }
}

.p-variety-flex-box__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-variety-flex-box__title {
    font-size: 1rem;
  }
}

.p-variety-flex-box__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.02em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-variety-flex-box__text {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}

.p-variety-section__grid {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-variety-section__grid {
    margin-top: 2.0625rem;
  }
}

.p-variety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-variety-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.p-variety-grid__item-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.p-variety-grid__item-img {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-variety-grid__item-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-variety-sections__section:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-variety-sections__section:not(:first-child) {
    margin-top: 3.875rem;
  }
}

.p-variety-table__item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d1d1f;
  min-height: 48px;
  min-height: 3rem;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-variety-table__item {
    padding: 0.625rem 2rem 0.625rem 1.875rem;
  }
}

.p-variety-table__item:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-variety-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375;
  white-space: nowrap;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 120px;
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-variety-table__head {
    font-size: 1rem;
    max-width: 8.5625rem;
  }
}

.p-variety-table__main {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-variety-table__main {
    font-size: 0.9375rem;
  }
}

.p-variety-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-variety-table__list li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.p-variety-table__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-variety-table__item.p-variety-table__item--features .p-variety-table__head {
  max-width: 60px;
  max-width: 3.75rem;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #fbfbfb;
}

.u-bg-blue {
  background-color: #003f8e;
}

.u-bg-linear-gray {
  position: relative;
  z-index: 0;
}

.u-bg-linear-gray::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 180px;
  height: 11.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5dae1), to(#fff));
  background: linear-gradient(#d5dae1 0%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .u-bg-linear-gray::before {
    height: 14rem;
  }
}

.u-section-linear-gray {
  position: relative;
  z-index: 0;
}

.u-section-linear-gray::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#d5dae1), to(#fff));
  background: linear-gradient(#d5dae1 0%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .u-section-linear-gray::before {
    height: 28.125rem;
  }
}

.u-color-blue {
  color: #003f8e;
}

.u-font-sub {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.u-font-en {
  font-family: "Lato", sans-serif;
}

.u-font-roboto {
  font-family: "";
}

.u-strong {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .u-font-pcnowrap {
    white-space: nowrap;
  }
}

.u-gray {
  color: #cccccc;
}

@media (any-hover: hover) {
  .u-hover-card {
    -webkit-box-shadow: 0px 0px 0 #ccc;
            box-shadow: 0px 0px 0 #ccc;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  }
  .u-hover-card:hover {
    -webkit-box-shadow: 0.625rem 0.625rem 0 #ccc;
            box-shadow: 0.625rem 0.625rem 0 #ccc;
    opacity: 1;
  }
}
.u-link {
  text-decoration: underline;
  color: #0000EE;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  .u-link:hover {
    opacity: 0.6;
  }
}

.u-list-dot li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  width: 100%;
}

.u-list-dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.u-list-num {
  counter-reset: list_number 0;
}

.u-list-num li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.u-list-num li::before {
  content: counter(list_number) ".";
  counter-increment: list_number 1;
  position: absolute;
  top: 0;
  left: 0;
}

.u-list-parenthesis {
  counter-reset: parenthesis_number 0;
}

.u-list-parenthesis li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  .u-list-parenthesis li {
    padding-left: 1.45em;
  }
}

.u-list-parenthesis li::before {
  content: counter(parenthesis_number) ")";
  counter-increment: parenthesis_number 1;
  position: absolute;
  top: 0;
  left: 0;
}

.u-lists-comma li:not(:last-child)::after {
  content: "、";
}

.u-list-circle li {
  list-style: none;
  position: relative;
  padding-left: 1.1em;
}

.u-list-circle li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.u-mix-img {
  display: block;
  background-color: #8da0b6;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.u-mix-img img {
  mix-blend-mode: multiply;
}

.u-mix-img.u-mix-img--spnon {
  background-color: transparent;
  background-color: initial;
}
@media screen and (min-width: 768px) {
  .u-mix-img.u-mix-img--spnon {
    background-color: #8da0b6;
  }
}

.u-mix-img.u-mix-img--blue {
  background-color: #76d5ff;
}

.u-mix-imgu-mix-img--blue.u-mix-img--spnon {
  background-color: transparent;
  background-color: initial;
}
@media screen and (min-width: 768px) {
  .u-mix-imgu-mix-img--blue.u-mix-img--spnon {
    background-color: #00a1e9;
    background-color: #76d5ff;
  }
}

@media (any-hover: hover) {
  .u-hover__u-mix-img:hover .u-mix-img,
.u-mix-img:hover {
    background-color: transparent;
    opacity: 1;
  }
}
.u-relative {
  position: relative;
  z-index: 1;
}

.u-size42 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .u-size42 {
    font-size: 2.625rem;
  }
}

.u-size38 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .u-size38 {
    font-size: 2.375rem;
  }
}

.u-size36 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .u-size36 {
    font-size: 2.25rem;
  }
}

.u-size32 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .u-size32 {
    font-size: 2rem;
  }
}

.u-size30 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-size30 {
    font-size: 1.875rem;
  }
}

.u-size26 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-size26 {
    font-size: 1.625rem;
  }
}

.u-size25 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-size25 {
    font-size: 1.5625rem;
  }
}

.u-size28 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .u-size28 {
    font-size: 1.75rem;
  }
}

.u-size24 {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .u-size24 {
    font-size: 1.5rem;
  }
}

.u-size22 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-size22 {
    font-size: 1.375rem;
  }
}

.u-size20 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .u-size20 {
    font-size: 1.25rem;
  }
}

.u-size18 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .u-size18 {
    font-size: 1.125rem;
  }
}

.u-size16 {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .u-size16 {
    font-size: 1rem;
  }
}

.u-size15 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .u-size15 {
    font-size: 0.9375rem;
  }
}

.u-size14 {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .u-size14 {
    font-size: 0.875rem;
  }
}

.u-size13 {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .u-size13 {
    font-size: 0.8125rem;
  }
}

.u-size12 {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-size12 {
    font-size: 0.75rem;
  }
}

.u-size10 {
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .u-tel {
    pointer-events: none;
  }
}

.u-text-shadow {
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
  text-shadow: 0.1875rem 0.1875rem 0.375rem rgb(0, 0, 0);
}

.u-text-shadow2 {
  text-shadow: 6px 6px 6px rgb(0, 0, 0);
  text-shadow: 0.375rem 0.375rem 0.375rem rgb(0, 0, 0);
}

.u-wrap {
  overflow: hidden;
}

.l-about-philosophy {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .l-about-philosophy {
    margin-top: 7.75rem;
  }
}

.l-about {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 6.9375rem;
  }
}

.l-archive {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .l-archive {
    margin-top: 4.0625rem;
  }
}

.l-breadcrumb {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    margin-top: 3.75rem;
  }
}

.l-breadcrumb.l-breadcrumb--small {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb.l-breadcrumb--small {
    margin-top: 1.0625rem;
  }
}

.c-breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.9166666667;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 0.75rem;
  }
}

.c-breadcrumbs_main span[property=itemListElement] {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs_main span[property=itemListElement] {
    padding: 0 0.5rem;
  }
}

.c-breadcrumbs_main span[property=itemListElement] span[property=name] {
  margin-top: 0px;
  margin-top: 0rem;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.c-breadcrumbs_main span[property=itemListElement] a {
  color: #1d1d1f;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px 0px;
  padding: 0.25rem 0rem;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs_main span[property=itemListElement] a:hover {
    color: #003f8e;
    opacity: 1;
  }
}

.c-breadcrumbs_main span[property=itemListElement]:first-child {
  padding-left: 0;
}

.c-breadcrumbs_main span[property=itemListElement]:last-child {
  color: #003f8e;
  padding-right: 0;
  font-weight: 500;
}

.c-breadcrumbs_main span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs_main span[property=name] {
    max-width: 75%;
  }
}

.c-breadcrumbs_main span[property=name]:hover {
  max-width: none;
  white-space: wrap;
}

.c-breadcrumb.c-breadcrumb--white,
.c-breadcrumb.c-breadcrumb--white .c-breadcrumbs_main span[property=itemListElement] a {
  color: #abb1b5;
}

.c-breadcrumb.c-breadcrumb--white .c-breadcrumbs_main span[property=itemListElement]:not(:first-child) a,
.c-breadcrumb.c-breadcrumb--white .c-breadcrumbs_main span[property=itemListElement]:not(:first-child) span {
  color: #ffffff;
}

.l-business-anchor {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-business-anchor {
    margin-top: 5.8125rem;
  }
}

.l-business-sections {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-business-sections {
    margin-top: 6.4375rem;
  }
}

.l-company {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 6.8125rem;
  }
}

.l-contact-flow {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-contact-flow {
    margin-top: 4.1875rem;
  }
}

.l-contact {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 6.875rem;
  }
}

.l-page-contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    margin-top: 6.625rem;
  }
}

.l-creative-digital {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-creative-digital {
    margin-top: 8.3125rem;
  }
}

.l-creative-graphic {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-creative-graphic {
    margin-top: 8.625rem;
  }
}

.l-creative-movie {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-creative-movie {
    margin-top: 10.625rem;
  }
}

.l-digital-intro {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-digital-intro {
    margin-top: 7.8125rem;
  }
}

.l-en-mv {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-en-mv {
    margin-top: 2.0625rem;
  }
}

.l-environment-page {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-environment-page {
    margin-top: 5.375rem;
  }
}

.l-footer-small {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer-small {
    margin-top: 1.25rem;
  }
}

.l-footer {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 8rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1138px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.l-inner--large {
    max-width: 1682px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.l-inner--middle {
    max-width: 1380px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.l-inner.l-inner--middle-pc {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-left: initial;
  padding-right: 0;
  padding-right: initial;
}
@media screen and (min-width: 768px) {
  .l-inner.l-inner--middle-pc {
    width: 100%;
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.l-inner--small {
    max-width: 1298px;
  }
}

.l-machine-box {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-machine-box {
    margin-top: 5.8125rem;
  }
}

.l-machine-spec {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-machine-spec {
    margin-top: 5.625rem;
  }
}

.l-main {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}

.l-main.l-main--no-pad-bottom {
  padding-bottom: 0;
}

.l-manual-case {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-manual-case {
    margin-top: 8.75rem;
  }
}

.l-manual-service {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-manual-service {
    margin-top: 5.6875rem;
  }
}

.l-manual-trouble {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-manual-trouble {
    margin-top: 8rem;
  }
}

.l-other-tech {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-other-tech {
    margin-top: 4.1875rem;
  }
}

.l-other-tech-large {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-other-tech-large {
    margin-top: 6.25rem;
  }
}

.l-page {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-page {
    margin-top: 4.375rem;
  }
}

.l-page-middle {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-page-middle {
    margin-top: 4.375rem;
  }
}

.l-page-small {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-small {
    margin-top: 1.6875rem;
  }
}

.l-page-small.l-page-small--padding {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-small.l-page-small--padding {
    padding-top: 7.3125rem;
  }
}

.l-pro-group {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-pro-group {
    margin-top: 5rem;
  }
}

.l-pro-strengths {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-pro-strengths {
    margin-top: 4.75rem;
  }
}

.l-quality-mv {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-quality-mv {
    margin-top: 2.25rem;
  }
}

.l-quality-page {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-quality-page {
    margin-top: 6.3125rem;
  }
}

.l-quality {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .l-quality {
    margin-top: 7.5625rem;
  }
}

.l-recruit {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .l-recruit {
    margin-top: 2.375rem;
  }
}

.l-security-page {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-security-page {
    margin-top: 7.8125rem;
  }
}

.l-single-tech {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-single-tech {
    margin-top: 2.375rem;
  }
}

.l-single {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    margin-top: 5.3125rem;
  }
}

.l-single-custom {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-single-custom {
    margin-top: 4.25rem;
  }
}

.l-staff-area {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-staff-area {
    margin-top: 6.1875rem;
  }
}

.l-staff-service {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-staff-service {
    margin-top: 5.6875rem;
  }
}

.l-strong-service {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-strong-service {
    margin-top: 5.6875rem;
  }
}

.l-tech-breadcrumb {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-tech-breadcrumb {
    margin-top: 1.5rem;
  }
}

.l-top-relative {
  padding-top: 29px;
  padding-top: 1.8125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-top-relative {
    padding-top: 7.0625rem;
    padding-bottom: 6.125rem;
  }
}

.l-translate-area {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-translate-area {
    margin-top: 5.125rem;
  }
}

.l-translate-service {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-translate-service {
    margin-top: 6.8125rem;
  }
}

.l-variety-sections {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-variety-sections {
    margin-top: 5.875rem;
  }
}

.slide-img img {
  display: block;
}

.swiper-scrollbar {
  background-color: rgba(0, 0, 0, .2);
}

.swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, .8);
}

.swiper-pagination-bullet {
  aspect-ratio: 1/1;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  display: inline-block;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #afafb0;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #afafb0;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 0;
}

.swiper__prev,
.swiper__next {
  position: absolute;
  top: 45%;
  aspect-ratio: 1/1;
  width: 30px;
  width: 1.875rem;
  z-index: 20;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  border: 1px solid #afafb0;
}
@media screen and (min-width: 768px) {
  .swiper__prev,
.swiper__next {
    top: 50%;
  }
}

@media (any-hover: hover) {
  .swiper__prev:hover,
.swiper__next:hover {
    background-color: #849183;
  }
  .swiper__prev.swiper__prev--opacity:hover,
.swiper__next.swiper__prev--opacity:hover {
    background-color: #ffffff;
    opacity: 0.6;
  }
}
.swiper__prev {
  left: 10px;
  left: 0.625rem;
}

.swiper__next {
  right: 10px;
  right: 0.625rem;
}

.swiper__prev:before,
.swiper__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 6/10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  width: 0.5rem;
}

.swiper__next:before {
  left: 52%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0;
}


/*  */
.business-ai {
  background-color: #f7f8f9;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .business-ai {
      flex-direction: row;
  }
}

.business-ai__text {
  flex:1
}

.business-ai__text-title {
  font-size: 1.5rem;
  line-height: 1.5714285714;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .business-ai__text-title {
    font-size: 1.75rem;
  }
}

.business-ai__text-wrapper {

}

.business-ai__text-catch {
  font-weight: 700;
}

.business-ai__text-list {
  list-style-position: inside;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.c-business-ai__img {
  flex: 1;
}

.business-assets {
  margin-top: 3.6875rem;
}


.business-element-wrapper {
  margin-top: 3.6875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .business-element-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.business-assets {
  background-color: #f7f8f9;
  padding: 2.5rem;
}

.business-assets__text-title {
  font-size: 1.5rem;
  line-height: 1.5714285714;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .business-assets__text-title {
    font-size: 1.75rem;
  }
}

.business-assets__text-catch {
  font-weight: 700;
}

.business-assets__subtitle{
  font-weight: 700;
  padding: 1rem 0 0.5rem;
  font-size: 1.3rem;
}

.business-assets_img {
  flex:2
}

.business-assets__text-description {
  flex:1
}

.business-assets__component {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .business-assets__component {
    flex-direction: row;
    gap:1rem;
  }
}

.business-assets__img-wrapper {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .business-assets__img-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.business-software,
.business-research,
.business-layout,
.business-perception {
  background-color: #f7f8f9;
  padding: 2.5rem;
}

.business-element__text-title {
  font-size: 1.5rem;
  line-height: 1.5714285714;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .business-element__text-title {
    font-size: 1.75rem;
  }
}

.business-element__text-catch {
  font-weight: 700;
}

.business-element__text-description {
  font-weight: 400;
  line-height: 1.6;
  list-style: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .business-element__text-wrapper {
    margin-bottom: 5rem;
  }
}

.text-white {
  color: #FFF;
}

.bg-green {
  background-color: #559656;
}

.bg-sky {
  background-color:#4cace2;
}

.bg-red {
  background-color:#c83123;
}

.bg-orange {
  background-color:#f8b62d;
}

.bg-blue {
  background-color:#234f8d;
}

.bg-purple {
  background-color:#591a86;
}

.bg-emerald {
  background-color: #00ab9e;
}

/* topmenu fader */
.fade-wrapper {
  position: relative;
  overflow: hidden;
}

.fade-img.base {
  display: block;
  width: 100%;
  height: auto;
}

.fade-img.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2.5s ease;
}

.fade-wrapper.show-overlay .fade-img.overlay {
  opacity: 1;
}

.fade-wrapper:hover .fade-img.overlay {
  opacity: inherit; /* hover時に変化させない */
}


.p-env-action-section__inner {
  margin-top: 3rem;
}

.p-env-action-section__heading {
  font-weight: 500;
  margin: 3rem 0 1rem;
}

.p-env-action-section__title {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-env-action-section__title {
    margin: 1rem 0 2rem;
  }
}

.p-env-action-section__contents {
  padding: 1.5625rem 1.5625rem;
  margin-bottom: 2rem;
  background-color: #F8FAF3;
}

@media screen and (min-width: 768px) {
  .p-env-action-section__contents {
    padding: 3.4rem 4rem;
  }
}

.p-env-action-section__container {
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-env-action-section__container {
    flex-direction: row;
    align-items: center;
  }
}

.p-env-action-section__text {
  flex: 1.5;
  padding: 2rem 0;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-env-action-section__text {
    padding: 0 2rem 0 0;
  }
}

.p-env-action-section__subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;;
}

.p-env-action-section__image {
  flex:1;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .p-env-action-section__image {
    padding: 0;
  }
}


.p-env-action-section__wide-image {
  padding: 2rem 0;
}

/* TOP VISUAL VIDEO */
#video-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  transition: opacity 0.6s ease;
}

#video-overlay.hide {
  opacity: 0;
  pointer-events: none;
}

#intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#skip-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  padding: 12px 24px;
  background: rgba(255,255,255,0.85);
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px;
}


/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

.hasform .grecaptcha-badge {
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.min.css.map */
