@charset "utf-8";
.pc-none {
  display: none;
}
@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
.btn_a a::after, .btn_a span::after {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  display: block;
  height: 1em;
  width: 1em;
  background: url(../images/arrow_rg6.svg) no-repeat center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a:hover + a .btn_a a, a:hover + a .btn_a span {
  background: #df9f25;
  color: #fff;
}
a:hover .btn_a a, a:hover .btn_a span {
  background: #df9f25;
  color: #fff;
}
.top_ttl {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.top_ttl span {
  display: block;
  color: #df9f25;
  font-size: 11px;
  font-size: 0.6875rem;
}
.gnavi_list li.menu-item-has-children > a::after {
  background: url(../images/arrow_bw3.svg) no-repeat center right;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fnavi_list li {
  background-color: #0a3c25;
}
.top_cach {
  font-weight: 600;
  font-size: 1.7rem;
}
.top_cach span {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.btn_a a, .btn_a span {
  border: solid 1px #df9f25;
}
@media screen and (min-width: 1024px) {
  .top_cach {
    font-size: 3rem;
    font-weight: 600;
  }
  .top_cach span {
    font-size: 2.5rem;
    font-weight: 500;
  }
}
.top_concept {
  margin-block-start: 60vw;
  position: relative;
  padding-bottom: 0;
}
.top_concept::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  display: inline-block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 70vh;
  background-image: url('../images/concept-bg01.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.top_concept_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.top_concept_flex + .top_concept_flex {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}
.top_concept_flex_img {
  inline-size: 100%;
}
.top_concept_flex_img img {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.top_concept_flex_title {
  font-size: 17px;
  font-weight: 500;
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}
.top_concept_flex_title span {
  font-size: 24px;
  color: #df9f25;
}
.top_standard_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.top_standard_flex_item {
  inline-size: calc((100% - 10px) / 2);
  position: relative;
}
.top_standard_flex_item img {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.top_standard_flex02 {
  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;
  gap: 10px;
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}
.top_standard_flex02_item {
  inline-size: 150px;
  position: relative;
}
.top_standard_flex02_item:first-child {
  inline-size: 100%;
  text-align: center;
}
.top_standard_flex02_item:first-child img {
  inline-size: 150px;
}
.top_standard_flex02_item img {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.top_msg {
  background-position: center;
}
.top_bnr_list li a:hover {
  opacity: 0;
}
.top_bnr_list li:nth-of-type(1) {
  background: none;
}
.top_bnr_list li:nth-of-type(2) {
  background: none;
}
.top_bnr_list li:nth-of-type(3) {
  background: none;
}
.top_bnr_list {
  margin-bottom: 0;
}
.top_bnr_list + .top_bnr_list {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}
.top_bnr_list img {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.top_bnr_list li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_bnr_list li + li {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}
.top_bnr_list li a:hover {
  opacity: 0.8;
}
.top_zeh {
  padding: 0 1rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
.top_msg_box .ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
  color: #df9f25;
  font-weight: bold;
  line-height: 1.6;
}
.home .kc-section {
  margin-top: 0;
}
.kc-type {
  background-color: #df9f25;
}
.kc-type-s {
  background-color: #df9f25;
}
.footer {
  background: #df9f25;
}
.footer_logo {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .top_concept {
    -webkit-margin-before: 72px;
    margin-block-start: 72px;
    position: relative;
  }
  .top_concept::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    display: inline-block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 70vh;
    background-image: url('../images/concept-bg01.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .top_concept_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .top_concept_flex + .top_concept_flex {
    -webkit-margin-before: 80px;
    margin-block-start: 80px;
  }
  .top_concept_flex.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .top_concept_flex_img {
    inline-size: 350px;
  }
  .top_concept_flex_img img {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .top_concept_flex_title {
    font-size: 1.5rem;
    font-weight: 600;
    -webkit-margin-after: 10px;
    margin-block-end: 10px;
  }
  .top_concept_flex_title span {
    font-size: 2rem;
    color: #df9f25;
  }
  .top_standard {
    -webkit-margin-before: 100px;
    margin-block-start: 100px;
  }
  .top_standard_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
  .top_standard_flex_item {
    inline-size: calc((100% - 90px) / 4);
    position: relative;
  }
  .top_standard_flex_item img {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .top_standard_flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
  .top_standard_flex02_item {
    inline-size: 180px;
    position: relative;
  }
  .top_standard_flex02_item:first-child {
    inline-size: 180px;
    text-align: center;
  }
  .top_standard_flex02_item:first-child img {
    inline-size: 100%;
  }
  .top_standard_flex02_item img {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .top_inner.top_topics {
    max-width: 1000px;
  }
  .top_bnr {
    max-width: 1000px;
    margin: 0 auto 100px;
  }
  .top_bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
  }
  .top_bnr_list img {
    width: 100%;
  }
  .top_bnr_list li {
    width: calc((100% - 46px) / 3);
    margin-bottom: 0;
  }
  .top_zeh {
    max-width: 750px;
    margin-bottom: 100px;
    padding: 0;
  }
}