/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    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;
}
img{
    vertical-align: top;
}
@charset "UTF-8";
:root {
  --header: 140px;
  --c-p-tb: 6rem;
  --c-p-rl: 2rem;
  --c-m-b: 3rem;
  --c-c-pri: #249333;
  --c-c-lht-pri: #9affab;
  --c-c-sec: #306EBB;
  --c-c-lht-sec: #ECF7FF;
  --c-c-thd: #fac12e;
  --c-c-lht-thd: #FFF6DF;
  --c-c-black: #3B4043;
  --c-c-orange: #F86B00;
  --c-c-strong-line: #ffb7c3;
  --c-c-mark: #FFFF00FF;
  --c-c-em: #003c87;
  --c-c-em-bc: #eff5ff;
  --width-large: 1200px;
  --width-medium: 1000px;
  --header-bg-color: #141414;
  --header-font-color: white;
  --header-trans-duration: 0.7s;
  --header-person-width:12rem;
  --header-person-sp-width:9.6rem;
  --header-logo-width:12em;
  --header-logo-sp-width:8em;
  scroll-padding: var(--header);
}

:root {
  --bg-color: white;
}
@media only screen and (max-width: 1024px) {
  :root {
    --header: 99.58px;
  }
}
@media only screen and (max-width: 769px) {
  :root {
    --header: 19.2vw;
    --c-p-tb: 4rem;
    --c-m-b: 2rem;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
@media only screen and (max-width: 769px) {
  html {
    font-size: 2.08vw;
  }
}

body {
  color: var(--c-c-black);
  line-height: 2;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--bg-color);
}
body:not(:has(main.top)) {
  padding-top: var(--header);
}

body * {
  letter-spacing: 0.1em;
}

* {
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

header,
footer,
section,
article,
div, h1, h2, h3, .txt-deco-1, .ttl-4-ja {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a, button, input[type=submit] {
  -webkit-transition: opacity 0.7s, background-color 0.7s;
  transition: opacity 0.7s, background-color 0.7s;
  cursor: pointer;
}
a:hover, button:hover, input[type=submit]:hover {
  opacity: 0.8;
}

input, textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 1.5rem 1rem;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

h1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3, .txt-deco-1, .ttl-4-ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  h3, .txt-deco-1, .ttl-4-ja {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

span.red {
  color: #FF2929;
}
span.orange {
  color: var(--c-c-pri);
}
span.blue {
  color: #D59D0D;
}

object {
  pointer-events: none;
}

.text-al {
  text-align: left !important;
}

.text-c {
  text-align: center !important;
}

.text-fb {
  font-weight: 700;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

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

em {
  font-style: normal;
  color: var(--c-c-em);
  background-color: var(--c-c-em-bc);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  font-weight: 500;
}

mark {
  background-color: var(--c-c-mark);
  padding: 0 0.5rem;
  border-radius: 0.3rem;
  font-weight: 500;
}

main, footer {
  position: relative;
  z-index: 1;
  background-color: var(--bg-color);
}

a.image-popup {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
a.image-popup::before {
  content: "";
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent rgba(0, 0, 0, 0.51) transparent;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
a.image-popup::after {
  content: "";
  background-image: url("../images/icon/zoom_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  vertical-align: middle;
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 2;
}

.pagenation {
  padding: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.pagenation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .pagenation__list {
    gap: 0.8rem;
  }
}
.pagenation__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation__item > * {
  border-radius: 0.8rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 5rem;
  min-height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .pagenation__item > * {
    padding: 0.5rem 1rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
.pagenation__item > a {
  text-decoration: none;
  color: var(--c-c-black);
  background: white;
}
.pagenation__item > a:hover {
  background: var(--c-c-black);
  color: white;
}
.pagenation__item > a:hover:after {
  border-color: white;
}
.pagenation__item--state_current > span {
  background: var(--c-c-black);
  color: white;
}
.pagenation__item--number_not {
  border: none;
}
.pagenation__item--button_prev a::after {
  -webkit-transform: translateX(20%) rotate(-135deg);
      -ms-transform: translateX(20%) rotate(-135deg);
          transform: translateX(20%) rotate(-135deg);
}
.pagenation__item--button_next a::after {
  -webkit-transform: translateX(-20%) rotate(45deg);
      -ms-transform: translateX(-20%) rotate(45deg);
          transform: translateX(-20%) rotate(45deg);
}
.pagenation__item--button_prev a, .pagenation__item--button_next a {
  border-color: transparent;
}
.pagenation__item--button_prev a:after, .pagenation__item--button_next a:after {
  content: "";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  color: #8A8A8A;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid;
}

.width-normal {
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}

.header {
  --header-shadow:0 0.1rem 1rem 0.5rem rgba(0, 0, 0, 0.1);
  --font-color: var(--header-font-color);
  --button-border-color: transparent;
  --tel-bg-color: var(--c-c-sec);
  --contact-bg-color: var(--c-c-thd);
  --humberger-bg-color: var(--c-c-black);
  --person-opacity: 1;
  --buttton-box-shadow: unset;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--header-bg-color)), color-stop(0%, var(--header-bg-color)));
  background: linear-gradient(to bottom, var(--header-bg-color) 0%, var(--header-bg-color) 0% 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition-property: background-size, -webkit-box-shadow;
  transition-property: background-size, -webkit-box-shadow;
  transition-property: background-size, box-shadow;
  transition-property: background-size, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: var(--header-trans-duration);
          transition-duration: var(--header-trans-duration);
  -webkit-transition-timing-function: ease-in-out, ease-in;
          transition-timing-function: ease-in-out, ease-in;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
@media only screen and (min-width: 1025px) {
  .header {
    -webkit-box-shadow: var(--header-shadow);
            box-shadow: var(--header-shadow);
  }
}
body:has(main.top):not(.--scrolled) .header:has(.js-menu-navi:not(.open)) {
  --header-shadow: unset;
  --font-color: white;
  --button-border-color: white;
  --tel-bg-color: transparent;
  --contact-bg-color: transparent;
  --humberger-bg-color: transparent;
  --buttton-box-shadow: inset 0 0 0 0.2rem white;
  --person-opacity: 0;
  background-size: 100% 0;
}
body:has(main.top):not(.--scrolled) .header:has(.js-menu-navi:not(.open)) .logo-name-svg path {
  fill: white !important;
}
.header .header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  .header .header-info {
    padding-top: 2rem;
    -webkit-transition: -webkit-box-shadow var(--header-trans-duration) ease-in;
    transition: -webkit-box-shadow var(--header-trans-duration) ease-in;
    transition: box-shadow var(--header-trans-duration) ease-in;
    transition: box-shadow var(--header-trans-duration) ease-in, -webkit-box-shadow var(--header-trans-duration) ease-in;
    -webkit-box-shadow: var(--header-shadow);
            box-shadow: var(--header-shadow);
  }
}
.header .header-info__company {
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .header .header-info__company {
    padding-left: 1rem;
  }
}
.header .header-info__company__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-info__company__name .logo-name-svg {
  width: var(--header-logo-width);
  height: auto;
}
@media only screen and (max-width: 769px) {
  .header .header-info__company__name .logo-name-svg {
    width: var(--header-logo-sp-width);
  }
}
.header .header-info__company__name .logo-name-svg path {
  -webkit-transition: fill var(--header-trans-duration);
  transition: fill var(--header-trans-duration);
}
.header .header-info__company-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-info__company-comment * {
  -webkit-transition: all var(--header-trans-duration);
  transition: all var(--header-trans-duration);
}
.header .header-info__company-comment-person {
  width: var(--header-person-width);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
  opacity: var(--person-opacity);
}
@media only screen and (max-width: 769px) {
  .header .header-info__company-comment-person {
    width: var(--header-person-sp-width);
  }
}
.header .header-info__company-comment-text {
  font-size: 1.4rem;
  position: relative;
  padding: 1rem 2rem;
  border: 0.2rem solid var(--font-color);
  color: var(--font-color);
  border-radius: 0.8rem;
  margin: 0 1rem;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .header .header-info__company-comment-text {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 2rem;
    min-height: unset;
    border-radius: unset;
    margin: 0;
    padding: 0;
    padding-top: 0.4rem;
    border: none;
  }
}
.header .header-info__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding: 0.5rem 2rem;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .header .header-info__button {
    display: none;
  }
}
.header .header-info__button > a {
  padding: 1rem 2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.8rem;
  border: 0.3rem solid var(--button-border-color);
  -webkit-transition: all var(--header-trans-duration);
  transition: all var(--header-trans-duration);
}
.header .header-info__button__contact-tel {
  background: var(--tel-bg-color);
}
.header .header-info__button__contact-tel__no {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-info__button__contact-tel__no img {
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
}
.header .header-info__button__contact-mail {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  background: var(--contact-bg-color);
}
@media only screen and (max-width: 769px) {
  .header .header-info__button__contact-mail {
    font-size: 1.8rem;
  }
}
.header .header-info__button__contact-mail img {
  width: 32px;
  height: auto;
}
.header .header-info__button-sp {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .header-info__button-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-info__button-sp > a {
  padding: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .header .header-info__button-sp > a {
    font-size: 2.5rem;
  }
}
.header .header-info__button-sp__contact-tel {
  background: var(--tel-bg-color);
}
.header .header-info__button-sp__contact-tel img {
  width: 1em;
  height: auto;
}
.header .header-info__button-sp__contact-mail {
  background: var(--contact-bg-color);
}
.header .header-info__button-sp__contact-mail img {
  width: 1em;
  height: auto;
}
.header .header-info__button-sp .menu-hamburger {
  width: 6.8rem;
  position: relative;
  border: none;
  background: var(--humberger-bg-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
}
.header .header-info__button-sp .menu-hamburger-bar {
  display: inline-block;
  width: 44%;
  height: 0.3rem;
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: var(--header-trans-duration);
  transition: var(--header-trans-duration);
}
.header .header-info__button-sp .menu-hamburger-bar:first-child {
  top: 35%;
}
.header .header-info__button-sp .menu-hamburger-bar:nth-child(2) {
  top: 50%;
}
.header .header-info__button-sp .menu-hamburger-bar:last-child {
  top: 65%;
}
.header .header-info__button-sp .menu-hamburger.open .menu-hamburger-bar {
  top: 50%;
}
.header .header-info__button-sp .menu-hamburger.open .menu-hamburger-bar:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header .header-info__button-sp .menu-hamburger.open .menu-hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header .header-info__button-sp .menu-hamburger.open .menu-hamburger-bar:last-child {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.header .navi-contact {
  display: none;
  border-radius: 0.8rem;
  padding: 2rem;
  background-color: white;
  border: 0.3rem solid var(--c-c-pri);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .header .navi-contact {
    font-size: 1.8rem;
  }
}
.header .navi-contact-header {
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.header .navi-contact-header-tel {
  width: 100%;
  margin-top: 1rem;
}
.header .navi-contact-header-mail {
  margin-top: 2rem;
}
.header .navi-contact-header-mail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D59D0D;
  color: white;
  font-size: 2.2rem;
  padding: 2rem 1rem 2rem 2rem;
  border-radius: 1.4rem;
  margin: 1rem auto 0;
  max-width: 769px;
}
.header .navi-contact-header-mail-button img {
  width: 8vw;
}
.header .navi-contact-header-mail-button:after {
  content: "▼";
  font-size: 1.5rem;
  padding: 1rem;
  background: white;
  color: #D59D0D;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .navi-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--font-color);
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .navi-menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .header .navi-menu-list-item:hover .navi-menu-list-item-list {
    height: auto;
    opacity: 1;
  }
}
.header .navi-menu-list-item-home {
  display: none;
}
.header .navi-menu-list-item-link, .header .navi-menu-list-item-title {
  line-height: 1.5;
  padding: 1rem 3rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all var(--header-trans-duration);
  transition: all var(--header-trans-duration);
  display: block;
}
.header .navi-menu-list-item-link:hover, .header .navi-menu-list-item-title:hover {
  opacity: 0.8;
}
.header .navi-menu-list-item-title:after {
  -webkit-transition: all var(--header-trans-duration);
  transition: all var(--header-trans-duration);
  content: "▼";
  position: absolute;
  font-size: 1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .navi-menu-list-item-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 100%;
  background-color: white;
  color: var(--c-c-black);
  -webkit-transition: opacity var(--header-trans-duration);
  transition: opacity var(--header-trans-duration);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .navi-menu-list-item-list-item {
  word-break: keep-all;
  min-width: 200px;
  white-space: nowrap;
}
.header .navi-menu-list-item-list-item:not(:last-child) {
  border-bottom: 0.1rem solid #ECECEC;
}
.header .navi-menu-list-item-list-item-link {
  text-align: left;
  padding: 1rem 3rem;
  display: block;
}
.header .navi-menu-list-item-list-item-link:hover {
  color: var(--c-c-pri);
}
@media only screen and (max-width: 1024px) {
  .header .navi {
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: calc(100vh - var(--header));
    height: calc(100dvh - var(--header));
    background-color: white;
    -webkit-transition: all var(--header-trans-duration);
    transition: all var(--header-trans-duration);
    margin-top: var(--header);
    padding: 2rem 2rem;
    overflow: scroll;
  }
  .header .navi-contact {
    display: block;
  }
  .header .navi-menu-list {
    margin-top: 1rem;
    border-radius: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--c-c-pri);
    color: white;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 769px) {
  .header .navi-menu-list {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .navi-menu-list-item {
    width: 100%;
    text-align: center;
  }
  .header .navi-menu-list-item:not(:last-child) {
    border-bottom: 0.1rem solid white;
  }
  .header .navi-menu-list-item:after {
    content: none !important;
  }
  .header .navi-menu-list-item-home {
    display: block;
  }
  .header .navi-menu-list-item-link, .header .navi-menu-list-item-title {
    width: 100%;
    text-align: left;
  }
  .header .navi-menu-list-item-title:after {
    font-size: 1.5rem;
    padding: 1rem;
    background: white;
    color: var(--c-c-pri);
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50%;
  }
  .header .navi-menu-list-item-list {
    position: relative;
    opacity: 1;
    height: auto;
    display: none;
  }
  .header .navi-menu-list-item.open .navi-menu-list-item-title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
.header .navi.open {
  right: 0;
}
@media only screen and (max-width: 769px) {
  .footer {
    padding-bottom: 13.52vw;
  }
}

.common-content .content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.common-content .content-list-item {
  position: relative;
  margin-bottom: 2rem;
  width: min(50% - 1rem, 280px);
  height: auto;
}
.common-content .content-list-item-title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(59, 64, 67, 0.86);
  padding: 0.5rem 0;
  color: white;
}
.common-content .content-list-diagnosis {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-content .content-list-diagnosis .free-wall-roof-banner {
  margin-bottom: 2rem;
}

.com-msg {
  background-image: url("../images/icon/logo_trans.png"), url("../images/bg/img_4.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center right, top center;
}
.com-msg img {
  border-radius: 2.5rem;
}
.com-msg-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (max-width: 769px) {
  .com-msg-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.com-msg-img {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .com-msg-img {
    width: 50%;
    margin: 0 auto;
  }
}
.com-msg-body {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  background: white;
  padding: 3rem 2rem;
  border-radius: 2.5rem;
}
.com-msg-body-img {
  width: 100%;
  height: 300px;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 2rem;
}
.com-msg-body-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-msg-body-desc {
  margin-top: 1rem;
}

.common-contact {
  background-image: url("../images/contact_back.png");
  background-size: cover;
  background-position: center left 40%;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .common-contact .txt-deco-1, .common-contact .ttl-4-ja {
    letter-spacing: 0;
  }
}
.common-contact .cnct-text-area {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.common-company .company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.common-company .company-info-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .common-company .company-info-about {
    text-align: center;
  }
}
.common-company .company-info-about-word {
  padding: 1rem 2rem;
  color: var(--c-c-pri);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .common-company .company-info-about-word {
    font-size: 1.8rem;
  }
}
.common-company .company-info-about .company-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .common-company .company-info-about .company-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-company .company-info-about .company-link img {
  width: 4.8rem;
  height: auto;
  margin-right: 1rem;
}
.common-company .company-info-about-address {
  margin-bottom: 1rem;
}
.common-company .company-info-about-desc {
  margin-bottom: 1rem;
}
.common-company .company-info-about-tel {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .common-company .company-info-about-tel {
    font-size: 2.5rem;
  }
}
.common-company .company-info-map {
  width: min(500px, 100%);
}
.common-company .company-info-map iframe {
  height: 100%;
  width: 100%;
}

.common-area .area {
  background: white;
  border-radius: 2.4rem;
  width: 70%;
  padding: calc(var(--c-p-tb) / 2) calc(var(--c-p-rl));
}
@media only screen and (max-width: 769px) {
  .common-area .area {
    width: 100%;
  }
}
.common-area .area-dec-ttl {
  background: var(--c-c-sec);
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
}
.common-area .area-dec-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1rem 0;
}
.common-area .area-dec-lst-chd {
  font-weight: bold;
}
.common-area .area-img {
  position: absolute;
  right: 0;
  top: -15%;
  width: 370px;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .common-area .area-img {
    position: unset;
    width: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.footer-navi {
  background-color: var(--c-c-black);
}
.footer-navi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: white;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.footer-navi-list-item {
  padding: 0 1rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-navi-list-item-link, .footer-navi-list-item-title {
  padding: 1rem;
  font-weight: 700;
  border-bottom: 0.1rem solid white;
}
.footer-navi-list-item-link {
  display: block;
}
.footer-navi-list-item-list {
  margin-top: 0.5rem;
}
.footer-navi-list-item-list-item {
  padding: 0.5rem 1rem;
}
.footer-navi-list-item-list-item-link {
  font-size: 1.4rem;
}

.common-copyright {
  background-color: var(--c-c-black);
  padding: 1rem;
}
.common-copyright .copyright {
  text-align: center;
  color: white;
  font-size: 1.4rem;
}

.footer-fix {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.footer-fix > * {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer-fix.show > * {
  opacity: 1;
}
.footer-fix .fix-page-top {
  position: relative;
  height: 5rem;
}
.footer-fix .fix-page-top-button {
  height: 5rem;
  width: 5rem;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  background: #8A8A8A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.footer-fix .fix-page-top-button:before {
  content: "";
  height: 1rem;
  width: 1rem;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid;
  border-color: white;
  -webkit-transform: translateY(20%) rotate(-45deg);
      -ms-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 769px) {
  .footer-fix .fix-page-top-button {
    right: 0;
    bottom: 0;
  }
}
.footer-fix .fix-contact {
  display: none;
  background: white;
  font-size: 1.4rem;
  color: white;
}
@media only screen and (max-width: 769px) {
  .footer-fix .fix-contact {
    display: block;
  }
}
.footer-fix .fix-contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-fix .fix-contact-list-item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-fix .fix-contact-list-item-tel, .footer-fix .fix-contact-list-item-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  width: 100%;
  gap: 0.1rem;
}
.footer-fix .fix-contact-list-item-tel img, .footer-fix .fix-contact-list-item-mail img {
  width: 3vw;
  margin-right: 0.5rem;
}
.footer-fix .fix-contact-list-item-tel p, .footer-fix .fix-contact-list-item-mail p {
  font-size: 0.9em;
}
.footer-fix .fix-contact-list-item-tel {
  background: var(--c-c-sec);
  position: relative;
  padding-left: 0.5rem;
}
.footer-fix .fix-contact-list-item-tel:before {
  content: "";
  background-image: url("../images/button/contact_girl.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 11vw;
  height: 9.7vw;
  background-size: contain;
  left: -1rem;
  bottom: 0;
}
.footer-fix .fix-contact-list-item-tel-tap {
  letter-spacing: 0;
}
.footer-fix .fix-contact-list-item-tel-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4em;
}
.footer-fix .fix-contact-list-item-tel-desc {
  font-size: 0.7em !important;
  letter-spacing: 0;
}
.footer-fix .fix-contact-list-item-mail {
  background: var(--c-c-pri);
}
.footer-fix .fix-contact-list-item-mail-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
  font-size: 0.9em;
}
.footer-fix .fix-contact-list-item-mail-contact img {
  width: 3.5vw;
}

/*
 * sectionタグ
 */
.sec {
  padding-top: var(--c-p-tb);
  padding-bottom: var(--c-p-tb);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .sec:not(.sec-child) > * {
    padding-left: var(--c-p-rl);
    padding-right: var(--c-p-rl);
  }
}
.sec-hdr {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
.sec-hdr.over {
  max-width: 100%;
}
.sec-in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-in + .sec-in {
  margin-top: var(--c-m-b);
}
.sec-in.over {
  max-width: 100%;
}
.sec-in .sec-box {
  padding: var(--c-p-tb) var(--c-p-rl);
  border-radius: 2.5rem;
  background-color: #FFFFFF;
}
.sec-in .sec-box.line-pri {
  border: 0.5rem solid var(--c-c-pri);
}
.sec-in .sec-box.line-sec {
  border: 0.5rem solid var(--c-c-sec);
}
.sec-in .sec-box.blur {
  background: rgba(255, 255, 255, 0.3882352941);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.sec-in-body {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: calc(var(--c-p-tb) / 2);
  padding-bottom: calc(var(--c-p-tb) / 2);
}
.sec-in-desc {
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--c-m-b);
}
@media only screen and (max-width: 769px) {
  .sec-in-desc {
    text-align: left;
  }
}
.sec-ftr {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: var(--c-p-tb);
}
.sec-1 {
  padding-left: var(--c-p-rl);
  padding-right: var(--c-p-rl);
}
.sec-1.line {
  --color:var(--c-c-black);
}
.sec-1.line > .sec-hdr, .sec-1.line-sec > .sec-hdr, .sec-1.line-thd > .sec-hdr, .sec-1.line-black > .sec-hdr {
  border: 0.5rem solid var(--color);
  border-bottom: none;
}
.sec-1.line > .sec-in, .sec-1.line-sec > .sec-in, .sec-1.line-thd > .sec-in, .sec-1.line-black > .sec-in {
  border: 0.5rem solid var(--color);
  border-top: none;
}
.sec-1.line-sec {
  --color: var(--c-c-sec);
}
.sec-1.line-thd {
  --color: var(--c-c-thd);
}
.sec-1 .sec-hdr {
  border-radius: 2.4rem 2.4rem 0 0;
  padding: 2rem 0;
  text-align: center;
}
.sec-1 .sec-in {
  border-radius: 0 0 2.4rem 2.4rem;
  background-color: white;
  padding: var(--c-p-tb) var(--c-p-rl);
}
.sec-sub-page-top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.sec-sub-page-top .sec-box {
  --size: 28rem;
  background-image: url("../images/icon/logo_trans.png");
  background-repeat: no-repeat;
  background-position: -1rem -1rem;
  background-size: var(--size) auto;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .sec-sub-page-top .sec-box {
    --size: 17rem;
  }
}
.sec-sub-page-top .sec-box > *:not(:first-child) {
  margin-top: 1.5rem;
}
.sec-sub-page-top-ttl {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: var(--c-c-pri);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .sec-sub-page-top-ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 769px) {
  .sec-sub-page-top-ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 769px) {
  .sec-sub-page-top-dec {
    text-align: left;
  }
}

.section {
  padding: 3rem 2rem;
}
.section-over {
  padding-left: 0;
  padding-right: 0;
}
.section-over-2 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 769px) {
  .section-over-2 {
    padding: 3rem 2rem;
  }
}
.section--gray {
  background-color: #ECECEC;
}
.section--blue {
  background-color: #E2F3FF;
}
.section--orange {
  background-image: url("../images/bg/bg_paint_orange.png");
  background-repeat: repeat;
}
.section-title {
  margin: 0 auto 3rem;
  text-align: center;
}
.section-title > span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .section-title > span {
    font-size: 2rem;
  }
}
.section-title > span.color-red {
  color: #FF2929;
}
.section-title > span.color-blue {
  color: #D59D0D;
}
.section-title-box {
  border: 0.5rem solid;
  padding: 1.5rem 1rem;
  max-width: min(100%, 580px);
  width: 100%;
}
.section-title-box-white {
  background-color: white;
}
.section-title-tb {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
  padding: 1.5rem 1rem;
  margin: -3rem -2rem auto;
  max-width: 100vw;
  overflow: hidden;
}
.section-description {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .section-description {
    text-align: left;
  }
}
.section-body {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-body-inner {
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}
.section-body-medium {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-body-over {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-body-over-inner {
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}

.button-area {
  text-align: center;
}

.button {
  position: relative;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: min(480px, 100%);
  padding: 2rem 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 2.5rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .button {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .button {
    width: 100%;
  }
}
.button-com-1 {
  color: white;
  border: solid 0.3rem white;
}
.button-w--max {
  width: 100%;
}
.button-size--medium, .button-size-m {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.button-size--small, .button-size-s {
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.button::after {
  content: "→";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 1.2rem;
}
.button-pri {
  background-color: var(--c-c-pri);
}
.button-sec {
  background-color: var(--c-c-sec);
}
.button-red {
  background-color: #FF2929;
}
.button-green {
  background-color: var(--c-c-sec);
}
.button-blue {
  background-color: #D59D0D;
}
.button-white {
  background-color: white;
}
.button-black {
  background-color: var(--c-c-black);
}
.button-line-sec {
  border: 0.3rem solid var(--c-c-sec);
}
.button-tel, .button-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .button-tel, .button-mail {
    width: 100%;
  }
}
.button-tel-image, .button-mail-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .button-tel-image > img, .button-mail-image > img {
    width: 6vw;
  }
}
.button-tel {
  background-color: var(--c-c-sec);
}
.button-tel-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .button-tel-text {
    padding: 0 1rem;
  }
}
.button-tel-text-no {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 769px) {
  .button-tel-text-no {
    font-size: 2.5rem;
  }
}
.button-tel-text-desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.button-tel::after {
  content: "";
}
.button-mail {
  background-color: #ff7d19;
}
.button-mail-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-mail-text-desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.button-mail-text-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .button-mail-text-title {
    font-size: 2rem;
  }
}
.button-mail::after {
  position: unset;
  top: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.tel_contact_image_button {
  margin: 2rem auto;
}

.mail-contact-button {
  margin: 2rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.speech-bubble, .ttl-sb {
  --sb-color: var(--c-c-pri);
  --border-width: 2rem;
  --mb: calc(var(--c-m-b) + 2rem);
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto var(--mb);
  padding: 2rem 1rem;
  background: var(--sb-color);
  color: white;
  border-radius: 1.2rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .speech-bubble, .ttl-sb {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .speech-bubble, .ttl-sb {
    width: 100%;
  }
}
.speech-bubble:before, .ttl-sb:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  border: var(--border-width) solid transparent;
  border-top-color: var(--sb-color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.speech-bubble-big, .ttl-sb-big {
  width: min(100%, 1000px);
}
.speech-bubble-c-pri, .ttl-sb-c-pri {
  --sb-color: var(--c-c-pri);
}
.speech-bubble-c-sec, .ttl-sb-c-sec {
  --sb-color: var(--c-c-sec);
}
.speech-bubble-c-thd, .ttl-sb-c-thd {
  --sb-color: var(--c-c-thd);
}
.speech-bubble-c-red, .ttl-sb-c-red {
  --sb-color: #FF2929;
}
.speech-bubble.rect, .ttl-sb.rect {
  border-radius: 0;
}

.sb2 {
  --line-widht: 2rem;
  color: var(--c-c-pri);
  border: 0.3rem solid var(--c-c-pri);
  border-bottom: 0.6rem solid var(--c-c-pri);
  position: relative;
  padding: 0.5rem 3rem;
  border-radius: 24rem;
  background: white;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto calc(var(--line-widht) + 1rem);
}
.sb2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: traslateX(-50%) rotate(-20deg);
      -ms-transform: traslateX(-50%) rotate(-20deg);
          transform: traslateX(-50%) rotate(-20deg);
  border-left: 0.3rem solid var(--c-c-pri);
  height: var(--line-widht);
}

.ttl-c {
  text-align: center;
  color: var(--c-c-pri);
  margin-bottom: var(--c-m-b);
}
.ttl-1 {
  position: relative;
  text-align: center;
  margin-bottom: var(--c-m-b);
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .ttl-1 {
    font-size: 2.5rem;
  }
}
.ttl-1-str {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1;
  position: relative;
  margin-bottom: -0.5rem;
  display: block;
}
@media only screen and (max-width: 769px) {
  .ttl-1-str {
    font-size: 3rem;
  }
}
.ttl-1-str-en {
  letter-spacing: 0;
  font-size: 3em;
  color: #ECECEC;
  font-weight: 900;
}
@media only screen and (max-width: 769px) {
  .ttl-1-str-en {
    font-size: 2.6em;
  }
}
.ttl-1-str-ja {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.ttl-1:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(11.4434330299vw, 88px);
  height: min(2.0806241873vw, 16px);
  background-image: url("../images/deco/deco_1.png");
}
.ttl-2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--c-m-b);
}
@media only screen and (max-width: 769px) {
  .ttl-2 {
    font-size: 2rem;
  }
}
.ttl-2:before, .ttl-2:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(5.0715214564vw, 39px);
  height: min(5.2015604681vw, 40px);
}
.ttl-2:before {
  background-image: url("../images/deco/deco_2_l.png");
  margin-right: 1.5rem;
}
.ttl-2:after {
  background-image: url("../images/deco/deco_2_r.png");
  margin-left: 1.5rem;
}
.ttl-3 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: var(--c-m-b);
}
@media only screen and (max-width: 769px) {
  .ttl-3 {
    font-size: 3rem;
  }
}
.ttl-3-en {
  display: block;
  font-weight: 900;
}
.ttl-4 {
  text-align: center;
  margin-bottom: var(--c-m-b);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .ttl-4 {
    font-size: 3rem;
  }
}
.ttl-4-ja {
  font-size: 1em;
  display: block;
}
.ttl-4-en {
  display: block;
  font-size: 2em;
  color: var(--c-c-pri);
  font-weight: 900;
}
.ttl-4-en.mini {
  font-size: 1.6em;
}
.ttl-4:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(11.4434330299vw, 88px);
  height: min(2.0806241873vw, 16px);
  background-image: url("../images/deco/deco_1.png");
}
.ttl-5 {
  text-align: center;
  margin-bottom: var(--c-m-b);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .ttl-5 {
    font-size: 3rem;
  }
}
.ttl-5:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 2rem auto 0;
  width: min(11.4434330299vw, 88px);
  height: min(2.0806241873vw, 16px);
  background-image: url("../images/deco/deco_1.png");
}
.title-common-2 {
  background-image: url("../images/deco/title_ul_slash_orange.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}
@media only screen and (max-width: 769px) {
  .title-common-2 {
    background-size: 38vw;
    padding-bottom: 2rem;
  }
}
.title-common-2:before, .title-common-2:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: min(5.0715214564vw, 39px);
  height: min(5.2015604681vw, 40px);
}
.title-common-2:before {
  background-image: url("../images/deco/deco_2_l.png");
  margin-right: 1.5rem;
}
.title-common-2:after {
  background-image: url("../images/deco/deco_2_r.png");
  margin-left: 1.5rem;
}
.title-common-3 {
  background-image: url("../images/deco/title_ul_slash_black.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .title-common-3 {
    background-size: 38vw;
    padding-bottom: 1.5rem;
  }
}

.title-under-line {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}
.title-under-line:before {
  position: absolute;
  border-bottom: 0.5rem solid var(--c-c-sec);
  left: 50%;
  bottom: -25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  content: "";
}

.bg-color-light-gray {
  background-color: #ECECEC;
}

.bg-color-white {
  background-color: white;
}

.bg-img-1 {
  background-image: url("../images/bg/about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
.bg-img-2 {
  background-image: url("../images/bg/img_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
}
.bg-img-3 {
  background-image: url("../images/bg/img_3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-img-4 {
  background-image: url("../images/bg/img_4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-com-1 {
  background-image: url("../images/bg/com_1.png");
}
.bg-com-2 {
  background-image: url("../images/bg/com_2.png");
}
.bg-com-3 {
  background-image: url("../images/bg/com_3.png");
}
.bg-gray-1 {
  background-image: url("../images/bg/gray_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.bg-wide-1 {
  background-image: url("../images/bg/wide_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg-light-orange {
  background-color: #ffe8d7;
}
.bg-red {
  background-color: #FF2929;
}
.bg-green {
  background-color: var(--c-c-sec);
}
.bg-wall {
  background-color: var(--c-c-pri);
}
.bg-roof {
  background-color: var(--c-c-sec);
}
.bg-waterproof {
  background-color: var(--c-c-thd);
}
.bg-img-02 {
  background-image: url("../images/bg/bg_2.png");
  background-size: cover;
  background-position: center left 40%;
}
.bg-orange {
  background-image: url("../images/bg/bg_paint_orange.png");
  background-repeat: repeat;
}
.bg-gray {
  background-image: url("../images/bg/bg_paint_gray.png");
  background-repeat: repeat;
}

.-breadcrumb .content__body {
  padding: 1rem !important;
}
.-breadcrumb .breadcrumb {
  display: block;
  color: var(--c-c-black);
}
.-breadcrumb .breadcrumb__item {
  display: inline;
  position: relative;
  padding-right: 2.4rem;
  margin-right: 0.8rem;
}
.-breadcrumb .breadcrumb__item::before {
  content: ">";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-breadcrumb .breadcrumb__item:last-child {
  margin-right: 0;
  padding-right: 0;
  color: var(--c-c-black);
}
.-breadcrumb .breadcrumb__item:last-child::before {
  content: normal;
}
.sub-page-header {
  position: relative;
  padding: 3rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.sub-page-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.sub-page-header-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(59, 64, 67, 0.48);
}
.sub-page-header-text {
  position: relative;
  color: white;
  z-index: 2;
}
.sub-page-header-text-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .sub-page-header-text-title {
    font-size: 3rem;
  }
}
.sub-page-header-text-sub {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .sub-page-header-text-sub {
    font-size: 2rem;
  }
}
.sub-page-top {
  padding: 2rem 1rem;
}
.sub-page-top-container {
  max-width: 100%;
  margin: 0 auto;
  width: 1200px;
}
.sub-page-top-image {
  max-width: 100%;
}
.sub-page-top-section {
  background-color: white;
  padding: 2rem 1rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1.6rem -0.6rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 1.6rem -0.6rem rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -10%;
}
@media only screen and (max-width: 1024px) {
  .sub-page-top-section {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 0;
  }
}
.sub-page-top-section-title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .sub-page-top-section-title {
    font-size: 2.5rem;
  }
}
.sub-page-top-section-title:after {
  content: url("../images/deco/title_ul_orange.png");
  display: block;
  line-height: 0;
  margin-top: 0.5rem;
}
.sub-page-top-section-desc {
  line-height: 2;
}
@media only screen and (max-width: 769px) {
  .sub-page-top-section-desc {
    text-align: left;
  }
}

.art {
  display: block;
  max-width: 100%;
  width: calc(1180px + 8rem);
  background: white;
  margin: 0 auto 3rem;
  padding: 6rem 4rem;
  font-size: 1.8rem;
  line-height: 2;
  border-radius: 2.4rem;
  border: 0.5rem solid var(--c-c-pri);
  /*
   *　
   */
}
@media only screen and (max-width: 769px) {
  .art {
    padding: 3rem 2rem;
    font-size: 1.6rem;
    border-radius: 0;
    border: none;
  }
}
.art * {
  max-width: 100%;
}
.art > * {
  margin-bottom: 3rem;
}
.art h2 {
  background-color: var(--c-c-pri);
  color: white;
  padding: 1rem 1rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: left;
}
.art h3, .art .txt-deco-1, .art .ttl-4-ja {
  color: var(--c-c-pri);
  border-top: 0.5rem solid var(--c-c-pri);
  border-bottom: 0.5rem solid var(--c-c-pri);
  padding: 1rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.art h4 {
  border-left: 1rem solid var(--c-c-sec);
  padding: 0.3rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.art ul li {
  list-style: inside;
}
.art ol li {
  list-style: decimal inside;
}
.art a:not(.button) {
  text-decoration: underline;
  color: #00689b;
}
.art #toc_container {
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  border-top: 0.3rem solid var(--c-c-sec);
  border-bottom: 0.3rem solid var(--c-c-sec);
  border-left: 0.1rem solid #ECECEC;
  border-right: 0.1rem solid #ECECEC;
}
.art img, .art iframe, .art .wp-video {
  margin: 1rem auto;
  display: block;
  max-width: 100%;
}
.art img {
  width: auto;
}
.art-ttl {
  margin-bottom: 1.5rem;
}
.art-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  margin-bottom: 1.5rem;
}
.art-date {
  font-weight: 700;
}
.art table {
  margin: 1rem auto;
}
.art th, .art td {
  border: 0.1rem solid #ECECEC;
  padding: 1rem;
  vertical-align: middle;
}
.art th {
  background-color: var(--c-c-sec);
  color: white;
  text-align: center;
}
.art .tbl-1 {
  width: 100%;
}
.art .tbl-1 th {
  width: 30%;
}
.art .tbl-1 td {
  width: 70%;
}
.art .subsidy-city-list {
  width: 100%;
  max-width: 700px;
}
.art .subsidy-city-list td {
  text-align: center;
}
.art .subsidy-contact {
  margin-top: 2rem;
  background-color: var(--c-c-lht-thd);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  gap: 0.5rem;
}

.art-footer {
  background-color: #ECECEC;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.art-footer-navi {
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.art-footer-navi .navi-article {
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  background-color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .art-footer-navi .navi-article {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.art-footer-navi .navi-article-prev {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.art-footer-navi .navi-article-prev .navi-article-header:before {
  content: "<";
  margin-right: 1rem;
  background-color: var(--c-c-black);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}
.art-footer-navi .navi-article-next {
  margin-left: auto;
}
.art-footer-navi .navi-article-next .navi-article-header {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.art-footer-navi .navi-article-next .navi-article-header:after {
  content: ">";
  margin-left: 1rem;
  background-color: var(--c-c-black);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}
.art-footer-navi .navi-article-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.art-footer-navi .navi-article-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
.art-footer-navi .navi-article-desc img {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.art-footer-navi .navi-article-desc-data {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  width: 70%;
  max-width: 70%;
  padding: 0 0.5rem;
}
.art-footer-navi .navi-article-desc-data-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.art-footer-navi .navi-article-desc-data-area {
  font-size: 1.4rem;
  color: #8A8A8A;
}
.art-footer-navi .button-area {
  width: 100%;
}

.-single-page .article-header {
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  max-width: calc(100% - 2rem);
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.-single-page .article-header-title {
  border: 0.5rem solid;
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .-single-page .article-header-title {
    font-size: 2.5rem;
  }
}
.-single-page .article-header-title-area {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8A8A8A;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .-single-page .article-header-title-area {
    font-size: 2rem;
  }
}
.-single-page .article-header-time-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.-single-page .article-header-time-category time {
  margin-right: 1rem;
}
.-single-page .article-header-thumbnail {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.-single-page .article-header-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.-single-page .article-body {
  padding: 2rem 0;
  max-width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}
.-single-page .article-body * {
  max-width: 100% !important;
}
.-single-page .article-footer {
  background-color: #ECECEC;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.-single-page .article-footer-navi {
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.-single-page .article-footer-navi .navi-article {
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  background-color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .-single-page .article-footer-navi .navi-article {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.-single-page .article-footer-navi .navi-article-prev {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.-single-page .article-footer-navi .navi-article-prev .navi-article-header:before {
  content: "<";
  margin-right: 1rem;
  background-color: var(--c-c-black);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}
.-single-page .article-footer-navi .navi-article-next {
  margin-left: auto;
}
.-single-page .article-footer-navi .navi-article-next .navi-article-header {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.-single-page .article-footer-navi .navi-article-next .navi-article-header:after {
  content: ">";
  margin-left: 1rem;
  background-color: var(--c-c-black);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}
.-single-page .article-footer-navi .navi-article-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.-single-page .article-footer-navi .navi-article-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
.-single-page .article-footer-navi .navi-article-desc img {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}
.-single-page .article-footer-navi .navi-article-desc-data {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  width: 70%;
  max-width: 70%;
  padding: 0 0.5rem;
}
.-single-page .article-footer-navi .navi-article-desc-data-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.-single-page .article-footer-navi .navi-article-desc-data-area {
  font-size: 1.4rem;
  color: #8A8A8A;
}
.-single-page .article-footer-navi .button-area {
  width: 100%;
}

.form-condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.form-condition-group {
  border-radius: 0.8rem;
  background: white;
  overflow: hidden;
  border: 0.3rem solid var(--c-c-sec);
}
.form-condition-group--width-30 {
  -webkit-flex-basis: calc(33.3% - 1.33rem);
      -ms-flex-preferred-size: calc(33.3% - 1.33rem);
          flex-basis: calc(33.3% - 1.33rem);
  width: calc(33.3% - 1.33rem);
  max-width: calc(33.3% - 1.33rem);
}
@media only screen and (max-width: 769px) {
  .form-condition-group--width-30 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.form-condition-group--width-full {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.form-condition-group-title {
  background: var(--c-c-sec);
  color: white;
  padding: 1rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .form-condition-group-title {
    font-size: 1.8rem;
  }
}
.form-condition-group-body {
  padding: 1rem 1rem;
}
.form-condition-group-radio, .form-condition-group-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.form-condition-group-radio-item, .form-condition-group-drop-item {
  text-align: center;
}
.form-condition-group-radio-item {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 1.4rem;
  width: 280px;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  border: 0.2rem solid var(--c-c-black);
}
@media only screen and (max-width: 769px) {
  .form-condition-group-radio-item {
    width: calc(50% - 0.5rem);
  }
}
.form-condition-group-radio-item--width-half {
  width: calc(50% - 0.5rem);
}
.form-condition-group-radio-item.active {
  background: var(--c-c-black);
  color: white;
}
.form-condition-group-drop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.4rem;
}
.form-condition-group-drop-item--width-half {
  width: calc(50% - 0.5rem);
}
.form-condition-group-drop-item.open {
  width: 100%;
}
.form-condition-group-drop-item.open .form-condition-group-drop-item-trigger {
  background: var(--c-c-black);
  color: white;
}
.form-condition-group-drop-item.open .form-condition-group-drop-item-trigger:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.form-condition-group-drop-item-trigger {
  position: relative;
  background: white;
  padding: 0.5rem 3rem 0.5rem 1rem;
  max-width: 100%;
  width: 380px;
  text-align: center;
  border-radius: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0.2rem solid var(--c-c-black);
}
@media only screen and (max-width: 769px) {
  .form-condition-group-drop-item-trigger {
    width: 100%;
  }
}
.form-condition-group-drop-item-trigger:hover {
  opacity: 0.8;
}
.form-condition-group-drop-item-trigger:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "▼";
  position: absolute;
  font-size: 1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-condition-group-drop-item-switch {
  display: none;
}
.form-condition-group-drop-item-switch-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.form-condition-group-drop-item-switch-list-item {
  background: white;
  border-radius: 1.4rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 200px;
  max-width: calc(50% - 0.5rem);
  border: 0.2rem solid var(--c-c-black);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (max-width: 769px) {
  .form-condition-group-drop-item-switch-list-item {
    width: 100%;
  }
}
.form-condition-group-drop-item-switch-list-item.active {
  background: var(--c-c-black);
  color: white;
}

.archive .condition .section-body-medium {
  border-radius: 0.8rem;
}
.archive .conditions {
  max-width: 83.3333333333%;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .archive .conditions {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.archive .conditions .condition-group:not(:last-child) {
  margin-bottom: 1rem;
}
.archive .conditions .condition-group-title {
  border-left: 1rem solid var(--c-c-pri);
  padding-left: 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .archive .conditions .condition-group-title {
    font-size: 2rem;
  }
}
.archive .conditions .condition-group-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive .conditions .condition-group-radio-item {
  background: white;
  border: 0.1rem solid var(--c-c-black);
  border-radius: 1.4rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.archive .conditions .condition-group-radio-item.active {
  background: var(--c-c-black);
  color: white;
}

.ti-widget.ti-goog .ti-review-content .ti-inner {
  line-height: 1.4 !important;
  font-size: 1.5rem !important;
}

.deco_line1 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, yellow));
  background: linear-gradient(transparent 65%, yellow 50%);
}

.deco_quest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  color: var(--c-c-sec);
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .deco_quest {
    font-size: 1.8rem;
  }
}
.deco_quest:before {
  content: "Q";
  margin-right: 1rem;
}

.deco_ans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 1rem 0;
}
.deco_ans:before {
  content: "A";
  margin-right: 1rem;
  color: #FF2929;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .deco_ans:before {
    font-size: 1.8rem;
  }
}

strong {
  font-weight: 900;
}

.c-pri, .common-company .company-info-about {
  color: var(--c-c-pri);
}
.c-sec {
  color: var(--c-c-sec);
}
.c-third {
  color: var(--c-c-thd);
}
.c-white {
  color: #FFFFFF;
}
.c-red {
  color: #FF2929 !important;
}
.c-black {
  color: var(--c-c-black);
}

.bc-pri, .top-diag .diag-lst-chd-ttl {
  background-color: var(--c-c-pri);
}
.bc-sec {
  background-color: var(--c-c-sec);
}
.bc-light-sec {
  background-color: var(--c-c-lht-sec) !important;
}
.bc-third {
  background-color: var(--c-c-thd);
}
.bc-light-third {
  background-color: var(--c-c-lht-thd);
}
.bc-black {
  background-color: var(--c-c-black);
}
.bc-gaiheki {
  background-color: var(--c-c-pri);
}
.bc-yane {
  background-color: var(--c-c-sec);
}
.bc-reform {
  background-color: var(--c-c-thd);
}

.red {
  color: #FF2929;
}

.c-blue {
  color: #D59D0D;
}

.fs-xl {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 769px) {
  .fs-xl {
    font-size: 3rem;
  }
}

.fs-l {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  .fs-l {
    font-size: 2.5rem;
  }
}

.fs-md {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .fs-md {
    font-size: 2rem;
  }
}

.fs-rb {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .fs-rb {
    font-size: 1.8rem;
  }
}

.fs-r {
  font-size: 1.6rem;
  font-weight: 500;
}

.fs-s {
  font-size: 1.4rem;
}

.border-rad-no {
  border-radius: 0;
}

.check-icon {
  font-size: 1.6rem;
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 0.2em solid var(--c-c-sec);
  border-radius: 0.1rem;
  display: inline-block;
}
.check-icon::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0.1em;
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid;
  border-left: 0.2em solid;
  border-color: var(--c-c-sec);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.br-pc {
  display: block;
}
@media only screen and (max-width: 769px) {
  .br-pc {
    display: none;
  }
}
.br-sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
}

.f-mincho {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.txt-deco-1, .ttl-4-ja {
  position: relative;
  padding: 0.2em 0.5em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.txt-deco-1:before, .ttl-4-ja:before, .txt-deco-1:after, .ttl-4-ja:after {
  content: "";
  position: absolute;
  top: 0.2em;
  height: 1em;
}
.txt-deco-1:before, .ttl-4-ja:before {
  border-left: solid 0.3rem;
  left: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  border-color: var(--c-c-thd);
}
.txt-deco-1:after, .ttl-4-ja:after {
  border-right: solid 0.3rem;
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  border-color: var(--c-c-thd);
}

.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .txt-l-sp {
    text-align: left;
  }
}
.txt-r {
  text-align: right;
}

.mrg-btm-no {
  margin-bottom: 0 !important;
}

*.no-pad {
  padding: unset;
}
*.no-pad-t {
  padding-top: unset;
}
*.no-pad-b {
  padding-bottom: unset;
}
*.no-pad-lr {
  padding-left: unset !important;
  padding-right: unset !important;
}

.com-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.com-flex-jc-ac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tbl-1 {
  width: 100%;
}
.tbl-1 th {
  width: 30%;
}
.tbl-1 td {
  width: 70%;
}

.tbl, .top-area-about table {
  margin: 1rem auto;
  width: 100%;
}
.tbl th, .top-area-about table th, .tbl td, .top-area-about table td {
  border: 0.1rem solid #ECECEC;
  padding: 1rem;
  vertical-align: middle;
}
.tbl th, .top-area-about table th {
  background-color: var(--c-c-sec);
  color: white;
  text-align: center;
  width: 30%;
}
.tbl td, .top-area-about table td {
  width: 70%;
}

.category {
  color: #FFFFFF !important;
  padding: 0.1rem 0.8rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 769px) {
  .category {
    font-size: 1.3rem;
  }
}
.category-big {
  padding: 0.3rem 1.5rem;
  letter-spacing: 0.1em;
}
.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3em;
}
.category-info {
  min-width: 140px;
}
@media only screen and (max-width: 769px) {
  .category-info {
    min-width: 28.61vw;
  }
}
.category-works {
  background-color: #FF2929;
}
.category-works--wall {
  background-color: var(--c-c-sec);
}
.category-works--roof {
  background-color: var(--c-c-sec);
}
.category-works--waterproof {
  background-color: var(--c-c-thd);
}
.category-voice {
  background-color: var(--c-c-sec);
}
.category-news {
  background-color: var(--c-c-pri);
}
.category-blog {
  background-color: #D59D0D;
}
.category-columns {
  background-color: #9b4d00;
}
.category-tag {
  background-color: #8A8A8A;
}

.top-image {
  --header-padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: all var(--header-trans-duration) ease-in-out;
  transition: all var(--header-trans-duration) ease-in-out;
  top: var(--header-padding-top);
  /*スクロールダウン全体の場所*/
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
body.--scrolled .top-image {
  --header-padding-top: var(--header);
  height: calc(100vh - var(--header-padding-top));
  height: calc(100dvh - var(--header-padding-top));
}
.top-image__image {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.top-image__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-image__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  text-shadow: #000 0.1rem 0 1rem;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre;
}
@media only screen and (max-width: 769px) {
  .top-image__caption {
    font-size: 2.5rem;
  }
}
.top-image__caption > p {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .top-image__caption > p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 769px) {
  .top-image__caption > p {
    font-size: 7vw;
  }
}
.top-image .top-image__scroll {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 7.5%;
  /*全体の高さ*/
  z-index: 2;
}
.top-image .top-image__scroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 0.2rem;
  height: 3rem;
  background: white;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
.top-image .top-image__scroll span {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  color: #eee;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: sans-serif;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}
.top-image__cover {
  display: none;
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-about .sec-box {
  --size: 28rem;
  background-image: url("../images/icon/logo_trans.png");
  background-repeat: no-repeat;
  background-position: -1rem -1rem;
  background-size: var(--size) auto;
  background-color: rgba(255, 255, 255, 0.85);
  width: 46.875vw;
}
@media only screen and (max-width: 1024px) {
  .top-about .sec-box {
    width: unset;
    margin-bottom: 24rem;
  }
}
@media only screen and (max-width: 769px) {
  .top-about .sec-box {
    --size: 17rem;
    margin-bottom: 15rem;
  }
}
@media only screen and (max-width: 769px) {
  .top-about .sec-box h2 {
    font-size: 2.4rem;
  }
}
.top-about .sec-box > *:not(:first-child) {
  margin-top: 1.5rem;
}
.top-about .sec-box .button {
  color: var(--c-c-pri);
  border: 0.3rem solid;
  background-color: white;
}
.top-about-img {
  --img-size: 54rem;
  --desc-posi: 18%;
  position: absolute;
  bottom: 0;
  right: 13%;
}
@media only screen and (max-width: 1024px) {
  .top-about-img {
    left: 10%;
    right: auto;
  }
}
@media only screen and (max-width: 769px) {
  .top-about-img {
    --img-size: 24rem;
    --desc-posi: 0;
  }
}
.top-about-img-con {
  position: relative;
}
.top-about-img-con img {
  width: var(--img-size);
}
.top-about-img-con-desc {
  position: absolute;
  left: calc(var(--img-size) - 5rem);
  top: var(--desc-posi);
  word-break: keep-all;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.top-about-img-con-desc p {
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: white 0.1rem 0 0;
}
.top-about-img-con-desc:after, .top-about-img-con-desc:before {
  content: "";
  display: block;
}
.top-about-img-con-desc:before {
  padding-bottom: 1rem;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  border-top: solid 0.2rem black;
}
.top-about-img-con-desc:after {
  padding-top: 1rem;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-bottom: solid 0.2rem black;
}
.top-about-img-con-name {
  position: absolute;
  left: calc(var(--img-size) + 0.5rem);
  display: block;
  bottom: 10%;
  background: white;
  border-radius: 2.5rem;
  padding: 0.5rem 1rem;
  width: 20rem;
  text-align: center;
  border: 0.2rem solid;
}
.top-medal {
  background: url("../images/medal/medal_bg.png");
  background-size: cover;
}
.top-medal .sec-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-medal-img {
  width: 20%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .top-medal-img {
    width: 33.3%;
  }
}
.top-info .sec-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  .top-info .sec-box > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .top-info .sec-box > *:first-child {
    margin-bottom: 3rem;
  }
}
.top-info-news {
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
}
.top-info-news-list {
  margin-bottom: 3rem;
}
.top-info-news-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #8A8A8A;
}
.top-info-news-list-item article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-info-news-list-item article .article__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.top-info-news-list-item article h3, .top-info-news-list-item article .txt-deco-1, .top-info-news-list-item article .ttl-4-ja {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.top-info-facebook {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  width: 40%;
  max-width: 40%;
  min-height: 384px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-info-facebook .fb-page {
  width: 100%;
  height: 100%;
}
.top-works-person {
  position: relative;
}
.top-works-person img {
  position: absolute;
  bottom: -1rem;
}
.top-works-person-l {
  left: 2rem;
  width: 309px;
}
@media only screen and (max-width: 769px) {
  .top-works-person-l {
    left: 0;
    width: 26vw;
  }
}
.top-works-person-r {
  right: 2rem;
  width: 338px;
}
@media only screen and (max-width: 769px) {
  .top-works-person-r {
    right: 0;
    width: 29vw;
  }
}
@media only screen and (max-width: 769px) {
  .top-diag .sec-in {
    width: 100%;
    padding: 0;
  }
}
.top-diag .diag {
  margin-bottom: 3rem;
}
.top-diag .diag .bg-color-light-gray {
  margin: 0 -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-diag .diag-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 3rem 2rem;
  max-width: 1200px;
}
.top-diag .diag-lst-chd {
  width: calc(25% - 1rem);
  margin: 0.5rem;
  border: 0.1rem solid #ECECEC;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .top-diag .diag-lst-chd {
    width: calc(33.3% - 1rem);
  }
}
@media only screen and (max-width: 769px) {
  .top-diag .diag-lst-chd {
    width: calc(50% - 1rem);
  }
}
.top-diag .diag-lst-chd > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.top-diag .diag-lst-chd-img {
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}
.top-diag .diag-lst-chd-img img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-diag .diag-lst-chd-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  padding: 1rem 0.1rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .top-diag .diag-lst-chd-ttl {
    font-size: 1.8rem;
  }
}
.top-diag .diag-lst-chd-desc {
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-begin:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url("../images/area/top.png") no-repeat center/cover;
  min-height: 600px;
}
@media only screen and (max-width: 769px) {
  .top-begin:before {
    background: url("../images/area/top_sp.png") no-repeat center/cover;
  }
}
@media only screen and (max-width: 769px) {
  .top-begin:before {
    height: 131vw;
  }
}
.top-begin .sec-hdr {
  margin-bottom: var(--c-m-b);
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .top-begin .sec-hdr {
    text-align: left;
  }
}
.top-begin .sec-hdr-container {
  padding: var(--c-p-tb) var(--c-p-rl);
}
.top-begin-list {
  --circle-size: 10rem;
  /* アイコン色・サイズ（背景SVGは固定色。必要なら差し替え） */
  --icon-size: 56%; /* 円に対する相対サイズ */
}
@media only screen and (max-width: 769px) {
  .top-begin-list {
    --circle-size: 8rem;
  }
}
.top-begin-list {
  border-radius: 2.4rem;
  background: var(--c-c-pri);
  position: relative;
  margin-top: calc(var(--circle-size) * 0.5 + 2rem);
  padding: var(--c-p-tb) var(--c-p-rl);
  padding-top: calc(var(--circle-size) * 0.5 + 2rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.top-begin-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0; /* 上端に基準を置く */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 丸の中心を線位置に合わせる */
  width: var(--circle-size);
  height: var(--circle-size);
  background-color: var(--c-c-pri);
  border-radius: 50%;
  z-index: 1; /* 線より背面にして線が丸を横切る */
  pointer-events: none;
  /* アイコン（SVGを背景画像として中央配置） */
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size) var(--icon-size);
  /* 例：チェックアイコン（必要に応じて差し替え） */
  background-image: url("../images/icon/beginner.png");
}
.top-begin-list-item {
  --circle-size-child: calc(var(--circle-size) * 0.8);
  --icon: url("../images/icon/gaihekitosou.png");
}
.top-begin-list-item.--yane-tosou {
  --icon: url("../images/icon/yanetosou.png");
}
.top-begin-list-item.--subsidy {
  --icon: url("../images/icon/subsidy.png");
}
.top-begin-list-item.--hoken {
  --icon: url("../images/icon/hoken.png");
}
.top-begin-list-item.--flow {
  --icon: url("../images/icon/flow.png");
}
.top-begin-list-item.--area {
  --icon: url("../images/icon/area.png");
}
.top-begin-list-item.--tenken-shindan {
  --icon: url("../images/icon/tenkenshindan.png");
}
.top-begin-list-item.--contact {
  --icon: url("../images/icon/gaihekiyanetosou.png");
}
.top-begin-list-item.--sonota {
  --icon: url("../images/icon/sonota.png");
}
.top-begin-list-item {
  background: white;
  border-radius: 2.4rem;
  overflow: hidden;
  width: 80%;
}
@media only screen and (max-width: 769px) {
  .top-begin-list-item {
    width: 100%;
  }
}
.top-begin-list-item-img {
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .top-begin-list-item-img {
    padding-top: 56.45%;
  }
}
.top-begin-list-item-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-begin-list-item-container {
  --border-radius: 4rem;
  --margin-bottom: var(--c-m-b);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  position: relative;
  padding: var(--c-p-tb) var(--c-p-rl);
  padding-top: calc(var(--circle-size-child) * 0.5 + 1rem);
  margin-top: calc(var(--border-radius) * -1);
  background: white;
}
.top-begin-list-item-container:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0; /* 上端に基準を置く */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 丸の中心を線位置に合わせる */
  width: var(--circle-size-child);
  height: var(--circle-size-child);
  background-color: var(--c-c-pri);
  border-radius: 50%;
  z-index: 1; /* 線より背面にして線が丸を横切る */
  pointer-events: none;
  border: 0.5rem solid white;
  /* アイコン（SVGを背景画像として中央配置） */
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size) var(--icon-size);
  /* 例：チェックアイコン（必要に応じて差し替え） */
  background-image: var(--icon);
}
.top-begin-list-item h3, .top-begin-list-item .txt-deco-1, .top-begin-list-item .ttl-4-ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--margin-bottom);
  padding-bottom: var(--margin-bottom);
  background: -webkit-gradient(linear, left top, right top, from(var(--c-c-lht-pri)), color-stop(50%, var(--c-c-pri)));
  background: linear-gradient(90deg, var(--c-c-lht-pri) 0% 50%, var(--c-c-pri) 50%);
  background-repeat: no-repeat;
  background-size: 10rem 0.3rem;
  background-position: bottom;
}
.top-begin-list-item h3 strong, .top-begin-list-item .txt-deco-1 strong, .top-begin-list-item .ttl-4-ja strong {
  color: var(--c-c-pri);
}
.top-begin-list-item-body {
  padding-left: calc(var(--c-p-rl) / 2);
  padding-right: calc(var(--c-p-rl) / 2);
  margin-bottom: var(--margin-bottom);
}
@media only screen and (max-width: 769px) {
  .top-begin-list-item-body {
    padding: 0;
  }
}
.top-begin-list-item-body strong {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--c-c-strong-line)), to(var(--c-c-strong-line)));
  background: linear-gradient(to top, var(--c-c-strong-line), var(--c-c-strong-line));
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: 0 bottom;
}
.top-begin-list-item-body .google-map {
  margin: 2rem 0;
}
.top-area-about .sec-box > * {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .top-area-about .sec-box > * {
    width: 100%;
  }
}
.top-area-about .sec-box > *:not(:first-child) {
  margin-top: var(--c-m-b);
}
.top-area-about .intro {
  background: #f5f5f5;
  padding: calc(var(--c-p-tb) / 2) calc(var(--c-p-rl));
  border-radius: 1.4rem;
}
.top-area-about h3, .top-area-about .txt-deco-1, .top-area-about .ttl-4-ja {
  text-align: center;
}
.top-columns .columns-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2rem;
  margin-bottom: 3rem;
  max-width: unset;
}
@media only screen and (max-width: 1024px) {
  .top-columns .columns-list {
    -ms-grid-columns: 1fr 1em 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 1em;
  }
}
.top-columns .columns-list-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-columns .columns-list-item-data {
  padding: 0.5rem;
  background-color: white;
}
.top-columns .columns-list-item-data > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.top-columns .columns-list-item-data-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.top-columns .columns-list-item-data-area {
  font-size: 1.4rem;
  color: #8A8A8A;
}
.top-news-blogs .news-blogs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .top-news-blogs .news-blogs-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-news-blogs .news-blogs-container > * {
  -webkit-flex-basis: calc(50% - 1rem);
      -ms-flex-preferred-size: calc(50% - 1rem);
          flex-basis: calc(50% - 1rem);
}
@media only screen and (max-width: 769px) {
  .top-news-blogs .news-blogs-container > * {
    -webkit-flex-basis: calc(100% - 1rem);
        -ms-flex-preferred-size: calc(100% - 1rem);
            flex-basis: calc(100% - 1rem);
    margin-bottom: 3rem;
  }
}
.top-news-blogs .news-blogs-container .row-list {
  margin-bottom: 3rem;
}
.top-news-blogs .news-blogs-container .row-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #ECECEC;
  padding: 0.5rem 0;
}
.top-news-blogs .news-blogs-container .row-list-item-img {
  width: 25vw;
  max-width: 150px;
  height: 25vw;
  max-height: 80px;
}
.top-news-blogs .news-blogs-container .row-list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top-news-blogs .news-blogs-container .row-list-item-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
}
.top-news-blogs .news-blogs-container .row-list-item-data > * {
  margin-bottom: 0.5rem;
}
.top-news-blogs .news-blogs-container .row-list-item-data-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

.works-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem 2rem;
}
@media only screen and (max-width: 769px) {
  .works-list {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 1rem;
  }
}
.works-list * {
  min-height: 0;
  min-width: 0;
}
.works-list.js-slider {
  display: block;
}
.works-list.js-slider .works-list-item {
  display: inline-block;
  max-width: 33.3%;
  margin: 0 1rem;
}
@media only screen and (max-width: 1024px) {
  .works-list.js-slider .works-list-item {
    max-width: 100%;
  }
}
.works-list-item {
  background: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2.5rem;
  overflow: hidden;
}
.works-list-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.works-list-item-img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.works-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.works-list-item-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.works-list-item-data > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.works-list-item-data-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.works-list-item-data-area {
  font-size: 1.4rem;
  color: #8A8A8A;
}
.works-list-item-data-button {
  margin-top: auto;
}

.article-works-title {
  border: 5px solid;
  padding: 1.5rem 3rem;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .article-works-title {
    font-size: 2.5rem;
  }
}
.article-works-title-area {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8A8A8A;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .article-works-title-area {
    font-size: 2rem;
  }
}
.article-works .category-list {
  margin-bottom: 1rem;
}
.article-works-thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.article-works-thumbnail-slider {
  margin-bottom: 2rem;
}
.article-works-thumbnail-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-works-thumbnail-popup > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-works-thumbnail-popup > * p {
  width: 100%;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .article-works-thumbnail-popup > * p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .article-works-thumbnail-popup > * p {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
}
.article-works-thumbnail-popup > * a {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.article-works-thumbnail-popup > * a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-works .youtube-video {
  aspect-ratio: 16/10;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .article-works .youtube-video {
    aspect-ratio: 16/11;
  }
}
.article-works .youtube-video > iframe {
  width: 100%;
  height: 100%;
}
.article-works-data-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article-works-data-rows > * {
  padding: 1rem;
  border: 1px solid var(--c-c-black);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -1px;
}
.article-works-data-rows .works-data-header {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  width: 20%;
  max-width: 20%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  background-color: var(--c-c-black);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-works-data-rows .works-data-header:not(:nth-child(-n+3)) {
  border-top-color: white;
}
.article-works-data-rows .works-data-header--orange {
  background-color: var(--c-c-pri);
  border-color: var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .article-works-data-rows .works-data-header {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    border-bottom: none;
  }
}
.article-works-data-rows .works-data-detail {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
  max-width: 30%;
  border-left: none;
  background-color: white;
}
.article-works-data-rows .works-data-detail--full {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  width: 80%;
  max-width: 80%;
}
@media only screen and (max-width: 769px) {
  .article-works-data-rows .works-data-detail {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    border-top: none;
    border-left: 1px solid;
    text-align: center;
  }
}
.article-works-data-rows .works-data-detail h3, .article-works-data-rows .works-data-detail .txt-deco-1, .article-works-data-rows .works-data-detail .ttl-4-ja {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.article-works-image-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1rem;
}
.article-works-image-list-item {
  -webkit-flex-basis: calc(33.3% - 2rem);
      -ms-flex-preferred-size: calc(33.3% - 2rem);
          flex-basis: calc(33.3% - 2rem);
  width: calc(33.3% - 2rem);
  max-width: calc(33.3% - 2rem);
  margin: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .article-works-image-list-item {
    -webkit-flex-basis: calc(50% - 2rem);
        -ms-flex-preferred-size: calc(50% - 2rem);
            flex-basis: calc(50% - 2rem);
    width: calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
.article-works-image-list-item img {
  width: 100%;
}
.article-works-image-list-item h3, .article-works-image-list-item .txt-deco-1, .article-works-image-list-item .ttl-4-ja {
  text-align: center;
}
.article-works-after .article-works-image-list-item {
  -webkit-flex-basis: calc(50% - 2rem);
      -ms-flex-preferred-size: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
}
@media only screen and (max-width: 769px) {
  .article-works-after .article-works-image-list-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.article-works-search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .article-works-search-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article-works-search-list-item {
  width: 380px;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .article-works-search-list-item {
    width: 100%;
  }
}
.article-works-search-list-item .button {
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-list, .news-list, .columns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto 1rem;
  max-width: 880px;
}
@media only screen and (max-width: 769px) {
  .blog-list, .news-list, .columns-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-list-item, .news-list-item, .columns-list-item {
  margin-bottom: 2rem;
  background: white;
  border: 0.1rem solid lightgray;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.blog-list-item-flex, .news-list-item-flex, .columns-list-item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 769px) {
  .blog-list-item-flex, .news-list-item-flex, .columns-list-item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-list-item-thumbnail, .news-list-item-thumbnail, .columns-list-item-thumbnail {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.blog-list-item-thumbnail-image, .news-list-item-thumbnail-image, .columns-list-item-thumbnail-image {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .blog-list-item-thumbnail-image, .news-list-item-thumbnail-image, .columns-list-item-thumbnail-image {
    padding-top: 56.25%;
  }
}
.blog-list-item-thumbnail-image img, .news-list-item-thumbnail-image img, .columns-list-item-thumbnail-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog-list-item-data, .news-list-item-data, .columns-list-item-data {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  padding: 1rem;
}
.blog-list-item-data > *:not(:last-child), .news-list-item-data > *:not(:last-child), .columns-list-item-data > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blog-list-item-data-time-category, .news-list-item-data-time-category, .columns-list-item-data-time-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-list-item-data-time-category time, .news-list-item-data-time-category time, .columns-list-item-data-time-category time {
  margin-right: 1rem;
}
.blog-list-item-data-title, .news-list-item-data-title, .columns-list-item-data-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .blog-list-item-data-title, .news-list-item-data-title, .columns-list-item-data-title {
    font-size: 1.8rem;
  }
}
.blog-list-item-data-description, .news-list-item-data-description, .columns-list-item-data-description {
  letter-spacing: 0;
}
@media only screen and (max-width: 769px) {
  .blog-list-item-data .button, .news-list-item-data .button, .columns-list-item-data .button {
    width: 100%;
  }
}

.article-blog .article-header, .article-blog .article-body, .article-news .article-header, .article-news .article-body, .article-columns .article-header, .article-columns .article-body {
  width: 880px;
  line-height: 2;
}

.article-columns .article-body h2 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 0.5rem var(--c-c-pri); /*左線*/
  background: #ffe8d7;
  margin: 2rem 0;
}
.article-columns .article-body h3, .article-columns .article-body .txt-deco-1, .article-columns .article-body .ttl-4-ja {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 0.5rem var(--c-c-pri); /*左線*/
  margin: 2rem 0;
}
.article-columns .article-body h4 {
  margin: 1.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-columns .article-body h4:before {
  content: "";
  height: 0.4rem;
  width: 1.5rem;
  background-color: #F86B00;
  margin-right: 1rem;
}
.article-columns .article-body h5 {
  margin: 1.5rem 0;
}
.article-columns .article-body h6 {
  margin: 1.5rem 0;
}
.common-service .srv-lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .common-service .srv-lst {
    display: block;
  }
}
.common-service .srv-lst-chd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  color: white;
}
.common-service .srv-lst-chd.gaiheki {
  background-image: url("../images/service/service_gaiheki.png");
}
.common-service .srv-lst-chd.yane {
  background-image: url("../images/service/service_yane.png");
}
.common-service .srv-lst-chd.reform {
  background-image: url("../images/service/service_reform.png");
}
.common-service .srv-lst-chd-lnk {
  background-color: rgba(0, 0, 0, 0.57);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: var(--c-p-tb) var(--c-p-rl);
  height: 100%;
}
.common-service .srv-lst-chd-num {
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}
.common-service .srv-lst-chd-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-c-thd);
}
@media only screen and (max-width: 769px) {
  .common-service .srv-lst-chd-ttl {
    font-size: 2.5rem;
  }
}
.common-service .srv-lst-chd-sub {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .common-service .srv-lst-chd-sub {
    font-size: 2rem;
  }
}
.common-service .srv-lst-chd .button-area {
  margin-top: auto;
}

.service .sec-sub-page-top {
  background-image: url("../images/service/top.png");
  background-position-x: 30%;
}

.service-child .sec-sub-page-top.gaiheki {
  background-image: url("../images/service/service_top_gaiheki.png");
}
.service-child .sec-sub-page-top.yane {
  background-image: url("../images/service/service_top_yane.png");
}
.service-child .sec-sub-page-top.reform {
  background-image: url("../images/service/service_top_reform.png");
}
.service-child-worry .sec-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 2rem;
}
.service-child-worry-image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media only screen and (max-width: 769px) {
  .service-child-worry-image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.service-child-worry-list {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 769px) {
  .service-child-worry-list {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.service-child-worry-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  background: white;
  padding: 1rem 3rem;
}
.service-child-list-item {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 1.4rem;
}
.service-child-list-item:not(:first-child) {
  margin-top: 3rem;
}
.service-child-list-item:nth-child(even) .section-service-child {
  margin-left: auto;
  margin-right: 0;
}
.service-child-list-item:nth-child(even) .section-service-child-image {
  left: 0;
  right: unset;
}
.service-child-list-item-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}
.service-child-list-item .section-service-child {
  width: calc(50% - 1rem);
  margin-right: auto;
  min-height: 300px;
}
@media only screen and (max-width: 769px) {
  .service-child-list-item .section-service-child {
    width: 100%;
    min-height: unset;
  }
}
.service-child-list-item .section-service-child-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.service-child-list-item .section-service-child-header-point {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
  padding: 1rem;
  color: white;
  background: var(--c-c-pri);
  line-height: 1;
  letter-spacing: 0;
}
.service-child-list-item .section-service-child-header-point-big {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .service-child-list-item .section-service-child-header-point-big {
    font-size: 2.5rem;
  }
}
.service-child-list-item .section-service-child-header-title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .service-child-list-item .section-service-child-header-title {
    font-size: 2.5rem;
  }
}
.service-child-list-item .section-service-child-header-title:after {
  content: "";
  background-image: url("../images/deco/deco_tr_1_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: min(4.1612483745vw, 32px);
  height: min(3.2509752926vw, 25px);
  position: absolute;
  top: max(-1.6254876463vw, -12.5px);
  right: max(-4.1612483745vw, -32px);
}
.service-child-list-item .section-service-child-image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% - 1rem);
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 769px) {
  .service-child-list-item .section-service-child-image {
    position: unset;
    width: 100%;
    max-height: 100%;
    margin-top: 2rem;
  }
}
.service-child-list-item .section-service-child-cont {
  margin-top: 2rem;
}
.service-child-list-item .section-service-child-cont-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .service-child-list-item .section-service-child-cont-title {
    font-size: 1.8rem;
  }
}
.service-child-list-item .section-service-child-cont-desc {
  margin-top: 1rem;
  line-height: 2;
}

.common-strength .stg-lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .common-strength .stg-lst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.common-strength .stg-lst-chd {
  background: white;
  border-radius: 2.5rem;
  border: 0.5rem solid var(--c-c-sec);
  overflow: hidden;
  position: relative;
}
.common-strength .stg-lst-chd-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common-strength .stg-lst-chd-img {
  position: relative;
  padding-top: 56.75%;
  overflow: hidden;
}
.common-strength .stg-lst-chd-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  height: 100%;
}
.common-strength .stg-lst-chd-num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  background: white;
  color: var(--c-c-sec);
  padding: 0.5rem 3rem;
  border-radius: 2.5rem;
  border: 0.3rem solid;
  margin: -5% auto 0;
  z-index: 1;
}
.common-strength .stg-lst-chd-dt {
  padding: 1rem 2rem;
}
.common-strength .stg-lst-chd-dt-ttl {
  color: var(--c-c-sec);
  border-bottom: 0.3rem solid;
  margin-bottom: 1rem;
}
.common-strength .stg-lst-chd-dt-ttl2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .common-strength .stg-lst-chd-dt-ttl2 {
    font-size: 1.8rem;
  }
}
.common-strength .small-strength-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 3rem;
}
.common-strength .small-strength-list-item {
  width: calc(25% - 1rem);
  margin: 0.5rem;
  border: 1px solid #D59D0D;
}
@media only screen and (max-width: 1024px) {
  .common-strength .small-strength-list-item {
    width: calc(33.3% - 1rem);
  }
}
@media only screen and (max-width: 769px) {
  .common-strength .small-strength-list-item {
    width: calc(50% - 1rem);
  }
}
.common-strength .small-strength-list-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common-strength .small-strength-list-item-image {
  position: relative;
  padding-top: 40%;
  overflow: hidden;
}
.common-strength .small-strength-list-item-image img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-strength .small-strength-list-item-title {
  background-color: #D59D0D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  padding: 0.5rem　0 0.2rem;
  min-height: 6.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .common-strength .small-strength-list-item-title {
    font-size: 1.8rem;
  }
}
.common-strength .small-strength-list-item-description {
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.strength .sec-sub-page-top {
  background-image: url("../images/strength/strength_top.png");
}
.strength-anchor-list {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem 2rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .strength-anchor-list {
    gap: 2rem 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.strength-anchor-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-anchor-list-item:after {
  content: "▼";
  display: block;
  text-align: center;
  color: var(--c-c-sec);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .strength-anchor-list-item:after {
    font-size: 2rem;
  }
}
.strength-anchor-list-item-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 2.4rem;
  overflow: hidden;
}
.strength-anchor-list-item-figure img {
  width: 100%;
}
.strength-anchor-list-item-figure figcaption {
  background-color: var(--c-c-sec);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  padding: 1rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 769px) {
  .strength-anchor-list-item-figure figcaption {
    font-size: 1.8rem;
  }
}
.strength-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 0;
}
.strength-list-item {
  background-color: white;
  padding: calc(var(--c-p-tb) / 2) calc(var(--c-p-rl));
  border-radius: 2.4rem;
  border: 0.5rem solid var(--c-c-pri);
}
.strength-list-item:nth-child(even) .section-strength {
  margin-left: auto;
  margin-right: 0;
}
.strength-list-item:nth-child(even) .section-strength-image {
  left: 0;
  right: unset;
}
.strength-list-item-container {
  position: relative;
}
.strength-list-item .section-strength {
  width: calc(60% - 1rem);
  margin-right: auto;
  min-height: 300px;
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength {
    width: 100%;
    min-height: unset;
  }
}
.strength-list-item .section-strength-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength-header {
    gap: 1rem;
  }
}
.strength-list-item .section-strength-header-point {
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.8rem;
  padding: 1rem;
  color: white;
  background: var(--c-c-pri);
  line-height: 1;
  letter-spacing: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength-header-point {
    padding: 1rem 0.5rem;
  }
}
.strength-list-item .section-strength-header-point-big {
  display: block;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength-header-point-big {
    font-size: 2.5rem;
  }
}
.strength-list-item .section-strength-header-title {
  position: relative;
  color: var(--c-c-pri);
}
.strength-list-item .section-strength-header-title:after {
  content: "";
  background-image: url("../images/deco/deco_tr_1_red.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: min(4.1612483745vw, 32px);
  height: min(3.2509752926vw, 25px);
  position: absolute;
  top: max(-1.6254876463vw, -12.5px);
  right: max(-4.1612483745vw, -32px);
}
.strength-list-item .section-strength-image {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(40% - 1rem);
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength-image {
    position: unset;
    width: 100%;
    max-height: 100%;
    margin-top: 2rem;
  }
}
.strength-list-item .section-strength-cont {
  margin-top: 2rem;
}
.strength-list-item .section-strength-cont-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-sec);
}
@media only screen and (max-width: 769px) {
  .strength-list-item .section-strength-cont-title {
    font-size: 1.8rem;
  }
}
.strength-list-item .section-strength-cont-desc {
  margin-top: 1rem;
  line-height: 2;
}
.strength-list .link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 769px) {
  .strength-list .link-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.common-mini-contact {
  padding: 2rem 0;
  background-image: url(../images/bg/bg_mini_contact.png);
  background-size: cover;
  background-position: center left 40%;
}

.contact-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  margin-bottom: -1rem;
}
.contact-button-area > .button {
  margin-bottom: 1rem;
}

.contact-top-desc {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .contact-top-desc {
    text-align: left;
  }
}
.contact-top-tel {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact-top-tel-desc {
  color: var(--c-c-sec);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .contact-top-tel-desc {
    font-size: 2rem;
  }
}
.contact-top-tel .button-tel {
  width: 600px;
  padding: 3rem;
}
@media only screen and (max-width: 769px) {
  .contact-top-tel .button-tel {
    width: 100%;
  }
}
.contact-top-tel .button-tel-image {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
}
.contact-top-tel .button-tel-text-no {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: none;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .contact-top-tel .button-tel-text-no {
    font-size: 3rem;
  }
}
.contact-mail .section-body-medium {
  padding: 3rem 2rem;
}
.contact-mail-body {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.contact-mail-desc {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .contact-mail-desc {
    text-align: left;
  }
}
.contact-mail-form {
  width: 100%;
  margin-top: 3rem;
}
.contact-mail-form th {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}
.contact-mail-form th, .contact-mail-form td {
  padding: 2rem;
}
@media only screen and (max-width: 769px) {
  .contact-mail-form th, .contact-mail-form td {
    display: block;
    padding: 0;
    margin: 1rem 0;
  }
}
.contact-mail-form tr {
  border-bottom: 0.1rem solid #ECECEC;
}
.contact-mail-form input[type=text],
.contact-mail-form input[type=email],
.contact-mail-form input[type=tel],
.contact-mail-form textarea {
  width: 100%;
  border-radius: 0.5rem;
  border: 0.2rem solid var(--c-c-pri);
}
.contact-mail-form .required,
.contact-mail-form .optional {
  padding: 0.5rem 1.5rem;
  color: white;
  margin-left: 2rem;
  display: inline-block;
}
.contact-mail-form .required {
  background-color: #FF2929;
}
.contact-mail-form .optional {
  background-color: #8A8A8A;
}
.contact-mail-form-submit {
  margin-top: 3rem;
  border-radius: 0.8rem;
  background-color: var(--c-c-pri);
  border: 0.1rem solid var(--c-c-pri);
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 3rem 2rem;
  width: 380px;
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .contact-mail-form-submit {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .contact-mail-form-submit {
    width: 100%;
  }
}
.contact-mail-form .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.contact-mail-form .wpcf7-not-valid {
  background-color: #ffd3d3;
}
.contact-mail-form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.contact-mail .wpcf7-response-output {
  border-color: #FF2929 !important;
  color: #FF2929 !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .contact-mail .wpcf7-response-output {
    font-size: 1.8rem;
  }
}
.contact-mail .wpcf7-spinner {
  display: none;
}

.common-flow {
  border-radius: 2.4rem;
}
.common-flow .flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(95%, 1000px);
  margin: 0 auto;
}
.common-flow .flow-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common-flow .flow-list-item:not(:first-child) {
  margin-top: 6vw;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item:not(:first-child) {
    margin-top: 10vw;
  }
}
.common-flow .flow-list-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 3vw 6vw;
  border-style: solid;
  border-color: var(--c-c-pri) transparent transparent transparent;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item:not(:last-child):after {
    border-width: 5vw 10vw;
  }
}
.common-flow .flow-list-item-step {
  color: white;
  background-color: var(--c-c-pri);
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-step {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 0.2rem;
  }
}
.common-flow .flow-list-item-step-en {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
.common-flow .flow-list-item-step-num {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-step-num {
    font-size: 2.5rem;
  }
}
.common-flow .flow-list-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.common-flow .flow-list-item-content-title {
  color: var(--c-c-pri);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-content-title {
    text-align: center;
  }
}
.common-flow .flow-list-item-content-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.common-flow .flow-list-item-content-body-desc {
  line-height: 2;
  letter-spacing: 0;
  max-width: 100%;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-content-body-desc {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.common-flow .flow-list-item-content-body-image {
  width: 267px;
  max-width: 100%;
  max-height: 219px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.common-flow .flow-list-item-inquiry {
  margin-top: 2rem;
}
.common-flow .flow-list-item-inquiry-tel {
  background-color: #fff1e6;
  padding: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-inquiry-tel {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.common-flow .flow-list-item-inquiry-tel-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-sec);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-inquiry-tel-title {
    font-size: 1.8rem;
  }
}
.common-flow .flow-list-item-inquiry-tel-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-flow .flow-list-item-inquiry-tel-no-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--c-c-sec);
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 0.8rem;
}
.common-flow .flow-list-item-inquiry-tel-no-image img {
  width: 2.4rem;
}
.common-flow .flow-list-item-inquiry-tel-no-link {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 769px) {
  .common-flow .flow-list-item-inquiry-tel-no-link {
    font-size: 2.5rem;
  }
}
.common-flow .flow-list-item-inquiry .button-mail {
  background-color: #FF2929;
  padding: 2rem 2rem;
}
.common-flow .flow-list-item-inquiry .button-mail-text-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

.company-greeting .sec-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .company-greeting .sec-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-greeting-image {
  -webkit-flex-basis: calc(30% - 2rem);
      -ms-flex-preferred-size: calc(30% - 2rem);
          flex-basis: calc(30% - 2rem);
}
.company-greeting-image img {
  border-radius: 2.4rem;
}
.company-greeting-text {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  line-height: 2;
}
.company-greeting-text-gre {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .company-greeting-text-gre {
    font-size: 1.8rem;
  }
}
.company-greeting-text-pre {
  margin-top: 2rem;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company-greeting-text-pre-name-big {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 1rem;
}
@media only screen and (max-width: 769px) {
  .company-greeting-text-pre-name-big {
    font-size: 1.8rem;
  }
}
.company-profile-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.company-profile-list-head, .company-profile-list-desc {
  padding: 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ECECEC;
  margin-bottom: -1px;
}
@media only screen and (max-width: 769px) {
  .company-profile-list-head, .company-profile-list-desc {
    padding: 1rem;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    text-align: center;
    border: none;
  }
}
.company-profile-list-head {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  background: var(--c-c-sec);
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: none;
}
.company-profile-list-head:not(:first-child) {
  border-top-color: white;
}
.company-profile-list-desc {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  background: white;
  border-left: none;
}
.company-access-map {
  height: 450px;
}
.company-access-map > iframe {
  height: 100%;
}

.common-condition .cond-ent {
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}
@media only screen and (max-width: 1024px) {
  .common-condition .cond-ent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 0;
  }
}
.common-condition .cond-ent-img {
  width: 220px;
  height: auto;
}
.common-condition .cond-ent-txt {
  -webkit-flex-basis: 68%;
      -ms-flex-preferred-size: 68%;
          flex-basis: 68%;
  font-weight: 700;
  background-color: white;
  padding: 2rem;
  max-width: 90%;
  border-radius: 1.4rem;
}
.common-condition .cond-cnct {
  border: 0.5rem solid var(--c-c-pri);
  background: white;
}
.common-condition .cond-cnct-ent {
  padding: var(--c-p-tb) var(--c-p-rl);
}
.common-condition .cond-cnct-ent-txt {
  text-align: center;
  margin-bottom: 2rem;
}
.common-condition .cond-cnct-ent-button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-condition .cond-cnct-ent-button-list > * {
  margin-bottom: 1rem;
}

.info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-list-item-article {
  border-bottom: 0.1rem solid #8A8A8A;
  padding: 3rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .info-list-item-article {
    padding: 1rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.info-list-item-article:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.5rem;
  height: 1rem;
  width: 1rem;
  color: #8A8A8A;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid;
}
@media only screen and (max-width: 769px) {
  .info-list-item-article:after {
    right: 0.5rem;
  }
}
.info-list-item-article-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.info-list-item-article-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

.faq-cate-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.faq-cate-lst-chd {
  background: white;
  border-radius: 2.4rem;
  padding: 0.5rem 2rem;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  border: 0.3rem solid #3B4043;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .faq-cate-lst-chd {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .faq-cate-lst-chd {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.faq-lst-chd {
  margin-bottom: var(--c-m-b);
}
.faq-lst-chd-ttl {
  margin-bottom: 1rem;
  background-color: var(--c-c-pri);
  color: white;
  padding: 0.5em;
  border-radius: 0.8rem;
}
.faq-lst-chd-grp {
  margin-bottom: 1rem;
  border: 0.3rem solid;
  border-radius: 0.8rem;
  background-color: white;
}
.faq-lst-chd-grp[open] summary::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.faq-lst-chd-grp[open] .faq-lst-chd-grp-body {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.faq-lst-chd-grp-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  cursor: pointer;
}
.faq-lst-chd-grp-ttl:hover {
  opacity: 0.8;
}
.faq-lst-chd-grp-ttl:before {
  position: absolute;
  left: 1em;
  font-weight: 700;
  font-size: 1.3em;
  color: var(--c-c-thd);
  content: "Q";
}
.faq-lst-chd-grp-ttl:after {
  content: "";
  -webkit-transform: translateY(-25%) rotate(45deg);
      -ms-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
  border-bottom: 0.3rem solid;
  border-right: 0.3rem solid;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.faq-lst-chd-grp-body {
  position: relative;
  -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
          transform: translateY(-1rem);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.faq-lst-chd-grp-body:before {
  position: absolute;
  left: 1em;
  font-weight: 700;
  font-size: 1.3em;
  color: #FF2929;
  line-height: 1.2;
  content: "A";
}

.greview-review {
  min-height: 60px;
}
.greview-review-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 2rem;
  background: var(--c-c-sec);
}
@media only screen and (max-width: 769px) {
  .greview-review-header {
    padding: 1rem 0.5rem;
  }
}
.greview-review-header img {
  height: 6rem;
  width: auto;
  margin-right: 1rem;
}
@media only screen and (max-width: 769px) {
  .greview-review-header img {
    height: 2.5rem;
    width: auto;
    margin-right: 0.5rem;
  }
}
.greview-review-header-data {
  color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .greview-review-header-data {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .greview-review-header-data {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 769px) and (max-width: 769px) {
  .greview-review-header-data {
    font-size: 1.8rem;
  }
}
.greview-review-header-data-title {
  font-size: inherit;
}
.greview-review-header-data-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.greview-review-header-data-body-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.greview-review-header-data-body-rate-number {
  margin-right: 0.5rem;
}
.greview-review-header-data-body-rate-number-em {
  color: #FFF34A;
  font-size: 1.1em;
}
.greview-review-header-data-body-rate-star-fill {
  color: #FFF34A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.greview-review-header-data-body-review {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.greview-review-header-data-body-review-em {
  color: #FFF34A;
  font-size: 1.1em;
}
.greview-review-list {
  padding: 1rem 2rem;
  border: 0.1rem solid #ECECEC;
  background: white;
  max-height: 450px;
  overflow: auto;
}
@media only screen and (max-width: 769px) {
  .greview-review-list {
    max-height: 300px;
    padding: 1rem 0.5rem;
  }
}
.greview-review-list-item {
  border-bottom: 0.1rem solid #ECECEC;
  margin-bottom: 1rem;
}
.greview-review-list-item > * {
  margin-bottom: 0.5rem;
}
.greview-review-list-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.greview-review-list-item-header img {
  width: 4.8rem;
  height: auto;
  margin-right: 1rem;
}
@media only screen and (max-width: 769px) {
  .greview-review-list-item-header img {
    margin-right: 0.5rem;
  }
}
.greview-review-list-item-header-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greview-review-list-item-header-data-user {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .greview-review-list-item-header-data-user {
    font-size: 1.8rem;
  }
}
.greview-review-list-item-header-data-time {
  font-size: 1.4rem;
}
.greview-review-list-item-star {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.greview-review-list-item-star-back {
  color: #8A8A8A;
}
.greview-review-list-item-star-fill {
  color: #FFF34A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.price-archive-top-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 2.4rem;
  overflow: hidden;
  border: 0.5rem solid var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .price-archive-top-cont {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.price-archive-top-cont-desc {
  line-height: 2;
  padding: 2rem;
  background: white;
}
.price-archive-top .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-archive-top .tag-list-item {
  border-radius: 2.4rem;
  border: 0.3rem solid var(--c-c-pri);
  color: var(--c-c-pri);
  padding: 0.5em 1rem;
  background: white;
  text-align: center;
  font-weight: 700;
  min-width: 25%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .price-archive-top .tag-list-item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .price-archive-top .tag-list-item {
    width: calc(50% - 1rem);
  }
}
.price-const-lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 0;
}
@media only screen and (max-width: 769px) {
  .price-const-lst {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.price-const-lst-chd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .price-const-lst-chd {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.price-const-lst-chd p {
  border-radius: 1.4rem;
  padding: 1rem 2rem;
  background-color: var(--c-c-pri);
  color: white;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .price-const-lst-chd p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .price-const-lst-chd p {
    padding: 1rem 1rem;
  }
}
.price-const-lst-chd:first-child:before {
  opacity: 0;
}
.price-const-lst-chd:before {
  content: "＋";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem;
}
@media only screen and (max-width: 769px) {
  .price-const-lst-chd:before {
    font-size: 2rem;
  }
}
.price-const-remarks {
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .price-const-remarks {
    text-align: left;
  }
}
.price-lst {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 769px) {
  .price-lst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.price-lst-chd {
  border: 0.5rem solid var(--c-c-pri);
  border-radius: 2.5rem;
  overflow: hidden;
  background: white;
}
.price-lst-chd-hdr {
  padding-top: 40%;
  position: relative;
}
.price-lst-chd-hdr-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.price-lst-chd-hdr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.price-lst-chd-hdr-lbl {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
.price-lst-chd-hdr-lbl-ttl {
  background-color: var(--c-c-thd);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1rem 1.5rem;
}
.price-lst-chd-hdr-lbl-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: white;
  gap: 0.5rem;
}
.price-lst-chd-hdr-lbl-price-txt {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--c-c-orange);
}
@media only screen and (max-width: 769px) {
  .price-lst-chd-hdr-lbl-price-txt {
    font-size: 3rem;
  }
}
.price-lst-chd-hdr-lbl-price-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-lst-chd-hdr-lbl-price-sub-tax {
  font-size: 1.4rem;
}
.price-lst-chd-hdr-lbl-price-sub-unit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c-c-orange);
}
.price-lst-chd-point {
  background-color: var(--c-c-pri);
  color: white;
  padding: 0.5rem;
}
.price-lst-chd-body {
  padding: 0.5rem;
  background-color: white;
}
.price-lst-chd-body > * {
  margin-bottom: 0.5rem;
}
.price-lst-chd-body-ttl {
  color: var(--c-c-pri);
  text-align: left;
}
.price-lst-chd-body-remarks {
  font-size: 1.4rem;
  color: #8A8A8A;
}
.price-art h1 {
  padding: 2rem 0;
  color: white;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: var(--c-m-b);
}
.price-art-point {
  margin-bottom: var(--c-m-b);
}
.price-art-point-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-orange);
  margin-bottom: calc(var(--c-m-b) - 1rem);
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .price-art-point-ttl {
    font-size: 2rem;
  }
}
.price-art-point-desc {
  border-radius: 2.4rem;
  padding: 2rem 2rem;
  border: 0.5rem solid var(--c-c-orange);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  background: white;
}
@media only screen and (max-width: 769px) {
  .price-art-point-desc {
    font-size: 1.8rem;
  }
}
.price-art-body {
  background: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 769px) {
  .price-art-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.price-art-body-thumb {
  position: relative;
}
.price-art-body-thumb-cate {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.5rem 3rem;
  background: var(--c-c-black);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .price-art-body-thumb-cate {
    font-size: 2rem;
  }
}
.price-art-body-thumb .price-kg {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
}
.price-art-body-thumb-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .price-art-body-thumb-img {
    position: unset;
    height: 67.1vw;
    width: 89vw;
  }
}
.price-art-body-thumb-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.price-art-body-data {
  padding: 2rem;
}
.price-art-body-data > *:not(:last-child) {
  margin-bottom: 2rem;
}
.price-art-body-data-my {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: var(--c-c-sec);
  color: white;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .price-art-body-data-my {
    font-size: 2rem;
  }
}
.price-art-body-data ul {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  --color:var(--c-c-black);
}
.price-art-body-data ul li {
  color: var(--color);
  border: 0.5rem solid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.price-art-body-data ul li.second-row {
  --color: var(--c-c-orange);
}
@media only screen and (max-width: 769px) {
  .price-art-body-data ul li {
    font-size: 2rem;
  }
}
.price-art-body-data ul li h2 {
  color: white;
  background-color: var(--color);
  padding: 1rem;
  text-align: center;
  font-size: 1em;
}
.price-art-body-data ul li p {
  padding: 1rem;
  text-align: center;
}
.price-art-body-data-remarks {
  color: #8A8A8A;
}
.price-art-mate-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 2rem;
}
@media only screen and (max-width: 769px) {
  .price-art-mate-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-art-mate-desc > * {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.price-art-mate-desc-about {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  line-height: 2;
  font-weight: 700;
}
.price-art-mate-desc-about-prd {
  color: var(--c-c-orange);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 769px) {
  .price-art-mate-desc-about-prd {
    font-size: 2rem;
  }
}
.price-art-mate-desc-img {
  max-width: 80%;
  margin: 0 auto;
  -webkit-flex-basis: calc(25% - 2rem);
      -ms-flex-preferred-size: calc(25% - 2rem);
          flex-basis: calc(25% - 2rem);
}
.price-art-mate-data {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  --color:var(--c-c-black);
}
.price-art-mate-data li {
  color: var(--color);
  border: 0.5rem solid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .price-art-mate-data li {
    font-size: 2rem;
  }
}
.price-art-mate-data li h2 {
  color: white;
  background-color: var(--color);
  padding: 1rem;
  text-align: center;
  font-size: 1em;
}
.price-art-mate-data li p {
  padding: 1rem;
  text-align: center;
}
.price-kg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.price-kg-hdr {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .price-kg-hdr {
    font-size: 2rem;
  }
}
.price-kg-hdr-txt {
  background: var(--c-c-thd);
  height: 50%;
  padding: 1rem;
}
.price-kg-hdr-area {
  background-color: var(--c-c-pri);
  height: 50%;
  padding: 1rem;
}
.price-kg-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.price-kg-data-num {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-c-orange);
}
@media only screen and (max-width: 1024px) {
  .price-kg-data-num {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .price-kg-data-num {
    font-size: 7rem;
  }
}
.price-kg-data-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-kg-data-sub-tax {
  font-size: 1.4rem;
}
.price-kg-data-sub-unit {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--c-c-orange);
}

.common-movie .movie-list-item {
  width: 50vw;
}
@media only screen and (max-width: 769px) {
  .common-movie .movie-list-item {
    width: 60vw;
  }
}
.common-movie .movie-list-item.slick-center .movie-list-item-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.common-movie .movie-list-item-in {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  display: block;
}
.common-movie .movie-list-item-in picture {
  position: relative;
}
.common-movie .movie-list-item-in picture img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-movie .movie-list-item-in picture:after {
  content: "";
  background-image: url("../images/icon/play.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21%;
  height: 26%;
  display: inline-block;
  z-index: 100;
}
@media only screen and (max-width: 769px) {
  .common-movie .movie-list-item-in picture:after {
    background-image: url("../images/icon/play_sp.png?1");
    width: 25.09%;
    height: 30.11%;
  }
}
.common-movie .movie-list-item-in-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .common-movie .movie-list-item-in-ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .common-movie .movie-list-item-in-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
}

.archive-movie .movie-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3rem 2rem;
}
@media only screen and (max-width: 769px) {
  .archive-movie .movie-list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.archive-movie .movie-list-item-in {
  display: block;
}
.archive-movie .movie-list-item-in picture {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-movie .movie-list-item-in picture:after {
  content: "";
  background-image: url("../images/icon/play.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.19%;
  height: 26.51%;
  display: inline-block;
}
@media only screen and (max-width: 769px) {
  .archive-movie .movie-list-item-in picture:after {
    background-image: url("../images/icon/play_sp.png");
  }
}
.archive-movie .movie-list-item-in-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .archive-movie .movie-list-item-in-ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .archive-movie .movie-list-item-in-ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
}

.common-insta .sec-hdr {
  text-align: center;
}
.common-insta-icon {
  width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .common-insta-icon {
    width: 20%;
  }
}
.common-insta-logo {
  width: 240px;
}
@media only screen and (max-width: 769px) {
  .common-insta-logo {
    width: 40%;
  }
}
.common-insta #sb_instagram #sbi_images {
  padding: 3rem 0;
}

.common-voice {
  background-image: url("../images//bg/voice.png");
  background-size: cover;
}
.common-voice .voice-lst {
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.voice-lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 769px) {
  .voice-lst {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
.voice-lst-chd {
  background: white;
  overflow: hidden;
  border-radius: 1.4rem;
}
.voice-lst-chd-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.voice-lst-chd-hdr {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem;
}
.voice-lst-chd-hdr-area {
  position: relative;
  text-align: center;
  z-index: 1;
  color: white;
}
.voice-lst-chd-hdr-comment {
  position: relative;
  padding: 2rem 1rem;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 0.3rem solid rgb(255, 255, 255);
  margin-bottom: 2rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}
@media only screen and (max-width: 769px) {
  .voice-lst-chd-hdr-comment {
    font-size: 1.8rem;
  }
}
.voice-lst-chd-hdr-comment:after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 1.6rem 1.6rem 0 1.6rem;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}
.voice-lst-chd-hdr-comment p {
  text-align: center;
  -moz-text-align-last: left;
       text-align-last: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.voice-lst-chd-hdr-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4196078431);
}
.voice-lst-chd-hdr-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice-lst-chd-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.voice-lst-chd-body-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-c-pri);
}
@media only screen and (max-width: 769px) {
  .voice-lst-chd-body-ttl {
    font-size: 1.8rem;
  }
}
.voice-lst-chd .button {
  margin-top: auto;
  width: 100%;
  border-radius: unset;
}

.article-voice-title {
  border: 0.5rem solid;
  padding: 1.5rem 1rem;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  .article-voice-title {
    font-size: 2.5rem;
  }
}
.article-voice-title-area {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #8A8A8A;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 769px) {
  .article-voice-title-area {
    font-size: 2rem;
  }
}
.article-voice .category-list {
  margin-bottom: 1rem;
}
.article-voice-thumbnail-customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article-voice-thumbnail-customer > * {
  -webkit-flex-basis: calc(50% - 1rem);
      -ms-flex-preferred-size: calc(50% - 1rem);
          flex-basis: calc(50% - 1rem);
  width: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media only screen and (max-width: 1024px) {
  .article-voice-thumbnail-customer > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .article-voice-thumbnail-customer > *:first-child {
    margin-bottom: 6rem;
  }
}
.article-voice-thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
.article-voice-thumbnail-after {
  width: 80%;
  height: auto;
  margin-left: auto;
}
.article-voice-thumbnail-before {
  position: absolute;
  width: 41%;
  bottom: -4rem;
}
.article-voice-thumbnail-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  max-width: 100%;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .article-voice-thumbnail-text {
    font-size: 2rem;
  }
}
.article-voice-customer-comment {
  padding: 2rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 769px) {
  .article-voice-customer-comment {
    font-size: 2rem;
  }
}
.article-voice-customer-name {
  border: 0.3rem solid var(--c-c-sec);
  color: var(--c-c-sec);
  background: white;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.article-voice-enquete .section-body-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.article-voice-enquete .voice-enquete-detail {
  margin-bottom: 2rem;
  -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
  width: 67%;
  max-width: 67%;
}
@media only screen and (max-width: 769px) {
  .article-voice-enquete .voice-enquete-detail {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.article-voice-enquete .voice-enquete-detail * {
  text-align: left;
}
.article-voice-enquete .voice-enquete-detail .enquete_title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2rem 0 1rem;
}
.article-voice-enquete .voice-enquete-detail .enquete_title:first-child {
  margin-top: 0;
}
.article-voice-enquete .voice-enquete-detail .enquete_title:before {
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--c-c-sec);
  color: white;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.article-voice-enquete .voice-enquete-image {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  width: 33%;
  max-width: 33%;
}
@media only screen and (max-width: 769px) {
  .article-voice-enquete .voice-enquete-image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.article-voice-comment .section-body-inner {
  line-height: 2;
}
.article-voice-comment .section-body-inner * {
  max-width: 100%;
}
.article-voice-search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 769px) {
  .article-voice-search-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article-voice-search-list-item {
  max-width: 380px;
  margin-bottom: 1rem;
  position: relative;
}
.article-voice-search-list-item .button {
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
