@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Yu Gothic UI", "游ゴシック Medium", YuGothic, "游ゴシック体", Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
img {
  height: auto;
  width: 100%;
}

.pc-br,
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br,
.pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

div[role=button]:focus,
a:hover,
a:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0;
}

.medium-text {
  color: #00913a;
}

.bksl {
  font-family: Arial, Helvetica, sans-serif;
}

.--mb5 {
  margin-bottom: 50px;
}

.w100_link {
  height: 100%;
  width: 100%;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

@media screen and (max-width: 768px) {
  body{
    margin-top: 99px;
  }
}
/**
 * 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.l-aside.--home {
  position: absolute;
  right: -13.5rem;
  top: 0rem;
}
@media screen and (max-width: 1024px) {
  .l-aside.--home {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  .l-aside.--home {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
.l-aside.--page {
  margin-left: 50px;
  min-width: 320px;
}
@media screen and (max-width: 1024px) {
  .l-aside.--page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (max-width: 1274px) {
  .l-aside.--home {
    right: -0.5rem;
  }
}
.l-aside__top,
.l-aside__contents {
  margin-bottom: 5rem;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  width: 98%;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 95%;
  }
}

.l-container__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .l-container__inner {
    max-width: 90%;
    width: 90%;
  }
}

.l-footer {
  background-color: #00913a;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  z-index: 100;
}

.l-footer__inner {
  display: grid;
  grid-template-columns: 400px 1fr 1fr;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.l-footer__contents {
  margin-right: 60px;
}

.l-footer__block {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.l-footer__heading {
  color: #fed831;
  margin-bottom: 20px;
}

.l-footer__menu {
  color: #fff;
  list-style-type: none;
  margin-left: 1.4rem;
}

.l-footer__list {
  margin-bottom: 14px;
  padding-left: 10px;
  text-indent: -1em;
}

.l-footer__list:before {
  content: "▶";
  font-size: 1.6rem;
  margin-right: 0.5rem;
}

.l-header {
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 99999;
    background: #fff;
  }
}
.l-header-fixed {
  text-align: center;
  width: 100%;
  z-index: 100000;
}
.l-header-fixed.is-fixed {
  -webkit-transform: translateY(-250px);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-250px);
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.l-header-fixed.is-fixed.is-show {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.l-header-fixed-wrapper {
  background-color: #fff;
  padding: 0 0 10px;
}

.l-sp-header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.l-sp-header__logo {
  margin-right: auto;
}

.l-sp-header__btn.--contact {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 10px 8px;
}

.l-sp-header__btn.--menu {
  align-items: flex-start;
  background-color: #00913a;
  border-radius: 30px;
  color: #fff;
  display: block;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 10px 8px;
  position: relative;
  width: 80px;
}
.l-sp-header__btn.--menu img {
  margin-right: 10px;
  width: 10px;
}

.l-sp-header__btn-inner {
  background-color: #ffffff;
  display: block;
  height: 1px;
  left: 5px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.l-sp-header__btn-inner:before,
.l-sp-header__btn-inner:after {
  background-color: #ffffff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.l-sp-header__btn-inner:before {
  top: -8px;
}

.l-sp-header__btn-inner:after {
  bottom: -8px;
}
@media screen and (max-width: 767px) {
  .c-btn{
    width: 100%;
  }
}
.c-btn a {
  border: 1px solid #000;
  border-radius: 50vh;
  display: block;
  font-size: 1.6rem;
  line-height: 1.41;
  margin: 0 auto;
  max-width: 100%;
  padding: 16px 60px;
  position: relative;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.--top a {
    font-size: 1.6rem;
  }
}

.c-btn.--green a {
  background-color: #00913a;
  color: #fff;
}

.c-btn.--blue a {
  background-color: #3296e6;
  color: #fff;
}

.c-btn.--orange a {
  background-color: #ee762b;
  color: #fff;
}

.c-btn.--yellow a {
  background-color: #fed831;
  color: #000;
}

.c-btn.--pink a {
  background-color: #ef94ae;
  color: #fff;
}

.c-btn.--white a {
  background-color: #fff;
  color: #000;
}

.c-btn.--black a {
  background-color: #000;
  color: #fff;
}

.c-btn a::after {
  content: "→";
  position: absolute;
  right: 40px;
  width: 5px;
}

.c-btn.--file a::after {
  content: url(../img/file.svg);
  position: absolute;
  right: 40px;
  width: 5px;
}

.l-aside .c-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}

.c-main {
  background-attachment: fixed;
  background-image: url(../img/bg-all.jpg);
  background-position: center center;
  overflow: hidden; /* トップページ横スクロールの防止 */
  padding-bottom: 10px;
}
@media screen and (max-width: 1299px) {
  .c-main {
    overflow: visible;
  }
}

.c-page_main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1286px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-page_main {
    width: 92%;
  }
}

.c-page_main__inner {
  margin-left: 143px;
  max-width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1274px) {
  .c-page_main__inner.--sidesetting {
    margin-left: min(10%, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .c-page_main__inner {
    margin-left: 0;
  }
}

.c-tagline {
  background-color: #e6e6e6;
}

.c-tagline__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-tagline__inner {
    justify-content: flex-end;
  }
}

.c-tagline__text {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .c-tagline__text {
    display: none;
  }
}

.c-tagline__sizebtn-area {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-tagline__sizeheading {
  font-size: 1.6rem;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .c-tagline__sizeheading {
    font-size: 1.6rem;
  }
}

.c-tagline__sizebtn-list {
  display: flex;
}

.c-tagline__sizebtn-item {
  border-right: 1px solid #000;
  font-size: 1.6rem;
  padding: 0 10px;
}

.c-tagline__sizebtn-item:last-child {
  border: none;
}

.p-aside-card.--top {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px rgb(0, 0, 0);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-aside-card.--top.--large {
    padding: 16px;
  }
}
.p-aside-card.--top.--large.--green {
  background-color: #00913a;
  color: #fff;
  padding: 30px 0 20px;
  position: relative;
}
.p-aside-card.--top.--large.--yellow {
  background-color: #fed831;
  color: #000;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-aside-card.--top.--large.--yellow {
    margin-bottom: 50px;
  }
}
.p-aside-card.--top.--large.--overlay:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-aside-card.--top.--medium {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
@media screen and (max-width: 1024px) {
  .p-aside-card.--top.--medium {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-aside-card.--top.--medium {
    padding: 10px 0;
  }
}
.p-aside-card.--top.--medium.--green {
  background-color: #00913a;
  color: #fff;
}
.p-aside-card.--top.--medium.--green .p-aside-card__headtext.--mail {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-aside-card.--top.--medium.--green .p-aside-card__headtext.--mail:before {
  content: url(../img/sidetop03.png);
  margin-right: 20px;
  width: 50px;
}
.p-aside-card.--top.--medium.--green .p-aside-card__headtext.--cv {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-aside-card.--top.--medium.--green .p-aside-card__headtext.--cv:before {
  content: url(../img/sidetop04.png);
  margin-right: 20px;
  width: 50px;
}
.p-aside-card.--top.--medium .p-aside-card__headtext {
  font-size: 1.6rem;
  text-align: center;
}

.overlay-text {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.--top .p-aside-card__head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.--top .p-aside-card__img {
  width: 105px;
}

.--top .p-aside-card__img.--obi {
  left: 20px;
  position: absolute;
  top: 0;
}
.--top .p-aside-card__img.--obi + .p-aside-card__headline {
  margin-left: 110px;
}

.--top .p-aside-card__mcopy {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.--top .p-aside-card__mcopy img {
  display: inline-block;
  margin-right: 8px;
  width: 1.3rem;
}
.--top .p-aside-card__mcopy.--green {
  color: #00913a;
  margin-bottom: 8px;
}
.--top .p-aside-card__mcopy.--yellow {
  color: #fed831;
  margin-bottom: 8px;
}

.--top .p-aside-card__headtext {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.--top.--yellow .p-aside-card__headtext {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .--top.--medium .p-aside-card__headtext {
    font-size: 1.6rem;
  }
}

.p-aside-card.--top .c-btn {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-aside-card.--top .c-btn a {
  border: 1px solid #000;
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-aside-card.--contents {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents {
    margin-bottom: 10px;
  }
}
.p-aside-card.--contents .p-aside-card__img {
  margin-right: 1rem;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents .p-aside-card__img {
    width: 30px;
  }
}
.p-aside-card.--contents.--head {
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
}
.p-aside-card.--contents.--head.--orange:before {
  background-image: url(../img/asidecont01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px; /*画像の高さ*/
  vertical-align: middle;
  width: 30px; /*画像の幅*/
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents.--head.--orange:before {
    background-image: url(../img/asidecont01.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 30px; /*画像の高さ*/
    margin-right: 15px;
    vertical-align: middle;
    width: 20px; /*画像の幅*/
  }
}
.p-aside-card.--contents.--head.--pink:before {
  content: url(../img/asidecont02.png);
  margin-right: 20px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents.--head.--pink:before {
    background-image: url(../img/asidecont02.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 35px; /*画像の高さ*/
    margin-right: 15px;
    vertical-align: middle;
    width: 30px; /*画像の幅*/
  }
}
.p-aside-card.--contents.--head.--blue:before {
  content: url(../img/asidecont03.png);
  margin-right: 1rem;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents.--head.--blue:before {
    background-image: url(../img/asidecont03.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 30px; /*画像の高さ*/
    margin-right: 5px;
    vertical-align: middle;
    width: 60px; /*画像の幅*/
  }
}
@media screen and (max-width: 767px) {
  .p-aside-card.--contents.--head {
    max-height: 40px;
    padding: 10px 0;
  }
}
.p-aside-card.--contents.--orange {
  background-color: #ee762b;
}
.p-aside-card.--contents.--pink {
  background-color: #ef94ae;
}
.p-aside-card.--contents.--blue {
  background-color: #3296e6;
}
.p-aside-card.--contents.--banner {
  padding: 0;
}
.p-aside-card.--contents .p-aside-card__banner {
  width: 100%;
}

.l-aside__contents .p-aside-card__headtext {
  font-size: 1.6rem;
}

.l-aside__contents:last-child .p-aside-card__img {
  width: 80px; /*サイドバー最後の段の「本協会グループ適用サービス」だけアイコンの高さが違うので*/
}

.swiper-container-box {
  position: relative;
}

.side-swiper-wrapper {
  align-items: center;
  flex-direction: column;
}

.side-swiper-slide:not(:root) {
  max-width: 100%;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .side-swiper-container {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
  }
  .side-swiper-wrapper {
    flex-direction: row;
  }
  .side-swiper-slide {
    width: 100%;
  }
  .side-swiper-slide img {
    height: auto;
    width: 100%;
  }
  .side-swiper-button-next::before {
    background-image: url(../img/training/merit-sec2-slide-next-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    position: absolute;
    right: -15px;
    vertical-align: middle;
    width: 30px;
  }
  .side-swiper-button-prev::before {
    background-image: url(../img/training/merit-sec2-slide-prev-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    left: -15px;
    position: absolute;
    vertical-align: middle;
    width: 30px;
  }
  .side-swiper-button-next::after,
.side-swiper-button-prev::after {
    content: none !important;
  }
  .swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
  }
  .swiper-container-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    position: relative;
  }
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
.side-swiper-button-next::after,
.side-swiper-button-prev::after {
  content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.p-banner {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.p-banner__heading {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}

.p-banner__list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-banner__item {
  margin-right: 4rem;
}

.p-banner__item:nth-child(2n) {
  margin-right: 0;
}

.p-copy {
  font-size: 1.6rem;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-copy {
    background-color: #00913a;
    color: #fff;
    padding-left: 1rem;
    text-align: left;
  }
}

.contents-container .main-container.--bunri {
  margin-left: auto;
  margin-right: 0;
  max-width: 763px;
  width: 94%;
}
@media screen and (max-width: 1024px) {
  .contents-container .main-container.--bunri {
    margin-right: auto;
    max-width: 983px;
  }
}
@media screen and (max-width: 767px) {
  .contents-container .main-container.--bunri {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.gardener-under {
  border: none;
  border-radius: 10px;
  margin-bottom: 100px;
  margin-right: 0;
  max-width: 763px;
  padding: 10px 0 0px;
  width: 100%;
}
.p-page-c-contents .gardener-under {
  margin-bottom: 0;
}
.gardener-under .section-inner_narrow {
  border: none;
  padding: 0;
}
.gardener-under .section-inner_narrow .h2-about-gardener-under {
  background-color: #3296e6;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-left: 0px;
  min-height: 100px;
  padding: 26px 20px 26px 110px;
  position: relative;
}
.gardener-under .section-inner_narrow .h2-about-gardener-under .SP-br {
  display: none;
}
.gardener-under .section-inner_narrow .h2-about-gardener-under:before {
  background-image: url(../img/about-sec4-h2-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100px;
  left: 30px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 59.8px;
}
.gardener-under .section-inner_narrow .h2-about-gardener-under:after {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  color: #000;
  content: "関連情報";
  display: inline-block;
  font-size: 1.6rem;
  left: 50%;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  min-height: 30px;
  min-width: 100px;
  padding: 6px 17px 6px 20px;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
}
.gardener-under .section-inner_narrow .btn-wrapper_about-sec4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -23px;
}
.gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-left: 23px;
  margin-top: 20px;
  max-width: 370px;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
  width: calc(50% - 23px);
}
.gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 .a_btn-sec-4-hover {
  align-items: center;
  display: flex;
  height: 94%;
  width: 100%;
}
.gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:after {
  background-image: url(../img/about-sec4-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 18px;
  vertical-align: middle;
  width: 20px;
}
.gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:hover .a_btn-sec-4-hover {
  border-bottom: 5px solid #3296e6;
  margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .main-container {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-container .gardener-under {
    max-width: 983px;
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 {
    margin-left: -23px;
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
    max-width: 468.5px;
    width: calc(50% - 23px);
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:hover .a_btn-sec-4-hover {
    border-bottom: none;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-container .gardener-under {
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 983px;
    width: 100%;
  }
  .p-page-c-contents .main-container .gardener-under {
    margin-bottom: 0;
  }
  .main-container .gardener-under .section-inner_narrow .h2-about-gardener-under {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0px;
    min-height: 70px;
    padding: 20px 5px 20px 66px;
  }
  .main-container .gardener-under .section-inner_narrow .h2-about-gardener-under:before {
    height: 61px;
    left: 20px;
    top: 4px;
    width: 36px;
  }
  .main-container .gardener-under .section-inner_narrow .h2-about-gardener-under:after {
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 20px;
    min-width: 60px;
    padding: 1px 6px;
    text-align: center;
    top: -11px;
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: -23px;
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
    margin-top: 10px;
    max-width: 960px;
    min-height: 50px;
    width: calc(100% - 23px);
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 .SP-none {
    display: none;
  }
  .main-container .gardener-under .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:after {
    height: 14px;
    right: 10px;
    width: 14px;
  }
}
.p-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  width: 100%;
}

.p-nav__btn-menu {
  align-items: space-between;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.p-nav__btn-menu.--fixed {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  width: 100%;
}
.p-nav__btn-menu .p-nav__btn-menu-list {
  background-color: #00913a;
  border: 1px solid #000;
  border-radius: 0 0 10px 10px;
  border-top: none;
  color: #fff;
  margin-right: 1rem;
}
.p-nav__btn-menu .p-nav__btn-menu-list:last-child {
  background-color: #ee762b;
}
.p-nav__btn-menu .p-nav__link {
  display: block;
  letter-spacing: 0.05em;
  padding: 5px 12px;
}

.p-nav__text-menu {
  align-items: space-between;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: flex-end;
}
.p-nav__text-menu .p-nav__text-menu-list {
  margin-right: 2rem;
}
.is-fixed .p-nav__text-menu {
  margin-top: 10px;
}
.p-nav__text-menu .p-nav__link {
  position: relative;
  z-index: 1;
}

.p-nav__main-menu {
  align-content: end;
  display: grid;
  grid-template-columns: repeat(7, minmax(80px, 1fr));
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  max-width: 100%;
  width: 1000px;
}
#fixed_header .p-nav__main-menu {
  margin-top: -30px;
}
#fixed_header .p-nav__main-menu .p-nav__link-logo:not(:root) {
  width: 70px;
}
.p-nav__main-menu .p-nav__main-menu-list {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.p-nav__main-menu .p-nav__main-menu-list:last-child .p-nav__link-img {
  width: 3rem;
}
.p-nav__main-menu .p-nav__link {
  align-items: center;
  color: #00913a;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-nav__main-menu .p-nav__link:before {
  display: block;
  margin-bottom: 12px;
  width: 4.5rem;
}
.p-nav__main-menu .p-nav__link.--menu1:before {
  content: url(../img/menu01.svg);
}
.p-nav__main-menu .p-nav__link.--menu2:before {
  content: url(../img/menu02.svg);
}
.p-nav__main-menu .p-nav__link.--menu3:before {
  content: url(../img/menu03.svg);
}
.p-nav__main-menu .p-nav__link.--menu4:before {
  content: url(../img/menu04.svg);
}
.p-nav__main-menu .p-nav__link.--menu5:before {
  content: url(../img/menu05.svg);
}
.p-nav__main-menu .p-nav__link.--menu6:before {
  content: url(../img/menu06.svg);
}
.p-nav__main-menu .p-nav__link-img {
  display: block;
  margin-bottom: 12px;
  width: 4.5rem;
}
.p-nav__main-menu .p-nav__link-logo {
  width: 10rem;
}
#fixed_header .p-nav__main-menu .p-nav__link-logo {
  width: 8rem;
}

#fixed_header .p-nav__link-logo {
  display: block;
  height: 70px;
  margin-top: 10px;
}

.p-page-c-h1 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-h1 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.p-page-c-h1__micro {
  display: block;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 1024px) {
  .p-page-c-h1__micro {
    font-size: 1.6rem;
  }
}

.p-page-c-h2 {
  background: #00913a;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.384615385;
  margin-bottom: 30px;
  padding: 22px 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-h2 {
    border: 1px solid #000;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 12px 20px;
  }
}
.p-page-c-h2.--mb3 {
  margin-bottom: 30px;
}
.p-page-c-h2.--mb6 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-h2.--mb6 {
    margin-bottom: 30px;
  }
}

.p-page-c-contents-col {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1366px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-contents-col {
    flex-wrap: wrap;
  }
}
.p-page-c-contents-col.--ksyo {
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-contents-col.--ksyo {
    margin-left: 0;
  }
}

.p-page-c-contents {
  margin-bottom: 100px;
  max-width: 763px;
  width: 100%;
}
.--ksyo .p-page-c-contents {
  max-width: 700px;
}
.p-page-c-contents.--1000 {
  max-width: 1000px;
}
@media screen and (min-width: 1025px) and (max-width: 1274px) {
  .--sidesetting .p-page-c-contents {
    max-width: inherit;
    width: min(62%, 763px);
  }
}
@media screen and (max-width: 1024px) {
  .p-page-c-contents {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

.p-page-c-2col {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-page-c-2col {
    flex-wrap: wrap;
  }
}
.p-page-c-2col > * {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-page-c-2col > * {
    max-width: 100%;
  }
}

.p-page-c-2col-grid {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-2col-grid {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .p-page-c-2col-grid.--gap10-sp {
    grid-gap: 10px;
  }
}
.p-page-c-2col-grid.--kisyo {
  grid-template-columns: repeat(auto-fit, minmax(175px, 200px));
}
@media screen and (max-width: 1024px) {
  .p-page-c-2col-grid.--kisyo {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.p-page-c-2col-grid.--kisyo2 {
  grid-template-columns: repeat(auto-fit, minmax(175px, 340px));
  margin-bottom: 0;
}
.p-page-c-2col-grid.--mb3 {
  margin-bottom: 30px;
}

.p-page-section {
  margin-bottom: 100px;
}
.p-page-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-section {
    margin-bottom: 50px;
  }
}

.p-page-c-p {
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p-page-c-p.--large {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-p.--large {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.p-page-c-p.--kiyaku-h {
  font-size: 1.6rem;
}
.p-page-c-p.--mb0 {
  margin-bottom: 0;
}
.p-page-c-p.--mb1 {
  margin-bottom: 10px;
}
.p-page-c-p.--mb2 {
  margin-bottom: 20px;
}
.p-page-c-p.--mb5 {
  margin-bottom: 50px;
}
.p-page-c-p.--mb6 {
  margin-bottom: 60px;
}
.p-page-c-p.--mb10 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-p.--mb10 {
    margin-bottom: 50px;
  }
}
.p-page-c-p.--bold {
  font-weight: bold;
}
.p-page-c-p.--16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-c-p.--16 {
    font-size: 1.6rem;
  }
}
.p-page-c-p.--in14 {
  display: block;
  padding-left: 1.4rem;
}
.p-page-c-p.--in28 {
  display: block;
  padding-left: 2.8rem;
}
.p-page-c-p.--one:before {
  background-color: #00913a;
  border-radius: 50%;
  color: #fff;
  content: "1";
  display: inline-block;
  font-size: 1.6rem;
  height: 14px;
  line-height: 14px;
  margin-right: 10px;
  text-align: center;
  width: 14px;
}
.p-page-c-p.--two:before {
  background-color: #00913a;
  border-radius: 50%;
  color: #fff;
  content: "2";
  display: inline-block;
  font-size: 1.6rem;
  height: 14px;
  line-height: 14px;
  margin-right: 10px;
  text-align: center;
  width: 14px;
}
.p-page-c-p a {
  color: #00913a;
  text-decoration: underline;
}
.p-page-c-p .--bold {
  font-weight: bold;
}
.p-page-c-p .--in14 {
  display: block;
  padding-left: 1.4rem;
}
.p-page-c-p .--in28 {
  display: block;
  padding-left: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .p-page-c-p.--kiyaku-h {
    margin-bottom: 10px;
  }
}

.p-page-c-check-ul {
  background: #f7faef;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-check-ul {
    padding: 20px;
  }
}
.p-page-c-check-ul.--mb5 {
  margin-bottom: 50px;
}

.p-page-c-check-li {
  align-items: flex-start;
  display: inline-block;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.714285714;
  list-style-type: none;
}
.p-page-c-check-li::before {
  content: url(../img/first/check.png);
  margin-right: 4px;
  margin-top: 2px;
}
.p-page-c-check-li.--ten {
  font-weight: normal;
}
.p-page-c-check-li.--ten::before {
  color: #00913a;
  content: "・";
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-c-check-li {
    align-items: flex-start;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-page-c-check-li:last-child {
    margin-bottom: 0;
  }
  .p-page-c-check-li.--ten:before {
    margin-right: -2px;
  }
}

.p-page-c-numlist {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 20px;
}
.p-page-c-numlist:before {
  align-items: center;
  background-color: #00913a;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Poppins", "Yu Gothic UI", "游ゴシック Medium", YuGothic, "游ゴシック体", Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
  min-width: 30px;
  padding-top: 2px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-page-c-numlist:before {
    font-size: 1.6rem;
    height: 24px;
    margin-right: 5px;
    min-width: 24px;
  }
}
.p-page-c-numlist.--no1:before {
  content: "1";
}
.p-page-c-numlist.--no2:before {
  content: "2";
}
.p-page-c-numlist.--no3:before {
  content: "3";
}
.p-page-c-numlist.--no4:before {
  content: "4";
}
.p-page-c-numlist.--no5:before {
  content: "5";
}
@media screen and (max-width: 1024px) {
  .p-page-c-numlist {
    font-size: 1.6rem;
  }
}

.p-page-btn a {
  border: 1px solid #000;
  border-radius: 50vh;
  display: block;
  font-size: 1.6rem;
  line-height: 1.41;
  margin: 0 auto;
  max-width: 100%;
  padding: 16px 60px;
  position: relative;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-page-btn a {
    font-size: 1.6rem;
    font-size: 1.6rem;
    padding: 13px;
    width: 300px;
  }
}

.p-page-btn.--green a {
  background-color: #00913a;
  color: #fff;
}

.p-page-btn.--blue a {
  background-color: #3296e6;
  color: #fff;
}

.p-page-btn.--orange a {
  background-color: #ee762b;
  color: #fff;
}

.p-page-btn.--yellow a {
  background-color: #fed831;
  color: #000;
}

.p-page-btn.--pink a {
  background-color: #ef94ae;
  color: #fff;
}

.p-page-btn.--white a {
  background-color: #fff;
  color: #000;
}

.p-page-btn.--black a {
  background-color: #000;
  color: #fff;
}

.p-page-btn a::after {
  content: "→";
  position: absolute;
  right: 40px;
  width: 5px;
}

.p-page-btn.--file a::after {
  content: url(../img/file.svg);
  position: absolute;
  right: 40px;
  width: 5px;
}

.p-page-c-yokomaru {
  background-color: #00913a;
  border: 1px solid #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 21px;
}
@media screen and (max-width: 1024px) {
  .p-page-c-yokomaru {
    font-size: 1.6rem;
    padding: 4px 14px;
  }
}
.p-page-c-yokomaru.--inline-block {
  display: inline-block;
  vertical-align: middle;
}
.p-page-c-yokomaru.--mr1 {
  margin-right: 10px;
}

.p-page-c-pagination {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
  margin: 40px 0;
  position: relative;
}

.p-page-c-pagination span,
.p-page-c-pagination a {
  display: block;
  line-height: 16px;
  margin-right: 30px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.p-page-c-pagination span:last-child,
.p-page-c-pagination a:last-child {
  margin-right: 0;
}

/* ホバー時 & 現在のページ */
.p-page-c-pagination a:hover,
.p-page-c-pagination .current {
  color: #00913a;
}

.p-page-c-pagination a.prev,
.p-page-c-pagination a.next {
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.p-page-contact__h2 {
  color: #000;
  font-family: "Poppins", "Yu Gothic UI", "游ゴシック Medium", YuGothic, "游ゴシック体", Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-page-contact__h2 {
    font-size: 2rem;
  }
}

.p-page-contact-card {
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  padding: 20px 0;
  position: relative;
}
.p-page-contact-card.--green {
  background-color: #00913a;
}
.p-page-contact-card.--green .p-page-contact-card__heading:before {
  content: url("../img/sidetop03.png");
  margin-right: 20px;
  vertical-align: middle;
}
.p-page-contact-card.--blue {
  background-color: #3296e6;
}
.p-page-contact-card.--blue .p-page-contact-card__heading:before {
  content: url("../img/sidetop04.png");
  margin-right: 20px;
  vertical-align: middle;
}
.p-page-contact-card:after {
  color: #fff;
  content: "→";
  position: absolute;
  right: 30px;
  width: 5px;
}
@media screen and (max-width: 1024px) {
  .p-page-contact-card {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 80px;
    padding-left: 20px;
  }
  .p-page-contact-card.--green .p-page-contact-card__heading:before {
    content: "";
    margin-right: 0;
  }
  .p-page-contact-card.--blue .p-page-contact-card__heading:before {
    content: "";
    margin-right: 0;
  }
  .p-page-contact-card.--green:before {
    -webkit-transform: translateY(-50%);
    content: url("../img/sidetop03.png");
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-page-contact-card.--blue:before {
    -webkit-transform: translateY(-50%);
    content: url("../img/sidetop04.png");
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-page-contact-card__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-page-contact-card__heading {
    font-size: 1.6rem;
    margin-left: 70px;
  }
}

.p-page-contact-card__content {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-contact-card__content {
    font-size: 1.6rem;
    margin-left: 70px;
  }
}

.p-page-bold-heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-page-bold-heading {
    font-size: 1.6rem;
  }
}
.p-page-bold-heading.--min-heading {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-page-bold-heading.--min-heading {
    font-size: 1.6rem;
  }
}

.p-page-table {
  font-size: 1.6rem;
  line-height: 1.714285714;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-page-table {
    font-size: 1.6rem;
  }
}
.p-page-table .w-220 {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .p-page-table .w-220 {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-table.--gray .min-w80-sp {
    min-width: 80px;
  }
}
.p-page-table.--gray th {
  background-color: #e6e6e6;
}
.p-page-table.--gray th,
.p-page-table.--gray td {
  border: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--gray th,
.p-page-table.--gray td {
    padding: 10px;
  }
  .p-page-table.--gray th.--p05-sp,
.p-page-table.--gray td.--p05-sp {
    padding: 10px 5px;
  }
}
.p-page-table.--gray th.--pt-1,
.p-page-table.--gray td.--pt-1 {
  padding-top: 10px;
}
.p-page-table.--gray th.--pb-1,
.p-page-table.--gray td.--pb-1 {
  padding-bottom: 10px;
}
.p-page-table.--gray .center {
  text-align: center;
}
.p-page-table.--gray .left {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--gray .left {
    padding-left: 10px;
  }
}
.p-page-table.--gray th.left {
  padding-right: 10px;
}
.p-page-table.--gray .tyoksyo-pad {
  padding-bottom: 8px;
  padding-top: 8px;
}
.p-page-table.--gray .bold {
  font-weight: bold;
}
.p-page-table.--gray .bold.--kisyobold {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--gray .bold.--kisyobold {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-page-table.--gray .left-sp {
    text-align: left;
  }
  .p-page-table.--gray .middle-sp {
    vertical-align: middle;
  }
}
.p-page-table.--gray .middle {
  vertical-align: middle;
}
.p-page-table.--member-under {
  border: 1px solid #000;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--member-under .min-w80-sp {
    min-width: 80px;
  }
}
.p-page-table.--member-under th {
  background-color: #e6e6e6;
}
.p-page-table.--member-under th,
.p-page-table.--member-under td {
  border: 0.5px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--member-under th,
.p-page-table.--member-under td {
    padding: 10px;
  }
  .p-page-table.--member-under th.--p05-sp,
.p-page-table.--member-under td.--p05-sp {
    padding: 10px 5px;
  }
}
.p-page-table.--member-under th.--green {
  background-color: #13913a;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.p-page-table.--member-under th.--lightgreen {
  background-color: #d3ecdc;
}
.p-page-table.--member-under th.--ksyogreen {
  background-color: #95c036;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.p-page-table.--member-under th.--ksyolightgreen {
  background-color: #ecf4dc;
}
.p-page-table.--member-under th.--yellow {
  background-color: #fed831;
  border-radius: 10px 10px 0 0;
}
.p-page-table.--member-under th.--lightyellow {
  background-color: #fff8db;
}
.p-page-table.--member-under tr:last-child th {
  border-radius: 0 0 0 10px;
}
.p-page-table.--member-under tr:last-child td {
  border-radius: 0 0 10px 0;
}
.p-page-table.--member-under .center {
  text-align: center;
}
.p-page-table.--member-under .left {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--member-under .left {
    padding-left: 10px;
  }
}
.p-page-table.--member-under th.left {
  padding-right: 10px;
}
.p-page-table.--member-under .tyoksyo-pad {
  padding-bottom: 8px;
  padding-top: 8px;
}
.p-page-table.--member-under .bold {
  font-weight: bold;
}
.p-page-table.--member-under .bold.--kisyobold {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-page-table.--member-under .left-sp {
    text-align: left;
  }
  .p-page-table.--member-under .middle-sp {
    vertical-align: middle;
  }
}
.p-page-table.--member-under .middle {
  vertical-align: middle;
}

.modal_pop {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999997 !important;
}

.bg {
  background-color: rgba(17, 17, 17, 0.6);
  height: 100%;
  position: fixed;
  position: relative;
  width: 100%;
  z-index: 999998 !important;
}

.modal_pop_main {
  -webkit-transform: translate(-50%, -50%);
  align-items: flex-start;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  height: auto;
  height: 70%;
  justify-content: center;
  left: 50%;
  max-width: 900px;
  padding: 50px;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 999999 !important;
}
@media screen and (max-width: 1024px) {
  .modal_pop_main {
    height: auto;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal_pop_main {
    height: auto;
    padding: 20px;
    top: 50%;
  }
}

.popup-close {
  height: 40px;
  overflow: visible;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .popup-close {
    right: 0px;
    top: -45px;
  }
}

.popup-table-wrapper {
  height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

.popup-table {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .popup-table {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .popup-table {
    width: max(100%, 480px);
  }
  .popup-table.--table2 {
    width: max(100%, 670px);
  }
  .popup-table.--table3 {
    width: max(100%, 800px);
  }
  .popup-table.--table4 {
    width: max(100%, 920px);
  }
}

.popup-table-row {
  display: flex;
}
.popup-table-row.--last {
  border-bottom: none;
}
.--pc .popup-table-row.--last {
  margin-bottom: 20px;
}

.popup-table-el {
  align-items: center;
  border-bottom: 1px dotted #000;
  border-right: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: min(20%, 205px);
}
.popup-table-el:last-child {
  border-right: 2px solid #000;
}
.popup-table-el.--head {
  background-color: #ffec9a;
  border-left: 2px solid #000;
  width: min(30%, 225px);
}
.--table3 .popup-table-el.--head {
  background-color: #c4eefa;
}
.--table4 .popup-table-el.--head {
  background-color: #e1f2b7;
}
.--first .popup-table-el.--head {
  border-radius: 9px 0 0 0;
  border-top: 2px solid #000;
}
.--last .popup-table-el.--head {
  border-bottom: 2px solid #000;
  border-radius: 0 0 0 10px;
}
.popup-table-el.--head.--wrapper {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  width: min(30%, 225px);
}
.popup-table-el.--head.--wrapper .--head {
  background-color: #ffec9a;
  border-left: 2px solid #000;
  border-radius: 9px 0 0 0;
  border-right: 1px solid #000;
  border-top: 2px solid #000;
  height: 100%;
  width: 100%;
}
.--table3 .popup-table-el.--head.--wrapper .--head {
  background-color: #c4eefa;
}
.--table4 .popup-table-el.--head.--wrapper .--head {
  background-color: #e1f2b7;
}
.popup-table-el.--head.--wrapper .--foot {
  background-color: #ffec9a;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 0 0 0 9px;
  border-right: 1px solid #000;
  height: 100%;
  width: 100%;
}
.--table3 .popup-table-el.--head.--wrapper .--foot {
  background-color: #c4eefa;
}
.--table4 .popup-table-el.--head.--wrapper .--foot {
  background-color: #e1f2b7;
}
.popup-table-el.--top {
  background-color: #f2f2f2;
  border-top: 2px solid #000;
}
.popup-table-el.--top:last-child {
  border-radius: 0 10px 0 0;
}
.--last .popup-table-el {
  border-bottom: 2px solid #000;
}
.--last .popup-table-el:last-child {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .popup-table-el {
    font-size: 1.6rem;
    padding: 10px 5px;
    width: min(25%, 100px);
  }
  .popup-table-el.--head {
    max-width: 190px;
    min-width: 190px;
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .popup-table-el.--head {
    max-width: 135px;
    min-width: 135px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .--head {
    left: 0px;
    position: sticky;
  }
}
.p-sitemap {
  background-color: #fff;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sitemap {
    background-color: #00913a;
    color: #fff;
    margin-bottom: -0.1rem;
    padding-bottom: 1rem;
  }
}

.p-sitemap__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__list {
    display: block;
  }
}

.p-sitemap__item {
  border-right: 1px solid #000;
  margin-bottom: 2rem;
  min-width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.p-sitemap__item:first-child {
  min-width: 350px;
}
.p-sitemap__item:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    border-right: none;
    text-align: left;
  }
}

.p-sp-nav {
  background-color: #00913a;
  border-radius: 10px 0 0 0;
  display: none;
  height: 100vh;
  left: 8px;
  overflow-y: scroll;
  position: absolute;
  position: fixed;
  top: 0;
  width: calc(100% - 8px);
  z-index: 9999;
}

.p-sp-nav-list {
  display: block;
}

.p-sp-nav-list__item {
  padding: 0;
  position: relative;
  transition: none;
}
.p-sp-nav-list__item.--logo {
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 20px 0px;
}
.p-sp-nav-list__item.--logo img {
  width: 160px;
}

.p-sp-nav-list__item:hover .p-sp-nav-list__link {
  background-color: #00913a;
  color: #fff;
}

.p-sp-nav-list__link {
  align-content: center;
  align-items: center;
  background-color: #00913a;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  justify-content: flex-start;
  margin-left: 20px;
  padding: 20px 10px;
  position: relative;
  transition: none;
  width: calc(100% - 20px);
}
.p-sp-nav-list__link:first-child {
  border-top: 1px solid #fff;
}
.p-sp-nav-list__link:after {
  background: url(../img/white-arrow.svg) no-repeat center center;
  background-size: 16px 16px;
  border-top: none;
  content: "";
  display: block;
  height: 16px;
  left: auto;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transition: 0.3s;
  width: 16px;
}

.p-sp-nav-list__link--has-child {
  border-bottom: 1px solid #fff;
}
.p-sp-nav-list__link--has-child:after {
  background: url(../img/green-arrow.svg) no-repeat center center;
  background-size: 16px 16px;
  border-top: none;
  content: "";
  display: block;
  height: 16px;
  left: auto;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transition: 0.3s;
  width: 16px;
}
.p-sp-nav-list__link--has-child.active {
  border-bottom: 1px dashed #fff;
}
.p-sp-nav-list__link--has-child.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-sp-nav-child-list {
  display: none;
  left: auto;
  opacity: 1;
  position: static;
  top: auto;
  transition: none;
  visibility: visible;
  width: 100%;
}

.p-sp-nav-child-list__item:last-child {
  border: none;
}

.p-sp-nav-child-list__link {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  text-align: left;
  text-indent: 2em;
}

.p-sp-nav__btn-area {
  padding: 20px;
}
.p-sp-nav__btn-area .c-btn {
  margin-bottom: 10px;
}
.p-sp-nav__btn-area .c-btn a {
  padding: 16px 32px;
}
.p-sp-nav__btn-area .c-btn.--orange a:after {
  content: url(../img/white-arrow-right.svg);
  position: absolute;
  right: 20px;
  width: 5px;
}
.p-sp-nav__btn-area .c-btn.--yellow a:after {
  content: url(../img/black-arrow-right.svg);
  position: absolute;
  right: 20px;
  width: 5px;
}
.p-sp-nav__btn-area .c-btn.--black a:after {
  content: url(../img/white-arrow-right.svg);
  position: absolute;
  right: 20px;
  width: 5px;
}

.p-sp-nav__close {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 10000;
}
.p-sp-nav__close img {
  width: 16px;
}
/*# sourceMappingURL=sourcemaps/app.css.map */
@media screen and (max-width: 767px) {
  .l-sp-header__btn.--contact,
  .l-sp-header__btn.--menu,
  .c-tagline__sizeheading {
    font-size: 1.6rem;
  }
}

.l-sp-header__btn.--menu {
  align-items: center;
}

.p-sp-nav {
  padding-bottom: 80px;
  border-radius: 0;
  width: 100%;
  left: 0;
}

.l-aside__contents .p-aside-card__headtext,
.p-sp-nav-list__link {
  font-size: 1.6rem;
}