@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
:root {
  --color-green: #00A051;
  --color-blue: #0086CD;
  --color-pink: #EA609E;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #212121;
  font-family: "M PLUS 1", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.section-ttl {
  font-size: clamp(26px, 3vw + 1rem, 40px);
  color: var(--color-green);
  font-weight: 700;
  line-height: 1.4;
}

.contents-ttl {
  font-size: 3.2rem;
  margin-bottom: 32px;
  font-weight: 700;
  color: var(--color-green);
  text-align: center;
}
@media all and (max-width: 896px) {
  .contents-ttl {
    font-size: 2.2rem;
  }
}

.section-width {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.pd-common {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .pd-common {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt-big {
  margin-top: 140px !important;
}
@media all and (max-width: 896px) {
  .mt-big {
    margin-top: 80px !important;
  }
}

.width {
  max-width: 1140px;
  margin: 0 auto;
}
.width-sec {
  max-width: 1000px;
  margin: 0 auto;
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.no-after::after {
  content: none !important;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

.mv {
  position: relative;
  background: var(--color-blue);
}

.mv_inner {
  position: relative;
  max-width: 1450px;
  margin: 0px auto 0;
  padding: 160px 40px 60px;
}
@media all and (max-width: 896px) {
  .mv_inner {
    padding: 40px 20px 60px 20px;
  }
}

.mv_copy {
  position: relative;
  z-index: 2;
  width: 50vw;
}
@media all and (max-width: 1367px) {
  .mv_copy {
    width: 40vw;
  }
}
@media all and (max-width: 896px) {
  .mv_copy {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
}
.mv_copy img {
  max-width: 550px;
}
@media all and (max-width: 1367px) {
  .mv_copy img {
    max-width: 400px;
  }
}
@media all and (max-width: 896px) {
  .mv_copy img {
    max-width: 220px;
  }
}

.mv_txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .mv_txt {
    background-color: var(--color-blue);
  }
}
.mv_txt::before {
  display: none;
  content: "";
}
@media all and (max-width: 896px) {
  .mv_txt::before {
    display: block;
    position: absolute;
    top: -180px;
    right: 6%;
    z-index: -1;
    width: 180px;
    height: 180px;
    background: url(../images/2_mv_person.png) no-repeat center center/contain;
  }
}
@media all and (max-width: 600px) {
  .mv_txt::before {
    right: -6%;
  }
}

.mv_lead {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF100;
}

.mv_sub {
  margin-top: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffe000;
}

.mv_card_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.mv_card {
  border-radius: 24px;
  padding: 20px 20px;
}
@media all and (max-width: 896px) {
  .mv_card {
    padding: 16px;
  }
}

.mv_card--blue {
  flex: 1;
  background: #C7EBFF;
  border: 3px solid #fff;
  box-shadow: 8px 8px 10px 0px rgba(27, 26, 26, 0.2);
}

.mv_card--beige {
  position: relative;
  background: #DAFAEA;
  border: 3px solid #fff;
  box-shadow: 8px 8px 10px 0px rgba(27, 26, 26, 0.2);
}
@media all and (max-width: 1367px) {
  .mv_card--beige {
    height: 360px;
  }
}
@media all and (max-width: 896px) {
  .mv_card--beige {
    height: auto;
  }
}
.mv_card--beige::before {
  content: "";
  position: absolute;
  top: -420px;
  left: 40%;
  transform: translateX(-50%);
  width: 560px;
  height: 440px;
  background: url(../images/mv_person.png) no-repeat center center/contain;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .mv_card--beige::before {
    width: 52vw;
    height: 380px;
    top: -340px;
    left: 50%;
  }
}
@media all and (max-width: 896px) {
  .mv_card--beige::before {
    display: none;
  }
}

.mv_card_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 7px;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .mv_card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    width: 94%;
    margin: 0 auto;
  }
  .mv_card_list > *:nth-child(5) {
    grid-column: 1/span 2;
    width: calc(50% - 3.5px);
    margin: 0 auto;
  }
}
.mv_card_list li {
  list-style: none;
}
.mv_card_list li div {
  box-shadow: 4px 4px 4px 0px rgba(27, 26, 26, 0.2);
  border-radius: 10px;
}
.mv_card_list li p {
  font-size: 9px;
  text-align: center;
  margin-top: 6px;
}
@media all and (max-width: 600px) {
  .mv_card_list li p {
    font-size: 12px;
  }
}
.mv_card_list img {
  display: block;
  max-width: 100%;
}

.mv_single_card {
  text-align: center;
  margin-bottom: 10px;
}
.mv_single_card div {
  border-radius: 10px;
}
.mv_single_card img {
  box-shadow: 4px 4px 4px 0px rgba(27, 26, 26, 0.2);
  width: 35%;
  border-radius: 10px;
}
@media all and (max-width: 1367px) {
  .mv_single_card img {
    width: 39%;
  }
}
@media all and (max-width: 896px) {
  .mv_single_card img {
    width: 130px;
  }
}
.mv_single_card p {
  font-size: 10px;
  margin-top: 7px;
}
@media all and (max-width: 600px) {
  .mv_single_card p {
    font-size: 12px;
  }
}

.mv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 420px;
  width: 100%;
  height: 64px;
  margin: 8px auto 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
@media all and (max-width: 896px) {
  .mv_btn {
    font-size: 12px;
    height: 50px;
  }
}
@media all and (max-width: 896px) {
  .mv_btn.pc {
    display: none;
  }
}
.mv_btn.sp {
  display: none;
}
@media all and (max-width: 896px) {
  .mv_btn.sp {
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
}
@media all and (max-width: 896px) {
  .arrow {
    width: 23px;
    height: 23px;
  }
}
.arrow.blue {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .arrow.blue {
    right: 2%;
  }
}
.arrow.green {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .arrow.green {
    right: 2%;
  }
}
.arrow img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .arrow img {
    width: 9px;
  }
}

.mv_btn--blue {
  background: #2d7cc0;
  color: #fff;
}

.mv_btn--green {
  background: #2f9d47;
  color: #fff;
  width: 100%;
  min-width: auto;
}

.mv_card-txt {
  color: var(--color-pink);
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
}
@media all and (max-width: 600px) {
  .mv_card-txt {
    font-size: 16px;
  }
}

.mv_link {
  margin-top: 10px;
  text-align: center;
}
.mv_link.blue a {
  display: flex;
  justify-content: center;
}
.mv_link.blue a span {
  font-weight: 600;
}
.mv_link.blue a .arrow {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid var(--color-blue);
}
.mv_link.blue a .arrow img {
  width: 9px;
}
.mv_link a {
  color: #2d7cc0;
  font-size: 13px;
  text-decoration: none;
}
.mv_link .arrow {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid var(--color-green);
}
.mv_link .arrow img {
  width: 9px;
}

.mv_link--flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .mv_link--flex {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
.mv_link--flex a {
  color: #2f9d47;
  display: flex;
  align-items: center;
}
.mv_link--flex a span {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mv_txt {
    font-size: 12px;
  }
  .mv_lead {
    font-size: 20px;
  }
  .mv_sub {
    font-size: 22px;
  }
  .mv_card_wrap {
    flex-direction: column;
    margin-top: 32px;
  }
  .mv_card--beige {
    width: 100%;
  }
  .mv_card_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 97%;
  height: 88px;
  border-radius: 16px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 1000;
}
@media all and (max-width: 896px) {
  .header {
    height: 50px;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
}
@media all and (max-width: 600px) {
  .header-wrapper {
    padding: 0px 10px;
  }
}
.header-logo {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .header-logo {
    width: 70px;
    margin-top: 5px;
    position: relative;
    z-index: 1000;
  }
}
.header-logo a > span {
  background: var(--color-green);
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
}
@media all and (max-width: 600px) {
  .header-logo a > span {
    font-size: 12px;
    padding: 2px 3px;
  }
}
@media screen and (max-width: 340px) {
  .header-logo a > span {
    font-size: 11px;
  }
}
.header-logo a > span.sp-logo {
  display: none;
}
@media all and (max-width: 600px) {
  .header-logo a > span.sp-logo {
    display: inline-block;
    background: var(--color-blue);
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
  }
}
.header-logo-blk {
  display: flex;
  align-items: center;
}
.header-logo-blk span:first-child {
  font-size: 3.2rem;
  margin-right: 12px;
}
@media all and (max-width: 1367px) {
  .header-logo-blk span:first-child {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 896px) {
  .header-logo-blk span:first-child {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .header-logo-blk span:first-child {
    margin-right: 0;
    font-size: 1.6rem;
  }
}
.header-logo-blk span:last-child {
  background: var(--color-blue);
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
}
@media all and (max-width: 600px) {
  .header-logo-blk span:last-child {
    display: none;
  }
}
.header-right {
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .header-right__link {
    display: none;
  }
}
.header-right__link ul {
  display: flex;
  align-items: center;
}
.header-right__link ul li {
  border-radius: 4px;
  border-radius: 30px;
}
.header-right__link ul li:first-child {
  border: 2px var(--color-blue) solid;
  margin-right: 20px;
}
@media all and (max-width: 1367px) {
  .header-right__link ul li:first-child {
    margin-right: 12px;
  }
}
.header-right__link ul li:first-child a {
  color: var(--color-blue);
}
.header-right__link ul li:nth-child(2) {
  border: 2px var(--color-green) solid;
}
@media all and (max-width: 1367px) {
  .header-right__link ul li:nth-child(2) {
    margin-right: 12px;
  }
}
.header-right__link ul li:nth-child(2) a {
  color: var(--color-green);
}
.header-right__link ul li:nth-child(3) {
  background-color: var(--color-pink);
}
@media all and (max-width: 1367px) {
  .header-right__link ul li:nth-child(3) {
    margin-right: 12px;
  }
}
.header-right__link ul li a {
  color: #fff;
  font-weight: 600;
  padding: 14px 22px;
  line-height: 1.2;
  font-size: 1.8rem;
  display: block;
}

/* ボタンの基本スタイル */
.nav-toggle {
  display: none;
}
@media all and (max-width: 896px) {
  .nav-toggle {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
  }
}

.nav-toggle span {
  display: block;
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  background-color: var(--color-blue);
  /* 線の色 */
  transition: all 0.3s;
}

.nav-toggle span:nth-child(1) {
  top: 14px;
}

.nav-toggle span:nth-child(2) {
  top: 21px;
}

.nav-toggle span:nth-child(3) {
  top: 28px;
}

/* 展開時のボタンアニメーション（×印） */
.nav-toggle[aria-expanded=true] span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded=true] span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.nav-menu {
  position: fixed;
  top: 90px;
  right: 0;
  width: 600px;
  height: 100vh;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  padding-top: 40px;
  z-index: 90;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 1025px) {
  .nav-menu {
    top: 0px;
    width: 100%;
    padding-top: 20px;
  }
}
.nav-menu__inner {
  margin-top: 80px;
}

/* 開いた時 */
.nav-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu[aria-hidden=false] {
  right: 0;
}

.nav-menu__list {
  list-style: none;
  text-align: center;
}
.nav-menu__list-bottom {
  display: none;
}
@media all and (max-width: 1025px) {
  .nav-menu__list-bottom {
    margin-top: 20px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.nav-menu__list-bottom li {
  margin-bottom: 20px;
  border-radius: 4px;
}
.nav-menu__list-bottom li:nth-child(1) {
  background-color: var(--color-red);
}
.nav-menu__list-bottom li:nth-child(2) {
  background-color: var(--color-yellow);
}
.nav-menu__list-bottom li:nth-child(3) {
  margin-bottom: 0;
}
.nav-menu__list-bottom li:nth-child(3) a {
  padding: 0;
}
.nav-menu__list-bottom li a {
  color: #fff;
  font-weight: 700;
  padding: 10px 40px;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-menu__list li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 1.6rem;
  color: var(--color-green);
  font-weight: 700;
}
.nav-menu__list li a img {
  width: 30px;
  margin-right: 10px;
}

.nav-menu__inner {
  padding: 0 20px;
}

.menu_card.sp {
  border-radius: 10px;
  padding: 20px 10px;
}
.menu_card.sp .mv_btn {
  margin-top: 0;
}
.menu_card.sp .mv_btn span {
  font-size: 14px;
}
.menu_card.sp .mv_btn .arrow {
  width: 23px;
  height: 23px;
  right: 2%;
  transform: translateY(-50%) rotate(-90deg);
}
.menu_card.sp .mv_btn .arrow img {
  width: 8px;
}
.menu_card.sp.menu_card--blue {
  background-color: #C7EBFF;
}
.menu_card.sp.menu_card--green {
  background-color: #DAFAEA;
}
.menu_card.sp .menu_card__links a {
  display: block;
  margin-top: 14px;
  position: relative;
}
.menu_card.sp .menu_card__links a::after {
  content: "";
  background-image: url(../images/arrow_down_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: rotate(-90deg) translateY(-50%);
}
.menu_card.sp .menu_card__links a.arrow-blue::after {
  background-image: url(../images/arrow_down_blue.svg) !important;
}

/* -----------------------------------------
  Footer
----------------------------------------- */
.content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.globalFooter {
  position: relative;
  width: 100%;
  background: #63686e;
  color: #fff;
  font-weight: 500;
  /* ========================================
    guidePlate
  ======================================== */
}
.globalFooter .guidePlate {
  padding: 6.4102564103vw 0 15.3846153846vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .guidePlate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(7.8125vw, 80px) 0 min(9.765625vw, 100px);
  }
}
@media print, screen and (min-width: 751px) {
  .globalFooter .guidePlate_grid {
    width: 31.3265306122%;
    margin-bottom: min(3.41796875vw, 35px);
    padding-left: min(0.68359375vw, 7px);
  }
}
.globalFooter .guidePlate_grid:last-child {
  margin-top: 10.2564102564vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .guidePlate_grid:last-child {
    margin: 0 0 0 auto;
    padding-top: min(2.9296875vw, 30px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.globalFooter {
  /* ========================================
    category
  ======================================== */
}
.globalFooter .category_theme {
  position: relative;
  padding: 6.4102564103vw 0;
  font-size: clamp(13px, 4.1025641026vw, 31px);
}
@media print, screen and (min-width: 751px) {
  .globalFooter .category_theme {
    padding: min(1.953125vw, 20px) 0 min(2.734375vw, 28px);
    font-size: clamp(13px, 1.7578125vw, 18px);
    font-weight: 600;
  }
}
@media only screen and (max-width: 750px) {
  .globalFooter .category_items + .category_theme {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media print, screen and (min-width: 751px) {
  .globalFooter .category_items + .category_theme {
    margin-top: min(2.9296875vw, 30px);
  }
}
.globalFooter {
  /* ========================================
    SP Accordion
  ======================================== */
}
@media only screen and (max-width: 750px) {
  .globalFooter .category {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .globalFooter .category:last-child {
    border-bottom: none;
  }
  .globalFooter .category_theme {
    cursor: pointer;
    padding-right: 48px;
    /* 丸 */
  }
  .globalFooter .category_theme::before {
    content: "";
    position: absolute;
    top: 53%;
    right: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .globalFooter .category_theme {
    /* ＋ */
  }
  .globalFooter .category_theme::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  .globalFooter .category_theme.is-open::after {
    content: "−";
  }
  .globalFooter .category_items {
    display: none;
    margin: 0 3.8461538462vw;
    padding-bottom: 5.1282051282vw;
  }
  .globalFooter .category_items.is-open {
    display: block;
  }
}
.globalFooter {
  /* ========================================
    navigation
  ======================================== */
}
.globalFooter .navigation_item:not(:first-of-type) {
  margin-top: 2.5641025641vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .navigation_item:not(:first-of-type) {
    margin-top: min(0.5859375vw, 6px);
  }
}
.globalFooter .navigation_link {
  color: #fff;
  font-size: clamp(11px, 3.5897435897vw, 25px);
  font-weight: 400;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .navigation_link {
    font-size: clamp(11px, 1.3671875vw, 14px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .globalFooter .navigation_link:hover {
    text-decoration: underline;
  }
}
.globalFooter .navigation_link::after {
  display: inline-block;
  margin-left: 5px;
  width: 0.572em;
  height: 0.572em;
  content: "";
  background-image: url("../images/link_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.globalFooter .navigation_link {
  /* 別ウィンドウ */
}
.globalFooter .navigation_link[target=_blank]::after {
  background-image: url("../images/wind.svg");
}
.globalFooter .navigation_link {
  /* PDF */
}
.globalFooter .navigation_link[href$=".pdf"]::after {
  background-image: url("../images/pdf.svg");
}
.globalFooter {
  /* ========================================
    SNS
  ======================================== */
}
.globalFooter .snsList {
  display: flex;
  margin-top: 5.1282051282vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .snsList {
    margin-top: min(1.953125vw, 20px);
  }
}
.globalFooter .snsList_item:not(:first-child) {
  margin-left: 5.1282051282vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .snsList_item:not(:first-child) {
    margin-left: min(1.953125vw, 20px);
  }
}

.snsList_item .u-imgMax01 {
  width: 30px;
}
.snsList_item .u-imgMax {
  width: 40px;
}

/* ========================================
  footer bottom
======================================== */
.globalFooter_bottom {
  padding: 10.2564102564vw 0 15.3846153846vw;
  background: #fff;
  color: #222;
  text-align: center;
  font-size: clamp(12px, 3.0769230769vw, 23px);
  font-weight: 400;
}
@media print, screen and (min-width: 751px) {
  .globalFooter_bottom {
    padding: min(4.8828125vw, 50px) 0;
    font-size: clamp(10px, 1.171875vw, 12px);
  }
}

.globalFooter .helpNaviList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 auto 6vw;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .helpNaviList {
    width: clamp(560px, 66.796875vw, 684px);
    margin: 0 auto 10px;
  }
}
.globalFooter .helpNaviList_item {
  display: flex;
  align-items: center;
  margin-bottom: 3.5vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .helpNaviList_item {
    margin-bottom: 8px;
  }
}
.globalFooter .helpNaviList_item:not(:last-child)::after {
  content: "|";
  margin: 0 0.8em;
  color: #222;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .helpNaviList_item:not(:last-child)::after {
    margin: 0 8px;
  }
}
.globalFooter .helpNaviList_link {
  color: #222;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .helpNaviList_link {
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .globalFooter .helpNaviList_link {
    transition: 0.3s ease;
  }
  .globalFooter .helpNaviList_link:hover {
    color: #888;
  }
}
.globalFooter .textCopy {
  margin-top: 8vw;
  font-size: 12px;
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  .globalFooter .textCopy {
    margin-top: 20px;
  }
}