/* ##############################################################################

    DEFAULT

############################################################################## */
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  font: 16px/1.231 "Koburina Gothic W3 JIS2004", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.9;
  letter-spacing: 0.13em;
  *font-size: small;
  *font: x-small;
  color: #28292a;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Koburina Gothic W3 JIS2004", "YakuHanJP", "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  }
}

*,
*:after,
*::before {
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
small {
  font-size: 86%;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-out;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.4s ease-out;
}

@media only screen and (min-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    * {
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
    }
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/* ##############################################################################

    KEYFRAMES

############################################################################## */
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade_in-disp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@keyframes fade_in-disp {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@-webkit-keyframes fade_out-disp {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade_out-disp {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: none;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes slide_in_lft {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide_in_lft {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide_out_lft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@keyframes slide_out_lft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes slide_in_rgt {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide_in_rgt {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide_out_rgt {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@keyframes slide_out_rgt {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@-webkit-keyframes slide_in_top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide_in_top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide_out_top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide_out_top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes slide_in_btm {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide_in_btm {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide_out_btm {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes slide_out_btm {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(0.95);
  }
}
@keyframes scale {
  50% {
    transform: scale(0.95);
  }
}

/* ##############################################################################

    COMMON

############################################################################## */

/* layout
**************************************** */
.hide {
  overflow: hidden;
}
.posi_rela {
  position: relative;
}

/* --- inner --- */
.inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-sm {
  max-width: 980px;
}
.inner-mid {
  max-width: 1080px;
}
.inner-lg {
  width: 100%;
}

.front {
  position: relative;
  z-index: 1;
}
.w100p {
  width: 100%;
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* --- float --- */
.flt-rgt {
  float: right;
}
.flt-lft {
  float: left;
}

/* --- flex --- */
.flex {
  display: -ms-flex;
  display: flex;
}
.flex-a-ctr {
  align-items: center;
}
.flex-j-ctr {
  justify-content: center;
}
.flex-j-between {
  justify-content: space-between;
}
.flex-inline {
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-end {
  -ms-justify-content: end;
  justify-content: end;
}
.flex-center {
  -ms-justify-content: center;
  justify-content: center;
}
.flex-between {
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap_reverse {
  flex-wrap: wrap-reverse;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.abso_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.abso_bottom {
  position: absolute;
  bottom: 0;
}

/* --- ざっくりflexレイアウト --- */
.flex-col1 {
  display: block;
}
.flex-col2,
.flex-col3,
.flex-col4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col2 > *:nth-child(even) {
  margin-right: 0;
}
.flex-col3 > * {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.flex-col3 > *:nth-child(3n) {
  margin-right: 0;
}
.flex-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.flex-col4 > *:nth-child(4n) {
  margin-right: 0;
}

/* --- margin --- */
.mgn-btm8 {
  margin-bottom: 8px;
}
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm24 {
  margin-bottom: 24px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm40 {
  margin-bottom: 40px;
}
.mgn-btm48 {
  margin-bottom: 48px;
}
.mgn-btm56 {
  margin-bottom: 56px;
}
.mgn-btm64 {
  margin-bottom: 64px;
}
.mgn-btm72 {
  margin-bottom: 72px;
}
.mgn-btm80 {
  margin-bottom: 80px;
}

/* --- pc or sp --- */
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.sp-none-flex {
  display: flex;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .inner-mid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .sp-none,
  .sp-none-flex {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .txt-ctr.sp-txt-lft {
    text-align: left;
  }
  .section_pdg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .flex-sp-none {
    display: block;
  }
  .flex-sp-column {
    flex-direction: column;
  }
  .flex-sp-column-rev {
    flex-direction: column-reverse;
  }

  /* --- ざっくりflexレイアウト - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
  .flex-sp-block > * {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .flex-col2.flex-sp-block > *:last-child,
  .flex-col3.flex-sp-block > *:last-child,
  .flex-col4.flex-sp-block > *:last-child {
    margin-bottom: 0;
  }
  .flex-sp-col2 > *,
  .flex-sp-col2.flex-col3 > *:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col2 > *:nth-child(even) {
    margin-right: 0;
  }
  .flex-sp-col3 > *,
  .flex-sp-col3.flex-col4 > *:nth-child(4n) {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-sp-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* bg
**************************************** */

.bg-gray-wall {
  background-image: url(../images/common/pt_grey_wall.jpg);
}
.bg-bluegray {
  background-image: url(../images/common/pt_bluegrey_concrete.jpg);
}
.bg-bluegray-nami {
  position: relative;
  background-position: center;
  background-image: url(../images/common/pt_bluegrey_concrete.png);
}
.bg-bluegray-gra::before {
  content: "";
  position: absolute;
  top: -90px;
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(../images/common/bg_bluegray_gra.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}
.bg-bluegray-nami::before {
  content: "";
  position: absolute;
  top: -64px;
  display: block;
  width: 100%;
  height: 64px;
  background-image: url(../images/index/voice_bg_nami.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.bg-orange {
  background-image: url(../images/common/pt_orange.jpg);
}
.bg-orange-paper {
  position: relative;
  background-image: url(../images/common/pt_orange_paper.jpg);
}
.bg-graywall {
  background-image: url(../images/common/pt_grey_wall.jpg);
}
.bg-ora_dot {
  background-image: url(../images/common/pt_orange_dot.jpg);
}
.bg-cream {
  background-image: url(../images/common/pt_creem.jpg);
}
.bg-gray-paper {
  background-image: url(../images/common/pt_grey_paper.jpg);
}
.bg-cta_green {
  background-image: url(../images/common/bg_white_top.png), url(../images/common/pt_cta_green.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center -1px, center;
  background-size: 100% auto, contain;
}
.bg-white {
  position: relative;
  background-color: #fff;
  padding-top: 1px;
}
.bg-white .inner {
  margin-top: -80px;
  padding-bottom: 80px;
}
.bg-white-triangle::before {
  content: "";
  position: absolute;
  top: -190px;
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(../images/common/kata_zirei_house_shita.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.triangle_pdg {
  padding-bottom: 300px;
}

@media only screen and (max-width: 767px) {
  .bg-white-triangle::before {
    top: -80px;
    width: 100%;
    height: 81px;
    background-image: url(../images/common/kata_zirei_house_shita.png);
  }
  .triangle_pdg {
    padding-bottom: 200px;
  }
  .bg-bluegray-nami::before {
    top: -64px;
    width: 100%;
    height: 64px;
    background-image: url(../images/index/voice_bg_nami_sp.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 375px 64px;
  }
  .bg-cta_green {
    background: url(../images/common/pt_cta_green.jpg);
  }
}

/* ttl
**************************************** */
.page_ttl {
  background: #eee;
  padding: 80px 0;
  text-align: center;
}
.section_ttl {
  position: relative;
  margin-bottom: 48px;
  font-size: 250%;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "A1 Mincho", serif;
  z-index: 0;
}
.section_ttl strong {
  font-size: 120%;
}
.section_ttl span {
  display: block;
  font-size: 50%;
  color: #ff8430;
  font-family: "EB Garamond", serif;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.section_ttl img {
  margin-bottom: 16px;
}
.ttl_orange-big::before,
.ttl_orange-sm::before,
.ttl_white-sm::before,
.ttl_brush-01::after,
.ttl_brush-02::after,
.ttl_brush-03::after,
.ttl_brush-white::after {
  content: "";
  display: block;
  margin: auto;
  z-index: -1;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.ttl_brush-01::after,
.ttl_brush-02::after,
.ttl_brush-03::after,
.ttl_brush-white::after {
  right: 0;
  left: 0;
  position: absolute;
}
.ttl_orange-big::before {
  width: 136px;
  height: 56px;
  background-image: url(../images/common/ttl_kazari_orange_big.png);
  margin-bottom: 8px;
}
.ttl_orange-sm::before {
  width: 85px;
  height: 35px;
  background-image: url(../images/common/ttl_kazari_orange01.png);
}
.ttl_white-sm::before {
  width: 85px;
  height: 35px;
  background-image: url(../images/common/ttl_kazari_white01.png);
}
.ttl_brush-01::after {
  width: 370px;
  height: 142px;
  background-image: url(../images/common/ttl_bg_penki01.png);
  top: 50px;
}
.ttl_brush-02::after {
  width: 441px;
  height: 136px;
  background-image: url(../images/common/ttl_bg_penki02.png);
  top: 40px;
}
.ttl_brush-03::after {
  width: 400px;
  height: 136px;
  background-image: url(../images/common/ttl_bg_penki03.png);
  top: 40px;
}
.ttl_brush-white::after {
  width: 370px;
  height: 142px;
  background-image: url(../images/common/ttl_bg_penki04.png);
  top: 40px;
}
.ttl_brush-01 span::before,
.ttl_brush-02 span::before,
.ttl_brush-03 span::before,
.ttl_brush-white span::before,
.ttl_orange-sm span::before,
.ttl_white-sm span::before {
  content: "";
  display: block;
  height: 7px;
  background-repeat: repeat;
  margin: 8px auto;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.ttl_brush-01 span::before,
.ttl_brush-02 span::before {
  background-image: url(../images/common/line_nami_orange02_big.png);
  width: 400px;
}
.ttl_brush-03 span::before,
.ttl_brush-white span::before {
  background-image: url(../images/common/line_nami_orange02_big.png);
  width: 320px;
}
.ttl_orange-sm span::before {
  background-image: url(../images/common/line_nami_orange02.png);
  width: 240px;
  height: 6px;
}
.ttl_white-sm span::before {
  background-image: url(../images/common/line_nami_white01.png);
  width: 240px;
  height: 6px;
}
.ttl_white-sm span {
  color: #fff;
}
.ttl_line {
  width: 100%;
  overflow: hidden;
  font-size: 200%;
  text-align: center;
}
.ttl_line h2 {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.ttl_line--txt {
  padding: 0 48px;
}
.ttl_line span {
  font-size: 68%;
  font-weight: 400;
}
.ttl_line h2::before,
.ttl_line h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 400%;
  height: 6px;
  background-image: url(../images/common/menu_w_line.png);
}
.ttl_line h2::after {
  right: 100%;
}
.ttl_line h2::before {
  left: 100%;
}
.ttl-under_nami::after {
  content: "";
  background-image: url(../images/gaiheki/line_nami_orange01.png);
  display: block;
  width: 80px;
  height: 6px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.ttl-top_nami::before {
  content: "";
  background-image: url(../images/gaiheki/line_nami_orange01.png);
  display: block;
  width: 80px;
  height: 6px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.ttl-under_gray::after {
  content: "";
  background-image: url(../images/common/line_nami_bluegray.png);
  display: block;
  width: 80px;
  height: 6px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.ttl-under_white::after {
  mix-blend-mode: plus-lighter;
  opacity: 0.3;
}
.ttl-nami-center::after {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .section_ttl {
    font-size: 190%;
    margin-bottom: 32px;
  }
  .section_ttl img {
    margin-bottom: 8px;
  }
  .ttl_brush-01::after {
    width: 290px;
    height: 111px;
    background-image: url(../images/common/ttl_bg_penki01_sp.png);
  }
  .ttl_brush-02::after {
    width: 238px;
    height: 73px;
    background-image: url(../images/common/ttl_bg_penki02_sp.png);
  }
  .ttl_brush-03::after {
    width: 238px;
    height: 80px;
    top: 50px;
    background-image: url(../images/common/ttl_bg_penki03_sp.png);
  }
  .ttl_brush-white::after {
    width: 230px;
    height: 87px;
    background-image: url(../images/common/ttl_bg_penki04_sp.png);
  }
  .ttl_orange-big::before {
    background-image: url(../images/common/ttl_kazari_orange_big_sp.png);
    margin-bottom: 8px;
  }
  .ttl_orange-sm::before {
    background-image: url(../images/common/ttl_kazari_orange01_sp.png);
    margin-bottom: 8px;
  }
  .ttl_white-sm::before {
    background-image: url(../images/common/ttl_kazari_white01_sp.png);
    margin-bottom: 8px;
  }
  .ttl_brush-01 span::before,
  .ttl_brush-02 span::before {
    background-image: url(../images/common/line_nami_orange02_big_sp.png);
    width: 240px;
    top: 50px;
  }
  .ttl_brush-03 span::before,
  .ttl_brush-white span::before {
    background-image: url(../images/common/line_nami_orange02_big_sp.png);
    width: 200px;
  }
  .ttl_orange-sm span::before {
    background-image: url(../images/common/line_nami_orange02_sp.png);
    width: 160px;
  }
  .ttl_white-sm span::before {
    background-image: url(../images/common/line_nami_white01_sp.png);
    width: 160px;
  }
  .ttl_line {
    font-size: 150%;
  }
  .ttl_line h2 {
    margin: 0 1em;
    padding: 0 0.5em;
  }
  .ttl_line h2::before,
  .ttl_line h2::after {
    width: 400%;
    height: 6px;
    background-image: url(../images/common/menu_w_line_sp.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .ttl-under_nami::after,
  .ttl-top_nami::before,
  .ttl-under_gray::after {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .ttl-under_nami::after {
    background-image: url(../images/gaiheki/line_nami_orange01_sp.png);
  }
  .ttl-top_nami::before {
    background-image: url(../images/gaiheki/line_nami_orange01_sp.png);
  }
  .ttl-under_gray::after {
    background-image: url(../images/common/line_nami_bluegray_sp.png);
  }
}

/* txt
**************************************** */
.txt-ctr {
  text-align: center;
}
.txt-rgt {
  text-align: right;
}
.txt-sm {
  font-size: 87.5%;
}
.txt-marker {
  background-image: linear-gradient(transparent 60%, #fdf3de 60%);
}

.mincho {
  font-family: "A1 Mincho", serif;
}
.koburina {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: 300;
}
.koburina-bold {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.garamond {
  font-family: "EB Garamond", serif;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.txt-orange {
  color: #ff8430;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.txt-lg {
  font-size: 113%;
}
.txt-under_nami {
  position: relative;
}
.txt-under_nami::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  background-image: url(../images/common/meyasu_nami.png);
  background-repeat: repeat-x;
}

/* box
**************************************** */

.box-orange_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 600px;
  height: 152px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/common/bg_meyasu_siromaru.png);
}
.box-bevel {
  padding: 20px;
  margin-bottom: 30px;
  background: -webkit-linear-gradient(45deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(135deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(225deg, transparent 10px, #fff 10px),
    -webkit-linear-gradient(315deg, transparent 10px, #fff 10px);
  background: linear-gradient(45deg, transparent 10px, #fff 10px), linear-gradient(315deg, transparent 10px, #fff 10px),
    linear-gradient(225deg, transparent 10px, #fff 10px), linear-gradient(135deg, transparent 10px, #fff 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 80%;
  background-repeat: no-repeat;
}
.box-whitewave {
  width: 1080px;
  background-image: url(../images/common/flow_bg_white01.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .box-orange_dot {
    width: 288px;
    height: 91px;
    background-size: 100% auto;
    font-size: 93%;
    line-height: 2;
    background-image: url(../images/common/bg_meyasu_siromaru_sp.png);
  }
  .txt-under_nami::after {
    bottom: -8px;
    background-image: url(../images/common/meyasu_nami_sp.png);
    background-repeat: repeat-x;
    background-size: 86px 5px;
  }
}

/* bg-img
**************************************** */

.bg-img > div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.tare01 {
  width: 289px;
  height: 14px;
  background-image: url(../images/index/mind_bg_white01_kazari.png);
}
.tare02 {
  width: 368px;
  height: 16px;
  background-image: url(../images/index/mind_bg_white02_kazari.png);
}
.tare03 {
  width: 320px;
  height: 15px;
  background-image: url(../images/index/mind_bg_white03_kazari.png);
}
.bg-orange-paper .point_tare {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  background-image: url(../images/index/point_bg_kazari01.jpg);
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-bluegray .point_tare {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  background-image: url(../images/index/nami_bg_kazari.svg);
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-img .line_tile {
  width: 100%;
  height: 21px;
  background-image: url(../images/common/line_tile.png);
  background-repeat: repeat-x;
  background-size: auto;
  bottom: 28px;
}
.ink_kan {
  background-image: url(../images/index/reason_img_penkikan.png);
  width: 325px;
  height: 155px;
}
.hake {
  background-image: url(../images/index/reason_img_hake.png);
  width: 191px;
  height: 237px;
}
.flow1::after,
.flow2::after,
.flow3::after,
.flow4::after,
.flow5::after,
.flow6::after,
.flow7::after,
.flow8::after,
.flow9::after,
.flow10::after,
.flow11::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
}
.flow-orange1::after,
.flow-orange2::after,
.flow-orange3::after,
.flow-orange4::after,
.flow-orange5::after,
.flow-orange6::after,
.flow-orange7::after,
.flow-orange8::after,
.flow-orange9::after,
.flow-orange10::after,
.flow-orange11::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 55px;
  opacity: 0.5;
}
.flow1::after {
  width: 54px;
  height: 141px;
  background-image: url(../images/gaiheki/flow_number_01.png);
}
.flow2::after {
  width: 91px;
  height: 141px;
  background-image: url(../images/gaiheki/flow_number_02.png);
}
.flow3::after {
  width: 78px;
  height: 142px;
  background-image: url(../images/gaiheki/flow_number_03.png);
}
.flow4::after {
  width: 100px;
  height: 149px;
  background-image: url(../images/gaiheki/flow_number_04.png);
}
.flow5::after {
  width: 85px;
  height: 149px;
  background-image: url(../images/gaiheki/flow_number_05.png);
}
.flow6::after {
  width: 93px;
  height: 152px;
  background-image: url(../images/gaiheki/flow_number_06.png);
}
.flow7::after {
  width: 92px;
  height: 149px;
  background-image: url(../images/gaiheki/flow_number_07.png);
}
.flow8::after {
  width: 85px;
  height: 152px;
  background-image: url(../images/gaiheki/flow_number_08.png);
}
.flow9::after {
  width: 93px;
  height: 152px;
  background-image: url(../images/gaiheki/flow_number_09.png);
}
.flow10::after {
  width: 146px;
  height: 152px;
  background-image: url(../images/gaiheki/flow_number_10.png);
}
.flow11::after {
  width: 138px;
  height: 141px;
  background-image: url(../images/gaiheki/flow_number_11.png);
}
.flow-orange1::after {
  width: 54px;
  height: 141px;
  background-image: url(../images/flow/flow_number_orange01.png);
}
.flow-orange2::after {
  width: 91px;
  height: 141px;
  background-image: url(../images/flow/flow_number_orange02.png);
}
.flow-orange3::after {
  width: 78px;
  height: 142px;
  background-image: url(../images/flow/flow_number_orange03.png);
}
.flow-orange4::after {
  width: 100px;
  height: 149px;
  background-image: url(../images/flow/flow_number_orange04.png);
}
.flow-orange5::after {
  width: 85px;
  height: 149px;
  background-image: url(../images/flow/flow_number_orange05.png);
}
.flow-orange6::after {
  width: 93px;
  height: 152px;
  background-image: url(../images/flow/flow_number_orange06.png);
}
.flow-orange7::after {
  width: 92px;
  height: 149px;
  background-image: url(../images/flow/flow_number_orange07.png);
}
.flow-orange8::after {
  width: 85px;
  height: 152px;
  background-image: url(../images/flow/flow_number_orange08.png);
}
.flow-orange9::after {
  width: 93px;
  height: 152px;
  background-image: url(../images/flow/flow_number_orange09.png);
}
.flow-orange10::after {
  width: 146px;
  height: 152px;
  background-image: url(../images/flow/flow_number_orange10.png);
}
.flow-orange11::after {
  width: 127px;
  height: 141px;
  background-image: url(../images/flow/flow_number_orange11.png);
}

@media only screen and (max-width: 767px) {
  .tare01 {
    width: 194px;
    height: 10px;
    background-image: url(../images/index/mind_bg_white01_kazari_sp.png);
  }
  .tare02 {
    width: 242px;
    height: 10px;
    background-image: url(../images/index/mind_bg_white02_kazari_sp.png);
  }
  .tare03 {
    width: 209px;
    height: 10px;
    background-image: url(../images/index/mind_bg_white03_kazari_sp.png);
  }
  .bg-orange-paper .point_tare {
    background-image: url(../images/common/nami_bg_kazari_sp.png);
  }
  .flow1::after,
  .flow2::after,
  .flow3::after,
  .flow4::after,
  .flow5::after,
  .flow6::after,
  .flow7::after,
  .flow8::after,
  .flow9::after,
  .flow10::after,
  .flow11::after,
  .flow-orange1::after,
  .flow-orange2::after,
  .flow-orange3::after,
  .flow-orange4::after,
  .flow-orange5::after,
  .flow-orange6::after,
  .flow-orange7::after,
  .flow-orange8::after,
  .flow-orange9::after,
  .flow-orange10::after,
  .flow-orange11::after {
    background-size: cover;
  }
  .flow1::after {
    width: 31px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_01_sp.png);
  }
  .flow2::after {
    width: 63px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_02_sp.png);
  }
  .flow3::after {
    width: 55px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_03_sp.png);
  }
  .flow4::after {
    width: 68px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_04_sp.png);
  }
  .flow5::after {
    width: 58px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_05_sp.png);
  }
  .flow6::after {
    width: 65px;
    height: 106px;
    background-image: url(../images/gaiheki/flow_number_06_sp.png);
  }
  .flow7::after {
    width: 60px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_07_sp.png);
  }
  .flow8::after {
    width: 59px;
    height: 105px;
    background-image: url(../images/gaiheki/flow_number_08_sp.png);
  }
  .flow9::after {
    width: 60px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_09_sp.png);
  }
  .flow10::after {
    width: 96px;
    height: 100px;
    background-image: url(../images/gaiheki/flow_number_10_sp.png);
  }
  .flow11::after {
    width: 91px;
    height: 93px;
    background-image: url(../images/gaiheki/flow_number_10_sp.png);
  }
  .flow-orange1::after,
  .flow-orange2::after,
  .flow-orange3::after,
  .flow-orange4::after,
  .flow-orange5::after,
  .flow-orange6::after,
  .flow-orange7::after,
  .flow-orange8::after,
  .flow-orange9::after,
  .flow-orange10::after,
  .flow-orange11::after {
    content: "";
    position: absolute;
    top: 39px;
    left: 37px;
    opacity: 0.5;
  }
  .flow-orange1::after {
    width: 34px;
    height: 103px;
  }
  .flow-orange2::after {
    width: 67px;
    height: 103px;
  }
  .flow-orange3::after {
    width: 55px;
    height: 103px;
  }
  .flow-orange4::after {
    width: 69px;
    height: 103px;
  }
  .flow-orange5::after {
    width: 58px;
    height: 103px;
  }
  .flow-orange6::after {
    width: 61px;
    height: 103px;
  }
  .flow-orange7::after {
    width: 63px;
    height: 103px;
  }
  .flow-orange8::after {
    width: 55px;
    height: 103px;
  }
  .flow-orange9::after {
    width: 62px;
    height: 103px;
  }
  .flow-orange10::after {
    width: 99px;
    height: 103px;
  }
  .flow-orange11::after {
    width: 93px;
    height: 103px;
  }
}

/* table & list
**************************************** */

/* btn
**************************************** */
.more {
  display: block;
  min-width: 280px;
  max-width: 100%;
  margin: auto;
  font-size: 106%;
  letter-spacing: 0.2em;
  height: 48px;
  line-height: 46px;
  color: #aaa;
  border: 2px solid;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}
.more:hover {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.btn {
  display: inline-block;
  padding: 16px 48px;
  transition: all 0.4s ease-out;
}
.btn-wrap {
  width: 100%;
}
.bevel {
  background: linear-gradient(45deg, transparent 6px, #ff8430 6px),
    linear-gradient(315deg, transparent 6px, #ff8430 6px), linear-gradient(225deg, transparent 6px, #ff8430 6px),
    linear-gradient(135deg, transparent 6px, #ff8430 6px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 70%;
  background-repeat: no-repeat;
  color: #fff;
}
.bevel:hover {
  background: linear-gradient(45deg, transparent 6px, #fc6600 6px),
    linear-gradient(315deg, transparent 6px, #fc6600 6px), linear-gradient(225deg, transparent 6px, #fc6600 6px),
    linear-gradient(135deg, transparent 6px, #fc6600 6px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 70%;
  background-repeat: no-repeat;
}
.bevel.bevel-green {
  background: linear-gradient(45deg, transparent 6px, #006b5e 6px),
    linear-gradient(315deg, transparent 6px, #006b5e 6px), linear-gradient(225deg, transparent 6px, #006b5e 6px),
    linear-gradient(135deg, transparent 6px, #006b5e 6px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 50%;
  background-repeat: no-repeat;
}
.bevel.bevel-green:hover {
  background: linear-gradient(45deg, transparent 6px, #0e8b7c 6px),
    linear-gradient(315deg, transparent 6px, #0e8b7c 6px), linear-gradient(225deg, transparent 6px, #0e8b7c 6px),
    linear-gradient(135deg, transparent 6px, #0e8b7c 6px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 50%;
  background-repeat: no-repeat;
}
.arrow-right,
.arrow-bottom {
  position: relative;
}
.arrow-bottom {
  padding: 12px 48px 26px;
}
.arrow-right::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-50%);
}
.arrow-bottom::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
}

/* first
**************************************** */

.about-first-cont {
  z-index: 1;
  position: relative;
  gap: 48px;
}
.ttl-paint {
  width: fit-content;
  height: 136px;
  position: relative;
}
.about-first-cont p {
  font-size: 16px;
  letter-spacing: 0.48px;
}
.txt-orange {
  font-weight: 600;
  color: #ff8430;
}
.ttl-paint::before {
  position: absolute;
  width: 400px;
  height: 100%;
  content: "";
  background-image: url(../images/first/sectionttl-deco04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -65px;
  top: -29px;
  z-index: -1;
}
.about-first-btn {
  gap: 24px;
}
.about-first-btn a {
  text-align: center;
  min-width: 300px;
  padding: 16px 48px 24px 48px;
}
.about-first-btn a::after {
  transform: rotate(135deg) translateY(-50%);
}
.first-introduction--txt {
  background-color: #fff;
  padding: 56px;
}
.first-introduction--txt .box {
  text-align: center;
  padding: 24px;
  background-color: #f7f7f4;
}

.first-introduction--txt .box li,
.price-list li::before {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5px;
}

.paint--type li {
  position: relative;
  margin-bottom: 5px;
}
.first-introduction--txt .box li::before,
.price-list li::before,
.paint--type li::before {
  content: "";
  float: inline-start;
  inline-size: 0.625rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 0.625rem) / 2);
  margin-inline-start: calc(0.925rem * -1);
  color: #2d695d;
  border: 1px solid;
  background-color: currentColor;
  border-radius: 50%;
}

.first-introduction--cont .introduction-ttl {
  position: relative;
  font-size: 32px;
  background-color: #fff;
  padding: 32px 48px;
  border-bottom: solid 2px #ff8430;
  border-top: solid 2px #ff8430;
  cursor: pointer;
}

.first-introduction--cont .introduction-ttl.open::after {
  transform: translateY(-50%) rotate(-45deg);
}
.first-introduction--cont .introduction-ttl:hover::after {
  border-color: #ff8430;
}
.first-introduction--cont .introduction-ttl::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(135deg);
  right: 48px;
  top: 50%;
  transition: all 0.4s ease-out;
}
.first-introduction--cont .introduction-ttl span {
  margin-left: 32px;
  font-size: 20px;
  background-color: #ff8430;
  color: #fff;
  padding: 8px 16px;
}
.first-introduction--cont .box {
  padding: 0 48px;
  background-color: #fff;
  border-radius: 0;
  display: none;
}
.first-introduction--cont img {
  width: 448px;
}
.first-introduction--cont .box-child {
  padding: 48px 0;
  gap: 48px;
  align-items: flex-start;
  border-bottom: solid 2px #fdf2de;
}
.first-introduction--cont .box-child .num {
  font-size: 24px;
  padding-left: 8px;
}
.first-introduction--cont .box-child .garamond {
  font-size: 18px;
  color: #ff8430;
}
.first-introduction--cont .box-child .box-ttl {
  font-size: 32px;
}
.first-introduction--cont .box-child img {
  object-fit: contain;
}
.first-introduction--cont .box-child--ttl {
  font-size: 20px;
}
.first-introduction--cont .box-child--ttl span {
  font-family: "Koburina Gothic Std ";
  font-size: 16px;
  font-weight: 300;
  padding: 16px;
}
.box-child--btn {
  padding: 32px 40px;
  background-color: #f7f7f4;
}
.box-child--btn a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
.first-introduction--cont .banner {
  padding: 48px;
}
.first-introduction--cont .banner img.sp-none {
  width: 889px;
  display: block;
  margin: 0 auto;
}

.price-grade .content_area,
.paint-grade .content-area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
}

.price-grade .tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paint-grade .tab-container .tab02,
.paint-grade .tab-container .tab03 {
  margin-bottom: 0;
  justify-content: center;
}
.price-grade td,
.price-ashiba .font-br {
  font-family: "A1 Mincho";
  font-size: 20px;
  color: #652b00;
}
.paint-table.price-grade td {
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 16px;
  color: #28292a;
  text-align: left;
}
.paint-table.price-grade .arrow {
  font-family: "Koburina Gothic W6 JIS2004";
  text-align: center;
}
.paint-table table {
  position: relative;
}
.arrow-img {
  position: absolute;
  width: fit-content;
  left: 276px;
  bottom: 35px;
}
.price-grade .tab {
  font-weight: 500;
  width: calc(50% - 8px);
  padding: 16px 32px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.price-grade .tab h3 {
  font-size: 32px;
}
.price-grade .tab.active,
.paint-grade .tab02.active,
.paint-grade .tab03.active {
  background-color: #fff;
}
.price-grade .tab,
.paint-grade .tab02,
.paint-grade .tab03 {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px 16px 0 0;
}
.price-grade .tab-top {
  color: #fff;
}
.price-grade .content,
.paint-grade .content02,
.paint-grade .content03 {
  display: none; /*必須*/
  background-color: #fff;
  padding: 48px;
  font-family: "Koburina Gothic Std ";
}
.price-grade .content.show,
.paint-grade .content02.show,
.paint-grade .content03.show {
  display: block; /*必須*/
}
.price-grade th,
.price-grade td {
  padding: 16px 16px;
}
.price-grade .custom-table {
  border-spacing: 8px 4px;
  border-collapse: separate;
}
.price-grade .table1,
.price-grade .table2,
.price-grade .table3,
.price-grade .table4 {
  border-radius: 16px 16px 0 0;
  white-space: nowrap;
}

.price-grade .table1,
.price-grade .table2,
.price-grade .table3,
.price-grade .table4,
.price-grade .table6,
.price-grade .table7,
.price-grade .table8,
.price-grade .table9 {
  width: 238px;
}

.price-grade .table6,
.price-grade .table7,
.price-grade .table8,
.price-grade .table9 {
  text-align: center;
}
.num-table {
  text-align: center !important;
}
.price-grade .table1 {
  background-color: #ff986a;
}
.price-grade .table2 {
  background-color: #ff845e;
}
.price-grade .table3 {
  background-color: #ff655a;
}
.price-grade .table4 {
  background-color: #f2615c;
}
.price-grade .table5 {
  background-color: #fdf2de;
  width: 120px !important;
}
.price-grade .left-top {
  border-radius: 16px 0 0 0;
}
.price-grade .table6 {
  background-color: #fff5e6;
}
.price-grade .table7 {
  background-color: #fff0e5;
}
.price-grade .table8 {
  background-color: #ffede6;
}
.price-grade .table9 {
  background-color: #ffe8e6;
}
.paint-grade .tab-container {
  gap: 8px !important;
}
.paint-grade .tab02,
.paint-grade .tab03 {
  width: calc(27% - 24px);
  font-weight: 500;
  padding: 16px 32px;
  background-color: #f2f2f2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 24px;
  white-space: nowrap;
}
.paint-grade img {
  object-fit: contain;
}
.paint-grade .lineup-ttl {
  position: relative;
  height: 104px;
  font-size: 32px;
  font-weight: 450;
  line-height: 1.7;
  position: relative;
}
.paint-grade .lineup-ttl::after {
  content: "";
  width: 80px;
  height: 6px;
  background-image: url(../images/first/ttl-deco.svg);
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.paint-grade .lineup-ttl .subttl {
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .paint-table .table6,
  .paint-table .table7,
  .paint-table .table8,
  .paint-table .table9 {
    min-width: 200px;
  }
  .paint-table--lineup {
    background-color: #fff;
    padding: 18px;
    margin-bottom: 24px;
  }
  .lineup-tab-re .list li {
    padding-left: 30px !important;
  }
  .lineup-tab-re .list li::before {
    margin-block: calc((1lh - 0.725rem) / 2) !important;
    inline-size: 1rem !important;
  }
  .paint-grade .lineup-ttl {
    font-size: 20px;
  }
  .paint-grade .lineup-ttl .subttl {
    font-size: 18px;
  }
  .paint-grade .lineup-ttl {
    height: 80px;
  }
  .lineup-tab-re {
    padding-top: 16px !important;
  }
  .arrow-img {
    width: 550px;
    left: 210px;
  }
  .price-grade .tab-ttl,
  .paint-grade .tab-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 16px;
  }
  .price-grade .tab-ttl h3,
  .paint-grade .tab-ttl h3 {
    font-size: 24px;
  }
  .price-grade .table-wrap {
    overflow: scroll;
  }
  .price-grade th,
  .price-grade td {
    padding: 8px 8px;
    font-size: 13px;
    vertical-align: middle;
  }
  .left-top {
    white-space: nowrap;
  }
  .price-table {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
  }
  .price-ashiba {
    padding: 24px 24px 20px 24px !important;
  }
  .box-bevel .price-table {
    padding: 0;
  }
  .price-ashiba th,
  .price-ashiba td {
    padding: 8px !important;
  }
  .price-grade td,
  .price-ashiba .font-br {
    font-size: 16px;
  }
  .price-ashiba-img {
    flex-direction: column-reverse;
  }
  .price-ashiba-img .ashiba-ttl {
    font-size: 20px;
  }
  .price-promise .ashiba-ttl {
    font-size: 20px;
  }
  .price-promise::after {
    background-position: top !important;
  }
  .price-promise .inner {
    padding-top: 160px;
  }
  .price-promise {
    height: 100% !important;
    padding-bottom: 40px;
  }
  .price-ashiba .box-bevel {
    padding: 20px 20px 16px 20px !important;
  }
}
.paint-grade .content02 p,
.paint-grade .content03 p {
  letter-spacing: 0.48px;
  font-family: "Koburina Gothic W3 JIS2004";
}
.paint-grade .content02 .list.flex,
.paint-grade .content03 .list.flex {
  gap: 112px;
  justify-content: space-around;
  width: 100%;
}
.content02-box,
.content03-box {
  gap: 48px;
}
.lineup-tab-re--list {
  width: 100%;
  justify-content: space-around;
}
.lineup-tab-re p {
  font-family: "A1 Mincho", serif !important;
  color: #ff8430;
  font-size: 24px;
  white-space: nowrap;
}
.lineup-tab-re {
  padding-top: 32px;
  gap: 87px;
  width: 100%;
  border-top: solid 2px #fdf2de;
}
.lineup-tab-re .boc .lineup-tab-re .list {
  width: 100%;
  justify-content: space-around;
}
.lineup-tab-re .list li {
  padding-left: 16px;
}
.lineup-tab-re .list li,
.price-list li {
  position: relative;
  font-weight: 600;
}
.lineup-tab-re .marker {
  background: linear-gradient(transparent 50%, #fdf2de 50%);
}
.lineup-tab-re .column li {
  margin-bottom: 12px;
}
.lineup-tab-re .list li::before {
  content: "";
  float: inline-start;
  inline-size: 1.5rem;
  aspect-ratio: 1;
  margin-block: calc((1lh - 1.625rem) / 2);
  margin-inline-start: calc(1.725rem * -1);
  content: "";
  background-image: url(../images/first/check-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.first-plice--box {
  padding: 48px;
}
.first-plice--box .box {
  gap: 48px;
}
.price-list {
  padding-left: 26px;
}
.first-price--cont {
  gap: 40px;
}
.first-price--cont-box {
  width: calc(50% - 20px);
  padding: 0;
}
.first-price--cont-box .ttl {
  font-size: 32px;
}
.first-price--cont-box .txt {
  padding: 40px 56px 48px 56px;
  height: 508px;
  background-color: #fff;
  clip-path: polygon(
    0 0,
    /* 左上 */ 100% 0,
    /* 右上 */ 100% calc(100% - 20px),
    /* 右下手前 */ calc(100% - 20px) 100%,
    /* 右下削る */ 20px 100%,
    /* 左下削る */ 0 calc(100% - 20px) /* 左下手前 */
  );
}
.first-price--cont-box img {
  clip-path: polygon(
    20px 0,
    /* 左上の内側 */ calc(100% - 20px) 0,
    /* 右上の内側 */ 100% 20px,
    /* 右上の外側 */ 100% 100%,
    /* 右下 */ 0 100%,
    /* 左下 */ 0 20px /* 左上の外側 */
  );
}
.first-price--cont-box .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.first-price--cont-box .btn a {
  color: #fff;
}
.first-voice-cont .list li {
  position: relative;
  font-size: 20px;
}
.first-voice-cont .box-bevel {
  padding: 32px 40px;
}
.first-voice-cont .list {
  padding-left: 32px;
}
.first-voice-cont .list li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/first/batu-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.first-voice-cont {
  gap: 56px;
}
.first-voice li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.first-voice li .txt {
  text-align: left;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 6; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.first-voice li .post-date {
  padding-right: 8px;
  font-family: "A1 Mincho", serif;
  color: #818f98;
}
.first-voice li .btn a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about-first-btn-cont:not(:last-child) {
    margin-bottom: 16px;
  }
  .about-first-btn-cont a {
    margin: 0 auto;
    display: block;
  }
  .first-introduction--txt {
    padding: 24px;
  }
  .first-introduction--txt .box {
    padding: 10px;
  }
  .first-introduction--cont .introduction-ttl {
    padding: 16px 40px;
    font-size: 20px;
  }
  .first-introduction--txt .box li::before,
  .price-list li::before {
    width: 6px;
    height: 6px;
    left: -10px;
  }
  .first-introduction--cont .box {
    padding: 0 24px;
  }
  .first-introduction--cont .box-child .box-ttl {
    font-size: 24px;
  }
  .first-introduction--cont .box-child {
    padding: 24px 0;
  }
  .first-introduction--cont .box-child:nth-child(2) {
    flex-direction: column-reverse;
    gap: 0;
  }
  .box-child--btn {
    padding: 16px 20px;
  }
  .introduction-ttl {
    text-align: center;
  }
  .first-introduction--cont .introduction-ttl::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .first-introduction--cont .introduction-ttl span {
    display: block;
    margin-left: 0;
    font-size: 16px;
    padding: 4px 8px;
  }
  .first-introduction--cont .banner {
    padding: 24px;
  }
  .first-introduction--cont .banner img.sp-none {
    display: none;
  }
  .first-plice--box {
    padding: 0;
  }
  .first-plice--box .box {
    padding: 24px;
  }
  .first-plice--box .box:first-child img {
    padding-bottom: 24px;
  }
  .first-plice--box .box:nth-child(2) {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .first-price--cont-box {
    width: 100%;
  }
  .first-price--cont-box .ttl {
    font-size: 24px;
  }
  .first-price--cont-box .txt {
    padding: 20px 28px 24px 28px;
    height: auto;
  }
  .first-price--cont-box:first-child {
    margin-bottom: 16px;
  }
  .first-voice li {
    height: auto;
  }
  .first-voice-cont .box-bevel {
    padding: 16px 20px;
  }
  .first-voice-cont .list li {
    font-size: 16px;
  }
  .first-voice-cont .list li::before {
    width: 16px;
    height: 16px;
  }
  .first-voice-cont-img {
    padding-top: 24px;
  }
  .ttl-paint::before {
    left: -35px;
  }
  .ttl-paint {
    height: 104px;
    margin-bottom: 16px;
  }
  .about-first-cont .pc-none {
    margin-bottom: 16px;
  }
}
/* cta
**************************************** */
.cta_link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.cta_link::after {
  background: #fff;
  content: "";
  height: 457px;
  left: -270px;
  opacity: 0.2;
  position: absolute;
  top: -130px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  width: 150px;
  z-index: 1;
}
.cta_link:hover::after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.cta-box {
  position: relative;
  width: 914px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background-color: #61a199;
  z-index: 10;
}
.bg-cta_green .cta-box {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .cta_link.pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta-box {
    width: 90%;
  }
  .cta_link.sp-none {
    display: none;
  }
}
.first-qa .btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.first-qa .btn a {
  color: #fff;
}
.first-qa .related-link {
  color: #557097;
}
/* ##############################################################################

    HEADER

############################################################################## */
/* header
**************************************** */
.header {
  position: relative;
  z-index: 1000;
}
.header--nav-top {
  width: 100%;
  height: 155px;
  background-image: url(../images/mavi_bg.png);
}

.page_ttl {
  position: relative;
  height: 470px;
  margin-top: 88px;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.page_ttl::before {
  content: url(../images/common/title_bg_bokashi.png);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.page_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/header/subvisual_yogore.png);
  width: 100%;
  height: 63px;
  background-position: center bottom;
}
.page_ttl .inner {
  position: relative;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page_ttl-jp,
.page_ttl-eng {
  display: block;
  letter-spacing: 0.2em;
}
.page_ttl-jp {
  font-size: 280%;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-bottom: 8px;
}
.page_ttl-eng {
  font-size: 135%;
  color: #ff8430;
  font-weight: 400;
}
.page-404 .page_ttl {
  background-size: contain;
  background-repeat: repeat;
}
.archive-news .page_ttl,
.single-news .page_ttl {
  background-image: url(../images/mainvisual04.jpg);
  background-position: bottom center;
}
.single-news .page_ttl,
.single-works .page_ttl {
  height: 320px;
}
.single-news .page_ttl::before,
.single-works .page_ttl::before {
  top: -54px;
}
.page-sealing .page_ttl {
  background-position: bottom center;
}

@media only screen and (max-width: 767px) {
  .page_ttl {
    height: 240px;
    margin-top: 48px;
    padding: 0;
  }
  .page_ttl-jp {
    font-size: 180%;
  }
  .page_ttl-eng {
    font-size: 115%;
  }
  .page_ttl::before {
    content: "";
    background-image: url(../images/common/title_bg_bokashi.png);
    width: 320px;
    height: 158px;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin: auto;
  }
  .single-news .page_ttl,
  .single-works .page_ttl {
    height: 240px;
  }
  .single-news .page_ttl::before,
  .single-works .page_ttl::before {
    top: 20px;
  }
  .page-sealing .page_ttl {
    background-position: bottom 30px center;
  }
}

/* contact
**************************************** */
.fixed_contact {
  position: fixed;
  display: block;
  z-index: 100;
  right: 0;
  top: 150px;
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
  transition: all 0.2s ease-out;
}
.fixed_contact a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.fixed_contact--txt {
  position: relative;
  background-color: #fff;
  border-radius: 16px 0 0 0;
  padding: 12px;
  p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.deco-img01 {
  position: absolute;
  top: -10px;
}
.fixed-num {
  color: #ff8430;
  font-weight: 550;
  letter-spacing: 0.48px;
  span {
    font-size: 28px;
  }
}
.deco-img02 {
  position: absolute;
  bottom: -28px;
  right: 10px;
}

.contact--box {
  width: 470px;
  height: 160px;
  background-image: url(../images/footer/contact_tel_kazari.png);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-top: 21px;
}
.fixed_contact--bnr {
  position: relative;
  padding: 24px 12px;
  background-color: rgba(253, 242, 217, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 4px,
    rgba(237, 209, 153, 1) 4px,
    rgba(237, 209, 153, 1) 6px
  );
  border-radius: 0 0 0 16px;
}
.fixed_contact--bnr a:first-child {
  margin-bottom: 12px;
}

.contact--free {
  color: #ff8431;
  font-size: 124%;
  background-color: #ffffff;
  width: 300px;
  margin: auto;
  margin-bottom: 18px;
  border-top: 1px solid #ff8430;
  border-bottom: 1px solid #ff8430;
}
.contact--free span {
  color: #006b5d;
}
.contact--staff {
  bottom: -40px;
  right: -215px;
  width: 170px;
  height: 320px;
  background-image: url(../images/footer/contact_img_staff01.png);
}
.formy--wrap {
  background-color: #fff;
  padding: 32px 48px;
  border-radius: 25px;
}
.fixed_contact--cta-wrap {
  display: none;
}
.gnav-sp-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed_contact--pc {
    display: none !important;
  }
  .fixed_contact--sp {
    display: flex;
    position: fixed;
    bottom: 60px;
    width: 100%;
  }
  .fixed_contact--cta.active {
    transform: translateY(0);
  }
  .fixed_contact--cta {
    transform: translateY(58px);
    transition: transform 0.4s ease;
  }
  .fixed_contact--cta-wrap {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5.3px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    margin-bottom: 4px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .open_btn-cta {
    position: absolute;
    display: inline-block;
    top: -13px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    transition: transform 0.3s ease;
    border-radius: 999px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    z-index: 1;
  }
  .open_btn-cta::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fb7432; /* ← 矢印の色 */
    transition: transform 0.4s ease;
  }

  .open_btn-cta.active::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .fixed_contact--cta ul {
    padding: 0 6px 6px 6px;
    gap: 4px;
  }
  .fixed_contact--cta li {
    width: 50%;
  }
  .fixed_contact--cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 11px;
    width: 100%;
    color: #fff;
    font-size: 15px;
  }
  .fixed_contact--cta .contact a {
    background-color: #06c755;
    border-radius: 10px;
  }
  .fixed_contact--cta .tel a {
    background-color: #fb7432;
    border-radius: 10px;
  }
  .cta-note {
    width: fit-content;
    margin: 0 auto;
    color: #646b7a;
    position: relative;
    font-size: 13px;
    margin-bottom: -2px;
    letter-spacing: 0.39px;
  }
  .cta-note::before,
  .cta-note::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #646b7a;
    bottom: 6px;
  }
  .cta-note::after {
    transform: rotate(30deg);
    right: -6px;
  }
  .cta-note::before {
    transform: rotate(-30deg);
    left: -6px;
  }
}

/* gnav
**************************************** */
.gnav {
  height: 100%;
  padding-top: 20px;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.header--gnav.m_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.gnav--sp_wrap {
  opacity: 0; /* Rocket Loader ONの時にスマホナビが一瞬出る対策 */
}
.gnav--item {
  position: relative;
  width: 164px;
  padding: 2px 16px;
  text-align: center;
}
.gnav--item a {
  padding-bottom: 8px;
  padding-top: 16px;
  margin-left: 8px;
  margin-right: 4px;
  border-radius: 10px;
  color: #5b5e5f;
  letter-spacing: 0.15em;
  line-height: 1.5;
  transition: all 0.1s ease-out;
}
@media only screen and (min-width: 768px) {
  .gnav--item a,
  .gnav--item a span {
    font-size: clamp(0.6rem, 16 / 1920 * 100 * 1.28vw, 0.9rem);
  }
}
.gnav--item img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto 8px;
}
.gnav--item .sp-none {
  display: inline;
}
.gnav--item::before {
  content: url(../images/navi/navi_line_nami_tate.png);
  position: absolute;
  left: 0;
  top: 0;
}
.gnav--item:last-child::after {
  content: url(../images/navi/navi_line_nami_tate.png);
  position: absolute;
  right: 0;
  top: 0;
}
.gnav a {
  display: block;
}
.snav_parent::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 1px solid #e6ac48;
  border-right: 1px solid #e6ac48;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.snav {
  position: absolute;
  top: 131px;
  left: -17px;
  width: 196px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(238, 243, 248, 0.9);
  font-size: 87.5%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.snav::after {
  content: "";
  position: absolute;
  bottom: -56px;
  display: block;
  width: 100%;
  left: 0;
  height: 56px;
  background-image: url(../images/navi/navi_submenu_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index_gnav .snav_parent:hover .snav,
.header--gnav .snav_parent:hover .snav {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.snav--item {
  position: relative;
}
.snav--item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.snav--item img {
  width: auto;
  height: auto;
}
.snav--item::after {
  content: "";
  display: block;
  width: 144px;
  height: 3px;
  margin: 0 auto;
  background-image: url(../images/navi/navi_line_nami_yoko.png);
}
.snav--item:last-child::after {
  display: none;
}

.header--gnav {
  position: fixed;
  top: -150px;
  width: 100%;
  height: 88px;
  background-color: #fff;
  font-size: 87.5%;
  transition: all 0.6s ease-out;
  z-index: 110;
}
.fixed .header--gnav,
.subpage .header--gnav {
  top: 0;
}
.header--gnav::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  height: 152px;
  width: 100%;
  margin: auto;
  min-width: 1600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/navi/navi_kasou_bg.png);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.header--gnav .gnav {
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1680px;
  margin: auto;
}
.header--gnav .gnav--logo {
  flex-basis: 164px;
  margin-right: 24px;
  margin-top: 12px;
}
.header--gnav .logo--txt {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-family: "Koburina Gothic W3 JIS2004", "YakuHanJP", "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.header--gnav .gnav--item {
  padding: 0;
  width: 140px;
}
.header--gnav .gnav--item-home {
  width: 100px;
}
.header--gnav .gnav--item a {
  padding-top: 8px;
  padding-bottom: 0;
}
.header--gnav .gnav--contact {
  width: auto;
  padding-top: 16px;
}
.header--gnav .gnav--contact::before {
  display: none;
}
.header--gnav .gnav--contact a {
  padding: 20px 24px;
  background-color: #2d695e;
  color: #fff;
}
.header--gnav .gnav--item--img,
.snav--item--img {
  display: block;
  background-image: url(../images/navi/icon_sprite.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  margin: 0 auto 4px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_brush {
  background-position: 0px -56px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_radder {
  background-position: 0px -619px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_measure {
  background-position: 0px -521px;
  width: 52px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_flow {
  background-position: 0px -252px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_faq {
  background-position: 0px -154px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_price {
  background-image: url(../images/common/icn_price.svg);
  background-size: 100% auto;
}
.header--gnav .gnav--item--img.sprite-navi_icon_house {
  background-position: 0px -387px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_company {
  background-position: 0px -800px;
}
.header--gnav .gnav--item--img.sprite-navi_icon_blog {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icn_blog.svg);
  background-size: 100% auto;
  background-position: bottom center;
}
.header--gnav .gnav--item--img.sprite-navi_icon_beginner {
  background-image: url(/wp/wp-content/themes/original_theme/images/common/icn_beginner.png);
  background-size: contain;
  background-position: bottom center;
}
.click-none {
  pointer-events: none;
}
.snav--item--img {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 0;
}
.snav--item--img.sprite-navi_icon_hake {
  background-position: -2px -296px;
}
.snav--item--img.sprite-navi_icon_roller {
  background-position: -2px -663px;
}
.snav--item--img.sprite-navi_icon_design {
  background-position: -8px -887px;
}
.snav--item--img.sprite-navi_icon_kan {
  background-position: 2px -431px;
}
.snav--item--img.sprite-navi_icon_penki {
  background-position: -2px -734px;
}
.snav--item--img.sprite-navi_icon_flow {
  background: #567096;
  mask-image: url(../images/navi/icon_sprite.png);
  mask-repeat: no-repeat;
  mask-position: 0px -120px;
  mask-size: 36px auto;
}
.snav--item--img.sprite-navi_icon_apartment {
  background-position: 3px -767px;
  line-height: 1.5;
}
.snav--item--img.sprite-navi_icon_tips {
  background-position: 0 -699px;
}
.snav--item--img.sprite-navi_icon_sealing {
  background-image: url(../images/common/icn_sealing.svg);
  background-size: 100% auto;
}
.header--gnav .gnav--item::before {
  content: url(../images/navi/navi_line_nami_tate_small.png);
  top: 8px;
}
.header--gnav .gnav--item:last-child::after {
  content: url(../images/navi/navi_line_nami_tate_small.png);
  top: 8px;
}
.header--gnav .snav {
  top: 86px;
  left: -27px;
  width: 196px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 100%;
}
.header--gnav .snav a {
  padding-top: 16px;
  padding-bottom: 12px;
}
.header--gnav .snav_parent::after {
  bottom: -4px;
}
.snav--item-apart {
  line-height: 1.4;
}
.snav--blog a {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .gnav--sp_wrap {
    opacity: 1; /* Rocket Loader ONの時にスマホナビが一瞬出る対策 */
  }
  .gnav--item a:hover,
  .gnav--item.current:not(.gnav--item-home) > a,
  .snav--item.current > a {
    background-color: #fdf3de;
  }
  .gnav--item span {
    text-align: center;
  }
  .snav--item span {
    text-align: left;
  }
  .fixed_contact a:hover {
    -webkit-animation: scale 0.3s ease-in-out;
    animation: scale 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .gnav--item a {
    font-size: 93%;
    letter-spacing: 0.1em;
  }
  .header--gnav .gnav--item--img,
  .snav--item--img {
    transform: scale(0.87);
  }
}
@media only screen and (max-width: 767px) {
  .gnav--sp_wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    height: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    background-color: #fcf8ef;
  }
  .header.active .gnav--sp_wrap {
    flex-wrap: wrap;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header--gnav .gnav {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 8%;
    padding-right: 8%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .gnav_btn {
    position: relative;
    z-index: 9999;
    display: block;
    width: 30px;
    height: 21px;
  }
  .gnav_btn,
  .gnav_btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e6ac49;
  }
  .gnav_btn span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn span:nth-of-type(2) {
    top: 9px;
  }
  .gnav_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav_btn .garamond {
    position: absolute;
    top: 22px;
    letter-spacing: 1.25px;
    font-size: 10px;
    font-weight: 600;
    right: -2.5px;
  }
  .header.active .gnav_btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-35deg);
    transform: translateY(9px) rotate(-35deg);
  }
  .header.active .gnav_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .gnav_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(35deg);
    transform: translateY(-9px) rotate(35deg);
  }
  .gnav_btn--wrap {
    position: fixed;
    bottom: 18px;
    right: 24px;
    z-index: 9999;
  }
  .header--gnav {
    position: absolute;
    height: 84px;
    background-color: transparent;
    top: 0;
    font-size: 93%;
  }
  .header--gnav::before {
    background-image: url(../images/header/navi_kasou_bg_sp.png);
    height: 100px;
    min-width: unset;
    -webkit-background-size: 100% 100px;
    background-size: 100% 100px;
    z-index: 1;
  }
  .logo-sp {
    position: absolute;
    display: block;
    width: fit-content;
    top: 10px;
    left: 16px;
    z-index: 2;
  }
  .logo-sp a {
    display: block;
    height: 100%;
    text-align: center;
  }
  .logo-sp img {
    width: 120px;
    height: auto;
  }
  .logo-sp .logo--txt {
    margin-top: 4px;
    font-size: 10px;
    white-space: nowrap;
  }
  .gnav-sp-cta {
    display: block;
    position: fixed;
    z-index: 999;
    width: 280px;
    height: 100px;
    right: 0;
    top: 0;
  }
  .gnav-sp-cta a {
    position: absolute;
    z-index: 100;
    right: 8px;
    top: 10px;
    background-color: #fb7432;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    border-radius: 8px;
    font-family: "Koburina Gothic Std ";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 185%; /* 27.75px */
    letter-spacing: 0.45px;
  }
  .gnav-sp-cta--txt {
    opacity: 0;
    position: absolute;
    top: 52px;
    right: 8px;
    width: fit-content;
    height: auto;
    background-color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.18));
    color: #333;
    z-index: 9999;
    pointer-events: none;
    transition: 0.2s;
    border-radius: 10px;
  }
  .gnav-sp-cta--txt p {
    font-family: "Koburina Gothic Std ";
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 15%;
    letter-spacing: 0.33px;
    padding: 20px 10px;
  }
  .gnav-sp-cta--txt .bold-txt {
    font-size: 13px;
  }
  .gnav-sp-cta--txt .bold-txt.clr-or {
    color: #ff8430;
  }
  .gnav-sp-cta--txt::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 20px;
    top: -2px;
    right: 36px;
    border-radius: 0 0 4px 0;
    transform: scaleX(0.8) rotate(-135deg);
    z-index: -1;
  }
  .gnav-sp-cta--txt.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header--gnav .gnav--item {
    width: 100%;
  }
  .header--gnav .snav--item {
    width: calc(50% - 4px);
    margin-right: 8px;
    text-align: left;
  }
  .header--gnav .snav--item:nth-child(2n) {
    margin-right: 0;
  }
  .header--gnav .gnav--item a {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gnav--item .sp-none {
    display: none;
  }
  .gnav--item span.pc-none {
    display: inline;
  }
  .header--gnav .gnav--item--img,
  .snav--item--img {
    background-image: url(../images/navi/icon_sprite.png);
    background-size: 28px auto;
    height: 24px;
    width: 24px;
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_brush {
    background-position: 0px -1px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_radder {
    background-position: 0px -267px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_measure {
    background-position: 0 -220px;
    width: 24px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_flow {
    background-position: 0px -93px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_faq {
    background-position: 0px -47px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_house {
    background-position: 0px -158px;
  }
  .header--gnav .gnav--item--img.sprite-navi_icon_company {
    background-position: 0px -398px;
  }

  .snav--item--img {
    width: 20px;
    height: 20px;
    background-size: 36px auto;
  }
  .snav--item--img.sprite-navi_icon_hake {
    background-position: -2px -180px;
  }
  .snav--item--img.sprite-navi_icon_roller {
    background-position: 0 -404px;
  }
  .snav--item--img.sprite-navi_icon_design {
    background-position: -4px -542px;
  }
  .snav--item--img.sprite-navi_icon_kan {
    background-position: 0px -234px;
    background-size: 32px auto;
  }
  .snav--item--img.sprite-navi_icon_penki {
    background-position: 0 -398px;
    background-size: 32px auto;
  }
  .snav--item--img.sprite-navi_icon_flow {
    mask-position: 0px -102px;
    mask-size: 24px auto;
  }
  .snav--item--img.sprite-navi_icon_apartment {
    background-position: -2px -469px;
  }
  .snav--item--img.sprite-navi_icon_tips {
    background-position: 0 -426px;
  }
  .gnav--item::before,
  .gnav--item::after {
    display: none;
  }
  .header--gnav .snav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 0;
    left: 0;
    background-color: transparent;
    padding: 0;
    margin-left: 24px;
    margin-bottom: 16px;
    z-index: 3;
  }
  .header--gnav .snav::after,
  .snav--item::after {
    display: none;
  }
  .snav--item::after {
    display: none;
  }
  .fixed_contact {
    display: none;
  }
  .fixed_contact img {
    width: 100%;
    height: auto;
  }
  .gnav-sp--contact {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #fcf8ef;
  }
  .gnav-sp--contact li {
    width: 50%;
    height: 100%;
    padding: 8px 4px 8px 8px;
  }
  .gnav-sp--contact li:last-child {
    padding: 8px 8px 8px 4px;
  }
  .gnav-sp--contact li a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    padding-top: 3px;
    background-color: #ff852d;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
  }
  .gnav-sp--phone_ico,
  .gnav-sp--mail_ico {
    display: block;
    width: 18px;
    height: 17px;
    background-image: url(../images/header/sp_contact_sprite.png);
    background-position: 1px 0px;
    background-size: cover;
    margin-right: 6px;
  }
  .gnav-sp--mail_ico {
    background-position: -16px;
    width: 21px;
    height: 17px;
  }
  .gnav--item.current > a > span,
  .snav--item.current > a > span {
    border-bottom: 2px solid #e7af48;
  }

  /* SP専用ボトムナビゲーション */
  .sp-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 999;
    padding-right: 83px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
  }

  .sp-bottom-nav--list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .sp-bottom-nav--item {
    flex: 1;
    text-align: center;
    border-right: solid 1px #dfdfe0;
    height: 100%;
  }
  .sp-bottom-nav--item:first-child {
    border-radius: 10px 0 0 0;
  }
  .sp-bottom-nav--item a {
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    font-size: 13px;
    letter-spacing: 0.39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .sp-bottom-nav--item a:hover,
  .sp-bottom-nav--item a:active {
    color: #ff852d;
  }

  .sp-bottom-nav--icon-contact {
    background-image: url(../images/navi/navi_icon_flow_sp.png);
    background-size: contain;
  }

  .sp-bottom-nav--text {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
  }
  .fixed .header--gnav,
  .subpage .header--gnav {
    top: -48px;
  }
  .page-contact .header--gnav {
    top: 0;
  }

  /* アクティブ状態 */
  .sp-bottom-nav--item.current {
    background-color: #fff8ef;
  }
  .sp-bottom-nav--item.current a {
    color: #ff852d;
  }

  .sp-bottom-nav--item.current .sp-bottom-nav--icon {
    opacity: 1;
  }

  /* SP専用ボトムナビゲーション用の下部マージン */
  body {
    padding-bottom: 116px;
  }
}

@media screen and (max-width: 380px) {
  .header--gnav .snav--item {
    width: calc(50% - 4px);
    margin-right: 4px;
  }
  .snav--item--img {
    width: 18px;
    height: 18px;
  }
}

/* breadcrumbs
  ############################### */
#breadcrumbs {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
  margin-top: -26px;
  font-size: 80%;
  color: #999;
  padding-top: 4px;
  padding-right: 18px;
  padding-left: 40px;
  padding-bottom: 4px;
  background-color: #f0f0f0;
  border-radius: 0 18px 18px 0;
  letter-spacing: 0.08em;
}
.breadcrumb_last,
.breadcrumbs a {
  display: table-cell;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #breadcrumbs {
    margin-top: -30px;
    padding-left: 18px;
  }
}

/* ##############################################################################

    FOOTER

############################################################################## */
.footer--copyright {
  text-align: center;
}
.pbl {
  text-align: center;
  opacity: 0.5;
}

/* main
*************************************************** */
.footer--info {
  margin-right: 24px;
}
.footer--area {
  width: 608px;
  height: 336px;
  background-image: url(../images/footer/area_bg_white.png);
  padding: 48px;
}
.footer--area h3 {
  font-size: 150%;
  color: #567096;
}
.footer--area p {
  font-size: 93%;
}
.footer--area .area a {
  display: inline-block;
}
.footer--area .area a:hover {
  color: #ff8430;
}
.footer--area .area a:not(:last-child)::after {
  content: "、";
}
.footer--icon {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .footer--info {
    font-size: 93%;
  }
  .footer--area {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .footer--area {
    padding: 16px;
    background-image: none;
    background-color: #fafbfc;
    border: 1px solid #b2c0d0;
    border-radius: 8px;
  }
  .footer--area p {
    font-size: 86%;
  }
  .footer--tel {
    width: 200px;
    height: auto;
  }
}

/* footer nav
*************************************************** */
.footer--nav {
  padding: 32px;
}
.footer--nav ul li {
  display: inline-block;
  margin: 4px 8px;
  transition: all 0.15s;
}
.footer--nav ul li::before {
  content: url(../images/footer/footer_arrow.png);
  margin-right: 6px;
}
.footer--nav ul li:hover {
  opacity: 0.5;
}

/* copy
*************************************************** */
.footer--copy {
  background-color: #f3f1f2;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* campaign
*************************************************** */
.campaign {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
  overflow: hidden;
}
.campaign img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.campaign--bnr {
  display: block;
  width: 652px;
  height: 263px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.2s;
}
.campaign--bnr:hover {
  opacity: 0.7;
}
.campaign--ex {
  width: 864px;
  height: 296px;
  background-image: url(../images/footer/contact_campaign_bg04.png);
  padding-top: 16px;
  margin: auto;
}
.campaign--ex p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.campaign_img01 {
  top: 0;
  left: 0;
  width: 640px;
  height: 760px;
  background-image: url(../images/footer/contact_campaign_bg02.jpg);
}
.campaign_img02 {
  right: 0;
  top: 0;
  width: 640px;
  height: 760px;
  background-image: url(../images/footer/contact_campaign_bg03.jpg);
}

@media (max-width: 1200px) and (min-width: 768px) {
  .campaign_img01 {
    box-shadow: 0 0 120px 90px #e4d1a7;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta {
    background-color: transparent;
    padding: 0;
  }
  .campaign--bnr {
    width: 100%;
    height: auto;
  }
  .campaign--ex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 480px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 0;
    background-image: url(../images/footer/contact_campaign_bg04_sp.png);
  }
  .campaign--ex p {
    width: 71%;
  }
  .campaign--ex .mgn-btm16 {
    margin-bottom: 16px;
  }
  .contact--box {
    width: 100%;
    height: 36vw;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-bottom: 24px;
    padding-top: 0;
  }
  .contact--box .deco {
    line-height: 1.5;
  }
  .contact--box .deco span {
    position: relative;
    display: inline-block;
    padding: 0 24px;
  }
  .contact--box .deco span::before,
  .contact--box .deco span::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 2px;
    height: 77%;
    background-color: #ff8431;
  }
  .contact--box .deco span::before {
    left: 0;
    transform: rotate(-20deg);
  }
  .contact--box .deco span::after {
    right: 0;
    transform: rotate(20deg);
  }
  .contact--box img {
    width: 230px;
  }
  .contact--box .txt-lg {
    font-size: 83%;
    margin-bottom: 4px;
  }
  .contact--free {
    width: 230px;
    font-size: 106%;
    padding: 2px;
  }
  .formy--wrap {
    padding: 8px 0 24px;
    border-radius: 8px;
  }
  .bg-img .campaign_img01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 760px;
    background-image: url(../images/footer/contact_campaign_bg02_sp.jpg);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 320px) {
  .contact--box {
    background-image: none;
    background-color: rgba(253, 126, 0, 0.05);
    height: auto;
    padding: 14px 0 1px;
  }
}

/* voice-foot
*************************************************** */
.voice-foot .inner {
  padding: 64px 0;
}
.voice-foot .box-bevel {
  position: relative;
  padding: 30px 56px;
  margin: auto;
}
.voice-foot .ttl {
  font-size: 160%;
  text-align: center;
}
.voice-foot .box-bevel .img {
  flex-shrink: 0;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .voice-foot .box-bevel .img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .voice-foot .img img {
    width: 100%;
  }
  .voice-foot .inner {
    padding: 40px 0;
  }
  .voice-foot .box-bevel {
    width: 100%;
    padding: 30px 24px;
  }
  .voice-foot .box-bevel::before {
    display: none;
  }
}

/* greeting
*************************************************** */
.greeting {
  background-color: #fff7e7;
  font-size: 93%;
  padding-bottom: 120px;
}
.greeting--mybest {
  width: 270px;
  margin-right: 40px;
}
.greeting--skill {
  position: relative;
  width: 614px;
  background-color: #fff;
  padding: 24px;
}
.greeting--skill h3 {
  background-color: #ff8430;
  display: inline-block;
  padding: 2px 16px;
  color: #fff;
  border-radius: 30px;
}
.greeting--bg01 {
  top: 0;
  right: 0;
  width: 1080px;
  height: 865px;
  background-image: url(../images/footer/profile_bg02.jpg);
}
.skill--img {
  bottom: 0;
  right: -75px;
  width: 243px;
  height: 203px;
  background-image: url(../images/footer/profile_img_staff01.png);
}

@media (max-width: 1200px) and (min-width: 768px) {
  .greeting--bg01 {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 767px) {
  .greeting {
    padding-top: 72px;
  }
  .greeting--skill {
    width: 100%;
    font-size: 88%;
    margin-bottom: 32px;
  }
  .greeting--mybest {
    margin: auto;
  }
  .greeting--name {
    width: 165px;
    height: auto;
    margin-bottom: 72px;
  }
  .skill--img {
    right: -3px;
    width: 40%;
    height: 133px;
    background-image: url(../images/footer/profile_img_staff01_sp.png);
  }
  .greeting--bg01 {
    top: 0;
    right: 0;
    width: 290px;
    height: 192px;
    background-image: url(../images/footer/profile_bg02.jpg);
    opacity: 0.6;
  }
}

/* pagetop
*************************************************** */

.pagetop {
  position: fixed;
  bottom: 32px;
  right: 48px;
  display: block;
  width: 40px;
  height: 116px;
  background-image: url(../images/footer/pagetop.png);
  background-position: left top;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  z-index: 100;
}
.pagetop.fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.pagetop:hover {
  background-position: right top;
}

/* ##############################################################################

    INDEX

############################################################################## */

/* NEWS
*************************************************** */

.index--news {
  width: 100%;
  background-color: #aaa;
}
.news--wrap {
  position: relative;
  width: 900px;
  height: 240px;
  background-image: url(../images/index/bg_shinki_siromaru.png);
  margin: auto;
  padding: 32px;
}
.news--wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: url(../images/index/bg_shinki_kazari.png);
  transform: translate(-50%, -50%);
}
.news--wrap .ttl,
.voice-foot .ttl,
.company_outline--access .ttl {
  font-size: 160%;
  text-align: center;
}
.news--wrap .ttl-under_gray::after,
.voice-foot .ttl-under_gray::after,
.company_outline--access .ttl-under_gray::after {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  margin-top: 8px;
}
.news--list {
  position: relative;
  width: 70%;
  margin: auto;
  font-size: 87%;
  z-index: 2;
  height: 92px;
  overflow: scroll;
}
.news--list dt {
  float: left;
  margin-right: 24px;
  color: #567096;
}
.news--list dd {
  margin-bottom: 6px;
}
.news--list dd a {
  transition: all 0.2s;
}
.news--list dd a:hover {
  opacity: 0.5;
}
.news--more {
  position: absolute;
  top: 0;
  right: 100px;
  text-align: center;
  z-index: 1;
  line-height: 1.5;
}
.news--more--bg1,
.news--more--bg2 {
  position: absolute;
  top: -25px;
  left: -18px;
  display: block;
  width: 88px;
  height: 88px;
  background-color: #b4c2d2;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.6;
  -webkit-transform-origin: 44px 48px;
  transform-origin: 44px 48px;
  transition: all 0.5s ease;
}
.news--more--bg1 {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.news--more--bg2 {
  -webkit-transform: rotate(225deg) scale(1);
  transform: rotate(225deg) scale(1);
}
.news--more:hover .news--more--bg1 {
  background-color: #e7ae46;
  -webkit-transform: rotate(225deg) scale(1.15);
  transform: rotate(225deg) scale(1.15);
}
.news--more:hover .news--more--bg2 {
  background-color: #e7ae46;
  -webkit-transform: rotate(405deg) scale(1.15);
  transform: rotate(405deg) scale(1.15);
}
/*スクロールバーを常に表示*/
.scroll_bar {
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll_bar::-webkit-scrollbar {
  width: 6px;
}
.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 5px;
}
.scroll_bar::-webkit-scrollbar-track-piece {
  background-color: #efefef;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .news--bnr {
    display: flex;
    margin-bottom: 54px;
  }
  .news--bnr a {
    display: block;
    padding: 2px;
  }
  .news--wrap {
    width: 100%;
    height: 200px;
    background-image: url(../images/index/bg_shinki_siromaru_sp.png);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    padding: 24px 24px;
    margin-bottom: 48px;
  }
  .news--wrap::before {
    content: url(../images/index/bg_shinki_kazari_sp.png);
    width: 150px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.6);
  }
  .news--wrap::after {
    content: url(../images/index/bg_shinki_kazari_sp.png);
    position: absolute;
    width: 150px;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    transform: scale(0.6, -0.6);
  }
  .news--wrap .ttl {
    font-size: 140%;
    margin-bottom: 8px;
  }
  .news--wrap .ttl-under_gray::after {
    display: none;
  }
  .news--list {
    width: 90%;
    height: 100px;
  }
  .news--list dt {
    float: none;
  }
  .news--list dd {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .news--more {
    top: 6px;
    right: 9px;
  }
  .news--more--bg1,
  .news--more--bg2 {
    top: -18px;
    left: -14px;
    width: 70px;
    height: 70px;
    transform-origin: 35px 38px;
  }
}

/* INTRO
*************************************************** */

.intro--box {
  position: relative;
  width: 100%;
  background-image: url(../images/index/mind_bg_white01.png);
  background-size: 100% auto;
  padding: 48px 56px;
  margin-bottom: 4px;
}
.intro--box:nth-child(4) {
  padding-right: 88px;
}
.intro--box.img-lft .flex {
  flex-direction: row-reverse;
}
.intro--txt {
  margin-right: 24px;
  width: 45%;
}
.intro--img {
  position: relative;
  width: 55%;
  min-height: 384px;
  overflow: hidden;
}
.intro--img img {
  position: absolute;
  left: 0;
  max-width: none;
  height: 100%;
}
.img-lft .intro--catch {
  display: block;
  margin-left: auto;
}
.img-lft .intro--txt {
  margin-right: 0;
}
.img-lft .intro--img {
  margin-right: 24px;
}
.img-lft .intro--img img {
  left: auto;
  right: 0;
}
.intro .tare01 {
  top: 0;
  left: 50px;
}
.intro .tare02 {
  top: 0;
  right: 80px;
}
.intro .tare03 {
  top: 0;
  left: 120px;
}

.intro--bg01 {
  top: 250px;
  right: 0;
  width: 1300px;
  height: 800px;
  background-image: url(../images/index/bg_01.jpg);
}
.intro--bg02 {
  top: 40%;
  left: 0;
  width: 1300px;
  height: 800px;
  background-image: url(../images/index/bg_02.jpg);
}
.intro--bg03 {
  bottom: 0;
  right: 0;
  width: 1300px;
  height: 800px;
  background-image: url(../images/index/bg_03.jpg);
}

@media only screen and (max-width: 767px) {
  .intro .section_pdg {
    padding-top: 40px;
  }
  .intro .section_ttl img {
    width: 90%;
  }
  .intro .ttl_brush-01::after {
    top: 33px;
  }
  .intro--box,
  .intro--box:nth-child(4) {
    padding: 24px 23px;
    display: flex;
    flex-direction: column-reverse;
  }
  .intro--txt {
    width: 100%;
    margin-right: 0;
  }
  .intro--catch {
    margin-bottom: 24px;
  }
  .intro--img {
    width: 100%;
    min-height: unset;
    margin-bottom: 24px;
  }
  .intro--img img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .intro--bg01 {
    width: 349px;
    height: 214px;
    top: 0;
  }
  .intro--box .flex {
    margin-bottom: 0;
  }
}

/* reason
*************************************************** */

.index--reason--wrap {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 0 56px 56px;
  background-image: url(../images/index/reason_bg_white.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 80%;
}
.index--reason--wrap::before {
  position: absolute;
  top: 0;
  left: -180px;
  content: url(../images/index/reason_img_hake.png);
}
.index--reason--wrap::after {
  position: absolute;
  right: -240px;
  bottom: -50px;
  content: url(../images/index/reason_img_penkikan.png);
}
.reason--bg01 {
  top: auto;
  bottom: 0;
  left: 0;
  width: 560px;
  height: 1020px;
  background-image: url(../images/index/reason_bg02.jpg);
}
.reason--bg02 {
  top: 0;
  right: 0;
  width: 800px;
  height: 1020px;
  background-image: url(../images/index/reason_bg03.jpg);
}

@media (max-width: 1200px) and (min-width: 768px) {
  .reason--bg01,
  .reason--bg02,
  .reason--bg03 {
    opacity: 0.6;
  }
  .reason--bg01 {
    box-shadow: 0 0 120px 90px #ecebe6;
  }
}

@media only screen and (max-width: 767px) {
  .index--reason .section_pdg {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .index--reason--wrap {
    padding: 16px;
    background-size: 100% 103%;
  }
  .index--reason .section_ttl img {
    width: 90%;
  }
  .index--reason .ttl_brush-01::after {
    top: 60px;
  }
  .index--reason--wrap {
    padding-bottom: 50px;
  }
  .index--reason--wrap::before {
    display: none;
  }
  .index--reason--wrap::after {
    right: -98px;
    bottom: -78px;
    transform: scale(0.4);
  }
  .reason--bg02 {
    top: 0;
    right: 0;
    width: 321px;
    height: 247px;
    background-image: url(../images/index/reason_bg03_sp.jpg);
    opacity: 0.7;
  }
  .index--reason--wrap .txt-lg {
    text-align: center;
  }
}

/* point
*************************************************** */

.point--content {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 572px;
  padding: 56px;
  margin-left: 40px;
  margin-right: 20px;
  opacity: 0.5;
  transition: all 0.2;
}
.slick-center.point--content {
  opacity: 1;
}
.works--slider:not(.slick-slider) {
  display: flex;
  justify-content: center;
}
.works--slider:not(.slick-slider) .works-list--post {
  opacity: 1;
}
.point .slick-arrow,
.index--works .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  height: 166px;
  margin: auto;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  border: none;
  background-image: url(../images/index/arrow_orange01.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
  outline: none;
}
.point .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -590px;
}
.index--works .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -227px;
}
.point .slick-arrow.slick-next {
  left: 50%;
  margin-left: 550px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.index--works .slick-arrow.slick-next {
  left: 50%;
  margin-left: 183px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.point .slick-arrow.slick-prev:hover,
.index--works .slick-arrow.slick-prev:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.point .slick-arrow.slick-next:hover,
.index--works .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(10px) scale(-1, 1);
  transform: translateX(10px) scale(-1, 1);
}
.point .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.point .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
.point .slick-dots .slick-active {
  background-color: #e6ac48;
}
.point .slick-dots li button {
  font-size: 0;
  display: block;
  border: 0;
  outline: none;
  background-color: transparent;
}
.point--slider {
  padding-bottom: 48px;
}
.point--content .flex {
  align-items: flex-start;
}
.point--content img {
  width: 584px;
  flex-shrink: 0;
}
.point--content-img-xs img {
  width: 380px;
}
.point--txt {
  margin-right: 32px;
}
.point--txt .ttl {
  font-size: 200%;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
.point--txt .ttl:first-letter {
  font-size: 135%;
  color: #ff8430;
}
.point--txt .ttl-under_nami::after {
  margin: 24px 0 32px;
}
.point--super {
  font-size: 87%;
  background-color: #fdf3de;
  padding: 8px 16px;
  border-radius: 5px;
}
.point .flow-big01,
.point .flow-big02,
.point .flow-big03,
.point .flow-big04,
.point .flow-big05 {
  bottom: 32px;
  right: 64px;
  z-index: 2;
}
.flow-big01 {
  width: 72px;
  height: 187px;
  background-image: url(../images/index/number_01.png);
}
.flow-big02 {
  width: 121px;
  height: 187px;
  background-image: url(../images/index/number_02.png);
}
.flow-big03 {
  width: 104px;
  height: 190px;
  background-image: url(../images/index/number_03.png);
}
.flow-big04 {
  width: 100px;
  height: 149px;
  background-image: url(../images/index/number_04.png);
}
.flow-big05 {
  width: 85px;
  height: 149px;
  background-image: url(../images/index/number_05.png);
}
.point .tare01 {
  top: 0;
  left: 0;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .point--content {
    max-width: 890px;
  }
  .point--content img {
    width: 50%;
  }
  .point--content-img-xs img {
    width: 35%;
  }
  .point--txt .ttl {
    font-size: 190%;
  }
  .point .slick-arrow.slick-prev {
    margin-left: -466px;
  }
  .point .slick-arrow.slick-next {
    left: 50%;
    margin-left: 423px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .works--slider:not(.slick-slider) {
    display: block;
  }
  .works--slider:not(.slick-slider) .works-list--post {
    margin-left: auto;
    margin-right: auto;
  }

  .point .section_ttl img {
    width: 180px;
  }
  .point--content {
    width: 85vw;
    height: auto;
    padding: 24px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .point--content .flex {
    flex-direction: column-reverse;
  }
  .point--content img {
    margin-bottom: 16px;
    margin-left: auto;
    width: 80%;
  }
  .point--txt {
    margin-right: 0;
  }
  .point--txt .ttl {
    font-size: 135%;
    margin-bottom: 16px;
  }
  .point .slick-arrow.slick-prev:hover,
  .index--works .slick-arrow.slick-prev:hover {
    transform: none;
  }
  .point .slick-arrow.slick-next:hover,
  .index--works .slick-arrow.slick-next:hover {
    transform: scale(-1, 1);
  }
  .point .slick-arrow.slick-prev {
    left: 0;
    top: -70%;
    margin-left: 0;
  }
  .point .slick-arrow.slick-next {
    right: 0;
    left: auto;
    top: -70%;
    margin-left: 0;
  }
  .point .flow-big01,
  .point .flow-big02,
  .point .flow-big03,
  .point .flow-big04,
  .point .flow-big05 {
    top: 18px;
    left: 24px;
  }
  .flow-big01 {
    width: 32px;
    height: 101px;
  }
  .flow-big02 {
    width: 57px;
    height: 90px;
  }
  .flow-big03 {
    width: 50px;
    height: 90px;
  }
  .flow-big04 {
    width: 48px;
    height: 72px;
  }
  .flow-big05 {
    width: 41px;
    height: 72px;
  }
  .point--txt .ttl-under_nami::after {
    display: none;
  }
}

/* sekou
*************************************************** */

.sekou--list .box-bevel {
  display: block;
  text-align: center;
  height: auto;
  padding: 0;
}
.sekou--list .pc-none {
  display: none;
}
.sekou--list li a {
  position: relative;
  display: block;
  width: 300px;
  height: 100%;
  padding: 24px;
}
.sekou--list h3,
.sekou--other h3 {
  font-size: 187%;
  letter-spacing: 0.18em;
}
.sekou--list .ttl-under_nami::after {
  margin-left: auto;
  margin-right: auto;
}
.sekou--list span {
  display: block;
  width: 150px;
  margin: auto;
  border-radius: 5px;
  background-repeat: #fff;
  transition: all 0.2s;
}
.sekou--list li:hover span {
  background-color: #fdf3de;
}
.sekou--list .noicon p {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sekou--list .ttl-top_nami::before {
  margin-left: auto;
  margin-right: auto;
}
.sekou--other {
  position: relative;
  width: 450px;
  margin: auto;
}
.sekou--other a {
  position: relative;
  z-index: 2;
}
.sekou--other img {
  margin-right: 32px;
}
.sekou--other::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, transparent 10px, #fdf3de 10px),
    -webkit-linear-gradient(135deg, transparent 10px, #fdf3de 10px),
    -webkit-linear-gradient(225deg, transparent 10px, #fdf3de 10px),
    -webkit-linear-gradient(315deg, transparent 10px, #fdf3de 10px);
  background: linear-gradient(45deg, transparent 10px, #fdf3de 10px),
    linear-gradient(315deg, transparent 10px, #fdf3de 10px), linear-gradient(225deg, transparent 10px, #fdf3de 10px),
    linear-gradient(135deg, transparent 10px, #fdf3de 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 51%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.sekou--other:hover::after {
  opacity: 1;
}
.sekou--staff01 {
  bottom: 50px;
  left: 15%;
  width: 222px;
  height: 265px;
  background-image: url(../images/index/menu_img_staff01.png);
}
.sekou--staff02 {
  bottom: 60px;
  right: 15%;
  width: 226px;
  height: 245px;
  background-image: url(../images/index/menu_img_staff02.png);
}

@media only screen and (max-width: 767px) {
  .sekou .section_pdg {
    padding-top: 64px;
  }
  .sekou--list .box-bevel {
    width: 49%;
    min-height: 200px;
    margin-bottom: 8px;
  }
  .sekou--list {
    flex-wrap: wrap;
  }
  .sekou--list li a {
    width: 100%;
    padding: 16px;
  }
  .sekou--list span {
    width: auto;
  }
  .sekou--img {
    width: 100%;
  }
  .sekou--list h3,
  .sekou--other h3 {
    font-size: 150%;
  }
  .sekou--img {
    margin-bottom: 16px;
  }
  .sekou--icon {
    width: 24px;
    margin-bottom: 2px;
  }
  .sekou .ttl-under_nami::after {
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .sekou .abso_center {
    width: 100%;
    top: 45%;
  }
  .sekou--list .noicon p {
    bottom: 16px;
  }
  .sekou--list .ttl-top_nami::before {
    margin-bottom: 8px;
  }
  .pc-none.box-bevel h3 {
    line-height: 1.4;
    padding-top: 8px;
  }
  .sekou--list .pc-none {
    display: block;
  }
  .sekou--staff01 {
    bottom: 36px;
    left: 5%;
    width: 123px;
    height: 147px;
    background-image: url(../images/index/menu_img_staff01_sp.png);
  }
  .sekou--staff02 {
    bottom: 49px;
    right: 4%;
    width: 120px;
    height: 131px;
    background-image: url(../images/index/menu_img_staff02_sp.png);
  }
}

/* index--works
*************************************************** */
.index--works {
  padding-bottom: 100px;
}
.works-list--wrap {
  margin-top: -64px;
}
.works-list--post {
  position: relative;
  display: block;
  width: 360px;
  height: 400px;
  border: 2px solid #b4c2d2;
  padding: 16px;
  margin: 24px;
  opacity: 0.3;
  transition: all 0.2s;
}
.works-list--post.slick-active {
  opacity: 1;
}
.works-list--post.slick-active:hover {
  opacity: 0.8;
}
.works-list--img {
  position: relative;
  width: 100%;
}
.works-list--img::before {
  content: "";
  display: block;
  padding-top: 75%; /* 高さを幅の75%に固定 */
}
.works-list--user {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 87%;
}
.works-list--date {
  font-size: 87%;
  line-height: 1;
}
.works-list--area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  right: -12px;
  width: 91px;
  height: 95px;
  padding: 8px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  background-image: url(../images/index/bnr_bg_area01.png);
  color: #fff;
  text-align: center;
}
.works-list--more {
  position: absolute;
  display: block;
  width: 124px;
  height: 32px;
  line-height: 32px;
  right: 0;
  bottom: 0;
  background-color: #b4c2d2;
  font-size: 87%;
  letter-spacing: 0.25em;
  text-align: center;
  transition: all 0.2s ease;
}
.works-list--post:hover .works-list--more {
  width: 145px;
}
.works-list--more::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  border-top: 32px solid transparent;
  border-right: 32px solid #b4c2d2;
  left: -32px;
}
.works-list--noimg,
.blog-list--noimg {
  background-image: url(../images/common/noimage.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .works-list--wrap {
    margin-top: -24px;
  }
  .works-list--post {
    width: 260px;
    height: auto;
    min-height: 310px;
  }
  .index--works .slick-arrow.slick-next {
    margin-left: 135px;
  }
  .index--works .slick-arrow.slick-prev {
    margin-left: -179px;
  }
  .index--works {
    padding-bottom: 40px;
  }
  .works-list--noimg::after {
    font-size: 90%;
  }
}

/* RATE
*************************************************** */
.wave_section {
  background-image: url(../images/index/rate_bg01.png);
  padding-top: 32px;
  padding-bottom: 40px;
  overflow: hidden;
}
.wave_section::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 36px;
  background-image: url(../images/index/rate_bgtop_white.png);
  background-position: center top;
  background-repeat: repeat-x;
  z-index: 2;
}
.wave_section .inner {
  height: 520px;
}
.wave_section .section_ttl {
  margin-right: 48px;
  margin-bottom: 0;
}
.wave_section .txt {
  width: 550px;
}
.rate .wave_section--img {
  width: 872px;
  height: 612px;
  background-image: url(../images/index/rate_bg02.jpg);
  top: 0;
  right: -40px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .rate .wave_section--img {
    opacity: 0.3;
  }
}

@media only screen and (max-width: 767px) {
  .wave_section::before {
    height: 64px;
    background-image: url(../images/index/rate_bgtop_white_sp.png);
    background-size: 375px 64px;
  }
  .wave_section .flex {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }
  .wave_section .section_ttl {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .wave_section .txt {
    width: 100%;
  }
  .rate .wave_section--img {
    width: 100%;
    height: 500px;
    background-image: url(../images/index/rate_bg02_sp.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 40px;
    right: 0;
    opacity: 0.35;
  }
}

/* voice
*************************************************** */
.voice .inner {
  padding-top: 40px;
  z-index: 2;
}
.voice .voice--main {
  padding: 40px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 16px;
  margin-top: 64px;
}
.voice .voice--main .img {
  flex-shrink: 0;
  margin-right: 40px;
}
.voice .voice--wrap .box-bevel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 370px;
  height: 280px;
  padding: 40px;
  margin: 15px;
}
.voice .voice--baloon {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 384px;
  background-image: url(../images/index/voice_bg_balloon.png);
  background-position: center top;
  background-size: contain;
}
.voice--staff {
  top: -12px;
  right: -16px;
  width: 400px;
  height: 256px;
  background-image: url(../images/index/voice_img_staff01.png);
}

@media only screen and (max-width: 767px) {
  .voice .inner {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .voice .section_ttl {
    margin-bottom: 24px;
  }
  .voice .flex {
    display: block;
  }
  .voice .voice--main {
    padding: 24px;
    font-size: 93%;
    margin-top: 0;
  }
  .voice .voice--main .img {
    width: 100%;
    margin-bottom: 24px;
  }
  .voice .voice--wrap .box-bevel {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
    padding: 16px 24px;
    height: auto;
    font-size: 86%;
  }
  .voice .box-bevel:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }
  .voice--staff {
    top: auto;
    bottom: 0;
    right: 0px;
    width: 200px;
    height: 128px;
    background-image: url(../images/index/voice_img_staff01_sp.png);
  }
  .voice .voice--baloon {
    top: 28px;
    width: 100%;
    height: 100px;
    background-image: url(../images/index/voice_bg_balloon_sp.png);
  }
}

/* ##############################################################################

    PAGE

############################################################################## */

/* common
*************************************************** */

.page--intro {
  position: relative;
  min-height: 305px;
  background-color: #fff;
  z-index: 1;
}
.page--intro:has(.cta-box) {
  padding-top: 64px;
}
.page--intro--txt {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 0;
  margin-right: auto;
  margin-left: auto;
}
.page--intro::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/common/subvisual_under_white.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 100% 350px;
  top: -48px;
  left: 0;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .page--intro {
    min-height: 240px;
    padding-top: 24px;
  }
  .page--intro--txt {
    padding: 12px 0 32px;
  }
  .page--intro::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background-image: url(../images/common/subvisual_under_white_sp.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 70% 90px;
    top: -63px;
    left: 0;
    height: 350px;
  }
}

/* gaihekitosou
*************************************************** */

.trouble--content {
  padding: 32px;
  width: 300px;
  margin: 12px;
}
.trouble--list img {
  width: 100%;
  height: auto;
}
.trouble--ttl {
  font-size: 148%;
  letter-spacing: 0.18em;
  text-align: center;
}
.trouble--ttl.ttl-under_nami::after {
  margin: 8px auto 24px;
}
.trouble--staff01 {
  bottom: 0;
  left: -84px;
  width: 262px;
  width: 262px;
  height: 424px;
  background-image: url(../images/gaiheki/trouble_img_staff01.png);
}
.flowbox {
  position: relative;
  width: 100%;
  padding: 48px 72px;
  margin-bottom: 4px;
}
.flowbox img {
  margin-right: 40px;
}
.flowbox img,
.flowbox .txt {
  position: relative;
}
.flowbox .txt {
  z-index: 2;
}
.flowbox.flex-reverse img {
  margin-right: 0;
  margin-left: 32px;
}
.gaiheki--flow .flowbox img {
  width: 50%;
  max-width: 400px;
}
.flowbox .txt {
  flex: 1;
}
.flowbox .ttl-under_nami {
  font-size: 200%;
  letter-spacing: 0.16em;
}
.flowbox-noimg {
  padding: 96px 72px;
}
.flowbox-mgnbtm {
  margin-bottom: 40px;
}
.flowbox .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gaiheki--flow .flowbox img {
  width: 50%;
  max-width: 400px;
}
.gaiheki--flow .tare01 {
  top: 0;
  left: 30%;
}
.gaiheki--flow .tare02 {
  top: 0;
  right: 15%;
}
.gaiheki--flow .tare03 {
  top: 0;
  left: 20%;
}
.gaiheki--check.wave_section {
  padding-bottom: 24px;
}
.gaiheki--check.wave_section .inner {
  height: 420px;
}
.wave_section-beige::before {
  background-image: url(../images/index/rate_bgtop_beige.png);
}
.gaiheki--check .wave_section--img {
  top: 0;
  right: 0;
  width: 1107px;
  height: 613px;
  background-image: url(../images/gaiheki/check_bg02.jpg);
}
.toryou .inner {
  height: 400px;
}
.toryou a {
  display: block;
  transition: all 0.2s;
}
.toryou a:hover {
  opacity: 0.7;
}
.toryou_img {
  bottom: 0;
  right: -20px;
  width: 264px;
  height: 224px;
  background-image: url(../images/gaiheki/toryou_img_staff01.png);
}
.toryou::after {
  content: "";
  position: absolute;
  top: -32px;
  width: 100%;
  background-position: top center;
  height: 432px;
  background-image: url(../images/gaiheki/toryou_bg_nami.png);
}
.page-reason .toryou .inner {
  height: 291px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .gaiheki--check .wave_section--img {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 767px) {
  .trouble .section_pdg {
    padding-bottom: 304px;
  }
  .trouble--ttl.ttl-under_nami::after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .trouble--staff01 {
    bottom: -311px;
    left: 0;
    right: 0;
    margin: auto;
    width: 185px;
    height: 300px;
    background-image: url(../images/gaiheki/trouble_img_staff01_sp.png);
  }
  .flowbox {
    display: block;
    padding: 24px;
  }
  .flowbox-noimg {
    padding-top: 54px;
  }
  .gaiheki--flow .flowbox img {
    display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .flowbox .ttl-under_nami {
    font-size: 140%;
    text-align: center;
  }
  .flowbox .ttl-under_nami::after {
    margin-left: auto;
    margin-right: auto;
  }
  .wave_section-beige::before {
    background-image: url(../images/index/rate_bgtop_beige_sp.png);
  }
  .gaiheki--check .wave_section--img {
    background-image: url(../images/gaiheki/check_bg02_sp.jpg);
    top: 0;
    right: 0;
    width: 526px;
    height: 293px;
    opacity: 0.5;
  }
  .gaiheki--check.wave_section .inner {
    height: auto;
  }
  .toryou .inner {
    display: block;
    padding-top: 40px;
  }
  .toryou_img {
    background-image: url(../images/gaiheki/toryou_img_staff01_sp.png);
    bottom: 0;
    width: 253px;
    height: 214px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .toryou::after {
    top: auto;
    bottom: 0;
    background-image: url(../images/gaiheki/toryou_bg_nami_sp.png);
    width: 100%;
    height: 477px;
    background-size: 800px 486px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-reason .toryou .inner {
    height: 263px;
  }
  .page-reason .toryou::after {
    height: 317px;
  }
  .gaiheki--check.wave_section {
    padding-bottom: 48px;
  }
}

/* yanetosou
*************************************************** */

.yane--trouble .ttl_line {
  margin-bottom: 24px;
}
.yane--trouble .trouble--content {
  margin: 0;
}
.yane--trouble .trouble--list .trouble--content:first-child {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .yane--check .trouble--content {
    width: 100%;
    padding: 24px;
    margin-bottom: 16px;
  }
  .yane--check .trouble--content img {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .yane--trouble .trouble--list .trouble--content:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* page-menu
*************************************************** */

.page-menu .ttl_brush-03 {
  margin-bottom: 32px;
}
.page_ttl.page_ttl-menu {
  height: 370px;
  margin-top: 0;
  background-position: center;
}
.page_ttl.page_ttl-menu::before {
  top: -18px;
}
.menu--contact {
  background-color: #fdf3de;
  padding: 24px;
  border-radius: 16px;
}
.menu--contact p {
  margin-right: 32px;
}
.waterproof .section_pdg {
  padding-top: 0;
}
.enkiri .page--intro {
  padding-top: 40px;
}
.enkiri--intro_txt {
  margin-right: 32px;
  flex: 1;
  margin-bottom: 64px;
}
.enkiri--intro_img {
  width: 392px;
}
.enkiri--before,
.enkiri--after {
  padding: 32px 64px;
}
.enkiri--list {
  position: relative;
}
.enkiri--before .ttl {
  font-size: 170%;
}
.enkiri--before .enkiri--list {
  padding-left: 40px;
  padding-top: 4px;
  margin-bottom: 8px;
  background-image: url(../images/menu/checkbox.png);
  background-repeat: no-repeat;
}
.enkiri--after {
  margin-bottom: 56px;
}
.enkiri--after .ttl {
  font-size: 124%;
}
.list-dot li {
  position: relative;
  margin-left: 16px;
  margin-bottom: 8px;
  padding-left: 8px;
}
.list-dot li::before {
  position: absolute;
  top: 13px;
  left: -13px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #567096;
  padding-left: 0;
}
.enkiri--taspacer {
  width: 760px;
  padding: 32px;
  margin: auto;
}
.enkiri--taspacer .txt {
  flex: 1;
  margin-right: 32px;
}
.enkiri--taspacer .ttl {
  font-size: 150%;
}
.enkiri--taspacer--img {
  width: 285px;
}
.anything--ttl {
  position: relative;
  font-size: 180%;
}
.enkiri--before .ttl::before,
.anything--ttl::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 250px;
  height: 300px;
  margin: auto;
  z-index: -3;
  opacity: 0.4;
  background-image: url(../images/common/ttl_bg_penki04.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.enkiri--before .ttl::before {
  top: -25px;
  width: 330px;
  opacity: 0.3;
  background-image: url(../images/common/ttl_bg_penki03.png);
  transform: rotate(6deg);
}
.anything .trouble--ttl {
  font-size: 116%;
}

@media only screen and (max-width: 767px) {
  .page_ttl.page_ttl-menu {
    height: 190px;
  }
  .page-menu .page--intro {
    padding-top: 16px;
  }
  .page-menu .page--intro p {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .page-menu .page--intro .front {
    margin-bottom: 32px;
  }
  .menu--contact {
    text-align: center;
  }
  .menu--contact p {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: left;
  }
  .enkiri--intro_txt {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .enkiri .page--intro {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .enkiri--intro_img {
    width: 100%;
  }
  .enkiri--intro_img img {
    display: block;
    margin: 0 auto;
  }
  .enkiri--before,
  .enkiri--after {
    padding: 24px 32px;
  }
  .enkiri--before .ttl {
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 150%;
  }
  .enkiri--before .ttl::before {
    top: -4px;
    width: 273px;
  }
  .enkiri--before .enkiri--list {
    margin-bottom: 16px;
  }
  .list-dot li::before {
    top: 9px;
  }
  .enkiri--taspacer {
    width: 100%;
  }
  .enkiri--taspacer .txt {
    width: 100%;
    margin-bottom: 16px;
  }
  .enkiri--before .enkiri--list {
    background-image: url(../images/menu/checkbox_sp.png);
    background-size: 30px 32px;
  }
  .anything .ttl_brush-03::after {
    top: 65px;
  }
  .anything p {
    margin-bottom: 40px;
  }
  .anything--ttl {
    margin-bottom: 32px;
  }
  .anything .trouble--content {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin: 0 0 16px 0;
    width: 100%;
  }
  .anything .trouble--list img {
    width: 45%;
    margin-bottom: 0;
    margin-right: 24px;
  }
  .anything .trouble--ttl {
    font-size: 108%;
    text-align: left;
  }
}

/* page-paint
*************************************************** */

.standards--img {
  width: 40%;
  margin-right: 40px;
}
.standards--txt {
  width: calc(60% - 40px);
}
.txt-dynamic {
  margin-top: -4em;
}

@media only screen and (max-width: 767px) {
  .standards--img,
  .standards--txt {
    width: 100%;
  }
  .standards--img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
  }
  .standards--txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 24px;
  }
  .txt-dynamic {
    margin-top: 0;
  }
  .box-dynamic .flex {
    margin-bottom: 16px;
  }
  .paint--type-box .box-bevel {
    width: 100% !important;
  }
}
.paint--type-box .box-bevel {
  width: calc(50% - 12px);
  padding: 32px 40px;
}
.paint--type-box .box-bevel .mincho {
  font-size: 32px;
  font-weight: 450;
}
.paint--type-box {
  gap: 24px;
}
.paint--type-box li {
  padding-left: 18px;
  letter-spacing: 0.48px;
}
.paint--type-box li::before {
  left: 0;
}
/* page-apartment
*************************************************** */
.page-apartment .page--intro h2 span {
  line-height: 2.2;
}
.page-apartment .request_flow h3,
.page-design .request_flow h3 {
  padding-top: 0;
}
.request_flow h4 {
  font-size: 112.5%;
}
.page-apartment .request_flow--wrap ul,
.page-design .request_flow--wrap ul {
  position: relative;
  left: 50%;
  float: left;
}
.page-apartment .request_flow--wrap li,
.page-design .request_flow--wrap li {
  position: relative;
  left: -50%;
}
.apartment--info img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .page-apartment .fee_intro {
    padding: 80px 0 40px;
  }
  .page-apartment .request_flow--wrap,
  .page-design .request_flow--wrap {
    padding: 0 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-apartment .fee_intro {
    padding-bottom: 0;
  }
  .apartment--info img {
    width: 100%;
  }
  .page-apartment .request_flow:last-child .request_flow--wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-apartment .fee_intro ul {
    margin-bottom: 0;
  }
  .page-apartment .trouble .section_pdg {
    padding-bottom: 30px;
  }
}

/* page-design
*************************************************** */
.page-design .request_flow {
  margin-bottom: 64px;
}
.page-design .fee_intro {
  padding: 0;
}
.wrap--blc:not(:last-child) {
  margin-bottom: 64px;
}
.wrap--blc .txtarea {
  flex: 1;
}
.layout-col-wh li {
  background-image: linear-gradient(45deg, transparent 10px, #fff 10px),
    linear-gradient(315deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 10px, #fff 10px),
    linear-gradient(135deg, transparent 10px, #fff 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  padding: 32px;
}
.layout-col-wh img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.layout-col-wh .flex img {
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 0;
}
.layout-col-wh .ttl {
  font-size: 125%;
}
.layout-col-wh .ttl strong {
  color: #ff8430;
}
.selection.bg-bluegray-gra::before {
  top: 0;
}
.layout-gd li {
  position: relative;
  background-color: #fff;
}
.layout-gd li:not(:last-child) {
  margin-bottom: 24px;
}
.layout-gd .imgarea {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.layout-gd .imgarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0), 30%, rgba(0, 0, 0, 0) 100%);
}
.page-design .layout-gd li:nth-child(1) .imgarea {
  background-image: url(../images/design/tasaimoyo.jpg);
}
.page-design .layout-gd li:nth-child(2) .imgarea {
  background-image: url(../images/design/double_tone.jpg);
}
.layout-gd .txtarea {
  flex: 1;
  padding: 40px 24px 40px 40px;
}
.layout-gd .ttl {
  font-size: 200%;
}
.works--blc {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.2);
  border-radius: 8px;
}
.works--blc:not(:last-child) {
  margin-bottom: 32px;
}
.works--ttl {
  font-size: 200%;
}
.works--blc .post--about {
  margin-bottom: 56px;
}
.works--blc .post--works--comment {
  width: 100%;
  max-width: 880px;
}
.works--blc .ttl {
  font-size: 112.5%;
}
.works--blc .flex p {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .wrap--blc {
    display: flex;
    align-items: center;
  }
  .wrap--blc:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .wrap--blc .imgarea {
    width: 46.67%; /* 560px */
  }
  .wrap--blc:nth-child(even) .imgarea {
    margin-right: 6.67%;
  }
  .wrap--blc:nth-child(odd) .imgarea {
    margin-left: 6.67%;
  }
  .layout-gd li {
    display: flex;
    flex-direction: row-reverse;
    min-height: 400px;
  }
  .layout-gd .imgarea {
    width: 40%;
  }
  .layout-gd .txtarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .works--blc .ttl {
    width: 288px;
  }
}
@media screen and (max-width: 767px) {
  .wrap--blc:not(:last-child) {
    margin-bottom: 32px;
  }
  .wrap--blc .imgarea {
    margin-bottom: 24px;
  }
  .layout-gd li:not(:last-child) {
    margin-bottom: 8px;
  }
  .layout-gd .txtarea {
    padding: 24px;
  }
  .works--blc {
    padding: 24px;
  }
  .works--blc:not(:last-child) {
    margin-bottom: 8px;
  }
  .works--blc .ttl {
    margin-bottom: 1em;
  }
}

/* page-sealing
*************************************************** */
.sealing--box .success--txt {
  margin-right: 60px;
}
.leave-it .list-col2 {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.page-sealing .bg-cta_green {
  position: relative;
  background: transparent;
  overflow: hidden;
  margin-top: -50px;
}
.page-sealing .bg-cta_green::before,
.page-sealing .bg-cta_green::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/pt_cta_green.jpg);
  background-repeat: repeat;
}
.page-sealing .bg-cta_green::before {
  top: 2px;
  margin: auto;
  height: 120px;
  width: 110%;
  translate: -5% 0;
  border-radius: 50%;
}
.page-sealing .bg-cta_green::after {
  width: 100%;
  height: calc(100% - 60px);
  bottom: 0;
  z-index: -1;
}
.sealing_complete .anything--ttl::after {
  opacity: 0.9;
}
.sealing_complete .trouble--content {
  width: 360px;
  margin: 24px;
}
@media screen and (max-width: 767px) {
  .sealing--box .success--txt {
    margin: 0;
  }
  .sealing_complete .trouble--content {
    width: 80%;
    margin: 12px;
  }
  .page-sealing .bg-cta_green {
    background-image: url(../images/common/pt_cta_green.jpg);
    background-repeat: repeat;
  }
  .page-sealing .bg-cta_green .section_pdg {
    padding-top: 40px;
  }
  .page-sealing .anything .trouble--list img {
    width: 42%;
  }
}

/* reason
*************************************************** */
.page-reason .page--intro .section_ttl {
  margin: 0;
  width: 100%;
}
.page-reason .page--intro--txt {
  width: 100%;
}
.special--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.8;
}
.special--main {
  position: relative;
  width: 630px;
  min-height: calc(100vh - 80px);
  padding: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 6%;
}
.special--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/reason/bg_point01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right;
}
.img-lft .spacial--img {
  background-position: left;
}
.special--wrap:nth-child(2) .special--img {
  background-image: url(../images/reason/bg_point02.jpg);
}
.special--wrap:nth-child(3) .special--img {
  background-image: url(../images/reason/bg_point03.jpg);
}
.special--wrap:nth-child(4) .special--img {
  background-image: url(../images/reason/bg_point04.jpg);
}
.special--wrap:nth-child(5) .special--img {
  background-image: url(../images/reason/bg_point05.jpg);
}
.img-lft .special--main {
  margin-right: 6%;
  margin-left: auto;
}
.special--main h3 {
  font-size: 200%;
  line-height: 1.5;
  white-space: nowrap;
}
.special--txt {
  border-radius: 16px;
}
.special--authorize {
  width: 174px;
  margin-left: 16px;
}
.checklist {
  padding-left: 32px;
  background-image: url(../images/menu/checkbox.png);
  background-repeat: no-repeat;
}
.checklist-sm {
  background-size: 22px auto;
}
.special--wrap .list-dot li {
  margin-left: 20px;
  padding-left: 12px;
}
.special--num {
  margin-bottom: 40px;
}

/* --- success --- */

.success .inner {
  padding-bottom: 110px;
}
.success .ttl_brush-02::after {
  top: 62px;
}
.success--box {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 48px;
  width: 100%;
  max-width: 1080px;
}
.success--txt {
  margin-right: 40px;
  flex: 1;
}
.success--txt h3 {
  font-size: 190%;
  margin-bottom: 32px;
}
.success--point {
  color: #ff8430;
  font-size: 120%;
  line-height: 1;
}
.success--point span {
  font-size: 200%;
  margin-left: 4px;
}
.success--txt .list-dot li {
  margin-bottom: 0;
}

/* --- careful --- */

.careful {
  padding: 40px 48px;
  margin-bottom: 0;
}
.careful--txt {
  margin-right: 32px;
}
.careful .checklist {
  padding-top: 2px;
  padding-bottom: 6px;
  padding-left: 40px;
  font-size: 132%;
}
.careful p {
  padding-left: 40px;
}

/* --- careful --- */
.type--box {
  background-color: rgba(255, 255, 255, 0.4);
  border-top: 2px solid #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.type--box:last-child {
  border-bottom: 2px solid #fff;
}
.type--box--ttl {
  width: 40%;
  padding: 40px 0 32px;
  background-image: url(../images/reason/type_penki.png);
  background-position: 54% 51%;
  background-repeat: no-repeat;
  margin: auto;
}
.type--box--list {
  width: 40%;
  padding: 0 24px;
}
.type--box--ttl h4 {
  font-size: 180%;
  letter-spacing: 0.17em;
  text-align: center;
}
.type--box--content h5 {
  font-size: 130%;
  margin-bottom: 16px;
}
.type--box--last {
  border-bottom: 2px solid #fff;
}

/* --- careful --- */
.protect {
  padding: 60px 50px 28px;
}
.type .section_pdg {
  padding-top: 24px;
  padding-bottom: 160px;
}
.type .section_ttl img {
  margin-bottom: 0;
}
.type .ttl_brush-white::after {
  top: 64px;
}
.protect--list {
  margin-left: 0;
  padding-left: 0;
}

.protect--list li {
  position: relative;
  display: inline-block; /*横に並ぶように*/
  margin-right: 12px;
  display: inline-block;
  padding: 0 24px;
  height: 48px;
  line-height: 48px;
  background: #aedfc6; /*背景色*/
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.protect--list li:before {
  /*三角の部分*/
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-style: solid;
  border-color: transparent;
  border-right-color: #aedfc6; /*背景色*/
  border-width: 24px 14px;
  width: 0;
  height: 0;
}
.protect--list .protect--list1 {
  border-radius: 4px;
}
.protect--list .protect--list1::before {
  display: none;
}
.protect--list .protect--list1 {
  background-color: #f8e7c9;
}
.protect--list .protect--list2 {
  background-color: #f6dcbb;
}
.protect--list .protect--list2::before {
  border-right-color: #f6dcbb;
}
.protect--list .protect--list3 {
  background-color: #fad4a9;
}
.protect--list .protect--list3::before {
  border-right-color: #fad4a9;
}
.protect--list .protect--list4 {
  background-color: #faca9c;
}
.protect--list .protect--list4::before {
  border-right-color: #faca9c;
}
.protect .place_table {
  table-layout: fixed;
}
.protect .place_table tr,
.protect .place_table td {
  text-align: center;
  vertical-align: middle;
}
.protect .place_table th,
.protect .place_table td,
.protect .place_exampl_table th,
.protect .place_exampl_table td {
  border-left: 8px solid #fff;
}
.protect .place_table .txt-lft {
  text-align: left;
  font-size: 93%;
  padding: 16px;
}
.protect .place_table tr:nth-child(1) th:nth-child(1) {
  position: relative;
  width: 12%;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .special--main {
    margin-left: 0;
    padding: 54px;
    width: 55%;
    max-width: 630px;
  }
  .img-lft .special--main {
    margin-right: 0;
    margin-left: auto;
    padding-right: 120px;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .special--main {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .special.bg-cream {
    background-image: none;
  }
  .special--wrap {
    padding-bottom: 56px;
  }
  .special--img {
    position: relative;
    width: 90%;
    height: 75vw;
    margin-right: auto;
    margin-left: 0;
    background-position: right;
  }
  .img-lft .special--img {
    margin-left: auto;
    margin-right: 0;
    background-position: left;
  }
  .special--main {
    padding: 0;
    margin-top: 24px;
    width: 80%;
    height: auto;
    min-height: auto;
    margin-right: auto;
    margin-left: 8%;
    background-color: transparent;
  }
  .img-lft .special--main {
    margin-left: auto;
    margin-right: 7%;
  }
  .special--main h3 {
    font-size: 160%;
  }
  .img-lft .special--main h3 {
    text-align: right;
  }
  .special--num {
    width: 180px;
    margin-bottom: 24px;
  }
  .special--authorize {
    width: 112px;
  }
  .img-lft .special--num {
    margin-left: auto;
    display: block;
  }
  .success .section_pdg {
    padding-bottom: 96px;
  }
  .success--box {
    width: 100%;
  }
  .success--txt {
    margin: 0;
  }
  .success--box {
    padding: 28px 32px;
  }
  .success--txt h3 {
    font-size: 160%;
    line-height: 1.7em;
    margin-bottom: 16px;
  }
  .success--point {
    display: block;
    margin-bottom: 8px;
  }
  .success--txt p:last-child {
    margin-bottom: 16px;
  }
  .success .ttl_brush-02::after {
    top: 82px;
  }
  .careful {
    padding: 30px 28px;
    font-size: 93%;
  }
  .careful--txt {
    margin-right: 0;
  }
  .ink_variation .section_pdg {
    padding-top: 0;
  }
  .type--box {
    padding-top: 32px;
  }
  .type--box--ttl {
    width: 242px;
    height: 85px;
    background-size: cover;
    padding: 21px 0;
    margin: 0 auto;
    line-height: 1.5;
  }
  .type--box--content {
    width: 100%;
    padding-top: 24px;
  }
  .type--box--list {
    width: 100%;
  }
  .protect {
    padding: 48px 24px 24px;
  }
  .protect--list li {
    margin-right: 8px;
    padding: 0 4px;
    height: 40px;
    line-height: 40px;
    font-size: 86%;
  }
  .protect--list li:before {
    border-width: 20px 10px;
  }
  .protect--table-sp td:first-child {
    width: 100px;
  }
  .protect .place_table th,
  .protect .place_table td {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* flow
*************************************************** */

.page-flow .page--intro::before {
  background-image: url(../images/header/subvisual_under_orange.png);
}
.request_flow {
  position: relative;
  width: 980px;
  background-image: url(../images/flow/bg_flow_top.png), url(../images/flow/bg_flow_bottom.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 980px 72px, 980px 72px;
  padding: 70px 0;
  margin-bottom: 32px;
}
.request_flow--wrap {
  width: 100%;
  background-image: url(../images/flow/bg_flow_middle.png);
  background-repeat: repeat-y;
  padding: 24px 80px 24px 120px;
}
.request_flow h3 {
  font-size: 220%;
  margin-bottom: 24px;
  padding-top: 24px;
}
.request--telbox {
  display: inline-block;
  color: #ff8430;
  font-size: 190%;
  line-height: 1;
  border: 1px solid #ff8430;
  padding: 8px 16px;
  margin-right: 16px;
}
.request--telbox small {
  font-size: 50%;
}
.request--img {
  margin-left: 32px;
  margin-bottom: 32px;
}
.request--const li {
  position: relative;
  width: calc(100% / 3 - 16px);
  height: 150px;
  overflow: hidden;
}
.request--const li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
}
.request--const li:hover a {
  background-color: rgba(0, 0, 0, 0.4);
}
.request--const--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-size: cover;
  transition: all 0.3s ease;
  background-position: center;
  transform-origin: center;
}
.request--const li:first-child .request--const--bg {
  background-image: url(../images/flow/flow_const_img01.jpg);
}
.request--const li:nth-child(2) .request--const--bg {
  background-image: url(../images/flow/flow_const_img02.jpg);
}
.request--const li:nth-child(3) .request--const--bg {
  background-image: url(../images/flow/flow_const_img03.jpg);
}
.request--const li:hover .request--const--bg {
  transform: scale(1.1);
}
.request--const--txt {
  position: relative;
  display: block;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 150%;
}
.request_flow .ink_kan {
  right: -46px;
  bottom: 17px;
}
.request_flow .hake {
  top: 18px;
  right: 37px;
  transform: rotate(69deg);
}
.request_flow .request_staff {
  width: 239px;
  height: 290px;
  bottom: 29px;
  right: 71px;
  background-image: url(../images/flow/flow_img05.png);
}

@media screen and (min-width: 768px) {
  .request_flow--wrap .box.flex img {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .request_flow {
    width: 100%;
    background-image: url(../images/flow/bg_flow_top_sp.png), url(../images/flow/bg_flow_bottom_sp.png);
    background-position: top center, bottom center;
    background-size: 100% 39px, 100% 39px;
    padding: 39px 0;
    font-size: 93%;
  }
  .request_flow--wrap {
    width: 100%;
    background-image: url(../images/flow/bg_flow_middle_sp.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 24px 48px 24px 48px;
  }
  .request_flow--wrap .box.flex img {
    margin-bottom: 16px;
  }
  .request_flow h3 {
    font-size: 170%;
  }
  .request_flow .flt-rgt {
    float: none;
  }
  .request--img {
    margin-left: auto;
  }
  .request--telbox {
    width: 100%;
    margin-right: 0;
    font-size: 170%;
    margin-bottom: 16px;
  }
  .request--const li {
    width: 100%;
    height: 101px;
    margin-bottom: 16px;
  }
  .request_flow .btn.arrow-bottom {
    width: 100%;
    padding: 12px 16px 26px;
    text-align: center;
  }
  .request_flow:last-child .request_flow--wrap {
    padding-bottom: 168px;
  }
  .request_flow .ink_kan {
    right: -6px;
    bottom: -15px;
    width: 135px;
    height: 65px;
  }
  .request_flow .hake {
    top: 18px;
    right: -3px;
    width: 91px;
    height: 112px;
  }
  .request_flow .request_staff {
    width: 179px;
    height: 202px;
    bottom: 20px;
    right: 41px;
  }
}

/* 料金案内（fee）
*************************************************** */
.fee_intro {
  padding: 80px 0 180px;
}
.fee_intro.price {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fee_intro .inner {
  position: relative;
}
.fee_intro h2 {
  margin-bottom: 42px;
  font-size: 250%;
  line-height: 1.5;
}
.fee_intro h2 strong {
  font-size: 108%;
}
.fee_intro ul li.box-bevel {
  background: linear-gradient(45deg, transparent 10px, #fbe5b8 10px),
    linear-gradient(315deg, transparent 10px, #fbe5b8 10px), linear-gradient(225deg, transparent 10px, #fbe5b8 10px),
    linear-gradient(135deg, transparent 10px, #fbe5b8 10px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  width: calc(100% / 3 - (16px * 2 / 3));
  margin-bottom: 0;
  padding: 20px 20px 28px;
  text-align: center;
}
.fee_intro ul li.box-bevel .img {
  width: 100%;
  height: 210px;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px;
  border-radius: 4px;
}
.fee_intro ul li p {
  line-height: 1.6;
}
.fee_intro_gree {
  position: relative;
  width: 98%;
  margin-left: 0;
  margin-right: 0;
}
.fee_intro_gree::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -2%;
  width: 104%;
  height: 120%;
  background-image: url(../images/common/pt_orange_dot.jpg);
  border-radius: 80px 80px;
}
.fee_intro_gree p {
  position: relative;
  z-index: 1;
  padding: 40px 15px;
  border-radius: 80px 80px;
  background-color: #fff;
}
#ink_variation {
  z-index: 20;
}
.fee_place {
  z-index: 30;
}
.fee_place .inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 60px 50px 28px;
  margin-top: -160px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.fee_place.section_pdg {
  padding-bottom: 80px;
}
.fee_place .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/common/nami_bg_kazari.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.fee_place_nav {
  margin-bottom: 48px;
}
.fee_place_nav li {
  width: calc(100% / 3 - (16px * 2 / 3));
}
.fee_place_nav a {
  display: block;
  font-size: 120%;
  text-align: center;
}
.fee_place_content {
  margin-bottom: 64px;
}
.place_table,
.place_exampl_table {
  width: 100%;
  border-spacing: 5px;
}
.table_wrap {
  margin-bottom: 24px;
}
.place_table th,
.place_table td {
  padding: 8px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
}
.place_table th {
  padding: 16px;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.place_exampl_table th,
.place_exampl_table td {
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 0;
}
.place_exampl_table td {
  background-color: #dfe5e8;
}
.place_exampl_table th {
  background-color: #425865;
  color: #fff;
}
.place_table td {
  background-color: #fff6e8;
}
.place_table td strong {
  font-size: 120%;
  color: #652b00;
}
.place_table .place_table-none,
.place_exampl_table .place_table-none {
  background-color: #fff;
}
.place_table .place_table-si,
.place_table .place_table-si2,
.place_table .place_table-fusso,
.place_table .place_table-muki {
  width: 22%;
}
.place_table .place_table-si,
.protect--table-sp.place_table-si th {
  background-color: #f7a26f;
}
.place_table .place_table-si2,
.protect--table-sp.place_table-si2 th {
  background-color: #f98e63;
}
.place_table .place_table-fusso,
.protect--table-sp.place_table-fusso th {
  background-color: #f76f60;
}
.place_table .place_table-muki,
.protect--table-sp.place_table-muki th {
  background-color: #ea6b63;
}
.place_table td:nth-child(2),
.protect--table-sp.place_table-si td {
  background-color: #fff6e8;
}
.place_table td:nth-child(3),
.protect--table-sp.place_table-si2 td {
  background-color: #fff2e8;
}
.place_table td:nth-child(4),
.protect--table-sp.place_table-fusso td {
  background-color: #ffefe9;
}
.place_table td:nth-child(5),
.protect--table-sp.place_table-muki td {
  background-color: #ffebe9;
}
.place_attention {
  background-color: #f5f5f5;
  padding: 20px 28px;
}

@media only screen and (max-width: 767px) {
  .fee_intro {
    padding-top: 24px;
    padding-bottom: 120px;
  }
  .fee_intro h2 {
    font-size: 130%;
  }
  .fee_intro h2 strong {
    font-size: 120%;
  }
  .fee_intro ul {
    margin-bottom: 48px;
  }
  .fee_intro ul li.box-bevel {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }
  .fee_intro_gree p {
    width: 94%;
    margin: 0 auto;
    padding: 24px;
    border-radius: 48px 48px;
    text-align: left;
  }
  .fee_intro_gree::before {
    top: -9%;
    width: 104%;
    height: 118%;
    border-radius: 62px 62px;
  }
  .fee_intro ul li.box-bevel {
    padding: 20px 8px 20px 20px;
  }
  .fee_intro ul li.box-bevel .img {
    width: 40%;
    height: auto;
    margin-bottom: 0;
  }
  .fee_intro ul li.box-bevel .img::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .fee_intro ul li p {
    width: 60%;
  }
  .fee_intro .box-bevel .txt-under_nami::after {
    display: none;
  }
  .fee_place .inner {
    padding: 48px 24px 24px;
  }
  .fee_place .inner::before {
    background-image: url(../images/common/nami_bg_kazari_sp.png);
  }
  .fee_place.section_pdg {
    padding-bottom: 40px;
  }
  .fee_place_nav li {
    width: 100%;
    margin-bottom: 16px;
  }
  .place_table th {
    padding: 8px;
    vertical-align: middle;
  }
  .place_table,
  .place_exampl_table {
    font-size: 93%;
    width: 517px;
  }
  .table_wrap {
    position: relative;
    padding-top: 16px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid rgba(20, 22, 26, 0.7);
  }
  .table_wrap::before {
    content: "スクロールできます→";
    font-size: 86%;
    color: #90949c;
    position: absolute;
    right: 0;
    top: 0;
  }
  .scroll {
    overflow-x: scroll;
    margin: 0 0 24px;
    position: relative;
    padding: 4px;
    margin-bottom: 0;
  }
  .protect--table-sp {
    width: 100%;
    margin-bottom: 8px;
    table-layout: fixed;
  }
  .protect--table-sp tr td:nth-child(1) {
    width: 3.5%;
  }
  .place_attention {
    padding: 16px 24px;
    font-size: 93%;
  }
  .indent_list {
    margin-bottom: 16px;
  }
  .fee_place_content {
    margin-bottom: 48px;
  }
  .fee_place_content:last-child {
    margin-bottom: 0;
  }
}
.price-ashiba {
  padding-top: 80px;
  padding-bottom: 100px;
}
.price-ashiba .box-bevel {
  padding: 48px 48px 40px 48px;
  margin-bottom: 56px;
}
.price-ashiba table {
  width: 100%;
}
.price-ashiba th,
.price-ashiba td {
  width: 50%;
  text-align: center;
  padding: 16px;
}
.price-ashiba th {
  background-color: #ff986a;
  color: #fff;
}
.price-ashiba td {
  background-color: #fff5e6;
}
.price-ashiba .top-right {
  border-radius: 0 16px 0 0;
}
.price-ashiba .top-left {
  border-radius: 16px 0 0 0;
}
.price-table {
  border-spacing: 8px 4px;
  border-collapse: separate;
}
.price-ashiba--txt {
  padding-left: 8px;
}
.font-bold {
  font-family: "Koburina Gothic Std ";
  font-weight: 600;
}
.ashiba-ttl {
  font-size: 32px;
  font-weight: 450;
}
.price-ashiba-img {
  gap: 40px;
}

.price-promise .en {
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #ff8430;
  margin-left: -56px;
}
.price-promise .en::before {
  content: "";
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #ff8430;
}
.price-promise .en .num {
  font-size: 24px;
}
.price-promise {
  position: relative;
  width: 100%;
  height: 694px;
}
.price-promise .inner {
  position: relative;
  z-index: 1;
}
.price-promise::after {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/price/promise-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.price-promise .tare01 {
  top: 0;
  left: 0;
}
/* 会社紹介（company）
*************************************************** */
.page-company .page_ttl {
  height: 620px;
}
.page-company .page_ttl::before {
  top: 127px;
}
.page-company .page_ttl .inner {
  top: 53%;
}
.company_greeting--bg {
  position: relative;
  padding: 60px 0 80px;
}
.company_greeting--bg::before,
.company_greeting--bg::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 40%;
  height: 809px;
  background-size: cover;
}
.company_greeting--bg::before {
  left: 0;
  max-width: 645px;
  background-image: url(../images/company/greeting_bg_img01.jpg);
  background-position: bottom right;
}
.company_greeting--bg::after {
  right: 0;
  max-width: 683px;
  background-image: url(../images/company/greeting_bg_img02.jpg);
  background-position: bottom left;
}
.company_greeting .inner {
  position: relative;
  z-index: 1;
}
.company_greeting--txt {
  display: inline-block;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 80px 30px rgb(255, 255, 255);
}
.company_greeting p {
  font-size: 108%;
}

.company_outline {
  padding: 80px 0 260px;
}
.company_outline--table {
  width: 90%;
  border-top: 2px solid #fff;
  margin: 0 auto;
}
.company_outline--table th,
.company_outline--table td {
  padding: 18px 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #fff;
}
.company_outline--content {
  width: 90%;
  background: rgba(255, 255, 255, 0.7);
  margin: 40px auto 56px;
  padding: 28px 34px 28px 54px;
  border-radius: 4px;
}
.company_outline--content h3 {
  line-height: 1.6;
  margin-top: 4px;
}
.company_outline--img {
  flex: 1;
  margin-left: 24px;
}
.company_outline--img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.company_outline--access {
  width: 90%;
  margin: auto;
}
.company_outline--access iframe {
  width: 100%;
  height: 450px;
}
.staff_list {
  position: relative;
  z-index: 1;
}
.staff_list li {
  position: relative;
}
.staff_list .img {
  width: 250px;
  height: 244px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.staff_list h3 {
  position: relative;
  text-align: center;
  font-size: 148%;
  line-height: 1.6;
}
.staff_list h3 small {
  display: block;
}
.staff_list h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ttl_bg_penki03.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
}
.staff_list--shikaku {
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  padding: 14px 0;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s ease-out;
  border-width: 10px;
  border-style: solid;
  border-image: url(../images/common/pt_orange_dot.jpg) 15 round;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}
.staff_list li:hover .staff_list--shikaku {
  opacity: 1;
  pointer-events: auto;
}
.staff_list--shikaku::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fcf1e3;
}

.company_promise .point_tare {
  width: 100%;
}
.promise_list li {
  width: calc(100% / 3 - (18px * 2 / 3));
  text-align: center;
}
.promise_list li.box-bevel {
  padding: 40px 24px 34px;
  background-size: 70% 50%;
}
.promise_list li h3 {
  position: relative;
  margin-bottom: 28px;
  font-size: 180%;
  line-height: 1.4;
}
.promise_list li h3 span {
  position: relative;
  z-index: 1;
}
.promise_list li h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ttl_bg_penki01.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
}
/* history */
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto 3em;
  list-style-type: none;
  padding-bottom: 20px;
}
.timeline::before {
  position: absolute;
  left: 50%;
  top: 32px;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 105px);
  margin-left: -1px;
  background: #ff8430;
  z-index: 5;
}
.timeline li {
  padding: 6px 0;
  overflow: hidden;
}
.timeline li:nth-child(odd) .timeline-item {
  position: relative;
  width: calc(50% - 44px);
  float: right;
}
.timeline li:nth-child(odd) .timeline-item .year::before {
  position: absolute;
  top: 25px;
  left: -50px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  padding: 4px;
  background-color: #ff8430;
  border-radius: 12px;
  z-index: 10;
}
.timeline li:nth-child(even) .timeline-item {
  position: relative;
  width: calc(50% - 44px);
  float: left;
  text-align: right;
}
.timeline li:nth-child(even) .timeline-item .year::before {
  position: absolute;
  top: 25px;
  right: -50px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  padding: 4px;
  background-color: #ff8430;
  border-radius: 12px;
  z-index: 10;
}
.timeline .year {
  font-size: 2.5rem;
  color: #ff8430;
  line-height: 1;
  font-family: "EB Garamond", serif;
}
.timeline .text {
  font-size: 0.5em;
  margin: 0 2px;
}
.timeline .history-txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .timeline li:nth-child(odd) .timeline-item,
  .timeline li:nth-child(even) .timeline-item {
    width: calc(100% - 54px);
    float: none;
    margin-left: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  .timeline li:nth-child(odd) .timeline-item .year::before,
  .timeline li:nth-child(even) .timeline-item .year::before {
    top: 20px;
    left: -30px;
  }
  .timeline::before {
    left: 30px;
    top: 24px;
    height: calc(100% - 42px);
  }
  .timeline .year {
    font-size: 1.7rem;
    margin-bottom: 4px;
  }
  .timeline .history-txt {
    font-size: 0.85rem;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 767px) {
  .page-company .page_ttl {
    height: 240px;
  }
  .page-company .page_ttl::before {
    top: 47px;
  }
  .company_greeting--bg {
    padding: 16px 0 54px;
  }
  .company_greeting .section_ttl {
    margin-bottom: px;
  }
  .company_greeting--txt {
    padding: 0 24px;
  }
  .company_greeting--txt .mgn-btm16 {
    margin-bottom: 16px;
  }
  .company_greeting--bg::before {
    width: 50%;
    height: 251px;
    max-width: 235px;
    opacity: 0.5;
    top: -27px;
  }
  .company_greeting--bg::after {
    width: 50%;
    height: 279px;
    top: -28px;
  }
  .company_outline {
    padding: 54px 0 140px;
  }
  .company_outline--content {
    padding: 32px;
  }
  .company_outline--profile {
    text-align: center;
    margin-bottom: 16px;
  }
  .company_outline--access iframe {
    height: 400px;
  }
  .company_outline--img {
    margin-left: 0;
  }
  .company_outline--img img {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 16px;
  }
  .company_outline--table {
    width: 100%;
  }
  .company_outline--table th,
  .company_outline--table td {
    font-size: 86%;
    width: 2px;
    padding: 12px 2px;
  }
  .company_outline--table th {
    min-width: 24px;
  }
  .bg-white .inner {
    margin-top: -24px;
  }
  .staff_list li {
    display: flex;
    align-items: center;
  }
  .staff_list .img {
    width: 35vw;
    height: 35vw;
    margin: 0 16px 0 0;
  }
  .staff_list--shikaku {
    position: relative;
    top: 0;
    opacity: 1;
    font-size: 86%;
    letter-spacing: 0.08em;
    border-width: 4px;
    margin-top: 16px;
  }
  .staff_list--shikaku::before {
    top: -22px;
  }
  .staff_list--sp_wrap {
    flex: 1;
  }
  .company_staff .inner {
    padding-bottom: 0;
  }
  .promise_list li {
    width: 90%;
    margin: 0 auto 24px;
  }
  .promise_list li h3 {
    font-size: 150%;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .promise_list li.box-bevel {
    padding: 32px 23px 24px;
  }
}

/* よくある質問（faq）
*************************************************** */
.faq_intro {
  flex-direction: column;
}
.faq_contents {
  padding-bottom: 64px;
}
.faq_list dt {
  margin-bottom: 16px;
  font-size: 108%;
}
.faq_list dt .q {
  position: relative;
  display: inline-block;
  background: rgba(255, 132, 48, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.faq_list dt .q::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 2px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 132, 48, 0.3);
}
.faq_list dd {
  position: relative;
  margin-bottom: 40px;
  margin-left: 51px;
  background: #fdf3de;
  padding: 16px 24px;
  border-radius: 4px;
}
.faq_list dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -51px;
  transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 58px;
  background-image: url(../images/faq/a_icon.png);
}

@media only screen and (max-width: 767px) {
  .page-faq .page--intro {
    min-height: 108px;
    margin-bottom: 32px;
  }
  .page-faq .page--intro--txt {
    top: 50%;
    width: 88%;
  }
  .answer {
    display: inline-block;
  }
  .answer-break {
    vertical-align: -15px;
  }
  .faq_list dd::before {
    background-image: url(../images/faq/a_icon_sp.png);
    -webkit-background-size: 40px 58px;
    background-size: 40px 58px;
  }
}

/* お問い合わせ完了ページ（thanks）
*************************************************** */
.thanks_intro .inner {
  position: relative;
  z-index: 1;
}
.page-thanks .gnav--item,
.page-contact .fixed_contact,
.page-thanks .page_ttl .inner,
.page-thanks .page_ttl::before,
.page-thanks .campaign,
.page-thanks .voice-foot,
.page-thanks .bg-cta_green {
  display: none;
}
.page-thanks .page_ttl {
  height: 400px;
}
.page-thanks .gnav {
  justify-content: flex-start;
}
.page-thanks .gnav--logo {
  margin-top: 16px;
}
.thanks--menu .sekou--list li {
  margin-bottom: 0px;
}
.thanks--menu .sekou--list .sekou--img {
  margin-bottom: 16px;
}
.thanks--menu {
  padding-top: 56px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .thanks--menu {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .page-thanks .page_ttl {
    height: 200px;
  }
  .thanks--menu .sekou--list .box-bevel {
    width: 100%;
    margin-bottom: 16px;
  }
  .page-thanks .gnav_btn {
    display: none;
  }
}

/* プライパシポリシーページ（privacy）
********************************************** */
.privacy_intro {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .privacy_intro {
    padding-block: 60px;
  }
}

/* sitemap
*************************************************** */
.sitemap--list {
  border-bottom: 1px solid #ddd;
}
.sitemap--list li {
  border-top: 1px solid #ddd;
}
.sitemap--list li a {
  position: relative;
  display: block;
  padding: 14px 8px 14px 10px;
}
.sitemap--list li a:hover {
  color: #4267b2;
}
/* ???ƥ???*/
.sitemap--list li.sitemap--item-taxonomy {
  background: #f9f9f9;
  padding: 12px 0 6px 24px;
  border-top: none;
}
.sitemap--list li.sitemap--item-taxonomy ul {
  margin-top: 4px;
  letter-spacing: -0.4em;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  border-top: none;
  padding: 0;
  margin-right: 16px;
  width: calc(100% / 3 - (16px * 2 / 3));
  letter-spacing: normal;
}
.sitemap--list li.sitemap--item-taxonomy ul li:nth-child(3n) {
  margin-right: 0;
}
.sitemap--list li.sitemap--item-taxonomy a {
  padding: 4px 8px 4px 16px;
}
.sitemap--list li.sitemap--item-taxonomy a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border: 4px solid transparent;
  border-left: 8px solid #aaa;
  transition: all 0.4s ease-out;
}

@media only screen and (max-width: 767px) {
  .sitemap--list li.sitemap--item-taxonomy {
    padding: 12px 14px 6px 16px;
  }
  .sitemap--list li.sitemap--item-taxonomy ul li {
    width: 100%;
    margin-right: 0;
  }
  .sitemap--list li.sitemap--item-taxonomy a::before {
    top: 12px;
  }
}

/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
.main_column {
  position: relative;
  float: left;
  width: 760px;
  margin-bottom: 40px;
  width: calc(100% - 280px);
}

/* 新着情報一覧（news）
*************************************************** */
.clip-txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.archive-news .inner {
  position: relative;
}
.post {
  position: relative;
}
.post--ttl {
  margin-bottom: 6px;
  font-size: 158%;
  line-height: 1.55;
  color: #ff8430;
}
.post--sub-ttl {
  margin-bottom: 12px;
}
.post--date {
  position: relative;
  margin-bottom: 6px;
  color: #818f98;
}
.post .post-txt {
  flex: 1;
}
.post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}
.post a:hover {
  opacity: 0.5;
}

/* side */
.side_section--ttl {
  margin-bottom: 20px;
  font-size: 126%;
}
.side_section--ttl .ttl_line--txt {
  padding: 0 28px;
  margin: 0 0.5em;
}
.side_section--ttl .post_link {
  display: block;
  width: 100%;
  height: 100%;
}
.side_section--ttl .post_link:hover {
  opacity: 0.5;
}
.archive_year--ttl {
  background: #cad5dc;
  border-radius: 35px;
  padding: 8px 20px 8px 22px;
  cursor: pointer;
}
.archive_year {
  margin-bottom: 8px;
}
.archive_month {
  padding: 8px 4px;
  margin-top: 2px;
}
.archive_month li {
  margin-bottom: 8px;
}
.archive_month li a {
  background: #d6dfe4;
  display: block;
  border-radius: 20px;
  padding: 4px 18px;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-items: center;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages {
  position: relative;
  max-width: 42%;
  display: inline-block;
  vertical-align: middle;
  background: #ffac72;
  line-height: 1.4;
  padding: 8px 14px;
  border-radius: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 3px 4px;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #ff8430;
}
.wp-pagenavi .pages {
  border-radius: 0;
  background: transparent;
  color: #000;
}
.wp-pagenavi .current {
  background-color: #ff8430;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 40px;
  }
  .post .post-txt {
    max-height: none;
  }
  .post--ttl {
    font-size: 110%;
  }
}

/* --- works --- */
.post--works--wrap {
  padding-right: 32px;
}
.main_column .works-list--post {
  width: 47%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 48px;
  opacity: 1;
  transition: all 0.2s;
}
.main_column .works-list--post:hover {
  opacity: 0.7;
}

/* --- post --- */
.post {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}
.archive .post {
  width: 100%;
}
.date {
  position: relative;
  color: #aaa;
  margin-bottom: 8px;
  font-size: 85%;
}
.category_list {
  overflow: hidden;
}
.category_list a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
  background: #fdf3de;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 20px;
  float: left;
  margin: 0 4px 4px 0;
  white-space: nowrap;
}
.single .date + .category_list {
  margin-left: 16px;
}
.post .post-img {
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.post .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .main_column {
    width: 100%;
    float: none;
  }
  .main_column .works-list--post {
    width: 31%;
    height: 350px;
  }
  .post--works--wrap {
    padding: 0;
  }
  .post--works--wrap::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .main_column {
    width: 100%;
    float: none;
  }
  .post--works--wrap {
    padding: 0;
  }
  .main_column .works-list--post {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 12px 12px 24px;
    font-size: 93%;
    margin-bottom: 24px;
  }
  .main_column .works-list--post p:not(.works-list--date) {
    line-height: 1.7;
  }
  .main_column .works-list--img {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .main_column .works-list--user {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .main_column .works-list--area {
    display: none;
  }
  .main_column .works-list--more {
    width: 79px;
    height: 25px;
    line-height: 26px;
  }
  .main_column .works-list--more::before {
    border-top: 26px solid transparent;
  }
  .main_column .works-list--area-sp {
    display: inline-block;
    font-size: 87%;
    background-color: #ff9805;
    padding: 0 8px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 7px;
  }
  .post .post-img {
    width: 110px;
    aspect-ratio: 1/1;
  }
}

/* side_column
**************************************** */
.side_column {
  float: right;
  width: 240px;
}
.side--ttl {
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 24px;
}
.side--ttl small {
  font-size: 62%;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}
.side--link_list li {
  padding: 16px 0;
  border-bottom: 1px dashed #ccc;
}
.side--link_list a {
  display: block;
  line-height: 1.6;
}
.side--link_list a:hover {
  color: #ccc;
}
.side--thumbnail {
  float: left;
  margin: 0 16px 0 0;
  border-radius: 3px;
}
.archive_year--ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s ease-out;
}
.archive_year--ttl.active::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.side--list-archive .archive_month {
  display: none;
}

/* --- topics blog カテゴリー開閉--- */
.blog-count {
  color: #ff8430 !important;
}
.parent_cat,
.child_cat {
  position: relative;
  background-color: #fdf3de;
  padding: 4px 12px;
  margin-bottom: 8px;
  border-radius: 25px;
  font-size: 93%;
}
.child_cat {
  margin-left: 20px;
}
.parent_cat a::before,
.child_cat a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.open_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background-color: #ff9805;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.open_btn::before,
.open_btn::after {
  position: absolute;
  content: "";
  inset: 4px;
  margin: auto;
  width: calc(100% - 8px);
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease;
}

.open_btn::before {
  transform: rotate(90deg);
}

.open_btn::after {
  transform: rotate(0deg);
}

.open_btn.active::before,
.open_btn.active::after {
  transform: rotate(0deg);
}

.sub-categories {
  display: block;
}
.sub-categories .active {
  display: none;
}

/* --- works_cat --- */
.side--cat li a {
  background-color: #fdf3de;
  padding: 4px 16px;
  margin-bottom: 8px;
  border-radius: 25px;
  font-size: 93%;
}
.side--cat li a:hover {
  opacity: 0.5;
}
.side--cat span {
  color: #000;
}
.side--cat .count {
  min-width: 40px;
  text-align: center;
  border-radius: 25px;
  background-color: #ff9805;
  color: #fff;
  font-size: 85%;
}
.side--cat .sub-categories li a {
  margin-left: 1rem;
}

/* --- catarea-bloc --- */
.catarea-bloc {
  position: relative;
  padding: 8px 0;
  border-top: 1px solid #888;
}
.catarea-bloc h3 {
  padding-right: 64px;
  line-height: 1.5;
}
.catarea-bloc h3 a {
  display: block;
}
.catarea-bloc h3 a:hover {
  color: #333;
}
.catarea-bloc .tab {
  display: inline-block;
  position: absolute;
  background: #aaa;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  color: #fff;
  top: 9px;
  right: 0;
  font-size: 80%;
  padding: 0 8px;
}
.catarea-bloc .tab:hover {
  background: #aaa;
}
.catarea-bloc .tab.open {
  background: #d3cfac;
}
.catarea-bloc .catarea-list {
  margin-top: 16px;
  display: block;
}
.catarea-bloc .catarea-list li a {
  background: #f6f6f6;
  display: block;
  padding: 4px 16px;
  margin-top: 4px;
  font-size: 93%;
  line-height: 1.4;
}
.catarea-bloc .catarea-list li a:hover {
  background: #ccc;
}

/* --- wp-calendar --- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar td {
  padding: 2px 0;
}
#wp-calendar tbody td a {
  background-color: #eee;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  border-radius: 15px;
}
#wp-calendar #prev a,
#wp-calendar #next a {
  background: #56a0b9;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-top: 16px;
}

@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .side_column {
    width: 100%;
    float: none;
  }
  .side--ttl {
    text-align: center;
  }
  .catarea-bloc {
    width: 23%;
    display: inline-block;
    margin: 1%;
  }
  .side_section {
    overflow: hidden;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .side_column {
    width: 100%;
    float: none;
  }
  .side-column .side_section:last-child {
    margin-bottom: 0;
  }
  .catarea-bloc .catarea-list {
    overflow: hidden;
    margin: 8px 0 16px;
  }
  .catarea-bloc .catarea-list li {
    width: 49%;
    margin: 0 0 1% 1%;
    float: left;
  }
  .catarea-bloc .catarea-list li a {
    font-size: 100%;
  }
}

/* 関連記事
  *************************************************** */
/* ブログ */
.related_posts .post {
  display: block;
  border-bottom: inherit;
}
.related_posts .post .post-img {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 8px;
  background-color: #eee;
  float: inherit;
}
.related_posts .post .post-img img {
  width: 100%;
}
.related_posts .post--date {
  font-size: 87.5%;
}
.related_posts .post--ttl {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .related_posts .post {
    padding-bottom: 0;
  }
}

/* 施工事例 */
@media only screen and (min-width: 768px) {
  .related_posts .works-list--post {
    width: 31.33%;
    height: auto;
    padding: 16px 16px 48px;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .related_posts .works-list--post:nth-child(3n) {
    margin-right: 0;
  }
  .related_posts .works-list--area {
    width: 80px;
    height: auto;
    aspect-ratio: 91/95;
    font-size: 85.7%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .related_posts .works-list--more {
    width: 80px;
    height: 24px;
    font-size: 81.3%;
    line-height: 24px;
  }
  .related_posts .works-list--post:hover .works-list--more {
    width: 100px;
  }
  .related_posts .works-list--more::before {
    left: -24px;
    border-top: 24px solid transparent;
    border-right: 24px solid #b4c2d2;
  }
}

/* ##############################################################################

    SINGLE

############################################################################## */

/* 新着情報詳細（news）
*************************************************** */
.single-news .page--intro {
  padding: 40px 0 70px;
}
.single-news .inner,
.single-body .inner {
  position: relative;
}
.post.post_detail {
  border-bottom: none;
  padding-bottom: 0;
}
.post_detail--ttl {
  margin-bottom: 8px;
  font-size: 240%;
  text-align: center;
}
.post_detail:not(.post_detail-blog) .date {
  margin-bottom: 24px;
}
.post_detail .eyecatch {
  text-align: center;
}
.post_detail .mce_content_body {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.wp-pagenavi-single a {
  position: relative;
  margin: 0 8px;
  background: #cad5dc;
  padding: 4px 32px;
  border-radius: 3px;
  color: #425865;
  font-size: 108%;
}
.wp-pagenavi-single a[href="/news/"] {
  background-color: #425865;
  color: #fff;
}
.wp-pagenavi-single a:hover {
  background-color: #425865;
  color: #fff;
}
.wp-pagenavi-single a[rel="next"]::before,
.wp-pagenavi-single a[rel="prev"]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.wp-pagenavi-single a[rel="next"]::before {
  transform: rotate(-135deg);
}
.wp-pagenavi-single a[rel="prev"]::after {
  transform: rotate(45deg);
}
.wp-pagenavi-single a[rel="next"] span {
  padding-left: 12px;
}
.wp-pagenavi-single a[rel="prev"] span {
  padding-right: 4px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi-single {
    flex-direction: column;
    align-items: center;
  }
  .wp-pagenavi-single a {
    margin-bottom: 8px;
    width: 148px;
  }
  .post_detail--ttl {
    font-size: 170%;
    line-height: 1.8;
  }
}

/* works
  **************************************** */
.single-works .page_ttl {
  background-position: center center;
}
.post--works--ttl {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 228%;
}
.post--works--ttl span {
  display: block;
  margin-top: -0.5em;
  font-size: 44%;
  color: #ff8430;
  text-align: center;
}
.post--works--ttl::after {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  width: 355px;
  height: 300px;
  margin: auto;
  z-index: -3;
  opacity: 0.4;
  background-image: url(../images/common/ttl_bg_penki03.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.post--works--sub-ttl {
  color: #ff8430;
}
.post--works--cat li a {
  color: #ff8430;
  margin: 8px;
  padding: 0 8px;
}
#post--works--slide {
  width: 100%;
  margin-bottom: 4px;
}
.post--works--img {
  position: relative;
  width: 100%;
  height: 466px;
  background-color: #ddd;
}
.post--works--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.post--works--img span {
  position: absolute;
  display: inline-block;
  left: 24px;
  bottom: 24px;
  font-size: 93%;
  padding: 12px 24px;
  z-index: 1;
  margin: 0;
  max-width: calc(100% - 48px);
  -webkit-background-size: 55% 55%;
  background-size: 55% 55%;
}
#post--works--thumb {
  width: 100%;
}
#post--works--thumb li {
  height: auto;
  margin: 2px;
  transition: all 0.2s;
}
#post--works--thumb li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#post--works--thumb .slick-arrow {
  position: absolute;
  top: 128px;
  bottom: 0;
  width: 48px;
  height: 24px;
  font-size: 0;
  margin: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 2;
  transition: all 0.2s ease;
  outline: none;
}
#post--works--thumb li:hover,
#post--works--thumb .slick-current {
  opacity: 0.7;
}
#post--works--thumb .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ff8430;
  border-left: 2px solid #ff8430;
}
#post--works--thumb .slick-prev {
  left: 42%;
}
#post--works--thumb .slick-prev::before {
  transform: rotate(-45deg);
}
#post--works--thumb .slick-next {
  right: 42%;
}
#post--works--thumb .slick-next::before {
  transform: rotate(-225deg);
}
.post--about {
  position: relative;
  display: block;
  padding: 24px;
  font-size: 93%;
  margin: 32px auto;
}
.post--about h4 {
  font-size: 120%;
}
.post--about ul li {
  width: 50%;
  padding: 8px;
}
.post--about ul li.full {
  width: 100%;
}
.post--works--data li {
  display: flex;
  height: fit-content;
  line-height: 1.4;
}
.post--works--data .data--left {
  width: 95px;
  padding: 8px 0;
  border-bottom: 1px solid #333;
}
.post--works--data .data--right {
  flex: 1;
  padding: 5px 0;
  border-bottom: 1px dashed #aaa;
  display: flex;
  align-items: center;
}
.post--works--data .data--right span:not(:last-child)::after {
  content: "、";
}
.post--about dl {
  width: 47%;
}
.post--about dl dt {
}
.post--about dl dd {
  width: 100%;
  flex: 1 1 auto;
}
.post--about::before,
.post--about::after,
.post--works--voice::before,
.post--works--voice::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.post--about::before,
.post--works--voice::before {
  top: 0;
  left: 0;
  border: 1px solid #425865;
  pointer-events: none;
}
.post--about::after,
.post--works--voice::after {
  top: -6px;
  left: -6px;
  background-color: #f3f5f7;
  z-index: -1;
  pointer-events: none;
}
.post--works--voice {
  position: relative;
  padding: 32px 40px;
  margin-top: 56px;
}
.post--works--voice h4 {
  font-size: 150%;
}
.works_voice--item {
  position: relative;
  padding: 32px 16px 20px;
}
.works_voice--item::before,
.works_voice--item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.works_voice--item::before {
  width: 100%;
  border-bottom: 1px dotted #000;
}
.works_voice--item::after {
  width: 80px;
  border-bottom: 1px solid #000;
}
.works_voice--item .question {
  margin-bottom: 8px;
  color: #ff9805;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.works_voice--item .question::before {
  content: "Q.";
}
.works_voice--item .answer::before {
  content: "A.";
}
.post--works--comment {
  width: 600px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.post_detail .ttl-deco {
  position: relative;
  display: inline-block;
  font-size: 150%;
}
.post_detail .ttl-deco::before {
  content: url(../images/common/ttl_kazari_orange01.png);
  position: absolute;
  top: -24px;
  left: -54px;
  transform: rotate(-45deg);
}
.post--works--comment p {
  text-align: left;
  margin-bottom: 24px;
}
.post--works--comment strong {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.post--works--comment a {
  color: #ff8430;
  border-bottom: 1px solid #ff8430;
}
/* BeerSlider */
.beer-slider {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.beer-handle,
.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.7);
}
.beer-handle::before,
.beer-handle::after {
  border-color: #000;
}
.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
  font-family: "EB Garamond", serif;
  background: #ff8430;
  color: #fff;
  font-weight: 700;
  font-size: 112%;
  letter-spacing: 0.15em;
}
.beer-reveal[data-beer-label]:after {
  right: auto;
  left: 0;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius: 0 4px 4px 0;
}
.beer-slider[data-beer-label]:after {
  right: 0;
  left: auto;
  padding: 0.6em 1em 0.6em 0.6em;
  border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 767px) {
  .single-works .page_ttl {
    background-position: center center;
  }
  .post--works--ttl {
    font-size: 188%;
  }
  .post--works--ttl::after {
    top: -15px;
    width: 235px;
    height: 90px;
  }
  .post--works--img {
    height: auto;
  }
  .post--works--img:before {
    content: "";
    display: block;
    padding-top: 66.6%; /* 高さを幅の75%に固定 */
  }
  .post--works--img span {
    font-size: 86%;
    padding: 8px 24px;
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 48px);
  }
  #post--works--thumb.has_arrow {
    margin-bottom: 48px;
  }
  #post--works--thumb .slick-arrow {
    top: 90px;
  }
  #post--works--thumb .slick-next {
    right: 38%;
  }
  #post--works--thumb .slick-prev {
    left: 38%;
  }
  .post--about {
    width: 100%;
  }
  .post--works--data .data--left {
    width: 86px;
  }
  .post--about ul li {
    width: 100%;
    padding: 4px 8px;
  }
  .post--works--voice {
    padding: 24px;
    margin-top: 32px;
  }
  .works_voice--item {
    padding: 16px 8px 12px;
  }
  .post--works--comment {
    width: 100%;
    margin-bottom: 64px;
  }
  .beer-slider[data-beer-label]:after,
  .beer-reveal[data-beer-label]:after {
    top: 0.5rem;
    font-size: 100%;
  }
}

/* blog
**************************************** */
.post_detail-blog .mce_content_body {
  margin-bottom: 56px;
}
.post_detail-blog .blog_btn {
  margin-top: 56px;
}
.post_detail-blog .cta_link {
  width: 100%;
}
.post_detail-blog .author_blc {
  position: relative;
  column-gap: 24px;
  width: 100%;
  aspect-ratio: 108/37;
  padding: 40px 10% 24px;
  background-image: url(../images/footer/contact_campaign_bg04.png);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.post_detail-blog .author_blc h3 {
  position: absolute;
  top: -6px;
  left: 10%;
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background-color: #ff8430;
  border-radius: 30px;
}
.post_detail-blog .author_blc--img {
  width: 38%;
}
.post_detail-blog .author_blc--img img {
  width: 100%;
}
.post_detail-blog .author_blc--txt {
  flex: 1;
  margin-bottom: 0;
}
.post_detail-blog .author_blc--txt .txt {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .post_detail-blog .mce_content_body {
    margin-bottom: 56px;
  }
  .post_detail-blog .cta_link {
    width: 100%;
  }
  .post_detail-blog .author_blc {
    aspect-ratio: 13/16;
    padding: 16%;
    background-image: url(../images/footer/contact_campaign_bg04_sp.png);
  }
  .post_detail-blog .author_blc h3 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    white-space: nowrap;
  }
  .post_detail-blog .author_blc--img {
    width: 100%;
  }
  .post_detail-blog .author_blc--img img {
    width: 100%;
  }
}

/* 目次プラグイン スタイル変更 */
div#ez-toc-container {
  padding: 16px 32px 32px;
  margin-bottom: 3rem;
  border: 2px solid #f39624;
  border-radius: 16px;
}
.ez-toc-title-container {
  margin-bottom: 0.5rem;
}
div#ez-toc-container .ez-toc-title {
  font-size: 1.125rem;
}
div#ez-toc-container nav {
  width: 90%;
  margin: 0 auto;
}
div#ez-toc-container .ez-toc-page-1.ez-toc-heading-level-2 {
  margin-bottom: 0.6em;
}
div#ez-toc-container ul.ez-toc-list a {
  padding-left: 1em;
}
.ez-toc-counter nav ul li a::before {
  content: "";
  counter-increment: inherit;
  position: absolute;
  top: 0.56em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: inherit;
  border-radius: 50%;
  background-color: #f39624;
  float: inherit;
}
.ez-toc-counter nav ul ul li a::before {
  top: 0.7em;
  width: 10px;
  height: 2px;
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  div#ez-toc-container {
    padding: 16px;
  }
}

/* --- blog_card --- */
.blog_card {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border: 2px solid #b4c2d2;
}
.blog_card--caption {
  position: absolute;
  top: -1em;
  left: 32px;
  z-index: 1;
  display: inline-block;
  padding: 0 0.5em;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 18px);
  line-height: 2;
  background: #fff;
  border-radius: 2px;
}
.blog_card--content {
  gap: 40px;
}
.blog_card--img {
  width: 12.5rem;
}
.blog_card--img img {
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.blog_card--img img.img-contain {
  object-fit: contain;
  max-width: 80%;
}
.blog_card--txtarea {
  flex: 1;
}
.blog_card--ttl {
  position: static !important;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.blog_card--txt {
  font-size: 0.875rem;
}
.post--link {
  color: inherit;
}
.post--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .blog_card--img {
    width: 7.5rem;
  }
  .blog_card--content {
    gap: 16px;
  }
}

/* ##############################################################################

    CONTACT

############################################################################## */

.page-contact .gnav--item,
.page-contact .fixed_contact,
.page-contact .page_ttl,
.page-contact .greeting,
.page-contact .voice-foot,
.page-contact footer::before,
.page-contact .campaign,
.page-contact .bg-cta_green {
  display: none;
}
.page-contact .gnav {
  justify-content: flex-start;
}
.page-contact .gnav--logo {
  margin-top: 16px;
}
#contact {
  padding-top: 160px;
  background-color: #fff7e7;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 80px;
  }
  .page-contact .gnav_btn {
    display: none;
  }
}

/* ##############################################################################

    FORMY

############################################################################## */
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}
#formy_form input:focus {
  outline: none;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  display: inline-block;
  transform: translateY(-1px);
  float: right;
  width: 34px;
  height: 34px;
  background: #fd7e00;
  margin: 0 1em 0 0;
  border-radius: 3px;
  border-radius: 100px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 34px;
  color: #fff;
  font-size: 70%;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0px 8px 0px 40px;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #formy_form {
    padding: 0 16px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 8px;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .requiredIcon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    letter-spacing: 0;
  }
}

/* post-edit-link
********************************************** */
.post-edit-link {
  position: fixed;
  bottom: 156px;
  right: 32px;
  z-index: 10;
  padding: 16px;
  border-radius: 50%;
  border: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  .post-edit-link {
    display: none;
  }
}
.post-edit-link:hover {
  background-color: #ddd;
}
.post-edit-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K");
}
