@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
  --mh--breakpoint--x2l: 1460px;
}
:root {
  --mh--font-family--base: "Zen Kaku Gothic Antique", sans-serif;
  --mh--font-family--en: "EB Garamond", serif;
  --mh--font-family--mincho: "Shippori Mincho", serif;
}
html body {
  --mh--font-size--x3s: 1.2rem;
  --mh--font-size--x2s: 1.3rem;
  --mh--font-size--xs: 1.4rem;
  --mh--font-size--sm: 1.5rem;
  --mh--font-size--md: 1.6rem;
  --mh--font-size--lg: 1.7rem;
  --mh--font-size--xl: 1.9rem;
  --mh--font-size--x2l: 2rem;
  --mh--font-size--x3l: 2.2rem;
  --mh--font-size--x4l: 2.4rem;
  --mh--font-size--x5l: 2.5rem;
  --mh--font-size--x6l: 2.7rem;
  --mh--font-size--x7l: 3rem;
  --mh--font-size--x8l: 3.2rem;
  --mh--font-size--x9l: 3.5rem;
  --mh--font-size--x10l: 3.7rem;
  --mh--font-size--x11l: 4rem;
  --mh--font-size--x12l: 4.4rem;
  --mh--font-size--x13l: 4.7rem;
}
@media (width >= 768px ) {
  html body {
    --mh--font-size--x3s: 1rem;
    --mh--font-size--x2s: 1.1rem;
    --mh--font-size--xs: 1.3rem;
    --mh--font-size--sm: 1.4rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.2rem;
    --mh--font-size--x6l: 3.6rem;
    --mh--font-size--x7l: 4.1rem;
    --mh--font-size--x8l: 4.6rem;
    --mh--font-size--x9l: 5.2rem;
    --mh--font-size--x10l: 5.8rem;
    --mh--font-size--x11l: 6.6rem;
    --mh--font-size--x12l: 7.4rem;
    --mh--font-size--x13l: 8.3rem;
  }
}
:root {
  --mh--letter-spacing--sm: 0.02em;
  --mh--letter-spacing--md: 0.05em;
  --mh--letter-spacing--lg: 0.06em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.2;
  --mh--line-height--sm: 1.5;
  --mh--line-height--md: 1.9;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 84px;
}
@media (width >= 768px ) {
  :root {
    --mh--header--height: 130px;
  }
}
:root {
  --mh--sidebar--width: 240px;
}
:root {
  --mh--contents--width: 1100px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc(
  	var(--mh--contents--width) + var(--mh--contents--padding--side) * 2
  );
  --mh--contents--wide-width-with-padding: calc(
  	var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2
  );
}
@media (width >= 768px ) {
  :root {
    --mh--contents--padding--side: 50px;
  }
}
:root {
  --mh--border--radius--sm: 4px;
  --mh--border--radius--md: 8px;
}
@media (width >= 768px ) {
  :root {
    --mh--border--radius--sm: 8px;
    --mh--border--radius--md: 16px;
  }
}
html body {
  --mh--color--primary-600: rgb(52, 91, 115);
  --mh--color--primary-500: rgb(96, 129, 148);
  --mh--color--primary-400: rgb(129, 152, 166);
  --mh--color--grayscale-900: rgb(51, 51, 51);
  --mh--color--grayscale-800: rgb(115, 115, 115);
  --mh--color--grayscale-500: rgb(204, 204, 204);
  --mh--color--grayscale-100: rgb(255, 255, 255);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--gradient01: linear-gradient(236.2deg, rgb(219, 237, 249) 0%, rgb(230, 246, 248) 50%, rgb(250, 242, 226) 100%);
  --mh--gradient02: linear-gradient(135deg, rgb(219, 237, 249) 0%, rgb(230, 246, 248) 100%);
}
:root {
  --mh--easing: ease;
  --mh--easing--cb: cubic-bezier(0.215, 0.61, 0.355, 1);
  --mh--duration: 0.3s;
  --mh--duration--slow: 1.5s;
}
@keyframes hoverLine02 {
  0% {
    transform-origin: right top;
    transform: scaleX(1);
  }
  40% {
    transform-origin: right top;
    transform: scaleX(0);
  }
  41% {
    transform-origin: left top;
    transform: scaleX(0);
  }
  to {
    transform-origin: left top;
    transform: scaleX(1);
  }
}
:root {
  --mh--space--x2s: 10px;
  --mh--space--xs: 15px;
  --mh--space--sm: 20px;
  --mh--space--md: 30px;
  --mh--space--lg: 40px;
  --mh--space--xl: 50px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
}
@media (width >= 768px ) {
  :root {
    --mh--space--x2s: 15px;
    --mh--space--xs: 20px;
    --mh--space--sm: 40px;
    --mh--space--md: 60px;
    --mh--space--lg: 80px;
    --mh--space--xl: 100px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
  }
}
:root {
  --mh--padding--x2s: 20px;
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 50px;
  --mh--padding--xl: 60px;
  --mh--padding--x2l: 70px;
  --mh--padding--x3l: 80px;
}
@media (width >= 768px ) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 100px;
    --mh--padding--xl: 120px;
    --mh--padding--x2l: 140px;
    --mh--padding--x3l: 160px;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
}
@media (width >= 768px ) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (width < 768px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (width < 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (width >= 1100px ) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/*  .c-archive01
================================================== */
.c-archive01 {
  --line: 2;
  --line-height: 1.5;
}
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--mh--color--grayscale-500);
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 20px 0;
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-archive01__item-date {
  padding-right: 10px;
  margin: 0 10px 0 0;
  font-size: var(--mh--font-size--sm);
  border-right: 1px solid var(--mh--color--grayscale-500);
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive01__item-cat-item {
  margin: 0 5px 5px 0;
  color: var(--mh--color--grayscale-800);
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
}
.c-archive01__item-head {
  width: fit-content;
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  border-bottom: 1px solid transparent;
}
@media (width >= 768px ) {
  .c-archive01 {
    --line: 1;
  }
  .c-archive01__item-in {
    padding: 40px 0;
  }
  .c-archive01__item-head {
    margin-top: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-archive01__item-in:hover .c-archive01__item-head {
    border-color: var(--mh--color--grayscale-900);
  }
}
/* .c-interview-archive01
================================================== */
.c-interview-archive01 {
  display: grid;
  gap: var(--mh--space--sm);
}
.c-interview-archive01__item-in {
  display: block;
  padding: 20px;
  background: linear-gradient(189deg, #dbedf9 0%, #e6f6f8 50%, #faf2e2 100%);
  border-radius: var(--mh--border--radius--md);
}
.c-interview-archive01__item-img {
  width: 200px;
  aspect-ratio: 3/4;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: var(--mh--border--radius--sm);
}
.c-interview-archive01__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-interview-archive01__item-info {
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 15px;
  margin-bottom: 10px;
}
.c-interview-archive01__item-name {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--mh--font-size--xl);
}
.c-interview-archive01__item-name .is-post {
  font-size: var(--mh--font-size--xs);
  color: var(--mh--color--grayscale-800);
}
.c-interview-archive01__item-ico {
  display: grid;
  place-content: center;
  width: 20px;
}
.c-interview-archive01__item-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
.c-interview-archive01__item-txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-interview-archive01 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-interview-archive01__item-img {
    width: 252px;
  }
}
/* stylelint-disable prettier/prettier */
/* .c-bg01
================================================== */
.c-bg01 {
  position: relative;
  background: url("../img/common/bg_decoration01_sp.png") no-repeat top/100%;
}
.c-bg01::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(189deg, #dbedf9 0%, #e6f6f8 50%, #faf2e2 100%);
}
@media (width >= 768px ) {
  .c-bg01 {
    background: url("../img/common/bg_decoration01_pc.png") no-repeat top right/1390px;
  }
}
/* .c-blockquote01
================================================== */
.c-blockquote01 {
  padding: 15px;
  border: 1px solid var(--mh--color--primary-700);
}
@media (width >= 768px ) {
  .c-blockquote01 {
    padding: 25px;
  }
}
/* c-btn01
================================================== */
.c-btn01 {
  width: fit-content;
}
.c-btn01__in {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 15px;
  min-width: 241px;
}
.c-btn01__in::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--mh--color--grayscale-900);
}
.c-btn01__txt {
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
}
.c-btn01__ico {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
}
.c-btn01__ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-btn01__in {
    min-width: 206px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01__in:hover::before {
    animation: hoverLine02 0.5s cubic-bezier(1, 0, 0, 1);
  }
}
.c-btn01.is-white .c-btn01__in {
  color: var(--mh--color--grayscale-100);
}
.c-btn01.is-white .c-btn01__in::before {
  background: var(--mh--color--grayscale-100);
}
.c-btn01.is-no-min-width .c-btn01__in {
  min-width: unset;
}
/* c-btn02
================================================== */
.c-btn02__in {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 100px;
  background: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .c-btn02__in {
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn02__in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-btn02__in:hover {
    background: var(--mh--color--primary-600);
  }
}
/* c-cv01
================================================== */
.c-cv01 {
  background: url(../img/common/bg_cv01_sp.jpg) no-repeat center/cover;
  margin-left: var(--mh--contents--padding--side);
  margin-right: var(--mh--contents--padding--side);
  border-radius: var(--mh--border--radius--md);
}
.c-cv01__head {
  font-size: clamp(3rem, 1.0328638498vw + 2.6126760563rem, 4.1rem);
}
@media (width < 768px) {
  .c-cv01__btn {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  .c-cv01 {
    background-image: url(../img/common/bg_cv01_pc.jpg);
  }
  .c-cv01__set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 80px;
  }
}
/* .c-form
================================================== */
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea,
.c-form button,
.c-form select,
.c-form option {
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: 2px;
}
.c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus-visible,
.c-form textarea:focus-visible,
.c-form button:focus-visible,
.c-form select:focus-visible,
.c-form option:focus-visible {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form fieldset {
  border: none;
}
.c-form input,
.c-form textarea {
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.6rem;
}
.c-form input[type=file] {
  padding: 0;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form select {
  height: 54px;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
.c-form textarea {
  height: 200px;
}
.c-form__set + .c-form__set {
  margin-top: var(--mh--space--md);
}
.c-form__head {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
}
.c-form__required, .c-form__optional {
  padding: 2px 12px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  background: var(--mh--color--primary-500);
  border-radius: 2px;
}
.c-form__optional {
  color: var(--mh--color--grayscale-900);
  background: var(--mh--color--grayscale-500);
}
.c-form__field-set {
  display: block;
  margin-top: 15px;
}
.c-form__field-description {
  display: grid;
  gap: 5px 0;
  margin-top: 15px;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
.c-form__field-txt {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode {
  display: flex;
  align-items: start;
}
.c-form__postcode-suffix {
  margin: 13px 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__postcode-btn {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 105px;
  height: 50px;
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--mh--color--primary-700);
}
.c-form__postcode > input,
.c-form__postcode > span {
  width: 40%;
}
.c-form__select-in {
  position: relative;
  display: inline-block;
}
.c-form__select-in select {
  min-width: 120px;
  padding: 12px 30px 12px 15px;
  line-height: var(--mh--line-height--sm);
  cursor: pointer;
}
.c-form__select-in::after {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid var(--mh--color--grayscale-900);
  border-bottom: 2px solid var(--mh--color--grayscale-900);
  transform: rotate(45deg);
}
.c-form__select-unit {
  margin-left: 2px;
  font-size: 1.6rem;
}
.c-form__select.is-date .c-form__select-year select {
  width: 80px;
}
.c-form__select.is-date .c-form__select-month select,
.c-form__select.is-date .c-form__select-day select {
  width: 66px;
}
.c-form__select label + label {
  margin-left: 9px;
}
.c-form__radio-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__radio-list label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__radio-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-form__radio-list input + span::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--mh--color--grayscale-700);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
.c-form__radio-list input:checked + span::after {
  transform: scale(1);
}
.c-form__radio-list span {
  margin: 0;
}
.c-form__checkbox-list {
  display: grid;
  gap: 15px 19px;
}
.c-form__checkbox-list label {
  position: relative;
  display: flex;
  padding-left: 37px;
  cursor: pointer;
}
.c-form__checkbox-list input + span::before {
  position: absolute;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-700);
  transform: translateY(-50%);
}
.c-form__checkbox-list input + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--grayscale-700);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: scale(0) rotate(135deg);
  transition: all 0.3s ease;
}
.c-form__checkbox-list input:checked + span::after {
  transform: scale(1) rotate(135deg);
}
.c-form__checkbox-list span {
  margin: 0;
}
.c-form__radio-list label + span, .c-form__checkbox-list label + span {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form__radio-list input:focus + span::before, .c-form__checkbox-list input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__radio-list input:disabled + label, .c-form__checkbox-list input:disabled + label {
  opacity: 0.5;
}
.c-form__radio-list + .c-form__radio-list, .c-form__radio-list + .c-form__checkbox-list, .c-form__checkbox-list + .c-form__radio-list, .c-form__checkbox-list + .c-form__checkbox-list {
  margin-top: 50px;
}
.c-form__radio-list.is-col2, .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col2, .c-form__checkbox-list.is-col3 {
  grid-template-columns: repeat(2, 1fr);
}
.c-form__privacy {
  box-sizing: border-box;
  height: 300px;
  padding: 30px 35px;
  margin-bottom: 20px;
  overflow-y: scroll;
  border: 1px solid var(--mh--color--grayscale-700);
}
.c-form__privacy-head {
  margin-bottom: 10px;
  font-weight: bold;
}
.c-form__agreement {
  margin-block: var(--mh--space--x3l) 30px;
}
.c-form__agreement-txt {
  text-align: center;
}
.c-form__agreement-check {
  text-align: center;
}
.c-form__agreement-check label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.c-form__agreement-check span {
  margin: 0;
}
.c-form__agreement-check a {
  border-bottom: 1px solid;
}
.c-form__agreement-check input + span {
  line-height: 1.5;
}
.c-form__agreement-check input + span::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  border: 1px solid var(--mh--color--grayscale-500);
  transform: translateY(-50%);
}
.c-form__agreement-check input:checked + span::after {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 15px;
  height: 9px;
  content: "";
  border-color: var(--mh--color--primary-500);
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(135deg);
}
.c-form__agreement-check input:focus + span::before {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__agreement-check input:disabled + label {
  opacity: 0.5;
}
@media (width >= 768px ) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form textarea,
  .c-form button,
  .c-form select,
  .c-form option {
    border-radius: 4px;
  }
  .c-form__head {
    margin-bottom: 20px;
  }
  .c-form__postcode-btn {
    font-size: 1.6rem;
  }
  .c-form__select-in select {
    min-width: 200px;
  }
  .c-form__select-unit {
    margin-left: 7px;
  }
  .c-form__select.is-date .c-form__select-year select {
    width: 150px;
  }
  .c-form__select.is-date .c-form__select-month select,
  .c-form__select.is-date .c-form__select-day select {
    width: 110px;
  }
  .c-form__select label + label {
    margin-left: 18px;
  }
  .c-form__radio-list, .c-form__checkbox-list {
    gap: 15px 30px;
  }
  .c-form__radio-list.is-col3, .c-form__checkbox-list.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-form__privacy {
    height: 200px;
    padding: 40px;
  }
}
/* .c-form__btn
================================================== */
.c-form__btn {
  text-align: center;
}
.c-form__btn input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 295px;
  height: 60px;
  padding: 10px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x2l);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  appearance: none;
  outline: none;
  background-color: var(--mh--color--primary-500);
  border: none;
  border-radius: 50px;
}
.c-form__btn input:focus-visible,
.c-form__btn :focus {
  border-color: rgb(var(--color-black01));
  box-shadow: 0 0 0 2px rgba(var(--color-black01), 0.25);
}
.c-form__btn input + input {
  margin-left: 20px;
}
.c-form__btn span {
  width: 0;
  margin: 0;
}
@media (width >= 768px ) {
  .c-form__btn input {
    max-width: 240px;
    height: 50px;
    font-size: var(--mh--font-size--md);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__btn input {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .c-form__btn input:hover {
    background-color: var(--mh--color--primary-600);
  }
}
/* .c-head-en
================================================== */
.c-head-en {
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--grayscale-800);
}
/* c-head01
================================================== */
.c-head01__sub {
  color: var(--mh--color--grayscale-800);
}
.c-head01__main {
  margin-top: var(--mh--space--x2s);
  font-size: var(--mh--font-size--x5l);
  font-size: clamp(2.5rem, 0.6140350877vw + 2.3035087719rem, 3.2rem);
  line-height: var(--mh--line-height--sm);
}
/* head
================================================ */
.c-single01__content h2:not([class*=c-]), .c-under-border-head {
  padding-bottom: 15px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x3l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
@media (width >= 768px ) {
  .c-single01__content h2:not([class*=c-]), .c-under-border-head {
    padding-bottom: 20px;
  }
}
.c-single01__content h3:not([class*=c-]), .c-line-head {
  position: relative;
  padding-left: 15px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.c-single01__content h3:not([class*=c-])::before, .c-line-head::before {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  content: "";
  background: var(--mh--color--primary-500);
}
.c-single01__content h4:not([class*=c-]), .c-simple-head {
  position: relative;
  padding-left: 11px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--lg);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.c-single01__content h4:not([class*=c-])::before, .c-simple-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--mh--color--primary-500);
  translate: 0 -50%;
}
@media (width >= 768px ) {
  .c-single01__content h4:not([class*=c-]), .c-simple-head {
    padding-left: 18px;
  }
}
/* list
================================================ */
.c-single01__content ul:not([class*=c-]) {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
}
.c-single01__content ul:not([class*=c-]) > li {
  position: relative;
  padding-left: 15px;
}
.c-single01__content ul:not([class*=c-]) > li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ul:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-single01__content ul:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: child-num;
}
.c-single01__content ul:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  counter-increment: child-num 1;
}
.c-single01__content ul:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  position: absolute;
  font-family: var(--mh--font-family--mincho);
  content: counter(child-num) ".";
  background-color: transparent;
}
.c-single01__content ul:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-single01__content ol:not([class*=c-]) {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
  counter-reset: num01;
}
.c-single01__content ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: num01 1;
}
.c-single01__content ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mh--font-family--mincho);
  content: counter(num01) ".";
}
.c-single01__content ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2.5em;
  counter-increment: num02 1;
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mh--font-family--mincho);
  content: counter(num01) "-" counter(num02) ".";
}
.c-single01__content ol:not([class*=c-]) > li ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) {
  padding-left: 0;
  list-style: none;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li {
  position: relative;
  padding-left: 15px;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-single01__content ol:not([class*=c-]) > li ul:not([class*=c-]) li + li {
  margin-top: 10px;
}
/* .c-line-head
================================================== */
/* .c-simple-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: baseline;
}
.c-ico svg {
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-arw01::after {
  display: inline-block;
  width: 7px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.472 9.771"><path d="M1.32,0,0,1.38,3.709,4.886,0,8.391l1.32,1.38L6.472,4.886Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw02
================================================== */
.c-ico.is-arw02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-arw02::after {
  display: inline-block;
  width: 6px;
  height: 10px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5.516 9.032"><path d="M0,8.032a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L2.1,3.516-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0L4.223,2.809a1,1,0,0,1,0,1.414L.707,7.739A1,1,0,0,1,0,8.032Z" transform="translate(1 1)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-arw03
================================================== */
.c-ico.is-arw03 {
  margin-left: 5px;
}
.c-ico.is-arw03::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01 {
  margin-left: 5px;
  color: red;
}
.c-ico.is-blank01::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank02
================================================== */
.c-ico.is-blank02 {
  margin-left: 5px;
  color: green;
}
.c-ico.is-blank02::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.435 13.434"><path d="M15333.549,2248.428a.56.56,0,0,1-.559-.562V2237.79a.559.559,0,0,1,.559-.558h4.479a.56.56,0,1,1,0,1.121h-3.917v8.955h8.954v-3.917a.561.561,0,1,1,1.121,0v4.475a.56.56,0,0,1-.562.562Zm5.2-5.762a.562.562,0,0,1,0-.793l5.762-5.762h-3.686a.558.558,0,1,1,0-1.117h5.038a.559.559,0,0,1,.559.559v5.038a.559.559,0,0,1-1.117,0V2236.9l-5.762,5.762a.568.568,0,0,1-.794,0Z" transform="translate(-15332.99 -2234.994)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-blank03
================================================== */
.c-ico.is-blank03 {
  margin-left: 5px;
}
.c-ico.is-blank03::after {
  background: linear-gradient(to right, rgb(34, 193, 195) 0%, rgb(253, 187, 45) 100%);
}
/* .c-ico.is-mail01
================================================== */
.c-ico.is-mail01 {
  margin-right: 5px;
  color: skyblue;
}
.c-ico.is-mail01::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 12.147"><path d="M16.19,1.415v9.923H.81V1.415L8.5,8.29ZM1.348.81h14.3L8.5,7.2ZM0,12.147H17V0H0Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-map01
================================================== */
.c-ico.is-map01 {
  margin-right: 5px;
  color: violet;
}
.c-ico.is-map01::after {
  display: inline-block;
  width: 12px;
  height: 16px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.016 16.221"><path d="M6.008,0A6.026,6.026,0,0,0,0,6.041C0,10.188,4.166,14.8,5.684,16.1a.5.5,0,0,0,.647,0c1.519-1.3,5.684-5.909,5.684-10.057A6.026,6.026,0,0,0,6.008,0m0,9.864A3.633,3.633,0,1,1,9.619,6.227,3.622,3.622,0,0,1,6.008,9.86" transform="translate(0 0.004)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01 {
  margin-right: 5px;
  color: red;
}
.c-ico.is-search01::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.814 18.814"><path d="M12491.646,13519.027l-4.409-4.409,0,0a7.6,7.6,0,1,1,1.386-1.387l4.409,4.413a.979.979,0,0,1,0,1.381.975.975,0,0,1-1.384,0Zm-14.97-10.43a5.922,5.922,0,1,0,5.921-5.921A5.926,5.926,0,0,0,12476.677,13508.6Z" transform="translate(-12474.751 -13500.751)" stroke-width="0.5"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-ico.is-tel01
================================================== */
.c-ico.is-tel01 {
  margin-right: 5px;
  color: pink;
}
.c-ico.is-tel01::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5"><path d="M18.019,23.5c-2.313,0-7.045-.741-12.147-5.844C-.641,11.143-.085,5.26.093,4.147a3.661,3.661,0,0,1,1.045-2.1L2.405.778a2.668,2.668,0,0,1,3.767,0l3.19,3.191a2.669,2.669,0,0,1,0,3.768L7.81,9.29a18.573,18.573,0,0,0,2.752,3.674A18.585,18.585,0,0,0,14.217,15.7l1.554-1.557a2.671,2.671,0,0,1,3.77,0l3.181,3.184a2.669,2.669,0,0,1,0,3.767l-1.25,1.25A3.7,3.7,0,0,1,19.5,23.378a7.471,7.471,0,0,1-1.479.122M4.29,2.148a.516.516,0,0,0-.367.149L2.658,3.564a1.554,1.554,0,0,0-.441.9c-.1.594-.725,5.777,5.174,11.675,6.21,6.213,11.472,5.18,11.692,5.133a1.6,1.6,0,0,0,.873-.441L21.2,19.581a.522.522,0,0,0,0-.731l-3.182-3.184a.526.526,0,0,0-.733,0l-2.708,2.71-.708-.393a21.871,21.871,0,0,1-4.828-3.5A21.8,21.8,0,0,1,5.532,9.632l-.393-.708L7.845,6.218a.522.522,0,0,0,0-.731L4.655,2.3a.515.515,0,0,0-.365-.148" transform="translate(0 0)"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
/* .c-img01
================================================== */
.c-img01 {
  margin: var(--mh--space--md) 0;
}
/* .c-interview01
================================================== */
.c-interview01 {
  padding-bottom: var(--mh--padding--x3l);
}
.c-interview01__head {
  margin-bottom: 20px;
}
.c-interview01-slider__ui {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.c-interview01__slider-inner {
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .c-interview01__inner {
    position: relative;
  }
  .c-interview01__head {
    margin-bottom: 60px;
  }
  .c-interview01-slider__ui {
    position: absolute;
    top: 42px;
    right: var(--mh--contents--padding--side);
    gap: 30px;
    margin-bottom: 0;
  }
  .c-interview01__slider-inner {
    padding-left: calc((100% - 1100px) / 2);
  }
}
/* c-link01
================================================== */
.c-link01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.c-link01__item-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border--radius--sm);
  padding: 20px;
}
.c-link01__item-img {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  padding: 14px;
  border-radius: var(--mh--border--radius--sm);
  background: var(--mh--gradient02);
}
.c-link01__item-txt {
  line-height: var(--mh--line-height--sm);
  flex: 1;
}
.c-link01__item-ico {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
}
.c-link01__item-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-link01 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .c-link01__item-in {
    padding: 30px;
    gap: 24px;
  }
  .c-link01__item-img {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link01__item-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-link01__item-in:hover {
    box-shadow: 0 0 30px 0 rgba(85, 117, 136, 0.3);
  }
}
/* .c-link01.is-blue
================================================== */
.c-link01.is-blue .c-link01__item-in {
  background: var(--mh--gradient02);
}
.c-link01.is-blue .c-link01__item-img {
  background: var(--mh--color--grayscale-100);
}
/* .c-link01.is-col1
================================================== */
@media (width >= 768px ) {
  .c-link01.is-col1 {
    grid-template-columns: 1fr;
  }
}
/* .c-link01.is-col3
================================================== */
@media (width >= 768px ) {
  .c-link01.is-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-link01.is-col3 .c-link01__item .c-link01__item-in {
    gap: 12px;
    padding: 20px;
  }
  .c-link01.is-col3 .c-link01__item .c-link01__item-img {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
}
@media (width >= 1460px ) {
  .c-link01.is-col3 .c-link01__item .c-link01__item-in {
    gap: 24px;
    padding: 30px;
  }
  .c-link01.is-col3 .c-link01__item .c-link01__item-img {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
/* c-link02
================================================== */
.c-link02 {
  display: grid;
  grid-template-columns: 1fr;
}
.c-link02__item {
  border-top: 1px solid var(--mh--color--grayscale-500);
}
.c-link02__item:last-of-type {
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.c-link02__item-in {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.c-link02__item-txt {
  flex: 1;
  line-height: var(--mh--line-height--sm);
}
.c-link02__item-ico {
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
}
.c-link02__item-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
@media (width >= 768px ) {
  .c-link02__item-in {
    padding: 40px 0;
    position: relative;
  }
  .c-link02__item-in::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--mh--color--grayscale-900);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-link02__item-in:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/*  .c-num-list01
================================================== */
.c-num-list01 {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
  counter-reset: num01;
}
.c-num-list01__item {
  position: relative;
  padding-left: 1.5em;
  counter-increment: num01 1;
}
.c-num-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--mh--font-family--mincho);
  content: counter(num01) ".";
}
.c-num-list01__item + li {
  margin-top: 10px;
}
.c-num-list01__item ol:not([class*=c-]) {
  counter-reset: num02;
}
.c-num-list01__item ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 2.5em;
  counter-increment: num02 1;
}
.c-num-list01__item ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  font-family: var(--mh--font-family--mincho);
  content: counter(num01) "-" counter(num02) ".";
}
.c-num-list01__item ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
.c-num-list01__item ul:not([class*=c-]) {
  padding-left: 0;
  list-style: none;
}
.c-num-list01__item ul:not([class*=c-]) li {
  position: relative;
  padding-left: 15px;
}
.c-num-list01__item ul:not([class*=c-]) li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-num-list01__item ul:not([class*=c-]) li + li {
  margin-top: 10px;
}
/*  .c-simple-list01
================================================== */
.c-simple-list01 {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
}
.c-simple-list01__item {
  position: relative;
  padding-left: 15px;
}
.c-simple-list01__item::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 50%;
}
.c-simple-list01__item + li {
  margin-top: 10px;
}
.c-simple-list01__item ol:not([class*=c-]) {
  counter-reset: num01;
}
.c-simple-list01__item ol:not([class*=c-]) > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: num01 1;
}
.c-simple-list01__item ol:not([class*=c-]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  font-family: var(--mh--font-family--mincho);
  content: counter(num01) ".";
  background-color: transparent;
}
.c-simple-list01__item ol:not([class*=c-]) > li + li {
  margin-top: 10px;
}
/* .c-next01
================================================== */
.c-next01__inner {
  padding-block: var(--mh--padding--xl) var(--mh--padding--x3l);
}
.c-next01__head {
  margin-bottom: 30px;
}
@media (width >= 768px ) {
  .c-next01__head {
    margin-bottom: 40px;
  }
}
/* .c-note01
================================================== */
.c-note01 {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-800);
}
.c-note01::before {
  content: "※";
}
/* .c-pager01
=================================== */
.c-pager01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -5px -10px;
  overflow: hidden;
  text-align: center;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a,
.c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid var(--mh--color--primary-500);
  font-family: var(--mh--font-family--mincho);
  color: var(--mh--color--primary-500);
}
.c-pager01 li.pages, .c-pager01 li.first, .c-pager01 li.last, .c-pager01 li.previous, .c-pager01 li.next {
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
  height: 0;
}
.c-pager01 li.pages a,
.c-pager01 li.pages span, .c-pager01 li.first a,
.c-pager01 li.first span, .c-pager01 li.last a,
.c-pager01 li.last span, .c-pager01 li.previous a,
.c-pager01 li.previous span, .c-pager01 li.next a,
.c-pager01 li.next span {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: var(--mh--color--primary-500);
}
.c-pager01 li.extend span {
  border: 0;
}
@media (width >= 768px ) {
  .c-pager01 {
    margin-top: 60px;
  }
  .c-pager01 li a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pager01 li a:hover {
    color: var(--mh--color--grayscale-100);
    text-decoration: none;
    background: var(--mh--color--primary-500);
  }
}
/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  line-height: 1;
}
.c-pager02 a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 41px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--lg);
  text-decoration: none;
}
.c-pager02__previous, .c-pager02__next {
  width: 120px;
}
.c-pager02__previous a::before, .c-pager02__next a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--mh--color--grayscale-900);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__previous a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 50%;
  left: 0;
  rotate: 180deg;
  translate: 0 -50%;
}
.c-pager02__next {
  float: right;
  margin-top: 20px;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__next a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.c-pager02__all {
  clear: both;
  width: 100%;
  max-width: 245px;
  padding-top: 20px;
  margin-inline: auto;
}
.c-pager02__all a {
  display: block;
  justify-content: center;
  height: auto !important;
  padding: 15px;
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-100);
  text-align: center;
  background: var(--mh--color--primary-500);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 100px;
}
@media (width < 768px) {
  .c-pager02 {
    display: grid;
    grid-template-areas: "prev next" "all all";
  }
  .c-pager02__previous {
    grid-area: prev;
  }
  .c-pager02__next {
    grid-area: next;
    justify-self: end;
    margin-top: 0;
  }
  .c-pager02__all {
    grid-area: all;
  }
}
@media (width >= 768px ) {
  .c-pager02 {
    height: 54px;
    margin-top: 58px;
  }
  .c-pager02 a {
    height: 42px;
  }
  .c-pager02__previous, .c-pager02__next {
    width: 130px;
  }
  .c-pager02__next {
    margin-top: 0;
  }
  .c-pager02__all {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 200px;
    padding-top: 0;
    translate: -50% 0;
  }
  .c-pager02__all a {
    font-size: var(--mh--font-size--md);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager02__previous a:hover::before, .c-pager02__next a:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .c-pager02__all a {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .c-pager02__all a:hover {
    color: var(--mh--color--primary-500);
    background: var(--mh--color--grayscale-100);
  }
}
/*  .c-set01.is-reverse
================================================== */
@media (width >= 768px ) {
  .c-set01.is-reverse {
    flex-direction: row;
  }
}
/*  .c-set01
================================================== */
.c-set01 {
  gap: 20px;
}
@media (width >= 768px ) {
  .c-set01 {
    flex-direction: row-reverse;
    gap: 40px;
  }
  .c-set01__img {
    flex-basis: auto !important;
    width: 358px;
  }
  .c-set01__area-txt {
    flex-basis: auto !important;
    width: calc(100% - 398px);
  }
}
/* .c-single01-meta
================================================== */
.c-single01-meta__cat {
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
}
/* .c-single01
================================================== */
.c-single01__head {
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: var(--mh--font-size--x3l);
  border-bottom: 1px solid var(--mh--color--grayscale-900);
}
.c-single01__eyecatch {
  margin-bottom: var(--mh--space--lg);
}
.c-single01__eyecatch img {
  margin-inline: auto;
  border-radius: var(--mh--border--radius--md);
}
.c-single01__content {
  padding-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px solid var(--mh--color--grayscale-900);
}
.c-single01__content > *:first-child {
  margin-top: 0 !important;
}
.c-single01__content > *:last-child {
  margin-bottom: 0 !important;
}
.c-single01__content p {
  margin: var(--mh--space--xs) 0;
}
.c-single01__content h1:not([class*=c-]),
.c-single01__content h2:not([class*=c-]),
.c-single01__content h3:not([class*=c-]),
.c-single01__content h4:not([class*=c-]),
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  clear: both;
  margin: var(--mh--space--sm) 0 var(--mh--space--xs);
  font-family: var(--mh--font-family--mincho);
  font-weight: 500;
}
.c-single01__content h5:not([class*=c-]),
.c-single01__content h6:not([class*=c-]) {
  font-size: var(--mh--font-size--md);
}
.c-single01__content .c-under-border-head,
.c-single01__content .c-line-head,
.c-single01__content .c-simple-head {
  margin: var(--mh--space--sm) 0 var(--mh--space--xs);
}
.c-single01__content ul:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ul:not([class*=c-]) ol:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ul:not([class*=c-]),
.c-single01__content ol:not([class*=c-]) ol:not([class*=c-]) {
  margin: 15px 0;
}
.c-single01__content blockquote {
  padding: 20px;
  margin: var(--mh--space--md) 0;
  border: 1px solid var(--mh--color--grayscale-500);
}
.c-single01__content blockquote > *:first-child {
  margin-top: 0;
}
.c-single01__content figure {
  margin: var(--mh--space--md) 0;
}
.c-single01__content img {
  border-radius: var(--mh--border--radius--md);
}
.c-single01__content strong {
  font-weight: 700;
}
.c-single01__content *:not(.c-link01) a {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-single01__content *:not(.c-link01) a:hover {
    text-decoration: none !important;
  }
}
@media (width >= 768px ) {
  .c-single01__content {
    padding-bottom: 80px;
    margin-top: 40px;
  }
  .c-single01__content h1:not([class*=c-]),
  .c-single01__content h2:not([class*=c-]),
  .c-single01__content h3:not([class*=c-]),
  .c-single01__content h4:not([class*=c-]),
  .c-single01__content h5:not([class*=c-]),
  .c-single01__content h6:not([class*=c-]) {
    margin-top: var(--mh--space--md);
  }
  .c-single01__content .c-under-border-head,
  .c-single01__content .c-line-head,
  .c-single01__content .c-simple-head {
    margin-top: var(--mh--space--md);
  }
}
/* .c-text-fullborder-table
================================================== */
:root .c-text-fullborder-table {
  --_table-border-color: var(--mh--color--grayscale-500);
  --_first-cell-width: max(200px, calc(100vw * 200 / var(--mh-viewport)));
  --_cell-width: max(240px, calc(100vw * 240 / var(--mh-viewport)));
  --_th-padding: var(--mh--space--x2s) var(--mh--space--xs);
  --_th-bg-color: var(--mh--color--primary-400);
  --_th-font-color: var(--mh--color--grayscale-100);
  --_th-font-size: var(--mh--font-size--md);
  --_th-font-weight: normal;
  --_th-vertical-align: middle;
  --_th-line-height: var(--mh--line-height--md);
  --_td-padding: var(--mh--space--x2s);
  --_td-font-size: var(--mh--font-size--md);
  --_td-line-height: var(--mh--line-height--md);
  --_td-vertical-align: middle;
  --_link-color: var(--mh--color--grayscale-900);
}
:root .c-text-fullborder-table > table {
  width: 100%;
  table-layout: fixed;
}
:root .c-text-fullborder-table > table thead tr th {
  --_table-border-color: var(--mh--color--primary-500);
  --_th-bg-color: var(--mh--color--primary-500);
  border-width: 1px 1px 0;
}
:root .c-text-fullborder-table > table tr:first-child th:first-child {
  width: var(--_first-cell-width);
}
:root .c-text-fullborder-table > table tr th,
:root .c-text-fullborder-table > table tr td {
  box-sizing: border-box;
  width: var(--_cell-width);
  text-align: left;
  background: none;
  border-color: var(--_table-border-color);
}
:root .c-text-fullborder-table > table tr th > a,
:root .c-text-fullborder-table > table tr td > a {
  color: var(--_link-color);
  text-decoration: underline;
}
:root .c-text-fullborder-table > table tr th > a[target=_blank]::after,
:root .c-text-fullborder-table > table tr td > a[target=_blank]::after {
  display: inline-block;
  width: 10px;
  height: 9px;
  color: var(--_link-color);
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.004 8.998"><path d="M7566,22026v-5.334h1.78v.891h-.89v3.553h3.56v-.889h.885V22026Zm2.67-2.67V22018H7574v5.328Zm.89-.885h3.554v-3.559h-3.554Z" transform="translate(-7565.498 -22017.502)" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  width: max(12px, 1200vw / var(--mh-viewport));
  height: max(12px, 1200vw / var(--mh-viewport));
  margin-inline: 2px;
}
:root .c-text-fullborder-table > table tr th {
  padding: var(--_th-padding);
  font-size: var(--_th-font-size);
  font-weight: var(--_th-font-weight);
  line-height: var(--_th-line-height);
  color: var(--_th-font-color);
  background-color: var(--_th-bg-color);
}
:root .c-text-fullborder-table > table tr td {
  width: var(--_cell-width);
  padding: var(--_td-padding);
  font-size: var(--_td-font-size);
  line-height: var(--_td-line-height);
}
@media (width < 768px) {
  :root .c-text-fullborder-table > table:has(tr:first-child > *[colspan]) td, :root .c-text-fullborder-table > table:not(:has(tr:first-child > th:nth-child(2))) td {
    width: 100% !important;
  }
  :root .c-text-fullborder-table > table:has(tr:first-child > *[colspan]) td, :root .c-text-fullborder-table > table:not(:has(tr:first-child > th:nth-child(2))) td {
    display: block;
  }
  :root .c-text-fullborder-table > table:has(tr:first-child > *[colspan]) td + td, :root .c-text-fullborder-table > table:not(:has(tr:first-child > th:nth-child(2))) td + td {
    border-top: 0;
  }
  :root .c-text-fullborder-table > table tr th {
    border-right: 0;
  }
  :root .c-text-fullborder-table > table tr + tr th,
  :root .c-text-fullborder-table > table tr + tr td {
    border-top: 0;
  }
}
@media (width >= 768px ) {
  :root .c-text-fullborder-table {
    --_th-width: max(260px, calc(100vw * 260 / var(--mh-viewport))) & >
    	table{tr{th {width: var(--_th-width) ;
    	vertical-align: var(--_th-vertical-align) ;} td
    	{vertical-align: var(--_td-vertical-align) ;}}};
  }
}
@media (hover: hover) and (pointer: fine) {
  :root .c-text-fullborder-table > table tr th > a:hover,
  :root .c-text-fullborder-table > table tr td > a:hover {
    text-decoration: none;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb__inner {
  padding-top: 20px;
}
/* .l-breadcrumb-list
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb-list__item {
  display: inline-block;
  line-height: var(--mh--line-height--sm);
  vertical-align: top;
  color: var(--mh--color--grayscale-800);
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 10px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item::before {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 10px;
  content: "";
  background: var(--mh--color--grayscale-500);
}
.l-breadcrumb-list__item-txt {
  color: var(--mh--color--grayscale-900);
}
@media (width < 768px) {
  .l-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media (width >= 768px ) {
  .l-breadcrumb-list {
    justify-content: flex-end;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-breadcrumb-list__item-txt {
    position: relative;
  }
  .l-breadcrumb-list__item-txt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: var(--mh--color--grayscale-900);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-breadcrumb-list__item-txt:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
}
.l-footer__logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.l-footer__address {
  text-align: center;
  margin-top: 30px;
}
@media (width >= 768px ) {
  .l-footer__set {
    display: grid;
    grid-template-columns: 23.5714285714% 1fr;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
  }
  .l-footer__logo-wrap {
    flex-direction: row;
    gap: 0;
  }
  .l-footer__logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid var(--mh--color--grayscale-500);
  }
  .l-footer__logo-sub {
    white-space: nowrap;
  }
  .l-footer__address {
    text-align: left;
  }
}
@media (width >= 1460px ) {
  .l-footer__set {
    grid-template-columns: 23.5714285714% 58.9285714286%;
  }
}
/* .l-footer-cr
================================================ */
.l-footer-cr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (width >= 768px ) {
  .l-footer-cr {
    margin-top: 110px;
  }
}
/* l-footer-nav
================================================ */
.l-footer-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 19px;
}
.l-footer-nav__item-in {
  display: block;
  line-height: var(--mh--line-height--sm);
}
@media (width < 768px) {
  .l-footer-nav {
    margin-top: 40px;
  }
  .l-footer-nav__item {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .l-footer-nav__item:nth-last-of-type(2), .l-footer-nav__item:last-of-type {
    border-bottom: 0;
  }
  .l-footer-nav__item-in {
    padding-bottom: 15px;
  }
}
@media (width >= 768px ) {
  .l-footer-nav__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}
/* .l-footer-page-top
================================================ */
.l-footer-page-top__link.u-alpha {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--mh--color--grayscale-800);
  gap: 5px;
}
.l-footer-page-top__link.u-alpha::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  rotate: -90deg;
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  transform: translateY(-100%);
  transition: all var(--mh--duration) var(--mh--easing);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--mh--header--height);
  padding-left: var(--mh--contents--padding--side);
  padding-right: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .l-header {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (width >= 768px ) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
@media (width >= 768px ) {
  .l-header__inner {
    gap: 10px;
  }
}
.l-header.is-top {
  background: transparent;
  transform: translateY(0);
}
.l-header.is-scroll {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transform: translateY(0);
}
/* .l-header-logo
================================================== */
.l-header-logo {
  position: relative;
  z-index: 11;
}
.l-header-logo__inner {
  display: flex;
  align-items: center;
}
.l-header-logo__link {
  display: block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid var(--mh--color--grayscale-500);
}
@media (width < 768px) {
  .l-header-logo__link {
    max-width: 137px;
  }
}
@media (width >= 768px ) {
  .l-header-logo {
    flex-shrink: 0;
  }
  .l-header-logo__link {
    width: 226px;
    padding-right: 30px;
    margin-right: 30px;
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  z-index: 10;
  flex-shrink: 0;
  position: relative;
  width: 44px;
  height: 44px;
  color: #fff;
  cursor: pointer;
  background: var(--mh--color--primary-500);
  border-radius: 50%;
  border: 0;
}
.l-nav-btn__line {
  position: absolute;
  left: 14px;
  width: 16px;
  height: 1px;
  content: "";
  border-bottom: 1px solid var(--mh--color--grayscale-100);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 16px;
}
.l-nav-btn__line:nth-child(2) {
  top: 21px;
}
.l-nav-btn__line:nth-child(3) {
  top: 26px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  opacity: 0;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}
.l-nav-btn__txt {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  line-height: var(--mh--line-height--sm);
  text-align: center;
}
/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  top: var(--mh--header--height);
  left: 0;
  width: 100%;
  min-width: 320px;
  max-height: calc(100vh - var(--mh--header--height));
  padding: 50px calc(var(--mh--contents--padding--side) * 2) calc(50px + env(safe-area-inset-bottom));
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
}
@media (width < 1460px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media (width >= 1460px ) {
  .l-nav {
    position: static;
    width: 100%;
    min-width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  .l-nav__btn {
    width: 160px;
    flex-shrink: 0;
  }
  .l-nav__btn .c-btn02__in {
    font-size: var(--mh--font-size--md);
    padding: 10px 30px;
  }
}
/* .l-nav-list
================================================== */
@media (width < 1460px) {
  .l-nav-list {
    margin-top: 20px;
  }
  .l-nav-list__item {
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .l-nav-list__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    border: 0;
  }
  .l-nav-list__item-link::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::before, .l-nav-list__item-link:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: 1px solid rgb(var(--color-black01));
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-link:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item-link:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child-wrap {
    box-sizing: border-box;
    display: none;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__child-item {
    padding-left: 1em;
  }
}
@media (width >= 1460px ) {
  .l-nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .l-nav-list__item {
    position: relative;
  }
  .l-nav-list__item:is(button)::before, .l-nav-list__item:is(button)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 0;
    content: "";
    border-top: 1px solid rgb(var(--color-black01));
    transform: translate(0, -50%);
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item:is(button)::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .l-nav-list__item:is(button).is-active::after {
    transform: translate(0, -50%) rotate(0);
  }
  .l-nav-list__child-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #ddd;
    transition: visibility 0s linear, all 0.3s ease;
  }
  .l-nav-list__child-wrap:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-30px);
  }
}
/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  background: url(../img/common/bg_menu01_sp.jpg) no-repeat center/cover;
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
}
/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
}
.l-main-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/365;
  background: url(../img/home/bg_mv01_sp.jpg) no-repeat center/cover;
  z-index: -1;
}
.l-main-img__inner {
  padding-top: calc(var(--mh--header--height) + 50px);
}
.l-main-img__copy {
  font-size: 2.5rem;
  line-height: var(--mh--line-height--sm);
}
.l-main-img__slider .splide__slide {
  overflow: clip;
  border-radius: var(--mh--border--radius--md);
}
.l-main-img__slider .splide__slide img {
  transition: transform 5s var(--mh--easing--cb);
  transition-delay: 0.2s;
}
.l-main-img__slider .splide__slide.is-active img {
  transform: scale(1.2);
}
.l-main-img__slider .splide__slide.is-prev img {
  transform: scale(1.2);
}
@media (width < 768px) {
  .l-main-img__inner {
    padding-bottom: 20px;
  }
  .l-main-img__slider {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  .l-main-img__bg {
    width: 40.2083333333%;
    aspect-ratio: 772/1140;
    background-image: url(../img/home/bg_mv01_pc.jpg);
    border-bottom-right-radius: var(--mh--border--radius--md);
  }
  .l-main-img__inner {
    padding-top: var(--mh--header--height);
    display: grid;
    align-items: center;
    grid-template-columns: auto 68.4615384615%;
  }
  .l-main-img__content {
    position: relative;
  }
  .l-main-img__copies {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
    padding-right: 8%;
    padding-bottom: 4%;
  }
  .l-main-img__copy {
    font-size: 4.1rem;
    writing-mode: vertical-rl;
    line-height: 1.1 !important;
    letter-spacing: 2.46px;
  }
  .l-main-img__copy + .l-main-img__copy {
    padding-top: 1em;
  }
}
/* l-main-pickup
================================================ */
.l-main-pickup {
  --line: 2;
  --line-height: 1.9;
}
.l-main-pickup__item-meta {
  display: flex;
  align-items: center;
}
.l-main-pickup__item-date {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--mh--color--grayscale-500);
}
.l-main-pickup__item-head {
  display: -webkit-box;
  max-height: calc(var(--line) * var(--line-height) * 1em);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line);
  line-height: var(--line-height);
  -webkit-box-orient: vertical;
  font-size: var(--mh--font-size--sm);
}
@media (width < 768px) {
  .l-main-pickup {
    margin-top: 30px;
  }
  .l-main-pickup__item {
    margin-top: 10px;
  }
  .l-main-pickup__item-head {
    margin-top: 5px;
  }
}
@media (width >= 768px ) {
  .l-main-pickup {
    --line: 1;
    background: var(--mh--color--grayscale-100);
    padding: 20px 0 0 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 66.532905297%;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: var(--mh--border--radius--md);
  }
  .l-main-pickup::before, .l-main-pickup::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/shape/shape_curve02.png) no-repeat center/contain;
    position: absolute;
  }
  .l-main-pickup::before {
    position: absolute;
    left: 0;
    bottom: 0;
    translate: -100% 0;
  }
  .l-main-pickup::after {
    position: absolute;
    top: 0;
    right: 0;
    translate: 0 -100%;
  }
  .l-main-pickup__en {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .l-main-pickup__item-in {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .l-main-pickup__item-meta {
    flex-shrink: 0;
  }
}
/* .l-sub-img
================================================ */
.l-sub-img.has-img {
  position: relative;
}
.l-sub-img.has-img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 375/304;
  content: "";
  background: url("../img/common/img_subpage02_sp.jpg") no-repeat center/cover;
}
.l-sub-img.has-img .l-sub-img__inner {
  display: grid;
  gap: 30px;
}
.l-sub-img__inner {
  padding-top: 124px;
}
.l-sub-img__area-img {
  overflow: hidden;
}
.l-sub-img__area-img .l-breadcrumb__inner {
  padding-inline: 0;
  margin-inline: 0;
}
.l-sub-img__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .l-sub-img.has-img::before {
    width: 63.33%;
    height: 100%;
    aspect-ratio: auto;
    background-image: url("../img/common/img_subpage02_pc.jpg");
    border-radius: 0 0 var(--mh--border--radius--md) 0;
  }
  .l-sub-img.has-img .l-sub-img__inner {
    grid-template-columns: 1fr 47.8%;
    gap: 80px;
    align-items: center;
  }
  .l-sub-img__inner {
    padding-block: 130px 69px;
  }
}
.l-sub-img.is-simple {
  background: url(../img/common/img_subpage01_sp.jpg) no-repeat center/cover;
}
.l-sub-img.is-simple .l-sub-img__inner {
  padding-top: 124px;
  padding-bottom: 80px;
  max-height: 249px;
}
@media (width >= 768px ) {
  .l-sub-img.is-simple {
    background-image: url(../img/common/img_subpage01_pc.jpg);
  }
  .l-sub-img.is-simple .l-sub-img__inner {
    padding-top: 180px;
    padding-bottom: 130px;
    max-height: 372px;
  }
}
/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}
.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing);
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}
.js-c-anime-elem[data-anime=zoom-out] {
  overflow: clip;
}
.js-c-anime-elem[data-anime=zoom-out] img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform var(--mh--duration--slow) var(--mh--easing), opacity var(--mh--duration--slow) var(--mh--easing);
}
.js-c-anime-elem[data-anime=zoom-out].is-animated img {
  opacity: 1;
  transform: scale(1);
}
.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.1"] > img {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.2"] > img {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.3"] > img {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.4"] > img {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.5"] > img {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.6"] > img {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.7"] > img {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.8"] > img {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="0.9"] > img {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1"] > img {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.1"] > img {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.2"] > img {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.3"] > img {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.4"] > img {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.5"] > img {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.6"] > img {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.7"] > img {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.8"] > img {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="1.9"] > img {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime=zoom-out].js-c-anime-elem[data-anime-delay="2"] > img {
  transition-delay: 2s;
}
.js-c-switch-tab {
  cursor: pointer;
}
.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}
.js-c-toggle-trigger {
  cursor: pointer;
}
.js-c-toggle-content {
  display: none;
}
/* arrows
---------------------------------------- */
.splide__arrows {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (width >= 768px ) {
  .splide__arrows {
    gap: 8px;
  }
}
.splide:not(.is-active) .splide__arrows {
  display: none;
}
.splide__arrow {
  position: relative;
  top: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  background: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--primary-500);
  border-radius: 100%;
}
.splide__arrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  width: 16px;
  height: 16px;
  color: var(--mh--color--primary-500);
  -webkit-mask-size: contain;
  mask-size: contain;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--prev::before {
  transform: rotate(180deg);
}
.splide__arrow--next {
  right: 0;
}
.splide__arrow:disabled {
  opacity: 0.5;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .splide__arrow {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .splide__arrow::before {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .splide__arrow:hover:not(:disabled) {
    background-color: var(--mh--color--primary-500);
  }
  .splide__arrow:hover:not(:disabled)::before {
    color: var(--mh--color--grayscale-100);
  }
}
/* pagination
---------------------------------------- */
.slider-pagination {
  display: flex;
  color: var(--mh--color--grayscale-800);
}
.slider-pagination-current {
  position: relative;
  padding-right: 11px;
  margin-right: 10px;
}
.slider-pagination-current::after {
  position: absolute;
  inset-block: 0;
  right: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  content: "";
  background-color: var(--mh--color--grayscale-500);
}
/* .area-intro
================================================== */
.area-intro__inner {
  padding: var(--mh--padding--xl) var(--mh--contents--padding--side);
}
.area-intro-content {
  display: grid;
  gap: var(--mh--space--sm);
}
.area-intro-content__head {
  margin-bottom: var(--mh--space--sm);
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x5l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.area-intro-content__txt {
  font-size: var(--mh--font-size--lg);
}
.area-intro-content__location-inner {
  padding: 30px 20px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border--radius--md);
}
.area-intro-content__location-head {
  margin-bottom: 15px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
.area-intro-content__location-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 10px 15px;
  background: linear-gradient(315deg, rgba(219, 237, 249, 0.5) 0%, rgba(230, 246, 248, 0.5) 100%);
}
.area-intro-content__location-list-item {
  position: relative;
  padding-left: 15px;
}
.area-intro-content__location-list-item::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: var(--mh--color--primary-500);
  border-radius: 100%;
}
@media (width >= 768px ) {
  .area-intro {
    overflow: hidden;
  }
  .area-intro__inner {
    max-width: 1500px;
    margin-left: calc((100% - 1200px) / 2);
  }
  .area-intro-content {
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 512px 1fr;
    gap: 40px 80px;
    align-items: center;
  }
  .area-intro-content__area-txt {
    display: grid;
    grid-area: 1/1/2/2;
    align-items: flex-end;
    height: 100%;
  }
  .area-intro-content__head {
    width: 200%;
  }
  .area-intro-content__txt {
    font-size: var(--mh--font-size--md);
  }
  .area-intro-content__img {
    grid-area: 1/2/3/3;
  }
  .area-intro-content__location {
    display: grid;
    grid-area: 2/1/3/2;
    align-items: flex-start;
    height: 100%;
  }
  .area-intro-content__location-inner {
    padding: 30px 40px;
  }
  .area-intro-content__location-head {
    margin-bottom: 20px;
  }
  .area-intro-content__location-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 5px 10px;
    padding: 15px 20px;
  }
}
/* .area-development
================================================== */
.area-development__inner {
  position: relative;
  padding-block: var(--mh--padding--xl);
}
.area-development-intro {
  margin-bottom: 50px;
}
.area-development-intro__head {
  margin-bottom: var(--mh--space--sm);
}
.area-development-intro__txt:not(:last-child) {
  margin-bottom: var(--mh--space--sm);
}
.area-development-intro-list {
  display: grid;
  gap: 10px;
}
.area-development-intro-list:not(:last-child) {
  margin-bottom: var(--mh--space--sm);
}
.area-development-intro-list__item {
  padding: 15px 30px;
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--primary-600);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--mh--border--radius--md);
}
.area-development-follow {
  display: grid;
  gap: 10px;
}
.area-development-follow__item {
  display: grid;
  gap: 30px;
  padding: 20px;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border--radius--md);
}
.area-development-follow__area-txt {
  display: grid;
  gap: 20px;
}
.area-development-follow__head {
  display: grid;
  grid-template-columns: 33px 1fr;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.area-development-follow__head-num {
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--grayscale-800);
}
.area-development-follow__head-main {
  padding-left: 10px;
  font-size: 2rem;
  border-left: 1px solid var(--mh--color--grayscale-500);
}
.area-development-follow__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--sm);
}
.area-development-support {
  margin-top: 50px;
}
.area-development-support-list {
  display: grid;
  gap: 20px;
}
.area-development-support-list__item {
  display: grid;
  gap: 5px;
}
.area-development-support-list__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  align-items: center;
  font-size: var(--mh--font-size--lg);
}
.area-development-support-list__head::before {
  width: 5px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--primary-500);
}
.area-development-message {
  padding: 50px 20px;
  margin-top: 50px;
  background: url("../img/area/bg_decoration01_sp.png") no-repeat top right/100% var(--mh--color--primary-400);
  border-radius: var(--mh--border--radius--md);
}
.area-development-message__head {
  margin-bottom: var(--mh--space--sm);
  font-size: var(--mh--font-size--x5l);
  text-align: center;
}
@media (width < 768px) {
  .area-development-support-list__item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--mh--color--grayscale-500);
  }
}
@media (width >= 768px ) {
  .area-development-intro {
    max-width: var(--mh--contents--width);
    margin: 0 auto 80px;
  }
  .area-development-intro__head {
    text-align: center;
  }
  .area-development-intro__txt {
    text-align: center;
  }
  .area-development-intro-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .area-development-intro-list__item {
    display: grid;
    place-items: center;
    padding: 30px;
  }
  .area-development-follow {
    gap: 20px;
  }
  .area-development-follow__item {
    display: grid;
    grid-template-columns: 1fr 28.75%;
    gap: 80px;
    align-items: center;
    padding: 60px;
  }
  .area-development-follow__head {
    grid-template-columns: 47px 1fr;
    padding-bottom: 20px;
  }
  .area-development-follow__head-main {
    padding-left: 25px;
    font-size: 2.6rem;
  }
  .area-development-support {
    margin-top: 80px;
  }
  .area-development-support__head {
    text-align: center;
  }
  .area-development-support__txt {
    text-align: center;
  }
  .area-development-support-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .area-development-support-list__item {
    gap: 10px;
    padding: 30px 20px;
  }
  .area-development-support-list__item:not(:last-child) {
    border-right: 1px dotted var(--mh--color--grayscale-500);
  }
  .area-development-support-list__head {
    width: fit-content;
    margin-inline: auto;
  }
  .area-development-support-list__txt {
    text-align: center;
  }
  .area-development-message {
    padding-block: 100px;
    margin-top: 80px;
    background: url("../img/area/bg_decoration01_pc.png") no-repeat top right/1184px var(--mh--color--primary-400);
  }
  .area-development-message__txt {
    text-align: center;
  }
}
/* .career-intro
================================================== */
.career-intro__inner {
  padding-block: var(--mh--padding--xl);
}
.career-intro__img img {
  border-radius: var(--mh--border--radius--md);
}
.career-intro__head {
  position: relative;
  padding: 25px 20px 0 0;
  margin: -60px 20px 20px 0;
  font-size: var(--mh--font-size--x3l);
  background-color: var(--mh--color--grayscale-100);
  border-top-right-radius: var(--mh--border--radius--md);
}
.career-intro__head::before, .career-intro__head::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../img/shape/shape_curve01.png") no-repeat center/contain;
}
.career-intro__head::before {
  top: 0;
  left: 0;
  translate: 0 -100%;
}
.career-intro__head::after {
  top: 60px;
  right: 0;
  translate: 100% -100%;
}
.career-intro__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
@media (width >= 768px ) {
  .career-intro__head {
    width: 770px;
    padding: 40px 30px 37px 0;
    margin: -116px 0 10px;
  }
  .career-intro__head::before, .career-intro__head::after {
    width: 16px;
    height: 16px;
  }
  .career-intro__head::after {
    top: 100%;
  }
}
/* .career-contents
================================================== */
.career-contents-tab__list {
  display: grid;
  gap: 5px;
  margin-bottom: var(--mh--space--md);
}
.career-contents-tab__list-item {
  padding: 20px 10px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
  border: none;
  border-bottom: 1px solid;
}
.career-contents-tab__list-item.is-active {
  color: var(--mh--color--grayscale-900);
}
.career-contents-flow {
  position: relative;
  display: grid;
  gap: var(--mh--space--xs);
  margin-bottom: var(--mh--space--md);
}
.career-contents-flow::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--mh--color--grayscale-500);
}
.career-contents-flow__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  padding: var(--mh--space--xs);
  background-color: var(--mh--color--grayscale-100);
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border--radius--md);
}
.career-contents-flow__area-num {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.career-contents-flow__num {
  font-size: var(--mh--font-size--xl);
  color: var(--mh--color--grayscale-800);
}
.career-contents-flow__year {
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px dotted var(--mh--color--grayscale-500);
}
.career-contents-flow__txt {
  color: var(--mh--color--primary-600);
  text-align: center;
}
.career-contents-list {
  position: relative;
  display: grid;
  gap: 39px;
}
.career-contents-list::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--mh--color--primary-400);
}
.career-contents-list.is-lawyer {
  color: var(--mh--color--grayscale-100);
}
.career-contents-list.is-secretary .career-contents-list__item {
  background: linear-gradient(315deg, #e6f6f8 0%, #f6f3e7 100%);
}
.career-contents-list.is-secretary .career-contents-list__img {
  order: 1;
}
.career-contents-list.is-secretary .career-contents-list__head {
  border-color: var(--mh--color--primary-500);
}
.career-contents-list__item {
  position: relative;
  padding: 20px 20px 30px;
  background: linear-gradient(315deg, #6c8da1 0%, #6491ad 100%);
  border-radius: var(--mh--border--radius--md);
}
.career-contents-list__item:not(:first-child)::before {
  position: absolute;
  inset-inline: 0;
  top: -10px;
  width: 10px;
  aspect-ratio: 1;
  margin-inline: auto;
  content: "";
  background-color: var(--mh--color--primary-400);
  border-radius: 100%;
}
.career-contents-list__wrap {
  display: grid;
  gap: 20px;
}
.career-contents-list__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--sm);
}
.career-contents-list__area-txt {
  display: grid;
  gap: var(--mh--space--xs);
}
.career-contents-list__year {
  width: fit-content;
  padding: 2px 12px;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-500);
  border-radius: 2px;
}
.career-contents-list__head {
  padding-left: 15px;
  font-size: var(--mh--font-size--x2l);
  border-left: 2px solid;
}
.career-contents-list__data {
  display: grid;
  gap: 5px;
  padding-top: var(--mh--space--xs);
  border-top: 1px dotted var(--mh--color--grayscale-500);
}
.career-contents-list__data-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}
.career-contents-list__data-txt {
  font-size: var(--mh--font-size--sm);
}
.career-contents-list__support {
  padding: 15px;
  margin-top: var(--mh--space--sm);
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border--radius--md);
}
.career-contents-list__support-head {
  width: fit-content;
  margin: 0 auto var(--mh--space--xs);
}
.career-contents-list__support-contents {
  display: flex;
  gap: 2px;
  align-items: center;
  margin-bottom: 10px;
}
.career-contents-list__support-txt {
  width: calc(33.3333333333% - 18.6666666667px);
  padding: 20px 0;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--primary-600);
  text-align: center;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border--radius--sm);
}
.career-contents-list__support-arw {
  width: 24px;
  height: 10px;
  background-color: var(--mh--color--grayscale-800);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2010%22%3E%0A%3Cpath%20fill%3D%22%23737373%22%20d%3D%22m5.186%200%20.385.412-4.435%204.113H12v.565H1.136L5.57%209.203l-.385.413L0%204.808%205.186%200Zm13.628%200-.385.412%204.435%204.113H12v.565h10.864L18.43%209.203l.385.413L24%204.808%2018.814%200Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2210%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2010%22%3E%0A%3Cpath%20fill%3D%22%23737373%22%20d%3D%22m5.186%200%20.385.412-4.435%204.113H12v.565H1.136L5.57%209.203l-.385.413L0%204.808%205.186%200Zm13.628%200-.385.412%204.435%204.113H12v.565h10.864L18.43%209.203l.385.413L24%204.808%2018.814%200Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.career-contents-list__support-list {
  margin: 0;
}
.career-contents-list__support-list-item + .career-contents-list__support-list-item {
  margin-top: 2px;
}
@media (width >= 768px ) {
  .career-contents-tab__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .career-contents-flow {
    grid-template-columns: repeat(5, 1fr);
  }
  .career-contents-flow::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .career-contents-flow__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .career-contents-flow__area-num {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .career-contents-list {
    gap: 49px;
  }
  .career-contents-list.is-lawyer .career-contents-list__item {
    padding-bottom: 50px;
  }
  .career-contents-list.is-secretary .career-contents-list__wrap {
    grid-template-columns: 1fr 26.5306122449%;
  }
  .career-contents-list.is-secretary .career-contents-list__img img {
    border-radius: 6px;
  }
  .career-contents-list__item {
    padding: 60px;
  }
  .career-contents-list__wrap {
    display: grid;
    grid-template-columns: 40.8163265306% 1fr;
    gap: 60px;
  }
  .career-contents-list__year {
    border-radius: 4px;
  }
  .career-contents-list__data-item {
    grid-template-columns: 28px 1fr;
    align-items: center;
  }
  .career-contents-list__support {
    padding: 30px;
  }
  .career-contents-list__support-contents {
    gap: 5px;
  }
  .career-contents-list__support-txt {
    width: calc(33.3333333333% - 28px);
    font-size: var(--mh--font-size--md);
  }
  .career-contents-list__support-arw {
    width: 32px;
    height: 16px;
  }
}
/* .career-modal
================================================== */
.career-modal {
  position: relative;
  z-index: 3000;
  display: none;
}
.career-modal.is-open {
  display: block;
}
.career-modal[aria-hidden=false] .career-modal__overlay {
  animation: modal-fadein 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.career-modal[aria-hidden=false] .career-modal__container {
  animation: modal-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.career-modal[aria-hidden=true] .career-modal__overlay {
  animation: modal-fadeout 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.career-modal[aria-hidden=true] .career-modal__container {
  animation: modal-slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.career-modal__btn {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 20px;
  align-items: center;
  width: 210px;
  padding-bottom: 15px;
  margin-top: 40px;
  text-align: left;
  border: none;
}
.career-modal__btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--mh--color--grayscale-100);
}
.career-modal__btn::after {
  display: block;
  width: 20px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--grayscale-100);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2010.53V9.47h8.371V1.1h1.058v8.37h8.37v1.058h-8.37v8.37H9.47v-8.37H1.1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2010.53V9.47h8.371V1.1h1.058v8.37h8.37v1.058h-8.37v8.37H9.47v-8.37H1.1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.career-modal__overlay {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: var(--mh--contents--padding--side);
  background: rgba(52, 91, 115, 0.6);
}
.career-modal__container {
  width: 100%;
  max-width: 1100px;
  max-height: calc(100svh - 100px);
  padding: 20px 20px 30px;
  margin-inline: auto;
  overflow-y: auto;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border--radius--md);
}
.career-modal__intro {
  position: relative;
  padding-bottom: 40px;
}
.career-modal__intro-img img {
  width: 100%;
  border-radius: var(--mh--border--radius--md);
}
.career-modal__intro-area-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 17px);
  padding-top: 20px;
  background-color: var(--mh--color--grayscale-100);
  border-top-right-radius: var(--mh--border--radius--md);
}
.career-modal__intro-area-txt::before, .career-modal__intro-area-txt::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../img/shape/shape_curve01.png") no-repeat center/contain;
}
.career-modal__intro-area-txt::before {
  top: 0;
  left: 0;
  translate: 0 -100%;
}
.career-modal__intro-area-txt::after {
  top: calc(100% - 40px);
  right: 0;
  translate: 100% -100%;
}
.career-modal__intro-year {
  width: fit-content;
  padding: 2px 12px;
  margin-bottom: var(--mh--space--xs);
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--grayscale-100);
  background-color: var(--mh--color--primary-500);
  border-radius: 2px;
}
.career-modal__intro-head {
  padding-left: 15px;
  font-size: var(--mh--font-size--x2l);
  border-left: 2px solid var(--mh--color--primary-500);
}
.career-modal__contents {
  display: grid;
  gap: 20px;
  margin-top: var(--mh--space--sm);
}
.career-modal__contents-list {
  margin-block: 0;
}
.career-modal__contents-list-item + .career-modal__contents-list-item {
  margin-top: 5px;
}
.career-modal__contents-hr {
  margin: 0;
  border-top: 1px dotted var(--mh--color--grayscale-500);
}
.career-modal__contents-area-txt {
  display: grid;
  gap: var(--mh--space--xs);
}
.career-modal__contents-step {
  display: grid;
  gap: 5px;
}
.career-modal__contents-step-txt {
  padding: 15px 10px;
  font-size: var(--mh--font-size--sm);
  color: var(--mh--color--primary-600);
  text-align: center;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border--radius--sm);
}
.career-modal__contents-step-arw {
  width: 16px;
  aspect-ratio: 1;
  margin: auto;
  background-color: var(--mh--color--grayscale-800);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23737373%22%20d%3D%22m14.41%209.085-.55-.513-5.484%205.914V0h-.753v14.486L2.139%208.572l-.55.513L8%2016l6.411-6.915Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%200v16H0V0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23737373%22%20d%3D%22m14.41%209.085-.55-.513-5.484%205.914V0h-.753v14.486L2.139%208.572l-.55.513L8%2016l6.411-6.915Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%200v16H0V0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.career-modal__contents-btn-in {
  gap: var(--mh--space--x2s);
  min-width: 192px;
}
.career-modal__close {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 10px auto;
  appearance: none;
  background-color: var(--mh--color--primary-600);
  border: 0;
  border-radius: var(--mh--border--radius--sm);
}
.career-modal__close-wrap {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.career-modal__close-ico {
  width: 20px;
  aspect-ratio: 1;
  background-color: var(--mh--color--grayscale-100);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.122%2020%200%2018.878%208.878%2010%200%201.122%201.122%200%2010%208.878%2018.878%200%2020%201.122%2011.122%2010%2020%2018.878%2018.878%2020%2010%2011.122%201.122%2020Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.122%2020%200%2018.878%208.878%2010%200%201.122%201.122%200%2010%208.878%2018.878%200%2020%201.122%2011.122%2010%2020%2018.878%2018.878%2020%2010%2011.122%201.122%2020Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
.career-modal__back {
  margin-top: 40px;
}
.career-modal__back-btn {
  position: relative;
  display: grid;
  grid-template-columns: auto 20px;
  gap: 10px;
  align-items: center;
  width: fit-content;
  padding-bottom: 15px;
  margin-inline: auto;
  font-size: var(--mh--font-size--lg);
  text-align: center;
  border: none;
}
.career-modal__back-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--mh--color--grayscale-900);
}
.career-modal__back-btn::after {
  display: block;
  width: 20px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--mh--color--grayscale-900);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23333%22%20d%3D%22m4.081%2016.666-.748-.748L9.252%2010%203.333%204.08l.748-.748L10%209.252l5.918-5.919.748.748L10.748%2010l5.918%205.918-.748.748L10%2010.748l-5.92%205.918Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23333%22%20d%3D%22m4.081%2016.666-.748-.748L9.252%2010%203.333%204.08l.748-.748L10%209.252l5.918-5.919.748.748L10.748%2010l5.918%205.918-.748.748L10%2010.748l-5.92%205.918Z%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat left top/contain;
}
@media (width >= 768px ) {
  .career-modal__btn {
    width: 130px;
    margin: 10px 0 0 auto;
  }
  .career-modal__container {
    padding: 80px;
  }
  .career-modal__intro {
    padding-bottom: 0;
  }
  .career-modal__intro-area-txt {
    width: 658px;
    padding: 40px 20px 0 0;
  }
  .career-modal__intro-area-txt::before, .career-modal__intro-area-txt::after {
    width: 16px;
    height: 16px;
  }
  .career-modal__intro-area-txt::after {
    top: 100%;
  }
  .career-modal__intro-year {
    border-radius: 4px;
  }
  .career-modal__contents-step {
    grid-template-columns: 1fr 16px 1fr;
  }
  .career-modal__contents-step-txt {
    padding: 20px;
    font-size: var(--mh--font-size--md);
  }
  .career-modal__contents-step-arw {
    transform: rotate(-90deg);
  }
  .career-modal__contents-btn {
    margin-top: 20px;
  }
  .career-modal__back {
    margin-top: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .career-modal__btn:hover::before {
    animation: hoverLine02 0.5s cubic-bezier(1, 0, 0, 1);
  }
  .career-modal__close {
    transition: background-color var(--mh--duration) var(--mh--easing);
  }
  .career-modal__close:hover {
    background-color: var(--mh--color--grayscale-900);
  }
  .career-modal__back-btn:hover::before {
    animation: hoverLine02 0.5s cubic-bezier(1, 0, 0, 1);
  }
}
@keyframes modal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-slide-in {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/* .crosstalk-intro
================================================== */
.crosstalk-intro__inner {
  padding-block: 60px 40px;
}
@media (width >= 768px ) {
  .crosstalk-intro__inner {
    padding-block: 120px 80px;
  }
}
/* .crosstalk-member
================================================== */
.crosstalk-member {
  background: linear-gradient(189deg, #dbedf9 0%, #e6f6f8 50%, #faf2e2 100%);
}
.crosstalk-member__inner {
  padding-block: 30px 40px;
}
.crosstalk-member-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 8px;
  margin-top: 29px;
}
.crosstalk-member-list__img {
  width: 90px;
  margin: 0 auto 10px;
}
.crosstalk-member-list__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}
.crosstalk-member-list__post {
  color: var(--mh--color--grayscale-800);
  text-align: center;
}
.crosstalk-member-list__name {
  font-size: var(--mh--font-size--xl);
  text-align: center;
}
@media (width >= 768px ) {
  .crosstalk-member {
    max-width: var(--mh--contents--wide-width);
    margin-inline: auto;
  }
  .crosstalk-member__inner {
    padding-block: 60px 80px;
  }
  .crosstalk-member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 9%;
    justify-content: center;
    margin-top: 0;
  }
  .crosstalk-member-list__img {
    width: 140px;
  }
}
/* .crosstalk-chapter
================================================== */
.crosstalk-chapter {
  overflow: hidden;
}
.crosstalk-chapter.is-chapter01 .crosstalk-chapter__inner {
  padding-block: 40px 30px;
}
.crosstalk-chapter.is-chapter02 .crosstalk-chapter__inner {
  padding-top: 30px;
}
.crosstalk-chapter.is-chapter03 .crosstalk-chapter__inner {
  padding-block: var(--mh--padding--xl);
}
.crosstalk-chapter__head {
  margin-bottom: var(--mh--space--md);
}
.crosstalk-chapter__sub {
  position: relative;
  padding-left: 75px;
  margin-bottom: var(--mh--space--sm);
  font-weight: 400;
}
.crosstalk-chapter__sub::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  content: "";
  border-bottom: 1px solid;
}
.crosstalk-chapter-detail {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
}
.crosstalk-chapter-detail + .crosstalk-chapter-detail {
  margin-top: var(--mh--space--sm);
}
.crosstalk-chapter-detail__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}
.crosstalk-chapter-detail__img-name {
  text-align: center;
}
.crosstalk-chapter-set {
  display: grid;
  gap: var(--mh--space--sm);
  margin-top: var(--mh--space--sm);
}
.crosstalk-chapter-set:not(:last-child) {
  margin-bottom: var(--mh--space--sm);
}
.crosstalk-chapter-set.is-reverse .crosstalk-chapter-set__desc {
  order: 1;
}
.crosstalk-chapter-set.is-reverse .crosstalk-chapter-set__img {
  order: 0;
}
.crosstalk-chapter-set__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--md);
}
.crosstalk-chapter__img-full {
  margin: 40px -20px 0;
}
.crosstalk-chapter__img-full:not(:last-child) {
  margin-bottom: 40px;
}
.crosstalk-chapter__img-full img {
  width: 100%;
}
@media (width >= 768px ) {
  .crosstalk-chapter.is-chapter01 .crosstalk-chapter__inner {
    padding-block: 80px 120px;
  }
  .crosstalk-chapter.is-chapter02 .crosstalk-chapter__inner {
    padding-top: 120px;
  }
  .crosstalk-chapter__sub {
    padding-left: 90px;
  }
  .crosstalk-chapter__sub::before {
    width: 80px;
  }
  .crosstalk-chapter-detail {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .crosstalk-chapter-set {
    grid-template-columns: 1fr 45%;
  }
  .crosstalk-chapter-set.is-reverse {
    grid-template-columns: 45% 1fr;
  }
  .crosstalk-chapter__img-full {
    margin: 80px 0 0;
  }
  .crosstalk-chapter__img-full:not(:last-child) {
    margin-bottom: 80px;
  }
  .crosstalk-chapter__img-full img {
    border-radius: var(--mh--border--radius--md);
  }
}
@media (width >= 1460px ) {
  .crosstalk-chapter-set {
    grid-template-columns: 1fr 650px;
    margin-right: -150px;
  }
  .crosstalk-chapter-set.is-reverse {
    grid-template-columns: 650px 1fr;
    margin-right: auto;
    margin-left: -150px;
  }
}
/* .crosstalk-img-set
================================================== */
.crosstalk-img-set__item img {
  width: 100%;
}
@media (width >= 768px ) {
  .crosstalk-img-set {
    display: flex;
  }
  .crosstalk-img-set__item {
    flex: 1;
  }
}
/* .crosstalk-note
================================================== */
.crosstalk-note__img img {
  width: 100%;
}
.crosstalk-note__inner {
  padding-bottom: var(--mh--padding--xl);
}
.crosstalk-note__box {
  position: relative;
  padding: 40px 20px;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (width >= 768px ) {
  .crosstalk-note__box {
    max-width: 1260px;
    padding: 80px;
    margin: -80px auto 0;
  }
}
/* .entry-form
================================================== */
.entry-form__inner {
  padding-block: var(--mh--padding--xl) var(--mh--padding--x3l);
}
.entry-form__txt {
  margin-bottom: var(--mh--space--md);
}
/* .entry-thanks
================================================== */
.entry-thanks__inner {
  padding-block: var(--mh--padding--xl) var(--mh--padding--x3l);
}
.entry-thanks__txt {
  margin-bottom: var(--mh--space--md);
}
@media (width >= 768px ) {
  .entry-thanks__btn {
    max-width: 400px;
    margin-inline: auto;
  }
}
/* .error-page404
================================================ */
.error-page404__inner {
  padding-block: var(--mh--padding--xl);
}
.error-page404__btn {
  margin-top: var(--mh--space--md);
}
@media (width >= 768px ) {
  .error-page404__txt {
    text-align: center;
  }
  .error-page404__btn {
    max-width: 400px;
    margin-inline: auto;
  }
}
/* .expectations-intro
================================================== */
.expectations-intro__inner {
  padding-block: var(--mh--padding--xl);
}
.expectations-intro__img img {
  border-radius: var(--mh--border--radius--md);
}
.expectations-intro__head {
  position: relative;
  padding: 25px 20px 0 0;
  margin: -60px 20px 20px 0;
  font-size: var(--mh--font-size--x3l);
  background-color: var(--mh--color--grayscale-100);
  border-top-right-radius: var(--mh--border--radius--md);
}
.expectations-intro__head::before, .expectations-intro__head::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: url("../img/shape/shape_curve01.png") no-repeat center/contain;
}
.expectations-intro__head::before {
  top: 0;
  left: 0;
  translate: 0 -100%;
}
.expectations-intro__head::after {
  top: 60px;
  right: 0;
  translate: 100% -100%;
}
.expectations-intro__area-txt {
  margin-bottom: 60px;
}
.expectations-intro__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
.expectations-intro__bnr-link {
  position: relative;
  display: block;
  padding: 10px;
  background: url("../img/expectations/img_values_bg01_sp.jpg") no-repeat center/cover;
  border-radius: var(--mh--border--radius--md);
}
.expectations-intro__bnr-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  color: var(--mh--color--grayscale-100);
}
.expectations-intro__bnr-img {
  overflow: hidden;
  border-radius: var(--mh--border--radius--sm);
}
.expectations-intro__bnr-area-txt {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.expectations-intro__bnr-head {
  margin-bottom: 5px;
  font-size: var(--mh--font-size--lg);
  color: var(--mh--color--grayscale-100);
}
.expectations-intro__bnr-copy {
  font-size: var(--mh--font-size--x4l);
  color: var(--mh--color--grayscale-100);
}
@media (width >= 768px ) {
  .expectations-intro__inner {
    padding-block: var(--mh--padding--xl) var(--mh--padding--x3l);
  }
  .expectations-intro__head {
    width: 770px;
    padding: 30px 30px 8px 0;
    margin: -116px 0 40px;
  }
  .expectations-intro__head::before, .expectations-intro__head::after {
    width: 16px;
    height: 16px;
  }
  .expectations-intro__head::after {
    top: 100%;
  }
  .expectations-intro__area-txt {
    margin-bottom: 100px;
  }
  .expectations-intro__bnr-link {
    padding: 30px;
    background-image: url("../img/expectations/img_values_bg01_pc.jpg");
  }
  .expectations-intro__bnr-link::after {
    right: 60px;
    bottom: 70px;
    width: 30px;
    height: 30px;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .expectations-intro__bnr-area-txt {
    bottom: 70px;
    left: 90px;
    z-index: 1;
  }
  .expectations-intro__bnr-head {
    margin-bottom: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .expectations-intro__bnr-img {
    position: relative;
  }
  .expectations-intro__bnr-img::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  .expectations-intro__bnr-img img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  .expectations-intro__bnr-link:hover .expectations-intro__bnr-img::before {
    opacity: 1;
  }
  .expectations-intro__bnr-link:hover .expectations-intro__bnr-img img {
    transform: scale(1.1);
  }
}
/* .expectations-profile
================================================== */
.expectations-profile__inner {
  padding-block: var(--mh--padding--xl);
}
.expectations-profile-content + .expectations-profile-content {
  margin-top: var(--mh--space--x3l);
}
.expectations-profile-content__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.expectations-profile-content__head-num {
  font-size: var(--mh--font-size--x3l);
  color: var(--mh--color--grayscale-100);
}
.expectations-profile-content__head-main {
  padding-left: 10px;
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--grayscale-100);
  border-left: 1px solid var(--mh--color--grayscale-500);
}
.expectations-profile-content__desc {
  display: grid;
  gap: 30px;
}
.expectations-profile-content__img {
  width: 50%;
  margin-left: auto;
}
.expectations-profile-content__img img {
  border-radius: var(--mh--border--radius--md);
}
.expectations-profile-content__txt {
  color: var(--mh--color--grayscale-100);
}
.expectations-profile-content__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
.expectations-profile-recruitment {
  padding: 40px 20px;
  margin-top: 60px;
  background: url("../img/expectations/bg_recruitment01_sp.jpg") no-repeat center/cover;
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .expectations-profile-content__head {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .expectations-profile-content__head-main {
    padding-left: 25px;
    font-size: var(--mh--font-size--x3l);
  }
  .expectations-profile-content__desc {
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
  .expectations-profile-content__img {
    width: 100%;
  }
  .expectations-profile-recruitment {
    padding-block: 80px;
    margin-top: 120px;
    background-image: url("../img/expectations/bg_recruitment01_pc.jpg");
  }
  .expectations-profile-recruitment__btn {
    max-width: 660px;
    margin-inline: auto;
  }
}
/* home-about
================================================== */
.home-about__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mh--space--x3l);
}
.home-about p + p {
  margin-top: var(--mh--space--xs);
}
.home-about__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.home-about__img {
  overflow: clip;
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .home-about {
    padding-top: calc(110px + var(--mh--padding--xl)) !important;
  }
  .home-about__set {
    display: grid;
    grid-template-columns: 46.8681318681% 37.3626373626%;
    align-items: center;
  }
  .home-about__imgs {
    order: -1;
    gap: 20px;
  }
}
/* home-values-career
================================================== */
.home-values-career {
  background: url(../img/home/bg_value01_sp.jpg) no-repeat center/cover;
}
@media (width >= 768px ) {
  .home-values-career {
    background-image: url(../img/home/bg_value01_pc.jpg);
  }
}
/* home-values
================================================== */
.home-values p + p {
  margin-top: var(--mh--space--xs);
}
.home-values__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: var(--mh--space--xl);
}
.home-values__item {
  position: relative;
}
.home-values__item[data-page=feature] .home-values__item-in {
  background-image: url(../img/home/img_value_bg02_sp.jpg);
}
.home-values__item[data-page=data] .home-values__item-in {
  background-image: url(../img/home/img_value_bg03_sp.jpg);
}
.home-values__item-in {
  position: relative;
  border-radius: var(--mh--border--radius--md);
  background: url(../img/home/img_value_bg01_sp.jpg) no-repeat center/cover;
  padding: 10px;
  display: block;
  place-content: end;
  width: 100%;
  aspect-ratio: 335/178;
}
.home-values__item-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  aspect-ratio: 315/158;
  border-radius: var(--mh--border--radius--sm);
  overflow: clip;
}
.home-values__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-values__item-textarea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.home-values__item-textarea > p {
  flex: 1;
  line-height: var(--mh--line-height--sm);
}
.home-values__item-ico {
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
}
.home-values__item-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
  background: var(--mh--color--grayscale-100);
}
.home-values__btn {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .home-values__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-values__item[data-page=feature] .home-values__item-in {
    background-image: url(../img/home/img_value_bg02_pc.jpg);
  }
  .home-values__item[data-page=data] .home-values__item-in {
    background-image: url(../img/home/img_value_bg03_pc.jpg);
  }
  .home-values__item-in {
    background-image: url(../img/home/img_value_bg01_pc.jpg);
    aspect-ratio: 600/492;
    padding: 30px;
  }
  .home-values__item-img {
    transition: all var(--mh--duration) var(--mh--easing);
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    aspect-ratio: 540/432;
  }
  .home-values__item-img img {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .home-values__item-textarea {
    padding: 42px 30px;
  }
  .home-values__item-ico {
    width: 30px;
    height: 30px;
  }
  .home-values__btn {
    margin-top: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-values__item-in:hover .home-values__item-img img {
    opacity: 0.5;
    scale: 1.1;
  }
}
/* home-career
================================================== */
.home-career__link {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .home-career__link {
    margin-top: 50px;
  }
}
/* home-area
================================================== */
.home-area__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.home-area__link {
  margin-top: 30px;
}
@media (width >= 768px ) {
  .home-area__set {
    grid-template-columns: auto 57.7142857143%;
    align-items: center;
    gap: 80px;
  }
  .home-area__link {
    margin-top: 40px;
  }
}
/* home-talk
================================================== */
.home-talk__img {
  border-radius: var(--mh--border--radius--md);
  overflow: hidden;
  margin-top: 10px;
}
.home-talk__img img {
  width: 100%;
}
.home-talk__textarea {
  background: var(--mh--color--grayscale-100);
  width: calc(100% - 20px);
  border-top-right-radius: var(--mh--border--radius--md);
  position: relative;
  margin-top: -60px;
}
.home-talk__textarea::before, .home-talk__textarea::after {
  content: "";
  background: url(../img/shape/shape_curve01.png) no-repeat center/contain;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
}
.home-talk__textarea::before {
  top: 0;
  left: 0;
  translate: 0 -100%;
}
.home-talk__textarea::after {
  right: 0;
  top: 60px;
  translate: 100% -100%;
}
.home-talk__head {
  padding: 25px 20px 0 0;
}
.home-talk__txt + .home-talk__txt {
  margin-top: var(--mh--space--xs);
}
.home-talk__btn {
  margin-top: 30px;
}
@media (width < 768px) {
  .home-talk__txt {
    margin-right: -20px;
  }
}
@media (width >= 768px ) {
  .home-talk__img {
    margin-top: 15px;
  }
  .home-talk__img img {
    width: 100%;
  }
  .home-talk__textarea {
    width: 52.8571428571%;
    padding-right: 80px;
    margin-top: -136px;
  }
  .home-talk__textarea::before, .home-talk__textarea::after {
    width: 16px;
    height: 16px;
  }
  .home-talk__textarea::after {
    top: 136px;
  }
  .home-talk__head {
    padding-top: 40px;
    padding-right: 0;
  }
  .home-talk__btn {
    margin-top: 40px;
  }
}
/* home-interview
================================================== */
.home-interview {
  border-radius: var(--mh--border--radius--md);
  margin-left: var(--mh--contents--padding--side);
  margin-right: var(--mh--contents--padding--side);
}
.home-interview__set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.home-interview__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.home-interview__item {
  border-radius: var(--mh--border--radius--md);
  background: var(--mh--color--primary-500);
}
.home-interview__item-in.u-zoom {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-interview__item-img {
  border-radius: var(--mh--border--radius--sm);
  overflow: clip;
}
.home-interview__item-img img {
  width: 100%;
}
.home-interview__item-textarea {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-template-rows: auto auto;
  gap: 5px;
  position: relative;
}
.home-interview__item-position {
  display: block;
  line-height: var(--mh--line-height--sm);
}
.home-interview__item-name {
  display: block;
  line-height: var(--mh--line-height--sm);
  grid-row: 2;
}
.home-interview__item-ico {
  display: grid;
  place-content: center;
  width: 20px;
  grid-row-end: span 2;
}
.home-interview__item-ico::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.3559 1.9873L10.7156 2.67469L18.1073 9.52968H0V10.4713H18.1073L10.7156 17.3263L11.3559 18.0137L20 10.0005L11.3559 1.9873Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all var(--mh--duration) var(--mh--easing);
}
.home-interview__btn {
  margin-top: 30px;
}
@media (width < 768px) {
  .home-interview__item-img {
    max-width: 83px;
  }
}
@media (width >= 768px ) {
  .home-interview {
    margin-left: 80px;
    margin-right: 80px;
  }
  .home-interview__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-interview__item-in.u-zoom {
    display: grid;
    padding: 20px;
  }
  .home-interview__item-textarea {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .home-interview__item-ico {
    margin-left: auto;
  }
}
@media (width >= 1460px ) {
  .home-interview__set {
    grid-template-columns: 27.1641791045% 1fr;
    padding-inline: 30px;
    gap: 80px;
  }
}
/* home-topics
================================================== */
@media (width < 768px) {
  .home-topics__archive {
    margin-top: 20px;
  }
  .home-topics__btn {
    margin-top: 30px;
  }
}
@media (width >= 768px ) {
  .home-topics__inner {
    display: grid;
    grid-template-columns: 1fr 68.2857142857%;
    justify-content: space-between;
  }
  .home-topics__textarea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
}
/* .interview-next
================================================== */
.interview-next__inner {
  padding-bottom: var(--mh--padding--x3l);
}
.interview-next__wrap {
  display: grid;
  gap: 30px;
}
@media (width >= 768px ) {
  .interview-next__wrap {
    grid-template-columns: 1fr 690px;
  }
}
/* .interview-single-intro
================================================== */
.interview-single-intro {
  margin-bottom: var(--mh--padding--xl);
  background: linear-gradient(189deg, #dbedf9 0%, #e6f6f8 50%, #faf2e2 100%);
}
.interview-single-intro__inner {
  padding-block: var(--mh--padding--lg);
}
.interview-single-intro__head {
  margin-bottom: var(--mh--space--sm);
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .interview-single-intro {
    max-width: var(--mh--contents--wide-width);
    margin-inline: auto;
    background: url("../img/interview/bg_intro01.jpg") no-repeat center/cover;
  }
}
/* .interview-single-content
================================================== */
.interview-single-content__inner {
  display: grid;
  gap: var(--mh--space--x3l);
  padding-bottom: var(--mh--padding--xl);
}
/* .interview-single-set
================================================== */
.interview-single-set {
  display: grid;
  gap: 25px;
}
.interview-single-set__head {
  margin-bottom: 15px;
}
.interview-single-set__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .interview-single-set {
    max-width: var(--mh--contents--width);
    margin-inline: auto;
  }
  .interview-single-set.has-img {
    grid-template-columns: 1fr 52%;
    gap: 50px;
    max-width: 1250px;
    margin-right: 0;
  }
  .interview-single-set.has-img.is-reverse {
    grid-template-columns: 52% 1fr;
    margin-left: 0;
  }
  .interview-single-set.has-img.is-reverse .interview-single-set__area-txt {
    order: 1;
  }
  .interview-single-set.has-img.is-reverse .interview-single-set__img {
    order: 0;
  }
  .interview-single-set__head {
    margin-bottom: 30px;
  }
}
/* .interview-single__img-full
================================================== */
.interview-single__img-full {
  margin-inline: -20px;
}
@media (width >= 768px ) {
  .interview-single__img-full {
    max-width: var(--mh--contents--width);
    margin-inline: auto;
  }
  .interview-single__img-full img {
    border-radius: var(--mh--border--radius--md);
  }
}
/* .interview-single-career
================================================== */
.interview-single-career {
  padding-block: var(--mh--padding--xl);
  margin-inline: 20px;
  background: url("../img/interview/bg_career01_sp.png") no-repeat top/100% var(--mh--color--primary-400);
  border-radius: var(--mh--border--radius--md);
}
.interview-single-career__head {
  margin-bottom: var(--mh--space--sm);
}
.interview-single-career-set {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--mh--border--radius--md);
}
.interview-single-career-set + .interview-single-career-set {
  margin-top: 15px;
}
.interview-single-career-set__head {
  margin-bottom: 15px;
}
@media (width >= 768px ) {
  .interview-single-career {
    margin-inline: 50px;
    background-image: url("../img/interview/bg_career01_pc.png");
    background-position: top right;
    background-size: 1284px;
  }
  .interview-single-career-set {
    padding: 40px;
  }
  .interview-single-career-set + .interview-single-career-set {
    margin-top: 20px;
  }
  .interview-single-career-set__head {
    margin-bottom: 20px;
  }
}
@media (width >= 1460px ) {
  .interview-single-career {
    margin-inline: 80px;
  }
}
/* .interview-single-message
================================================== */
.interview-single-message__inner {
  padding-top: var(--mh--padding--xl);
}
.interview-single-message-set {
  display: grid;
  gap: 25px;
}
.interview-single-message-set__head {
  margin-bottom: 15px;
}
.interview-single-message-set__img img {
  width: 100%;
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .interview-single-message-set {
    max-width: 1100px;
    margin-inline: auto;
  }
  .interview-single-message-set:has(.interview-single-message-set__img) {
    grid-template-columns: 1fr 52%;
    gap: 50px;
    max-width: 1250px;
    margin-right: 0;
  }
  .interview-single-message-set__head {
    margin-bottom: 30px;
  }
}
/* news-archive
================================================== */
.news-archive__cats {
  display: flex;
  align-items: center;
  gap: 4px 8px;
  max-width: 100%;
  overflow: auto;
  margin-top: 20px;
}
.news-archive__cats::-webkit-scrollbar {
  display: none;
}
.news-archive__cat.is-active .news-archive__cat-in {
  background: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-100);
}
.news-archive__cat-in {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 7px 12px;
  min-width: 120px;
  font-size: var(--mh--font-size--sm);
  line-height: var(--mh--line-height--sm);
  background: var(--mh--color--grayscale-500);
  font-family: var(--mh--font-family--mincho);
}
@media (width >= 768px ) {
  .news-archive__cats {
    gap: 5px 10px;
  }
  .news-archive__cat-in {
    min-width: 160px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__cat-in {
    transition: all var(--mh--duration) var(--mh--easing);
  }
  .news-archive__cat:hover .news-archive__cat-in {
    background: var(--mh--color--primary-500);
    color: var(--mh--color--grayscale-100);
  }
}
/* .recruitment-sec
================================================== */
.recruitment-sec__inner {
  padding-block: 60px 80px;
}
.recruitment-sec-tab__list {
  display: grid;
  gap: 5px;
  margin-bottom: var(--mh--space--md);
}
.recruitment-sec-tab__list-item {
  padding: 20px 10px;
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--lg);
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-800);
  border: none;
  border-bottom: 1px solid;
}
.recruitment-sec-tab__list-item.is-active {
  color: var(--mh--color--grayscale-900);
}
.recruitment-sec-tab__table th {
  display: block;
  padding: 13px 15px;
  font-family: var(--mh--font-family--mincho);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  color: var(--mh--color--grayscale-100);
  text-align: left;
  background-color: var(--mh--color--primary-500);
}
.recruitment-sec-tab__table td {
  display: block;
  padding: 15px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.recruitment-sec-tab__table-note {
  margin-top: 10px;
}
.recruitment-sec__close {
  text-align: center;
}
.recruitment-sec__btn {
  max-width: 295px;
  margin: var(--mh--space--md) auto 0;
}
@media (width >= 768px ) {
  .recruitment-sec__inner {
    padding-block: 110px 160px;
  }
  .recruitment-sec-tab__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .recruitment-sec-tab__table tr:first-child td {
    border-top: 1px solid var(--mh--color--grayscale-500);
  }
  .recruitment-sec-tab__table tr:not(:last-child) th {
    border-bottom: 1px solid var(--mh--color--grayscale-100);
  }
  .recruitment-sec-tab__table th {
    display: table-cell;
    width: 280px;
    padding: 20px;
    vertical-align: middle;
    border-right: 10px solid var(--mh--color--grayscale-100);
  }
  .recruitment-sec-tab__table td {
    display: table-cell;
    padding: 20px;
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .recruitment-sec-tab__table-note {
    margin-top: 10px;
  }
  .recruitment-sec__btn {
    max-width: 660px;
  }
}
/* .values-philosophy
================================================== */
.values-philosophy__inner {
  padding-block: var(--mh--padding--xl);
}
.values-philosophy__set {
  display: grid;
  gap: var(--mh--space--x3l);
}
.values-philosophy__txt {
  font-size: var(--mh--font-size--lg);
}
.values-philosophy__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
.values-philosophy__img {
  overflow: hidden;
  border-radius: var(--mh--border--radius--md);
}
.values-philosophy__img img {
  width: 100%;
}
@media (width >= 768px ) {
  .values-philosophy__set {
    grid-template-columns: 48.4472049689% 48.4472049689%;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    max-width: 1610px;
  }
  .values-philosophy__area-txt {
    order: 1;
  }
  .values-philosophy__img {
    order: 0;
  }
}
@media (width >= 1280px ) {
  .values-philosophy__set {
    grid-template-columns: 52.9813664596% 42.049689441%;
  }
}
/* .values-vision
================================================== */
.values-vision__inner {
  padding-block: var(--mh--padding--xl);
}
.values-vision__set {
  display: grid;
  gap: 40px;
}
.values-vision__txt {
  font-size: var(--mh--font-size--lg);
}
.values-vision__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
.values-vision__img img {
  border-radius: var(--mh--border--radius--md);
}
@media (width >= 768px ) {
  .values-vision__set {
    grid-template-columns: 60% 38%;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
}
@media (width >= 1280px ) {
  .values-vision__set {
    grid-template-columns: 48.57% 45.71%;
  }
}
/* .values-message
================================================== */
.values-message__inner {
  padding-block: var(--mh--padding--xl);
}
.values-message-content {
  display: grid;
  gap: 40px;
}
.values-message-content__txt {
  font-size: var(--mh--font-size--lg);
}
.values-message-content__txt:not(:last-child) {
  margin-bottom: var(--mh--space--xs);
}
.values-message-content__img {
  margin-bottom: var(--mh--space--xs);
}
.values-message-content__img img {
  border-radius: var(--mh--border--radius--md);
}
.values-message-content__info {
  font-size: var(--mh--font-size--lg);
}
.values-message-content__name {
  display: flex;
  gap: 10px;
  align-items: center;
}
.values-message-content__name .is-post {
  color: var(--mh--color--grayscale-800);
}
.values-message-content__name .is-name {
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x4l);
  line-height: var(--mh--line-height--sm);
}
.values-message-profile {
  padding: 30px 20px;
  border: 1px solid var(--mh--color--grayscale-500);
  border-radius: var(--mh--border--radius--md);
}
.values-message-profile__desc:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mh--color--grayscale-500);
}
.values-message-profile__head {
  margin-bottom: var(--mh--space--xs);
  font-family: var(--mh--font-family--mincho);
  font-size: var(--mh--font-size--x2l);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
}
@media (width >= 768px ) {
  .values-message-content {
    display: grid;
    grid-template-columns: 57% 38.4%;
    gap: auto;
    justify-content: space-between;
    max-width: 1250px;
    margin-left: auto;
  }
  .values-message-profile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--mh--contents--width);
    padding: 60px 60px 75px;
    margin-inline: auto;
  }
  .values-message-profile__desc:first-child {
    padding: 0 30px 0 0;
    margin: 0;
    border-right: 1px solid var(--mh--color--grayscale-500);
    border-bottom: none;
  }
  .values-message-profile__desc:nth-child(2) {
    padding-left: 30px;
  }
  .values-message-profile__head {
    margin-bottom: var(--mh--space--xs);
    font-family: var(--mh--font-family--mincho);
    font-size: var(--mh--font-size--x2l);
    font-weight: 500;
    line-height: var(--mh--line-height--sm);
  }
}
/* .values-value
================================================== */
.values-value__inner {
  padding-block: var(--mh--padding--xl);
}
.values-value-list {
  display: grid;
  gap: 15px;
}
.values-value-list__item {
  padding: 20px;
  background-color: var(--mh--color--grayscale-100);
  border-radius: var(--mh--border--radius--md);
}
.values-value-list__img {
  width: 45px;
  margin-left: auto;
}
.values-value-list__head {
  display: grid;
  gap: 5px;
  margin-bottom: 15px;
}
.values-value-list__head-num {
  color: var(--mh--color--grayscale-800);
}
.values-value-list__head-main {
  font-size: var(--mh--font-size--x2l);
  color: var(--mh--color--primary-600);
}
@media (width >= 768px ) {
  .values-value-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .values-value-list__item {
    padding: 30px 40px;
  }
  .values-value-list__img {
    width: 50px;
  }
  .values-value-list__head {
    gap: 10px;
    margin-bottom: 20px;
  }
}
/* .values-data
================================================== */
.values-data__inner {
  padding-top: var(--mh--padding--xl);
}
.values-data__set {
  display: grid;
  gap: var(--mh--space--md);
}
.values-data__contents {
  display: grid;
  gap: 15px;
}
.values-data-item {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 15px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--mh--color--grayscale-500);
}
.values-data-item__img img {
  width: 100%;
}
.values-data-item__head {
  font-size: var(--mh--font-size--lg);
}
.values-data-item__txt {
  font-size: var(--mh--font-size--lg);
}
.values-data-item__txt .is-num {
  margin-right: 5px;
  font-size: var(--mh--font-size--x10l);
  color: var(--mh--color--grayscale-800);
}
.values-data__slides iframe {
  width: 100%;
}
@media (width >= 768px ) {
  .values-data {
    position: relative;
  }
  .values-data::after {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    margin-inline: auto;
    content: "";
    border-bottom: 1px solid var(--mh--color--grayscale-500);
  }
  .values-data__inner {
    padding-bottom: var(--mh--padding--xl);
  }
  .values-data__set:not(:has(.values-data__slides)) .values-data__contents {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--mh--space--md);
  }
  .values-data__set:has(.values-data__slides) {
    grid-template-columns: 45.4545454545% 1fr;
  }
  .values-data-item {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .values-data-item__area-txt {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
  }
  .values-data-item__head {
    font-size: var(--mh--font-size--x2l);
  }
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (width < 640px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (width < 768px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (width < 1100px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (width < 1280px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (width < 1460px) {
  .u-hidden-x2l-down {
    display: none;
  }
}
@media (width >= 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (width >= 768px ) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (width >= 1100px ) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (width >= 1280px ) {
  .u-hidden-xl-up {
    display: none;
  }
}
@media (width >= 1460px ) {
  .u-hidden-x2l-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (width < 640px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (width < 640px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (width < 640px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (width < 768px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (width < 768px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (width < 768px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (width < 1100px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (width < 1100px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (width < 1100px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (width < 1280px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (width < 1280px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (width < 1280px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (width >= 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (width >= 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (width >= 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (width >= 768px ) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (width >= 768px ) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (width >= 768px ) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (width >= 1100px ) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (width >= 1100px ) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (width >= 1100px ) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (width >= 1280px ) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (width >= 1280px ) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (width >= 1280px ) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-x14l {
  font-size: var(--mh--font-size--x14l);
}
.u-text-x15l {
  font-size: var(--mh--font-size--x15l);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-sm {
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 500;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--sm);
}
.u-font-mincho {
  font-family: var(--mh--font-family--mincho);
  font-weight: 500;
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* hover-line
-------------------------------------- */
@media (width >= 768px ) {
  .u-hover-line {
    position: relative;
  }
  .u-hover-line::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--mh--color--grayscale-900);
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-line:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
.u-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-inner {
    width: 100%;
    max-width: var(--mh--contents--width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-wide-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 768px ) {
  .u-wide-inner {
    width: 100%;
    max-width: var(--mh--contents--wide-width-with-padding);
    margin-right: auto;
    margin-left: auto;
  }
}
.u-max-inner {
  padding-right: var(--mh--contents--padding--side);
  padding-left: var(--mh--contents--padding--side);
}
@media (width >= 1280px ) {
  .u-max-inner {
    margin-right: var(--mh--contents--padding--side);
    margin-left: var(--mh--contents--padding--side);
    padding-right: 0;
    padding-left: 0;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
.u-media-query {
  font-family: sp;
}
@media (width >= 768px ) {
  .u-media-query {
    font-family: tb;
  }
}
@media (width >= 1100px ) {
  .u-media-query {
    font-family: pc;
  }
}
.u-text-primary-600 {
  color: var(--mh--color--primary-600);
}
.u-text-primary-500 {
  color: var(--mh--color--primary-500);
}
.u-text-primary-400 {
  color: var(--mh--color--primary-400);
}
.u-text-grayscale-900 {
  color: var(--mh--color--grayscale-900);
}
.u-text-grayscale-800 {
  color: var(--mh--color--grayscale-800);
}
.u-text-grayscale-500 {
  color: var(--mh--color--grayscale-500);
}
.u-text-grayscale-100 {
  color: var(--mh--color--grayscale-100);
}
.u-text-error-500 {
  color: var(--mh--color--error-500);
}
.u-bg-primary-600 {
  background-color: var(--mh--color--primary-600);
}
.u-bg-primary-500 {
  background-color: var(--mh--color--primary-500);
}
.u-bg-primary-400 {
  background-color: var(--mh--color--primary-400);
}
.u-bg-grayscale-900 {
  background-color: var(--mh--color--grayscale-900);
}
.u-bg-grayscale-800 {
  background-color: var(--mh--color--grayscale-800);
}
.u-bg-grayscale-500 {
  background-color: var(--mh--color--grayscale-500);
}
.u-bg-grayscale-100 {
  background-color: var(--mh--color--grayscale-100);
}
.u-bg-error-500 {
  background-color: var(--mh--color--error-500);
}
.u-p-x2s {
  padding: var(--mh--padding--x2s);
}
.u-py-x2s {
  padding-block: var(--mh--padding--x2s);
}
.u-px-x2s {
  padding-inline: var(--mh--padding--x2s);
}
.u-pt-x2s {
  padding-top: var(--mh--padding--x2s);
}
.u-pb-x2s {
  padding-bottom: var(--mh--padding--x2s);
}
.u-pl-x2s {
  padding-left: var(--mh--padding--x2s);
}
.u-pr-x2s {
  padding-right: var(--mh--padding--x2s);
}
.u-p-xs {
  padding: var(--mh--padding--xs);
}
.u-py-xs {
  padding-block: var(--mh--padding--xs);
}
.u-px-xs {
  padding-inline: var(--mh--padding--xs);
}
.u-pt-xs {
  padding-top: var(--mh--padding--xs);
}
.u-pb-xs {
  padding-bottom: var(--mh--padding--xs);
}
.u-pl-xs {
  padding-left: var(--mh--padding--xs);
}
.u-pr-xs {
  padding-right: var(--mh--padding--xs);
}
.u-p-sm {
  padding: var(--mh--padding--sm);
}
.u-py-sm {
  padding-block: var(--mh--padding--sm);
}
.u-px-sm {
  padding-inline: var(--mh--padding--sm);
}
.u-pt-sm {
  padding-top: var(--mh--padding--sm);
}
.u-pb-sm {
  padding-bottom: var(--mh--padding--sm);
}
.u-pl-sm {
  padding-left: var(--mh--padding--sm);
}
.u-pr-sm {
  padding-right: var(--mh--padding--sm);
}
.u-p-md {
  padding: var(--mh--padding--md);
}
.u-py-md {
  padding-block: var(--mh--padding--md);
}
.u-px-md {
  padding-inline: var(--mh--padding--md);
}
.u-pt-md {
  padding-top: var(--mh--padding--md);
}
.u-pb-md {
  padding-bottom: var(--mh--padding--md);
}
.u-pl-md {
  padding-left: var(--mh--padding--md);
}
.u-pr-md {
  padding-right: var(--mh--padding--md);
}
.u-p-lg {
  padding: var(--mh--padding--lg);
}
.u-py-lg {
  padding-block: var(--mh--padding--lg);
}
.u-px-lg {
  padding-inline: var(--mh--padding--lg);
}
.u-pt-lg {
  padding-top: var(--mh--padding--lg);
}
.u-pb-lg {
  padding-bottom: var(--mh--padding--lg);
}
.u-pl-lg {
  padding-left: var(--mh--padding--lg);
}
.u-pr-lg {
  padding-right: var(--mh--padding--lg);
}
.u-p-xl {
  padding: var(--mh--padding--xl);
}
.u-py-xl {
  padding-block: var(--mh--padding--xl);
}
.u-px-xl {
  padding-inline: var(--mh--padding--xl);
}
.u-pt-xl {
  padding-top: var(--mh--padding--xl);
}
.u-pb-xl {
  padding-bottom: var(--mh--padding--xl);
}
.u-pl-xl {
  padding-left: var(--mh--padding--xl);
}
.u-pr-xl {
  padding-right: var(--mh--padding--xl);
}
.u-p-x2l {
  padding: var(--mh--padding--x2l);
}
.u-py-x2l {
  padding-block: var(--mh--padding--x2l);
}
.u-px-x2l {
  padding-inline: var(--mh--padding--x2l);
}
.u-pt-x2l {
  padding-top: var(--mh--padding--x2l);
}
.u-pb-x2l {
  padding-bottom: var(--mh--padding--x2l);
}
.u-pl-x2l {
  padding-left: var(--mh--padding--x2l);
}
.u-pr-x2l {
  padding-right: var(--mh--padding--x2l);
}
.u-p-x3l {
  padding: var(--mh--padding--x3l);
}
.u-py-x3l {
  padding-block: var(--mh--padding--x3l);
}
.u-px-x3l {
  padding-inline: var(--mh--padding--x3l);
}
.u-pt-x3l {
  padding-top: var(--mh--padding--x3l);
}
.u-pb-x3l {
  padding-bottom: var(--mh--padding--x3l);
}
.u-pl-x3l {
  padding-left: var(--mh--padding--x3l);
}
.u-pr-x3l {
  padding-right: var(--mh--padding--x3l);
}
.u-m-x2s {
  margin: var(--mh--space--x2s);
}
.u-my-x2s {
  margin-block: var(--mh--space--x2s);
}
.u-mx-x2s {
  margin-inline: var(--mh--space--x2s);
}
.u-mt-x2s {
  margin-top: var(--mh--space--x2s);
}
.u-mb-x2s {
  margin-bottom: var(--mh--space--x2s);
}
.u-ml-x2s {
  margin-left: var(--mh--space--x2s);
}
.u-mr-x2s {
  margin-right: var(--mh--space--x2s);
}
.u-m-xs {
  margin: var(--mh--space--xs);
}
.u-my-xs {
  margin-block: var(--mh--space--xs);
}
.u-mx-xs {
  margin-inline: var(--mh--space--xs);
}
.u-mt-xs {
  margin-top: var(--mh--space--xs);
}
.u-mb-xs {
  margin-bottom: var(--mh--space--xs);
}
.u-ml-xs {
  margin-left: var(--mh--space--xs);
}
.u-mr-xs {
  margin-right: var(--mh--space--xs);
}
.u-m-sm {
  margin: var(--mh--space--sm);
}
.u-my-sm {
  margin-block: var(--mh--space--sm);
}
.u-mx-sm {
  margin-inline: var(--mh--space--sm);
}
.u-mt-sm {
  margin-top: var(--mh--space--sm);
}
.u-mb-sm {
  margin-bottom: var(--mh--space--sm);
}
.u-ml-sm {
  margin-left: var(--mh--space--sm);
}
.u-mr-sm {
  margin-right: var(--mh--space--sm);
}
.u-m-md {
  margin: var(--mh--space--md);
}
.u-my-md {
  margin-block: var(--mh--space--md);
}
.u-mx-md {
  margin-inline: var(--mh--space--md);
}
.u-mt-md {
  margin-top: var(--mh--space--md);
}
.u-mb-md {
  margin-bottom: var(--mh--space--md);
}
.u-ml-md {
  margin-left: var(--mh--space--md);
}
.u-mr-md {
  margin-right: var(--mh--space--md);
}
.u-m-lg {
  margin: var(--mh--space--lg);
}
.u-my-lg {
  margin-block: var(--mh--space--lg);
}
.u-mx-lg {
  margin-inline: var(--mh--space--lg);
}
.u-mt-lg {
  margin-top: var(--mh--space--lg);
}
.u-mb-lg {
  margin-bottom: var(--mh--space--lg);
}
.u-ml-lg {
  margin-left: var(--mh--space--lg);
}
.u-mr-lg {
  margin-right: var(--mh--space--lg);
}
.u-m-xl {
  margin: var(--mh--space--xl);
}
.u-my-xl {
  margin-block: var(--mh--space--xl);
}
.u-mx-xl {
  margin-inline: var(--mh--space--xl);
}
.u-mt-xl {
  margin-top: var(--mh--space--xl);
}
.u-mb-xl {
  margin-bottom: var(--mh--space--xl);
}
.u-ml-xl {
  margin-left: var(--mh--space--xl);
}
.u-mr-xl {
  margin-right: var(--mh--space--xl);
}
.u-m-x2l {
  margin: var(--mh--space--x2l);
}
.u-my-x2l {
  margin-block: var(--mh--space--x2l);
}
.u-mx-x2l {
  margin-inline: var(--mh--space--x2l);
}
.u-mt-x2l {
  margin-top: var(--mh--space--x2l);
}
.u-mb-x2l {
  margin-bottom: var(--mh--space--x2l);
}
.u-ml-x2l {
  margin-left: var(--mh--space--x2l);
}
.u-mr-x2l {
  margin-right: var(--mh--space--x2l);
}
.u-m-x3l {
  margin: var(--mh--space--x3l);
}
.u-my-x3l {
  margin-block: var(--mh--space--x3l);
}
.u-mx-x3l {
  margin-inline: var(--mh--space--x3l);
}
.u-mt-x3l {
  margin-top: var(--mh--space--x3l);
}
.u-mb-x3l {
  margin-bottom: var(--mh--space--x3l);
}
.u-ml-x3l {
  margin-left: var(--mh--space--x3l);
}
.u-mr-x3l {
  margin-right: var(--mh--space--x3l);
}
.u-mx-auto {
  margin-inline: auto;
}
html body {
  --wp--style--block-gap: 0;
}
html body {
  --wp--preset--font-size--x-2-s: var(--mh--font-size--x2s);
  --wp--preset--font-size--xs: var(--mh--font-size--xs);
  --wp--preset--font-size--sm: var(--mh--font-size--sm);
  --wp--preset--font-size--md: var(--mh--font-size--md);
  --wp--preset--font-size--lg: var(--mh--font-size--lg);
  --wp--preset--font-size--xl: var(--mh--font-size--xl);
  --wp--preset--font-size--x-2-l: var(--mh--font-size--x2l);
  --wp--preset--font-size--x-3-l: var(--mh--font-size--x3l);
  --wp--preset--font-size--x-4-l: var(--mh--font-size--x4l);
  --wp--preset--font-size--x-5-l: var(--mh--font-size--x5l);
  --wp--preset--font-size--x-6-l: var(--mh--font-size--x6l);
  --wp--preset--font-size--x-7-l: var(--mh--font-size--x7l);
  --wp--preset--font-size--x-8-l: var(--mh--font-size--x8l);
  --wp--preset--font-size--x-9-l: var(--mh--font-size--x9l);
  --wp--preset--font-size--x-10-l: var(--mh--font-size--x10l);
  --wp--preset--font-size--x-11-l: var(--mh--font-size--x11l);
  --wp--preset--font-size--x-12-l: var(--mh--font-size--x12l);
  --wp--preset--font-size--x-13-l: var(--mh--font-size--x13l);
  --wp--preset--font-size--x-14-l: var(--mh--font-size--x14l);
  --wp--preset--font-size--x-15-l: var(--mh--font-size--x15l);
}
.wp-block-m-hand-custom-block-custom-group[class*=" u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-grid-cols"],
.wp-block-m-hand-custom-block-custom-group[class*=" u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" sm:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" md:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" lg:u-gap"],
.wp-block-m-hand-custom-block-custom-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-gap"],
.wp-block-group[class*=" sm:u-gap"],
.wp-block-group[class*=" md:u-gap"],
.wp-block-group[class*=" lg:u-gap"],
.wp-block-group[class*=" xl:u-gap"],
.wp-block-group[class*=" u-grid-cols"],
.wp-block-group[class*=" sm:u-grid-cols"],
.wp-block-group[class*=" md:u-grid-cols"],
.wp-block-group[class*=" lg:u-grid-cols"],
.wp-block-group[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-grid-cols"],
.wp-block-columns[class*=" sm:u-grid-cols"],
.wp-block-columns[class*=" md:u-grid-cols"],
.wp-block-columns[class*=" lg:u-grid-cols"],
.wp-block-columns[class*=" xl:u-grid-cols"],
.wp-block-columns[class*=" u-gap"],
.wp-block-columns[class*=" sm:u-gap"],
.wp-block-columns[class*=" md:u-gap"],
.wp-block-columns[class*=" lg:u-gap"],
.wp-block-columns[class*=" xl:u-gap"] {
  display: grid;
}
html body a:not(.wp-element-button) {
  text-decoration: inherit;
}
@media (width >= 768px ) {
  .wp-block-image.alignleft {
    float: left;
    margin-right: 2em;
  }
  .wp-block-image.alignright {
    float: right;
    margin-left: 2em;
  }
  .wp-block-image.aligncenter {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}