@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 {
  -webkit-box-sizing: border-box;
          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;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 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.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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=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: bold;
}

/* 初期設定
 ======================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, label {
  display: block;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: "MPlus1";
  src: url(/assets/font/MPLUS1-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MPlus1";
  src: url(/assets/font/MPLUS1-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
body {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.6;
  font-family: "MPlus1", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #303b3a;
  -webkit-text-size-adjust: 100%;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
  font-weight: normal;
}

sub, sup {
  font-size: 0.5em;
}

p {
  font-size: 14px;
  line-height: 1.8em;
}

img {
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: bottom;
  border: none;
  outline: none;
}

video {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #303b3a;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:not(.is-disabled):hover {
  opacity: 0.75;
}

button {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
button:not(.is-disabled, :disabled):hover {
  opacity: 0.75;
}

[type=file] {
  display: none;
}

/* JS - fadein */
.js-fadein,
.js-fadein-parent > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    page-break-before: always;
  }
}
/* clear-fix ------------------- */
.u-cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.u-cfx {
  display: inline-table;
  zoom: 1;
}

/* hides from ie mac \*/
* html .u-cfx {
  height: 1%;
}

.u-cfx {
  display: block;
}

/* end hide from ie mac */
/* 余白 ---------------------- */
.u-mt00 {
  margin-top: 0px !important;
}

.u-mr00 {
  margin-right: 0px !important;
}

.u-mb00 {
  margin-bottom: 0px !important;
}

.u-ml00 {
  margin-left: 0px !important;
}

.u-pt00 {
  padding-top: 0px !important;
}

.u-pr00 {
  padding-right: 0px !important;
}

.u-pb00 {
  padding-bottom: 0px !important;
}

.u-pl00 {
  padding-left: 0px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mr08 {
  margin-right: 8px !important;
}

.u-mb08 {
  margin-bottom: 8px !important;
}

.u-ml08 {
  margin-left: 8px !important;
}

.u-pt08 {
  padding-top: 8px !important;
}

.u-pr08 {
  padding-right: 8px !important;
}

.u-pb08 {
  padding-bottom: 8px !important;
}

.u-pl08 {
  padding-left: 8px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mr72 {
  margin-right: 72px !important;
}

.u-mb72 {
  margin-bottom: 72px !important;
}

.u-ml72 {
  margin-left: 72px !important;
}

.u-pt72 {
  padding-top: 72px !important;
}

.u-pr72 {
  padding-right: 72px !important;
}

.u-pb72 {
  padding-bottom: 72px !important;
}

.u-pl72 {
  padding-left: 72px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt88 {
  margin-top: 88px !important;
}

.u-mr88 {
  margin-right: 88px !important;
}

.u-mb88 {
  margin-bottom: 88px !important;
}

.u-ml88 {
  margin-left: 88px !important;
}

.u-pt88 {
  padding-top: 88px !important;
}

.u-pr88 {
  padding-right: 88px !important;
}

.u-pb88 {
  padding-bottom: 88px !important;
}

.u-pl88 {
  padding-left: 88px !important;
}

.u-mt96 {
  margin-top: 96px !important;
}

.u-mr96 {
  margin-right: 96px !important;
}

.u-mb96 {
  margin-bottom: 96px !important;
}

.u-ml96 {
  margin-left: 96px !important;
}

.u-pt96 {
  padding-top: 96px !important;
}

.u-pr96 {
  padding-right: 96px !important;
}

.u-pb96 {
  padding-bottom: 96px !important;
}

.u-pl96 {
  padding-left: 96px !important;
}

.u-mt104 {
  margin-top: 104px !important;
}

.u-mr104 {
  margin-right: 104px !important;
}

.u-mb104 {
  margin-bottom: 104px !important;
}

.u-ml104 {
  margin-left: 104px !important;
}

.u-pt104 {
  padding-top: 104px !important;
}

.u-pr104 {
  padding-right: 104px !important;
}

.u-pb104 {
  padding-bottom: 104px !important;
}

.u-pl104 {
  padding-left: 104px !important;
}

/* font-size ------------------ */
.u-f10 {
  font-size: 1rem !important;
}

.u-f11 {
  font-size: 1.1rem !important;
}

.u-f12 {
  font-size: 1.2rem !important;
}

.u-f13 {
  font-size: 1.3rem !important;
}

.u-f14 {
  font-size: 1.4rem !important;
}

.u-f15 {
  font-size: 1.5rem !important;
}

.u-f16 {
  font-size: 1.6rem !important;
}

.u-f17 {
  font-size: 1.7rem !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}

.u-f19 {
  font-size: 1.9rem !important;
}

.u-f20 {
  font-size: 2rem !important;
}

.u-f21 {
  font-size: 2.1rem !important;
}

.u-f22 {
  font-size: 2.2rem !important;
}

.u-f23 {
  font-size: 2.3rem !important;
}

.u-f24 {
  font-size: 2.4rem !important;
}

.u-f25 {
  font-size: 2.5rem !important;
}

.u-f26 {
  font-size: 2.6rem !important;
}

.u-f27 {
  font-size: 2.7rem !important;
}

.u-f28 {
  font-size: 2.8rem !important;
}

.u-f29 {
  font-size: 2.9rem !important;
}

.u-f30 {
  font-size: 3rem !important;
}

.u-f31 {
  font-size: 3.1rem !important;
}

.u-f32 {
  font-size: 3.2rem !important;
}

.u-f33 {
  font-size: 3.3rem !important;
}

.u-f34 {
  font-size: 3.4rem !important;
}

.u-f35 {
  font-size: 3.5rem !important;
}

.u-f36 {
  font-size: 3.6rem !important;
}

.u-f37 {
  font-size: 3.7rem !important;
}

.u-f38 {
  font-size: 3.8rem !important;
}

.u-f39 {
  font-size: 3.9rem !important;
}

.u-f40 {
  font-size: 4rem !important;
}

/* border ------------------ */
.u-border {
  border: solid 1px #c7d1d0;
}

.u-borderT {
  border-top: solid 1px #c7d1d0;
}

.u-borderB {
  border-bottom: solid 1px #c7d1d0;
}

.u-borderR {
  border-right: solid 1px #c7d1d0;
}

.u-borderL {
  border-left: solid 1px #c7d1d0;
}

/* line-height ------------------ */
.u-lh00 {
  line-height: 0 !important;
}

.u-lh01 {
  line-height: 0.1 !important;
}

.u-lh02 {
  line-height: 0.2 !important;
}

.u-lh03 {
  line-height: 0.3 !important;
}

.u-lh04 {
  line-height: 0.4 !important;
}

.u-lh05 {
  line-height: 0.5 !important;
}

.u-lh06 {
  line-height: 0.6 !important;
}

.u-lh07 {
  line-height: 0.7 !important;
}

.u-lh08 {
  line-height: 0.8 !important;
}

.u-lh09 {
  line-height: 0.9 !important;
}

.u-lh10 {
  line-height: 1 !important;
}

.u-lh11 {
  line-height: 1.1 !important;
}

.u-lh12 {
  line-height: 1.2 !important;
}

.u-lh13 {
  line-height: 1.3 !important;
}

.u-lh14 {
  line-height: 1.4 !important;
}

.u-lh15 {
  line-height: 1.5 !important;
}

.u-lh16 {
  line-height: 1.6 !important;
}

.u-lh17 {
  line-height: 1.7 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh19 {
  line-height: 1.9 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

.u-lh21 {
  line-height: 2.1 !important;
}

.u-lh22 {
  line-height: 2.2 !important;
}

.u-lh23 {
  line-height: 2.3 !important;
}

.u-lh24 {
  line-height: 2.4 !important;
}

.u-lh25 {
  line-height: 2.5 !important;
}

.u-lh26 {
  line-height: 2.6 !important;
}

.u-lh27 {
  line-height: 2.7 !important;
}

.u-lh28 {
  line-height: 2.8 !important;
}

.u-lh29 {
  line-height: 2.9 !important;
}

.u-lh30 {
  line-height: 3 !important;
}

/* text-style ------------------ */
.u-alignC {
  text-align: center !important;
}

.u-alignR {
  text-align: right !important;
}

.u-alignL {
  text-align: left !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.u-red {
  color: #ec0000;
}

.u-gray {
  color: #869d9a;
}

/* list-style ------------------ */
.u-disc {
  padding-left: 2em;
}
.u-disc > li {
  list-style: disc;
}

.u-notes {
  margin: 2rem 0;
}
.u-notes > li {
  padding-left: 1.5em;
  font-size: 1.3rem;
  position: relative;
}
.u-notes > li:nth-child(n+2) {
  margin-top: 0.5em;
}
.u-notes > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767.9px) {
  .u-notes > li {
    font-size: 2.6rem;
  }
}
.u-notes > li a {
  color: #a4bd00;
  text-decoration: underline;
}
.u-notes > li a:hover {
  text-decoration: none;
}

/* img-zoom ------------------- */
.u-linkZoom {
  display: block;
}

.u-linkZoom img {
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.u-linkZoom:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* pc/sp hide -------------- */
@media print, screen and (min-width: 768px) {
  .u-pcHide {
    display: none !important;
  }
}

@media only screen and (max-width: 767.9px) {
  .u-spHide {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

/* navigation hide -------------- */
.u-noNav .l-header__logo a {
  pointer-events: none;
}
.u-noNav .l-header__user {
  display: none;
}
.u-noNav .l-gnav {
  display: none;
}
.u-noNav .l-gfooternav {
  display: none;
}

/* youtube ---------------- */
.u-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.u-youtube iframe {
  width: 100%;
  height: 100%;
}

.u-youtube-vertical {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767.9px) {
  .u-youtube-vertical {
    aspect-ratio: 426/757;
  }
}
.u-youtube-vertical iframe {
  width: 100%;
  height: 100%;
}

/* ==============================
  COMPORNENT
  ============================== */
/* heading ---------------------- */
.c-heading-lv1 {
  margin-bottom: 3.2rem;
  padding: 0 3.2rem 0.8rem;
  color: #5c706e;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #c7d1d0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-heading-lv1 {
    padding: 2.4rem 5.6rem;
    font-size: 1.8rem;
  }
}
.c-heading-lv1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .c-heading-lv1 a {
    left: 1.6rem;
  }
}

.c-heading-lv2 {
  margin-bottom: 3.2rem;
  padding: 1.6rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #20b300;
}

.c-heading-lv3 {
  margin: 3.2rem 0 1.6rem;
  padding: 0 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-content-inner .c-heading-lv3 {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .c-heading-lv3 {
    padding: 0;
  }
}

.c-heading-lv4 {
  margin-bottom: 2.4rem;
  padding: 0.8rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #eef1f1;
}

.c-heading-lv5 {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
* + .c-heading-lv5 {
  margin-top: 3.2rem;
}

/* text ------------------------ */
p + p {
  margin-top: 1.4em;
}

.c-text-notes {
  margin-top: 4rem;
  font-size: 12px;
}
.c-text-notes + .c-text-notes {
  margin-top: 1em;
}

.c-text-not-applicable {
  margin: 6.4rem 0;
  padding: 0 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-text-not-applicable {
    padding: 0 5.6rem;
  }
}

.c-anchor-decoration a {
  color: #00ac97;
  font-weight: bold;
}

.c-list-disc {
  margin-left: 1.5em;
}
.c-list-disc li {
  list-style: disc;
}
.c-list-disc li:nth-child(n+2) {
  margin-top: 0.6em;
}

.c-list-order {
  margin-left: 1.5em;
}
.c-list-order li {
  list-style-type: decimal;
}
.c-list-order li:nth-child(n+2) {
  margin-top: 0.6em;
}
.c-list-order li::marker {
  font-weight: bold;
}

.c-definition-list {
  font-size: 1.4rem;
}
.c-definition-list dt {
  font-weight: bold;
}
.c-definition-list dd + dt {
  margin-top: 1.6rem;
}

/* table ------------------------ */
.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
}
.c-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6em;
  padding: 0.4rem;
  font-size: 1.4rem;
  background-color: #eef1f1;
  border-radius: 0.4rem;
}
.c-table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - (6em + 1.6rem));
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-table dd {
    font-size: 1.6rem;
  }
}

/* tab ------------------------ */
.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-tab {
    gap: 0 0.8rem;
  }
}
.c-tab > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 12em;
  padding: 0.8rem;
  color: #98aba9;
  background-color: #dae1e1;
  border: solid 1px #c7d1d0;
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-tab > label {
    padding: 1.6rem 0.8rem;
  }
}
.c-tab > label:has(:checked) {
  color: #303b3a;
  background-color: #ffffff;
  cursor: default;
}
.c-tab > label:has(:checked) + .c-tab-detail {
  display: block;
}
.c-tab > label input {
  display: none;
}
.c-tab .c-tab-detail {
  display: none;
  width: 100%;
  min-height: 20rem;
}

/* icon ---------------------- */
.c-icon-required::before, .c-icon-must-read::before {
  content: "必須";
  display: inline-block;
  padding: 0.4rem 0.8rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-bottom;
  border-radius: 0.4rem;
  background-color: #ec0000;
}

.c-icon-must-read::before {
  content: "必読";
}

.c-icon-plus::before, .c-icon-close::before, .c-icon-close--white::before, .c-icon-plus::after, .c-icon-close::after, .c-icon-close--white::after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  background-color: #004c44;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-icon-plus::after, .c-icon-close::after, .c-icon-close--white::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c-icon-close::before, .c-icon-close--white::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-icon-close::after, .c-icon-close--white::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-icon-close--white::before, .c-icon-close--white::after {
  background-color: #ffffff;
}

.c-icon-img-communication::before {
  background-image: url(/assets/img/common/icon_communication.svg);
}

.c-icon-img-education::before {
  background-image: url(/assets/img/common/icon_education.svg);
}

.c-icon-img-consultation::before {
  background-image: url(/assets/img/common/icon_consultation.svg);
}

.c-icon-img-consultation--main::before {
  background-image: url(/assets/img/common/icon_consultation--main.svg);
}

.c-icon-img-consultation--gray::before {
  background-image: url(/assets/img/common/icon_consultation--gray.svg);
}

.c-icon-img-todo::before {
  background-image: url(/assets/img/common/icon_todo.svg);
}

.c-icon-img-department::before {
  background-image: url(/assets/img/common/icon_department.svg);
}

.c-icon-img-employee-benefits::before {
  background-image: url(/assets/img/common/icon_employee_benefits.svg);
}

.c-icon-img-stress-check::before {
  background-image: url(/assets/img/common/icon_stress_check.svg);
}

.c-icon-img-document::before {
  background-image: url(/assets/img/common/icon_document.svg);
}

.c-icon-img-settings::before {
  background-image: url(/assets/img/common/icon_settings.svg);
}

.c-icon-img-comment::before {
  background-image: url(/assets/img/common/icon_comment.svg);
  background-position: 0.4rem center !important;
}

.c-icon-img-post::before {
  background-image: url(/assets/img/common/icon_post.svg);
}

.c-icon-img-my-post::before {
  background-image: url(/assets/img/common/icon_my_post.svg);
}

.c-icon-img-edit::before {
  background-image: url(/assets/img/common/icon_edit.svg);
}

.c-icon-img-personal-survey::before {
  background-image: url(/assets/img/common/icon_personal_survey.svg);
}

.c-icon-img-personal-survey--main::before {
  background-image: url(/assets/img/common/icon_personal_survey--main.svg);
}

.c-icon-img-test::before {
  background-image: url(/assets/img/common/icon_test.svg);
}

.c-icon-img-test--main::before {
  background-image: url(/assets/img/common/icon_test--main.svg);
}

.c-icon-img-test--white::before {
  background-image: url(/assets/img/common/icon_test--white.svg);
}

.c-icon-img-comic::before {
  background-image: url(/assets/img/common/icon_comic.svg);
}

.c-icon-img-comic--white::before {
  background-image: url(/assets/img/common/icon_comic--white.svg);
}

.c-icon-img-harassment-column::before {
  background-image: url(/assets/img/common/icon_harassment_column.svg);
}

.c-icon-img-harassment-column--white::before {
  background-image: url(/assets/img/common/icon_harassment_column--white.svg);
}

.c-icon-img-video::before {
  background-image: url(/assets/img/common/icon_video.svg);
}

.c-icon-img-video--main::before {
  background-image: url(/assets/img/common/icon_video--main.svg);
}

.c-icon-img-video--white::before {
  background-image: url(/assets/img/common/icon_video--white.svg);
}

.c-icon-img-orientation::before {
  background-image: url(/assets/img/common/icon_orientation.svg);
}

.c-icon-img-qa::before {
  background-image: url(/assets/img/common/icon_qa.svg);
}

.c-icon-img-survey::before {
  background-image: url(/assets/img/common/icon_survey.svg);
}

.c-icon-img-survey--main::before {
  background-image: url(/assets/img/common/icon_survey--main.svg);
}

.c-icon-img-team-survey::before {
  background-image: url(/assets/img/common/icon_team_survey.svg);
}

.c-icon-img-team-survey--main::before {
  background-image: url(/assets/img/common/icon_team_survey--main.svg);
}

.c-icon-img-must-read--main::before {
  background-image: url(/assets/img/common/icon_must_read--main.svg);
}

.c-icon-img-anonymous--main::before {
  background-image: url(/assets/img/common/icon_anonymous--main.svg);
}

.c-icon-img-avatar-user::before {
  background-image: url(/assets/img/common/icon_avatar_user.svg);
}

.c-icon-img-avatar-user--main::before {
  background-image: url(/assets/img/common/icon_avatar_user--main.svg);
}

.c-icon-img-avatar-president::before {
  background-image: url(/assets/img/common/icon_avatar_president.svg);
}

.c-icon-img-avatar-president--main::before {
  background-image: url(/assets/img/common/icon_avatar_president--main.svg);
}

.c-icon-img-avatar-company::before {
  background-image: url(/assets/img/common/icon_avatar_company.svg);
}

.c-icon-img-avatar-company--main::before {
  background-image: url(/assets/img/common/icon_avatar_company--main.svg);
}

.c-icon-img-consultation-new::before {
  background-image: url(/assets/img/common/icon_consultation_new.svg);
}

.c-icon-img-consultation-progress::before {
  background-image: url(/assets/img/common/icon_consultation_progress.svg);
}

.c-icon-img-consultation-completed::before {
  background-image: url(/assets/img/common/icon_consultation_completed.svg);
}

.c-icon-img-learning::before {
  background-image: url(/assets/img/common/icon_learning.svg);
}
.c-icon-img-learning.is-selected::before, .c-icon-img-learning.is-disabled::before {
  background-image: url(/assets/img/common/icon_learning--white.svg);
}

.c-icon-img-understandable::before {
  background-image: url(/assets/img/common/icon_understandable.svg);
}
.c-icon-img-understandable.is-selected::before, .c-icon-img-understandable.is-disabled::before {
  background-image: url(/assets/img/common/icon_understandable--white.svg);
}

.c-icon-img-interesting::before {
  background-image: url(/assets/img/common/icon_interesting.svg);
}
.c-icon-img-interesting.is-selected::before, .c-icon-img-interesting.is-disabled::before {
  background-image: url(/assets/img/common/icon_interesting--white.svg);
}

.c-icon-img-accordion::before {
  background-image: url(/assets/img/common/icon_accordion1.svg);
}
.c-icon-img-accordion.is-open::before {
  background-image: url(/assets/img/common/icon_accordion2.svg);
}

.c-icon-img-delete::before {
  background-image: url(/assets/img/common/icon_delete.svg);
}

.c-icon-img-upload-file::before {
  background-image: url(/assets/img/common/icon_upload_file.svg);
}

.c-icon-img-search::before {
  background-image: url(/assets/img/common/icon_search.svg);
}

.c-icon-img-sort::before {
  background-image: url(/assets/img/common/icon_sort.svg);
}

.c-icon-img-kebab::before {
  background-image: url(/assets/img/common/icon_kebab.svg);
}

.c-icon-img-kebab--white::before {
  background-image: url(/assets/img/common/icon_kebab--white.svg);
}

.c-icon-img-information::before {
  background-image: url(/assets/img/common/icon_information.svg);
}

.c-icon-img-checked::before {
  background-image: url(/assets/img/common/icon_checked.svg);
}

.c-icon-img-judge::before {
  background-image: url(/assets/img/common/icon_judge.svg);
}

.c-icon-img-light::before {
  background-image: url(/assets/img/common/icon_light.svg);
}

.c-icon-img-graph::before {
  background-image: url(/assets/img/common/icon_graph.svg);
}

.c-icon-img-help::before, .c-icon-help::before {
  background-image: url(/assets/img/common/icon_help.svg);
}

.c-icon-img-password-on::before {
  background-image: url(/assets/img/common/icon_password_on.svg);
}

.c-icon-img-password-off::before {
  background-image: url(/assets/img/common/icon_password_off.svg);
}

.c-icon-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-icon-only::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icon-with-text-before, .c-icon-img-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-icon-with-text-before::before, .c-icon-img-timer::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icon-img-timer::before {
  background-image: url(/assets/img/common/icon_timer.svg);
}

.c-icon-help {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: text-bottom;
  cursor: pointer;
}
.c-icon-help::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-icon-avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100rem;
}

.c-icon-arrow-right, .c-icon-arrow-bottom, .c-icon-arrow-top, .c-icon-arrow-left {
  position: relative;
}
.c-icon-arrow-right::after, .c-icon-arrow-bottom::after, .c-icon-arrow-top::after, .c-icon-arrow-left::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #00ac97;
  border-right: solid 2px #00ac97;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-icon-arrow-right.is-disabled, .is-disabled.c-icon-arrow-bottom, .is-disabled.c-icon-arrow-top, .is-disabled.c-icon-arrow-left {
  cursor: default;
}
.c-icon-arrow-right.is-disabled::after, .is-disabled.c-icon-arrow-bottom::after, .is-disabled.c-icon-arrow-top::after, .is-disabled.c-icon-arrow-left::after {
  border-top: solid 2px #98aba9;
  border-right: solid 2px #98aba9;
}

.c-icon-arrow-left::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-icon-arrow-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-icon-arrow-bottom::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-icon-arrow-end-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  position: relative;
}
.c-icon-arrow-end-right::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #00ac97;
  border-right: solid 2px #00ac97;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-icon-arrow-end-right::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 1.4rem;
  background-color: #00ac97;
}
.c-icon-arrow-end-right.is-disabled {
  cursor: default;
}
.c-icon-arrow-end-right.is-disabled::before {
  border-top: solid 2px #98aba9;
  border-right: solid 2px #98aba9;
}
.c-icon-arrow-end-right.is-disabled::after {
  background-color: #98aba9;
}

.c-icon-arrow-end-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  position: relative;
}
.c-icon-arrow-end-left::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 1.4rem;
  background-color: #00ac97;
}
.c-icon-arrow-end-left::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #00ac97;
  border-right: solid 2px #00ac97;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-icon-arrow-end-left.is-disabled {
  cursor: default;
}
.c-icon-arrow-end-left.is-disabled::before {
  background-color: #98aba9;
}
.c-icon-arrow-end-left.is-disabled::after {
  border-top: solid 2px #98aba9;
  border-right: solid 2px #98aba9;
}

/* button -------------------- */
.c-btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  margin: 5.6rem 0;
  padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn-set {
    gap: 1.6rem;
  }
}

.c-btn-set-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem 1.6rem;
  margin: 6.4rem 0;
  padding: 0 1.6rem;
}

.c-btn, .c-btn-narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 100rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn, .c-btn-narrow {
    padding: 1.6rem 2.4rem;
  }
}

.c-btn-narrow {
  min-width: 10rem;
}

.c-btn-s {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 70px;
  padding: 0.4rem 1.6rem;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 100px;
}

.c-btn-xs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 5rem;
  height: 1.8rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 10rem;
}

.c-btn-primary {
  color: #303b3a;
  background-color: #ffdc00;
}
.c-btn-primary[data-status=disabled], .c-btn-primary:disabled {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
  pointer-events: none;
}

.c-btn-secondary {
  color: #ffffff;
  background-color: #00ac97;
}
.c-btn-secondary[data-status=disabled], .c-btn-secondary:disabled {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
  pointer-events: none;
}

.c-btn-tertiary {
  color: #004c44;
  border: solid 1px #b3c1c0;
}
.c-btn-tertiary[data-status=disabled], .c-btn-tertiary:disabled {
  color: #98aba9;
  border: solid 1px #b3c1c0;
  cursor: default;
  pointer-events: none;
}

.c-btn-quaternary {
  color: #ffffff;
  background-color: #004c44;
}
.c-btn-quaternary[data-status=disabled], .c-btn-quaternary:disabled {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
  pointer-events: none;
}

.c-btn-alert {
  color: #ffffff;
  background-color: #ec0000;
}
.c-btn-alert[data-status=disabled], .c-btn-alert:disabled {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
  pointer-events: none;
}

.c-btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #004c44;
  font-weight: bold;
}
.c-btn-with-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-btn-with-icon[data-status=disabled], .c-btn-with-icon:disabled {
  color: #98aba9;
  cursor: default;
  pointer-events: none;
}
.c-btn-with-icon[data-status=disabled]::before, .c-btn-with-icon:disabled::before {
  opacity: 0.4;
}

.c-btn-icon-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: solid 1px #c7d1d0;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
}
.c-btn-icon-only:not(.c-icon-plus)::before {
  content: "";
  display: block;
  width: 56%;
  height: 56%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-btn-tag-list li:nth-child(n+2), .c-btn-tag-list-inline li:nth-child(n+2) {
  margin-top: 0.4rem;
}
.c-btn-tag-list li a, .c-btn-tag-list-inline li a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  border: solid 1px #c7d1d0;
  border-radius: 0.4rem;
}

.c-btn-tag-list-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn-tag-list-inline {
    gap: 0.8rem;
  }
}
.c-btn-tag-list-inline li:nth-child(n+2) {
  margin-top: 0;
}

.c-btn-readMore {
  margin: 3.2rem 0;
  color: #004c44;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.c-btn-readMore::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.8rem;
  border-top: solid 2px #004c44;
  border-right: solid 2px #004c44;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: relative;
  top: -0.15rem;
}
.c-btn-readMore.is-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.3rem;
}

/* card ------------------------ */
.c-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.c-card-list li {
  border: solid 1px #c7d1d0;
  border-radius: 1.6rem;
  overflow: hidden;
}

.c-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8rem 1.6rem;
  background-color: #eef1f1;
  border-bottom: solid 1px #c7d1d0;
  font-size: 1.2rem;
}
.c-card-header:not(:has(.c-card-header__type)) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-card-header__type {
  font-size: 1.2rem;
  font-weight: bold;
}

.c-card-header__date {
  font-size: 1.2rem;
}
.c-card-header__date span {
  color: #ec0000;
  font-weight: bold;
}
.is-done .c-card-header__date span {
  color: #303b3a;
  font-weight: normal;
}
.is-expired .c-card-header__date span {
  color: #98aba9;
}

.c-card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
  position: relative;
}
.c-card-detail:has(.c-card-detail__result) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 1.6rem;
}
.is-done .c-card-detail::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(/assets/img/common/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -3.8rem;
  left: 0.8rem;
  z-index: 2;
}

.c-card-detail__avatar {
  width: 4.8rem;
}
.c-card-detail__avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100rem;
}
.c-card-detail__avatar + .c-card-detail__content {
  width: calc(100% - 6.4rem);
}

.c-card-detail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: 4.8rem;
}
.c-card-detail__icon::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  background-color: #daf2ef;
  border-radius: 100rem;
}
.c-card-detail__icon + .c-card-detail__content {
  width: calc(100% - 6.4rem);
}

.c-card-detail__thumbnail {
  width: 8rem;
  height: 8rem;
}
.c-card-detail__thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-detail__content {
  position: relative;
}
.c-card-detail__thumbnail + .c-card-detail__content {
  width: calc(100% - 9.6rem);
}

.c-card-detail__title {
  font-weight: bold;
}

.c-card-detail__category {
  margin-top: 0.4rem;
  color: #5c706e;
  font-size: 1.2rem;
}

.c-card-detail__date {
  color: #5c706e;
  font-size: 1.2rem;
}

.c-card-detail__result {
  padding: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #daf2ef;
}
.c-card-detail__result dd {
  font-weight: bold;
}
.c-card-detail__result dd span {
  font-size: 1.8rem;
}

/* card-stick */
@media print, screen and (min-width: 768px) {
  .c-card-stick-list {
    padding: 0 5.6rem;
  }
}
.c-card-stick-list li {
  position: relative;
}
.c-card-stick-list li:first-child {
  border-top: solid 1px #c7d1d0;
}
.c-card-stick-list li.is-unread::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: calc(100% - 1px);
  background-color: #ffdc00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-card-stick-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 1.6rem;
  border-bottom: solid 1px #c7d1d0;
}

.c-card-stick__thumbnail {
  width: 8rem;
  height: 8rem;
}
@media print, screen and (min-width: 768px) {
  .c-card-stick__thumbnail {
    width: 12rem;
    height: 12rem;
  }
}
.c-card-stick__thumbnail.c-icon-img-test::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: solid 1px #c7d1d0;
}
.c-card-stick__thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-stick__thumbnail + .c-card-stick__content {
  width: calc(100% - 9.6rem);
}
@media print, screen and (min-width: 768px) {
  .c-card-stick__thumbnail + .c-card-stick__content {
    width: calc(100% - 13.6rem);
  }
}

.c-card-stick__title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-card-stick__title {
    font-size: 1.5rem;
  }
}

.c-card-stick__data {
  color: #5c706e;
  font-size: 1.2rem;
}

/* card-note */
.c-card-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 1.6rem;
  background-color: #daf2ef;
  border-radius: 0.8rem;
}

.c-card-note__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}

/* article ------------------------ */
.c-article-category {
  margin: 1.6rem 0 0;
  color: #5c706e;
  text-align: center;
}
.c-article-category a {
  color: #00ac97;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-article-date {
  margin: 0.8rem 0 2.4rem;
  padding: 0 1.6rem;
  color: #5c706e;
  font-size: 1.2rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .c-article-detail {
    padding: 0 5.6rem;
  }
}
.c-article-detail p {
  padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-article-detail p {
    padding: 0;
  }
}
.c-article-detail p + p {
  margin-top: 1rem;
}
.c-article-detail p a {
  color: #00ac97;
  font-weight: bold;
}
.c-article-detail img {
  display: block;
  width: unset;
  max-width: 100%;
  height: auto;
  margin: 1.6rem auto 0;
}
.c-article-detail video {
  margin: 1.6rem auto 0;
}
.c-article-detail .c-movie-keyvisual {
  margin-top: 1.6rem;
}

/* form ---------------------- */
::-webkit-input-placeholder {
  color: #869d9a;
}
::-moz-placeholder {
  color: #869d9a;
}
:-ms-input-placeholder {
  color: #869d9a;
}
::-ms-input-placeholder {
  color: #869d9a;
}
::placeholder {
  color: #869d9a;
}

.c-form-set + .c-form-set {
  margin-top: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-form-set + .c-form-set {
    margin-top: 4rem;
  }
}

.c-form-set--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
.c-form-set--col + .c-form-set--col {
  margin-top: 2.4rem;
}

.c-form-set--col > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
}

.c-form-password-set {
  position: relative;
}
.c-form-password-set .c-form-text {
  padding-right: 4rem;
}

.c-form-password-set__icon {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.c-form-password-set__icon::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
}

.c-form-heading {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-form-heading .c-icon-required {
  margin-left: 0.8rem;
}

.c-form-heading-sub {
  margin: 0.8rem 0;
  font-size: 1.5rem;
}

.c-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.c-form-errmsg {
  margin: 2.4rem 0;
  color: #ec0000;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .c-form-errmsg {
    margin: 4rem 0;
  }
}
.c-form-set .c-form-errmsg {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.c-form-notes {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.c-form-entered-text {
  font-size: 1.6rem;
}
.c-form-entered-text + .c-form-entered-text {
  margin-top: 0;
}

.c-form-entered-text:empty::before {
  content: "―";
  color: #98aba9;
}

.c-form-notice-text {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6em;
}

/* input */
.c-form-text {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  background-color: #ffffff;
}
.c-form-text:-moz-read-only {
  background-color: #dae1e1;
  cursor: default;
}
.c-form-text:disabled, .c-form-text:read-only {
  background-color: #dae1e1;
  cursor: default;
}

.c-form-search {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
}

.c-form-radio-list,
.c-form-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.c-form-radio-list > *,
.c-form-checkbox-list > * {
  position: relative;
}

.c-form-radio-list [type=radio],
.c-form-checkbox-list [type=checkbox],
.c-form-radio-tabs [type=radio] {
  opacity: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form-radio {
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.c-form-radio:hover {
  background-color: #f7fdfc;
}
.c-form-radio::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #00ac97;
  border-radius: 100px;
  background-color: #ffffff;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 2;
}

[type=radio]:checked + .c-form-radio {
  border: solid 1px #ebfdfb;
  background-color: #daf2ef;
}
[type=radio]:checked + .c-form-radio::before {
  border: solid 9px #00ac97;
}

[type=radio]:disabled + .c-form-checkbox {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
}
[type=radio]:disabled + .c-form-checkbox::before {
  border: solid 2px #b3c1c0;
}

.c-form-radio--image {
  border: solid 0.4rem #ffffff;
}
@media print, screen and (min-width: 768px) {
  .c-form-radio--image {
    border: solid 0.6rem #ffffff;
  }
}

[type=radio]:checked + .c-form-radio--image {
  border: solid 0.4rem #00ac97;
}
@media print, screen and (min-width: 768px) {
  [type=radio]:checked + .c-form-radio--image {
    border: solid 0.6rem #00ac97;
  }
}

.c-form-radio-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.8rem;
}

.c-form-radio-tabs-detail {
  display: none;
  padding: 3.2rem 1.6rem;
  border: solid 1px #c7d1d0;
}
@media print, screen and (min-width: 768px) {
  .c-form-radio-tabs-detail {
    padding: 3.2rem;
  }
}

.c-form-radio--tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  color: #98aba9;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #dae1e1;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-form-radio--tab {
    max-width: 12em;
    padding: 1.6rem 1.6rem 1.6rem 5.6rem;
    font-size: 1.6rem;
  }
}
.c-form-radio--tab::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #00ac97;
  border-radius: 100px;
  background-color: #ffffff;
  position: absolute;
  top: 1.6rem;
  left: 0.8rem;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .c-form-radio--tab::before {
    left: 1.6rem;
  }
}
.c-form-radio--tab:has(:checked) {
  color: #303b3a;
  background-color: #ffffff;
}
.c-form-radio--tab:has(:checked)::before {
  border: solid 9px #00ac97;
}
.c-form-radio--tab:has(:checked) + .c-form-radio-tabs-detail {
  display: block;
  width: 100%;
}

.c-form-checkbox {
  padding: 1.6rem 1.6rem 1.6rem 5.6rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.c-form-checkbox:hover {
  background-color: #f7fdfc;
}
.c-form-checkbox::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: solid 2px #00ac97;
  border-radius: 0.4rem;
  background-color: #ffffff;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 2;
}

[type=checkbox]:checked + .c-form-checkbox {
  border: solid 1px #ebfdfb;
  background-color: #daf2ef;
}
[type=checkbox]:checked + .c-form-checkbox::before {
  background-color: #00ac97;
}
[type=checkbox]:checked + .c-form-checkbox::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 3;
}

[type=checkbox]:disabled + .c-form-checkbox {
  color: #98aba9;
  background-color: #dae1e1;
  cursor: default;
}
[type=checkbox]:disabled + .c-form-checkbox::before {
  border: solid 2px #b3c1c0;
}

/* select */
.c-form-select {
  position: relative;
}
.c-form-select::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.1px 7px 0 7px;
  border-color: #00ac97 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form-select select {
  width: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
}
.c-form-select select:disabled {
  background-color: #dae1e1;
  cursor: default;
}
.c-form-select select option:first-child {
  color: #869d9a;
}
.c-form-select + .c-form-select {
  margin-top: 0.8rem;
}

.c-form-select-decorated {
  position: relative;
}
.c-form-select-decorated::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/assets/img/common/icon_kebab--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form-select-decorated select {
  width: 100%;
  min-width: 10rem;
  padding: 0.8rem 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  background-color: #00ac97;
  border-radius: 100rem;
  cursor: pointer;
  position: relative;
}

/* textarea */
.c-form-textarea {
  field-sizing: content;
  width: 100%;
  min-height: 6lh;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  background-color: #ffffff;
  resize: vertical;
}
.c-form-textarea.c-form-mh-half {
  min-height: 3.5lh;
}

/* file */
.c-form-file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.c-form-file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-file-list .c-icon-img-delete {
  display: none;
  cursor: pointer;
}
.c-form-file-list .c-form-file-name {
  width: 100%;
  margin-right: 0.8rem;
  padding: 1.6rem;
  font-size: 1.4rem;
  border: solid 1px #c7d1d0;
  border-radius: 0.8rem;
  background-color: #dae1e1;
  color: #869d9a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form-file-list .is-selectFile .c-form-file-name {
  border: solid 1px #daf2ef;
  color: #000000;
  background-color: #daf2ef;
}
.c-form-file-list .is-selectFile .c-icon-img-upload-file {
  display: none;
}
.c-form-file-list .is-selectFile .c-icon-img-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* error */
.is-formError .c-form-text {
  border: #ec0000 2px solid;
  background-color: #ffc7c7;
}
.is-formError .c-form-textarea {
  border: #ec0000 2px solid;
  background-color: #ffc7c7;
}
.is-formError .c-form-radio::before {
  border: #ec0000 2px solid;
  background-color: #ffc7c7;
}
.is-formError .c-form-checkbox::before {
  border: #ec0000 2px solid;
  background-color: #ffc7c7;
}
.is-formError .c-form-select select {
  border: #ec0000 2px solid;
  background-color: #ffc7c7;
}

/* OTHER PARTS:selected list */
.c-form-selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem;
  background-color: #eef1f1;
  border-radius: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .c-form-selected-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-form-selected-list:empty {
  display: none;
}
* + .c-form-selected-list {
  margin-top: 0.8rem;
}
.c-form-selected-list > * {
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #00ac97;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.c-form-selected-list > *:hover {
  background-color: #1d867a;
}
.c-form-selected-list > *::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/assets/img/common/icon_delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* LAYOUT */
.c-form-col--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
}
.c-form-col--2 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modal ---------------------- */
.c-modal, .c-modal-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6.4rem 1.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .c-modal, .c-modal-alert {
    padding: 6.4rem 10.4rem;
  }
}
.c-modal.is-modalActive, .is-modalActive.c-modal-alert {
  pointer-events: auto;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .c-modal-alert .c-modal__content {
    max-width: 50rem;
  }
}
.c-modal-alert .c-modal__content p {
  text-align: center;
}

.c-modal__content {
  max-height: 100%;
  padding: 4.8rem 2.4rem 6.4rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
  overflow-y: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-modal__content {
    max-width: 96rem;
    padding: 5.6rem;
  }
}
.c-modal__content .c-btn-set {
  margin: 4rem 0 0;
}
.c-modal__content .c-btn-narrow {
  min-width: 9em;
}
@media print, screen and (min-width: 768px) {
  .c-modal__content .c-btn-narrow {
    min-width: 10em;
  }
}
.c-modal__content .c-icon-close {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-modal__content .c-icon-close {
    width: 4rem;
    height: 4rem;
  }
}
.c-modal__content .c-icon-close::before, .c-modal__content .c-icon-close::after {
  width: 100%;
}

/* movie ------------------------ */
.c-movie-keyvisual {
  display: block;
  width: 100%;
  position: relative;
}
.c-movie-keyvisual::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border: solid 1px #ffffff;
  border-radius: 100rem;
  background-color: #00ac97;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-movie-keyvisual::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0 1.2rem 2.078rem;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: calc(50% + 0.3rem);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-movie-keyvisual img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/* video tag */
/* graph ------------------------ */
.c-graph-legend--square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  font-size: 1.2rem;
}
.c-graph-legend--square li::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-right: 0.8rem;
}
.c-graph-legend--square li:nth-child(1)::before {
  background-color: #00ac97;
}
.c-graph-legend--square li:nth-child(2)::before {
  background-color: #004c44;
}
.c-graph-legend--square li:nth-child(3)::before {
  background-color: #dae1e1;
}

.c-graph-legend--circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  font-size: 1.2rem;
}
.c-graph-legend--circle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.c-graph-legend--circle li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100rem;
}
.c-graph-legend--circle li:nth-child(1)::before {
  background-color: #00ac97;
}
.c-graph-legend--circle li:nth-child(2)::before {
  background-color: #004c44;
}
.c-graph-legend--circle li:nth-child(3)::before {
  background-color: #ffdc00;
}

/* productivity ------------------------ */
/* search */
.c-productivity-search > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 0;
}
.c-productivity-search > * .c-form-search {
  width: calc(100% - 5.6rem);
}

/* list parts */
.c-productivity-list-header {
  padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-productivity-list-header {
    padding: 0 5.6rem;
  }
}
.p-content-inner .c-productivity-list-header {
  padding: 0;
}

.c-productivity-list-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}
.c-productivity-list-parts button {
  color: #004c44;
  font-weight: bold;
}

.c-productivity-list-parts__number {
  margin-left: auto;
}

/* pagination */
.c-productivity-list-footer {
  padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-productivity-list-footer {
    padding: 0 5.6rem;
  }
}
.p-content-inner .c-productivity-list-footer {
  padding: 0;
}

.c-productivity-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 40rem;
  margin: 4rem auto;
}
.c-productivity-pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.c-productivity-pagination li:nth-child(2) {
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-productivity-pagination li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}

/* script ------------------------ */
.js-accordion {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.l-header {
  padding: 1.6rem 1.6rem 0.8rem;
  background-color: #ffffff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    margin-bottom: 0;
    padding: 1.6rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__logo img {
  width: 126px;
  height: auto;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 767.9px) {
  .l-header__user {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    width: 30rem;
    padding: 1.6rem;
    background-color: #ffffff;
    border-radius: 0 0 0 5rem;
    -webkit-box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__user.is-transform {
    width: unset;
    padding: 0.8rem;
    border-radius: 100rem;
    position: fixed;
    top: 3.2rem;
    right: 4rem;
    -webkit-animation: DownAnime 0.4s forwards;
            animation: DownAnime 0.4s forwards;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__user.is-transform .l-header__userDetail {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .page--mypage .l-header__user, .page--mypage-settings .l-header__user {
    display: none;
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__userAvatar {
    width: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__userAvatar img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header__userDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.4rem;
    width: calc(100% - 7.6rem);
  }
}

@media print, screen and (min-width: 768px) {
  .l-header__userJobTitle {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.l-header__userName {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767.9px) {
  .l-footer__copy {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 1.1rem;
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 5.3rem));
            transform: translateX(calc(-50% + 5.3rem));
  }
}
@media only screen and (max-width: 767.9px) {
  .u-noNav .l-footer__copy {
    display: block;
    padding: 2.4rem 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .u-noNav .l-footer__copy {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 767.9px) {
  .l-gnav {
    width: 100%;
    height: 100%;
    background-color: #daf2ef;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
  }
  .l-gnav.is-gnavActive {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav {
    width: 7rem;
    height: 56rem;
    padding-top: 3.2rem;
    border-radius: 1.6rem;
    position: sticky;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767.9px) {
  .l-gnav__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    padding: 3.2rem 2.4rem;
    background-color: #ffffff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__user {
    display: none;
  }
}

.l-gnav__userAvatar {
  width: 12rem;
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__userAvatar img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__userAvatar a {
    position: relative;
    top: -1rem;
    z-index: 2;
  }
}

@media only screen and (max-width: 767.9px) {
  .l-gnav__userDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem;
    width: calc(100% - 14.4rem);
  }
}

.l-gnav__userJobTitle {
  font-size: 1.2rem;
}

.l-gnav__userName {
  font-weight: bold;
}

.l-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem;
    padding: 4rem 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem 0.8rem;
    background-color: #ffffff;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__list li {
    width: calc((100% - 1.6rem) / 3);
    background-color: #ffffff;
    border-radius: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-gnav__list li a {
  text-align: center;
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__list li a {
    padding: 1.6rem 0;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__list li a {
    font-size: 0.9rem;
  }
}
.l-gnav__list li a::before {
  height: 3.2rem;
}
.l-gnav__list li a.is-unread {
  position: relative;
}
.l-gnav__list li a.is-unread::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/assets/img/common/icon_notice--alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0.4rem;
}

.l-gnav__copy {
  font-size: 1rem;
}
@media only screen and (max-width: 767.9px) {
  .l-gnav__copy {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .l-gnav__copy {
    display: none;
  }
}

.l-gnav__closeBtn {
  display: block;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .l-gnav__closeBtn {
    display: none;
  }
}

/* gfooternav（SP） */
@media only screen and (max-width: 767.9px) {
  .l-gfooternav {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10000;
  }
}
@media print, screen and (min-width: 768px) {
  .l-gfooternav {
    display: none;
  }
}

.l-gfooternav__list {
  background-color: #ffffff;
}
@media only screen and (max-width: 767.9px) {
  .l-gfooternav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.4rem;
  }
}
.l-gfooternav__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-gfooternav__list li > * {
  width: 100%;
  font-size: 0.9rem;
}
.l-gfooternav__list li > *::before {
  height: 3.2rem;
}
.l-gfooternav__list li > *.is-unread {
  position: relative;
}
.l-gfooternav__list li > *.is-unread::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(/assets/img/common/icon_notice--alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

/* l-gnav, gfooternav style for plan */
.plan-communication-0 .c-icon-img-communication {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  cursor: default;
}
.plan-communication-0 .c-icon-img-communication:hover {
  opacity: 0.4;
}

.plan-education-0 .c-icon-img-education {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  pointer-events: none;
}

.plan-consultation-0 .c-icon-img-consultation {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
  pointer-events: none;
}

/* 共通レイアウト設定 */
@media print, screen and (min-width: 768px) {
  body {
    background-color: #daf2ef;
  }
}

.l-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-wrapper ::-webkit-scrollbar {
  width: 1.6rem;
}
.l-wrapper ::-webkit-scrollbar-track {
  background-color: transparent;
}
.l-wrapper ::-webkit-scrollbar-thumb {
  border: solid 0.4rem transparent;
  -webkit-box-shadow: inset 0 0 1rem 1rem #98aba9;
          box-shadow: inset 0 0 1rem 1rem #98aba9;
  border-radius: 1.6rem;
}

.l-container {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2rem;
    max-width: 102.6rem;
    margin: 0 auto;
    padding: 0 1.6rem;
    position: relative;
  }
}

.l-main {
  width: 100%;
  max-width: 892px;
  margin: 0 auto;
  padding-bottom: 10.4rem;
  background-color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    margin: 3.2rem 0 6.4rem;
    padding-bottom: 5.6rem;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}

.p-content-inner {
  padding: 0 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-content-inner {
    padding: 0 5.6rem;
  }
}

section + section {
  margin-top: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  section + section {
    margin-top: 4rem;
  }
}