@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  margin: 0;
}

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 2.8vw;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 3.73vw;
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: #333;
  background: #fff;
  word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, picture, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  list-style-position: putside;
  list-style-image: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  color: #fff;
  width: auto;
  vertical-align: middle;
  border: 0;
  pointer-events: none;
}

a {
  color: #231815;
  outline: 0;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}
a img {
  pointer-events: auto;
}

b, em, strong {
  font-weight: 700;
  font-style: normal;
}

small {
  font-size: 80%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  font-weight: 400;
  padding: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

body {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

:root {
  --scrollbar: 0;
}

.ib {
  display: inline-block;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.marker {
  background: linear-gradient(transparent 60%, #ffc602 60%);
}

.red {
  color: #c00;
  text-shadow: 0 0 2px #fff;
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
html.js #wrapper {
  position: fixed;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.18, 0.29, 0.29, 0.93);
}
html.js #loader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.6s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  background: #2e8B57;
  overflow: hidden;
  z-index: -1;
}
html.js #loader .ico {
  position: absolute;
  display: block;
  width: 10rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s cubic-bezier(0.18, 0.29, 0.29, 0.93);
}
html.js #loader .ico:before, html.js #loader .ico:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  top: 0;
  background: #fff;
}
html.js #loader .ico i {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 50%;
  margin-left: -1rem;
  background: #fff;
  animation: loading 1.2s infinite ease-in-out;
  animation-delay: -1s;
  border-radius: 50%;
}
html.js #loader .ico:before {
  left: 0;
  animation: loading 1.2s infinite ease-in-out;
}
html.js #loader .ico:after {
  right: 0;
  animation: loading 1.2s infinite ease-in-out;
  animation-delay: -0.8s;
}
html.js body.loaded #wrapper {
  position: relative;
  background: #fff;
  opacity: 1;
}
html.js body.loaded #loader {
  opacity: 0;
  pointer-events: none;
}
html.js body.loaded #loader .ico {
  opacity: 0;
}

@keyframes loading {
  0%, 80%, 100% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
}
#wrapper {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #fff;
  /*padding-top: 120px;*/
  padding-top: 80px;
}
#wrapper.fixed {
  position: fixed;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
    overflow-x: hidden;
  }
}

html.js body.loaded #wrapper.fixed {
  position: fixed;
}

body.home #wrapper {
  padding-top: 0;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  transition: height 0.5s ease;
}
#header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
#header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.3125rem;
  z-index: 1;
  background: #2e8B57; /*height:0.625rem;*/
  transition: height 0.5s ease;
}
#header .headerInner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 10;
  transition: height 0.5s ease;
}
#header #siteID {
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2e8B57;
}
#header #siteID .logo {
  display: block;
  width: 80%;
  padding-bottom: 42.3%;
  background: url("../img/common/logo.svg") no-repeat center center;
  background-size: 100% auto;
}
#header #siteID .logo span {
  position: absolute;
  display: none;
  opacity: 0;
  font-size: 0;
  pointer-events: none;
}
#header #gNav .trigger {
  cursor: pointer;
}
#header .snsLink i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#header .snsLink i.fb {
  background-image: url("../img/common/ico_fb.svg");
}
@media print, screen and (min-width: 768px) {
  #header {
    border-bottom: 1px solid #ddd;
  }
  #header .headerInner {
    /*height: 120px;*/
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #header #siteID {
    width: 120px;
  }
  #header #gNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
    font-weight: 700;
  }
  #header #gNav .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header #gNav .nav > li {
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
    margin-left: 0.8rem;
    line-height: 1.2;
  }
  #header #gNav .nav > li + li {
    padding-left: 0.8rem;
  }
  #header #gNav .nav > li + li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.6rem;
    width: 1px;
    margin-top: -0.8rem;
    background: #2e8B57;
  }
  #header #gNav .nav > li > a,
  #header #gNav .nav > li .trigger {
    display: block;
    position: relative;
    color: #094222;
  }
  #header #gNav .nav > li > a:before,
  #header #gNav .nav > li .trigger:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
    margin-bottom: 0.2em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #2e8B57 transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  #header #gNav .nav > li.sp {
    display: none;
  }
  #header #gNav .nav > li:hover a:before, #header #gNav .nav > li:hover .trigger:before {
    opacity: 1;
  }
  #header #gNav .nav > li.cr a:before, #header #gNav .nav > li.cr .trigger:before {
    opacity: 1;
  }
  #header #gNav .nav .sub {
    position: fixed;
    left: 0;
    /*top: 100px;*/
    top: 80px;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    background: #2e8B57;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  #header #gNav .nav .sub li {
    display: inline-block;
    padding: 0.5em;
  }
  #header #gNav .nav .sub li a {
    display: inline-block;
    color: #fff;
    padding: 1em 0.5em;
  }
  #header #gNav .nav .sub li a:hover {
    text-decoration: underline;
  }
  #header #gNav .nav li.down:hover .sub {
    padding: 1.5rem 30px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1000;
  }
  #header #gNav .snsLink {
    margin-left: 1.5rem;
  }
  #header #gNav .snsLink a {
    display: block;
    width: 24px;
    transition: transform 0.3s ease;
  }
  #header #gNav .snsLink a:hover {
    transform: scale(1.1);
  }
  #header #gNav .snsLink a i {
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  #header #gNav .nav > li {
    margin-left: 1.5rem;
  }
  #header #gNav .nav > li + li {
    padding-left: 1.5rem;
  }
  #header #gNav .nav .sub li {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  #header:after {
    height: 0.3125rem;
  }
  #header .headerInner {
    height: 60px;
    border-bottom: 1px solid #ddd;
  }
  #header #siteID {
    width: 20%;
    max-width: 80px;
    z-index: 200;
  }
  #header #gNav {
    position: fixed;
    width: 100%;
    height: 90%;
    height: calc(100% - 60px);
    top: 60px;
    left: 100%;
    transition: left 0.5s ease;
    overflow-y: auto;
    z-index: 50;
  }
  #header #gNav a {
    color: #fff;
  }
  #header #gNav .bg {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgba(46, 139, 87, 0.95);
    transition: width 0.5s ease;
  }
  #header #gNav a, #header #gNav .trigger {
    position: relative;
    display: block;
    padding: 0.8em 4%;
    color: #fff;
  }
  #header #gNav .nav > li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #header #gNav .nav > li.cr {
    background: #094222;
  }
  #header #gNav .nav > li > a {
    font-weight: 700;
  }
  #header #gNav .nav > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
  }
  #header #gNav .trigger {
    font-weight: 700;
  }
  #header #gNav .sub {
    margin-left: 4vw;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  #header #gNav .sub li {
    border-top: 1px dotted #2e8B57;
  }
  #header #gNav .sub a {
    background: rgba(255, 255, 255, 0.15);
  }
  #header #gNav .sub a:after {
    content: "";
    display: block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
  }
  #header #gNav .snsLink {
    padding: 4%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: right;
  }
  #header #gNav .snsLink a {
    display: inline-block;
    padding: 0.4em 1em 0.4em 0.4em;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    border: 1px solid #2e8B57;
  }
  #header #gNav .snsLink a i {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
  }
  #header #gNav .snsLink a span {
    display: inline-block;
    padding-left: 0.6em;
    color: #666;
    vertical-align: middle;
  }
  #header #menuBtn {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
  }
  #header #menuBtn span {
    position: relative;
    width: 30px;
    height: 30px;
  }
  #header #menuBtn span:before, #header #menuBtn span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background: #2e8B57;
    transition: all 0.3s ease;
  }
  #header #menuBtn span:before {
    top: 4px;
  }
  #header #menuBtn span:after {
    bottom: 4px;
  }
  #header #menuBtn i {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 8px;
    background: #2e8B57;
    transition: all 0.3s ease;
  }
}

/*
body.shortHd #header {
  &:after {
    height: 0.3125rem;
  }
  @include pc {
    .headerInner {
      height: 80px;
    }
    #gNav {
      .nav {
        padding-top: 0;
        .sub {
          top: 80px;
        }
      }
    }
  }
}
*/
@media screen and (max-width: 767px) {
  body.menuOpen #header #gNav {
    left: 0;
  }
  body.menuOpen #header #gNav .bg {
    width: 100%;
  }
  body.menuOpen #header #menuBtn span:before,
  body.menuOpen #header #menuBtn span:after {
    background: #fff;
  }
  body.menuOpen #header #menuBtn span:before {
    top: 50%;
    margin-top: -2px;
    transform: rotate(135deg);
  }
  body.menuOpen #header #menuBtn span:after {
    bottom: 50%;
    margin-bottom: -2px;
    transform: rotate(-135deg);
  }
  body.menuOpen #header #menuBtn i {
    left: 100%;
    background: #fff;
    opacity: 0;
  }
}
/* current */
@media print, screen and (min-width: 768px) {
  body#importance #header #gNav .nav > li.nav-importance a:before, body#importance #header #gNav .nav > li.nav-importance .trigger:before {
    opacity: 1;
  }
  body#service #header #gNav .nav > li.nav-service a:before, body#service #header #gNav .nav > li.nav-service .trigger:before {
    opacity: 1;
  }
  body#support #header #gNav .nav > li.nav-support a:before, body#support #header #gNav .nav > li.nav-support .trigger:before {
    opacity: 1;
  }
  body#company #header #gNav .nav > li.nav-company a:before, body#company #header #gNav .nav > li.nav-company .trigger:before {
    opacity: 1;
  }
  body#contact #header #gNav .nav > li.nav-contact a:before, body#contact #header #gNav .nav > li.nav-contact .trigger:before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  body#importance #header #gNav .nav > li.nav-importance {
    background: #094222;
  }
  body#service #header #gNav .nav > li.nav-service {
    background: #094222;
  }
  body#support #header #gNav .nav > li.nav-support {
    background: #094222;
  }
  body#company #header #gNav .nav > li.nav-company {
    background: #094222;
  }
  body#contact #header #gNav .nav > li.nav-contact {
    background: #094222;
  }
  body#privacy #header #gNav .nav > li.nav-privacy {
    background: #094222;
  }
}
#footerFirst {
  position: relative;
  overflow: hidden;
}
#footerFirst #footerContact {
  background: #2e8B57;
}
#footerFirst #footerContact .ttl {
  padding-bottom: 1em;
  font-size: 1.5rem;
}
#footerFirst #footerContact .lead {
  line-height: 1.8;
  padding-bottom: 1.5em;
}
#footerFirst #footerContact .contactBtn {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1em;
}
#footerFirst #footerContact .contactBtn a {
  display: block;
  padding: 1.2em 0;
  background: #fff;
  border: 1px solid #fff;
  color: #2e8B57;
  font-weight: 700;
  transition: background 0.15s linear, color 0.15s linear;
}
#footerFirst #footerContact .contactBtn i {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/common/ico_mail.svg") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: background 0.15s linear;
}
#footerFirst #footerContact .telTtl {
  padding: 1.5em 0 0.5em;
  font-size: 1rem;
}
#footerFirst #footerContact .tel {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#footerFirst #footerContact .tel i {
  display: inline-block;
  margin-right: 0.2em;
  width: 1.3em;
  height: 1.3em;
  background: url("../img/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  vertical-align: text-bottom;
}
#footerFirst #footerContact .tel a {
  color: #fff;
}
#footerFirst #footerCTA {
  background: #2e8B57;
}
#footerFirst #footerCTA .ttl {
  padding-bottom: 1em;
  font-size: 1.5rem;
}
#footerFirst #footerCTA .ttl .sub {
  display: inline-block;
  margin: 0.2em 0.2em 0;
  font-size: 1rem;
}
#footerFirst #footerCTA .ttl .sub::before {
  content: "- ";
}
#footerFirst #footerCTA .ttl .sub::after {
  content: " -";
}
#footerFirst #footerCTA .lead {
  line-height: 1.8;
  padding-bottom: 1.5em;
}
#footerFirst #footerCTA .contactBtn {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1em;
}
#footerFirst #footerCTA .contactBtn a {
  display: block;
  padding: 1.2em 0;
  background: #fff;
  border: 1px solid #fff;
  color: #2e8B57;
  font-weight: 700;
  transition: background 0.15s linear, color 0.15s linear;
}
#footerFirst #footerCTA .contactBtn i {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/common/ico_mail.svg") no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  transition: background 0.15s linear;
}
#footerFirst #footerCTA .telTtl {
  padding: 1.5em 0 0.5em;
  font-size: 1rem;
}
#footerFirst #footerCTA .tel {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
#footerFirst #footerCTA .tel i {
  display: inline-block;
  margin-right: 0.2em;
  width: 1.3em;
  height: 1.3em;
  background: url("../img/common/ico_tel.svg") no-repeat center center;
  background-size: 100% auto;
  vertical-align: text-bottom;
}
#footerFirst #footerCTA .tel a {
  color: #fff;
}
#footerFirst #footerNav {
  background: #454545;
}
#footerFirst #footerNav a {
  color: #fff;
}
#footerFirst #footerNav .dxBnr a {
  display: block;
}
#footerFirst #footerNav .dxBnr a img {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
#footerFirst #footerNav .companyData {
  padding: 4% 0 0;
}
#footerFirst #footerNav .companyData .ttl {
  font-weight: 400;
  font-size: 0.875rem;
}
#footerFirst #footerNav .companyData .ttl a {
  display: inline-block;
}
#footerFirst #footerNav .companyData .ttl span {
  display: inline-block;
  vertical-align: middle;
}
#footerFirst #footerNav .companyData .ttl .logo {
  width: 100px;
}
#footerFirst #footerNav .companyData .ttl .name {
  padding-left: 1rem;
}
#footerFirst #footerNav .companyData p {
  padding-top: 1.5em;
  font-size: 0.875rem;
  line-height: 1.6;
}
#footerFirst #footerNav .otherNav {
  padding-top: 1.5rem;
  font-size: 0;
}
#footerFirst #footerNav .otherNav li {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 0.875rem;
}
#footerFirst #footerNav .otherNav li:first-child {
  padding-left: 0;
}
#footerFirst #footerNav .otherNav li:last-child {
  padding-right: 0;
}
#footerFirst #footerNav .otherNav li + li:before {
  content: "|";
  position: absolute;
  left: 0;
}
#footerFirst #fNav a {
  position: relative;
  display: inline-block;
  padding-left: 1.3em;
  transition: transform 0.15s linear;
}
#footerFirst #fNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#footerFirst .inner {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #footerFirst {
    padding: 0 30px;
    background: #2e8B57;
  }
  #footerFirst:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #454545;
    z-index: 1;
  }
  #footerFirst .inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    z-index: 5;
  }
  #footerFirst #footerContact {
    width: 40%;
    padding: 4% 0 4% 4%;
  }
  #footerFirst #footerContact .contactBtn a:hover {
    color: #fff;
    background: #2e8B57;
  }
  #footerFirst #footerContact .contactBtn a:hover i {
    background-image: url("../img/common/ico_mail_w.svg");
  }
  #footerFirst #footerContact .tel a {
    cursor: text;
    pointer-events: none;
  }
  #footerFirst #footerCTA {
    width: 40%;
  }
  #footerFirst #footerCTA .report,
  #footerFirst #footerCTA .contact {
    padding: 4% 0 4% 4%;
  }
  #footerFirst #footerCTA .report {
    position: relative;
  }
  #footerFirst #footerCTA .report::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    background-color: #094222;
  }
  #footerFirst #footerCTA .report > * {
    position: relative;
    z-index: 5;
  }
  #footerFirst #footerCTA .contactBtn a:hover {
    color: #fff;
    background: #2e8B57;
  }
  #footerFirst #footerCTA .contactBtn a:hover i {
    background-image: url("../img/common/ico_mail_w.svg");
  }
  #footerFirst #footerCTA .report .contactBtn a:hover {
    background-color: #094222;
  }
  #footerFirst #footerCTA .tel a {
    cursor: text;
    pointer-events: none;
  }
  #footerFirst #footerNav {
    width: 60%;
    padding: 4% 4% 4% 0;
  }
  #footerFirst #footerNav .dxBnr {
    margin-bottom: 1rem;
  }
  #footerFirst #footerNav .dxBnr a:hover img {
    opacity: 0.75;
  }
  #footerFirst #footerNav .otherNav a:hover {
    text-decoration: underline;
  }
  #footerFirst #fNav a:hover {
    transform: translateX(3px);
  }
  #footerFirst #fNav .subpages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footerFirst #fNav .subpages > li {
    padding: 1rem 1rem 0 0;
  }
  #footerFirst #fNav .subpages .sub li {
    padding-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  #footerFirst #footerContact,
  #footerFirst #footerNav {
    padding: 4%;
  }
  #footerFirst #footerContact .ttl {
    padding-bottom: 1rem;
  }
  #footerFirst #footerContact .telTtl {
    text-align: center;
  }
  #footerFirst #footerContact .tel {
    text-align: center;
    font-size: 2.4rem;
    padding-right: 0.6em;
  }
  #footerFirst #footerCTA .report, #footerFirst #footerCTA .contact {
    padding: 4%;
  }
  #footerFirst #footerCTA .report {
    background-color: #094222;
  }
  #footerFirst #footerCTA .ttl {
    padding-bottom: 1rem;
  }
  #footerFirst #footerCTA .telTtl {
    text-align: center;
  }
  #footerFirst #footerCTA .tel {
    text-align: center;
    font-size: 2.4rem;
    padding-right: 0.6em;
  }
  #footerFirst #footerNav {
    text-align: center;
  }
  #footerFirst #footerNav .companyData {
    display: inline-block;
    padding: 0;
    margin: 8% 0 4%;
  }
  #footerFirst #footerNav .companyData .ttl .name {
    text-align: left;
  }
  #footerFirst #footerNav .companyData p {
    padding-top: 1em;
    text-align: left;
  }
  #footerFirst #fNav {
    text-align: left;
  }
  #footerFirst #fNav .subpages > li {
    padding-top: 0.8em;
    margin-top: 0.8em;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  #footerFirst #fNav .subpages .sub {
    padding-left: 1em;
  }
  #footerFirst #fNav .subpages .sub li {
    padding-top: 0.4em;
  }
}

.copyright {
  padding: 2rem 30px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background: #333;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 4% 0;
  }
}

.anchor {
  position: relative;
  z-index: -1;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.pageHeader {
  text-align: center;
  border: 1px solid #e6f3ec;
  background: #e6f3ec;
  background: linear-gradient(135deg, #e6f3ec 0%, #fff 50%, #e6f3ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6f3ec", endColorstr="#e6f3ec",GradientType=1 );
}
.pageHeader .pageTtl {
  max-width: 1200px;
  margin: 0 auto;
}
.pageHeader .pageTtl .ja {
  display: block;
  color: #2e8B57;
  letter-spacing: 0.05em;
}
.pageHeader .pageTtl .en {
  display: block;
  color: #707070;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .pageHeader {
    padding: 2rem 30px;
    margin-bottom: 60px;
  }
  .pageHeader .pageTtl .ja {
    font-size: 2.25rem;
  }
  .pageHeader .pageTtl .en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader {
    padding: 4%;
    margin-bottom: 8%;
  }
  .pageHeader .pageTtl .ja {
    font-size: 1.35em;
  }
  .pageHeader .pageTtl .en {
    font-size: 1rem;
  }
}

.contentSec {
  max-width: 1260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contentSec {
    padding: 0 30px;
  }
  .contentSec + .contentSec {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contentSec {
    padding: 0 4%;
  }
  .contentSec + .contentSec {
    padding-top: 12%;
  }
}

.secTtl {
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.4em;
  line-height: 1.3;
}
.secTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 1px;
  background: #707070;
}
.secTtl .sub {
  display: block;
  font-size: 70%;
}
@media print, screen and (min-width: 768px) {
  .secTtl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .secTtl {
    font-size: 1.45rem;
    text-align: center;
  }
  .secTtl:before {
    left: 50%;
    margin-left: -1em;
  }
}

/* button */
.btn-primary,
.btn-secondary {
  position: relative;
  display: inline-block;
  padding: 0.65em 2.5em;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 10rem;
  overflow: hidden;
  transition: color 0.3s ease, border 0.3s ease;
}
.btn-primary span,
.btn-secondary span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.btn-primary:before, .btn-primary:after,
.btn-secondary:before,
.btn-secondary:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.btn-primary:before,
.btn-secondary:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}
.btn-primary:after,
.btn-secondary:after {
  right: 0.8em;
  top: 50%;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 5"><polygon fill="%23999999" points="16 4.5 0 4.5 0 3.5 13.29 3.5 10.23 0.88 10.88 0.12 16 4.5"/></svg>') no-repeat center center;
  background-size: 100% auto;
  transition: transform 0.15s linear;
}
.btn-primary.block,
.btn-secondary.block {
  display: block;
  text-align: center;
}

.btn-primary {
  color: #fff;
  border: 1px solid #ffc602;
  font-size: 1.125rem;
  background: #ffc602;
}
.btn-primary:before {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-primary:hover {
    color: #2e8B57;
  }
  .btn-primary:hover:before {
    width: 100%;
  }
  .btn-primary:hover:after {
    transform: translateX(3px);
  }
}

.btn-secondary {
  border: 1px solid #999;
  background: #fff;
}
.btn-secondary:before {
  background: #2e8B57;
}
@media print, screen and (min-width: 768px) {
  .btn-secondary:hover {
    color: #fff;
    border-color: #2e8B57;
  }
  .btn-secondary:hover:before {
    width: 100%;
  }
  .btn-secondary:hover:after {
    transform: translateX(4px);
  }
}

.btn-more a {
  position: relative;
  display: block;
  width: 90%;
  max-width: 200px;
  padding: 0.6em 0;
  margin: 0 auto;
  font-weight: 700;
  border: 1px solid #ffc602;
  background: #ffc602;
}
.btn-more a:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: 50%;
  width: 1em;
  height: 1px;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .btn-more a:before, .btn-more a:after {
    transition: all 0.3s cubic-bezier(0.18, 0.29, 0.29, 0.93);
  }
  .btn-more a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0;
    height: 1px;
    background: #000;
  }
  .btn-more a:hover:before {
    width: 0;
    left: 0.5em;
  }
  .btn-more a:hover:after {
    width: 1em;
    right: -0.5em;
  }
}
@media screen and (max-width: 767px) {
  .btn-more {
    padding-top: 4%;
  }
}

/* breadCrumb */
.breadCrumb {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem 4%;
}
.breadCrumb ul {
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.breadCrumb ul li {
  display: inline-block;
  padding-right: 1em;
  font-size: 0.875rem;
}
.breadCrumb ul li + li:before {
  content: ">";
  display: inline-block;
  margin: 0 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .breadCrumb a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .breadCrumb {
    overflow-y: auto;
  }
  .breadCrumb ul, .breadCrumb li {
    white-space: nowrap;
  }
}

/* pagenation */
.pagenation {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.pagenation .pageNav {
  font-size: 0;
}
.pagenation .pageNav li {
  display: inline-block;
  padding: 5px;
  font-size: 1.125rem;
  vertical-align: middle;
}
.pagenation .pageNav li.prev {
  padding: 5px 1em 5px 0;
}
.pagenation .pageNav li.next {
  padding: 5px 0 5px 1em;
}
.pagenation .pageNav a, .pagenation .pageNav span {
  display: block;
  width: 2em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.pagenation .pageNav span {
  color: #fff;
  background: #2e8B57;
}
.pagenation .pageNav .prev a,
.pagenation .pageNav .next a {
  position: relative;
  padding-bottom: 2em;
  border: 1px solid #2e8B57;
}
.pagenation .pageNav .prev i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin: -0.3em 0 0 -0.15em;
  border-left: 1px solid #2e8B57;
  border-bottom: 1px solid #2e8B57;
  transform: rotate(45deg);
}
.pagenation .pageNav .next i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.6em;
  height: 0.6em;
  margin: -0.3em 0 0 -0.45em;
  border-right: 1px solid #2e8B57;
  border-top: 1px solid #2e8B57;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .pagenation {
    padding-top: 80px;
  }
  .pagenation .pageNav a, .pagenation .pageNav a i {
    transition: all 0.15s linear;
  }
  .pagenation .pageNav a:hover {
    color: #fff;
    background: #2e8B57;
  }
  .pagenation .pageNav a:hover i {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    padding-top: 8%;
  }
  .pagenation .pageNav li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .pagenation .pageNav li {
    padding: 2px;
  }
}

/* form parts */
input, textarea, button, select {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.4em;
  outline: none;
  border-radius: 4px;
  border: 1px solid #707070;
  box-sizing: border-box;
}

select {
  width: 100%;
  outline: none;
  padding: 0.4em;
  border: 1px solid #707070;
  box-sizing: border-box;
  border-radius: 4px;
}

form dl {
  border-top: 1px solid #ccc;
}
form dl dt {
  position: relative;
  font-weight: 400;
  padding-left: 2em;
}
form dl dt:before {
  display: block;
  position: absolute;
  left: 0;
  top: 1.6em;
  padding: 0.3em 0.2em;
  line-height: 1;
  font-size: 70%;
  border-radius: 4px;
}
form dl dt.req:before {
  content: "必須"; /*必須*/
  color: #fff;
  background: #c00;
}
form dl dt.any:before {
  content: "任意"; /*任意*/
  color: #2e8B57;
  background: #e6f3ec;
}
@media print, screen and (min-width: 768px) {
  form dl {
    display: flex;
    flex-wrap: wrap;
  }
  form dl dt, form dl dd {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  form dl dt {
    width: 15em;
  }
  form dl dd {
    width: calc(100% - 15em);
  }
}
@media screen and (max-width: 767px) {
  form dl dt {
    padding-top: 1em;
  }
  form dl dd {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
  }
}

.submit-btn {
  padding-top: 2em;
  text-align: center;
}
.submit-btn input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.6em 2em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.35rem;
  border-radius: 20em;
  outline: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.submit-btn input[type=submit] {
  color: #fff;
  background: #2e8B57;
}
@media print, screen and (min-width: 768px) {
  .submit-btn input[type=submit]:hover {
    color: #333;
    background: #ffc602;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}