@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  min-block-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(video, canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
}

:where(img, svg) {
  display: inline-block;
  max-width: 100%;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 2px;
}

:where(input[class], button[class], textarea[class]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}

:where(ul[class], ol[class]) {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(a) {
  color: #555;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
:where(a):hover {
  opacity: 0.75;
  text-decoration: none;
}

:where(p) {
  line-height: 2;
}
:where(p) + p {
  margin-top: 1em;
}

input[class], button[class], textarea[class] {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

:where(section) {
  padding-top: 100px;
  padding-bottom: 100px;
}

.is-gothic {
  font-family: "Noto Sans JP", "Arial", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.is-mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.is-bold {
  font-weight: 700 !important;
}
.is-medium {
  font-weight: 500 !important;
}
.is-normal {
  font-weight: 400 !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-fsizeLargest {
  font-size: 2.4rem !important;
}
.is-fsizeLarger {
  font-size: 2rem !important;
}
.is-fsizeLarge {
  font-size: 1.8rem !important;
}
.is-fsizeNormal {
  font-size: 1.6rem !important;
}
.is-fsizeSmall {
  font-size: 1.4rem !important;
}
.is-fsizeSmaller {
  font-size: 1.2rem !important;
}
.is-fsizeSmallest {
  font-size: 1rem !important;
}
.is-fcolorMain {
  color: #15a861 !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.is-nowrap {
  white-space: nowrap;
}
.is-underline {
  z-index: 1;
  position: relative;
}
.is-underline:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  left: 0px;
  right: -4px;
  bottom: 6px;
  height: 10px;
  background-color: rgba(21, 168, 97, 0.2);
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.is-round {
  border-radius: 10px;
}
.is-bgGrad {
  z-index: 1;
  position: relative;
}
.is-bgGrad:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(450px, 100%);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
  background-image: linear-gradient(180deg, #fff 0%, #F5F5F5 100%);
}

.c-title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
}
.c-title.-level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-size: 3.8rem;
}
.c-title.-level1 > span {
  display: inline-block;
  padding: 10px 40px;
  background: #fff;
}
.c-title.-level2 {
  margin-bottom: 32px;
  padding-bottom: 26px;
  font-size: 3.4rem;
  text-align: center;
  position: relative;
}
.c-title.-level2:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background-color: #15a861;
}
.c-title.-level3 {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #15a861;
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
}
.c-title.-level3:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 10px;
  width: 10px;
  background-color: #15a861;
}
.c-title.-level4 {
  margin-bottom: 32px;
  padding: 12px 40px;
  background: #132E43;
  color: #fff;
  font-size: 1.8rem;
}
.c-title.-level5 {
  margin-bottom: 30px;
  padding-left: 40px;
  color: #15a861;
  font-size: 1.8rem;
  position: relative;
}
.c-title.-level5:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.5em;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #15a861;
}
.c-title.-level6 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.c-btn {
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
}
.c-btn.-skin01 {
  padding: 20px;
  border-radius: 6px;
  background-color: #15a861;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-btn.-skin02 {
  min-width: 300px;
  padding: 15px 56px 15px 20px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #363636;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.c-btn.-skin02:after {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  right: 0;
  bottom: 8px;
  display: grid;
  place-items: center;
  width: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.c-btn.-skin03 {
  min-width: 100px;
  padding: 5px 12px 5px 20px;
  border: 1px solid #363636;
  background-color: #fff;
}
.c-btn.-skin03::after {
  margin-left: 4px;
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.c-btn.-skin04 {
  padding: 20px;
  border-radius: 6px;
  background-color: #06C755;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px 60px;
  max-width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.c-link {
  display: inline-block;
  min-width: 230px;
  padding-right: 1.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #363636;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}
.c-link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.c-overflowBox {
  overflow-y: auto;
  max-height: 390px;
  padding: 72px 60px;
  border-radius: 5px;
  background-color: #F7F7F7;
}
.c-borderBox {
  padding: 12px;
  border: 1px solid #E6E6E6;
}
.c-card {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}
.c-card__text {
  padding: 30px 30px 40px;
  text-align: center;
}
.c-card__title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CFCFCE;
  color: #15a861;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-column + .c-column {
  margin-top: 40px;
}
.c-list {
  line-height: 1.3;
}
.c-list.-border > li {
  padding: 16px 0;
  border-bottom: 1px solid #CFCFCF;
}
.c-list.-skin01 > li {
  padding-left: 20px;
  position: relative;
}
.c-list.-skin01 > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.2em;
  left: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #15a861;
}
.c-list.-skin01 > li + li {
  margin-top: 12px;
}
.c-snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 3rem;
}
.c-snsList [class*=icon-]::before {
  margin-left: 0;
  margin-right: 0;
}
.c-table th, .c-table td {
  padding: 20px;
  border: 1px solid #E6E6E6;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table th {
  background-color: #848484;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-table td {
  text-align: left;
}
.c-table tbody tr:nth-child(even) {
  background-color: #FAF9F6;
}
.c-label {
  display: inline-block;
  min-width: 130px;
  padding: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.c-label.-skin01 {
  background-color: #8DA0A7;
}
.c-label.-skin02 {
  background-color: #C6BFB8;
}
.c-label.-skin03 {
  background-color: #91A298;
}
.c-label.-skin04 {
  background-color: #AA9494;
}
.c-label.-skin05 {
  padding: 5px 15px;
  background-color: #15a861;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-mt5 {
  margin-top: 5px !important;
}
.c-mr5 {
  margin-right: 5px !important;
}
.c-mb5 {
  margin-bottom: 5px !important;
}
.c-ml5 {
  margin-left: 5px !important;
}
.c-pt5 {
  padding-top: 5px !important;
}
.c-pr5 {
  padding-right: 5px !important;
}
.c-pb5 {
  padding-bottom: 5px !important;
}
.c-pl5 {
  padding-left: 5px !important;
}
.c-mt10 {
  margin-top: 10px !important;
}
.c-mr10 {
  margin-right: 10px !important;
}
.c-mb10 {
  margin-bottom: 10px !important;
}
.c-ml10 {
  margin-left: 10px !important;
}
.c-pt10 {
  padding-top: 10px !important;
}
.c-pr10 {
  padding-right: 10px !important;
}
.c-pb10 {
  padding-bottom: 10px !important;
}
.c-pl10 {
  padding-left: 10px !important;
}
.c-mt15 {
  margin-top: 15px !important;
}
.c-mr15 {
  margin-right: 15px !important;
}
.c-mb15 {
  margin-bottom: 15px !important;
}
.c-ml15 {
  margin-left: 15px !important;
}
.c-pt15 {
  padding-top: 15px !important;
}
.c-pr15 {
  padding-right: 15px !important;
}
.c-pb15 {
  padding-bottom: 15px !important;
}
.c-pl15 {
  padding-left: 15px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-mt25 {
  margin-top: 25px !important;
}
.c-mr25 {
  margin-right: 25px !important;
}
.c-mb25 {
  margin-bottom: 25px !important;
}
.c-ml25 {
  margin-left: 25px !important;
}
.c-pt25 {
  padding-top: 25px !important;
}
.c-pr25 {
  padding-right: 25px !important;
}
.c-pb25 {
  padding-bottom: 25px !important;
}
.c-pl25 {
  padding-left: 25px !important;
}
.c-mt30 {
  margin-top: 30px !important;
}
.c-mr30 {
  margin-right: 30px !important;
}
.c-mb30 {
  margin-bottom: 30px !important;
}
.c-ml30 {
  margin-left: 30px !important;
}
.c-pt30 {
  padding-top: 30px !important;
}
.c-pr30 {
  padding-right: 30px !important;
}
.c-pb30 {
  padding-bottom: 30px !important;
}
.c-pl30 {
  padding-left: 30px !important;
}
.c-mt35 {
  margin-top: 35px !important;
}
.c-mr35 {
  margin-right: 35px !important;
}
.c-mb35 {
  margin-bottom: 35px !important;
}
.c-ml35 {
  margin-left: 35px !important;
}
.c-pt35 {
  padding-top: 35px !important;
}
.c-pr35 {
  padding-right: 35px !important;
}
.c-pb35 {
  padding-bottom: 35px !important;
}
.c-pl35 {
  padding-left: 35px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-mt45 {
  margin-top: 45px !important;
}
.c-mr45 {
  margin-right: 45px !important;
}
.c-mb45 {
  margin-bottom: 45px !important;
}
.c-ml45 {
  margin-left: 45px !important;
}
.c-pt45 {
  padding-top: 45px !important;
}
.c-pr45 {
  padding-right: 45px !important;
}
.c-pb45 {
  padding-bottom: 45px !important;
}
.c-pl45 {
  padding-left: 45px !important;
}
.c-mt50 {
  margin-top: 50px !important;
}
.c-mr50 {
  margin-right: 50px !important;
}
.c-mb50 {
  margin-bottom: 50px !important;
}
.c-ml50 {
  margin-left: 50px !important;
}
.c-pt50 {
  padding-top: 50px !important;
}
.c-pr50 {
  padding-right: 50px !important;
}
.c-pb50 {
  padding-bottom: 50px !important;
}
.c-pl50 {
  padding-left: 50px !important;
}
.c-mt55 {
  margin-top: 55px !important;
}
.c-mr55 {
  margin-right: 55px !important;
}
.c-mb55 {
  margin-bottom: 55px !important;
}
.c-ml55 {
  margin-left: 55px !important;
}
.c-pt55 {
  padding-top: 55px !important;
}
.c-pr55 {
  padding-right: 55px !important;
}
.c-pb55 {
  padding-bottom: 55px !important;
}
.c-pl55 {
  padding-left: 55px !important;
}
.c-mt60 {
  margin-top: 60px !important;
}
.c-mr60 {
  margin-right: 60px !important;
}
.c-mb60 {
  margin-bottom: 60px !important;
}
.c-ml60 {
  margin-left: 60px !important;
}
.c-pt60 {
  padding-top: 60px !important;
}
.c-pr60 {
  padding-right: 60px !important;
}
.c-pb60 {
  padding-bottom: 60px !important;
}
.c-pl60 {
  padding-left: 60px !important;
}
.c-mt65 {
  margin-top: 65px !important;
}
.c-mr65 {
  margin-right: 65px !important;
}
.c-mb65 {
  margin-bottom: 65px !important;
}
.c-ml65 {
  margin-left: 65px !important;
}
.c-pt65 {
  padding-top: 65px !important;
}
.c-pr65 {
  padding-right: 65px !important;
}
.c-pb65 {
  padding-bottom: 65px !important;
}
.c-pl65 {
  padding-left: 65px !important;
}
.c-mt70 {
  margin-top: 70px !important;
}
.c-mr70 {
  margin-right: 70px !important;
}
.c-mb70 {
  margin-bottom: 70px !important;
}
.c-ml70 {
  margin-left: 70px !important;
}
.c-pt70 {
  padding-top: 70px !important;
}
.c-pr70 {
  padding-right: 70px !important;
}
.c-pb70 {
  padding-bottom: 70px !important;
}
.c-pl70 {
  padding-left: 70px !important;
}
.c-mt75 {
  margin-top: 75px !important;
}
.c-mr75 {
  margin-right: 75px !important;
}
.c-mb75 {
  margin-bottom: 75px !important;
}
.c-ml75 {
  margin-left: 75px !important;
}
.c-pt75 {
  padding-top: 75px !important;
}
.c-pr75 {
  padding-right: 75px !important;
}
.c-pb75 {
  padding-bottom: 75px !important;
}
.c-pl75 {
  padding-left: 75px !important;
}
.c-mt80 {
  margin-top: 80px !important;
}
.c-mr80 {
  margin-right: 80px !important;
}
.c-mb80 {
  margin-bottom: 80px !important;
}
.c-ml80 {
  margin-left: 80px !important;
}
.c-pt80 {
  padding-top: 80px !important;
}
.c-pr80 {
  padding-right: 80px !important;
}
.c-pb80 {
  padding-bottom: 80px !important;
}
.c-pl80 {
  padding-left: 80px !important;
}
.c-mt85 {
  margin-top: 85px !important;
}
.c-mr85 {
  margin-right: 85px !important;
}
.c-mb85 {
  margin-bottom: 85px !important;
}
.c-ml85 {
  margin-left: 85px !important;
}
.c-pt85 {
  padding-top: 85px !important;
}
.c-pr85 {
  padding-right: 85px !important;
}
.c-pb85 {
  padding-bottom: 85px !important;
}
.c-pl85 {
  padding-left: 85px !important;
}
.c-mt90 {
  margin-top: 90px !important;
}
.c-mr90 {
  margin-right: 90px !important;
}
.c-mb90 {
  margin-bottom: 90px !important;
}
.c-ml90 {
  margin-left: 90px !important;
}
.c-pt90 {
  padding-top: 90px !important;
}
.c-pr90 {
  padding-right: 90px !important;
}
.c-pb90 {
  padding-bottom: 90px !important;
}
.c-pl90 {
  padding-left: 90px !important;
}
.c-mt95 {
  margin-top: 95px !important;
}
.c-mr95 {
  margin-right: 95px !important;
}
.c-mb95 {
  margin-bottom: 95px !important;
}
.c-ml95 {
  margin-left: 95px !important;
}
.c-pt95 {
  padding-top: 95px !important;
}
.c-pr95 {
  padding-right: 95px !important;
}
.c-pb95 {
  padding-bottom: 95px !important;
}
.c-pl95 {
  padding-left: 95px !important;
}
.c-mt100 {
  margin-top: 100px !important;
}
.c-mr100 {
  margin-right: 100px !important;
}
.c-mb100 {
  margin-bottom: 100px !important;
}
.c-ml100 {
  margin-left: 100px !important;
}
.c-pt100 {
  padding-top: 100px !important;
}
.c-pr100 {
  padding-right: 100px !important;
}
.c-pb100 {
  padding-bottom: 100px !important;
}
.c-pl100 {
  padding-left: 100px !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-wAuto {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.l-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.l-container {
  overflow: hidden;
  padding-top: 98px;
  color: #555555;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Arial", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.55;
}
.l-wrapper {
  width: min(96%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  height: 98px;
  padding: 16px 232px 16px 60px;
  background: #fff;
}
.l-header__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.3;
  text-decoration: none;
  font-weight: normal;
}
.l-header__logo a:hover {
  opacity: 1;
}
.l-header__logoText {
  padding-left: 12px;
  color: #707070;
  font-size: 1.5rem;
}
.l-header__logoText__name {
  display: block;
  color: #062F45;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.l-header__logoText__name em {
  color: #15a861;
}
.l-header__logoText__name .logo_txt {
  color: #15a861;
  font-size: 2rem;
}
.l-header__logoText__grad {
  padding: 0 12px 0 8px;
  background: -webkit-gradient(linear, left top, right top, from(#555), color-stop(#555), to(#555));
  background: linear-gradient(90deg, #555, #555, #555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__logoText__subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15a861;
  font-size: 3rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}
.l-header__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-left: 12px;
  font-family: "Noto Sans JP", "Arial", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.l-header__contactTel {
  padding-bottom: 10px;
}
.l-header__contactTel__num {
  color: #15a861;
  font-size: 2.7rem;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}
.l-header__contactTel__time {
  display: block;
  border-radius: 2px;
  background-color: rgba(21, 168, 97, 0.08);
  font-size: 1.5rem;
  text-align: center;
}
.l-header__contactTel__time span {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-header__contactBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.l-header__contactBtn .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 190px;
  height: 155px;
  border-radius: 0px 0px 0px 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  text-align: center;
}
.l-header__contactBtn .c-btn::before {
  display: block;
  margin-bottom: 4px;
  font-size: 4.6rem;
}
.l-header__contactBtn .c-btn:hover {
  opacity: 1;
  background-color: #1ae281;
}
.l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}
.l-gnav a {
  text-decoration: none;
}
.l-gnav a:hover {
  text-decoration: underline;
}
.l-gnavWrap {
  position: absolute;
  top: 85px;
  right: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: min(100% - 270px, 1000px);
  padding: 0 32px;
  border-radius: 5px;
  background: #f2f2f2;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.08);
}
.l-pagetitle {
  padding-top: 0;
  padding-bottom: 0;
}
.l-pagetitle__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
  padding: 40px 70px 160px 70px;
}
.l-pagetitle__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.l-pagetitle__bg .is-imgfit {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.l-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-topicpath a {
  text-decoration: none;
}
.l-topicpath > li:not(:last-child)::after {
  margin: 0 6px;
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.l-footer {
  padding: 100px 0 120px;
  background-color: rgba(0, 0, 0, 0.05);
}
.l-footer .l-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto auto;
}
.l-footer__logo {
  grid-column: 1/2;
  grid-row: 1/2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}
.l-footer__logoText {
  padding-left: 12px;
  color: #707070;
  font-size: 1.5rem;
}
.l-footer__logoText__name {
  display: block;
  color: #062F45;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.l-footer__logoText__name em {
  color: #15a861;
}
.l-footer__logoText__name .logo_txt {
  color: #15a861;
  font-size: 2rem;
}
.l-footer__logoText__grad {
  padding: 0 12px 0 8px;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#062F45), to(#000));
  background: linear-gradient(90deg, #000, #062F45, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-footer__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-top: 10px;
}
.l-footer__pagetop {
  grid-column: 2/3;
  grid-row: 1/2;
}
.l-footer__pagetopBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.36);
  color: #fff;
  font-size: 3.8rem;
  text-decoration: none;
}
.l-footer__pagetopBtn::before {
  content: "\E80C";
  font-family: fontello;
  font-weight: normal;
}
.l-footer__address {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 30px 0 0 10px;
}
.l-footer__nav {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: column;
  gap: 12px;
  padding-top: 44px;
  font-size: 1.5rem;
}
.l-footer__nav a {
  text-decoration: none;
}
.l-footer__nav > li {
  padding-left: 1.2em;
  position: relative;
}
.l-footer__nav > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.l-footer__sns {
  grid-column: 2/3;
  grid-row: 4/5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__copy {
  grid-column: 1/3;
  grid-row: 5/6;
  padding-top: 52px;
  color: #5A5A5A;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
.l-fixed__nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
}
.l-fixed__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.l-fixed__navList > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-fixed__navList .c-btn {
  display: block;
  min-width: 0;
}

:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2 {
  margin-top: 80px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3 {
  margin-top: 60px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
  margin-top: 40px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + .c-btnWrap {
  margin-top: 50px;
}

.mv-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-template-rows: 1fr 1fr;
  height: 870px;
  padding: 40px calc((100% - 1200px) / 2 - 170px) 0 3.125vw;
}
.mv-wrap .c-snsList {
  position: absolute;
  left: 3.125vw;
  bottom: 0;
  text-shadow: 0 0 10px #fff;
}
.mv-background {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.mv-background.is-imgfit {
  width: 100%;
  height: 100%;
}
.mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  grid-row: 1/2;
  grid-column: 1/2;
  padding-bottom: 88px;
}
.mv-title__line1 {
  max-width: 580px;
  padding: 8px 20px 8px 100px;
  background: rgba(255, 255, 255, 0.8);
}
.mv-title__line2 {
  max-width: 660px;
  padding: 8px 20px 8px;
  background: rgba(255, 255, 255, 0.8);
}
.mv-title__line1 {
  font-size: 3.8rem;
  position: relative;
}
.mv-title__line1:before {
  position: absolute;
  display: block;
  content: "";
  top: -50px;
  left: -10px;
  width: 104px;
  height: 104px;
  background-image: url(../img/top/balloon_okinawa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mv-title__line1 em {
  font-size: 4.6rem;
}
.mv-title__line2 {
  font-size: 3.8rem;
  position: relative;
}
.mv-title__line2 em {
  font-size: 4.6rem;
}
.mv-nav01 {
  grid-row: 2/3;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mv-nav01 > li {
  width: min(80%, 400px);
}
.mv-nav01 a {
  display: block;
  text-decoration: none;
}
.mv-nav01__list {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(9, 29, 39, 0.9);
  color: #fff;
  position: relative;
}
.mv-nav01__list:after {
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  bottom: 12px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #15a861 #15a861 transparent;
}
.mv-nav01__list dt {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  font-weight: 700;
}
.mv-nav01__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.7rem;
  font-weight: 500;
}
.mv-nav01__list .ribbon {
  position: absolute;
  top: -28px;
  left: -10px;
  display: block;
  padding: 8px 10px;
  background-color: #014099;
  font-size: 1.7rem;
}
.mv-nav01__list .ribbon::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 6px 5px;
  border-color: #550A0A #550A0A transparent transparent;
}
.mv-nav02 {
  grid-row: 2/3;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mv-nav02 > li {
  width: 400px;
}
.mv-nav02 a {
  display: block;
  text-decoration: none;
}
.mv-nav02__list {
  position: relative;
  width: 400px;
  height: 400px;
  padding: 138px 68px 0;
  border: 6px solid rgba(21, 168, 97, 0.6);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.mv-nav02__list > dt {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.mv-nav02__list > dd::after {
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  margin: 10px auto 0;
  border-style: solid;
  border-width: 15px;
  border-color: #15a861 transparent transparent;
}
.mv-nav02__list__name {
  padding-right: 4px;
  color: #15a861;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
}
.mv-nav02__list__car {
  font-size: 2.3rem;
}
.mv-nav02__image {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.point-wrap {
  padding-bottom: 0;
}
.point-inner {
  z-index: 1;
  padding: 48px 0 60px;
  position: relative;
}
.point-inner:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  z-index: -1;
  background-image: url(../img/top/bg-point.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 80px) calc(100% - 40px), 50% 100%, calc(50% - 80px) calc(100% - 40px), 0 calc(100% - 40px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 80px) calc(100% - 40px), 50% 100%, calc(50% - 80px) calc(100% - 40px), 0 calc(100% - 40px));
}
.point-inner::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.88);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 80px) calc(100% - 40px), 50% 100%, calc(50% - 80px) calc(100% - 40px), 0 calc(100% - 40px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% + 80px) calc(100% - 40px), 50% 100%, calc(50% - 80px) calc(100% - 40px), 0 calc(100% - 40px));
}
.point-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 3.6rem;
}
.point-title em {
  color: #15a861;
  font-size: 4.6rem;
}
.point-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
}
.point-grid__image {
  position: relative;
  text-align: right;
}
.point-grid__image01 {
  margin: -240px -80px 0 0;
}
.point-list > li {
  padding: 28px 0 28px 68px;
  background-image: linear-gradient(to right, #363636 6px, transparent 6px);
  background-size: 12px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  color: #555;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.point-list > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 40px;
  background-image: url(../img/top/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.solution-wrap .c-btn {
  min-width: 340px;
}
.solution-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 4.6rem;
}
.solution-title .is-mincho {
  font-size: 5.8rem;
}
.solution-title em {
  color: #15a861;
  font-size: 5.6rem;
}
.solution-block__title {
  font-size: 3.2rem;
  font-weight: 500;
}
.solution-block__title .is-mincho {
  font-weight: 700;
}
.solution-block__title::after {
  display: block;
  content: "";
  width: 40px;
  height: 6px;
  margin: 16px auto 24px 0;
  background-color: #15a861;
}
.solution-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(../img/top/bg-about01.jpg) no-repeat center center/cover;
  color: #fff;
  font-size: 1.8rem;
}
.solution-block01__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 110px 60px 120px min(4vw, (100vw - 1200px) / 2);
}
.solution-block01__image {
  width: 42.1875%;
  position: relative;
}
.solution-block01__image:after {
  position: absolute;
  display: block;
  content: "";
  top: -140px;
  right: 0;
  bottom: 0;
  width: 10.9375%;
  background-color: rgba(21, 168, 97, 0.9);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.solution-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: url(../img/top/bg-about02.jpg) no-repeat center center/cover;
  color: #fff;
  font-size: 1.8rem;
}
.solution-block02__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 140px min(4vw, (100vw - 1200px) / 2) 120px 5.7291666667%;
}
.solution-block02__image {
  width: 42.1875%;
  position: relative;
}
.solution-block02__image:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 8.59375%;
  background-color: rgba(21, 168, 97, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.blog-wrap {
  background: url(../img/top/bg-blog.jpg) no-repeat center center/cover;
  position: relative;
}
.blog-wrap:before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  inset: 0;
  background-color: #15a861;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.blog-list > li {
  width: calc((100% - 60px) / 4);
  background: #fff;
  -webkit-box-shadow: 6px 6px 0px 0px #0a49db;
  box-shadow: 6px 6px 0px 0px #0a49db;
}
.blog-list__image {
  aspect-ratio: 285/190;
  border-radius: 5px 5px 0 0;
}
.blog-list__image .is-imgfit {
  width: 100%;
  height: 100%;
}
.blog-list__text {
  padding: 20px 20px 28px;
  font-size: 1.5rem;
}
.blog-list__text .c-label {
  margin-bottom: 24px;
}

.voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice-title {
  font-size: 3.4rem;
  font-weight: 500;
}
.voice-title::after {
  display: block;
  content: "";
  width: 40px;
  height: 6px;
  margin: 20px auto 38px 0;
  background-color: #15a861;
}
.voice-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-list > li span {
  width: 8em;
  padding-right: 1em;
}
.voice-list > li a {
  text-decoration: none;
}

.area-wrap {
  margin-top: 40px;
  background: url(../img/top/bg-area.png) no-repeat center top/cover;
}
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.area-grid__image {
  text-align: right;
}
.area-grid__image img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-inline-size: none;
  margin: -175px -160px 0 0;
}
.area-grid__text {
  position: relative;
  padding: 0 15.1041666667% 0 0;
  font-size: 1.8rem;
}
.area-title {
  font-size: 3.6rem;
  font-weight: 700;
}
.area-title::after {
  display: block;
  content: "";
  width: 40px;
  height: 6px;
  margin: 20px auto 32px 0;
  background-color: #15a861;
}
.area-list {
  margin: 1.5em 0;
}
.area-list > dt {
  color: #15a861;
}
.area-list > dt:nth-child(n+2) {
  margin-top: 1.5em;
}

.staff-wrap {
  padding-bottom: 0;
  position: relative;
}
.staff-wrap:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 10.9375%;
  background-color: rgba(21, 168, 97, 0.9);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.staff-title {
  font-size: 3.6rem;
  font-weight: 700;
}
.staff-title::after {
  display: block;
  content: "";
  width: 40px;
  height: 6px;
  margin: 20px auto 32px 0;
  background-color: #15a861;
}
.staff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.staff-grid__image {
  position: relative;
  grid-row: 1/3;
  grid-column: 2/3;
}
.staff-grid__image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 60px);
}
.staff-grid__text {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 1.8rem;
}
.staff-grid__btn {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-top: 32px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1279.98px) {
  .l-header {
    padding-right: 150px;
    padding-left: 20px;
  }
  .l-header__contactBtn .c-btn {
    padding: 8px;
    width: 140px;
  }
  .l-header__contactTel__num {
    font-size: 2.4rem;
  }
  .l-gnav {
    font-size: 1.5rem;
  }
  .l-gnavWrap {
    right: 150px;
    padding: 0 20px;
  }
  .mv-title__line1 em {
    font-size: 4rem;
  }
  .point-grid__image01 {
    margin: -160px -60px 0 0;
  }
  .area-grid__image img {
    max-width: 100%;
    max-inline-size: 100%;
    margin: -175px -40px 0 0;
  }
}
@media screen and (max-width: 959.98px) {
  .l-header__contactTel {
    display: none;
  }
  .l-header__contactBtn .c-btn {
    width: 110px;
    font-size: 1.4rem;
  }
  .l-gnav {
    font-size: 1.4rem;
  }
  .l-gnavWrap {
    right: 120px;
    left: 20px;
    width: auto;
    padding: 0 12px;
  }
  .mv-wrap {
    display: block;
    padding: 130px 20px 20px 20px;
  }
  .mv-wrap .c-snsList {
    bottom: -30px;
    line-height: 1;
  }
  .mv-nav01__list .ribbon {
    font-size: 1.4rem;
  }
  .mv-nav01__list dt {
    font-size: 1.4rem;
  }
  .mv-nav01__list dd {
    font-size: 1.3rem;
  }
  .mv-nav02 > li {
    width: auto;
  }
  .mv-nav02__list {
    width: 340px;
    height: 340px;
    padding: 133px 28px 0;
  }
  .mv-nav02__image {
    top: -12px;
    width: 140px;
  }
  .point-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .point-grid__image {
    grid-row: 1/2;
    grid-column: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .point-grid__image01 {
    margin: 0;
  }
  .point-grid__text {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .solution-block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution-block01__text {
    padding: 100px 4% 100px 4%;
  }
  .solution-block01__image {
    width: 100%;
  }
  .solution-block01__image::after {
    top: 0;
  }
  .solution-block02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution-block02__text {
    padding: 100px 4% 100px 4%;
  }
  .solution-block02__image {
    width: 100%;
  }
  .blog-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-list > li {
    width: calc((100% - 20px) / 2);
  }
  .staff-wrap::after {
    top: auto;
    height: 362px;
  }
}
@media screen and (min-width: 768px) {
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-showsp {
    display: none !important;
  }
  .c-telLink {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .c-column {
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col1 {
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col4 {
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col5 {
    width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col8 {
    width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col10 {
    width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col11 {
    width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-col12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-pcmt0 {
    margin-top: 0px !important;
  }
  .c-pcmr0 {
    margin-right: 0px !important;
  }
  .c-pcmb0 {
    margin-bottom: 0px !important;
  }
  .c-pcml0 {
    margin-left: 0px !important;
  }
  .c-pcmt-0 {
    margin-top: 0px !important;
  }
  .c-pcmr-0 {
    margin-right: 0px !important;
  }
  .c-pcmb-0 {
    margin-bottom: 0px !important;
  }
  .c-pcml-0 {
    margin-left: 0px !important;
  }
  .c-pcpt0 {
    padding-top: 0px !important;
  }
  .c-pcpr0 {
    padding-right: 0px !important;
  }
  .c-pcpb0 {
    padding-bottom: 0px !important;
  }
  .c-pcpl0 {
    padding-left: 0px !important;
  }
  .c-pcmt5 {
    margin-top: 5px !important;
  }
  .c-pcmr5 {
    margin-right: 5px !important;
  }
  .c-pcmb5 {
    margin-bottom: 5px !important;
  }
  .c-pcml5 {
    margin-left: 5px !important;
  }
  .c-pcmt-5 {
    margin-top: -5px !important;
  }
  .c-pcmr-5 {
    margin-right: -5px !important;
  }
  .c-pcmb-5 {
    margin-bottom: -5px !important;
  }
  .c-pcml-5 {
    margin-left: -5px !important;
  }
  .c-pcpt5 {
    padding-top: 5px !important;
  }
  .c-pcpr5 {
    padding-right: 5px !important;
  }
  .c-pcpb5 {
    padding-bottom: 5px !important;
  }
  .c-pcpl5 {
    padding-left: 5px !important;
  }
  .c-pcmt10 {
    margin-top: 10px !important;
  }
  .c-pcmr10 {
    margin-right: 10px !important;
  }
  .c-pcmb10 {
    margin-bottom: 10px !important;
  }
  .c-pcml10 {
    margin-left: 10px !important;
  }
  .c-pcmt-10 {
    margin-top: -10px !important;
  }
  .c-pcmr-10 {
    margin-right: -10px !important;
  }
  .c-pcmb-10 {
    margin-bottom: -10px !important;
  }
  .c-pcml-10 {
    margin-left: -10px !important;
  }
  .c-pcpt10 {
    padding-top: 10px !important;
  }
  .c-pcpr10 {
    padding-right: 10px !important;
  }
  .c-pcpb10 {
    padding-bottom: 10px !important;
  }
  .c-pcpl10 {
    padding-left: 10px !important;
  }
  .c-pcmt15 {
    margin-top: 15px !important;
  }
  .c-pcmr15 {
    margin-right: 15px !important;
  }
  .c-pcmb15 {
    margin-bottom: 15px !important;
  }
  .c-pcml15 {
    margin-left: 15px !important;
  }
  .c-pcmt-15 {
    margin-top: -15px !important;
  }
  .c-pcmr-15 {
    margin-right: -15px !important;
  }
  .c-pcmb-15 {
    margin-bottom: -15px !important;
  }
  .c-pcml-15 {
    margin-left: -15px !important;
  }
  .c-pcpt15 {
    padding-top: 15px !important;
  }
  .c-pcpr15 {
    padding-right: 15px !important;
  }
  .c-pcpb15 {
    padding-bottom: 15px !important;
  }
  .c-pcpl15 {
    padding-left: 15px !important;
  }
  .c-pcmt20 {
    margin-top: 20px !important;
  }
  .c-pcmr20 {
    margin-right: 20px !important;
  }
  .c-pcmb20 {
    margin-bottom: 20px !important;
  }
  .c-pcml20 {
    margin-left: 20px !important;
  }
  .c-pcmt-20 {
    margin-top: -20px !important;
  }
  .c-pcmr-20 {
    margin-right: -20px !important;
  }
  .c-pcmb-20 {
    margin-bottom: -20px !important;
  }
  .c-pcml-20 {
    margin-left: -20px !important;
  }
  .c-pcpt20 {
    padding-top: 20px !important;
  }
  .c-pcpr20 {
    padding-right: 20px !important;
  }
  .c-pcpb20 {
    padding-bottom: 20px !important;
  }
  .c-pcpl20 {
    padding-left: 20px !important;
  }
  .c-pcmt25 {
    margin-top: 25px !important;
  }
  .c-pcmr25 {
    margin-right: 25px !important;
  }
  .c-pcmb25 {
    margin-bottom: 25px !important;
  }
  .c-pcml25 {
    margin-left: 25px !important;
  }
  .c-pcmt-25 {
    margin-top: -25px !important;
  }
  .c-pcmr-25 {
    margin-right: -25px !important;
  }
  .c-pcmb-25 {
    margin-bottom: -25px !important;
  }
  .c-pcml-25 {
    margin-left: -25px !important;
  }
  .c-pcpt25 {
    padding-top: 25px !important;
  }
  .c-pcpr25 {
    padding-right: 25px !important;
  }
  .c-pcpb25 {
    padding-bottom: 25px !important;
  }
  .c-pcpl25 {
    padding-left: 25px !important;
  }
  .c-pcmt30 {
    margin-top: 30px !important;
  }
  .c-pcmr30 {
    margin-right: 30px !important;
  }
  .c-pcmb30 {
    margin-bottom: 30px !important;
  }
  .c-pcml30 {
    margin-left: 30px !important;
  }
  .c-pcmt-30 {
    margin-top: -30px !important;
  }
  .c-pcmr-30 {
    margin-right: -30px !important;
  }
  .c-pcmb-30 {
    margin-bottom: -30px !important;
  }
  .c-pcml-30 {
    margin-left: -30px !important;
  }
  .c-pcpt30 {
    padding-top: 30px !important;
  }
  .c-pcpr30 {
    padding-right: 30px !important;
  }
  .c-pcpb30 {
    padding-bottom: 30px !important;
  }
  .c-pcpl30 {
    padding-left: 30px !important;
  }
  .c-pcmt35 {
    margin-top: 35px !important;
  }
  .c-pcmr35 {
    margin-right: 35px !important;
  }
  .c-pcmb35 {
    margin-bottom: 35px !important;
  }
  .c-pcml35 {
    margin-left: 35px !important;
  }
  .c-pcmt-35 {
    margin-top: -35px !important;
  }
  .c-pcmr-35 {
    margin-right: -35px !important;
  }
  .c-pcmb-35 {
    margin-bottom: -35px !important;
  }
  .c-pcml-35 {
    margin-left: -35px !important;
  }
  .c-pcpt35 {
    padding-top: 35px !important;
  }
  .c-pcpr35 {
    padding-right: 35px !important;
  }
  .c-pcpb35 {
    padding-bottom: 35px !important;
  }
  .c-pcpl35 {
    padding-left: 35px !important;
  }
  .c-pcmt40 {
    margin-top: 40px !important;
  }
  .c-pcmr40 {
    margin-right: 40px !important;
  }
  .c-pcmb40 {
    margin-bottom: 40px !important;
  }
  .c-pcml40 {
    margin-left: 40px !important;
  }
  .c-pcmt-40 {
    margin-top: -40px !important;
  }
  .c-pcmr-40 {
    margin-right: -40px !important;
  }
  .c-pcmb-40 {
    margin-bottom: -40px !important;
  }
  .c-pcml-40 {
    margin-left: -40px !important;
  }
  .c-pcpt40 {
    padding-top: 40px !important;
  }
  .c-pcpr40 {
    padding-right: 40px !important;
  }
  .c-pcpb40 {
    padding-bottom: 40px !important;
  }
  .c-pcpl40 {
    padding-left: 40px !important;
  }
  .c-pcmt45 {
    margin-top: 45px !important;
  }
  .c-pcmr45 {
    margin-right: 45px !important;
  }
  .c-pcmb45 {
    margin-bottom: 45px !important;
  }
  .c-pcml45 {
    margin-left: 45px !important;
  }
  .c-pcmt-45 {
    margin-top: -45px !important;
  }
  .c-pcmr-45 {
    margin-right: -45px !important;
  }
  .c-pcmb-45 {
    margin-bottom: -45px !important;
  }
  .c-pcml-45 {
    margin-left: -45px !important;
  }
  .c-pcpt45 {
    padding-top: 45px !important;
  }
  .c-pcpr45 {
    padding-right: 45px !important;
  }
  .c-pcpb45 {
    padding-bottom: 45px !important;
  }
  .c-pcpl45 {
    padding-left: 45px !important;
  }
  .c-pcmt50 {
    margin-top: 50px !important;
  }
  .c-pcmr50 {
    margin-right: 50px !important;
  }
  .c-pcmb50 {
    margin-bottom: 50px !important;
  }
  .c-pcml50 {
    margin-left: 50px !important;
  }
  .c-pcmt-50 {
    margin-top: -50px !important;
  }
  .c-pcmr-50 {
    margin-right: -50px !important;
  }
  .c-pcmb-50 {
    margin-bottom: -50px !important;
  }
  .c-pcml-50 {
    margin-left: -50px !important;
  }
  .c-pcpt50 {
    padding-top: 50px !important;
  }
  .c-pcpr50 {
    padding-right: 50px !important;
  }
  .c-pcpb50 {
    padding-bottom: 50px !important;
  }
  .c-pcpl50 {
    padding-left: 50px !important;
  }
  .c-pcmt55 {
    margin-top: 55px !important;
  }
  .c-pcmr55 {
    margin-right: 55px !important;
  }
  .c-pcmb55 {
    margin-bottom: 55px !important;
  }
  .c-pcml55 {
    margin-left: 55px !important;
  }
  .c-pcmt-55 {
    margin-top: -55px !important;
  }
  .c-pcmr-55 {
    margin-right: -55px !important;
  }
  .c-pcmb-55 {
    margin-bottom: -55px !important;
  }
  .c-pcml-55 {
    margin-left: -55px !important;
  }
  .c-pcpt55 {
    padding-top: 55px !important;
  }
  .c-pcpr55 {
    padding-right: 55px !important;
  }
  .c-pcpb55 {
    padding-bottom: 55px !important;
  }
  .c-pcpl55 {
    padding-left: 55px !important;
  }
  .c-pcmt60 {
    margin-top: 60px !important;
  }
  .c-pcmr60 {
    margin-right: 60px !important;
  }
  .c-pcmb60 {
    margin-bottom: 60px !important;
  }
  .c-pcml60 {
    margin-left: 60px !important;
  }
  .c-pcmt-60 {
    margin-top: -60px !important;
  }
  .c-pcmr-60 {
    margin-right: -60px !important;
  }
  .c-pcmb-60 {
    margin-bottom: -60px !important;
  }
  .c-pcml-60 {
    margin-left: -60px !important;
  }
  .c-pcpt60 {
    padding-top: 60px !important;
  }
  .c-pcpr60 {
    padding-right: 60px !important;
  }
  .c-pcpb60 {
    padding-bottom: 60px !important;
  }
  .c-pcpl60 {
    padding-left: 60px !important;
  }
  .c-pcmt65 {
    margin-top: 65px !important;
  }
  .c-pcmr65 {
    margin-right: 65px !important;
  }
  .c-pcmb65 {
    margin-bottom: 65px !important;
  }
  .c-pcml65 {
    margin-left: 65px !important;
  }
  .c-pcmt-65 {
    margin-top: -65px !important;
  }
  .c-pcmr-65 {
    margin-right: -65px !important;
  }
  .c-pcmb-65 {
    margin-bottom: -65px !important;
  }
  .c-pcml-65 {
    margin-left: -65px !important;
  }
  .c-pcpt65 {
    padding-top: 65px !important;
  }
  .c-pcpr65 {
    padding-right: 65px !important;
  }
  .c-pcpb65 {
    padding-bottom: 65px !important;
  }
  .c-pcpl65 {
    padding-left: 65px !important;
  }
  .c-pcmt70 {
    margin-top: 70px !important;
  }
  .c-pcmr70 {
    margin-right: 70px !important;
  }
  .c-pcmb70 {
    margin-bottom: 70px !important;
  }
  .c-pcml70 {
    margin-left: 70px !important;
  }
  .c-pcmt-70 {
    margin-top: -70px !important;
  }
  .c-pcmr-70 {
    margin-right: -70px !important;
  }
  .c-pcmb-70 {
    margin-bottom: -70px !important;
  }
  .c-pcml-70 {
    margin-left: -70px !important;
  }
  .c-pcpt70 {
    padding-top: 70px !important;
  }
  .c-pcpr70 {
    padding-right: 70px !important;
  }
  .c-pcpb70 {
    padding-bottom: 70px !important;
  }
  .c-pcpl70 {
    padding-left: 70px !important;
  }
  .c-pcmt75 {
    margin-top: 75px !important;
  }
  .c-pcmr75 {
    margin-right: 75px !important;
  }
  .c-pcmb75 {
    margin-bottom: 75px !important;
  }
  .c-pcml75 {
    margin-left: 75px !important;
  }
  .c-pcmt-75 {
    margin-top: -75px !important;
  }
  .c-pcmr-75 {
    margin-right: -75px !important;
  }
  .c-pcmb-75 {
    margin-bottom: -75px !important;
  }
  .c-pcml-75 {
    margin-left: -75px !important;
  }
  .c-pcpt75 {
    padding-top: 75px !important;
  }
  .c-pcpr75 {
    padding-right: 75px !important;
  }
  .c-pcpb75 {
    padding-bottom: 75px !important;
  }
  .c-pcpl75 {
    padding-left: 75px !important;
  }
  .c-pcmt80 {
    margin-top: 80px !important;
  }
  .c-pcmr80 {
    margin-right: 80px !important;
  }
  .c-pcmb80 {
    margin-bottom: 80px !important;
  }
  .c-pcml80 {
    margin-left: 80px !important;
  }
  .c-pcmt-80 {
    margin-top: -80px !important;
  }
  .c-pcmr-80 {
    margin-right: -80px !important;
  }
  .c-pcmb-80 {
    margin-bottom: -80px !important;
  }
  .c-pcml-80 {
    margin-left: -80px !important;
  }
  .c-pcpt80 {
    padding-top: 80px !important;
  }
  .c-pcpr80 {
    padding-right: 80px !important;
  }
  .c-pcpb80 {
    padding-bottom: 80px !important;
  }
  .c-pcpl80 {
    padding-left: 80px !important;
  }
  .c-pcmt85 {
    margin-top: 85px !important;
  }
  .c-pcmr85 {
    margin-right: 85px !important;
  }
  .c-pcmb85 {
    margin-bottom: 85px !important;
  }
  .c-pcml85 {
    margin-left: 85px !important;
  }
  .c-pcmt-85 {
    margin-top: -85px !important;
  }
  .c-pcmr-85 {
    margin-right: -85px !important;
  }
  .c-pcmb-85 {
    margin-bottom: -85px !important;
  }
  .c-pcml-85 {
    margin-left: -85px !important;
  }
  .c-pcpt85 {
    padding-top: 85px !important;
  }
  .c-pcpr85 {
    padding-right: 85px !important;
  }
  .c-pcpb85 {
    padding-bottom: 85px !important;
  }
  .c-pcpl85 {
    padding-left: 85px !important;
  }
  .c-pcmt90 {
    margin-top: 90px !important;
  }
  .c-pcmr90 {
    margin-right: 90px !important;
  }
  .c-pcmb90 {
    margin-bottom: 90px !important;
  }
  .c-pcml90 {
    margin-left: 90px !important;
  }
  .c-pcmt-90 {
    margin-top: -90px !important;
  }
  .c-pcmr-90 {
    margin-right: -90px !important;
  }
  .c-pcmb-90 {
    margin-bottom: -90px !important;
  }
  .c-pcml-90 {
    margin-left: -90px !important;
  }
  .c-pcpt90 {
    padding-top: 90px !important;
  }
  .c-pcpr90 {
    padding-right: 90px !important;
  }
  .c-pcpb90 {
    padding-bottom: 90px !important;
  }
  .c-pcpl90 {
    padding-left: 90px !important;
  }
  .c-pcmt95 {
    margin-top: 95px !important;
  }
  .c-pcmr95 {
    margin-right: 95px !important;
  }
  .c-pcmb95 {
    margin-bottom: 95px !important;
  }
  .c-pcml95 {
    margin-left: 95px !important;
  }
  .c-pcmt-95 {
    margin-top: -95px !important;
  }
  .c-pcmr-95 {
    margin-right: -95px !important;
  }
  .c-pcmb-95 {
    margin-bottom: -95px !important;
  }
  .c-pcml-95 {
    margin-left: -95px !important;
  }
  .c-pcpt95 {
    padding-top: 95px !important;
  }
  .c-pcpr95 {
    padding-right: 95px !important;
  }
  .c-pcpb95 {
    padding-bottom: 95px !important;
  }
  .c-pcpl95 {
    padding-left: 95px !important;
  }
  .c-pcmt100 {
    margin-top: 100px !important;
  }
  .c-pcmr100 {
    margin-right: 100px !important;
  }
  .c-pcmb100 {
    margin-bottom: 100px !important;
  }
  .c-pcml100 {
    margin-left: 100px !important;
  }
  .c-pcmt-100 {
    margin-top: -100px !important;
  }
  .c-pcmr-100 {
    margin-right: -100px !important;
  }
  .c-pcmb-100 {
    margin-bottom: -100px !important;
  }
  .c-pcml-100 {
    margin-left: -100px !important;
  }
  .c-pcpt100 {
    padding-top: 100px !important;
  }
  .c-pcpr100 {
    padding-right: 100px !important;
  }
  .c-pcpb100 {
    padding-bottom: 100px !important;
  }
  .c-pcpl100 {
    padding-left: 100px !important;
  }
  .c-pcw0 {
    width: 0% !important;
  }
  .c-pcw5 {
    width: 5% !important;
  }
  .c-pcw10 {
    width: 10% !important;
  }
  .c-pcw15 {
    width: 15% !important;
  }
  .c-pcw20 {
    width: 20% !important;
  }
  .c-pcw25 {
    width: 25% !important;
  }
  .c-pcw30 {
    width: 30% !important;
  }
  .c-pcw35 {
    width: 35% !important;
  }
  .c-pcw40 {
    width: 40% !important;
  }
  .c-pcw45 {
    width: 45% !important;
  }
  .c-pcw50 {
    width: 50% !important;
  }
  .c-pcw55 {
    width: 55% !important;
  }
  .c-pcw60 {
    width: 60% !important;
  }
  .c-pcw65 {
    width: 65% !important;
  }
  .c-pcw70 {
    width: 70% !important;
  }
  .c-pcw75 {
    width: 75% !important;
  }
  .c-pcw80 {
    width: 80% !important;
  }
  .c-pcw85 {
    width: 85% !important;
  }
  .c-pcw90 {
    width: 90% !important;
  }
  .c-pcw95 {
    width: 95% !important;
  }
  .c-pcw100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  :where(section) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  p {
    line-height: 1.6;
  }
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-underline::after {
    height: 5px;
  }
  .c-title.-level1 {
    gap: 8px;
    font-size: 1.9rem;
  }
  .c-title.-level1 > span {
    padding: 4px 12px;
  }
  .c-title.-level2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
    font-size: 1.7rem;
  }
  .c-title.-level2::after {
    width: 20px;
    height: 3px;
  }
  .c-title.-level3 {
    margin-bottom: 20px;
    padding-left: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #15a861;
    font-size: 1.6rem;
  }
  .c-title.-level3::before {
    bottom: 5px;
    width: 6px;
  }
  .c-title.-level4 {
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 1.5rem;
  }
  .c-title.-level5 {
    margin-bottom: 15px;
    padding-left: 20px;
    color: #15a861;
    font-size: 1.5rem;
    position: relative;
  }
  .c-title.-level5:before {
    position: absolute;
    display: block;
    content: "";
    top: 0.4em;
    width: 15px;
  }
  .c-title.-level6 {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .c-btn.-skin01 {
    padding: 14px;
    border-radius: 0;
    font-size: 1.3rem;
  }
  .c-btn.-skin02 {
    min-width: 200px;
    padding: 7px 30px 7px 10px;
  }
  .c-btn.-skin02::after {
    width: 22px;
  }
  .c-btn.-skin03 {
    min-width: 60px;
    padding: 2px 8px 2px 16px;
  }
  .c-btn.-skin04 {
    padding: 14px;
    border-radius: 0;
    font-size: 1.3rem;
  }
  .c-btnWrap {
    gap: 20px 10px;
    margin-top: 20px;
  }
  .c-link {
    font-size: 1.6rem;
  }
  .c-overflowBox {
    max-height: 310px;
    padding: 24px;
    border-radius: 3px;
  }
  .c-card {
    border-radius: 5px;
  }
  .c-card__text {
    padding: 12px;
  }
  .c-card__title {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 1.8rem;
  }
  .c-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .c-list.-border > li {
    padding: 12px 0 6px;
  }
  .c-table th, .c-table td {
    padding: 8px;
  }
  .c-label {
    min-width: 78px;
    padding: 4px;
    font-size: 1.2rem;
  }
  .c-label.-skin05 {
    padding: 3px 10px;
    font-size: 1.3rem;
  }
  .c-spmt0 {
    margin-top: 0px !important;
  }
  .c-spmr0 {
    margin-right: 0px !important;
  }
  .c-spmb0 {
    margin-bottom: 0px !important;
  }
  .c-spml0 {
    margin-left: 0px !important;
  }
  .c-sppt0 {
    padding-top: 0px !important;
  }
  .c-sppr0 {
    padding-right: 0px !important;
  }
  .c-sppb0 {
    padding-bottom: 0px !important;
  }
  .c-sppl0 {
    padding-left: 0px !important;
  }
  .c-spmt5 {
    margin-top: 5px !important;
  }
  .c-spmr5 {
    margin-right: 5px !important;
  }
  .c-spmb5 {
    margin-bottom: 5px !important;
  }
  .c-spml5 {
    margin-left: 5px !important;
  }
  .c-sppt5 {
    padding-top: 5px !important;
  }
  .c-sppr5 {
    padding-right: 5px !important;
  }
  .c-sppb5 {
    padding-bottom: 5px !important;
  }
  .c-sppl5 {
    padding-left: 5px !important;
  }
  .c-spmt10 {
    margin-top: 10px !important;
  }
  .c-spmr10 {
    margin-right: 10px !important;
  }
  .c-spmb10 {
    margin-bottom: 10px !important;
  }
  .c-spml10 {
    margin-left: 10px !important;
  }
  .c-sppt10 {
    padding-top: 10px !important;
  }
  .c-sppr10 {
    padding-right: 10px !important;
  }
  .c-sppb10 {
    padding-bottom: 10px !important;
  }
  .c-sppl10 {
    padding-left: 10px !important;
  }
  .c-spmt15 {
    margin-top: 15px !important;
  }
  .c-spmr15 {
    margin-right: 15px !important;
  }
  .c-spmb15 {
    margin-bottom: 15px !important;
  }
  .c-spml15 {
    margin-left: 15px !important;
  }
  .c-sppt15 {
    padding-top: 15px !important;
  }
  .c-sppr15 {
    padding-right: 15px !important;
  }
  .c-sppb15 {
    padding-bottom: 15px !important;
  }
  .c-sppl15 {
    padding-left: 15px !important;
  }
  .c-spmt20 {
    margin-top: 20px !important;
  }
  .c-spmr20 {
    margin-right: 20px !important;
  }
  .c-spmb20 {
    margin-bottom: 20px !important;
  }
  .c-spml20 {
    margin-left: 20px !important;
  }
  .c-sppt20 {
    padding-top: 20px !important;
  }
  .c-sppr20 {
    padding-right: 20px !important;
  }
  .c-sppb20 {
    padding-bottom: 20px !important;
  }
  .c-sppl20 {
    padding-left: 20px !important;
  }
  .c-spmt25 {
    margin-top: 25px !important;
  }
  .c-spmr25 {
    margin-right: 25px !important;
  }
  .c-spmb25 {
    margin-bottom: 25px !important;
  }
  .c-spml25 {
    margin-left: 25px !important;
  }
  .c-sppt25 {
    padding-top: 25px !important;
  }
  .c-sppr25 {
    padding-right: 25px !important;
  }
  .c-sppb25 {
    padding-bottom: 25px !important;
  }
  .c-sppl25 {
    padding-left: 25px !important;
  }
  .c-spmt30 {
    margin-top: 30px !important;
  }
  .c-spmr30 {
    margin-right: 30px !important;
  }
  .c-spmb30 {
    margin-bottom: 30px !important;
  }
  .c-spml30 {
    margin-left: 30px !important;
  }
  .c-sppt30 {
    padding-top: 30px !important;
  }
  .c-sppr30 {
    padding-right: 30px !important;
  }
  .c-sppb30 {
    padding-bottom: 30px !important;
  }
  .c-sppl30 {
    padding-left: 30px !important;
  }
  .c-spmt35 {
    margin-top: 35px !important;
  }
  .c-spmr35 {
    margin-right: 35px !important;
  }
  .c-spmb35 {
    margin-bottom: 35px !important;
  }
  .c-spml35 {
    margin-left: 35px !important;
  }
  .c-sppt35 {
    padding-top: 35px !important;
  }
  .c-sppr35 {
    padding-right: 35px !important;
  }
  .c-sppb35 {
    padding-bottom: 35px !important;
  }
  .c-sppl35 {
    padding-left: 35px !important;
  }
  .c-spmt40 {
    margin-top: 40px !important;
  }
  .c-spmr40 {
    margin-right: 40px !important;
  }
  .c-spmb40 {
    margin-bottom: 40px !important;
  }
  .c-spml40 {
    margin-left: 40px !important;
  }
  .c-sppt40 {
    padding-top: 40px !important;
  }
  .c-sppr40 {
    padding-right: 40px !important;
  }
  .c-sppb40 {
    padding-bottom: 40px !important;
  }
  .c-sppl40 {
    padding-left: 40px !important;
  }
  .c-spmt45 {
    margin-top: 45px !important;
  }
  .c-spmr45 {
    margin-right: 45px !important;
  }
  .c-spmb45 {
    margin-bottom: 45px !important;
  }
  .c-spml45 {
    margin-left: 45px !important;
  }
  .c-sppt45 {
    padding-top: 45px !important;
  }
  .c-sppr45 {
    padding-right: 45px !important;
  }
  .c-sppb45 {
    padding-bottom: 45px !important;
  }
  .c-sppl45 {
    padding-left: 45px !important;
  }
  .c-spmt50 {
    margin-top: 50px !important;
  }
  .c-spmr50 {
    margin-right: 50px !important;
  }
  .c-spmb50 {
    margin-bottom: 50px !important;
  }
  .c-spml50 {
    margin-left: 50px !important;
  }
  .c-sppt50 {
    padding-top: 50px !important;
  }
  .c-sppr50 {
    padding-right: 50px !important;
  }
  .c-sppb50 {
    padding-bottom: 50px !important;
  }
  .c-sppl50 {
    padding-left: 50px !important;
  }
  .c-spmt55 {
    margin-top: 55px !important;
  }
  .c-spmr55 {
    margin-right: 55px !important;
  }
  .c-spmb55 {
    margin-bottom: 55px !important;
  }
  .c-spml55 {
    margin-left: 55px !important;
  }
  .c-sppt55 {
    padding-top: 55px !important;
  }
  .c-sppr55 {
    padding-right: 55px !important;
  }
  .c-sppb55 {
    padding-bottom: 55px !important;
  }
  .c-sppl55 {
    padding-left: 55px !important;
  }
  .c-spmt60 {
    margin-top: 60px !important;
  }
  .c-spmr60 {
    margin-right: 60px !important;
  }
  .c-spmb60 {
    margin-bottom: 60px !important;
  }
  .c-spml60 {
    margin-left: 60px !important;
  }
  .c-sppt60 {
    padding-top: 60px !important;
  }
  .c-sppr60 {
    padding-right: 60px !important;
  }
  .c-sppb60 {
    padding-bottom: 60px !important;
  }
  .c-sppl60 {
    padding-left: 60px !important;
  }
  .c-spmt65 {
    margin-top: 65px !important;
  }
  .c-spmr65 {
    margin-right: 65px !important;
  }
  .c-spmb65 {
    margin-bottom: 65px !important;
  }
  .c-spml65 {
    margin-left: 65px !important;
  }
  .c-sppt65 {
    padding-top: 65px !important;
  }
  .c-sppr65 {
    padding-right: 65px !important;
  }
  .c-sppb65 {
    padding-bottom: 65px !important;
  }
  .c-sppl65 {
    padding-left: 65px !important;
  }
  .c-spmt70 {
    margin-top: 70px !important;
  }
  .c-spmr70 {
    margin-right: 70px !important;
  }
  .c-spmb70 {
    margin-bottom: 70px !important;
  }
  .c-spml70 {
    margin-left: 70px !important;
  }
  .c-sppt70 {
    padding-top: 70px !important;
  }
  .c-sppr70 {
    padding-right: 70px !important;
  }
  .c-sppb70 {
    padding-bottom: 70px !important;
  }
  .c-sppl70 {
    padding-left: 70px !important;
  }
  .c-spmt75 {
    margin-top: 75px !important;
  }
  .c-spmr75 {
    margin-right: 75px !important;
  }
  .c-spmb75 {
    margin-bottom: 75px !important;
  }
  .c-spml75 {
    margin-left: 75px !important;
  }
  .c-sppt75 {
    padding-top: 75px !important;
  }
  .c-sppr75 {
    padding-right: 75px !important;
  }
  .c-sppb75 {
    padding-bottom: 75px !important;
  }
  .c-sppl75 {
    padding-left: 75px !important;
  }
  .c-spmt80 {
    margin-top: 80px !important;
  }
  .c-spmr80 {
    margin-right: 80px !important;
  }
  .c-spmb80 {
    margin-bottom: 80px !important;
  }
  .c-spml80 {
    margin-left: 80px !important;
  }
  .c-sppt80 {
    padding-top: 80px !important;
  }
  .c-sppr80 {
    padding-right: 80px !important;
  }
  .c-sppb80 {
    padding-bottom: 80px !important;
  }
  .c-sppl80 {
    padding-left: 80px !important;
  }
  .c-spmt85 {
    margin-top: 85px !important;
  }
  .c-spmr85 {
    margin-right: 85px !important;
  }
  .c-spmb85 {
    margin-bottom: 85px !important;
  }
  .c-spml85 {
    margin-left: 85px !important;
  }
  .c-sppt85 {
    padding-top: 85px !important;
  }
  .c-sppr85 {
    padding-right: 85px !important;
  }
  .c-sppb85 {
    padding-bottom: 85px !important;
  }
  .c-sppl85 {
    padding-left: 85px !important;
  }
  .c-spmt90 {
    margin-top: 90px !important;
  }
  .c-spmr90 {
    margin-right: 90px !important;
  }
  .c-spmb90 {
    margin-bottom: 90px !important;
  }
  .c-spml90 {
    margin-left: 90px !important;
  }
  .c-sppt90 {
    padding-top: 90px !important;
  }
  .c-sppr90 {
    padding-right: 90px !important;
  }
  .c-sppb90 {
    padding-bottom: 90px !important;
  }
  .c-sppl90 {
    padding-left: 90px !important;
  }
  .c-spmt95 {
    margin-top: 95px !important;
  }
  .c-spmr95 {
    margin-right: 95px !important;
  }
  .c-spmb95 {
    margin-bottom: 95px !important;
  }
  .c-spml95 {
    margin-left: 95px !important;
  }
  .c-sppt95 {
    padding-top: 95px !important;
  }
  .c-sppr95 {
    padding-right: 95px !important;
  }
  .c-sppb95 {
    padding-bottom: 95px !important;
  }
  .c-sppl95 {
    padding-left: 95px !important;
  }
  .c-spmt100 {
    margin-top: 100px !important;
  }
  .c-spmr100 {
    margin-right: 100px !important;
  }
  .c-spmb100 {
    margin-bottom: 100px !important;
  }
  .c-spml100 {
    margin-left: 100px !important;
  }
  .c-sppt100 {
    padding-top: 100px !important;
  }
  .c-sppr100 {
    padding-right: 100px !important;
  }
  .c-sppb100 {
    padding-bottom: 100px !important;
  }
  .c-sppl100 {
    padding-left: 100px !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw5 {
    width: 5% !important;
  }
  .c-spw10 {
    width: 10% !important;
  }
  .c-spw15 {
    width: 15% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw25 {
    width: 25% !important;
  }
  .c-spw30 {
    width: 30% !important;
  }
  .c-spw35 {
    width: 35% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw45 {
    width: 45% !important;
  }
  .c-spw50 {
    width: 50% !important;
  }
  .c-spw55 {
    width: 55% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw65 {
    width: 65% !important;
  }
  .c-spw70 {
    width: 70% !important;
  }
  .c-spw75 {
    width: 75% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw85 {
    width: 85% !important;
  }
  .c-spw90 {
    width: 90% !important;
  }
  .c-spw95 {
    width: 95% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .c-spwAuto {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  .l-container {
    padding-top: 55px;
    font-size: 1.3rem;
    line-height: 1.46;
  }
  .l-wrapper {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .l-header {
    height: 55px;
    padding-left: 8px;
    padding-right: 52px;
  }
  .l-header__logo img {
    width: 32px;
  }
  .l-header__logoText {
    padding-left: 4px;
    font-size: 1rem;
  }
  .l-header__logoText__name {
    font-size: 1.4rem;
  }
  .l-header__logoText__name .is-mincho {
    font-size: 1rem;
  }
  .l-header__logoText__grad {
    padding: 0 6px 0 4px;
  }
  .l-header__logoText__subpage {
    padding-top: 4px;
    font-size: 1.4rem;
  }
  .l-header__contactBtn {
    display: none;
  }
  .l-header__label {
    gap: 5px;
    margin-left: 8px;
  }
  .l-header__label .c-label {
    padding: 2px 4px;
    font-size: 1.1rem;
  }
  .l-gnav {
    display: block;
  }
  .l-gnavBtn {
    position: absolute;
    top: 8px;
    right: 4px;
    width: 40px;
    height: 40px;
    background: #181717;
  }
  .l-gnavBtn::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    content: "MENU";
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  .l-gnavBtn span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
  }
  .l-gnavBtn span:nth-child(1) {
    top: 6px;
  }
  .l-gnavBtn span:nth-child(2) {
    top: 14px;
  }
  .l-gnavBtn span:nth-child(3) {
    top: 22px;
  }
  .l-gnavBtn.is-open::after {
    content: "CLOSE";
  }
  .l-gnavBtn.is-open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-gnavBtn.is-open span:nth-child(2) {
    width: 0;
  }
  .l-gnavBtn.is-open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-gnavWrap {
    top: 55px;
    left: 0;
    right: 0;
    display: none;
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 55px);
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 10px 20px 40px;
    background: #fff;
    border-radius: 0;
  }
  .l-gnav > li > a {
    display: block;
    padding: 12px 8px;
    border-bottom: 1px solid #ccc;
  }
  .l-pagetitle__inner {
    height: 170px;
    margin-bottom: 12px;
    padding: 20px 20px 30px;
  }
  .l-footer {
    padding: 26px 0 60px;
  }
  .l-footer .l-wrapper {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
  }
  .l-footer__logo {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .l-footer__logo img {
    width: 32px;
  }
  .l-footer__logoText {
    padding-left: 4px;
    font-size: 1rem;
  }
  .l-footer__logoText__name {
    font-size: 1.4rem;
  }
  .l-footer__logoText__name .is-mincho {
    font-size: 1rem;
  }
  .l-footer__logoText__grad {
    padding: 0 6px 0 4px;
  }
  .l-footer__label {
    gap: 6px;
    margin-top: 8px;
  }
  .l-footer__address {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 20px 0 0 0;
  }
  .l-footer__pagetop {
    grid-column: 2/3;
    grid-row: 3/5;
    padding-top: 30px;
  }
  .l-footer__pagetopBtn {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__sns {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-top: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-footer__copy {
    grid-column: 1/2;
    grid-row: 4/5;
    padding-top: 30px;
    font-size: 1.1rem;
    text-align: left;
  }
  .l-fixed__navList {
    gap: 0 1px;
    padding: 0;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3 {
    margin-top: 70px;
  }
  .mv-wrap {
    height: 595px;
    padding: 65px 12px 0 12px;
  }
  .mv-wrap .c-snsList {
    left: 8px;
    bottom: -40px;
    gap: 8px;
    font-size: 2.8rem;
  }
  .mv-background.is-imgfit {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .mv-title {
    gap: 12px;
    padding-left: 18px;
    padding-bottom: 164px;
  }
  .mv-title__line1 {
    max-width: 290px;
    padding: 2px 10px 2px 50px;
  }
  .mv-title__line2 {
    max-width: 330px;
    padding: 2px 10px 2px;
  }
  .mv-title__line1 {
    font-size: 1.9rem;
  }
  .mv-title__line1 em {
    font-size: 2.3rem;
  }
  .mv-title__line1::before {
    top: -23px;
    left: -7px;
    width: 52px;
    height: 52px;
  }
  .mv-title__line2 {
    font-size: 1.9rem;
  }
  .mv-title__line2 em {
    font-size: 2.3rem;
  }
  .mv-title__line2::before {
    left: 12px;
    width: 32px;
    height: 22px;
  }
  .mv-nav01 a {
    height: 100%;
  }
  .mv-nav01__list {
    height: 100%;
    padding: 15px 10px;
  }
  .mv-nav01__list::after {
    right: 5px;
    bottom: 5px;
    border-width: 5px;
  }
  .mv-nav01__list .ribbon {
    top: -20px;
    left: -6px;
    padding: 4px 10px;
    font-size: 1.3rem;
  }
  .mv-nav01__list .ribbon::after {
    border-width: 3px 3px;
  }
  .mv-nav01__list .is-imgfit {
    width: 40px;
    height: 40px;
  }
  .mv-nav01__list dd {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv-nav01__list dd div {
    width: 40px;
  }
  .mv-nav01__list dd p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mv-nav02 {
    margin-right: -7px;
  }
  .mv-nav02__list {
    width: 210px;
    height: 210px;
    border-width: 3px;
    padding: 65px 16px 0 20px;
  }
  .mv-nav02__list > dt {
    margin-bottom: 4px;
    font-size: 1.2rem;
  }
  .mv-nav02__list > dd {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .mv-nav02__list > dd::after {
    width: 10px;
    height: 5px;
    border-width: 7px;
  }
  .mv-nav02__list__name {
    font-size: 1.3rem;
  }
  .mv-nav02__list__car {
    font-size: 1.4rem;
  }
  .mv-nav02__image {
    top: -15px;
    width: 78px;
  }
  .point-wrap {
    padding-top: 120px;
  }
  .point-title {
    margin: 0 auto 12px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .point-title em {
    font-size: 2.5rem;
  }
  .point-inner {
    padding: 0;
  }
  .point-inner::after, .point-inner::before {
    content: none;
  }
  .point-grid {
    gap: 0;
  }
  .point-grid__image01 {
    width: 33.3333333333vw;
  }
  .point-grid__image02 {
    width: 45.3333333333vw;
  }
  .point-grid__text {
    position: relative;
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .point-grid__text::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -12px;
    bottom: 0;
    left: -12px;
    z-index: -1;
    background-image: url(../img/top/bg-point.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(50% + 36px) calc(100% - 20px), 50% 100%, calc(50% - 36px) calc(100% - 20px), 0 calc(100% - 20px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(50% + 36px) calc(100% - 20px), 50% 100%, calc(50% - 36px) calc(100% - 20px), 0 calc(100% - 20px));
  }
  .point-grid__text::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -12px;
    bottom: 0;
    left: -12px;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(50% + 36px) calc(100% - 20px), 50% 100%, calc(50% - 36px) calc(100% - 20px), 0 calc(100% - 20px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(50% + 36px) calc(100% - 20px), 50% 100%, calc(50% - 36px) calc(100% - 20px), 0 calc(100% - 20px));
  }
  .point-list > li {
    padding: 12px 0 12px 32px;
    background-image: linear-gradient(to right, #363636 3px, transparent 3px);
    background-size: 6px 1px;
    font-size: 1.3rem;
  }
  .point-list > li::before {
    width: 25px;
    height: 20px;
  }
  .solution-wrap .c-btn {
    min-width: calc(50% - 10px);
  }
  .solution-title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .solution-title em {
    font-size: 2.5rem;
  }
  .solution-title .is-mincho {
    font-size: 2.6rem;
  }
  .solution-block__title {
    font-size: 1.6rem;
  }
  .solution-block__title::after {
    width: 20px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .solution-block01 {
    font-size: 1.3rem;
  }
  .solution-block01__text {
    padding: 40px 12px 40px 12px;
    background: url(../img/top/bg-about01-sp.jpg) no-repeat center center/cover;
  }
  .solution-block01__text p {
    line-height: 1.25;
  }
  .solution-block01__image::after {
    width: 20.8vw;
  }
  .solution-block02 {
    font-size: 1.3rem;
  }
  .solution-block02__text {
    padding: 40px 12px 40px 12px;
    background: url(../img/top/bg-about02-sp.jpg) no-repeat center center/cover;
  }
  .solution-block02__text p {
    line-height: 1.25;
  }
  .solution-block02__image::after {
    width: 20.8vw;
  }
  .blog-list {
    gap: 20px 10px;
  }
  .blog-list > li {
    border-radius: 3px;
  }
  .blog-list__image {
    aspect-ratio: 340/226;
    border-radius: 3px 3px 0 0;
  }
  .blog-list__text {
    padding: 12px;
    font-size: 1.2rem;
  }
  .blog-list__text .c-label {
    margin-bottom: 8px;
  }
  .blog-list__text .c-btn {
    font-size: 1.1rem;
  }
  .voice-title {
    font-size: 1.7rem;
  }
  .voice-title::after {
    width: 20px;
    height: 3px;
    margin: 10px auto 20px 0;
  }
  .voice-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .voice-list > li span {
    margin-bottom: 6px;
  }
  .area-wrap {
    padding-bottom: 40px;
    background-position: left top;
    position: relative;
  }
  .area-wrap:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 100%;
    width: 75.8666666667vw;
    height: 12px;
    background-color: #15a861;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .area-grid {
    grid-template-columns: 1fr;
  }
  .area-grid__image {
    text-align: center;
  }
  .area-grid__image img {
    max-width: none;
    max-inline-size: none;
    margin: -56px -50px 0;
    width: 475px;
  }
  .area-grid__text {
    padding: 12px;
    font-size: 1.3rem;
  }
  .area-title {
    font-size: 1.7rem;
  }
  .area-title::after {
    width: 20px;
    height: 3px;
    margin: 10px auto 20px 0;
  }
  .staff-wrap::after {
    width: 14.4vw;
    height: 181px;
  }
  .staff-title {
    font-size: 1.8rem;
  }
  .staff-title .is-mincho {
    font-size: 2rem;
  }
  .staff-title::after {
    width: 20px;
    height: 3px;
    margin: 10px auto 20px 0;
  }
  .staff-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .staff-grid__text {
    font-size: 1.3rem;
  }
  .staff-grid__image {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-top: 20px;
    text-align: center;
  }
  .staff-grid__image img {
    position: static;
    width: auto;
    max-width: 48vw;
  }
  .staff-grid__btn {
    grid-row: 3/4;
    grid-column: 1/2;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }
}

/* contact */
.cap {
  font-weight: 700;
  color: #15a861;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #aaa;
  width: 100%;
}

/* faq */
.c-card__title.faq_a {
  color: #06C755;
}
.c-card__title.faq_q,.c-card__title.faq_a {
  border-bottom: 0;
  padding-bottom: o;
}

/* strong */
strong {
  background-color: rgba(21, 168, 97, 0.08);
}

/* google map */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .map-wrap {
    height: 265px;
  }
}

/* img shadow */
.blueshadow {
  -webkit-box-shadow: 6px 6px 0px 0px #014099;
  box-shadow: 6px 6px 0px 0px #014099;
}