@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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;
  counter-reset: h2_number h3_number1 h3_number2 h3_number3 h3_number4 h3_number5 h3_number6 h3_number7;
}

/**
 * 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 {
  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;
}

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

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/* Chrome only hacks */
@media all and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media screen and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}

/* H2 - H4 */
/* ============================================ */

.m-heading-standard {
  padding: 0 0 0.6rem;
  margin: 5.6rem auto 2.4rem;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222;
  position: relative;
}

.m-heading-standard:after {
  content: "";
  width: 10rem;
  height: 3px;
  background: var(--color-green-deep);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.m-heading-standard:first-child {
  margin-top: 0;
}

.m-heading-child {
  margin: 4rem 0 1.6rem 0.4rem;
  padding-left: 2.4rem;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: relative;
}

.m-heading-child:before {
  content: "";
  width: 4px;
  height: 1em;
  background: var(--color-green-deep);
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.section1:before {
  counter-increment: h2_number;
  content: "1-" counter(h2_number) ".";
}

.section2:before {
  counter-increment: h2_number;
  content: "2-" counter(h2_number) ".";
}

.section3:before {
  counter-increment: h2_number;
  content: "3-" counter(h2_number) ".";
}

.section4:before {
  counter-increment: h2_number;
  content: "4-" counter(h2_number) ".";
}

.section5:before {
  counter-increment: h2_number;
  content: "5-" counter(h2_number) ".";
}

.section6:before {
  counter-increment: h2_number;
  content: "6-" counter(h2_number) ".";
}


.section7:before {
  counter-increment: h2_number;
  content: "7-" counter(h2_number) ".";
}


.subsection2-1:before {
  counter-increment: h3_number1;
  content: "2-" counter(h2_number) "-" counter(h3_number1) ".";
}

.subsection2-2:before {
  counter-increment: h3_number2;
  content: "2-" counter(h2_number) "-" counter(h3_number2) ".";
}

.subsection3-1:before {
  counter-increment: h3_number1;
  content: "3-" counter(h2_number) "-" counter(h3_number1) ".";
}

.subsection3-2:before {
  counter-increment: h3_number2;
  content: "3-" counter(h2_number) "-" counter(h3_number2) ".";
}

.subsection4-1:before {
  counter-increment: h3_number1;
  content: "4-" counter(h2_number) "-" counter(h3_number1) ".";
}

.subsection4-2:before {
  counter-increment: h3_number2;
  content: "4-" counter(h2_number) "-" counter(h3_number2) ".";
}


.subsection6-1:before {
  counter-increment: h3_number1;
  content: "6-" counter(h2_number) "-" counter(h3_number1) ".";
}

.subsection6-2:before {
  counter-increment: h3_number2;
  content: "6-" counter(h2_number) "-" counter(h3_number2) ".";
}

.subsection6-3:before {
  counter-increment: h3_number3;
  content: "6-" counter(h2_number) "-" counter(h3_number3) ".";
}

.subsection6-4:before {
  counter-increment: h3_number4;
  content: "6-" counter(h2_number) "-" counter(h3_number4) ".";
}

.subsection6-5:before {
  counter-increment: h3_number5;
  content: "6-" counter(h2_number) "-" counter(h3_number5) ".";
}

.subsection6-6:before {
  counter-increment: h3_number6;
  content: "6-" counter(h2_number) "-" counter(h3_number6) ".";
}

.subsection6-13:before {
  counter-increment: h3_number7;
  content: "6-" counter(h2_number) "-" counter(h3_number7) ".";
}

.subsection7-1:before {
  counter-increment: h3_number1;
  content: "7-" counter(h2_number) "-" counter(h3_number1) ".";
}

.subsection7-2:before {
  counter-increment: h3_number2;
  content: "7-" counter(h2_number) "-" counter(h3_number2) ".";
}

.m-heading-standard span,
H3 span {
  margin-left: 10px;
  border-radius: 3rem;
  color: #fff;
  line-height: normal;
  padding: 1px 25px;
  font-size: 1.4rem;
}

.m-heading-standard span.union-label,
H3 span.union-label {
  background: var(--color-orange);
}

.m-heading-standard span.company-label,
H3 span.company-label {
  background: var(--color-green-pale);
}

@media screen and (max-width: 750px) {
  .m-heading-standard span,
  H3 span.union-label,
  H3 span.company-label {
    text-align: center;
    line-height: 30px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1399px) {
  h2,
  h3,
  h4 {
    padding-top: 28px !important;
    margin-top: -28px;
  }
}

h3 {
  font-weight: 500;
  border-bottom: solid 1.5px var(--color-green-deep);
  margin: 30px 0;
}

h4 {
  font-weight: 500;
  border-bottom: dotted 2px var(--color-border);
  margin: 30px 0;
}

.bold {
  display: block;
  margin: 25px 0 10px 0;
  font-weight: bold;
}

.list-contents {
  font-weight: 500;
  border-bottom: solid 1px var(--color-border);
  margin: 20px 0;
}

/* image */
/* ============================================ */
.mockup {
  max-width: 80rem;
  padding: 3rem 0.8rem 2.5rem;
  display: block;
  margin: 0 auto;
}

.mockup img {
  width: 100%;
  height: auto;
  margin:0 auto;
}

.sp-mockup {
max-width: 30rem;
padding: 3rem 0.8rem 2.5rem;
display: block;
margin: 0 auto;
}

.sp-mockup img {
width: 100%;
height: auto;
margin:0 auto;
}

.arrow-mockup {
max-width: 40rem;
display: block;
margin: 0 auto;
}

.arrow-mockup img {
width: 100%;
height: auto;
margin:0 auto;
}

.sp-mockup-large {
max-width: 45rem;
padding: 3rem 0.8rem 2.5rem;
display: block;
margin: 0 auto;
text-align: left;
}

.sp-mockup-large img {
width: 100%;
height: auto;
margin:0 auto;
margin-left: 15%
}

.sp-mockup-large_left-align {
max-width: 45rem;
padding: 3rem 0.8rem 2.5rem;
display: block;
margin: 0 auto;
text-align: left;
}

.sp-mockup-large_left-align img {
width: 100%;
height: auto;
margin:0 auto;
margin-left: 5%
}

.image-row{
display:flex;
gap:1px;
margin-left: 5%
}

.image-row img{
width:500px;
}

.image-row2{
display:flex;
gap:1px;
margin-left: 5%
}

.image-row2 img{
width:400px;
}

.wh50 {
  width: 50% !important;
  display: block;
}

@media screen and (max-width: 750px) {
  .mockup {
    max-width: 40rem;
    padding: 2rem 0.5rem 1.7rem;
    margin: auto;
    display: block;
  }
  .sp-mockup {
  max-width: 15rem;
  padding: 2rem 0.5rem 1.7rem;
  margin: auto;
  display: block;
  }
  .arrow-mockup {
  max-width: 25rem;
  padding: 2rem 0.5rem 1.7rem;
  margin: auto;
  display: block;
  }
  .sp-mockup-large {
  max-width: 25rem;
  padding: 2rem 0.5rem 1.7rem;
  margin: auto;
  display: block;
  }
  .sp-mockup-large_left-align {
  max-width: 25rem;
  padding: 2rem 0.5rem 1.7rem;
  margin: auto;
  display: block;
  }
  .image-row {
  max-width: 30rem;
  padding: 2rem 0.5rem 1.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  }
  .image-row2 {
  max-width: 30rem;
  padding: 2rem 0.5rem 1.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  }
  .wh50 {
    display: none;
  }
}

/* color */
/* ============================================ */
:root {
  --color-navy: #407dbf;
  --color-navy-light: #d7e6f8;
  --color-navy-dark: #364563;
  --color-border: rgba(0, 0, 0, 0.16);
  --color-olive:#F0EFEA;
  --color-green-deep:#008000;
  --color-orange:#DE7A22;
  --color-green-pale:#6AB187;
}

/* body */
/* ============================================ */
html {
  font-size: 62.5%;
  min-height: 100%;
	scroll-padding-top: 20px;
  scroll-behavior: auto;
}

@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 390);
    scroll-padding-top: 60px;
  }
}

@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: calc(1000vw / 1280);
    scroll-padding-top: 40px;
  }
}

body {
  min-height: 100%;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #131111;
}

@media screen and (max-width: 750px) {
  body {
    background: #F0EFEA;
    font-size: 1.4rem;
  }
  body .menu-visible {
    overflow: hidden;
  }
}

/*==========================

Global layout style
===========================*/

/* main */
/* ============================================ */
main {
  display: flex;
  max-width: 128rem;
  margin: 0 auto;
}

main .main-container {
  flex: 1 1 100%;
  padding: 4rem 3.2rem 8rem;
}

main .main-container > h1 {
  margin-bottom: 5.6rem;
  text-align: center;
  color: #222;
  font-size: 2.4rem;
  font-weight: bold;
}

main .main-container > h1 span {
  display: block;
}

.spview {
	display: none;
}
.pcview {
	display: block;
}

@media screen and (max-width: 750px) {
  main {
    display: block;
    min-height: calc(100vh - 11.2rem);
    padding: 8rem 1.6rem 6rem;
    background: #F0EFEA;
  }
  main .main-container {
    padding: 0;
  }
  main .main-container > h1 {
    margin-bottom: 2.4rem;
  }
  main .main-container .inner {
    border-radius: 0.8rem;
    padding: 2.4rem 1.6rem 3.2rem;
    background: #fff;
  }
  .main-container h1 {
    display: block;
  }
  .pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}

/* Side Header */
/* ============================================ */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding: 0 3.2rem;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}

.site-header figure {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.site-header figure img {
  width: auto;
  margin-right: 0.8rem;
}

.site-header .menu,
.site-header .obfuscator {
  display: none;
}

.site-header .secondary-navi {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.site-header .secondary-navi a {
  display: block;
  transition: color 0.3s;
}

.site-header .secondary-navi a:hover {
  color: var(--color-navy);
}

.site-header .secondary-navi > li {
  position: relative;
}

.site-header .secondary-navi > li + li {
  margin-left: 2.4rem;
  padding-left: 2.4rem;
  line-height: 1.2;
  border-left: 1px solid var(--color-border);
  color: #222;
}

.site-header .secondary-navi > li > ul {
  padding: 0.8rem 1.6rem;
  background: var(--color-navy-light);
  background: #FAFAFA;
  border-radius: 0.4rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  position: absolute;
  left: calc(50% + 0.8rem);
  top: 100%;
  transform-origin: center top;
  transform: translateX(-50%) scaleY(0.65);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}

.site-header .secondary-navi > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.site-header .secondary-navi > li > ul li a {
  padding: 0.8rem 0;
  font-size: 0.9em;
  color: #131111;
}

@media screen and (max-width: 750px) {
  .site-header {
    width: 100%;
    height: 5.6rem;
    padding: 0 1.6rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
  }
  .site-header figure {
    font-size: 1.3rem;
  }
  .site-header figure img {
    width: 12rem;
  }
  .site-header .secondary-navi {
    display: none;
  }
  .site-header .guidance-list {
    display: none;
  }
  .site-header .menu {
    height: 5.6rem;
    width: 5.6rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: block;
  }
  .site-header .menu span {
    height: 0.2rem;
    width: 2.6rem;
    background: var(--color-green-deep);
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  body.menu-visible .site-header .menu span {
    background: transparent;
  }
  .site-header .menu span:before,
  .site-header .menu span:after {
    content: "";
    height: 0.2rem;
    width: 2.6rem;
    background: var(--color-green-deep);
    display: block;
    position: absolute;
    transition: all 0.5s;
  }
  .site-header .menu span:before {
    top: -0.8rem;
  }
  body.menu-visible .site-header .menu span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .site-header .menu span:after {
    top: 0.8rem;
  }
  body.menu-visible .site-header .menu span:after {
    transform: rotate(-45deg);
    top: 0;
  }
}

/* Side Footer */
/* ============================================ */
.site-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: calc(50% - 60.8rem);
  padding-right: calc(50% - 60.8rem);
  padding: 0 3.2rem;
  height: 8rem;
  background: var(--color-green-deep);
  font-size: 1.2rem;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .site-footer {
    height: 5.6rem;
    padding: 0 1.6rem;
    font-size: 1.1rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-weight: 500;
  }
  .site-footer ul {
    display: flex;
    text-decoration: underline;
    line-height: 1;
  }
  .site-footer ul li + li {
    margin-left: 1.6rem;
    padding-left: 1.6rem;
    border-left: 1px solid var(--color-border);
  }
  .site-footer ul li + li {
    margin-left: 0.8rem;
    padding-left: 0.8rem;
  }
  .site-footer p {
    opacity: 0.7;
    color: #fff;
    font-weight: 500;
  }
}

  /* Navi-list */
/* ============================================ */

.navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navi-list li {
    flex: 0 1 49%;
    margin-top: 2%;
}

.navi-list li:nth-of-type(-n + 2) {
    margin-top: 0;
}

.navi-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  border-radius: 0.4rem;
  border: 2px solid #131111;
  background: #fff;
  position: relative;
  transition: all 0.2s;
  text-decoration: none;
}

.navi-list li a:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: var(--color-green-pale);
}

.navi-list li p a {
  flex: 1 1 100%;  
  font-size: 1.8rem;
  padding-left: 3.2rem;
}

.navi-list li a:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
}

@media screen and (max-width: 750px) {
  .navi-list li {
    flex: 1 1 100%;
    margin-top: 3% !important;
    margin-left: -12px;
  }
  .navi-list li a {
    padding: 1.2rem 1.6rem;
  }
  .navi-list li a:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* Global Navi */
/* ============================================ */
.global-navi {
  flex: 0 0 29rem;
  height: 100vh;
  padding: 4rem 0;
  position: -webkit-sticky;
  position: sticky;
  overflow-y: auto;
  top: 0;
}

.global-navi::-webkit-scrollbar {
  width: 0.6rem;
}

.global-navi::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.global-navi::-webkit-scrollbar-thumb {
  background: var(--color-green-deep);
  border-radius: 100rem;
}

.global-navi .guidance-list {
  display: none;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.global-navi .guidance-list li {
  flex: 0 1 48%;
}

.global-navi .guidance-list li + li {
  margin-left: 0.8rem;
}

.global-navi .guidance-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  border-radius: 100rem;
  background: #dee3ed;
  color: #364563;
  font-size: 1.2rem;
  transition: all 0.2s;
  position: relative;
}

.global-navi .guidance-list a:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 100%;
  margin-left: 0.4rem;
  opacity: 0.36;
}

.global-navi p {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color-navy-dark);
}

.global-navi p span {
  display: block;
  color: 333;
  opacity: 0.7;
  font-size: 1rem;
  font-weight: normal;
}

.global-navi .contents-list > li + li {
  margin-top: 0.4rem;
  margin-left: 0.9rem;
}

.global-navi .contents-list > li i {
  display: none;
}

.global-navi .contents-list > li > a {
  display: block;
  padding: 0.6rem 0.8rem;
  font-weight: 500;
  color: #222;
  transition: all 0.2s;
}

.global-navi .contents-list > li > a:hover {
  color: var(--color-navy);
}

.global-navi .contents-list > li.active > a {
  background: var(--color-olive);
  color: var(--color-green-deep);
}

.global-navi .contents-list > li span {
  display: inline-block;
  padding: 0.3rem 1rem;
  margin: 0 0 0.2rem 0.4rem;
  vertical-align: middle;
  border-radius: 10rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-indent: initial;
}

.global-navi .contents-list > li span.union-label {
  background: var(--color-orange);
}

.global-navi .contents-list > li span.company-label {
  background: var(--color-green-pale);
}

.global-navi ol {
  counter-reset: item;
  margin-left: 1.5em;
}

.global-navi ol > li {
  counter-increment: item;
}

@media screen and (min-width: 751px) {
  .global-navi ol {
    display: block !important;
  }
}

.global-navi ol > li > a {
  display: block;
  padding: 0.6rem;
  padding-left: 1.8em;
  text-indent: -1.8em;
  font-size: 1.4rem;
  color: #131111;
  transition: all 0.2s;
  position: relative;
}

.global-navi ol.l01 > li > a:before {
  content: "1-"counter(item) ".";
}

.global-navi ol.l02 > li > a:before {
  content: "2-"counter(item) ".";
}

.global-navi ol.l03 > li > a:before {
  content: "3-"counter(item) ".";
}

.global-navi ol.l04 > li > a:before {
  content: "4-"counter(item) ".";
}

.global-navi ol.l05 > li > a:before {
  content: "5-"counter(item) ".";
}

.global-navi ol.l06 > li > a:before {
  content: "6-"counter(item) ".";
}

.global-navi ol.l07 > li > a:before {
  content: "7-"counter(item) ".";
}

.global-navi ol > li > a:hover {
  color: var(--color-navy);
}

.global-navi ol > li.active > a {
  background: ghostwhite;
  color: var(--color-navy);
}

.global-navi .sub-list {
  display: none;
}

ol.l000 > li > a{
  display: block;
  padding: 0.6rem;
  padding-left: 1.2em;
  text-indent: -2.6em;
  font-size: 1.4rem;
  color: #131111;
  transition: all 0.2s;
  position: relative;
}

ol.con021 > li > a:before {
  content: "2-1-"counter(item) ".";
}

ol.con022 > li > a:before {
  content: "2-2-"counter(item) ".";
}

ol.con031 > li > a:before {
  content: "3-1-"counter(item) ".";
}

ol.con032 > li > a:before {
  content: "3-2-"counter(item) ".";
}

ol.con041 > li > a:before {
  content: "4-1-"counter(item) ".";
}

ol.con042 > li > a:before {
  content: "4-2-"counter(item) ".";
}

ol.con061 > li > a:before {
  content: "6-1-"counter(item) ".";
}

ol.con062 > li > a:before {
  content: "6-2-"counter(item) ".";
}

ol.con063 > li > a:before {
  content: "6-3-"counter(item) ".";
}

ol.con064 > li > a:before {
  content: "6-4-"counter(item) ".";
}

ol.con065 > li > a:before {
  content: "6-5-"counter(item) ".";
}

ol.con066 > li > a:before {
  content: "6-6-"counter(item) ".";
}

ol.con0613 > li > a:before {
  content: "6-13-"counter(item) ".";
}

ol.con071 > li > a:before {
  content: "7-1-"counter(item) ".";
}

ol.con072 > li > a:before {
  content: "7-2-"counter(item) ".";
}

ol.con01 > li > a:before {
  margin-left: 5px;
  content: "・";
}

.ml05{
  margin-left: 0.1em !important;
}

@media screen and (max-width: 750px) {
  .global-navi {
    position: fixed;
    width: 100%;
    height: calc(100% - 5.6rem);
    max-height: 100%;
    margin: 0;
    padding: 2.4rem 0 4rem;
    background: #fff;
    position: fixed;
    top: 5.6rem;
    left: 0;
    transform: translateX(-110%);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10;
  }
  body.menu-visible .global-navi {
    transform: translateX(0);
  }
  .global-navi .guidance-list {
    display: flex;
  }
  .global-navi .contents-list > li {
    position: relative;
  }
  .global-navi .contents-list > li > i {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 5.6rem;
    height: 4rem;
    padding-right: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-green-deep);
  }
  .global-navi .contents-list > li > a  {
    padding: 0.8rem 5.6rem 0.8rem 1.6rem;
  }
  .global-navi .contents-list > li span {
    font-size: 1rem;
  }
  .global-navi ol {
    display: none;
  }
  .global-navi ol > li > a {
    padding: 0.8rem 3.2rem 0.8rem 1.6em;
  }
  .global-navi .sub-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
  }
  .global-navi .sub-list li {
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .global-navi .sub-list li + li {
    margin-left: 1.6rem;
    padding-left: 1.6rem;
    border-left: 1px solid var(--color-border);
    font-size: 1.2rem;
  }
  .p08 {
    padding: 0.8rem 5.6rem 0.8rem 1.6rem;
  }
}

/* Inner */
/* ============================================ */
.inner > p {
  margin: 1.2rem 0;
}

.inner a {
  text-decoration: underline;
  transition: opacity 0.3s;
  word-break: break-all;
}

.inner a:hover {
  opacity: 0.6;
}

.inner figure {
  margin: 2.4rem auto 3.2rem;
}

/* component */
/* ============================================ */
/*
 * defines-block
 * sp-table-scrol
 */
.defines-block,
.sp-table-scrol {
  margin: 0.8rem auto;
  padding: 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
}

.block-green {
  border: 1px solid var(--color-green-deep);
  background: #F2F9F2;
}

.block-red {
  border: 1px solid #FFC2C2;
  background: #FFE6E7;
}


.defines-block table ul li,
.defines-block ul li,
.sp-table-scrol table ul li,
.sp-table-scrol ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.block-red ul li,
.block-green ul li {
  list-style-type: "・";
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

/*
 * defines-block table
 * sp-table-scroll table
 */
.defines-block table,
.sp-table-scrol table {
  width: 100%;
  margin: 1.6rem auto;
  table-layout: fixed;
}

.defines-block table th,
.defines-block table td,
.sp-table-scrol table th,
.sp-table-scrol table td {
  padding: 0.6rem;
  border: 1px solid var(--color-border);
  vertical-align: top;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
}

.defines-block table tr:first-child,
.sp-table-scrol table tr:first-child {
  background-color: #7A7A7A;
}

.defines-block table tr,
.sp-table-scrol table tr {
  background-color: #FFF;
}

.defines-block table th:first-child,
.sp-table-scrol table th:first-child {
  width: 20%;
}

.defines-block table th,
.sp-table-scrol table th {
  font-weight: 400;
}

.defines-block table td,
.sp-table-scrol table td{
  color: inherit;
}

.defines-block table ul li img,
.defines-block ul li img,
.sp-table-scrol table ul li img,
.sp-table-scrol ul li img {
  width: 1.5em;
  vertical-align: text-bottom;
}

.defines-block table ul li:before,
.sp-table-scrol table ul li:before {
   content:  "・"
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.indent {
  text-indent: 1em;
}
.pl02 {
  padding-left: 2em;
}

.mp30 {
  padding-top: 30px;
}

.wh07 {
  width: 7% !important;
}

.wh23 {
  width: 23%;
}

.wh_img {
  width: 25% !important;
  height: auto;
}

.wh15 {
  display: inline-grid;
  width: 1.5em;
  justify-content: space-between;
  vertical-align: text-bottom;
}

/*
 * table-scroll
 */
 @media screen and (max-width: 750px) {
  .table-scroll{
    overflow: auto;
    white-space: nowrap;
    width:100%;
  }
 }

/*
 * article-footer
 */
.inner .article-footer {
  margin-top: 8rem;
}

.inner .article-footer .btn-return {
  display: block;
  margin: 0 auto;
  max-width: 33rem;
  line-height: 5.6rem;
  border-radius: 0.8rem;
  background: #A2C523;
  text-decoration: none;
  text-align: center;
  color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(143, 117, 117, 0.16);
}

.inner .article-footer .btn-return:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
}

/*
 * btn-top-wrap
 */
footer {
  position: relative;
}

.btn-top-wrap {
  position: fixed;
  right: 50px;
  bottom: 90px;
  display: none;
}

.btn-top-wrap.is-stop {
  position: absolute;
}

.btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: solid 1Px #fff;
  border-radius: 50vh;
  background-color: var(--color-green-deep);
}

.btn-top::after {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(315deg);
}

@media screen and (max-width: 750px) {
  .defines-block table {
    width: 100%;
    margin: 1.6rem auto;
    table-layout: fixed;
  }
  .defines-block table th, td {
    padding: 0.6rem;
    border: 1px solid var(--color-border);
    text-align: left;
    font-size: 1.4rem;
    width: auto;
    display: block;
  }
  table.table-cell th, td {
    display: table-cell;
  }
  .defines-block table td {
    color: inherit;
    background-color: #fff;
    display: block;
  }
  .defines-block table tr:first-child {
      display: none;
  }
  .defines-block table td:first-child {
    background-color: #7A7A7A;
    border-bottom: none;
    color: #fff;
  }
  .sp-table-scrol table {
    table-layout: auto;
  }
  .sp-table-scrol table th.wh23,
  .sp-table-scrol table th.wh07 {
    width: auto;
  }
  .btn-top-wrap {
    right: 12px;
    bottom: 30px;
  }
  .btn-top {
    width: 60px;
    height: 60px;
  }
  .wh_img {
    width: 55% !important;
    height: auto;
  }
}


/*
 * List-01
 */
.list01 {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
  margin-top: 20px;
}

.list01 li{
  text-indent: -1.5em;
  font-size: 1.3rem;
}

.list01 li::before{
  content: "※";
  margin-right: 0.5em;
}

/*
* List-02
  List-03
  List-04
*/
.list02 {
  padding-left: 1em;
  text-indent: -1em;
}
.list02 li::before {
  content: "・";
  margin-right: 0.5em;
}

.list03 {
  text-indent: -1em;
}

.list03 li::before {
  content: "※" !important;
  margin-right: 0.5em;
}

.list04 li {
  margin: 15px 0;
}

.list05 {
  padding-left: 1em;
  text-indent: -1em;
}

.list05 li::before {
  content: "●";
  margin-right: 0.5em;
}

.list06 {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
  margin-top: 20px;
  font-weight: bold;
}

.list06 a {
  color: #407dbf;
}

/*
 * logo-block
 */
 .logo-block {
  margin: 0.8rem auto;
  padding: 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}

.logo-block dl {
  display: flex;
}

.logo-block dl + dl {
  margin-top: 2rem;
}

.logo-block dl dt {
  flex: 0 0 auto;
  min-width: 8rem;
  margin-right: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.logo-block dl dd {
  flex: 1 1 auto;
  margin-left: 1em;
}

.logo-block dl > dt span {
  padding: 0.3rem 4rem;
  margin: 0 0 0.2rem 0.4rem;
  vertical-align: middle;
  border-radius: 10rem;
  line-height: 1;
  text-indent: initial;
}

.logo-block dl > dt span.union-label {
  background: var(--color-orange);
}

.logo-block dl > dt span.company-label {
  background: var(--color-green-pale);
}

@media screen and (max-width: 750px) {
  .logo-block dl {
   display: block;
  }
  .logo-block dl + dl {
   margin-top: 2rem;
  }
  .logo-block dl dt {
   flex: 0 0 auto;
   min-width: 8rem;
   margin-right: 0.8rem;
  }
  .logo-block dl dd {
   flex: 1 1 auto;
   text-indent: 0;
   margin-left: 0;
  }
  .logo-block dl dd::before {
   display: none;
  }
  .logo-block dd {
    margin-top: 10px;
  }
}

/*
 * Number
 */
.inner ol.number {
  counter-reset: number;
}

.inner ol.number > li {
  position: relative;
  padding-left: 3em;
  counter-increment: ol-counter;
}

.inner ol.number > li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}

.inner ol.circle > li {
  position: relative;
  padding-left: 3em;
}

.inner ol.circle > li .number {
  position: absolute;
  left: 0; 
  width: 2.5em;
  display: flex;
  justify-content: center;
}

ol.number .defines-block .list02 li {
  padding-left: 1em;
}

ol.number .defines-block ul.list02 li::before  {
  content: "・";
}

.pl10 {
  padding-left: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.ol_wh_img {
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .inner ol.number > li {
    padding-left: 2.5em;
   }
  }

  /*
 * Tel
 */
 @media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}