/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ==================================================
   Base
   ================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-size: 62.5%;
}

.top-page {
  scroll-behavior: auto;
}

img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  color: #162141;
  font-size: 1.6rem;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.exmd {
  display: none;
}
@media (width <= 540px) {
  .exmd {
    display: block;
  }
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search_btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  bottom: 25px;
  cursor: pointer;
}

#search_area {
  width: 100%;
  height: 0;
  position: relative;
  border: none;
  background: none;
}

#search_box {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 100vw;
  border: 1px solid #CFCFCF;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#form {
  position: relative;
}

.l-header {
  width: 100%;
  height: 150px;
  position: fixed;
  z-index: 99;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media (width <= 1000px) {
  .l-header {
    height: 80px;
  }
}
.l-header .l-header__inner {
  padding: 0 70px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media (width <= 1600px) {
  .l-header .l-header__inner {
    padding: 0 3.6458333333vw;
  }
}
@media (width <= 1400px) {
  .l-header .l-header__inner {
    padding: 0 1.6666666667vw;
  }
}
@media (width <= 1000px) {
  .l-header .l-header__inner {
    padding: 0 24px;
  }
}
.l-header .l-header__logo {
  margin: 0;
}
.l-header .l-header__logo img {
  width: 300px;   /* ロゴ画像のサイズに合わせて調整 */
  height: auto;
  display: block;
}
@media (width <= 768px) {
  .l-header .l-header__logo img {
    width: 150px; /* スマホ表示時のサイズ */
  }
}
.l-header .l-header__content {
  display: flex;
  align-items: center;
gap: clamp(36px, 36px + (68 - 36) * (100vw - 1400px) / 520, 68px);
}
@media (width <= 1400px) {
  .l-header .l-header__content {
    gap: 1.875vw;
  }
}
@media (width <= 1000px) {
  .l-header .l-header__content {
    display: none;
  }
}
.l-header .l-header__nav ul {
  display: flex;
  align-items: center;
gap: clamp(36px, 36px + (68 - 36) * (100vw - 1400px) / 520, 68px);
  font-weight: 600;
}
@media (width <= 1400px) {
  .l-header .l-header__nav ul {
    gap: 1.875vw;
  }
}
@media (width <= 1240px) {
  .l-header .l-header__nav ul {
    font-size: clamp(13px, 13px + (15 - 13) * (100vw - 1000px) / 240, 15px);
  }
}
.l-header .l-header__btn {
  width: 200px;
  line-height: 55px;
  font-weight: 600;
  font-size: 18px; 
}
@media (width <= 1400px) {
  .l-header .l-header__btn {
    width: clamp(150px, 150px + (160 - 150) * (100vw - 1000px) / 400, 160px);
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 1000px) / 400, 18px);
  }
}

.l-header__tb-menu{
	display:none;
}
@media (width <= 999px) {
	.l-header__tb-menu{
	display:flex;
		height: 100%;
    align-items: center;
		gap:16px;
}
}

.l-header .l-header__hamburger {
  height: 20px;
  width: 30px;
  cursor: pointer;
  display: none;
}
@media (width <= 1000px) {
  .l-header .l-header__hamburger {
    display: block;
  }
}
.l-header .l-header__hamburger .l-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.l-header .l-header__hamburger span {
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s;
  position: absolute;
}
.l-header .l-header__hamburger span:nth-of-type(1) {
  top: 0;
}
.l-header .l-header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header__hamburger span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
}
.l-header .l-header__hamburger.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header .l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header__hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header .l-header__hamb-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: right 0.5s ease;
  z-index: 98;
  padding: 80px 40px;
}
.l-header .l-header__hamb-menu.active {
  right: 0;
}
.l-header .l-header__hamb-nav a {
  display: block;
  padding: 1em 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.l-header .l-header__hamb-btn {
  margin: 0 auto;
  margin-top: 80px;
  width: 320px;
  line-height: 60px;
}
@media (width <= 1040px) {
  .l-header .l-header__hamb-btn {
    line-height: 40px;
  }
}
@media (width <= 768px) {
  .l-header .l-header__hamb-btn {
    width: 75vw;
    max-width: 320px;
    margin-top: 8vw;
  }
}

.l-footer {
  background: #162141;
  color: #fff;
}
.l-footer .l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px 0 20px;
  display: flex;
}
@media (width <= 1040px) {
  .l-footer .l-footer__inner {
    padding: 5.7692307692vw 6.7307692308vw 0 6.7307692308vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__inner {
    padding: 10vw 6vw 0 6vw;
    flex-direction: column;
  }
}
.l-footer .l-footer__left {
  width: 50%;
}
@media (width <= 768px) {
  .l-footer .l-footer__left {
    width: 100%;
  }
}
.l-footer .l-footer__title {
  margin: 0;
}
.l-footer .l-footer__title img {
  width: 300px;   /* ロゴ画像のサイズに合わせて調整 */
  height: auto;
  display: block;
}
@media (width <= 768px) {
  .l-footer .l-footer__title img {
    width: 140px; /* スマホ表示時のサイズ */
  }
}
}
.l-footer .l-footer__link {
  display: block;
  margin-top: 32px;
  font-size: 15px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__link {
    margin-top: 3.0769230769vw;
    font-size: 1.4423076923vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__link {
    margin-top: 4vw;
    font-size: min(16.8px, 3.5vw);
  }
}
.l-footer .l-footer__btn {
  margin-top: 60px;
  width: 320px;
  line-height: 1;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__btn {
    width: 30.7692307692vw;
    margin-top: 5.7692307692vw;
    height: 4.6153846154vw;
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__btn {
    width: min(240px, 50vw);
    height: min(48px, 10vw);
    font-size: min(16.8px, 3.5vw);
  }
}
.l-footer .l-footer__right {
  width: 50%;
  border-left: 1px solid #fff;
  padding-left: 72px;
  display: flex;
  gap: 72px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__right {
    padding-left: 6.9230769231vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__right {
    width: 100%;
    margin-top: 8vw;
    padding-left: 6vw;
    flex-direction: column;
    gap: 4.5vw;
  }
}
.l-footer .l-footer__nav2 {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__nav2 {
    gap: 2.3076923077vw;
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__nav2 {
    font-size: min(16.8px, 3.5vw);
    gap: 4.5vw;
  }
}
.l-footer .l-footer__menu {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 15px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__menu {
    gap: 2.3076923077vw;
    font-size: 1.4423076923vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__menu {
    font-size: min(16.8px, 3.5vw);
    gap: 4.5vw;
  }
}
.l-footer .l-footer__copy {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 24px;
}
@media (width <= 1040px) {
  .l-footer .l-footer__copy {
    padding-top: 7.6923076923vw;
    padding-bottom: 2.3076923077vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__copy {
    padding-top: 8vw;
    padding-bottom: 2vw;
  }
}
.l-footer .l-footer__copy-text {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
@media (width <= 1040px) {
  .l-footer .l-footer__copy-text {
    font-size: 1.1538461538vw;
  }
}
@media (width <= 768px) {
  .l-footer .l-footer__copy-text {
    font-size: min(12px, 2.5vw);
  }
}

.l-main p {
  margin: 0;
}
.l-main h2 {
  margin: 0;
}
.l-main h3 {
  margin: 0;
}

.l-section__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-column {
  display: flex;
}

.c-col {
  display: flex;
}

.c-col20 {
  width: 20%;
}

.c-col30 {
  width: 30;
}

.c-col50 {
  width: 50%;
}

.c-col70 {
  width: 70%;
}

.c-col80 {
  width: 80%;
}

.c-grid {
  display: grid;
}

.c-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.c-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.c-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (width <= 1000px) {
  .c-gridlg4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (width <= 1000px) {
  .c-gridlg3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 1000px) {
  .c-gridlg2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 768px) {
  .c-gridmd1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-title {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  padding-left: 32px;
}
.c-title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #2C6DD5;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (width <= 1040px) {
  .c-title::before {
    width: clamp(10px, 0.9375vw, 18px);
    height: clamp(10px, 0.9375vw, 18px);
  }
}
@media (width <= 1040px) {
  .c-title {
    font-size: clamp(22px, 1.5625vw, 30px);
    padding-left: clamp(16px, 1.6666666667vw, 32px);
  }
}

.c-hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.c-marker {
  background-image: linear-gradient(#fffd3e, #fffd3e);
  background-position: 0 92%;
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  display: inline;
  padding-bottom: 0.2em;
}

.c-decorator:after, .c-decorator:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(-90deg, currentColor 50%, rgba(0, 0, 0, 0) 0);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 2px;
  width: 1.2em;
}

.c-decorator::after {
  transform: translate(0.2em, -0.3em) rotate(-45deg);
}

.c-decorator::before {
  transform: translate(-0.2em, -0.3em) rotate(45deg);
}

.c-baloon {
  text-align: center;
  color: #ffffff;
  background-color: #858585;
  border-radius: 2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.8rem;
  position: relative;
}

.c-baloon::after {
  content: "";
  width: 2.8rem;
  height: 3.2rem;
  background-color: #858585;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-breadcrumb ul {
  display: flex;
  font-weight: 600;
}
.c-breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

.c-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.3s;
  display: block;
  display: flex;
  flex-direction: column;
}

.c-card__img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
@media (width <= 480px) {
  .c-card__img {
    max-height: none;
  }
}
.c-card__img img {
  height: 100%;
	object-fit:cover;
}

.c-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

.c-card__content {
  background: #fff;
  padding: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 140px;
  flex: 1;
}

.c-card__category li {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid #2C6DD5;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #2C6DD5;
  transition: all 0.3s ease;
  margin-right: 8px;
}
@media (width <= 1040px) {
  .c-card__category li {
    font-size: clamp(12px, 0.625vw, 14px);
    padding: 0.3846153846vw 1.1538461538vw;
  }
}
@media (width <= 480px) {
  .c-card__category li {
    padding: 2px 8px;
  }
}

.c-card__title {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
@media (width <= 1040px) {
  .c-card__title {
    font-size: clamp(14px, 0.9375vw, 18px);
  }
}

.c-card__date {
  padding-top: 16px;
  margin-top: auto;
  text-align: right;
}
.c-card__date span {
  font-size: 14px;
}
@media (width <= 1040px) {
  .c-card__date span {
    font-size: clamp(12px, 0.7291666667vw, 14px);
  }
}

.c-mt40 {
  margin-top: 40px;
}

.c-center {
  display: block;
  text-align: center;
}

.c-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.c-btn__container {
  line-height: 48px;
}

.c-btn--pry {
  background: #2C6DD5;
  border-radius: 100vw;
  color: #fff;
  transition: all 0.3s ease;
}

.c-btn--pry:hover {
  background: #fff;
  color: #2C6DD5;
  border: 1px solid #2C6DD5;
  opacity: 1;
}

.c-btn--arrow {
  position: relative;
  border: 1px solid #2C6DD5;
  border-radius: 100vw;
  color: #2C6DD5;
  padding-right: 24px;
  transition: all 0.3s ease;
}
@media (width <= 768px) {
  .c-btn--arrow {
    padding-right: 4vw;
  }
}
.c-btn--arrow::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow-btn.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 10%;
}
@media (width <= 1040px) {
  .c-btn--arrow::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .c-btn--arrow::before {
    width: min(14.4px, 3vw);
    height: min(14.4px, 3vw);
    right: min(28.8px, 6vw);
  }
}

.c-btn--arrow:hover {
  opacity: 1;
  background: #2C6DD5;
  color: #fff;
}
.c-btn--arrow:hover::before {
  background: url(../img/icon-arrow-btn-wh.svg) no-repeat center center/cover;
}

.c-btn--blue {
  background: #2C6DD5;
  color: #fff;
  transition: all 0.3s ease;
}
.c-btn--blue::before {
  background: url(../img/icon-arrow-btn-wh.svg) no-repeat center center/cover;
}

.c-btn--blue:hover {
  background: #fff;
  color: #2C6DD5;
  border: 1px solid #2C6DD5;
}
.c-btn--blue:hover::before {
  background: url(../img/icon-arrow-btn.svg) no-repeat center center/cover;
}

.c-btn--icon {
  background: #2C6DD5;
  border-radius: 100vw;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
@media (width <= 1040px) {
  .c-btn--icon {
    gap: 1.3461538462vw;
  }
}
@media (width <= 768px) {
  .c-btn--icon {
    gap: 2.5vw;
  }
}

.c-btn--icon:hover {
  background: #fff;
  color: #2C6DD5;
  opacity: 1;
}

.c-icon--mail {
  width: 24px;
  transition: all 0.3s;
}
@media (width <= 1040px) {
  .c-icon--mail {
    width: 2.3076923077vw;
  }
}
@media (width <= 768px) {
  .c-icon--mail {
    width: min(24px, 5vw);
  }
}

.c-btn--icon:hover .c-icon--mail img {
  content: url("../img/icon-mail-bl.svg");
  opacity: 0.8;
}

.p-mfv {
  width: 100%;
  height: 100vh;
}
@media (width <= 768px) {
  .p-mfv {
    height: 100svh;
  }
}
.p-mfv .p-mfv__content {
  position: absolute;
  top: 56%;
  left: 5.625vw;
  transform: translateY(-50%);
}
@media (width <= 768px) {
  .p-mfv .p-mfv__content {
    top: 45%;
    transform: translateX(-50%);
    left: 50%;
    width: 90vw;
  }
}
.p-mfv #particles-js {
  height: 150%;
  width: 100%;
}
.p-mfv .p-mfv__content {
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.p-mfv .p-mfv__text {
  font-size: clamp(32px, 2.0833333333vw, 40px);
  padding-bottom: 15px;
}
@media (width <= 768px) {
  .p-mfv .p-mfv__text {
    font-size: 4vw;
  }
}
.p-mfv .p-mfv__title {
  font-size: clamp(40px, 3.125vw, 60px);
  padding-left: 0.2em;
  text-indent: -0.2em;
  line-height: 2;
}
@media (width <= 768px) {
  .p-mfv .p-mfv__title {
    font-size: 4.875vw;
  }
}

.p-mabout {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.85) 10%, rgb(247, 247, 247) 50%);
  padding-top: 180px;
  padding-bottom: 160px;
  border-radius: 80px 80px 0 0;
}
@media (width <= 1040px) {
  .p-mabout {
    padding-top: 17.3076923077vw;
    padding-bottom: 15.3846153846vw;
  }
}
@media (width <= 768px) {
  .p-mabout {
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 40px 40px 0 0;
  }
}
.p-mabout .l-section__content {
  margin-top: 54px;
}
@media (width <= 1040px) {
  .p-mabout .l-section__content {
    margin-top: 5.1923076923vw;
  }
}
@media (width <= 768px) {
  .p-mabout .l-section__content {
    margin-top: 60px;
  }
}
.p-mabout .p-mabout__flex {
  display: flex;
  position: relative;
}
.p-mabout .p-mabout__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__left {
    gap: 3.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__left {
    gap: 5vw;
    flex: 1;
    width: 75vw;
    position: relative;
    z-index: 1;
  }
}
.p-mabout .p-mabout__right {
  width: 300px;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__right {
    width: 28.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__right {
    width: 40vw;
    position: absolute;
    left: 55vw;
    top: 0vw;
  }
}
@media (width <= 480px) {
  .p-mabout .p-mabout__right {
    width: 34vw;
    left: 56.5vw;
  }
}
.p-mabout .p-mabout__label {
  font-weight: 600;
  color: #2C6DD5;
  position: relative;
  font-family: "D-DIN", sans-serif;
  font-size: 20px;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__label {
    font-size: 1.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__label {
    font-size: min(19.2px, 4vw);
  }
}
.p-mabout .p-mabout__line {
  margin-top: 8px;
  position: absolute;
  width: 820px;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__line {
    margin-top: 0.7692307692vw;
    width: 78.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__line {
    margin-top: 0;
    width: 72.5vw;
  }
}
.p-mabout .p-mabout__text {
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__text {
    font-size: 2.6923076923vw;
    margin-top: 1.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__text {
    margin-top: min(16.8px, 3.5vw);
    font-size: min(16.8px, 3.5vw);
	  max-width: 62.5vw;
  }
}
.p-mabout .p-mabout__img {
  width: 300px;
}
@media (width <= 1040px) {
  .p-mabout .p-mabout__img {
    width: 28.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mabout .p-mabout__img {
    padding-top: 2vw;
    width: 35vw;
    margin: 0 auto;
  }
}
@media (width <= 480px) {
  .p-mabout .p-mabout__img {
    padding-top: 6vw;
  }
}

.p-mservice {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #F7F7F7;
}
@media (width <= 1040px) {
  .p-mservice {
    padding-top: 15.3846153846vw;
    padding-bottom: 15.3846153846vw;
  }
}
@media (width <= 768px) {
  .p-mservice {
    padding-top: 80px;
  }
}
.p-mservice .l-section__content {
  /*margin-top: -56px;*/
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media (width <= 1040px) {
  .p-mservice .l-section__content {
    margin-top: -5.3846153846vw;
    gap: 17.3076923077vw;
  }
}
@media (width <= 768px) {
  .p-mservice .l-section__content {
    margin-top: 12vw;
    gap: 15vw;
  }
}
.p-mservice .p-mservice__item {
  display: flex;
  gap: 80px;
}
.p-mservice .p-mservice__item:first-child {
  align-items: center;
}
@media (width <= 1040px) {
  .p-mservice .p-mservice__item {
    gap: 5.7692307692vw;
  }
}
@media (width <= 768px) {
  .p-mservice .p-mservice__item {
    flex-direction: column-reverse;
    gap: 4.5vw;
  }
}
.p-mservice .p-mservice__left {
  flex: 1;
}
@media (width <= 768px) {
  .p-mservice .p-mservice__left {
    width: 100%;
  }
}
.p-mservice .p-mservice__title {
  font-size: 50px;
  font-weight: 600;
  text-wrap: balance;
  word-break: auto-phrase;
  line-height: 1;
}
@media (width <= 1040px) {
  .p-mservice .p-mservice__title {
    font-size: 4.0384615385vw;
  }
}
@media (width <= 768px) {
  .p-mservice .p-mservice__title {
    font-size: min(26.4px, 5.5vw);
  }
}
.p-mservice .p-mservice__title span {
  font-size: 24px;
  margin-left: -0.5em;
}
@media (width <= 1040px) {
  .p-mservice .p-mservice__title span {
    font-size: 1.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mservice .p-mservice__title span {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mservice .p-mservice__desc {
  font-size: 16px;
  margin-top: 46px;
  font-weight: 600;
  line-height: 1.8;
}
@media (width <= 1040px) {
  .p-mservice .p-mservice__desc {
    font-size: 1.5384615385vw;
    margin-top: 4.4230769231vw;
  }
}
@media (width <= 768px) {
  .p-mservice .p-mservice__desc {
    font-size: min(16.8px, 3.5vw);
    line-height: 1.4;
    margin-top: 4vw;
  }
}
.p-mservice .p-service__right {
  flex-shrink: 2;
}
@media (width <= 768px) {
  .p-mservice .p-service__right {
    margin: 0 auto;
    width: 100%;
  }
}
.p-mservice .p-service__img {
  width: 450px;
}
@media (width <= 1040px) {
  .p-mservice .p-service__img {
    width: 100%;
    max-width: 43.2692307692vw;
  }
}
@media (width <= 768px) {
  .p-mservice .p-service__img {
    margin: 0 auto;
    width: 50vw;
  }
}

.p-mservice__btn{
	margin-top:24px;
}
@media (width <= 768px) {
.p-mservice__btn{
	margin-top:4vw;
}
}

.p-mvoice {
  padding-top: 160px;
  padding-bottom: 320px;
  background: #F7F7F7;
  border-radius: 0 0 80px 80px;
}
@media (width <= 1040px) {
  .p-mvoice {
    padding-top: 15.3846153846vw;
    padding-bottom: 30.7692307692vw;
  }
}
@media (width <= 768px) {
  .p-mvoice {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0 0 40px 40px;
  }
}
.p-mvoice .l-section__content {
  margin-top: 40px;
}
@media (width <= 1040px) {
  .p-mvoice .l-section__content {
    margin-top: 3.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .l-section__content {
    margin-top: 10vw;
  }
}
.p-mvoice .p-mvoice__intro {
  display: flex;
  gap: 100px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__intro {
    gap: 9.6153846154vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__intro {
    flex-direction: column-reverse;
    gap: 4vw;
  }
}
.p-mvoice .p-mvoice__desc {
  font-size: 16.67px;
  max-width: 390px;
  line-height: 1.8;
  font-weight: 600;
  font-feature-settings: "palt";
  padding: 0 2px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__desc {
    font-size: 1.6028846154vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__desc {
    font-size: min(16.8px, 3.5vw);
    max-width: 100%;
  }
}
.p-mvoice .p-mvoice__btn {
  margin-top: 24px;
  width: 400px;
	line-height:normal;
  font-size: 16px;
  font-weight: 600;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__btn {
    margin-top: 2.3076923077vw;
    width: 38.4615384615vw;
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__btn {
    width: min(408px, 85vw);
    font-size: min(16.8px, 3.5vw);
    margin-top: 6vw;
  }
}

.p-mvoice .p-mvoice__btn .c-btn{
	  min-height: 48px;
	display:inline-flex;
	align-items:center;
	padding-top:8px;
	padding-bottom:8px;
	justify-content:center;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__btn .c-btn {
    min-height: 5.7692307692vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__btn .c-btn {
    min-height: min(48px, 10vw);
  }
}

.p-mvoice .p-mvoice__img {
  width: 100%;
  max-width: 600px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__img {
    max-width: 57.6923076923vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__img {
    max-width: 100%;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__right {
    width: 100%;
  }
}
.p-mvoice .p-mvoice__testimonials {
  margin-top: 80px;
  background: #fff;
  width: 100%;
  padding: 20px 16px 46px 16px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonials {
    margin-top: 7.6923076923vw;
    padding: 2.5vw 5.7692307692vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonials {
    margin-top: 14vw;
    padding: 4vw 4vw 8vw 4vw;
  }
}
.p-mvoice .p-mvoice__testimonials-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonials-title {
    font-size: 1.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonials-title {
    font-size: min(19.2px, 4vw);
  }
}
.p-mvoice .p-mvoice__testimonials-items {
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonials-items {
    margin-top: 2.5vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonials-items {
    margin-top: 8vw;
    flex-direction: column;
    gap: 6vw;
  }
}
.p-mvoice .p-mvoice__testimonial {
  display: flex;
  gap: 24px;
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonial {
    gap: 2.3076923077vw;
  }
}
.p-mvoice .p-mvoice__testimonial:first-child {
  border-right: 1px solid #CFCFCF;
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial:first-child {
    border: none;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial {
    width: 100%;
    gap: 4vw;
    padding: 0;
  }
}
.p-mvoice .p-mvoice__testimonial-text {
  font-size: 14px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonial-text {
    font-size: 1.3461538462vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial-text {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mvoice .p-mvoice__testimonial-icon {
  width: 120px;
	flex-shrink:0;
  aspect-ratio: 1;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonial-icon {
    width: 11.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial-icon {
    width: 10vw;
  }
}
.p-mvoice .p-mvoice__testimonial-desc {
  max-width: 360px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonial-desc {
    max-width: 34.6153846154vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial-desc {
    flex: 1;
    max-width: 100%;
  }
}
.p-mvoice .p-mvoice__testimonial-name {
  font-size: 12px;
  margin-top: 10px;
}
@media (width <= 1040px) {
  .p-mvoice .p-mvoice__testimonial-name {
    font-size: 1.1538461538vw;
    margin-top: 0.9615384615vw;
  }
}
@media (width <= 768px) {
  .p-mvoice .p-mvoice__testimonial-name {
    font-size: min(13.2px, 2.75vw);
  }
}

.p-mnews {
  padding-top: 240px;
  padding-bottom: 120px;
}
@media (width <= 1040px) {
  .p-mnews {
    padding-top: 23.0769230769vw;
    padding-bottom: 11.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mnews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-mnews .p-mnews__categories {
  margin-top: 48px;
  display: flex;
  gap: 48px;
  font-size: 16px;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__categories {
    margin-top: 4.6153846154vw;
    gap: 4.6153846154vw;
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-mnews__categories {
    margin-top: 10vw;
    gap: 4vw;
    font-size: min(16.8px, 3.5vw);
	  flex-wrap:wrap;
  }
}
.p-mnews .p-mnews__categories .is-active {
  opacity:1;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 3px solid #2C6DD5;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__categories .is-active {
    padding-bottom: 0.7692307692vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-mnews__categories .is-active {
    padding-bottom: 1vw;
  }
}
.p-mnews .l-section__content {
  margin-top: 16px;
}
@media (width <= 1040px) {
  .p-mnews .l-section__content {
    margin-top: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mnews .l-section__content {
    margin-top: 2vw;
  }
}
.p-mnews .p-mnews__list {
  display: flex;
  flex-direction: column;
}
.p-mnews .p-mnews__item {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
  min-height: 100px;
  margin-top: 48px;
}
.p-mnews .p-mnews__item:first-child {
  margin-top: 24px;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__item:first-child {
    margin-top: 2.3076923077vw;
  }
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__item {
    min-height: 9.6153846154vw;
    margin-top: 4.6153846154vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-mnews__item {
    min-height: auto;
    margin-top: 6vw;
    flex-direction: column;
  }
}
.p-mnews .p-mnews__left {
  flex-basis: 180px;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__left {
    flex-basis: 17.3076923077vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-mnews__left {
    flex-basis: 0;
    display: flex;
    align-items: center;
    gap: 2vw;
  }
}
.p-mnews .p-news__item-category {
  border: 1px solid;
  max-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-left: 2px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-weight: 600;
}
@media (width <= 1040px) {
  .p-mnews .p-news__item-category {
    margin-top: 1.1538461538vw;
    margin-left: 0.1923076923vw;
    font-size: 1.1538461538vw;
    padding-top: 0.3846153846vw;
    padding-bottom: 0.4807692308vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-news__item-category {
    margin-top: 0;
    margin-left: 0;
    font-size: min(14.4px, 3vw);
    padding-top: 0.2px;
    padding-bottom: 0.2px;
  }
}
.p-mnews .p-news__item-date {
  font-size: 14px;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media (width <= 1040px) {
  .p-mnews .p-news__item-date {
    font-size: 1.3461538462vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-news__item-date {
    font-size: min(14.4px, 3vw);
  }
}
.p-mnews .p-mnews__right {
  flex: 1;
  padding-top: 18px;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__right {
    padding-top: 1.7307692308vw;
  }
}
.p-mnews .p-mnews__title {
  font-weight: 600;
  font-size: 16px;
}
@media (width <= 1040px) {
  .p-mnews .p-mnews__title {
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-mnews__title {
    font-size: min(16.8px, 3.5vw);
    margin-bottom: 4vw;
  }
}
.p-mnews .p-news__more {
  margin-top: 52px;
}
@media (width <= 1040px) {
  .p-mnews .p-news__more {
    margin-top: 5vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-news__more {
    margin-top: 4vw;
  }
}
.p-mnews .p-news__btn {
  margin-left: auto;
  width: 200px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
}
@media (width <= 1040px) {
  .p-mnews .p-news__btn {
    width: 19.2307692308vw;
    font-size: 1.5384615385vw;
    line-height: 4.6153846154vw;
    margin-right: 0.4166666667vw;
  }
}
@media (width <= 768px) {
  .p-mnews .p-news__btn {
    width: min(216px, 45vw);
    line-height: min(48px, 10vw);
    font-size: min(16.8px, 3.5vw);
    margin-right: 0;
  }
}

.p-mcompany {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (width <= 1040px) {
  .p-mcompany {
    padding-top: 11.5384615385vw;
    padding-bottom: 9.6153846154vw;
  }
}
@media (width <= 768px) {
  .p-mcompany {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-mcompany .l-section__content {
  margin-top: 32px;
}
@media (width <= 1040px) {
  .p-mcompany .l-section__content {
    margin-top: 3.0769230769vw;
  }
}
@media (width <= 768px) {
  .p-mcompany .l-section__content {
    margin-top: 10vw;
  }
}
.p-mcompany .p-mcompany__list {
  display: flex;
  flex-direction: column;
}
.p-mcompany .p-mcompany__item {
  display: flex;
  border-bottom: 1px solid #CFCFCF;
  padding: 16px 20px;
}
@media (width <= 1040px) {
  .p-mcompany .p-mcompany__item {
    padding: 1.5384615385vw 2.3076923077vw;
  }
}
@media (width <= 768px) {
  .p-mcompany .p-mcompany__item {
    padding: 3vw 1vw;
	  flex-direction:column;
  }
}
.p-mcompany .p-mcompany__item dt {
  margin: 0;
  flex-basis: 220px;
  font-size: 18px;
  padding: 0 16px;
  font-weight: 600;
}
@media (width <= 1040px) {
  .p-mcompany .p-mcompany__item dt {
    flex-basis: 21.1538461538vw;
    font-size: 1.7307692308vw;
    padding: 0 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mcompany .p-mcompany__item dt {
    flex-basis: auto;
	  min-width:20vw;
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mcompany .p-mcompany__item dd {
  margin: 0;
  flex: 1;
  font-size: 16px;
}
@media (width <= 1040px) {
  .p-mcompany .p-mcompany__item dd {
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mcompany .p-mcompany__item dd {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mcompany .p-mcompany__item:last-child {
  border-bottom: none;
}

.p-mmember {
  padding-top: 100px;
  padding-bottom: 240px;
}
@media (width <= 1040px) {
  .p-mmember {
    padding-top: 9.6153846154vw;
    padding-bottom: 23.0769230769vw;
  }
}
@media (width <= 768px) {
  .p-mmember {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.p-mmember .l-section__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (width <= 1040px) {
  .p-mmember .l-section__content {
    margin-top: 3.8461538462vw;
    gap: 13.4615384615vw;
  }
}
@media (width <= 768px) {
  .p-mmember .l-section__content {
    margin-top: 10vw;
    gap: 12vw;
  }
}
.p-mmember .p-mmember__item {
  display: flex;
  gap: 68px;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__item {
    gap: 6.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__item {
    flex-direction: column;
    gap: 4vw;
  }
}
.p-mmember .p-mmember__img {
  width: 280px;
  height: 280px;
  aspect-ratio: 1;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__img {
    width: 26.9230769231vw;
    height: 26.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__img {
    width: min(288px, 60vw);
    height: auto;
    margin: 0 auto;
  }
}
.p-mmember .p-mmember__titlebox {
  border-left: 5px solid #2C6DD5;
  padding-left: 20px;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__titlebox {
    padding-left: 1.9230769231vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__titlebox {
    padding-left: 4vw;
  }
}
.p-mmember .p-mmember__name {
  display: flex;
  align-items: flex-end;
}
.p-mmember .p-mmember__name-jp {
  font-size: 24px;
  font-weight: 600;
  margin-right: 32px;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__name-jp {
    font-size: 2.3076923077vw;
    margin-right: 3.0769230769vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__name-jp {
    font-size: min(21.6px, 4.5vw);
  }
}
.p-mmember .p-mmember__name-en {
  position: relative;
  padding-left: 20px;
  padding-bottom: 6px;
  font-size: 14px;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__name-en {
    padding-left: 1.9230769231vw;
    padding-bottom: 0.5769230769vw;
    font-size: 1.3461538462vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__name-en {
    padding-left: 4vw;
    padding-bottom: 1vw;
    font-size: min(14.4px, 3vw);
  }
}
.p-mmember .p-mmember__name-en::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 35%;
  height: 1em;
  width: 1px;
  background: #000;
}
.p-mmember .p-mmember__role {
  font-size: 16px;
  margin-top: 4px;
}
@media (width <= 768px) {
  .p-mmember .p-mmember__role {
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__role {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mmember .p-mmember__desc {
  margin-top: 28px;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.8;
}
@media (width <= 1040px) {
  .p-mmember .p-mmember__desc {
    margin-top: 2.6923076923vw;
    font-size: 1.3461538462vw;
  }
}
@media (width <= 768px) {
  .p-mmember .p-mmember__desc {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mmember .p-member__sns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}
.p-mmember .p-member__note {
  width: 60px;
  vertical-align: middle;
}
.p-mmember .p-member__x {
  width: 24px;
  vertical-align: middle;
}

.p-mcontact {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (width <= 1040px) {
  .p-mcontact {
    padding-top: 7.6923076923vw;
    padding-bottom: 11.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mcontact {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}
.p-mcontact .l-section__content {
  margin-top: 40px;
	gap:24px;
  display: flex;
  justify-content: space-between;
}
@media (width <= 1040px) {
  .p-mcontact .l-section__content {
    margin-top: 3.8461538462vw;
  }
}
@media (width <= 768px) {
  .p-mcontact .l-section__content {
    margin-top: 6vw;
    flex-direction: column;
  }
}
.p-mcontact .p-mcontact__flex {
  display: flex;
}
@media (width <= 1040px) {
  .p-mcontact .p-mcontact__left p {
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mcontact .p-mcontact__left p {
    font-size: min(16.8px, 3.5vw);
  }
}
.p-mcontact .p-mcontact__btn {
  width: 320px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
}
@media (width <= 1040px) {
  .p-mcontact .p-mcontact__btn {
    width: 30.7692307692vw;
    line-height: 4.6153846154vw;
    font-size: 1.5384615385vw;
  }
}
@media (width <= 768px) {
  .p-mcontact .p-mcontact__btn {
    margin-top: 6vw;
    width: min(288px, 60vw);
    line-height: min(48px, 10vw);
    font-size: min(16.8px, 3.5vw);
  }
}

.p-blog {
  padding-top: 180px;
  padding-bottom: 120px;
}
@media (width <= 1000px) {
  .p-blog {
    padding-top: 110px;
  }
}
.p-blog .p-blog__inner {
  margin: 0 auto;
  max-width: 1740px;
  padding: 0 24px;
}
.p-blog .p-blog__flex {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.p-blog .p-blog__main {
  width: 75%;
  padding: 0 24px;
}
@media (width <= 1000px) {
  .p-blog .p-blog__main {
    width: 100%;
  }
}
@media (width <= 768px) {
  .p-blog .p-blog__main {
    padding: 0;
  }
}
.p-blog .p-blog__side {
  width: 25%;
  margin-top: 240px;
  border-left: 1px solid #EAEAEA;
  padding: 24px 68px;
  position: sticky;
  top: 240px;
  height: 100%;
  max-height: 4000px;
}
@media (width <= 1600px) {
  .p-blog .p-blog__side {
    padding: 24px 40px;
  }
}
@media (width <= 1400px) {
  .p-blog .p-blog__side {
    padding: 24px 24px;
  }
}
@media (width <= 1000px) {
  .p-blog .p-blog__side {
    display: none;
  }
}
.p-blog .p-blog__category {
  font-size: 20px;
}
.p-blog .p-blog__title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 16px;
  max-width: 1056px;
  line-height: 1.4;
}
@media (width <= 768px) {
  .p-blog .p-blog__title {
    font-size: 24px;
  }
}
.p-blog .p-blog__meta {
  display: flex;
  gap: 36px;
  margin-top: 20px;
}
@media (width <= 768px) {
  .p-blog .p-blog__meta {
    gap: 16px;
  }
}
.p-blog .p-blog__thumbnail {
  margin-top: 80px;
  max-width: 1000px;
}
@media (width <= 768px) {
  .p-blog .p-blog__thumbnail {
    margin-top: 60px;
  }
}
.p-blog .p-blog__thumbnail-img {
  height: auto;
}
.p-blog .p-blog__content {
  margin-top: 80px;
}
@media (width <= 768px) {
  .p-blog .p-blog__content {
    margin-top: 60px;
  }
}
.p-blog .wp-block-image {
  margin: 20px 0;
  max-width: 800px;
}
.p-blog #toc {
  margin: 10px 0 30px;
}
.p-blog .mokuji {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 34px;
}
.p-blog #toc ol li {
  margin: 28px 0;
  position: relative;
}
.p-blog #toc ol li a {
  color: #13334C;
  font-size: 20px;
}
@media (width <= 1400px) {
  .p-blog #toc ol li a {
    font-size: 18px;
  }
}
.p-blog .p-blog__back-btn {
  margin-top: 100px;
  width: 300px;
  line-height: 60px;
  margin-left: auto;
  font-weight: 600;
}
.p-blog .p-blog__back-btn a {
  color: #2C6DD5;
}
.p-blog .p-blog__back-btn a:hover {
  color: #fff;
}
@media (width <= 768px) {
  .p-blog .p-blog__back-btn {
    width: 240px;
    margin-top: 80px;
    line-height: 48px;
  }
}
.p-blog .p-blog__content-inner img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.p-blog .p-blog__content-inner {
  max-width: 1056px;
}
.p-blog .para.active {
  padding-left: 30px;
}
@media (width <= 1400px) {
  .p-blog .para.active {
    padding-left: 20px;
  }
}
.p-blog .para::before {
  content: "";
  display: inline-block;
  width: 3px;
  border-radius: 50%;
  background-color: #2C6DD5;
  height: 3px;
  position: absolute;
  top: 12px;
  left: -12px;
}
@media (width <= 1400px) {
  .p-blog .para::before {
    left: -6px;
  }
}
.p-blog .para.active::before {
  content: "";
  display: inline-block;
  width: 20px;
  background-color: #2C6DD5;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 3px;
  border-radius: 0;
}
@media (width <= 1400px) {
  .p-blog .para.active::before {
    width: 14px;
  }
}
.p-blog .c-post__search {
  margin-top: 80px;
}

.c-post p {
  margin: 20px 0;
  line-height: 1.6;
}
.c-post h2 {
  margin: 30px 0;
  font-weight: 600;
  font-size: 20px;
}
.c-post a {
  color: #47C4CA;
  text-decoration: none;
}
.c-post table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-post table th,
.c-post table td {
  position: relative;
  padding: 0.5em;
}
.c-post dd {
  margin-left: 40px;
}
.c-post ul {
  list-style: disc;
  margin-left: 1.4em;
}
.c-post ol {
  list-style-type: decimal;
  margin-left: 1.4em;
}
.c-post ul li, .c-post ol li {
  margin: 0.2em;
}
.c-post ul ul, .c-post ul ol, .c-post ol ul, .c-post ol ol {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.c-post .wp-block-gallery ul {
  padding-left: 0;
}
.c-post h1, .c-post h2, .c-post h3, .c-post h4, .c-post h5, .c-post h6 {
  line-height: 1.25;
  font-weight: bold;
}
.c-post h4, .c-post h5, .c-post h6 {
  font-size: 20px;
  padding: 2px 4px;
}
@media (width <= 768px) {
  .c-post h4, .c-post h5, .c-post h6 {
    font-size: 18px;
  }
}
.c-post h2 {
  font-size: 28px;
  padding: 2px 0;
}
@media (width <= 768px) {
  .c-post h2 {
    font-size: 20px;
  }
}
.c-post h3 {
  font-size: 24px;
  padding: 2px;
}
@media (width <= 768px) {
  .c-post h3 {
    font-size: 18px;
  }
}

.c-post__search .search-field {
  width: 100%;
  height: 33px;
}
.c-post__search .search-field {
  height: 29px;
  padding: 0 10px;
  border-radius: 30px;
  width: 240px;
  border: 1px solid;
  margin: 14px 0px;
}

.p-page {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (width <= 1000px) {
  .p-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-page .p-page__inner {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 24px;
}
.p-page .p-page__content {
  display: flex;
}
.p-page .p-page__main {
  width: 80%;
  padding: 0 24px;
}
@media (width <= 1000px) {
  .p-page .p-page__main {
    width: 100%;
  }
}
@media (width <= 1000px) {
  .p-page .p-page__main {
    padding: 0 8px;
  }
}
.p-page .p-page__side {
  width: 20%;
}
@media (width <= 1000px) {
  .p-page .p-page__side {
    display: none;
  }
}
.p-page .p-category__list {
  margin-top: 40px;
  gap: 40px;
  padding: 0 16px;
}
@media (width <= 1400px) {
  .p-page .p-category__list {
    gap: 3.8461538462vw;
  }
}
@media (width <= 1000px) {
  .p-page .p-category__list {
    padding: 0;
  }
}
@media (width <= 768px) {
  .p-page .p-category__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 480px) {
  .p-page .p-category__list {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-page .pagination {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 30px;
}
@media (width <= 480px) {
.p-page .pagination {
	font-size:14px;
}
}

.p-page .pagination a, 
.p-page .pagination .current {
    display: inline-block;
    margin: 0 1px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.p-page .pagination .current {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.p-page .pagination .prev, 
.p-page .pagination .next {
    padding: 5px 10px;
}

.p-page .pagination a:hover {
    background-color: #e0e0e0;
    border-color: #aaa;
}

.p-page .p-page__err {
  margin: 80px 80px 40px 80px;
  text-align: center;
}
.p-page .p-page__formwrap {
  margin-top: 24px;
  max-width: 320px;
}
.p-page .entry-summary {
  border-bottom: 1px solid;
  margin-bottom: 8px;
}

.p-policy .p-policy__title {
  font-size: 30px;
  font-weight: 600;
  text-wrap: balance;
  word-break: auto-phrase;
  line-height: 1;
  margin: 32px 0;
}
.p-policy .p-page__body {
  margin-top: 80px;
  padding: 0 24px;
}
@media (width <= 768px) {
  .p-policy .p-page__body {
    padding: 0 8px;
  }
}

.c-langsel__select{
box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  min-width: 120px; height: 34px; padding: 0 24px 0 30px; /* ← 32→30 に */
  border:1px solid #ddd; font-weight:500; line-height:1;
  background-color:#fff;
  background-image:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23222222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>'),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat, no-repeat;
  background-position: 9px 48%, right 10px center; /* ← 10→9 に */
  background-size: 16px 16px, 14px 14px;           /* ← 地球儀 18→16 */
  color:#222;
}
@media (hover:hover){
  .c-langsel__select:hover{
    background-color:var(--csel-bg-hover);
    border-color:var(--csel-border-hover);
  }
}

.c-langsel__select--short {
    appearance: none;
    min-width: 60px;
    height: 28px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background-color: rgb(255, 255, 255);
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"width="12"height="12"viewBox="0 0 24 24"fill="none"stroke="%23222222"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"><circle cx="12"cy="12"r="10"/><line x1="2"y1="12"x2="22"y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>), url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"width="10"height="10"viewBox="0 0 24 24"fill="none"stroke="%23666"stroke-width="2"stroke-linecap="round"stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>);
    background-repeat: no-repeat, no-repeat;
    background-size: 12px 12px, 10px 10px;
    color: rgb(34, 34, 34);
    padding: 0px 18px 0px 22px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    background-position: 6px 48%, right 6px center;
}


@media (width <= 768px) {
  .p-policy .p-page__body {
    padding: 0 8px;
  }
}

.c-langsel__select--short{ display:none; }

@media (max-width: 768px){
  .c-langsel__select--full{ display:none; }
  .c-langsel__select--short{ display:inline-block; }
}