@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

:root {
  --font-go: YakuHanRPs,"Zen Kaku Gothic New", sans-serif;
  --font-en: YakuHanRPs, "Jost", sans-serif;
  --base-width: min(88%, 1200px);
  --color-text:#231815;
  --color-orange:#dd512a;
  --color-orange-ll:#fcedeb;
  --color-blue:#384e8a;
  --color-green:#006846;
  --color-yellow:#f3b939;
  --color-gray:#f7f7f7;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  ounter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.--text-defalut {
  font-size: 1em;
}
body.--text-large {
  font-size: 1.3em;
}
body {
  overflow-X: hidden;
  background-color: var(--color-gray);
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a {
  font-family: var(--font-go);
  color: var(--color-text);
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 1.1428571429rem;
  font-weight: 500;
}
@media screen\0  {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

a {
  color: var(--color-orange);
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    color: var(--color-green);
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 766px) {
  .pctb-none {
    display: none !important;
  }
}

._info_archive ._in {
  display: flex;
  gap: 4.2857142857rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  ._info_archive ._in {
    flex-direction: column;
    gap: 3.2142857143rem;
  }
}
._info_archive ._in ._info_archive_contents {
  flex: 1;
}
._info_archive ._in ._info_archive_contents > h2 {
  padding: 0.7142857143rem 1.0714285714rem;
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.4285714286rem;
  font-weight: bold;
  border-left: 5px solid var(--color-orange);
}

._info_archive_contents {
  display: flex;
  gap: 2.1428571429rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ._info_archive_contents {
    flex-direction: column;
  }
}
._info_archive_contents ._cm_article {
  width: calc(33.3333333333% - 2.1428571429rem);
}
@media screen and (max-width: 767px) {
  ._info_archive_contents ._cm_article {
    margin: 0 auto;
    width: 85%;
  }
}
._info_archive_contents ._cm_article a {
  display: block;
  width: 100%;
}
._info_archive_contents ._cm_article .__image figure {
  height: 11.7857142857rem;
}
@media screen and (max-width: 767px) {
  ._info_archive_contents ._cm_article .__image figure {
    height: 14.2857142857rem;
  }
}
._info_archive_contents ._cm_article .__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.7142857143rem;
}
._info_archive_contents ._cm_article .__info .__cate__date {
  margin-top: 1.0714285714rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3571428571rem;
}
._info_archive_contents ._cm_article .__info .__cate__date .--cate {
  padding: 0.3571428571rem 0.7142857143rem;
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  background-color: var(--color-orange);
}
._info_archive_contents ._cm_article .__info .__cate__date .--date {
  font-family: var(--font-en);
}
._info_archive_contents ._cm_article .--title {
  margin-top: 0.3571428571rem;
  line-height: 1.4;
  font-size: 1.1428571429rem;
}

._info_single_head {
  padding-bottom: 2.1428571429rem;
  border-bottom: 1px solid #333;
}
._info_single_head .__cate__date {
  margin-top: 1.0714285714rem;
  display: flex;
  align-items: center;
  gap: 0.5714285714rem;
}
._info_single_head .__cate__date .--cate {
  padding: 0.3571428571rem 0.7142857143rem;
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 0.9285714286rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  background-color: var(--color-orange);
}
._info_single_head .__cate__date .--date {
  font-family: var(--font-en);
}
._info_single_head .--title {
  margin-top: 1.0714285714rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  ._info_single_head .--title {
    font-size: 1.7142857143rem;
  }
}

._info_single {
  flex: 1;
}

._news_indexback {
  text-align: center;
}
._news_indexback .__button {
  margin: 3.2142857143rem auto 0;
}

.sidebar_list {
  min-width: 15.7142857143rem;
}
@media screen and (max-width: 767px) {
  .sidebar_list {
    padding: 0 1.0714285714rem;
    width: 100%;
  }
}
.sidebar_list_item a {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .sidebar_list_item a {
    transition: all 0.3s;
  }
  .sidebar_list_item a:hover {
    color: var(--color-orange);
  }
}
.sidebar_list_item a.--current, .sidebar_list_item a[aria-current=page] {
  color: var(--color-orange);
  font-weight: bold;
}
.sidebar_list_item dt {
  padding: 0.7142857143rem 0.7142857143rem 1.2857142857rem;
  line-height: 1;
  font-size: 1.2857142857rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-text);
}
.sidebar_list_item dt span {
  margin-top: 0.5714285714rem;
  display: block;
  line-height: 1;
  font-size: 1rem;
  color: var(--color-orange);
  font-family: var(--font-en);
  font-weight: 900;
}
.sidebar_list_item dd {
  padding: 1.4285714286rem 0.7142857143rem 3.2142857143rem;
}
.sidebar_list_item .cms-select {
  position: relative;
  padding: 0.7142857143rem;
  color: var(--color-text);
  border: 1px solid var(--color-orange);
  border-radius: 0.3571428571rem;
  position: relative;
  width: 100%;
}
.sidebar_list_item .cms-select::before {
  position: absolute;
  top: 50%;
  right: 1.0714285714rem;
  z-index: 1;
  content: "▼";
  font-size: 0.8571428571rem;
  color: var(--color-text);
  transform: translate(0, -50%);
  pointer-events: none;
}
.sidebar_list_item .cms-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
}
.sidebar_list_item .cms-select select option {
  color: var(--color-text);
}
.sidebar_list_item .link_list.--category li {
  margin-bottom: 0.7142857143rem;
}
.sidebar_list_item .link_list.--category li.--current a {
  background-color: #F7ECBF;
}
.sidebar_list_item .link_list.--category a {
  padding: 0.3571428571rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: var(--color-text);
}
@media screen and (min-width: 1025px) {
  .sidebar_list_item .link_list.--category a:hover {
    color: var(--color-orange);
  }
}
.sidebar_list_item .link_list.--category a::before {
  content: "● ";
  color: var(--color-orange);
  font-size: 0.9285714286rem;
}

._common_button_area_index {
  text-align: center;
  margin-top: 5.7142857143rem;
}

.__button {
  padding: 1.4285714286rem 2.5rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  background-color: var(--color-orange);
}

@media screen and (min-width: 1025px) {
  a.__button:hover {
    color: #fff;
    background-color: var(--color-green);
  }
}

._article_list {
  display: flex;
  gap: 3.2142857143rem;
}
._article_list ._area_article {
  width: 20rem;
}
._article_list ._area_article .__image figure {
  height: 16.4285714286rem;
}
._article_list ._area_article .__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.7142857143rem;
}
._article_list ._area_article .--title {
  margin-top: 0.7142857143rem;
  font-weight: bold;
  font-size: 1.4285714286rem;
  text-align: center;
  color: var(--color-orange);
}
._article_list ._area_article .--title + span {
  display: block;
  text-align: center;
}

.cms_form_list_item {
  display: flex;
  align-items: flex-start;
  gap: 2.1428571429rem;
}
@media screen and (max-width: 767px) {
  .cms_form_list_item {
    flex-direction: column;
    gap: 0.7142857143rem;
  }
}
.cms_form_list_item:not(:first-of-type) {
  margin-top: 2.1428571429rem;
}
.cms_form_list_item dt,
.cms_form_list_item dd {
  padding: 0;
  border: none;
}
.cms_form_list_item dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3571428571rem;
  width: 14.2857142857rem;
  line-height: 1.2;
  text-align: left;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cms_form_list_item dt {
    width: auto;
  }
}
.cms_form_list_item dt ._req {
  margin-left: 0.5714285714rem;
  padding: 0.5714285714rem 0.7142857143rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  border-radius: 30px;
  background-color: var(--color-green);
}
.cms_form_list_item dt ._memo {
  display: block;
}
.cms_form_list_item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .cms_form_list_item dd {
    margin-top: 0.7142857143rem;
  }
}
.cms_form_list_item ._memo {
  font-size: 1rem;
  color: var(--color-green);
}
.cms_form_list_item input[type=text],
.cms_form_list_item input[type=email],
.cms_form_list_item input[type=tel],
.cms_form_list_item textarea,
.cms_form_list_item select,
.cms_form_list_item option {
  padding: 1.4285714286rem;
  width: 100%;
  font-size: 1.1428571429rem;
  border: none;
}
.cms_form_list_item input[type=text]:not(:first-of-type),
.cms_form_list_item input[type=email]:not(:first-of-type),
.cms_form_list_item input[type=tel]:not(:first-of-type),
.cms_form_list_item textarea:not(:first-of-type),
.cms_form_list_item select:not(:first-of-type),
.cms_form_list_item option:not(:first-of-type) {
  margin-left: 1.0714285714rem;
}
.cms_form_list_item input[type=text]:focus, .cms_form_list_item input[type=text]:select,
.cms_form_list_item input[type=email]:focus,
.cms_form_list_item input[type=email]:select,
.cms_form_list_item input[type=tel]:focus,
.cms_form_list_item input[type=tel]:select,
.cms_form_list_item textarea:focus,
.cms_form_list_item textarea:select,
.cms_form_list_item select:focus,
.cms_form_list_item select:select,
.cms_form_list_item option:focus,
.cms_form_list_item option:select {
  background-color: #E5F09B;
}
.cms_form_list_item input[type=text]:-webkit-autofill, .cms_form_list_item input[type=text]:autofill,
.cms_form_list_item input[type=email]:-webkit-autofill,
.cms_form_list_item input[type=email]:autofill,
.cms_form_list_item input[type=tel]:-webkit-autofill,
.cms_form_list_item input[type=tel]:autofill,
.cms_form_list_item textarea:-webkit-autofill,
.cms_form_list_item textarea:autofill,
.cms_form_list_item select:-webkit-autofill,
.cms_form_list_item select:autofill,
.cms_form_list_item option:-webkit-autofill,
.cms_form_list_item option:autofill {
  box-shadow: 0 0 0 1000px #E5F09B inset;
}
.cms_form_list_item input[type=text].--color,
.cms_form_list_item input[type=email].--color,
.cms_form_list_item input[type=tel].--color,
.cms_form_list_item textarea.--color,
.cms_form_list_item select.--color,
.cms_form_list_item option.--color {
  box-shadow: 0 0 0 1000px #E5F09B inset;
}
.cms_form_list_item input[type=text]::placeholder,
.cms_form_list_item input[type=email]::placeholder,
.cms_form_list_item input[type=tel]::placeholder,
.cms_form_list_item textarea::placeholder,
.cms_form_list_item select::placeholder,
.cms_form_list_item option::placeholder {
  color: #ccc;
}
.cms_form_list_item textarea {
  width: 100%;
  height: 10.7142857143rem;
}
.cms_form_list_item select,
.cms_form_list_item option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.7142857143rem;
  width: 100%;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 0.3571428571rem;
}
.cms_form_list_item .--select {
  position: relative;
}
.cms_form_list_item .--select::before {
  position: absolute;
  top: 1.5714285714rem;
  right: 1.0714285714rem;
  z-index: 1;
  content: "▼";
  color: var(--color-green);
  transform: translate(0, -50%);
}
.cms_form_list_item ._callList {
  padding: 1.4285714286rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4285714286rem;
  border-radius: 0.8571428571rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cms_form_list_item ._callList {
    gap: 0.7142857143rem;
  }
}
.cms_form_list_item ._callList li {
  display: flex;
  align-items: center;
}
.cms_form_list_item input[type=radio]:checked ~ ._radioCheck {
  border: 5px solid var(--color-green);
}
.cms_form_list_item ._radioCheck {
  margin-right: 0.7142857143rem;
  display: block;
  border: 5px solid #aaa;
  border-radius: 100%;
  height: 1.4285714286rem;
  width: 1.4285714286rem;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.cms_form_list_item input[type=radio]:checked {
  color: var(--color-green);
}
.cms_form ._desc.--att {
  margin-top: 1.0714285714rem;
  color: var(--color-orange);
}
.cms_form ._desc a:not(:hover) {
  color: var(--color-green);
}
.cms_form .cms_buttons {
  margin-top: 3.2142857143rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4285714286rem;
}
@media screen and (max-width: 767px) {
  .cms_form .cms_buttons {
    flex-direction: column;
    gap: 1.0714285714rem;
  }
}
.cms_form .cms_buttons button,
.cms_form .cms_buttons input {
  width: 100%;
  padding: 1.7857142857rem;
  color: #fff;
  font-size: 1.1428571429rem;
  font-family: var(--font-go);
  font-weight: 500;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0.8571428571rem;
}
.cms_form .cms_buttons button.--reset,
.cms_form .cms_buttons input.--reset {
  background-color: var(--color-text);
}
.cms_form .cms_buttons button.--submit,
.cms_form .cms_buttons input.--submit {
  background-color: var(--color-text);
}
@media screen and (min-width: 1025px) {
  .cms_form .cms_buttons button,
  .cms_form .cms_buttons input {
    transition: all 0.5s;
  }
  .cms_form .cms_buttons button:hover,
  .cms_form .cms_buttons input:hover {
    font-weight: bold;
    background-color: var(--color-green);
  }
}
.cms_form .cms_buttons .wpcf7-spinner {
  flex-shrink: 0;
}

._wp_pagenation {
  display: flex;
  justify-content: center;
  gap: 0.8571428571rem;
  align-items: center;
  position: relative;
  margin-top: 3.9285714286rem;
}
._wp_pagenation .__num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8571428571rem;
}
._wp_pagenation .__num a {
  line-height: 1;
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  display: flex;
  font-size: 1.1428571429rem;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-green);
  background: #fff;
  color: var(--color-blue);
  text-decoration: none;
  border-radius: 100%;
}
._wp_pagenation .__num a.--current {
  border: 1px solid var(--color-green);
  background: var(--color-green);
  color: #fff;
}
._wp_pagenation .--prev,
._wp_pagenation .--next {
  width: 7.1428571429rem;
  top: 50%;
}
._wp_pagenation .--prev a,
._wp_pagenation .--next a {
  display: flex;
  align-items: center;
  font-size: 1.2857142857rem;
  gap: 0.8571428571rem;
  text-decoration: none;
}
._wp_pagenation .--prev {
  left: 0;
}
._wp_pagenation .--next {
  right: 0;
}
._wp_pagenation .--next a {
  justify-content: flex-end;
}
._wp_pagenation .--next svg {
  transform: rotate(180deg);
}

.__head_box {
  margin-bottom: 4.2857142857rem;
}
@media screen and (max-width: 767px) {
  .__head_box {
    margin-bottom: 3.5714285714rem;
  }
}
.__head_box ._sub {
  line-height: 1;
  font-size: 4.4285714286rem;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .__head_box ._sub {
    font-size: 3.7142857143rem;
  }
}
.__head_box ._ttl {
  color: var(--color-orange);
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.__head_box ._note {
  margin-top: 1.0714285714rem;
}
.__head_box.--center {
  text-align: center;
}

.__wrapper {
  padding: 8.5714285714rem 0;
}
@media screen and (max-width: 767px) {
  .__wrapper {
    padding: 5.7142857143rem 0;
  }
}

.__container {
  margin: 0 auto;
  width: var(--base-width);
}

.__section_bg {
  background-color: #fff;
}

.__logo {
  width: 17.1428571429rem;
  height: 15rem;
  background-color: var(--color-orange);
  border-bottom-right-radius: 2.1428571429rem;
  overflow: hidden;
}
.__logo ._l-name {
  line-height: 1.4;
  color: #fff;
  font-size: 1.8571428571rem;
  font-weight: 900;
}
.__logo ._l-num {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--font-en);
}
.__logo.--h {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
.__logo.--h a {
  display: block;
  padding: 2.1428571429rem;
}
.__img {
  display: block;
}

.__obj {
  display: block;
  width: 100%;
}

.__fig .__img {
  width: 100%;
}
.__fig.--cover .__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.__icon {
  display: block;
}
.__icon.--l {
  width: 2.1428571429rem;
}
.__icon.--s {
  width: 1.2857142857rem;
}

.__v-shadow {
  box-shadow: 0 0 0.7142857143rem rgba(0, 0, 0, 0.1);
}

.__a-fw1 {
  animation: fuwafuwa 1.5s infinite linear;
}

.__a-fw2 {
  animation: fuwafuwa 1.5s infinite linear;
  animation-delay: 1s;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  33.3% {
    transform: translateY(-3px);
  }
  66.6% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.__text_box {
  margin: 0 auto;
  display: flex;
  max-width: 67.8571428571rem;
  gap: 4.2857142857rem;
}
@media screen and (max-width: 767px) {
  .__text_box {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.__text_box ._head {
  width: 25.7142857143rem;
}
@media screen and (max-width: 767px) {
  .__text_box ._head {
    width: 100%;
  }
}
.__text_box ._head ._sub {
  line-height: 1.2;
  font-size: 1.7142857143rem;
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .__text_box ._head ._sub {
    font-size: 1.4285714286rem;
  }
}
.__text_box ._head ._ttl {
  margin-top: 0.7142857143rem;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .__text_box ._head ._ttl {
    font-size: 2.7142857143rem;
  }
}
.__text_box ._desc {
  flex: 1;
}
.__text_box ._desc p {
  line-height: 1.8;
  font-size: 1.2857142857rem;
}
.__text_box ._desc p:not(:first-of-type) {
  margin-top: 2.1428571429rem;
}
@media screen and (max-width: 767px) {
  .__text_box ._desc p:not(:first-of-type) {
    margin-top: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .__text_box ._desc p {
    font-size: 1.1428571429rem;
  }
}

.__qa_box:not(:first-of-type) {
  margin-top: 3.2142857143rem;
}
.__qa_box > ._ttl {
  padding: 0.3571428571rem 0.5714285714rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-size: 1.2857142857rem;
  font-weight: bold;
  border-radius: 30px;
  background-color: var(--color-text);
}

.__qa_list_item {
  position: relative;
}
.__qa_list_item ._cate {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3571428571rem 0.5714285714rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  background-color: var(--color-text);
  transform: translate(25%, -50%);
}
.__qa_list_item .--trigger {
  margin-top: 2.1428571429rem;
  padding: 1.4285714286rem 1.7857142857rem;
  display: flex;
  align-items: center;
  font-size: 1.2857142857rem;
  font-weight: bold;
  gap: 0.7142857143rem;
  border-radius: 1.0714285714rem;
  border: 1px solid #ddd;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .__qa_list_item .--trigger {
    cursor: pointer;
  }
  .__qa_list_item .--trigger:hover {
    color: var(--color-orange);
  }
  .__qa_list_item .--trigger:hover::after {
    color: var(--color-orange);
  }
}
@media screen and (max-width: 767px) {
  .__qa_list_item .--trigger {
    margin-top: 1.4285714286rem;
    font-size: 1.2142857143rem;
    line-height: 1.4;
  }
}
.__qa_list_item .--trigger::before {
  content: "Q.";
  line-height: 1;
  font-size: 1.7857142857rem;
  font-family: var(--font-en);
  font-weight: bold;
}
.__qa_list_item .--trigger::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  display: block;
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  background: url("/assets/images/common/icon_arrow.webp") no-repeat center center/contain;
  pointer-events: none;
  transform-origin: center;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.__qa_list_item.--active ._cate {
  transition: all 0.3s;
  background-color: var(--color-orange);
}
.__qa_list_item.--active .--trigger {
  color: var(--color-orange);
  border-color: #F1DBDB;
  background-color: var(--color-orange-ll);
}
.__qa_list_item.--active .--trigger::after {
  transform: rotate(270deg);
}
.__qa_list_item ._in {
  margin: 0.7142857143rem 0.7142857143rem 2.5rem;
  padding: 1.0714285714rem 1.0714285714rem 0.7142857143rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .__qa_list_item ._in {
    margin: 0.7142857143rem 0.3571428571rem 1.7857142857rem;
  }
}
.__qa_list_item ._in p:not(:first-of-type) {
  margin-top: 0.7142857143rem;
}

.__tel_box {
  position: relative;
  margin: 0 auto;
  padding: 4.2857142857rem;
  max-width: 57.1428571429rem;
  text-align: center;
  background-color: #fff;
}
.__tel_box::before, .__tel_box::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background-color: var(--color-orange);
}
.__tel_box::before {
  top: 8px;
  left: 8px;
}
.__tel_box::after {
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .__tel_box {
    padding: 4.2857142857rem 1.4285714286rem;
  }
}
.__tel_box .__obj {
  position: absolute;
  width: 9.6428571429rem;
  bottom: -2.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .__tel_box .__obj {
    width: 28%;
    top: -100%;
    right: 5%;
    bottom: auto;
  }
}
.__tel_box ._ttl {
  margin: 0 auto;
  padding: 0.7142857143rem;
  display: block;
  width: fit-content;
  line-height: 1;
  color: #fff;
  font-size: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .__tel_box ._ttl {
    font-size: 1.2857142857rem;
  }
}
.__tel_box ._list {
  margin-top: 1.0714285714rem;
}
.__tel_box ._list::before, .__tel_box ._list::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background-color: var(--color-orange);
}
.__tel_box ._list::before {
  bottom: 8px;
  left: 8px;
}
.__tel_box ._list::after {
  bottom: 8px;
  right: 8px;
}
.__tel_box ._tel {
  line-height: 1;
  font-size: 2.2857142857rem;
  font-family: var(--font-en);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .__tel_box ._tel {
    font-size: 2.1428571429rem;
  }
}
.__tel_box ._tel span {
  font-family: var(--font-en);
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.__tel_box ._note {
  margin-top: 0.3571428571rem;
}
.__tel_box ._name {
  margin-top: 1.4285714286rem;
  line-height: 1.2;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .__tel_box ._name {
    font-size: 1.2142857143rem;
  }
}
.__tel_box ._add {
  margin-top: 0.7142857143rem;
  font-size: 1rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.9);
}
header + .__logo {
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  header + .__logo {
    transform-origin: top left;
    transform: scale(0.55);
  }
}
header .header_nav {
  padding: 1.0714285714rem 0;
  padding-left: 18.5714285714rem;
  padding-right: 2.5%;
}
@media screen and (max-width: 767px) {
  header .header_nav {
    padding: 0;
  }
}
header .__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .__nav_item:not(:first-of-type) {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  header .__nav_item {
    display: none;
  }
}
header .__nav_item a {
  padding: 0 1.7857142857rem;
}
@media screen and (min-width: 1025px) {
  header .__nav_item a:hover .__icon {
    animation: shake 0.5s ease-in-out 1;
  }
  @keyframes shake {
    0% {
      transform: translateY(0);
    }
    33% {
      transform: translateY(-2px);
    }
    66% {
      transform: translateY(2px);
    }
    100% {
      transform: translateY(0);
    }
  }
}
header .__nav_item a .__icon {
  margin: 0 auto;
  width: 5rem;
}
header .__nav_item span {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .__nav_item.--contact {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 0 5%;
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  header .__nav_item.--contact a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.footer_contact {
  background: url("/assets/images/top/mv_img01_pc.webp") no-repeat center center/cover;
}
.footer_contact .__wrapper {
  background-color: rgba(0, 0, 0, 0.42);
}
.footer_contact .__head_box ._sub,
.footer_contact .__head_box ._ttl {
  color: #fff;
}
.footer_contact dl {
  text-align: center;
}
.footer_contact dl dt {
  color: #fff;
  line-height: 1.4;
  font-size: 1.5714285714rem;
  font-weight: bold;
}
.footer_contact dl dd {
  color: #fff;
  font-size: 1.1428571429rem;
}
.footer_contact .contact_buttons {
  margin: 3.2142857143rem auto 0;
  display: flex;
  width: 95%;
  max-width: 64.2857142857rem;
  gap: 2.1428571429rem;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_buttons {
    flex-direction: column;
    max-width: none;
  }
}
.footer_contact .contact_buttons .__button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_buttons .__button {
    width: 100%;
  }
}
.footer_contact .contact_buttons .__button span {
  display: block;
  line-height: 1;
  text-align: center;
}
.footer_contact .contact_buttons .__button:nth-of-type(1) {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_buttons .__button:nth-of-type(1) {
    padding: 1.4285714286rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact .contact_buttons .__button:nth-of-type(1) {
    pointer-events: none;
  }
}
.footer_contact .contact_buttons .__button:nth-of-type(2) {
  line-height: 4;
  background-color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_buttons .__button:nth-of-type(2) {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .footer_contact .contact_buttons .__button:nth-of-type(2):hover span {
    color: var(--color-green);
  }
  .footer_contact .contact_buttons .__button:nth-of-type(2):hover {
    background-color: #fff;
  }
}
.footer_contact .contact_buttons .__button ._bl {
  font-size: 1rem;
}
.footer_contact .contact_buttons .__button ._tel {
  margin: 0.5714285714rem 0 0.4285714286rem;
  line-height: 1;
  font-size: 2.1428571429rem;
  font-family: var(--font-en);
  font-weight: 600;
}
.footer_contact .contact_buttons .__button ._tel span {
  display: inline;
  line-height: 1;
  font-size: 1.5714285714rem;
}
.footer_contact .contact_buttons .__button ._ttl {
  margin-top: 0.3571428571rem;
  font-size: 1.5714285714rem;
}

footer .__wrapper {
  padding: 5.7142857143rem 0;
  background-color: var(--color-orange);
}
@media screen and (max-width: 767px) {
  footer .__wrapper {
    padding: 5.7142857143rem 0 3.2142857143rem;
  }
}
footer .__container {
  display: flex;
  justify-content: space-between;
  width: 88%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  footer .__logo {
    width: auto;
  }
}
footer .footer_nav .__nav {
  display: flex;
  justify-content: flex-end;
  gap: 2.1428571429rem;
  flex-wrap: wrap;
  max-width: 45.7142857143rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .__nav {
    gap: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}
footer .footer_nav .__nav_item a {
  padding: 0.3571428571rem 0;
  border-bottom: 1px solid transparent;
}
footer .footer_nav .__nav_item a span {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  footer .footer_nav .__nav_item a:hover {
    border-bottom-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .__nav_item.--contact {
    width: fit-content;
  }
}
footer .footer_nav .__nav_item.--contact a {
  padding: 1.5714285714rem;
  width: 100%;
  border-radius: 0.7142857143rem;
  background-color: transparent;
  border: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  footer .footer_nav .__nav_item.--contact a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  footer .footer_nav .__nav_item.--contact a:hover span {
    color: var(--color-orange);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .__nav_item.--contact a {
    padding: 0;
    border: 0;
    width: fit-content;
    text-align: right;
  }
  footer .footer_nav .__nav_item.--contact a span {
    font-size: 1.1428571429rem;
  }
}
footer address {
  margin: 0 auto;
  width: 90%;
  color: #fff;
  font-family: var(--font-en);
  letter-spacing: 0.15em;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  footer address {
    margin-top: 3.2142857143rem;
  }
}

.pj-owner {
  padding: 1.4285714286rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1428571429rem;
  background-color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .pj-owner {
    padding: 1.7857142857rem 1.0714285714rem 8.5714285714rem;
    flex-direction: column;
    gap: 0.8571428571rem;
  }
}
.pj-owner ._name {
  color: #fff;
  font-weight: bold;
}
.pj-owner ._name span {
  margin-right: 0.7142857143rem;
  padding: 0.3571428571rem;
  display: inline-block;
  line-height: 1;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .pj-owner ._name span {
    margin: 0 auto 0.7142857143rem;
    display: block;
    width: fit-content;
  }
}

@media screen and (min-width: 766px) {
  ._smenu_button {
    display: none;
  }
}
._smenu_button {
  position: fixed;
  z-index: 999;
  cursor: pointer;
  width: 4.6428571429rem;
  height: 4.6428571429rem;
  background: var(--color-green);
  top: 1.0714285714rem;
  right: 1.0714285714rem;
  border-radius: 4.6428571429rem;
}
._smenu_button span {
  position: absolute;
  width: 35%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
._smenu_button span i {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
._smenu_button span:after, ._smenu_button span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.2s;
}
._smenu_button span:before {
  top: -0.6428571429rem;
}
._smenu_button span:after {
  top: 0.6428571429rem;
}
._smenu_button.--action span i {
  opacity: 0;
}
._smenu_button.--action span:before {
  top: 0;
  transform: rotate(45deg);
}
._smenu_button.--action span:after {
  top: 0;
  transform: rotate(-45deg);
}

._smenu_menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transition: 0.5s;
  width: 100%;
  height: 100vh;
  z-index: 20;
  display: none;
}
._smenu_menu .--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  top: 0;
  left: 0;
}
._smenu_menu.--action {
  display: flex;
}
._smenu_menu ._smenu_menu_wrap {
  overflow: auto;
  padding: 10.7142857143rem 2.1428571429rem;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
}

.__nav_item a {
  display: block;
  width: fit-content;
  font-weight: bold;
  text-align: center;
}
.__nav_item a:not(:hover) {
  color: var(--color-text);
}
.__nav_item a span {
  display: block;
}
.__nav_item.--contact {
  width: 14.2857142857rem;
  border-left: none;
}
.__nav_item.--contact a {
  padding: 1.5714285714rem;
  width: 100%;
  border-radius: 0.7142857143rem;
  background-color: var(--color-green);
}
@media screen and (min-width: 1025px) {
  .__nav_item.--contact a:hover {
    background-color: var(--color-orange);
  }
}
.__nav_item.--contact a span {
  color: #fff;
  font-size: 1.2857142857rem;
}

.side_nav .__nav_item {
  border-bottom: 1px solid #eee;
}
.side_nav .__nav_item a {
  padding: 0.8571428571rem 0;
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  font-size: 1.2857142857rem;
}
.side_nav .__nav_item .__icon {
  width: 4.6428571429rem;
}
.side_nav .__nav_item.--contact {
  margin-top: 3.2142857143rem;
  width: 100%;
}
.side_nav .__nav_item.--contact a {
  width: 100%;
  align-self: center;
  text-align: center;
}
.side_nav + .__tel_box {
  margin-top: 3.2142857143rem;
}
.side_nav + .__tel_box .__button {
  margin: 0 auto;
  margin-top: 2.1428571429rem;
}

._breadcrumb {
  width: 100%;
}
._breadcrumb.--reverse ul {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  ._breadcrumb {
    display: none;
  }
}
._breadcrumb ul {
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
._breadcrumb ul li {
  font-weight: 600;
  font-size: 1.0714285714rem;
}
._breadcrumb ul li:not(:last-child) {
  position: relative;
  margin-right: 1em;
  padding-right: 1.5em;
}
._breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  border: 0;
  background: var(--color-text);
  transform: rotate(30deg);
}
._breadcrumb ul li:last-child a, ._breadcrumb ul li:last-child span {
  color: var(--color-text);
}
._breadcrumb ul li a, ._breadcrumb ul li span {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  padding: 1rem 0;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: var(--base-black);
}
._breadcrumb ul li a:hover, ._breadcrumb ul li span:hover {
  opacity: 0.7;
  transition: 0.3s;
}