@charset "UTF-8";
/* normalize */
/* normalize */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

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

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

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

address {
  font-style: normal;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: transparent;
  position: relative;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
}

a {
  text-decoration: none;
  color: #00A0E9;
  transition: all 300ms ease-out 0s;
}
a:hover {
  opacity: 0.7;
}

.xs {
  font-size: .7em;
}

.s {
  font-size: .85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.maker {
  background: linear-gradient(transparent 40%, false 40%);
  padding-bottom: .25em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.maker.is-active {
  background-size: 100% 100%;
}

.ff__gothic {
  font-family: "Noto Sans JP", sans-serif;
}

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

.ff__en {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  /**
  		&.m-haln__left {
  			margin-left: 0;
  			margin-right: auto;
  		}
  		&.m-haln__right {
  			margin-left: auto;
  			margin-right: 0;
  		}
  **/
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g.m-mxw__880 {
  max-width: 880px;
}
.g.m-mxw__850 {
  max-width: 850px;
}
.g.m-mxw__535 {
  max-width: 535px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.t-fnt.m-lh__15 {
  line-height: 1.5;
}
.t-fnt.m-lh__20 {
  line-height: 2;
}
.t-fnt.m-fw__300 {
  font-weight: 300;
}
.t-fnt.m-fw__400 {
  font-weight: 400;
}
.t-fnt.m-fw__500 {
  font-weight: 500;
}
.t-fnt.m-fw__700 {
  font-weight: 700;
}
.t-fnt.m-fw__900 {
  font-weight: 900;
}
.t-fnt.m-ls__0 {
  letter-spacing: 0em;
}
.t-fnt.m-ls__50 {
  letter-spacing: 0.05em;
}
.t-fnt.m-ls__100 {
  letter-spacing: 0.1em;
}
.t-fnt.m-ls__200 {
  letter-spacing: 0.2em;
}
.t-fnt.m-ta__left {
  text-align: left;
}
.t-fnt.m-ta__center {
  text-align: center;
}
.t-fnt.m-clr__bl {
  color: #00A0E9;
}
.t-fnt.m-clr__gn {
  color: #66AF33;
}
.t-fnt.m-clr__gn_thin {
  color: #79CC3C;
}
@media screen and (max-width: 767px) {
  .t-fnt.m-fs__sp_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__sp_14 {
    font-size: 1.4rem;
  }
  .t-fnt.m-fs__sp_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__sp_16 {
    font-size: 1.6rem;
  }
  .t-fnt.m-fs__sp_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__sp_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__sp_22 {
    font-size: 2.2rem;
  }
  .t-fnt.m-fs__sp_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-fs__sp_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__sp_32 {
    font-size: 3.2rem;
  }
  .t-fnt.m-fs__sp_34 {
    font-size: 3.4rem;
  }
  .t-fnt.m-fs__sp_64 {
    font-size: 6.4rem;
  }
  .t-fnt.m-fs__sp_82 {
    font-size: 8.2rem;
  }
  .t-fnt.m-fs__sp_112 {
    font-size: 11.2rem;
  }
  .t-fnt.m-lh__sp_18 {
    line-height: 1.8;
  }
  .t-fnt.m-ta__sp_left {
    text-align: left;
  }
  .t-fnt.m-ta__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .t-fnt.m-fs__pc_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__pc_13 {
    font-size: 1.3rem;
  }
  .t-fnt.m-fs__pc_14 {
    font-size: 1.4rem;
  }
  .t-fnt.m-fs__pc_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__pc_16 {
    font-size: 1.6rem;
  }
  .t-fnt.m-fs__pc_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__pc_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__pc_22 {
    font-size: 2.2rem;
  }
  .t-fnt.m-fs__pc_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-fs__pc_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__pc_30 {
    font-size: 3rem;
  }
  .t-fnt.m-fs__pc_32 {
    font-size: 3.2rem;
  }
  .t-fnt.m-fs__pc_34 {
    font-size: 3.4rem;
  }
  .t-fnt.m-fs__pc_36 {
    font-size: 3.6rem;
  }
  .t-fnt.m-fs__pc_40 {
    font-size: 4rem;
  }
  .t-fnt.m-fs__pc_43 {
    font-size: 4.3rem;
  }
  .t-fnt.m-fs__pc_50 {
    font-size: 5rem;
  }
  .t-fnt.m-fs__pc_60 {
    font-size: 6rem;
  }
  .t-fnt.m-fs__pc_80 {
    font-size: 8rem;
  }
  .t-fnt.m-fs__pc_100 {
    font-size: 10rem;
  }
  .t-fnt.m-fs__pc_150 {
    font-size: 15rem;
  }
  .t-fnt.m-fs__pc_200 {
    font-size: 20rem;
  }
  .t-fnt.m-lh__pc_15 {
    line-height: 1.5;
  }
  .t-fnt.m-lh__pc_18 {
    line-height: 1.8;
  }
  .t-fnt.m-lh__pc_20 {
    line-height: 2;
  }
  .t-fnt.m-lh__pc_22 {
    line-height: 2.2;
  }
  .t-fnt.m-lh__pc_25 {
    line-height: 2.5;
  }
  .t-fnt.m-lh__pc_32 {
    line-height: 3.2;
  }
  .t-fnt.m-ta__pc_left {
    text-align: left;
  }
  .t-fnt.m-ta__pc_center {
    text-align: center;
  }
}

.t-bg.m-frontAbout {
  background-image: url(../img/front/bg_about.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.t-bg.m-gn {
  background-color: #EEF9EB;
}
.t-bg.m-wt {
  background-color: #FFF;
}
.t-bg.m-forest {
  background-image: url(../img/front/bg_forest.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-contact {
  background-image: url(../img/common/bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-companyPhilosophy {
  background-image: url(../img/company/bg_philosophy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.t-bg.m-gn__halfwide {
  position: relative;
}
.t-bg.m-gn__halfwide > * {
  position: relative;
  z-index: 2;
}
.t-bg.m-gn__halfwide::before {
  content: "";
  display: block;
  width: 100vw;
  height: 60%;
  background-color: #EEF9EB;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .t-bg.m-frontAbout {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .t-spc.m-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .t-spc.m-p__ContactTel {
    padding: 30px 20px;
  }
  .t-spc.m-mt__xxxxl {
    margin-top: 50px;
  }
  .t-spc.m-mt__xxxl {
    margin-top: 50px;
  }
  .t-spc.m-mt__xxl {
    margin-top: 40px;
  }
  .t-spc.m-mt__xl {
    margin-top: 40px;
  }
  .t-spc.m-mt__lg {
    margin-top: 40px;
  }
  .t-spc.m-mt__md {
    margin-top: 30px;
  }
  .t-spc.m-mt__sm {
    margin-top: 30px;
  }
  .t-spc.m-mt__xs {
    margin-top: 20px;
  }
  .t-spc.m-mt__xxs {
    margin-top: 20px;
  }
  .t-spc.m-mt__xxxs {
    margin-top: 15px;
  }
  .t-spc.m-mt__xxxxs {
    margin-top: 10px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__xxxxl {
    padding-top: 50px;
  }
  .t-spc.m-pt__xxxl {
    padding-top: 50px;
  }
  .t-spc.m-pt__xxl {
    padding-top: 40px;
  }
  .t-spc.m-pt__xl {
    padding-top: 40px;
  }
  .t-spc.m-pt__lg {
    padding-top: 40px;
  }
  .t-spc.m-pt__md {
    padding-top: 30px;
  }
  .t-spc.m-pt__sm {
    padding-top: 30px;
  }
  .t-spc.m-pt__xs {
    padding-top: 20px;
  }
  .t-spc.m-pt__xxs {
    padding-top: 20px;
  }
  .t-spc.m-pt__xxxs {
    padding-top: 15px;
  }
  .t-spc.m-pt__xxxxs {
    padding-top: 10px;
  }
  .t-spc.m-pt__sp_lg {
    padding-top: 40px;
  }
  .t-spc.m-pb__xxxxl {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__xxxl {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__xxl {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__xl {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__xs {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__xxs {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__xxxs {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__xxxxs {
    padding-bottom: 10px;
  }
  .t-spc.m-pt__sp_50 {
    padding-top: 50px;
  }
  .t-spc.m-ptb__sp_50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .t-spc.m-ptb__sp_30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .t-spc.m-ptb__sp_20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .t-spc.m-plr__sp_20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-spc.m-mt__sp_xl {
    margin-top: 50px !important;
  }
  .t-spc.m-mt__sp_lg {
    margin-top: 40px !important;
  }
  .t-spc.m-mt__sp_md {
    margin-top: 30px !important;
  }
  .t-spc.m-mt__sp_sm {
    margin-top: 25px !important;
  }
  .t-spc.m-mt__sp_xs {
    margin-top: 20px !important;
  }
  .t-spc.m-mt__sp_xxs {
    margin-top: 15px !important;
  }
  .t-spc.m-mt__sp_xxxs {
    margin-top: 10px !important;
  }
  .t-spc.m-mt__sp_xxxxs {
    margin-top: 5px !important;
  }
}
@media screen and (min-width: 768px) {
  .t-spc.m-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .t-spc.m-p__ContactTel {
    padding: 45px 30px 40px;
  }
  .t-spc.m-mt__xxxxl {
    margin-top: 100px;
  }
  .t-spc.m-mt__xxxl {
    margin-top: 90px;
  }
  .t-spc.m-mt__xxl {
    margin-top: 80px;
  }
  .t-spc.m-mt__xl {
    margin-top: 70px;
  }
  .t-spc.m-mt__lg {
    margin-top: 60px;
  }
  .t-spc.m-mt__md {
    margin-top: 50px;
  }
  .t-spc.m-mt__sm {
    margin-top: 40px;
  }
  .t-spc.m-mt__xs {
    margin-top: 30px;
  }
  .t-spc.m-mt__xxs {
    margin-top: 20px;
  }
  .t-spc.m-mt__xxxs {
    margin-top: 15px;
  }
  .t-spc.m-mt__xxxxs {
    margin-top: 10px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__xxxxl {
    padding-top: 100px;
  }
  .t-spc.m-pt__xxxl {
    padding-top: 90px;
  }
  .t-spc.m-pt__xxl {
    padding-top: 80px;
  }
  .t-spc.m-pt__xl {
    padding-top: 70px;
  }
  .t-spc.m-pt__lg {
    padding-top: 60px;
  }
  .t-spc.m-pt__md {
    padding-top: 50px;
  }
  .t-spc.m-pt__sm {
    padding-top: 40px;
  }
  .t-spc.m-pt__xs {
    padding-top: 30px;
  }
  .t-spc.m-pt__xxs {
    padding-top: 20px;
  }
  .t-spc.m-pt__xxxs {
    padding-top: 15px;
  }
  .t-spc.m-pt__xxxxs {
    padding-top: 10px;
  }
  .t-spc.m-pb__xxxxl {
    padding-bottom: 100px;
  }
  .t-spc.m-pb__xxxl {
    padding-bottom: 90px;
  }
  .t-spc.m-pb__xxl {
    padding-bottom: 80px;
  }
  .t-spc.m-pb__xl {
    padding-bottom: 70px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__xs {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__xxs {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__xxxs {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__xxxxs {
    padding-bottom: 10px;
  }
  .t-spc.m-p__pc_60 {
    padding: 60px;
  }
  .t-spc.m-p__pc_80 {
    padding: 80px;
  }
  .t-spc.m-pl__pc_65 {
    padding-left: 65px;
  }
  .t-spc.m-pr__pc_30 {
    padding-right: 30px;
  }
  .t-spc.m-pr__pc_40 {
    padding-right: 40px;
  }
  .t-spc.m-pr__pc_45 {
    padding-right: 45px;
  }
  .t-spc.m-pr__pc_50 {
    padding-right: 50px;
  }
  .t-spc.m-pr__pc_55 {
    padding-right: 55px;
  }
  .t-spc.m-pr__pc_75 {
    padding-right: 75px;
  }
  .t-spc.m-pb__pc_0 {
    padding-bottom: 0;
  }
  .t-spc.m-pb__pc_120 {
    padding-bottom: 120px;
  }
}

.t-grid.m-flex__wrap, .t-grid.m-flex__wrap_reverse, .t-grid.m-flex__column, .t-grid.m-flex__column_reverse, .t-grid.m-flex__row, .t-grid.m-flex__row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-grid.m-flex__wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex__column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.t-grid.m-flex__column_reverse {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.t-grid.m-flex__row {
  flex-direction: row;
  -ms-flex-direction: row;
}
.t-grid.m-flex__row_reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.t-grid.m-flex__left {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.t-grid.m-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
}
.t-grid.m-flex__right {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.t-grid.m-flex__between {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.t-grid.m-flex__around {
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.t-grid.m-flex__align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex__align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex__align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .t-grid.m-col__sp_1-1_w > * {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid.m-col__sp_1-1_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_b__sp_30 {
    margin-bottom: -30px;
  }
  .t-grid.m-spc_b__sp_30 > * {
    padding-bottom: 30px;
  }
  .t-grid.m-spc_b__sp_40 {
    margin-bottom: -40px;
  }
  .t-grid.m-spc_b__sp_40 > * {
    padding-bottom: 40px;
  }
  .t-grid.m-spc_b__sp_50 {
    margin-bottom: -50px;
  }
  .t-grid.m-spc_b__sp_50 > * {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__pc_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_lr__pc_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .t-grid.m-spc_lr__pc_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-grid.m-spc_b__pc_20 {
    margin-bottom: -20px;
  }
  .t-grid.m-spc_b__pc_20 > * {
    padding-bottom: 20px;
  }
  .t-grid.m-spc_b__pc_30 {
    margin-bottom: -30px;
  }
  .t-grid.m-spc_b__pc_30 > * {
    padding-bottom: 30px;
  }
  .t-grid.m-spc_b__pc_80 {
    margin-bottom: -80px;
  }
  .t-grid.m-spc_b__pc_80 > * {
    padding-bottom: 80px;
  }
}

.l-breadcrumb ul {
  letter-spacing: -.4em;
}
.l-breadcrumb li {
  letter-spacing: 0;
  display: inline-block;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}
.l-breadcrumb a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    padding-top: 40px;
  }
}

.l-footer address {
  font-style: normal;
}
.l-footer address div + div {
  margin-top: 2em;
}
.l-footer a {
  text-decoration: none;
  color: #000;
}
.l-footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .l-footer .l-footer_logo {
    text-align: center;
  }
  .l-footer .l-footer_logo img {
    width: 142px;
    height: 42px;
  }
  .l-footer .addressbox {
    text-align: center;
  }
  .l-footer .addressbox dl {
    text-align: left;
    display: inline-block;
  }
  .l-footer .addressbox dt, .l-footer .addressbox dd {
    display: block;
  }
  .l-footer .addressbox .telfax {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .l-footer .row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .l-footer .l-footer_left {
    width: 360px;
  }
  .l-footer .l-footer_right {
    flex: 1;
    max-width: 560px;
  }
  .l-footer .l-footer_nav {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .l-footer .l-footer_nav a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-copy {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .l-copy {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .l-gNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    background-color: #43B8F0;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .l-gNav .pc {
    display: none;
  }
  .l-gNav .child {
    display: block !important;
    padding-bottom: 10px;
  }
  .l-gNav > ul {
    padding-left: 27px;
    padding-right: 27px;
  }
  .l-gNav > ul > li {
    border-bottom: solid 0.5px #FFF;
  }
  .l-gNav > ul > li a {
    color: #FFF;
    display: block;
    position: relative;
  }
  .l-gNav > ul > li a:hover {
    opacity: 1;
  }
  .l-gNav > ul > li a::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border: solid 1px #FFF;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    background-image: url(../img/common/arrow_gnav_sp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 8px;
  }
  .l-gNav > ul > li > a {
    padding: 20px 5px;
  }
  .l-gNav > ul > li ul {
    margin-top: -10px;
  }
  .l-gNav > ul > li ul a {
    padding: 10px 0 10px 30px;
  }
  .l-gNav_teltime {
    display: block !important;
    margin-top: 20px;
  }
  .l-gNav_btn {
    display: block;
    position: fixed;
    top: 8px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #43B8F0;
    border-radius: 999px;
  }
  .l-gNav_btn span {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .l-gNav_btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }
  .l-gNav_btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .l-gNav_btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }
}
@media screen and (min-width: 992px) {
  .l-gNav {
    font-weight: 500;
  }
  .l-gNav .sp {
    display: none;
  }
  .l-gNav > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .l-gNav > ul > li {
    position: relative;
  }
  .l-gNav > ul > li > a {
    display: block;
    padding: 10px 15px;
  }
  .l-gNav .child {
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    letter-spacing: 0;
  }
  .l-gNav .child li {
    border-bottom: solid 1px #FFF;
  }
  .l-gNav .child li:last-child {
    border-bottom: 0;
  }
  .l-gNav .child a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    min-height: 53px;
    min-width: 283px;
    background-color: #43B8F0;
    color: #FFF;
    padding: 10px 47px 10px 15px;
    position: relative;
  }
  .l-gNav .child a::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    background-image: url(../img/common/ico_nav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .l-gNav .child a:hover {
    background-color: #93DCFF;
    opacity: 1;
  }
  .l-gNav_btn {
    display: none;
  }
}

.l-header {
  letter-spacing: .1em;
  position: fixed;
  z-index: 101;
}
.l-header a {
  text-decoration: none;
  color: #000;
}
.l-header .l-header_teltime dl {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.l-header .l-header_teltime .tel dt {
  font-size: 1.8rem;
  transform: translate(0, -10%);
}
.l-header .l-header_teltime .tel dt::after {
  content: ".";
}
.l-header .l-header_teltime .tel dd {
  font-size: 2.4rem;
}
.l-header .l-header_teltime .time {
  font-size: 1.3rem;
}
.l-header .l-header_teltime .time dt::after {
  content: "／";
}
.l-header .l-header_teltime + .l-header_contact {
  margin-left: 24px;
}
.l-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .l-header {
    padding: 10px 15px 15px;
    width: 100%;
  }
  .l-header .l-header_logo {
    width: 142px;
    height: 42px;
  }
  .l-header .l-header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
  }
  .l-header .l-header_teltime {
    display: none;
    line-height: 1.3;
    color: #FFF;
  }
  .l-header .l-header_teltime a {
    color: #FFF;
  }
  .l-header .l-header_teltime dl {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header .l-header_contact {
    position: fixed;
    top: 8px;
    right: 71px;
  }
  .l-header .l-header_contact a {
    height: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
  }
  .l-header .l-header_contact a span {
    white-space: nowrap;
    text-indent: 999px;
    overflow: hidden;
    height: 20px;
    background-image: url(../img/common/ico_headerContact.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .l-header .l-header_right-bottom {
    display: none;
  }
  .l-header .l-header_right-bottom .close {
    position: fixed;
    top: 8px;
    right: 15px;
    z-index: 111;
    width: 50px;
    height: 50px;
    background-color: rgba(67, 184, 240, 0.9);
  }
  .l-header .l-header_right-bottom .close::before, .l-header .l-header_right-bottom .close::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .l-header .l-header_right-bottom .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header .l-header_right-bottom .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 992px) {
  .l-header {
    padding: 10px 18px 15px;
    width: 100%;
    transition: all 300ms ease-out 0s;
  }
  .l-header .l-header_top {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .l-header .l-header_right {
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header .l-header_right-bottom {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  .l-main {
    padding-top: 73px;
  }
}
@media screen and (min-width: 992px) {
  .l-main {
    padding-top: 150px;
  }
  .l-main.m-front {
    padding-top: 195px;
  }
}
@media screen and (max-width: 767px) {
  .l-main.m-front {
    background-image: url(../img/front/bg_main_sp.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .l-main.m-front {
    background-image: url(../img/front/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

.l-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-art {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-art {
    padding-bottom: 120px;
  }
}

.p-blog ul, .p-blog ol {
  list-style-position: inside;
}
.p-blog ul {
  list-style-type: disc;
}
.p-blog ol {
  list-style-type: decimal;
}
.p-blog li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-blog .nostyle {
  list-style-type: none;
}
.p-blog .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-blog {
    line-height: 1.8;
  }
  .p-blog > * + * {
    margin-top: 15px;
  }
  .p-blog > div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 30px;
    line-height: 1.5;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .p-blog h3 {
    font-size: 2.1rem;
  }
  .p-blog h4 {
    font-size: 1.9rem;
  }
  .p-blog h5 {
    font-size: 1.6rem;
  }
  .p-blog h6 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog {
    line-height: 2;
  }
  .p-blog > * + * {
    margin-top: 20px;
  }
  .p-blog > div {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 40px;
    line-height: 1.8;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 3.2rem;
    font-weight: 400;
  }
  .p-blog h3 {
    font-size: 2.4rem;
  }
  .p-blog h4 {
    font-size: 2rem;
  }
  .p-blog h5 {
    font-size: 1.6rem;
  }
  .p-blog h6 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-boxRow {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .p-boxRow .imgbox {
    text-align: center;
  }
  .p-boxRow .imgbox.m-mxw__sp_260 {
    text-align: center;
  }
  .p-boxRow .imgbox.m-mxw__sp_260 img {
    max-width: 260px;
  }
  .p-boxRow > * {
    width: 100%;
  }
  .p-boxRow.m-reverse_sp {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .p-boxRow .mapbox iframe {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-boxRow {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-boxRow.m-align__center {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-boxRow.m-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-boxRow .mapbox iframe {
    width: 100%;
  }
  .p-boxRow.m-txt45 .txtbox {
    flex: 0 1 45%;
  }
  .p-boxRow.m-txt45 .imgbox, .p-boxRow.m-txt45 .linkbox, .p-boxRow.m-txt45 .mapbox {
    flex: 0 1 55%;
  }
  .p-boxRow.m-txt59 .txtbox {
    flex: 0 1 59%;
  }
  .p-boxRow.m-txt59 .imgbox, .p-boxRow.m-txt59 .linkbox, .p-boxRow.m-txt59 .mapbox {
    flex: 0 1 41%;
  }
  .p-boxRow.m-txt61 .txtbox {
    flex: 0 1 61%;
  }
  .p-boxRow.m-txt61 .imgbox, .p-boxRow.m-txt61 .linkbox, .p-boxRow.m-txt61 .mapbox {
    flex: 0 1 39%;
  }
  .p-boxRow.m-txt63 .txtbox {
    flex: 0 1 63%;
  }
  .p-boxRow.m-txt63 .imgbox, .p-boxRow.m-txt63 .linkbox, .p-boxRow.m-txt63 .mapbox {
    flex: 0 1 37%;
  }
  .p-boxRow.m-txt66 .txtbox {
    flex: 0 1 66%;
  }
  .p-boxRow.m-txt66 .imgbox, .p-boxRow.m-txt66 .linkbox, .p-boxRow.m-txt66 .mapbox {
    flex: 0 1 34%;
  }
  .p-boxRow.m-txt67 .txtbox {
    flex: 0 1 67%;
  }
  .p-boxRow.m-txt67 .imgbox, .p-boxRow.m-txt67 .linkbox, .p-boxRow.m-txt67 .mapbox {
    flex: 0 1 33%;
  }
  .p-boxRow.m-txt69 .txtbox {
    flex: 0 1 69%;
  }
  .p-boxRow.m-txt69 .imgbox, .p-boxRow.m-txt69 .linkbox, .p-boxRow.m-txt69 .mapbox {
    flex: 0 1 31%;
  }
}

.p-boxShadow {
  box-shadow: 0 0 20px rgba(87, 189, 15, 0.1);
}

.p-boxRadius {
  overflow: hidden;
  border-radius: 20px;
}
.p-boxRadius.m-sm {
  border-radius: 10px;
}
.p-boxRadius.m-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-boxRadius.m-of__visible {
  overflow: visible;
}

.p-boxBorderBlue {
  border: solid 1px #43B8F0;
}

.p-boxIntroduction .problem .list ul {
  display: inline-block;
}
.p-boxIntroduction .solution::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 48px transparent;
  border-bottom: 0;
  border-top-color: #66AF33;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-boxIntroduction .problem .list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-boxIntroduction .problem .list li + li {
    margin-top: .7em;
  }
  .p-boxIntroduction .solution::before {
    border-width: 32px;
  }
}

.p-boxContactTel dl > div {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-boxContactTel a {
  text-decoration: none;
  color: #000;
}
.p-boxContactTel .tel dt {
  width: 23px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(../img/common/ico_contactTel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-boxContactTel .tel dd {
  margin-left: 10px;
}
.p-boxContactTel .time dt::after {
  content: "/";
}
.p-boxContactTel .fax dt::after {
  content: "：";
}

@media screen and (max-width: 767px) {
  .p-mvFront {
    position: relative;
  }
  .p-mvFront .catch {
    position: relative;
    z-index: 2;
    padding: 190px 15px 0;
  }
  .p-mvFront .bg {
    width: calc(100% - 30px);
    height: 300px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  .p-mvFront .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-mvFront .md {
    white-space: nowrap;
  }
  .p-mvFront .lg + .md {
    margin-top: 30px;
  }
  .p-mvFront .md + .sm {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-mvFront {
    height: 710px;
    position: relative;
  }
  .p-mvFront .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 60px);
    max-width: 1160px;
    transform: translate(-50%, -50%);
    padding: 0 30px;
    box-sizing: content-box;
  }
  .p-mvFront .bg {
    width: calc(50% + 580px - 130px);
    max-width: 90%;
    height: 100%;
    margin-left: auto;
  }
  .p-mvFront .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
  }
  .p-mvFront .lg + .md {
    margin-top: 20px;
  }
  .p-mvFront .md + .sm {
    margin-top: 18px;
  }
}

.p-secFrontService {
  position: relative;
}
.p-secFrontService::before {
  content: "";
  display: block;
  width: 797px;
  height: 309px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, -40%);
  background-image: url(../img/front/deco_001@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-secFrontService::before {
    width: 200px;
    height: 80px;
    right: 15px;
  }
}

.p-secFrontNews {
  position: relative;
}
.p-secFrontNews::before {
  content: "";
  display: block;
  width: 640px;
  height: 276px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(0, -20%);
  background-image: url(../img/front/deco_002@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-secFrontNews::before {
    width: 200px;
    height: 80px;
    right: 15px;
  }
}

.p-secConceptSub > .p-sec_i {
  position: relative;
}
.p-secConceptSub > .p-sec_i > .p-sec_h .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
  display: block;
  width: 98px;
  height: 98px;
  @include flexbox_inline();
  @include flexbox_align_center();
  @include flexbox_center();
  background-image: linear-gradient(90deg, #67c0ea, #88dbfb);
  border-radius: 999px;
  color: $clr_wt01;
  */
}
@media screen and (max-width: 767px) {
  .p-secConceptSub + .p-secConceptSub {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-secConceptSub + .p-secConceptSub {
    margin-top: 110px;
  }
}

.p-secListMerit .ico {
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #1a98fd, #4cc2ca);
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-secListMerit {
    text-align: center;
  }
  .p-secListMerit .ico {
    width: 160px;
    height: 160px;
  }
  .p-secListMerit .ico img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-secListMerit .p-sec_h {
    text-align: center;
  }
  .p-secListMerit .p-sec_h .h {
    text-align: left;
  }
}

.p-secServiceFeatureSub .imgbox {
  position: relative;
}
.p-secServiceFeatureSub .order {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .p-secAsideContact .p-sec_h {
    width: 34.5%;
    min-width: 220px;
  }
  .p-secAsideContact .p-sec_c {
    flex: 1;
  }
}

.p-secBorderBottom.m-b__gy {
  border-bottom: solid 1px #C9C9C9;
}
.p-secBorderBottom.m-b__gy:last-child {
  border-bottom: 0;
}

.c-icoTag a, .c-icoTag .a {
  display: inline-block;
  padding: 8px 20px;
  background-color: #D0D0D0;
  border-radius: 999px;
  color: #FFF;
  line-height: 1;
}

.c-icoFeature {
  border-radius: 999px;
  width: 98px;
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, #88dbfb, #67c0ea);
  line-height: 1;
  color: #FFF;
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-icoFeature .ttl {
  margin-bottom: -.25em;
}
@media screen and (max-width: 767px) {
  .c-icoFeature {
    width: 70px;
  }
}

.c-btn {
  position: relative;
  z-index: 2;
}
.c-btn a, .c-btn .a {
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn a input, .c-btn .a input {
  border: 0;
  background: none;
}
.c-btn.m-arrow a::before, .c-btn.m-arrow .a::before {
  content: "";
  display: block;
  width: 34px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translate(0, -50%);
  background-image: url(../img/common/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-btn .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  margin: 0;
}
.c-btn.m-ha__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn.m-ha__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-btn.m-ha__pc_center {
    text-align: center;
  }
  .c-btn.m-ha__pc_right {
    text-align: right;
  }
}

.c-btnGradation a, .c-btnGradation .a {
  color: #FFF;
  background-image: linear-gradient(90deg, #79cd3c, #64ad32);
  border: 0;
  min-height: 60px;
  width: 250px;
  border-radius: 999px;
}
.c-btnGradation a > *, .c-btnGradation .a > * {
  color: #FFF;
  position: relative;
  z-index: 10;
}
.c-btnGradation a::after, .c-btnGradation .a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(90deg, #d6ea43, #2da800);
  transition: all 300ms ease-out 0s;
  opacity: 0;
}
.c-btnGradation a:hover, .c-btnGradation .a:hover {
  opacity: 1;
}
.c-btnGradation a:hover::after, .c-btnGradation .a:hover::after {
  opacity: 1;
}
.c-btnGradation.m-lg a, .c-btnGradation.m-lg .a {
  min-height: 70px;
  width: 340px;
}
.c-btnGradation.m-w__md a, .c-btnGradation.m-w__md .a {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btnGradation a, .c-btnGradation .a {
    width: 305px !important;
    max-width: 100%;
    min-height: 65px !important;
  }
}

.c-btnAsideContact a, .c-btnAsideContact .a {
  background-color: #FFF;
  min-width: 350px;
  min-height: 96px;
  border: 0;
  border-radius: 999px;
  color: #000;
  text-align: left;
}
.c-btnAsideContact a > *, .c-btnAsideContact .a > * {
  padding-left: 45px;
  position: relative;
}
.c-btnAsideContact a:hover, .c-btnAsideContact .a:hover {
  opacity: 1;
  background-color: #73C439;
  color: #FFF;
}
.c-btnAsideContact.m-tel a > *::before, .c-btnAsideContact.m-tel .a > *::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/ico_asideContactTel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-btnAsideContact.m-tel a:hover > *::before, .c-btnAsideContact.m-tel .a:hover > *::before {
  background-image: url(../img/common/ico_asideContactTel_hover.svg);
}
.c-btnAsideContact.m-mail a > *::before, .c-btnAsideContact.m-mail .a > *::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/ico_asideContactMail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-btnAsideContact.m-mail a:hover > *::before, .c-btnAsideContact.m-mail .a:hover > *::before {
  background-image: url(../img/common/ico_asideContactMail_hover.svg);
}
@media screen and (max-width: 767px) {
  .c-btnAsideContact a, .c-btnAsideContact .a {
    background-color: #FFF;
    min-width: 300px;
    min-height: 80px;
  }
  .c-btnAsideContact.m-tel a, .c-btnAsideContact.m-tel .a {
    text-align: center;
  }
  .c-btnAsideContact.m-tel a > *, .c-btnAsideContact.m-tel .a > * {
    padding-left: 0;
  }
  .c-btnAsideContact.m-tel a > *::before, .c-btnAsideContact.m-tel .a > *::before {
    display: none;
  }
  .c-btnAsideContact.m-tel a > * > *:first-child::before, .c-btnAsideContact.m-tel .a > * > *:first-child::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/common/ico_asideContactTel.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .c-btnAsideContact.m-mail a > *::before, .c-btnAsideContact.m-mail .a > *::before {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-btnNewsList a, .c-btnNewsList .a {
    background-color: #FFF;
    width: 246px;
    min-height: 65px;
    border: solid 1px #000;
    border-radius: 999px;
    color: #000;
  }
  .c-btnNewsList.m-arrow a::before, .c-btnNewsList.m-arrow .a::before {
    background-image: url(../img/front/arrow_news_list.svg);
  }
}
@media screen and (min-width: 768px) {
  .c-btnNewsList a, .c-btnNewsList .a {
    border: 0;
    color: #000;
  }
  .c-btnNewsList a::before, .c-btnNewsList .a::before {
    display: none !important;
  }
  .c-btnNewsList a::after, .c-btnNewsList .a::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #000;
    border-radius: 999px;
    margin-left: 25px;
    background-image: url(../img/front/arrow_news_list.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 12px;
    transition: all 300ms ease-out 0s;
  }
  .c-btnNewsList a:hover, .c-btnNewsList .a:hover {
    color: #57BD0F;
  }
  .c-btnNewsList a:hover::after, .c-btnNewsList .a:hover::after {
    border-color: #57BD0F;
    background-image: url(../img/front/arrow_news_list_hover.svg);
  }
}

.c-btnBorder a, .c-btnBorder .a {
  background-color: #FFF;
  width: 320px;
  min-height: 80px;
  border: solid 1px #000;
  border-radius: 999px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-btnBorder a, .c-btnBorder .a {
    width: 160px;
    min-height: 55px;
  }
}

.c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .ja, .c-ttl .en {
  display: block;
}
.c-ttl.m-inline .sm, .c-ttl.m-inline .md, .c-ttl.m-inline .lg, .c-ttl.m-inline .ja, .c-ttl.m-inline .en {
  display: inline-block;
}
.c-ttl.m-h_row .h {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .ja, .c-ttl .en {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .c-ttlFrontMain.m-h_row .en {
    min-width: 78px;
  }
  .c-ttlFrontMain.m-h_row .en + .ja {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlFrontMain .en + .ja {
    margin-top: 5px;
  }
  .c-ttlFrontMain.m-h_row .en + .ja {
    margin-top: 0;
    margin-left: 25px;
  }
}

.c-ttlLowerPageTitle {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/common/mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-ttlLowerPageTitle.m-simple {
  background: none;
}
@media screen and (max-width: 767px) {
  .c-ttlLowerPageTitle {
    height: 160px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlLowerPageTitle {
    height: 268px;
  }
  .c-ttlLowerPageTitle.m-simple {
    height: auto;
    padding-top: 75px;
  }
}

.c-ttlGreen {
  position: relative;
}
.c-ttlGreen .h {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  min-height: 80px;
  padding: 10px 48px;
  background-image: linear-gradient(90deg, #79cd3c, #64ad32);
  color: #FFF;
}
.c-ttlGreen .icons {
  position: absolute;
  bottom: 50%;
  right: 0;
}
.c-ttlGreen .icons ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-ttlGreen .icons li {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .c-ttlGreen .h {
    min-height: 65px;
    padding: 5px 20px;
  }
  .c-ttlGreen .icons {
    bottom: 80%;
  }
  .c-ttlGreen .icons img {
    width: 50px;
  }
  .c-ttlGreen .icons ul {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .c-ttlGreen .icons li {
    margin-left: 3px;
  }
}

.c-ttlBorderLeft .h {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-ttlBorderLeft .h::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #66AF33;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-ttlBorderLeft .h > *:first-child {
  margin-top: -0.4em;
}
.c-ttlBorderLeft .h > *:last-child {
  margin-bottom: -0.4em;
}

.c-txt p + p {
  margin-top: 2em;
}
.c-txt ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
/*
.c-imgCircle img {
  border-radius: 999px;
}
*/
.c-imgSampleCatch {
  width: 100%;
  aspect-ratio: 1.36;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  font-family: "Afacad", sans-serif;
  background-color: #C9C9C9;
}

.c-form select {
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #C9C9C9;
  padding: 10px;
  box-sizing: border-box;
  background-color: #C9C9C9;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"] {
  width: 100%;
  max-width: 300px;
  height: 45px;
  border: solid 1px #C9C9C9;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input[type="text"].lg,
.c-form input[type="email"].lg,
.c-form input[type="tel"].lg {
  max-width: 100%;
}
.c-form textarea {
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  border: solid 1px #C9C9C9;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #C9C9C9;
}
.c-form input[type="checkbox"] {
  margin-right: 14px;
}
.c-form .privacy {
  text-indent: -1em;
  margin-top: 50px;
  text-align: center;
}
.c-form .privacy .wpcf7-list-item-label {
  display: none;
}
.c-form .checkboxs {
  display: inline-block;
  text-align: left;
}
.c-form .checkboxs .wpcf7-list-item-label {
  display: none;
}
.c-form .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
}
.c-form .top-tip .wpcf7-not-valid-tip {
  transform: translate(0, -200%);
}
.c-form .radios li .wpcf7-not-valid-tip {
  display: none;
}
.c-form .radios li:last-child .wpcf7-not-valid-tip {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-form input[type="text"]::placeholder,
  .c-form input[type="email"]::placeholder,
  .c-form input[type="tel"]::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form .other-input > * {
    margin-top: 10px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-form .other-input > * label {
    padding-right: 1em;
  }
  .c-form .other-input > * .wpcf7-form-control-wrap:last-child {
    flex: 1;
  }
}

.c-listFrontServiceFeatures li .inner {
  border: solid 1px #43B8F0;
  border-radius: 10px;
  padding: 27px 34px 27px 140px;
  position: relative;
}
.c-listFrontServiceFeatures li .order {
  position: absolute;
  top: 0;
  left: 17px;
  transform: translate(0, -16%);
}
.c-listFrontServiceFeatures li em {
  font-style: normal;
  color: #00A0E9;
}
@media screen and (max-width: 767px) {
  .c-listFrontServiceFeatures li .inner {
    padding: 20px 20px 20px 94px;
  }
  .c-listFrontServiceFeatures li .order {
    left: 16px;
  }
}

.c-listFrontServiceLinks li a, .c-listFrontServiceLinks li .a {
  width: 236px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #79cd3c, #64ad32);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listFrontServiceLinks li a > *, .c-listFrontServiceLinks li .a > * {
  position: relative;
  z-index: 10;
}
.c-listFrontServiceLinks li a::after, .c-listFrontServiceLinks li .a::after {
  content: "";
  display: block;
  width: 34px;
  height: 16px;
  background-image: url(../img/common/arrow_001.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  z-index: 10;
}
.c-listFrontServiceLinks li a::before, .c-listFrontServiceLinks li .a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(90deg, #d6ea43, #2da800);
  transition: all 300ms ease-out 0s;
  opacity: 0;
}
.c-listFrontServiceLinks li a:hover, .c-listFrontServiceLinks li .a:hover {
  opacity: 1;
}
.c-listFrontServiceLinks li a:hover::before, .c-listFrontServiceLinks li .a:hover::before {
  opacity: 1;
}
.c-listFrontServiceLinks li .txt {
  margin-top: .5em;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .c-listFrontServiceLinks li {
    text-align: center;
  }
  .c-listFrontServiceLinks li a, .c-listFrontServiceLinks li .a {
    width: 180px;
  }
  .c-listFrontServiceLinks li a::after, .c-listFrontServiceLinks li .a::after {
    width: 28px;
    height: 13px;
  }
  .c-listFrontServiceLinks li .ico img {
    width: 70px;
    height: 70px;
  }
  .c-listFrontServiceLinks li .txt {
    margin-top: .3em;
    margin-bottom: .3em;
    line-height: 1.5;
  }
  .c-listFrontServiceLinks li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-listFrontServiceLinks ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-listFrontServiceLinks li {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .c-listBtns li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-listBtns ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-listBtns li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-listNews a {
  text-decoration: none;
  color: #000;
}
.c-listNews .txtbox {
  margin-top: 2.3em;
}
.c-listNews .txtbox .date {
  margin-bottom: .7em;
}
.c-listNews .txtbox .tags {
  margin-top: .7em;
}
@media screen and (max-width: 767px) {
  .c-listNews.m-front li:nth-child(n+2) {
    display: none;
  }
  .c-listNews .txtbox {
    margin-top: 20px;
  }
  .c-listNews .txtbox .date {
    margin-bottom: 10px;
  }
  .c-listNews .txtbox .tags {
    margin-top: 10px;
  }
}

.c-listItems a, .c-listItems .a {
  text-decoration: none;
  color: #000;
}
.c-listItems .txtbox {
  margin-top: 1em;
}
.c-listItems .txtbox .ttl + .txt {
  margin-top: .7em;
}

.c-listFrontCompanyLinks a, .c-listFrontCompanyLinks .a {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  min-height: 130px;
  border-bottom: solid 1px #D0D0D0;
  padding: 20px 74px 20px 24px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.c-listFrontCompanyLinks a > *, .c-listFrontCompanyLinks .a > * {
  position: relative;
  z-index: 10;
}
.c-listFrontCompanyLinks a::before, .c-listFrontCompanyLinks a::after, .c-listFrontCompanyLinks .a::before, .c-listFrontCompanyLinks .a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: solid 1px #67B034;
  border-radius: 999px;
  background-image: url(../img/common/arrow_002.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 300ms ease-out 0s;
}
.c-listFrontCompanyLinks a::before, .c-listFrontCompanyLinks .a::before {
  background-image: linear-gradient(90deg, #79cd3c, #64ad32);
  background-size: cover;
  opacity: 0;
}
.c-listFrontCompanyLinks a dt, .c-listFrontCompanyLinks .a dt {
  transition: all 300ms ease-out 0s;
}
.c-listFrontCompanyLinks a:hover, .c-listFrontCompanyLinks .a:hover {
  opacity: 1;
  border-bottom: solid 1px #67B034;
}
.c-listFrontCompanyLinks a:hover::before, .c-listFrontCompanyLinks .a:hover::before {
  opacity: 1;
}
.c-listFrontCompanyLinks a:hover::after, .c-listFrontCompanyLinks .a:hover::after {
  background-image: url(../img/common/arrow_002_hover.svg);
}
.c-listFrontCompanyLinks a:hover dt, .c-listFrontCompanyLinks .a:hover dt {
  color: #64AE32;
}
@media screen and (max-width: 767px) {
  .c-listFrontCompanyLinks a, .c-listFrontCompanyLinks .a {
    padding: 30px 0;
    min-height: 0;
  }
}

.c-listThisLinks ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.c-listThisLinks li {
  padding-left: 15px;
  padding-right: 15px;
}
.c-listThisLinks a, .c-listThisLinks .a {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #00A0E9;
  padding: 15px 50px 15px 20px;
  position: relative;
}
.c-listThisLinks a::after, .c-listThisLinks .a::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url(../img/common/arrow_pagenav.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
}
.c-listThisLinks a:hover, .c-listThisLinks .a:hover {
  opacity: 1;
  background-color: #EAF9FF;
}
@media screen and (max-width: 767px) {
  .c-listThisLinks ul {
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row-align: center;
    align-items: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-listThisLinks li {
    width: 100%;
  }
}

.c-listHistory ol {
  margin-left: -22px;
  margin-right: -22px;
  position: relative;
}
.c-listHistory li {
  padding-left: 22px;
  padding-right: 22px;
  flex: 0 1 25%;
}
.c-listHistory a, .c-listHistory .a {
  text-align: center;
  aspect-ratio: 1;
  border-radius: 999px;
  background-color: #FFF;
  box-shadow: 0 4px 14.6px rgba(0, 183, 255, 0.2);
  position: relative;
}
.c-listHistory .ico {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-listHistory .year {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-listHistory .title {
  padding-bottom: 2em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0.9em);
}
@media screen and (max-width: 767px) {
  .c-listHistory ol {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .c-listHistory ol::before {
    content: "";
    height: calc(100% + 50px);
    width: 3px;
    background-color: #93DCFF;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
  .c-listHistory ol::after {
    content: "";
    width: 0;
    height: 0;
    border: solid 9px transparent;
    border-top: solid 15px #93DCFF;
    border-bottom: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .c-listHistory li + li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-listHistory ol {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-listHistory ol::before {
    content: "";
    width: calc(100% - 44px + 60px);
    height: 3px;
    background-color: #00A0E9;
    position: absolute;
    top: 50%;
    left: 22px;
    z-index: -1;
    transform: translate(0, -50%);
  }
  .c-listHistory ol::after {
    content: "";
    width: 0;
    height: 0;
    border: solid 9px transparent;
    border-left: solid 15px #00A0E9;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%);
  }
}

.c-listCategoryLinks ul {
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
}
.c-listCategoryLinks li {
  padding-left: 40px;
  padding-right: 40px;
}
.c-listCategoryLinks a, .c-listCategoryLinks .a {
  display: inline-block;
  padding: 2px 20px;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
}
.c-listCategoryLinks .is-active a, .c-listCategoryLinks .is-active .a, .c-listCategoryLinks a:hover {
  background-color: #66AF33;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-listCategoryLinks li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-listCategoryLinks ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-listPaging {
  text-align: center;
}
.c-listPaging a, .c-listPaging span {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  margin-right: 1em;
}
.c-listPaging a:last-child, .c-listPaging span:last-child {
  margin-right: 0;
}
.c-listPaging .page, .c-listPaging .current {
  background-color: #EEF9EB;
}
.c-listPaging .current {
  background-color: #66AF33;
  color: #FFF;
}
.c-listPaging .extend {
  width: auto;
  aspect-ratio: auto;
}
.c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
  background-image: url(../img/common/arrow_paging.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 12px;
  width: 25px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.c-listPaging .previouspostslink {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-listPaging a, .c-listPaging span {
    margin-right: .5em;
  }
}

.c-listFAQ dl {
  border-top: solid 1px #D0D0D0;
}
.c-listFAQ dl > div {
  border-bottom: solid 1px #D0D0D0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-listFAQ dt, .c-listFAQ dd {
  padding-left: 120px;
  position: relative;
  min-height: 50px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.c-listFAQ dt + dd {
  margin-top: 20px;
}
.c-listFAQ .ico-q, .c-listFAQ .ico-a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  border: solid 1px #66AF33;
  border-radius: 999px;
  color: #66AF33;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.c-listFAQ .ico-q {
  background-color: #66AF33;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-listFAQ dt, .c-listFAQ dd {
    padding-left: 70px;
  }
  .c-listFAQ .ico-q, .c-listFAQ .ico-a {
    width: 40px;
    left: 10px;
  }
}

.c-listFlow ol {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px -30px;
}
.c-listFlow li {
  padding: 0 15px 30px;
}
.c-listFlow .inner {
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
  max-width: 110px;
  background-color: #EEF9EB;
  border: solid 3px #66AF33;
  border-radius: 20px;
  padding: 15px;
  position: relative;
}
.c-listFlow .inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 12px transparent;
  border-left-color: #66AF33;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  transform: translate(75%, -50%);
}
.c-listFlow li:last-child .inner::after {
  display: none;
}
.c-listFlow .step {
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  letter-spacing: .1em;
  white-space: nowrap;
}
.c-listFlow .ico {
  padding-top: 7px;
  padding-bottom: 17px;
}
.c-listFlow .txt {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .2em;
}
.c-listFlow .txt .sm {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-listFlow ol {
    margin: 0 -10px 20px;
  }
  .c-listFlow li {
    padding: 0 10px 20px;
  }
  .c-listFlow .inner {
    padding: 10px;
  }
  .c-listFlow .inner::after {
    right: -10px;
  }
  .c-listFlow .step {
    font-size: 1.6rem;
  }
  .c-listFlow .ico img {
    width: 65px;
  }
  .c-listFlow .txt {
    font-size: 1.8rem;
  }
  .c-listFlow .txt .sm {
    font-size: 1.4rem;
  }
}

.c-listDateTag {
  line-height: 1;
}
.c-listDateTag ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-listDateTag .date + .cat {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-listDateTag .date + .cat {
    margin-left: 40px;
  }
}

.c-listPrevNext .post-nav {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listPrevNext .post-nav > * {
  padding: 0 17px;
}
.c-listPrevNext .post-nav__prev, .c-listPrevNext .post-nav__next {
  width: 153px;
  white-space: nowrap;
}
.c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
  color: #66AF33;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #66AF33;
  border-radius: 999px;
  margin: 0 20px;
  background-image: url(../img/news/arrow_next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 10px;
}
.c-listPrevNext .post-nav__prev a::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-listPrevNext .post-nav > * {
    padding: 0 5px;
  }
  .c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
    width: 30px;
    height: 30px;
    background-size: 15px 7.5px;
    margin: 0 10px;
  }
}

.c-table, .c-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.c-tableOutline ul, .c-tableOutline ol {
  list-style-position: inside;
}
.c-tableOutline ul {
  list-style-type: disc;
}
.c-tableOutline ol {
  list-style-type: decimal;
}
.c-tableOutline li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-tableOutline .nostyle {
  list-style-type: none;
}
.c-tableOutline .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .c-tableOutline table, .c-tableOutline thead, .c-tableOutline tbody, .c-tableOutline tr, .c-tableOutline th, .c-tableOutline td {
    display: block;
  }
  .c-tableOutline table {
    border-top: solid 1px #D0D0D0;
  }
  .c-tableOutline tr {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D0D0D0;
  }
  .c-tableOutline th {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-tableOutline th, .c-tableOutline td, .c-tableOutline table th, .c-tableOutline table td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    border-top: solid 1px #D0D0D0;
    border-bottom: solid 1px #D0D0D0;
    font-weight: 400;
  }
  .c-tableOutline th, .c-tableOutline table th {
    width: 180px;
  }
}

.c-tableForm .required {
  display: inline-block;
  padding: 1px 10px;
  background-color: #CD0806;
  border-radius: 6px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-tableForm table, .c-tableForm thead, .c-tableForm tbody, .c-tableForm tr, .c-tableForm th, .c-tableForm td {
    display: block;
  }
  .c-tableForm table {
    border-top: solid 1px #D0D0D0;
  }
  .c-tableForm tr {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #D0D0D0;
  }
  .c-tableForm th {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .c-tableForm .required {
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-tableForm th, .c-tableForm td, .c-tableForm table th, .c-tableForm table td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-tableForm th, .c-tableForm table th {
    width: 280px;
  }
  .c-tableForm td, .c-tableForm table td {
    padding-left: 40px;
  }
  .c-tableForm .th, .c-tableForm table .th {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

.c-catchGradation {
  line-height: .8;
  color: #57BD0F;
}
.c-catchGradation .en {
  display: inline-block;
  background-image: linear-gradient(180deg, #73c338, #7cd63f 58%, #375d1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-catchGradation .en02 {
  margin-left: .1em;
}

.c-address dt, .c-address dd {
  display: inline-block;
}
.c-address dt.telfax, .c-address dd.telfax {
  width: 100%;
}

.c-telfax div {
  letter-spacing: -.4em;
}
.c-telfax div dt, .c-telfax div dd {
  letter-spacing: 0;
  display: inline-block;
}
.c-telfax div dt::after {
  content: " ：";
}
.c-telfax a {
  text-decoration: none;
  color: #000;
}
.c-telfax a:hover {
  text-decoration: underline;
}
