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

    DEFAULT

############################################################################## */
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  font: 15px/1.231 "Shuei MaruGo B", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.85;
  letter-spacing: 0.09em;
  *font-size: small;
  *font: x-small;
  color: #2e3646;
  background: #f6f6f4 url(../images/common/bg-body.png);
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
small {
  font-size: 86%;
}
a {
  color: #2e3646;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
address {
  font-style: normal;
}

@media 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) {
    * {
      font-feature-settings: "palt";
    }
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    -webkit-text-size-adjust: none;
    background-image: url(../images/common/bg-body_sp.png);
    background-size: 800px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  *,
  *:after,
  *::before {
    border-width: 2px !important;
  }
}

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

    KEYFRAMES

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

/* kira
**************************************** */
.kira {
  display: block;
  background: url(../images/common/kirakira_sprite.png) no-repeat;
  width: 87px;
  height: 87px;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.kira-wh {
  background-image: url(../images/common/kirakira_sprite_w.png);
}
.kira-move {
  -webkit-animation: anime-kira 0.7s steps(4) alternate infinite;
  -moz-animation: anime-kira 0.7s steps(4) alternate infinite;
  -ms-animation: anime-kira 0.7s steps(4) alternate infinite;
  -o-animation: anime-kira 0.7s steps(4) alternate infinite;
  animation: anime-kira 0.7s steps(4) alternate infinite;
}
.delay-1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-15s {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-2s {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes anime-kira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -348px 0;
  }
}
@-moz-keyframes anime-kira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -348px 0;
  }
}
@-ms-keyframes anime-kira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -348px 0;
  }
}
@-o-keyframes anime-kira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -348px 0;
  }
}
@keyframes anime-kira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -348px 0;
  }
}

@media screen and (max-width: 767px) {
  .kira {
    width: 45px;
    height: 45px;
    background-size: auto 45px;
  }
  @keyframes anime-kira {
    to {
      background-position: -180px 0;
    }
  }
}

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

    COMMON

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

/* layout
**************************************** */
/* --- inner --- */
.inner {
  width: 1080px;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
.inner-sm {
  width: 960px;
}
.inner-xs {
  width: 720px;
}
.inner-lg {
  width: calc(100% - 148px);
  max-width: 100%;
}

/* --- section_pdg --- */
.section_pdg {
  padding-top: 112px;
  padding-bottom: 112px;
}
.section_pdg-lg {
  padding-top: 224px;
  padding-bottom: 224px;
}

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

/* --- flex --- */
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.flex-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.flex-end {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}

/* --- 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;
}
.mgn-btm88 {
  margin-bottom: 88px;
}
.mgn-btm96 {
  margin-bottom: 96px;
}

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

/* --- Layout Half [半分文字で半分画像のレイアウト]  --- */
.layout_half-left {
  padding-right: 55%;
  padding-right: -webkit-calc(50% + 120px);
  padding-right: calc(50% + 120px);
  max-width: calc(600px + 50%);
  margin-left: auto;
}
.layout_half-right {
  padding-left: 55%;
  padding-left: -webkit-calc(50% + 120px);
  padding-left: calc(50% + 120px);
  max-width: calc(600px + 50%);
}
.layout_half-left p,
.layout_half-right p {
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
  margin-bottom: 1.5em;
}
.layout_half-left--img,
.layout_half-right--img {
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
  z-index: 11;
}
.layout_half-left--img {
  right: 0;
  border-left: 3px solid #14485f;
}
.layout_half-right--img {
  left: 0;
  border-right: 3px solid #14485f;
}
@media screen and (max-width: 1360px) and (min-width: 768px) {
  .layout_half-left {
    padding-right: -webkit-calc(50% + 64px);
    padding-right: calc(50% + 64px);
  }
  .layout_half-right {
    padding-left: -webkit-calc(50% + 64px);
    padding-left: calc(50% + 64px);
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 88%;
    max-width: 88%;
  }
  .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;
  }
  .mgn-btm88 {
    margin-bottom: 48px;
  }
  .mgn-btm96 {
    margin-bottom: 48px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .section_pdg {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section_pdg-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .layout_half-left,
  .layout_half-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 400px;
  }
  .layout_half-left--img,
  .layout_half-right--img {
    top: auto !important;
    bottom: 0 !important;
    width: 100%;
    height: 400px;
    border-right: none;
    border-left: none;
    border-top: 3px solid;
  }
  .layout_half-left--img::before,
  .layout_half-right--img::before,
  .layout_half-left--img::after,
  .layout_half-right--img::after {
    display: none;
  }
}

/* bg
**************************************** */
.bg-white {
  background-color: #fff;
}
.bg-blue,
.bg-blue.skew::before,
.bg-blue.skew::after,
.bg-blue .skew-yane::before,
.bg-blue .skew-yane::after {
  background: #919fb0 url(../images/bg-feature.jpg) center top;
}
.bg-blue {
  background-position: center top -100px;
}
.bg-blue * {
  border-color: #1b1c2f !important;
}
.bg-beige,
.bg-beige.skew::before,
.bg-beige.skew::after,
.bg-beige .skew-yane::before,
.bg-beige .skew-yane::after {
  background: #e8e8e0 url(../images/common/bg-beige.png);
}
@media screen and (max-width: 767px) {
  .bg-beige,
  .bg-beige.skew::before,
  .bg-beige.skew::after,
  .bg-beige .skew-yane::before,
  .bg-beige .skew-yane::after {
    background-image: url(../images/common/bg-beige_sp.png);
    background-size: 800px;
  }
}

/* skew
**************************************** */
.skew {
  position: relative;
}
.skew::before,
.skew::after {
  position: absolute;
  height: 120px;
  left: 0;
  right: 0;
  background: #f6f6f4 url(../images/common/bg-body.png);
  transform: skewY(3.5deg);
  z-index: 2;
}
.skew-top::before {
  content: "";
  top: -60px;
  border-top: 3px solid #14485f;
}
.skew-btm::after {
  content: "";
  top: auto;
  bottom: -60px;
  border-top: none;
  border-bottom: 3px solid #14485f;
}
.skew-top-right::before,
.skew-btm-right::after {
  transform: skewY(-3.5deg);
}
.skew-border_none::before,
.skew-border_none::after {
  border: none;
}
.skew-yane::before,
.skew-yane::after {
  position: absolute;
  height: 120px;
  left: 0;
  background: #f6f6f4 url(../images/common/bg-body.png);
  transform: skewY(3.5deg);
  z-index: 2;
  content: "";
  top: -60px;
  border-top: 3px solid #1b1c2f;
  width: 50.1%;
}
.skew-yane::before {
  transform: skewY(-3.5deg);
}
.skew-yane::after {
  left: auto;
  right: 0;
}
.skew .section_ttl {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .skew::before,
  .skew::after,
  .skew-yane::before,
  .skew-yane::after {
    height: 60px;
    background-image: url(../images/common/bg-body_sp.png);
    background-size: 800px;
  }
  .skew::before,
  .skew::after,
  .skew-yane::after {
    transform: skewY(5deg);
  }
  .skew-top-right::before,
  .skew-btm-right::after,
  .skew-yane::before {
    transform: skewY(-5deg);
  }
  .skew-top::before,
  .skew-yane::before,
  .skew-yane::after {
    top: -30px;
  }
  .skew-btm::after {
    bottom: -30px;
  }
}

/* FONTS
**************************************** */
@font-face {
  font-family: "yokohama";
  src: url("../fonts/imagine_yokohama.eot") format("eot"), url("../fonts/imagine_yokohama.woff") format("woff"),
    url("../fonts/imagine_yokohama.ttf") format("truetype");
}
.deco {
  font-family: "yokohama", "Kaimin Sora Medium";
  font-weight: normal;
}
.deco-en {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.strong {
  padding: 0 2px;
  color: #e68c0d;
}
.bg-blue .strong {
  padding-bottom: 4px;
  color: #2e3646;
  background: url(../images/common/strong_line.png) bottom;
}
@media screen and (max-width: 767px) {
  .deco {
    font-family: "yokohama", "Kaimin Sora bold";
    font-weight: bold;
  }
  .deco.android {
    font-family: "yokohama", "Kaimin Sora Medium";
    font-weight: normal;
  }
}

/* ttl
**************************************** */
/* page_ttl */
.page_ttl {
  color: #fff;
  position: relative;
  height: 560px;
  width: 100%;
  padding: 140px 0;
  margin-bottom: -80px;
  z-index: 10;
  border-bottom: 3px solid #14485f;
  background: #fff center top;
  background-size: cover;
  z-index: 15;
  text-align: center;
}
.page_ttl h2 {
  margin-top: 95px;
}
.page_ttl-jp {
  font-size: 293.4%;
  display: block;
  line-height: 1;
  margin-bottom: 32px;
}
.page_ttl-en {
  font-size: 120%;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 32px;
  display: block;
  color: #f7f6f4;
  opacity: 0.5;
}
.page_ttl--description {
  max-width: 360px;
  font-size: 94%;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
.page-corporation .page_ttl--description {
  margin: 0 auto 0 0;
}
.section_ttl {
  text-align: center;
  margin-bottom: 56px;
}
.catch {
  margin-bottom: 40px;
  font-size: 213.4%;
  color: #14485f;
  line-height: 1.44;
  letter-spacing: -0.01em;
}
.catch.txt-blue {
  color: #2a799b;
}
.catch-sm {
  font-size: 187%;
  margin-bottom: 32px;
}
.bg-blue .catch {
  color: #fff;
}
.doubleline--ttl {
  position: relative;
  font-size: 240%;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #14485f;
}
.doubleline--ttl span {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  background: #f6f6f4 url(../images/common/bg-body.png);
}
.catch-border {
  position: relative;
}
.catch-border span {
  position: relative;
  padding: 0 24px;
  background: #f6f6f4 url(../images/common/bg-body.png);
}
.bg-blue .catch-border span,
.bg-blue .doubleline--ttl span {
  background: #919fb0 url(../images/bg-feature.jpg) center top;
}
.bg-beige .catch-border span,
.bg-beige .doubleline--ttl span {
  background: #e8e8e0 url(../images/common/bg-beige.png);
}
.doubleline--ttl::before,
.catch-border::before {
  width: 100%;
  height: 1px;
  border-bottom: 7px double;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.page-reform .page_ttl {
  padding-top: 110px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
  .page_ttl {
    height: 480px;
    padding: 110px 0;
  }
  .page-reform .page_ttl {
    padding-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .section_ttl {
    margin-bottom: 24px;
    padding-left: 0 !important;
  }
  .section_ttl img {
    width: 330px;
    height: auto;
  }
  .catch {
    font-size: 171.5%;
    margin-bottom: 24px;
  }
  .catch-sm {
    font-size: 143%;
  }
  .doubleline--ttl {
    font-size: 180%;
  }
  .doubleline--ttl span,
  .catch-border span {
    display: inline-block;
    max-width: 70%;
    padding: 0 8px;
    line-height: 1.2;
  }
  .doubleline--ttl::before,
  .catch-border::before {
    border-width: 6px !important;
  }
  .page_ttl {
    width: 100%;
    max-width: 100%;
    height: 400px;
    padding: 140px 0 80px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 0 0 #fff;
    border-left: none;
    border-right: none;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .page_ttl h2 {
    margin-top: 0;
  }
  .page_ttl-jp {
    font-size: 200%;
    margin-bottom: 34px;
    letter-spacing: 0;
  }
  .page_ttl-en {
    font-size: 88%;
    margin-bottom: 19px;
  }
  .page_ttl--description {
    font-size: 86%;
    line-height: 1.6;
    max-width: 312px;
    margin: auto;
  }
  .page_ttl .skew-yane::before,
  .page_ttl .skew-yane::after {
    bottom: -30px;
    width: 50%;
  }
  .page_ttl .skew-yane::before {
    left: 0;
  }
  .page_ttl .skew-yane::after {
    right: 0;
  }
  .page-reform .page_ttl,
  .page-others .page_ttl,
  .page-company .page_ttl {
    color: #fff;
    text-shadow: 0 0 1px #000;
  }
  .page-reform .page_ttl {
    padding-top: 120px;
  }
  .archive-voice .page_ttl,
  .single-voice .page_ttl {
    padding-top: 172px;
  }
  .archive-voice .page_ttl--description,
  .single-voice .page_ttl--description {
    display: none;
  }
}

/* txt
**************************************** */
.txt-lft {
  text-align: left;
}
.txt-ctr {
  text-align: center;
}
.txt-rgt {
  text-align: right;
}
.txt-sm {
  font-size: 94%;
  -webkit-font-smoothing: antialiased;
}
.txt-white {
  color: #fff;
}
.txt-orange {
  color: #f4a43d;
}
.txt-blue {
  color: #2a799b;
}

/* table and list
**************************************** */
.table {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #fff;
}
.table th,
.table td {
  padding: 16px 40px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  text-align: left;
}
.table th {
  width: 180px;
  color: #639bae;
}
.table-sm th,
.table-sm td {
  font-size: 86%;
  padding: 6px 24px;
}
.table-sm th {
  width: 120px;
}
.list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
  letter-spacing: 0.07em;
}
.list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.4em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #93b3c1;
  border-radius: 8px;
}
.list-attention li {
  font-size: 87%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.list-attention li::before {
  content: "※";
  top: 0;
  color: #93b3c1;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 6px 8px;
  }
  .table th {
    width: 7em;
  }
}

/* btn
**************************************** */
.btn {
  display: inline-block;
  padding: 16px 56px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  background: #2e3646;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover {
  background: #f4a43d;
  text-shadow: 0 0 1px #af6609;
}
.btn-orange {
  background: #f4a43d;
  color: #1b1c2f;
}
.btn-orange:hover {
  background: #e4850c;
  text-shadow: none;
}
.btn-lg {
  font-size: 120%;
}
.btn-sm {
  font-size: 93%;
  padding: 10px 24px;
  letter-spacing: 0.1em;
}
.btn .deco-en {
  font-size: 120%;
  margin-right: 8px;
}
.btn-plus,
.btn-arrow {
  position: relative;
  padding-left: 80px;
}
.btn-plus::before,
.btn-plus::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background: #f1a23c;
  width: 20px;
  height: 2px;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}
.btn-plus::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-plus:hover::before,
.btn-plus:hover::after {
  background: #fff;
}
.btn-arrow::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/common/arrow_bottom_white.png);
  z-index: 0;
  width: 13px;
  height: 17px;
  left: 52px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    font-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn {
    padding: 16px 40px;
  }
  .btn-plus,
  .btn-arrow {
    padding-left: 64px;
  }
  .btn-arrow::before {
    left: 40px;
  }
  .btn-plus::before,
  .btn-plus::after {
    left: 32px;
  }
}

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

    HEADER

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

/* header
**************************************** */
.header {
  position: absolute;
  padding: 31px 0 26px 0;
  z-index: 99;
  width: 100%;
}
.header--inner {
  width: 95%;
  margin: 0 auto;
}
.header--logo {
  position: relative;
  margin: auto;
  width: 186px;
}
.header--tel {
  font-size: 15px;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  opacity: 0.7;
}
.header--tel a {
  color: #fff;
}
.gnav--links {
  line-height: 1;
  margin-top: 22px;
}
@media screen and (max-width: 1400px) {
  .header {
    padding-right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 18px 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header--logo {
    position: relative;
    width: 200px;
    margin: 0 6%;
    top: 0;
  }
  .header--tel {
    padding-top: 0;
  }
  .header .fixed--logo {
    opacity: 0;
    transition: all 0.2s ease-in;
    max-width: 45.65vw;
  }
  .header.fixed .fixed--logo {
    opacity: 1;
  }
  .header.fixed {
    background-color: #32333b;
    transition: all 0.2s ease-in;
  }
}

/* gnav
**************************************** */
.gnav li {
  position: relative;
  float: left;
}
.gnav--tosou::before,
.gnav--fee::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  right: -2px;
  top: 17px;
  background: #93b3c1;
  border-radius: 2px;
  opacity: 0.5;
  pointer-events: none;
}
.gnav a,
.gnav span,
.gnav .subnav_toggle {
  color: #fff;
  display: block;
  padding: 6px 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.gnav--links a {
  font-size: 13px;
  padding: 0 16px;
}
.gnav a:hover,
.gnav span:hover {
  color: #f4a43d;
}
.gnav span {
  position: relative;
}
.gnav span::before,
.gnav span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  bottom: -4px;
  background: #14485f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
}
.gnav span::before {
  left: calc(50% - 1px);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.gnav span::after {
  right: calc(50% - 1px);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media screen and (max-width: 1400px) {
  .gnav a,
  .gnav span {
    padding-left: 12px;
    padding-right: 6px;
  }
}
.gnav--inner__sp {
  display: none;
}
@media screen and (min-width: 768px) {
  /* PCのとき */
  .subnav {
    position: absolute;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #32333b;
    top: 50px;
  }
  .fixed-header .gnav--inner > li {
    padding: 20px 0;
  }
  .gnav li:hover .subnav {
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
  }
  .subnav li {
    width: 100%;
  }
  .subnav li:not(:last-child) {
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
  }
  .subnav a {
    color: #fff;
    font-size: 94%;
    line-height: 1.6;
    white-space: nowrap;
    padding: 20px 10px;
    transition: all 0.4s ease-in-out;
  }

  .gnav--has_children {
    position: relative;
  }
  .gnav--has_children::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 5px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  /* -- gnav_btn -- */
  .gnav_btn {
    position: absolute;
    top: 22px;
    right: 6%;
    z-index: 9999;
    display: block;
    width: 32px;
    height: 20px;
  }
  .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: 2px;
    background-color: #fff;
  }
  .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;
  }
  .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 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 6% 24px;
    background: #32333b;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-out;
    z-index: 100;
    font-size: 100%;
  }
  .header.active .gnav {
    opacity: 1;
    pointer-events: all;
  }
  .gnav--inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 0 auto 0 2.5vw;
  }
  .gnav--inner__pc {
    display: none;
  }
  .gnav li {
    width: 100%;
    display: block;
    float: none;
    padding: 8px;
  }
  .gnav .sp-gnav-twocolumn {
    width: 50%;
  }
  .gnav--links .subnav_toggle {
    position: relative;
    display: inline-block;
  }
  .gnav--links li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gnav--links .subnav_toggle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px !important;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-25%) rotate(-90deg);
    transition: transform ease-in-out 0.4s;
  }
  .subnav_toggle.active::before {
    transform: translateY(-25%);
  }
  .gnav a,
  .gnav span,
  .gnav .subnav_toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gnav .subnav_toggle-wrap {
    padding-left: 1px;
  }
  /* gnav--contact-sp */
  .gnav--contact-sp {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 0 28px 5.797%;
    display: flex;
    justify-content: space-between;
  }
  .gnav--contact-sp .deco-en {
    position: relative;
    color: #f7f6f4;
    opacity: 0.5;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 9px;
  }
  .gnav--contact-sp .deco-en::after {
    content: "";
    background-color: #fff;
    width: 24px;
    height: 1px;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .gnav--contact-sp a {
    padding-left: 0;
  }
  .header--contact a {
    position: relative;
    margin: 0 auto;
  }
  .header--contact a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 11px;
    bottom: 0;
    background: url(../images/common/arrow-right-blue.png) center no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    top: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sp-subnav__wrap {
    display: none;
    margin-left: 15px;
  }
}
@media screen and (max-width: 320px) {
  .gnav {
    font-size: 100%;
    line-height: 1.65;
  }
  .gnav .sp-gnav-twocolumn a {
    padding-right: 0;
  }
}
/* fixed-header
**************************************** */
.fixed-header {
  position: fixed;
  left: 0;
  top: -105px;
  right: 0;
  background: #32333b;
  padding: 0 2.4%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fixed-header {
    top: -110px;
  }
}
.fixed-header.fixed {
  top: 0;
}
.fixed_hdr--inner {
  align-items: center;
}
.fixed-header .header--logo {
  width: auto;
  margin: 0;
  max-width: 213px;
}
.fixed-header .gnav span::before,
.fixed-header .gnav span::after {
  bottom: 0;
  background: #909dae;
}
.fixed-header .sns--list {
  flex: 0 1 260px;
  align-items: center;
  width: auto;
}
.fixed-header .gnav--links {
  margin-top: 0;
}
.fixed-header .header--tel,
.gnav--contact-sp .header--tel {
  opacity: 1;
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  /* .fixed-header {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
    } */
  .fixed-header .header--logo {
    top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .fixed-header.fixed {
    padding: 15px;
  }
  .fixed-header .header--logo {
    width: 17%;
  }
  .fixed-header .header--nav {
    flex-grow: 1;
  }
  .fixed-header .gnav--links {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fixed-header .sns--list {
    justify-content: flex-end;
    flex-flow: row wrap;
    gap: 8px;
    flex: 0 1 145px;
  }
  .fixed-header .sns--list a {
    margin: 0;
  }
  .fixed-header .sns-list .header--tel {
    flex: 1 0 100%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .header--logo {
    width: 90%;
    padding: 0 0 10px 0;
    margin: 0 0 10px;
  }
  .header--logo a {
    max-width: 182px;
  }
}

/* sns--list
**************************************** */
.sns--list {
  position: relative;
  line-height: 1;
  text-align: center;
  z-index: 100;
  width: 88px;
  display: flex;
  justify-content: space-between;
  flex: 0 1 141px;
  justify-content: flex-start;
  gap: 20px;
}
.sns--list-sp {
  display: none;
}
.sns--list a {
  margin: 26px 0;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.sns--list a:hover {
  color: #f4a43d;
}
.fixed_contact {
  position: fixed;
  top: calc((100% - 608px) / 2);
  right: -80px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fixed_contact li:not(:last-child) {
  margin-bottom: 8px;
}
.fixed_contact a {
  display: block;
  height: 300px;
  width: 64px;
  padding: 20px 0 0 21px;
  background: #2a799b;
  border-radius: 4px 0 0 4px;
}
.fixed_contact a:hover {
  transform: translateX(-4px);
}
.fixed_contact .fixed_contact--insta a {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  overflow: hidden;
  padding-left: 18px;
}
.fixed_contact .fixed_contact--insta a:before {
  content: "";
  position: absolute;
  top: 42px;
  left: 12px;
  width: 300px;
  height: 240px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.fixed_contact .fixed_contact--insta a img {
  position: relative;
  z-index: 10;
}
.fixed_contact .fixed_contact--contact a::after {
  content: "";
  display: block;
  width: 95px;
  height: 78px;
  position: absolute;
  bottom: -38px;
  right: -18px;
  background: url(../images/common/fixed-contact-img.png);
  transform: scale(-1, 1);
}
.fixed_contact .fixed_contact--contact a:hover {
  background: #14485f;
}
.fixed_contact.fixed {
  right: -8px;
}

/* sp-contact_area
**************************************** */
@media screen and (max-width: 767px) {
  .sns--list {
    display: none;
  }
  .gnav--sns-sp.sns--list {
    display: flex;
    flex-flow: column;
  }
  .gnav--sns-sp.sns--list a {
    padding: 0;
    margin: 0;
  }
  .sns--list-sp {
    position: absolute;
    z-index: 99;
    bottom: 48px;
    display: flex;
    flex-flow: column;
    left: 5.2vw;
  }
  .sns--list-sp a {
    color: #fff;
  }
  .sns--list-sp .header--tel {
    opacity: 1;
    writing-mode: vertical-rl;
    margin-bottom: 10px;
  }
  .sns--list_vert li {
    padding: 3px 0;
  }
  .header--logo-sp {
    max-width: 138px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -35%);
    transition: all 0.2s ease-in;
  }
  .header.fixed .header--logo-sp {
    opacity: 0;
  }
  .sp-contact_area {
    position: fixed;
    bottom: -56px;
    left: 8px;
    right: 8px;
    z-index: 99;
  }
  .sp-contact_area a {
    padding: 14px 4px;
    width: calc(50% - 4px);
    margin-right: 4px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #14485f;
    border-radius: 4px;
  }
  .sp-contact_area a:nth-of-type(2) {
    margin-right: 0;
  }
  .sp-contact_area.scrolled {
    transform: translateY(-64px);
  }
  .sp-contact_area a .deco-en {
    color: #f4a53d;
    font-size: 93%;
    letter-spacing: 0.1em;
  }
  .sp-contact_area a .small {
    transform: translateY(0);
    position: relative;
    display: inline-block;
    margin-left: 2px;
    font-size: 78.5%;
  }
}

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

    FOOTER

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

/* othermenu
*************************************************** */
.othermenu {
  position: relative;
  padding: 72px 0 160px;
  margin-bottom: -280px;
  background: url(../images/common/footermenu-bg.jpg) center top;
  background-size: cover;
  border: 3px solid #1b1c2f;
  z-index: 12;
}
.othermenu::before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 5%;
  background: url(../images/common/footermenu-ttl-en.png) center no-repeat;
  background-size: contain;
  width: 271px;
  height: 110px;
}
.othermenu::after {
  content: "";
  position: absolute;
  height: 120px;
  left: -3px;
  right: -3px;
  bottom: -60px;
  background: #d7dddf url(../images/common/bg-footer.jpg) center top -170px;
  transform: skewY(-3.5deg);
  border-top: 3px solid #1b1c2f;
  z-index: 2;
}
.othermenu--list {
  text-align: center;
}
.othermenu--list a {
  position: relative;
  display: block;
  margin-right: 32px;
  z-index: 10;
}
.othermenu--list a::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 48px;
  background: url(../images/common/arrow-right-blue.png);
  width: 50px;
  height: 27px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.othermenu--list .btn {
  display: block;
  width: 180px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .othermenu--list a:hover::before {
    right: 0;
  }
}
@media screen and (max-width: 1190px) and (min-width: 768px) {
  .othermenu--list a {
    width: 128px;
  }
  .othermenu--list .btn {
    width: 128px;
    padding: 8px 0;
    font-size: 86%;
    background: #fff;
    color: #2e3646;
  }
}
@media screen and (max-width: 767px) {
  .othermenu {
    padding: 40px 0 82px;
    margin-bottom: -170px;
    background: #919fb0 url(../images/bg-feature.jpg) center top;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
  .othermenu::before {
    width: 135px;
    height: 55px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
  }
  .othermenu::after {
    height: 60px;
    bottom: -30px;
    left: 0;
    right: 0;
  }
  .othermenu .catch {
    position: relative;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    z-index: 2;
  }
  .othermenu--list {
    display: block;
    width: 264px;
    margin: 0 auto;
  }
  .othermenu--list a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 0 8px;
    background: #fff;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 1px 1px 4px -3px #2e3647;
  }
  .othermenu--list a::before {
    background-size: contain;
    width: 25px;
    height: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 24px;
  }
  .othermenu--list a img {
    width: 64px;
    height: 64px;
  }
  .othermenu--list .btn {
    background: transparent;
    color: #2e3646;
    font-size: 100%;
    text-align: left;
    padding: 0 0 0 16px;
    margin: 0;
    line-height: 64px;
  }
}

/* contact
*************************************************** */
.contact {
  position: relative;
  padding-top: 328px;
  padding-bottom: 64px;
  z-index: 10;
}
.contact--info {
  position: relative;
  padding-bottom: 40px;
}
.contact--info * {
  position: relative;
  z-index: 2;
}
.contact--info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 621px;
  height: 513px;
  background: url(../images/common/contact-boy.png);
  z-index: 0;
}
.contact--info .kira {
  position: absolute;
}
.contact--info .kira-01 {
  left: 200px;
  bottom: 160px;
}
.contact--info .kira-02 {
  left: 30px;
  bottom: 108px;
}
.contact--info .kira-03 {
  left: 10px;
  bottom: 153px;
}
.contact--info .section_ttl {
  margin-bottom: 40px;
}
.contact--txt {
  max-width: 520px;
  margin-left: auto;
}
.contact--txt .catch {
  color: #ef8a08;
}
.contact--tel small {
  display: inline-block;
  padding-top: 16px;
  font-size: 80%;
  line-height: 1.5;
  opacity: 0.5;
}
.pbf {
  opacity: 0.5;
  transform: translateY(-40px);
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 168px;
    padding-bottom: 16px;
  }
  .contact--info {
    padding-bottom: 24px;
  }
  .contact--info::before {
    width: 310px;
    height: 255px;
    background-size: contain;
    left: -42px;
  }
  .contact--info .section_ttl {
    margin-bottom: 8px;
  }
  .contact--txt .catch {
    text-align: center;
  }
  .contact--info .contact--txt .mgn-btm24 {
    margin-bottom: 32px;
  }
  .contact--tel {
    padding-left: 130px;
  }
}

/* footer
*************************************************** */
.footer-bg {
  background: #d7dddf url(../images/common/bg-footer.jpg) center top;
}
.footer {
  padding: 0 0 80px;
}
.footer--inu {
  margin-right: 16px;
}
.footer--info p {
  font-size: 86%;
}
.footer--seo {
  background: #fff;
  max-width: 506px;
  padding: 24px;
  margin-left: 16px;
  border-radius: 4px;
}
.footer--seo h3 {
  font-size: 107%;
  letter-spacing: 0.12em;
  color: #14485f;
}
.footer--seo p {
  color: #878a98;
  font-size: 80%;
  line-height: 1.7;
  letter-spacing: 0.07em;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.footer--nav a {
  font-size: 88%;
  color: #14485f;
  padding: 0 12px;
  line-height: 1;
  display: inline-block;
}
.footer--nav a:hover {
  color: #e4850c;
}
.footer--nav li:not(:last-child) a {
  border-right: 1px solid #fff;
}
.footer--copyright {
  font-size: 86%;
  line-height: 1;
  text-align: center;
  opacity: 0.75;
}
.pbl {
  text-align: center;
  margin-left: 8px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer--info {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer--inu {
    width: 68px;
    margin: 0 auto 24px;
  }
  .footer--seo {
    display: none;
  }
  .footer--nav {
    display: none;
  }
}

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

    INDEX

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

/* hero
*************************************************** */
.hero {
  position: relative;
  height: 100vh;
  z-index: 90;
  /* border-bottom: 3px solid #14485f; */
}
/* .hero::before {
    content: "";
    position: absolute;
    height: 400px;
    left: -3px;
    right: -3px;
    background: #f6f6f4 url(../images/common/bg-body.png);
    transform: skewY(-3.5deg);
    z-index: 2;
    top: auto;
    bottom: -346px;
    border-top: 3px solid #14485f;
  } */
.slick-hero {
  pointer-events: none;
}
.slick-hero,
.slick-hero .slick-list,
.slick-hero .slick-track,
.slick-hero .slick-hero--list,
.slick-hero-corporation,
.slick-hero-corporation .slick-list,
.slick-hero-corporation .slick-track,
.slick-hero-corporation .slick-hero--list {
  height: 100%;
  margin: 0;
}
.slick-hero--list {
  padding: 64px;
  background: center;
  background-size: cover;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slick-hero--list-a {
  background-image: url(../images/hero-slide_01.jpg);
}
.slick-hero--list-b {
  background-image: url(../images/hero-slide_02.jpg);
}
.slick-hero--list-c {
  background-image: url(../images/hero-slide_03.jpg);
}
.slick-hero--list-d {
  background-image: url(../images/hero-slide_bnr.jpg);
}
#slick-hero {
  z-index: 1;
}
/* modal-youtube */
.modal-youtube {
  width: 1400px;
  max-width: 100%;
  overflow: hidden;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.hero_bnr {
  position: absolute;
  bottom: 0;
  right: 304px;
  z-index: 20;
}
.contact_btn {
  display: none;
  position: absolute;
  right: -40px;
  bottom: -36px;
  z-index: 20;
}
.subpage .contact_btn {
  right: 21px;
}
.hero--ttl {
  z-index: 10;
  display: block;
  position: relative;
}
.hero .slick-dots {
  z-index: 2;
  left: -42px;
  bottom: 145px;
}
/* --- hero_blog --- */
.hero_blog {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero_blog .inner {
  gap: 2rem;
  height: 40px;
}
.hero_blog--ttl {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.hero_blog--post {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.hero_blog .post--date {
  margin-right: 1rem;
  color: #14485f;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .hero--news--link:hover {
    transform: translateX(3px);
  }
  .slick-hero--list-b {
    background-position: center bottom;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .slick-hero--list {
    padding: 48px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    width: 100%;
    max-width: 100%;
    border-left: 0;
    border-right: 0;
    position: relative;
    overflow: hidden;
  }
  .hero video {
    width: 100%;
  }
  .hero::before {
    display: none;
  }
  .slick-hero--list {
    padding: 24px;
  }
  .slick-hero--list-a {
    background-image: url(../images/hero-slide_01_sp.jpg);
  }
  .slick-hero--list-b {
    background-image: url(../images/hero-slide_02_sp.jpg);
  }
  .slick-hero--list-c {
    background-image: url(../images/hero-slide_03_sp.jpg);
  }
  .slick-hero--list-d {
    background-image: url(../images/hero-slide_bnr_sp.jpg);
  }
  .slick-hero--list-c .hero--ttl {
    float: right;
  }
  .hero--ttl img {
    width: 140px;
  }
  .hero_bnr {
    right: 6%;
    bottom: 124px;
    width: calc(100% - 191px);
  }
  .slick-dots {
    bottom: 140px;
    left: 6%;
    z-index: 10;
  }
  .hero .slick-dots {
    bottom: 124px;
    left: 23px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 30px;
    height: 3px;
  }
  .slick-dots li button:before {
    background: #14485f;
  }
  .slick-hero--list-d .play::before {
    border-width: 10px 0 10px 20px !important;
  }
  .slick-hero--list-d .play {
    width: 72px;
    height: 72px;
  }

  /* --- hero_blog --- */
  .hero_blog .inner {
    gap: 1rem;
  }
  .hero_blog--ttl {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .hero_blog--post .post--date {
    margin-right: 0.5em;
  }
  .hero_blog--post .post--date,
  .hero_blog--post strong {
    font-size: 0.75rem;
  }
}

/* home_review-situation
*************************************************** */

.home_review-situation {
  position: relative;
  margin-bottom: -40px;
  z-index: 2;
}
.home_review-situation--img {
  top: 40px;
  background-image: url(../images/review-situation--img.jpg);
}
.home_review-situation--img::before,
.home_review-situation--img::after {
  content: "";
  position: absolute;
  height: 120px;
  right: -3px;
  left: 0;
  background: #f6f6f4 url(../images/common/bg-body.png);
  z-index: 2;
}
.home_review-situation--img::before {
  top: -60px;
  /* transform: skewY(-3.5deg); */
  border-bottom: 3px solid #14485f;
}
.home_review-situation--img::after {
  bottom: -60px;
  transform: skewY(-3.5deg);
  border-top: 3px solid #14485f;
}
.home_review-situation p {
  text-align: center;
  margin-bottom: 0;
}

/* -- home_review-- */
.home_review .catch {
  margin-bottom: 16px;
}
.home_review .review a {
  position: relative;
  background: #fff;
  padding: 24px;
  display: block;
  margin: 0 auto 12px;
  overflow: hidden;
  border: 2px solid;
}
.home_review .review a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #1b1c2f transparent;
}
.home_review .review a:hover {
  opacity: 0.5;
}
.g_review_value {
  font-size: 320%;
  letter-spacing: 0.05em;
  margin-right: 8px;
  line-height: 1;
}
.g_review_star {
  width: 278px;
  display: block;
  height: 58px;
}
.g_review--cnt p {
  text-align: center;
  line-height: 1;
  margin-top: 4px;
}
.g_review--cnt-lg {
  font-size: 160%;
  letter-spacing: 0.05em;
  padding: 0 3px;
}

/* -- home_situation -- */
.home_situation--inner {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 24px;
  z-index: 50;
  border: 2px solid;
}
.situation_list {
  margin: 0 24px 8px 0;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px;
  line-height: 1.6;
}
.situation_list p {
  margin-bottom: 4px;
}
.scroll_box {
  overflow-y: auto;
  max-height: 160px;
}
.scroll_box::-webkit-scrollbar {
  width: 8px;
}
.scroll_box::-webkit-scrollbar-thumb {
  background-color: #2e3646;
  border-radius: 50px;
}
.scroll_box::-webkit-scrollbar-track-piece {
  background-color: #d7dfe2;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .home_review-situation--contents {
    padding-bottom: 0;
  }
  .home_review-situation--img {
    display: none;
  }

  /* .home_review */
  .home_review h2 img {
    max-width: 220px;
  }
  .home_review .review a::before {
    border-width: 0 0 8px 8px !important;
  }
  .g_review_value {
    font-size: 229%;
  }
  .g_review_star {
    width: auto;
    height: 31px;
  }
  .g_review--cnt p {
    text-align: center;
    margin-top: 4px;
  }
  .g_review_star img {
    width: 30px;
  }

  /* home_situation */
  .home_situation .info--ttl {
    margin-bottom: 16px;
  }
  .home_situation--inner {
    max-width: 100%;
    padding: 24px;
  }
  .situation_list {
    margin-right: 16px;
  }
}

/* home_about
*************************************************** */
.home_about {
  position: relative;
  padding-top: 80px;
}
.home_about--img {
  top: 24px;
  bottom: 24px;
  background-image: url(../images/about-img.jpg);
}
.home_about--img::before,
.home_about--img::after {
  content: "";
  position: absolute;
  height: 120px;
  left: -3px;
  right: 0;
  background: #f6f6f4 url(../images/common/bg-body.png);
  z-index: 2;
}
.home_about--img::before {
  top: -60px;
  transform: skewY(-3.5deg);
  border-bottom: 3px solid #14485f;
}
.home_about--img::after {
  bottom: -60px;
  transform: skewY(3.5deg);
  border-top: 3px solid #14485f;
}
.about--yurai {
  position: relative;
  padding-left: 24px;
}
.about--yurai::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 10px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-bottom: 2px solid;
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .home_about .catch br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home_about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home_about--contents.layout_half-left {
    padding-bottom: 0;
  }
  .home_about--img {
    display: none;
  }
  .about-img-sp {
    border: 2px solid #14485f;
  }
}

/* home_cta-a
*************************************************** */
.home_cta-a {
  background: url(../images/cta-a-bg.jpg) center no-repeat;
  background-size: cover;
}
.home_cta-a .section_ttl {
  padding-left: 14px;
}
.cta-txt {
  max-width: 400px;
  margin-left: auto;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_cta-a {
    background-image: url(../images/cta-a-bg_sp.jpg);
  }
}

/* home_works
*************************************************** */
.home_works {
  padding-top: 52px;
  padding-bottom: 72px;
}
.home_works::after {
  border-color: #1b1c2f;
}
.home_works .section_ttl {
  position: relative;
  padding-left: 112px;
}
.home_works .section_ttl .kira {
  left: 50%;
}
.home_works .section_ttl .kira-01 {
  margin-left: 160px;
  bottom: 100px;
}
.home_works .section_ttl .kira-02 {
  margin-left: 120px;
  bottom: 128px;
}
.home_works .section_ttl .kira-03 {
  margin-left: -220px;
  bottom: 0;
}
.slick-works {
  margin-bottom: 64px;
}
.slick-works--content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  background: #fff;
  width: 1034px;
  max-width: 80%;
  padding: 48px 80px;
  border-radius: 4px;
  margin: 0 24px;
}
.slick-initialized .slick-works--content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.slick-works--content .link_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-works--content .eyecatch {
  width: 510px;
  height: 340px;
  border: 3px solid #2e3646;
  background: #2e3646 center no-repeat;
  background-size: cover;
  color: #eee;
  text-align: center;
  line-height: 340px;
  margin-right: 48px;
}
.slick-works--content .txt-area {
  width: 45%;
  width: -webkit-calc(100% - 558px);
  width: calc(100% - 558px);
}
.slick-works--content .post--txt {
  font-size: 94%;
  letter-spacing: 0.05em;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.slick-works--content .catch {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: #2e3646;
}
.slick-works--content .post--address {
  font-size: 134%;
}
/* -- .home_works--witch -- */
.home_works--witch {
  position: relative;
  width: 848px;
  max-width: 88%;
  padding-bottom: 40px;
  margin: 0 auto 48px;
  border-top: 7px double #2e3646;
  border-bottom: 7px double #2e3646;
}
.home_works--witch::after {
  content: "";
  display: block;
  position: absolute;
  right: -48px;
  bottom: -74px;
  width: 113px;
  height: 125px;
  background: url(../images/common/illust-blush.png);
  z-index: 0;
}
.home_works--witch .home_works--witch--ttl {
  display: inline-block;
  transform: translateY(-27px);
  padding: 0 16px;
  background: #e8e8e0 url(../images/common/bg-beige.png);
  margin-bottom: 0;
  color: #2e3646;
}
.home_works--witch .img-area {
  width: 137px;
  height: 137px;
  margin-right: 24px;
  border-radius: 70px;
  border: 3px solid #2e3646;
  background: center no-repeat;
  background-size: cover;
}
.home_works--witch .works-mortar .img-area {
  background-image: url(../images/works-mortar.jpg);
}
.home_works--witch .works-siding .img-area {
  background-image: url(../images/works-siding.jpg);
}
.home_works--witch .txt-area {
  position: relative;
  text-align: left;
}
.home_works--witch .txt-area::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 0;
}
.home_works--witch .works-siding .txt-area::before {
  background: url(../images/works-siding-en_sp.png) center no-repeat;
  background-size: contain;
  width: 69px;
  height: 27px;
}
.home_works--witch .works-mortar .txt-area::before {
  background: url(../images/works-mortar-en_sp.png) center no-repeat;
  background-size: contain;
  width: 93px;
  height: 32px;
}
.home_works--witch .txt-area .catch {
  color: #2e3646;
  text-align: left;
  margin-bottom: 16px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .slick-works--content {
    width: 800px;
    padding: 32px 48px;
  }
  .slick-works--content .eyecatch {
    width: 340px;
    margin-right: 32px;
  }
  .slick-works--content .txt-area {
    width: 60%;
    width: -webkit-calc(100% - 372px);
    width: calc(100% - 372px);
  }
}
@media screen and (max-width: 767px) {
  .home_works {
    padding: 16px 0 40px;
  }
  .slick-works--content {
    width: 320px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    margin: 0 8px;
  }
  .slick-works--content .eyecatch,
  .slick-works--content .txt-area {
    width: 100%;
  }
  .slick-works--content .eyecatch {
    height: 180px;
    line-height: 180px;
    margin: 0 0 16px;
  }
  .slick-works--content .post--address {
    font-size: 115%;
  }
  .slick-works--content .post--txt {
    display: none;
  }
  .home_works--witch {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-width: 6px !important;
  }
  .home_works--witch .home_works--witch--ttl {
    margin-top: -8px;
  }
  .home_works--witch-contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .home_works--witch .img-area {
    width: 88px;
    height: 88px;
    margin-right: 16px;
  }
  .works-mortar {
    margin-bottom: 24px;
  }
  .home_works--witch::after {
    background-size: contain;
    width: 64px;
    height: 71px;
    right: -8px;
    bottom: -40px;
  }
}

/* home_feature
*************************************************** */
.home_feature {
  position: relative;
  padding-top: 136px;
  padding-bottom: 188px;
}
.home_feature .section_ttl {
  position: relative;
  z-index: 3;
  padding-left: 56px;
}
.home_feature .section_ttl .kira {
  position: absolute;
  left: 50%;
}
.home_feature .section_ttl .kira-01 {
  margin: -20px 0 0 116px;
}
.home_feature .section_ttl .kira-02 {
  margin: 28px 0 0 200px;
}
.home_feature .section_ttl .kira-03 {
  margin: 80px 0 0 -262px;
}
.home_feature--img {
  top: 352px;
  background-image: url(../images/feature-img.jpg);
  z-index: 0;
}
.home_feature--img::before {
  content: "";
  position: absolute;
  height: 120px;
  top: -60px;
  left: 0;
  right: -5px;
  transform: skewY(3.5deg);
  border-bottom: 3px solid #1b1c2f;
  background: #919fb0 url(../images/bg-feature.jpg) center top -150px;
  z-index: 2;
}
.home_feature--contents {
  padding-top: 24px;
}
.home_feature--content {
  position: relative;
}
.home_feature--content-01::before,
.home_feature--content-01::after,
.home_feature--content-02::before {
  content: "";
  display: block;
  position: absolute;
}
.home_feature--content-01::before {
  background: url(../images/common/illust-feature01.png) center no-repeat;
  background-size: contain;
  width: 95px;
  height: 76px;
  left: -168px;
  top: 56px;
}
.home_feature--content-01::after {
  background: url(../images/common/illust-feature02.png) center no-repeat;
  background-size: contain;
  width: 79px;
  height: 61px;
  right: -40px;
  bottom: -88px;
}
.home_feature--content-02::before {
  background: url(../images/common/illust-feature03.png) center no-repeat;
  background-size: contain;
  width: 80px;
  height: 180px;
  left: -148px;
  bottom: -24px;
}
.home_feature--content .home_feature--number {
  position: absolute;
  z-index: 0;
  left: -72px;
}
.home_feature--content .catch {
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home_feature {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .home_feature--contents {
    padding-bottom: 600px;
  }
  .home_feature--img {
    height: 600px;
  }
  .home_feature--content-01::before {
    width: 47px;
    height: 94px;
    left: -8px;
    top: -110px;
  }
  .home_feature--content-01::after {
    width: 39px;
    height: 30px;
    right: -8px;
    bottom: -28px;
  }
  .home_feature--content-02::before {
    width: 40px;
    height: 90px;
    left: -20px;
    bottom: -88px;
  }
  .home_feature .section_ttl .kira-01 {
    margin: 12px 0 0 116px;
  }
  .home_feature .section_ttl .kira-02 {
    margin: -8px 0 0 70px;
  }
  .home_feature .section_ttl .kira-03 {
    margin: 7px 0 0 -140px;
  }
  .home_feature--content .home_feature--number {
    width: 40px;
    left: -12px;
    top: -18px;
  }
}

/* home_others
*************************************************** */
.home_others {
  padding-top: 40px;
  padding-bottom: 80px;
}
.home_others--content .img-area {
  width: 560px;
  height: 360px;
  border: 3px solid #1b1c2f;
}
.home_others--content .img-area::before {
  content: "";
  display: block;
  position: absolute;
  top: -109px;
  left: -22px;
  width: 157px;
  height: 111px;
  background: url(../images/common/illust-inu.png) center no-repeat;
  background-size: contain;
}
.home_others--content .txt-area {
  background: #fff;
  width: 552px;
  padding: 40px 40px 48px 72px;
  z-index: -1;
}
.home_others--content .txt-area .catch {
  margin-bottom: 24px;
  color: #1b1c2f;
}
.home_others--content .txt-area p {
  font-size: 94%;
  line-height: 1.7;
  letter-spacing: 0.03em;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
/* home_others-03 */
.home_others--content.home_others-03 {
  margin-bottom: 144px;
}
.home_others--content.home_others-03 .img-area {
  background-image: url(../images/other_img_01.jpg);
  transform: translate(-24px, 96px);
}
.home_others--content.home_others-03 .txt-area {
  transform: translateX(-56px);
}
.home_other--number-03 {
  position: absolute;
  right: -24px;
  bottom: 4px;
}
/* home_others-04 */
.home_others--content.home_others-04 .img-area {
  background-image: url(../images/other_img_02.jpg);
  transform: translate(24px, -88px);
  order: 2;
}
.home_others--content.home_others-04 .img-area::before {
  transform: scale(-1, 1);
  left: auto;
  right: -38px;
}
.home_others--content.home_others-04 .txt-area {
  padding: 40px 72px 48px 40px;
  transform: translateX(56px);
}
.home_other--number-04 {
  position: absolute;
  left: -40px;
  top: -24px;
}
/* -- paint-menu -- */
.paint-menu--ttl {
  color: #93b3c1;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-size: 94%;
}
.paint-menu a {
  position: relative;
  display: block;
  margin: 0 24px;
}
.paint-menu a:hover::before {
  right: 0;
}
.paint-menu a::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 56px;
  background: url(../images/common/arrow-right-blue.png);
  width: 50px;
  height: 27px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.paint-menu .btn {
  display: block;
  margin-top: 16px;
  width: 200px;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .home_others {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .home_others--content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_others--content.home_others-03 {
    margin-bottom: 32px;
  }
  .home_others--content .img-area {
    width: 100%;
    height: 210px;
    margin-bottom: 16px;
    background-size: cover;
    transform: translate(0) !important;
  }
  .home_others--content.home_others-04 .img-area {
    order: 0;
  }
  .home_others--content .img-area::before {
    width: 78px;
    height: 55px;
    top: -55px;
    left: -10px;
  }
  .home_others--content.home_others-04 .img-area::before {
    right: -16px;
  }
  .home_others--content.home_others-03 .txt-area,
  .home_others--content.home_others-04 .txt-area {
    width: 100%;
    padding: 24px;
    transform: translate(0) !important;
  }
  .home_other--number-03 {
    width: 50px;
    right: -8px;
    bottom: auto;
    top: 4px;
  }
  .home_other--number-04 {
    width: 50px;
    left: -8px;
    top: 7px;
    z-index: -1;
  }
  .paint-menu--ttl img {
    width: 76px;
  }
  .paint-menu li {
    display: block;
    width: 296px;
    max-width: 100%;
  }
  .paint-menu a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 0 8px;
    background: #fff;
    border-radius: 50px;
    padding: 4px 48px 4px 4px;
    box-shadow: 1px 1px 4px -3px #2e3647;
  }
  .paint-menu a::before {
    background-size: contain;
    width: 25px;
    height: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 24px;
  }
  .paint-menu li a img {
    width: 64px;
    height: 64px;
  }
  .paint-menu .btn {
    background: transparent;
    color: #2e3646;
    font-size: 100%;
    text-align: left;
    padding: 0 0 0 16px;
    margin: 0;
    line-height: 64px;
  }
}

/* home_cta-b
*************************************************** */
.home_cta-b {
  background: #666 url(../images/cta-b-bg.jpg) center;
  background-size: cover;
}
.home_cta-b .cta-txt {
  max-width: 440px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .home_cta-b {
    background-image: url(../images/cta-b-bg_sp.jpg);
  }
}
@media screen and (max-width: 320px) {
  .home_cta-b br {
    display: none;
  }
}

/* home_blog
*************************************************** */
.home_blog {
  padding-top: 48px;
}
.home_blog .blog-ttl {
  position: relative;
}
.home_blog .blog-ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 51px;
  height: 28px;
  background: url(../images/blog-ttl-en.png);
}
.home_blog--post {
  position: relative;
  overflow: hidden;
  width: calc(50% - 20px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home_blog--post:hover {
  opacity: 0.75;
}
.home_blog--post:nth-child(1),
.home_blog--post:nth-child(2) {
  margin-bottom: 40px;
}
.home_blog--post .eyecatch {
  float: right;
  display: block;
  width: 40%;
  height: 140px;
  margin-left: 24px;
  line-height: 134px;
  text-align: center;
  color: #f6f6f4;
  background: #1b1c2f center;
  background-size: cover;
  border: 3px solid #1b1c2f;
}
.home_blog--post .post--txt {
  font-size: 86%;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.home_blog--post .home_blog--post--ttl {
  font-size: 133%;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .home_blog--post,
  .home_blog--post:nth-child(1),
  .home_blog--post:nth-child(2) {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dotted #aaa !important;
  }
  .home_blog--post .eyecatch {
    width: 80px;
    height: 60px;
    line-height: 56px;
    margin: 0 0 8px 8px;
    font-size: 50%;
    letter-spacing: 0.1em;
  }
  .home_blog--post .home_blog--post--ttl {
    font-size: 115%;
  }
  .home_blog .blog-ttl::before {
    left: auto;
    right: 6px;
    bottom: 0;
  }
}

/* home_owner
*************************************************** */
.home_owner--inner {
  position: relative;
  width: 848px;
  max-width: 88%;
  padding-bottom: 32px;
  margin: 0 auto;
  border-top: 7px double #14485f;
  border-bottom: 7px double #14485f;
}
.home_owner--inner .home_owner--ttl {
  display: inline-block;
  transform: translateY(-22px);
  padding: 0 32px;
  background: #f6f6f4 url(../images/common/bg-body.png);
  color: #14485f;
  font-size: 240%;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home_owner--inner .catch {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .home_owner--inner {
    max-width: 100%;
    border-width: 6px !important;
  }
  .home_owner--inner .home_owner--ttl {
    font-size: 171.5%;
    transform: translateY(-27px);
    padding: 0 16px;
  }
  .home_owner-icon {
    width: 100px;
    margin-bottom: 20px;
  }
  .home_owner--inner .catch {
    margin-top: -16px;
  }
}

/* home_bnr
*************************************************** */
.home_bnr--ttl {
  color: #14485f;
  font-size: 240%;
  line-height: 1;
  letter-spacing: 0.1em;
}
.home_bnr--lists {
  justify-content: center;
}
.home_bnr--lists li {
  border: 3px solid;
  max-width: calc((100% - 24px) / 2);
  margin-right: 24px;
  margin-bottom: 24px;
}
.home_bnr--lists li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .home_bnr--ttl {
    font-size: 171.5%;
  }
  .home_bnr--lists li {
    max-width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

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

    PAGE

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

/* page-common 固定ページ共通
************************************************************* */
.subpage main {
  position: relative;
  display: block;
  z-index: 10;
  padding-top: 40px;
}
.subpage main.section_pdg {
  padding-top: 144px;
}
/* -- tosou--paint-menu -- */
.tosou--paint-menu {
  position: relative;
  padding: 40px 0 112px;
  z-index: 11;
}
.tosou--paint-menu .paint-menu {
  background: none;
}
@media screen and (max-width: 767px) {
  .subpage main {
    padding-top: 0;
  }
  .tosou--paint-menu {
    padding: 22px 0 48px;
  }
  .subpage main.section_pdg {
    padding-top: 64px;
  }
}

/* gaihekitosou 外壁塗装
************************************************************* */
/* -- gaihekitosou_purpose -- */
.gaihekitosou_purpose {
  position: relative;
  padding-bottom: 200px;
}
.gaihekitosou_purpose::before {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  left: 0;
  width: 50%;
  height: 996px;
  background: url(../images/gaihekitosou/gaihekitosou_purpose-img.png) right center no-repeat;
}
/* -- flow -- */
.gaihekitosou_flow {
  padding-top: 64px;
  padding-bottom: 200px;
}
.gaihekitosou_flow .gaihekitosou_flow-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/gaihekitosou/gaihekitosou_flow-line.png) top 180px right calc(50% - 64px) no-repeat;
  z-index: 0;
  pointer-events: none;
}
.gaihekitosou_flow .section_ttl {
  padding-left: 32px;
}
.gaihekitosou_flow .section_ttl .kira-01 {
  top: 128px;
  right: 50%;
  margin-right: 148px;
}
.gaihekitosou_flow .section_ttl .kira-02 {
  top: 40px;
  left: 50%;
  margin-left: 148px;
}
.flow--lists {
  position: relative;
  z-index: 10;
}
.flow--lists .flow--list {
  position: relative;
  margin-bottom: 80px;
}
.flow--lists .flow--list * {
  position: relative;
  z-index: 1;
}
.flow--lists .flow--list .txt-area {
  position: relative;
  width: calc(100% - 520px);
  padding: 0 80px;
}
.flow--lists .flow--list:nth-child(even) .txt-area {
  order: 2;
}
.flow--lists .flow--list .txt-area .flow--number {
  position: absolute;
  top: -64px;
  left: 16px;
}
.flow--lists .flow--list .txt-area .catch {
  position: relative;
  font-size: 267%;
  line-height: 1.2;
  letter-spacing: -0.03em;
  z-index: 2;
}
.flow--lists .flow--list .txt-area .catch small {
  display: block;
  font-size: 60%;
}
.flow--lists .flow--list .txt-area p {
  font-size: 94%;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.flow--lists .flow--list .txt-area p:not(:last-child) {
  margin-bottom: 1.5em;
}
.flow--lists .flow--list .txt-area dt {
  color: #e68c0d;
  font-size: 94%;
  margin: 8px 0 4px;
}
.flow--lists .flow--list .txt-area dd {
  font-size: 87%;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.flow--lists .flow--list.gaiheki_flow-09 {
  margin-top: -80px;
  margin-bottom: 64px;
  padding-top: 160px;
  background: url(../images/gaihekitosou/gaihekitosou_flow-09-bg.png) right calc(50% - -16px) top no-repeat;
}
.flow--lists .flow--list.gaiheki_flow-09::after {
  content: "";
  display: block;
  margin: 16px auto 0;
  width: 38px;
  height: 26px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/common/arrow-right-orange_sp.png) center no-repeat;
  background-size: contain;
}
.flow--lists .gaiheki_flow-09 .txt-area {
  width: 100%;
  text-align: center;
}
.flow--lists .gaiheki_flow-09 .txt-area .flow--number {
  top: -64px;
  right: 0;
  left: 0;
}
/* 各フロー */
.flow--lists .gaiheki_flow-01::before,
.flow--lists .gaiheki_flow-07::before,
.flow--lists .gaiheki_flow-04::before,
.flow--lists .gaiheki_flow-08::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -128px;
  width: 488px;
  height: 483px;
  z-index: 0;
}
.flow--lists .gaiheki_flow-01::before,
.flow--lists .gaiheki_flow-07::before {
  background: url(../images/common/illust_brush-right.png) center no-repeat;
  right: -120px;
}
.flow--lists .gaiheki_flow-04::before,
.flow--lists .gaiheki_flow-08::before {
  background: url(../images/common/illust_brush-left.png) center no-repeat;
  left: -120px;
}
.flow--lists .gaiheki_flow-09 .img-area {
  position: relative;
}
.flow--lists .gaiheki_flow-09 .finish {
  position: absolute;
  bottom: -24px;
  right: -68px;
}
.flow--lists .gaiheki_flow-09 .kira-01 {
  position: absolute;
  right: -80px;
  bottom: 80px;
}
.flow--lists .gaiheki_flow-09 .kira-02 {
  position: absolute;
  right: -140px;
  bottom: 24px;
}
.flow--lists .gaiheki_flow-09 .kira-03 {
  position: absolute;
  right: -120px;
  bottom: -10px;
}
.flow--lists .gaiheki_flow-09 .gaiheki_flow-09--detail .img-area {
  transform: translateY(-40px);
  margin: 0 56px 0 0;
}
.flow--lists .gaiheki_flow-09 .gaiheki_flow-09--detail p {
  width: 400px;
}
/* -- gaihekitosou_flow--aftercare -- */
.gaihekitosou_flow--aftercare {
  position: relative;
  background: url(../images/common/bg-kumo-widestraight.png) center bottom 24px repeat-x;
  padding-top: 80px;
}
.gaihekitosou_flow--aftercare::before {
  content: "";
  display: block;
  background: url(../images/gaihekitosou/gaihekitosou_flow--aftercare.png) center no-repeat;
  background-size: contain;
  width: 276px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gaihekitosou_flow--aftercare .catch {
  position: relative;
  font-size: 267%;
  line-height: 1.2;
  letter-spacing: 0.2em;
  z-index: 2;
  margin-bottom: 24px;
}
.gaihekitosou_flow--aftercare .catch small {
  display: block;
  font-size: 60%;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1340px) and (min-width: 768px) {
  .flow--lists .gaiheki_flow-01::before,
  .flow--lists .gaiheki_flow-07::before {
    right: -80px;
  }
  .flow--lists .gaiheki_flow-04::before,
  .flow--lists .gaiheki_flow-08::before {
    left: -80px;
  }
  .flow--lists .flow--list .txt-area {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .gaihekitosou_purpose::before {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  .flow--lists .flow--list .img-area {
    width: 440px;
  }
  .flow--lists .flow--list .txt-area {
    padding: 0;
    width: calc(100% - 500px);
  }
  .flow--lists .gaiheki_flow-09 .txt-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .flow--lists .gaiheki_flow-09 .img-area {
    width: auto;
  }
  .flow--lists .gaiheki_flow-09 .kira-02 {
    right: -70px;
  }
}

@media screen and (max-width: 767px) {
  /* .gaihekitosou_purpose */
  .gaihekitosou_purpose::before {
    background-size: 420px;
    width: 100%;
    height: 490px;
    top: auto;
    bottom: 56px;
  }
  /* flow */
  .gaihekitosou_flow {
    padding-top: 24px;
    padding-bottom: 100px;
  }
  .gaihekitosou_flow .section_ttl .kira-01 {
    margin-right: 0;
    top: 80px;
    left: 0;
  }
  .gaihekitosou_flow .section_ttl .kira-02 {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .flow--lists .flow--list {
    margin-bottom: 48px;
  }
  .flow--lists .flow--list .txt-area {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
    order: 0;
  }
  .flow--lists .flow--list .txt-area .flow--number {
    width: 45px;
    top: -22px;
    left: -12px;
  }
  .flow--lists .flow--list .txt-area .catch {
    font-size: 171.5%;
  }
  .flow--lists .flow--list .img-area {
    order: 2;
  }
  .flow--lists .gaiheki_flow-01::before,
  .flow--lists .gaiheki_flow-07::before,
  .flow--lists .gaiheki_flow-04::before,
  .flow--lists .gaiheki_flow-08::before {
    display: none;
  }
  .flow--lists .flow--list.gaiheki_flow-09 {
    padding-top: 120px;
    margin-bottom: 24px;
    background-size: 320px;
  }
  .flow--lists .gaiheki_flow-09 .finish {
    width: 160px;
    right: -12px;
  }
  .flow--lists .gaiheki_flow-09 .img-area {
    margin-bottom: 24px;
  }
  .flow--lists .gaiheki_flow-09 .txt-area .flow--number {
    left: 0;
    margin: auto;
  }
  .flow--lists .gaiheki_flow-09 .gaiheki_flow-09--detail .img-area {
    width: 100px;
    transform: none;
    order: 0;
    margin-right: 16px;
  }
  .flow--lists .gaiheki_flow-09 .gaiheki_flow-09--detail p {
    width: calc(100% - 122px);
    font-size: 86%;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .flow--lists .gaiheki_flow-09 .kira-01 {
    right: -13px;
    bottom: 0;
  }
  .flow--lists .gaiheki_flow-09 .kira-02 {
    right: 130px;
    bottom: -16px;
  }
  .flow--lists .gaiheki_flow-09 .kira-03 {
    right: 112px;
    bottom: -2px;
  }
  .flow--lists .flow--list.gaiheki_flow-09::after {
    margin-top: 32px;
    width: 19px;
    height: 13px;
  }
  .gaihekitosou_flow .gaihekitosou_flow-line {
    display: none;
  }
  .gaihekitosou_flow--aftercare {
    padding: 40px 6% 0;
  }
  .gaihekitosou_flow--aftercare::before {
    width: 150px;
    height: 60px;
  }
  .gaihekitosou_flow--aftercare .catch {
    line-height: 1;
  }
  .gaihekitosou_flow--aftercare img {
    width: 32px;
  }
}
@media screen and (max-width: 320px) {
  .gaihekitosou_flow--aftercare p {
    text-align: left;
  }
  .gaihekitosou_flow--aftercare p br {
    display: none;
  }
}

/* yanetosou 屋根塗装
************************************************************* */
.yanetosou .gaihekitosou_purpose::before {
  top: 260px;
  left: auto;
  right: 0;
  height: 833px;
  background: url(../images/yanetosou/yanetosou_purpose-img.png) left center no-repeat;
}
.yanetosou .flow--lists .flow--list:nth-child(even) .txt-area {
  order: 0;
}
.yanetosou .flow--lists .flow--list:nth-child(odd) .txt-area {
  order: 2;
}
.yanetosou .gaihekitosou_flow .gaihekitosou_flow-line {
  background: url(../images/yanetosou/yanetosou_flow-line.png) top 180px left calc(50% - 64px) no-repeat;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .yanetosou .gaihekitosou_purpose::before {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 767px) {
  /* .gaihekitosou_purpose */
  .yanetosou .gaihekitosou_purpose::before {
    background-size: 460px;
    background-position: left -15px center;
    top: auto;
    bottom: 56px;
    width: 100%;
    height: 490px;
  }
}

/* others その他の塗装
************************************************************* */
.others_purpose {
  position: relative;
}
.others_purpose::before {
  content: "";
  display: block;
  position: absolute;
  width: 52%;
  height: 682px;
  top: 120px;
  left: auto;
  right: 0;
  background: url(../images/others/others_purpose-img.png) left center no-repeat;
  background-size: contain;
}
.others_detail {
  padding-top: 40px;
  padding-bottom: 200px;
}
.others_detail .section_ttl {
  padding-left: 32px;
}
.others_detail--content {
  width: 30%;
  margin: 0 24px;
}
.others_detail--content .img-area {
  width: 100%;
  padding-top: 58%;
  background: center;
  background-size: cover;
  border: 3px solid #1b1c2f;
  margin-bottom: 24px;
}
.others_detail--content p {
  line-height: 1.75;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
@media screen and (max-width: 1290px) and (min-width: 768px) {
  .others_purpose::before {
    background-size: 110% auto;
  }
  .others_detail--contents .others_detail--content:nth-child(2) .catch br {
    display: none;
  }
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  .others_detail--contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .others_detail--content {
    width: 100%;
    margin: 0 0 40px;
  }
  .others_detail--content .img-area {
    width: 320px;
    height: 192px;
    padding: 0;
    float: right;
    margin: 0 0 0 40px;
  }
  .others_detail--content .catch {
    text-align: left;
    margin-bottom: 16px;
  }
  .others_detail--content .catch small {
    font-size: 100%;
  }
  .others_detail--content .catch br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* others_purpose */
  .others_purpose {
    position: relative;
    text-align: center;
    padding-top: 60px;
  }
  .others_purpose .layout_half-left {
    padding-bottom: 360px;
  }
  .others_purpose::before {
    background-size: 440px;
    background-position: right -10px center;
    top: auto;
    bottom: 40px;
    width: 100%;
    height: 420px;
  }
  /* .others_detail */
  .others_detail {
    padding-bottom: 40px;
  }
  .others_detail--contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .others_detail--content {
    width: 100%;
    margin: 0 0 40px;
  }
  .others_detail--content .catch small {
    font-size: 100%;
  }
}

/* fee プランと料金
************************************************************* */
.fee_ranking,
.fee_point {
  padding-bottom: 200px;
}
.fee_ranking--content {
  width: 40%;
  max-width: 520px;
  margin: 0 16px;
}
.fee_ranking--content .catch {
  padding: 8px 0 16px;
  margin-bottom: 14px;
  border-bottom: 7px double;
  border-top: 7px double;
}
.fee_ranking--content .catch small {
  font-size: 60%;
  display: block;
  line-height: 1;
  margin-top: 4px;
  opacity: 0.5;
}
.fee_ranking--detail {
  position: relative;
  background: #fff;
  padding: 16px 24px 16px 112px;
  margin-bottom: 8px;
}
.fee_ranking--detail::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/fee/fee_ranking-01.png) no-repeat;
  width: 67px;
  height: 92px;
  left: 22px;
  top: 22px;
}
.fee_ranking--details .fee_ranking--detail:nth-child(2)::before {
  background-image: url(../images/fee/fee_ranking-02.png);
}
.fee_ranking--detail--ttl {
  font-size: 120%;
  color: #f4a43d;
}
.fee_ranking--detail--dl {
  font-size: 94%;
}
.fee_ranking--detail--dl dt {
  float: left;
  clear: left;
  width: 80px;
  border-bottom: 1px solid #eee;
}
.fee_ranking--detail--dl dd {
  padding-left: 80px;
  border-bottom: 1px solid #eee;
}
.fee_point--content {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
  background: #f6f6f4 url(../images/common/bg-body.png);
  padding: 32px 40px;
  border: 3px solid;
}
/* -- fee_point -- */
.fee_point {
  padding-top: 0;
}
.fee_point--content:last-child {
  width: 100%;
}
.fee_point--content .catch {
  margin-bottom: 16px;
  font-size: 173.4%;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
  letter-spacing: -0.02em;
}
.fee_point--content sup {
  font-size: 50%;
  transform: translateY(-0.7em);
  display: inline-block;
  margin-right: 2px;
}
.fee_point--content p {
  font-size: 94%;
  letter-spacing: 0.08em;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
  line-height: 1.8;
}
.fee_point--lastmessage {
  text-align: center;
}
/* --- fee_flow -- */
.fee_flow {
  padding-top: 0;
  padding-bottom: 380px;
  margin-bottom: -280px;
}
.fee_flow--list {
  position: relative;
  overflow: hidden;
  padding-left: 176px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 2px dotted #f4a43d !important;
}
.fee_flow--list .number {
  position: absolute;
  top: 16px;
  left: 0;
}
.fee_flow--list .catch {
  margin-bottom: 16px;
}
.fee_flow--list .img-area {
  float: right;
  background: #eee;
  border: 3px solid;
  margin: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .fee_ranking,
  .fee_point {
    padding-bottom: 100px;
  }
  .fee_ranking {
    padding-top: 40px;
  }
  .fee_ranking--content .catch {
    border-width: 6px !important;
    padding: 8px 0 12px;
  }
  .fee_ranking--contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fee_ranking--content {
    width: 100%;
    margin: 0 0 16px;
  }
  .fee_ranking--detail {
    padding: 16px 24px;
  }
  .fee_ranking--detail::before {
    top: -15px;
    right: 8px;
    left: auto;
    width: 34px;
    height: 48px;
    background-size: contain;
  }
  /* fee_point */
  .fee_point p {
    text-align: left;
  }
  .fee_point--content {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px 24px 24px;
  }
  .fee_point--content .catch {
    font-size: 143%;
  }
  .fee_point--lastmessage p br {
    display: none;
  }
  /* fee_flow */
  .fee_flow {
    margin-bottom: -360px;
    padding-bottom: 380px;
  }
  .fee_flow--list {
    padding-left: 64px;
  }
  .fee_flow--list .number {
    width: 48px;
  }
  .fee_flow--list p {
    font-size: 94%;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .fee_flow--list p br {
    display: none;
  }
  .fee_flow--list .img-area {
    display: inline-block;
    max-width: 100px;
    margin: 0 0 16px 16px;
  }
}
@media screen and (max-width: 320px) {
  .fee_ranking--contents .txt-sm br {
    display: none;
  }
}

/* corporation オーナーの皆様へ
************************************************************* */
/* -- corporation_hero --  */
.slick-hero-corporation--list-a {
  background-image: url(../images/corporation/corporation_hero-slide_01.jpg);
}
.slick-hero-corporation--list-b {
  background-image: url(../images/corporation/corporation_hero-slide_02.jpg);
}
.slick-hero-corporation--list-c {
  background-image: url(../images/corporation/corporation_hero-slide_03.jpg);
}
.corporation_hero-ttl {
  position: absolute;
  z-index: 3;
  left: -5vw;
  right: 0;
  top: 325px;
  color: #fff;
  text-align: left;
}
.corporation_hero--mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
/* -- corporation_about --  */
.corporation_about {
  padding-top: 120px;
  position: relative;
}
.corporation_about::before {
  content: "";
  display: block;
  position: absolute;
  top: 96px;
  left: 0;
  width: 50%;
  height: 940px;
  background: url(../images/corporation/corporation_about-img.png) right top no-repeat;
}
.corporation_exclusive {
  background: #565656 url(../images/corporation/corporation_exclusive-bg.jpg) center no-repeat;
  background-size: cover;
}
.corporation_case,
.corporation_flow {
  padding-top: 64px;
}
/* case */
.corporation_case {
  padding-bottom: 64px;
}
.corporation_case .img-area {
  border: 3px solid;
}
.corporation_case--nayami .img-area {
  width: calc(100% - 560px);
  border: none;
}
.corporation_case--nayami .img-area img {
  border: 3px solid;
}
.corporation_case--data {
  background: #fff;
  padding: 16px 32px 24px;
  border-radius: 4px;
}
.corporation_case--data .table-sm {
  border-color: #e8e9e1;
}
.corporation_case--data .table-sm th,
.corporation_case--data .table-sm td {
  padding: 6px;
  border-color: #e8e9e1;
}
.corporation_case--data .table-sm th {
  width: 6em;
}
.corporation_case--solution-content {
  width: calc(50% - 24px);
}
.before_after {
  width: 24.5%;
}
.before_after .before {
  position: relative;
  padding-bottom: 40px;
}
.before_after .before::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 19px;
  height: 13px;
  margin: auto;
  background: url(../images/common/arrow-right-orange_sp.png) center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.corporation_case .after-comment {
  position: relative;
  margin-bottom: 0;
  z-index: 20;
}
/* flow */
.corporation_flow .section_ttl {
  padding-left: 32px;
}
.corporation_flow--flowlist li {
  width: 25%;
  text-align: center;
  position: relative;
}
.corporation_flow--flowlist .img-area {
  width: 224px;
  height: 224px;
  margin: 0 auto 24px;
  border-radius: 150px;
  background: #eee center no-repeat;
  background-size: cover;
  border: 3px solid;
}
.corporation_flow--flowlist li:not(:last-child) .img-area::after {
  content: "";
  display: block;
  width: 13px;
  height: 17px;
  position: absolute;
  top: calc((100% - 140px) / 2);
  right: -7px;
  margin: auto;
  background: url(../images/common/arrow_bottom_white.png);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(-90deg);
}
.corporation_flow--flowlist .catch-sm {
  margin-bottom: 16px;
}
.corporation_works {
  padding-top: 32px;
}
.corporation_works .section_ttl {
  padding-left: 80px;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .corporation_flow--flowlist .img-area {
    width: 184px;
    height: 184px;
  }
}
@media screen and (max-width: 767px) {
  .corporation_hero-ttl {
    top: 35%;
    bottom: auto;
    left: auto;
  }
  .corporation_about {
    padding-top: 40px;
  }
  .corporation_about .layout_half-right {
    padding-bottom: 360px;
  }
  .corporation_about::before {
    background-size: 380px;
    background-position: left -14px center;
    top: auto;
    bottom: 40px;
    width: 100%;
    height: 430px;
  }
  /* corporation_case */
  .corporation_case {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .corporation_case--nayami .flex,
  .corporation_case--solution .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .corporation_case--nayami .catch {
    text-align: center;
  }
  .corporation_case--nayami .img-area {
    order: 0;
    width: 100%;
    max-width: 70%;
    margin: 0 auto 16px;
  }
  .corporation_case--nayami .txt-area {
    order: 2;
  }
  .corporation_case--data {
    padding: 8px 12px;
  }
  .corporation_case--data .table-sm th {
    width: 5em;
  }
  .corporation_case--solution {
    margin-bottom: 16px;
  }
  .corporation_case--solution p {
    text-align: left;
  }
  .corporation_case--solution-content {
    width: 100%;
  }
  .before_after {
    width: 100%;
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .before_after .before,
  .before_after .after {
    width: 47%;
    padding: 0;
    font-size: 86%;
    text-align: left;
    line-height: 1;
  }
  .before_after .before::after {
    transform: none;
    left: auto;
    right: -17px;
    width: 14px;
    bottom: 0;
    top: 14px;
  }
  /* .corporation_exclusive */
  .corporation_exclusive {
    text-shadow: 0 0 1px #000;
    background-image: url(../images/corporation/corporation_exclusive-bg_sp.jpg);
    padding: 220px 0 100px;
  }
  .corporation_exclusive .btn-orange {
    text-shadow: none;
  }
  /* corporation_flow */
  .corporation_flow {
    padding-top: 16px;
  }
  .corporation_flow--flowlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .corporation_flow--flowlist li {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
  }
  .corporation_flow--flowlist .catch-sm {
    margin-bottom: 8px;
    padding-top: 6px;
  }
  .corporation_flow--flowlist .img-area {
    width: 96px;
    height: 96px;
    background-size: contain;
    float: left;
    margin: 0 16px 0 0;
  }
  .corporation_flow--flowlist li:not(:last-child) .img-area::after {
    right: auto;
    transform: none;
    top: auto;
    bottom: -26px;
    left: 40px;
  }
  /* .corporation_works */
  .corporation_works .txt-ctr {
    max-width: 86%;
    margin: 0 auto 24px;
    text-align: left;
    font-size: 94%;
  }
}
@media screen and (max-width: 320px) {
  .corporation_flow--flowlist li br {
    display: none;
  }
}

/* reform 屋根・エクステリアのリフォーム
************************************************************* */
.reform_roof {
  position: relative;
}
.reform_roof--about::before {
  content: "";
  display: block;
  position: absolute;
  top: 240px;
  right: 0;
  width: 50%;
  height: 640px;
  background: url(../images/reform/reform_roof-img.png) left top no-repeat;
}
.reform_exterior {
  position: relative;
  padding-top: 32px;
  padding-bottom: 380px;
  margin-bottom: -280px;
}
.reform_exterior--about::before {
  content: "";
  display: block;
  position: absolute;
  top: 260px;
  left: 0;
  width: 50%;
  height: 800px;
  background: url(../images/reform/reform_exterior-img.png) right top no-repeat;
}
.reform_exterior--content .catch-sm {
  margin-bottom: 16px;
}
.reform_exterior--content .list {
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 24px 8px;
  border-radius: 4px;
}
.reform-imglist {
  width: 46%;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  margin: 0 16px 24px;
}
.reform-img {
  display: inline-block;
  border: 3px solid #1b1c2f;
  margin-bottom: 8px;
}
.reform_roof .before_after {
  width: 48%;
  margin-bottom: 80px;
  font-size: 150%;
}
.reform_roof .before_after .before {
  padding-bottom: 24px;
}
.reform_roof .before_after .before::after {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .reform-imglist {
    width: 100%;
    margin: 0 0 16px;
  }
  .reform_roof::before {
    display: none;
  }
  .reform_exterior {
    margin-bottom: -320px;
    padding-bottom: 380px;
  }
  .reform_roof--content .layout_half-left {
    padding-bottom: 360px;
  }
  .reform_exterior--content .layout_half-right {
    padding-bottom: 440px;
  }
  .reform_roof--about,
  .reform_exterior--about {
    position: relative;
  }
  .reform_roof--about::before,
  .reform_exterior--about::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-size: 450px;
  }
  .reform_roof .before_after {
    width: 100%;
    margin-bottom: 8px;
    font-size: 100%;
  }
  .reform_roof .before_after .before {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  .reform_roof--content .catch br,
  .reform_exterior--content .catch br {
    display: none;
  }
  .reform_roof--content .layout_half-left {
    padding-bottom: 320px;
  }
  .reform_exterior--content .layout_half-right {
    padding-bottom: 400px;
  }
  .reform_roof--about::before,
  .reform_exterior--about::before {
    height: 360px;
    background-size: 380px;
  }
}

/* company 会社案内
************************************************************* */
/* --- company_message --- */
.company_message {
  padding-bottom: 60px;
}
.company_message h3 {
  color: #2a799b;
  font-size: 187%;
  line-height: 2;
}
.company_message .txt-area {
  width: calc(100% - 400px - 64px);
}
.company_message .txt-area p {
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  line-height: 2.2;
}
.company_message .img-area {
  position: relative;
  width: 420px;
}
.company_message .img-area::after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  bottom: 10px;
  width: 113px;
  height: 125px;
  background: url(../images/common/illust-blush.png) center no-repeat;
  background-size: contain;
  z-index: 0;
}
/* --- company_point --- */
.company_point {
  position: relative;
  padding-top: 160px;
}
.company_point .section_ttl {
  position: relative;
  z-index: 2;
}
.company_point--img {
  top: 360px;
  background-image: url(../images/company/company_point-img.jpg);
  z-index: 0;
  /* border: none;
    background-size: contain; */
}
.company_point--img::before {
  content: "";
  position: absolute;
  height: 120px;
  left: 0;
  border-color: #1b1c2f;
  border-width: 3px;
  background: #919fb0 url(../images/bg-feature.jpg) center top -150px;
  z-index: 2;
  right: -3px;
}
.company_point--img::before {
  top: -60px;
  transform: skewY(3.5deg);
  border-bottom-style: solid;
}
.company_point--content {
  padding-top: 24px;
}
/* --- company_feature --- */
.company_feature.section_pdg,
.company_movie.section_pdg {
  padding-top: 0;
  padding-bottom: 200px;
}
.company_feature .section_ttl,
.reform_exterior .section_ttl {
  position: relative;
  z-index: 3;
  padding-left: 56px;
}
.company_feature .section_ttl .kira,
.company_movie .section_ttl .kira,
.reform_exterior .section_ttl .kira {
  position: absolute;
  left: 50%;
}
.company_feature .section_ttl .kira-01,
.reform_exterior .section_ttl .kira-01 {
  margin: -20px 0 0 116px;
}
.company_feature .section_ttl .kira-02,
.reform_exterior .section_ttl .kira-02 {
  margin: 28px 0 0 200px;
}
.company_feature .section_ttl .kira-03,
.reform_exterior .section_ttl .kira-03 {
  margin: 80px 0 0 -262px;
}
.company_movie .section_ttl .kira-01 {
  margin: -40px 0 0 105px;
}
.company_feature--content-01-01 {
  padding: 24px 0 0;
  border-top: 7px double;
}
.company_feature--content .txt-area {
  width: calc(100% - 584px);
}
.company_feature--content .txt-area p {
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}
.company_feature--content .img-area {
  width: 520px;
  text-align: center;
}
.company_feature--content.flex-reverse {
  margin-left: 0;
}
.company_feature--content h4 span {
  display: inline-block;
  color: #14485f;
  font-size: 120%;
  border-bottom: 2px solid #14485f;
}
.company_feature--content-09 .txt-area {
  width: calc(50% - 32px);
}
.company_feature--content-09 .txt-area p {
  font-size: 94%;
  line-height: 1.6;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  text-align: justify;
}

/* --- company_feature --- */
.company_movie .youtube-wrapper {
  border: 3px solid;
}

/* --- company_info --- */
.company_info {
  padding-top: 32px;
  padding-bottom: 380px;
  margin-bottom: -280px;
}
.slick-company li {
  border: 3px solid;
  margin: 0 24px;
}
.slick-company img {
  width: 960px;
}
.company_info--contents dl {
  border-top: 2px solid;
  border-color: #abbcc3 !important;
}
.company_info--contents dt,
.company_info--contents dd {
  padding: 16px;
  text-align: left;
  border-bottom: 2px solid #abbcc3 !important;
}
.company_info--contents dt {
  width: 160px;
}
.company_info--contents dd {
  width: calc(100% - 160px);
}
.company_info--contents .enkaku h3 {
  display: inline-block;
  padding: 0 20px;
  font-size: 133%;
  background: #919fb0 url(../images/bg-feature.jpg) center top -150px;
  transform: translateY(20px);
}
.company_info--contents .enkaku dl {
  padding-top: 16px;
  border-top: 7px double #2e3646 !important;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .company_feature--content .txt-area {
    width: calc(100% - 400px);
  }
  .company_feature--content .img-area {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .company_message {
    padding-bottom: 20px;
  }
  .company_message--contents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company_message h3 {
    font-size: 143%;
    letter-spacing: 0.01em;
  }
  .company_message .txt-area {
    width: 100%;
    order: 2;
  }
  .company_message .img-area {
    width: 220px;
    margin: 0 auto 24px;
    order: 0;
  }
  .company_message .img-area::after {
    width: 60px;
    height: 68px;
    right: -30px;
  }
  /* .company_point */
  .company_point {
    padding-top: 80px;
  }
  /* .company_feature */
  .company_feature.section_pdg,
  .company_movie.section_pdg {
    padding-bottom: 80px;
  }
  .company_feature .section_ttl .kira-01,
  .company_movie .section_ttl .kira-01,
  .reform_exterior .section_ttl .kira-01 {
    margin-top: -12px;
    margin-left: 90px;
  }
  .company_feature .section_ttl .kira-02,
  .reform_exterior .section_ttl .kira-02 {
    right: -16px;
    left: auto;
    margin-left: 0;
  }
  .company_feature .section_ttl .kira-03,
  .reform_exterior .section_ttl .kira-03 {
    margin-left: 0;
    left: 0;
  }
  .company_feature--content,
  .company_feature--content-09 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company_feature--content-09 {
    max-width: 100%;
    width: 100%;
  }
  .company_feature--content-09 .catch {
    text-align: left;
    color: #2a799b;
  }
  .company_feature--content h4 span {
    display: block;
    border: none;
    text-align: left;
    line-height: 1.4;
  }
  .company_feature--content .txt-area {
    width: 100%;
    margin-bottom: 24px;
  }
  .company_feature--content .img-area {
    width: 280px;
    margin: 0 auto;
  }
  /* .company_info */
  .company_info {
    margin-bottom: -360px;
    padding-bottom: 380px;
  }
  .company_info--contents dl {
    font-size: 94%;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
  .company_info--contents dt {
    width: 96px;
    padding: 12px 8px 12px 0;
    opacity: 0.7;
  }
  .company_info--contents dd {
    width: calc(100% - 96px);
    padding: 12px 0;
  }
  .company_info--contents .enkaku dd br {
    display: none;
  }
  .company_info--contents .list li {
    margin-bottom: 4px;
  }
  .slick-company img {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .company_point .catch br {
    display: none;
  }
}

/* thanks お問い合わせ完了
************************************************************* */
.page-thanks .footer-bg {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-thanks .footer-bg {
    padding-top: 100px;
  }
}

/* sitemap
************************************************************* */
.sitemap--list {
  width: 49%;
}
.sitemap--list-page.sitemap--list > li {
  margin-bottom: 10px;
}
.sitemap--list-posts.sitemap--list .sitemap--item-ttl:not(:first-child) {
  margin-top: 10px;
}
.sitemap--list-posts.sitemap--list > .sitemap--item-child {
  margin-bottom: 16px;
}
.sitemap--list li a {
  display: block;
  text-decoration: none;
}
.sitemap--list li a:hover {
  color: #e4850c;
}
.sitemap--item-ttl {
  font-weight: bold;
}
.sitemap--item:not(.sitemap--item-ttl) {
  font-size: 94%;
}
/* --- category --- */
.sitemap--list li.sitemap--item-child a {
  padding-left: 8px;
}
.sitemap--list li.sitemap--item-child.sitemap--item-page {
  padding: 6px 0 6px 24px;
}
.sitemap--list li.sitemap--item-taxonomy ul li {
  display: inline-block;
  padding: 0;
  margin-right: 8px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sitemap--lists {
    display: block;
  }
  .sitemap--list {
    width: 100%;
  }
  .sitemap--list-posts.sitemap--list > .sitemap--item-child {
    margin-bottom: 8px;
  }
}

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

    ARCHIVE

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

/* main_column
**************************************** */
.main_column {
  width: calc(100% - 264px);
}
/* --- post --- */
.post {
  position: relative;
}
main .post,
aside .post {
  padding-bottom: 40px;
  margin-bottom: 24px;
}
main .post .txtarea {
  flex: 1;
}
main .post .post--img {
  padding-left: 40px;
}
.post--link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.post--date {
  color: #93b3c1;
  font-size: 86%;
}
.cat_list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post .post--img img {
  overflow: hidden;
  border-radius: 2px;
}
.cat_list a {
  display: inline-block;
  float: left;
  padding: 6px 16px;
  margin: 0 6px 6px 0;
  font-size: 86%;
  color: #f6f6f6;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  background: #f4a43d;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .main_column {
    width: 100%;
    float: none;
  }
  .post--img {
    width: 110px;
  }
  .cat_list a {
    font-size: 79%;
    padding: 4px 12px;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 200px;
}
.archive .side_column,
.single .side_column {
  padding-top: 40px;
}
.side_section {
  margin-bottom: 40px;
}
.side--ttl {
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1;
  border-bottom: 3px solid #1b1c2f;
}
.side--ttl small {
  font-size: 62%;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}
.side--list {
  line-height: 1;
}
.side--list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
.side--list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #93b3c1;
  border-radius: 8px;
}
/* --- post --- */
.posts-side .post:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #93b3c1;
}
.posts-side .post--img {
  margin-bottom: 8px;
  border-radius: 3px;
}
.posts-side .txtarea {
  flex: 1;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  font-size: 82%;
  line-height: 1.4;
}
.posts-side .eyecatch {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  color: #f6f6f4;
  font-size: 65%;
  text-align: center;
  background-color: #1b1c2f;
  border: 2px solid #1b1c2f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* --- archive --- */
.side_column .archive_year--ttl {
  line-height: 2;
}
.side_column .archive_year--ttl::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: 0.2s ease-out;
}
.side_column .archive_year--ttl.active::after {
  transform: rotate(315deg);
}
.side_column .archive_month {
  display: none;
}
/* --- side--list --- */
.side--list a {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.side--link_list {
  margin-bottom: 8px;
}
.sidebar-child_cat {
  display: flex;
  align-items: center;
  width: 100%;
}
.side--list .sidebar-child_cat::before {
  content: "";
  display: block;
  top: 7px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  border-radius: 0;
  background: transparent;
}
/* --- 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 screen and (min-width: 768px) {
  /* hover */
  .side--list a:hover {
    color: #f4a43d;
  }
}
@media screen and (max-width: 767px) {
  .side_column {
    width: 100%;
    float: none;
  }

  .side-column .side_section:last-child {
    margin-bottom: 0;
  }
}

/* performance
**************************************** */
.performance--archive .post {
  padding: 32px;
}
.performance--archive .txtarea {
  margin-left: 32px;
}
.performance--archive .post--ttl {
  font-size: 160%;
  line-height: 1.5;
}
.performance--archive .eyecatch {
  width: 320px;
  height: 240px;
  background-size: cover;
  border: 3px solid #1b1c2f;
  text-align: center;
  line-height: 240px;
}
.performance--archive .post--address {
  margin-bottom: 16px;
}
.performance--archive .post--address small {
  display: block;
}
.performance--archive .comment {
  font-size: 87%;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .performance--archive .eyecatch {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  /* hover */
  .performance--archive .post {
    border: 3px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .performance--archive .post:hover {
    border-color: #ded8ca;
  }
}
@media screen and (max-width: 767px) {
  .performance--archive .post {
    padding: 24px;
  }
  .performance--archive .txtarea {
    margin: 0;
    order: 1;
  }
  .performance--archive .eyecatch {
    width: 100%;
    height: 160px;
    line-height: 160px;
    margin: 0 0 16px;
    order: 0;
    background-position: center;
  }
}

/* voice
**************************************** */
.voice--archive .posts::after {
  content: "";
  display: block;
  width: calc(33.33% - 36px);
}
.voice--archive .post,
.other_post .post {
  width: calc(33.33% - 36px);
}
.voice--archive .post .post--img,
.other_post .post .post--img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: calc(50% - 6px);
  overflow: hidden;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-color: #555;
  border: 3px solid #2e3646;
}
.voice--archive .more,
.other_post .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  padding: 0 40px;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.2em;
  transition: 0.2s ease-out;
  background-color: #2e3646;
}
.voice--archive .post .post--ttl,
.other_post .post .post--ttl {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 134%;
  line-height: 1.6;
  border-bottom: 3px solid #f4a43d;
}
.voice--archive .txtarea p,
.other_post .txtarea p {
  font-size: 94%;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  /* hover */
  .voice--archive .post:hover .more,
  .other_post .post:hover .more {
    margin-top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .voice--archive .post,
  .other_post .post {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .voice--archive .post .post--img,
  .other_post .post .post--img {
    width: 96px;
    height: 96px;
    margin: 0 0 0 8px;
    padding: 0;
    order: 2;
  }
  .voice--archive .post .txtarea,
  .other_post .post .txtarea {
    width: calc(100% - 104px);
    text-align: left;
  }
  .voice--archive .post .post--ttl,
  .other_post .post .post--ttl {
    border: none;
    padding-bottom: 0;
    line-height: 1.4;
  }
  .voice--archive .txtarea p,
  .other_post .txtarea p {
    font-size: 86%;
  }
  .voice--archive .more,
  .other_post .more {
    display: none;
  }
}

/* blog
**************************************** */
.archive-blog .main_column .post {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #92b3c2;
}
.archive-blog .main_column .post--ttl {
  margin-bottom: 24px;
}
.archive-blog .main_column .eyecatch {
  float: right;
  width: 240px;
  height: 240px;
  margin: 0 0 24px 24px;
  color: #f6f6f4;
  background-color: #1b1c2f;
  border: 3px solid #1b1c2f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .archive-blog .main_column .post {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .archive-blog .main_column .eyecatch {
    width: 80px;
    height: 80px;
    margin: 24px 0 8px 8px;
  }
}

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

    SINGLE

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

/* wp-pagenavi
**************************************** */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
}
.wp-pagenavi *:not(:last-child) {
  margin-right: 16px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  position: relative;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #2e3646;
}
.archive .wp-pagenavi .current,
.archive .wp-pagenavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.archive .wp-pagenavi .pages {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  margin-right: 0;
}
.wp-pagenavi-single a {
  position: relative;
  display: block;
  max-width: 240px;
  margin-top: 16px;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  background: #2e3646;
  border-radius: 40px;
}
.wp-pagenavi-single a[rel="prev"] {
  padding-right: 40px;
}
.wp-pagenavi-single a[rel="next"] {
  padding-left: 40px;
}
.wp-pagenavi-single a[rel="prev"]::after,
.wp-pagenavi-single a[rel="next"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #92b3c2;
  border-right: 2px solid #92b3c2;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
.wp-pagenavi-single a[rel="next"]::before {
  transform: rotate(-135deg);
  right: auto;
  left: 24px;
}
.archive .wp-pagenavi .current {
  background-color: #f4a43d;
}
@media screen and (min-width: 768px) {
  /* hover */
  .wp-pagenavi a:hover {
    background-color: #f4a43d;
  }
  .wp-pagenavi-single a[rel="prev"]:hover::after,
  .wp-pagenavi-single a[rel="next"]:hover::before {
    border-color: #e8e8e0;
  }
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 40px;
  }
  .wp-pagenavi a {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 86%;
    padding: 12px 18px;
  }
  .wp-pagenavi *:not(:last-child) {
    margin-right: 4px;
  }
  .wp-pagenavi-single a[rel="next"] small,
  .wp-pagenavi-single a[rel="prev"] small {
    display: none;
  }
  .wp-pagenavi-single a[rel="next"]::after {
    content: "前へ";
  }
  .wp-pagenavi-single a[rel="prev"]::before {
    content: "次へ";
  }
}

/* common
**************************************** */
.other_post {
  margin-bottom: -360px;
  padding-bottom: 400px;
}
.other_post .section_ttl {
  padding-left: 80px;
}
.other_post .footer-bg::before,
.performance--content .footer-bg::before {
  background: #919fb0 url(../images/bg-feature.jpg) center;
}

/* performance
**************************************** */
.performance--content .section_ttl {
  font-size: 267%;
  line-height: 1.5;
  margin-bottom: 16px;
}
.performance--content .performance_img {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.performance--content .column_ttl {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-size: 213.4%;
  text-align: center;
  line-height: 1.4;
  border-bottom: 7px double #14485e;
}
.twentytwenty01 {
  position: relative;
  border: 3px solid #1b1c2f;
  background: #1b1c2f;
}
.performance--content .column > ul,
.performance--content .column > dl,
.performance--content .column > div {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.performance--content .column > dl,
.performance--content .column > div {
  padding-bottom: 40px;
}
.performance--content .column h4 span {
  display: inline-block;
  font-size: 134%;
  line-height: 1.6;
  border-bottom: 3px solid #f4a43d;
}
.performance--content .column ul::after {
  content: "";
  display: block;
  width: calc(33.33% - 18px);
}
.performance--content .column li {
  position: relative;
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
.performance--content .column li p {
  font-size: 87%;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.performance--content .column .img img {
  border: 3px solid #2e3646;
  background: #2e3646 center no-repeat;
}
.performance--content .estate_data dt {
  width: 200px;
}
.performance--content .estate_data dd {
  width: calc(100% - 200px);
}
.performance--content .estate_data dt,
.performance--content .estate_data dd {
  padding: 8px;
}
.performance--content .estate_data dt:not(:nth-last-child(2)),
.performance--content .estate_data dd:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.single-performance .side_column {
  width: 100%;
  padding-top: 80px;
}
.single-performance .side--list > li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .performance--content .section_ttl {
    font-size: 171.5%;
    margin-bottom: 24px;
    line-height: 1.44;
    letter-spacing: -0.01em;
  }
  .performance--content .performance_img {
    width: 320px;
  }
  .performance--content .performance_img small {
    text-align: left;
    display: block;
    font-size: 80%;
    letter-spacing: 0;
  }
  .performance--content .column_ttl {
    font-size: 143%;
    line-height: 1.44;
    letter-spacing: -0.01em;
    border-top: 6px double;
    border-width: 6px !important;
    padding: 8px 0;
  }
  .beer-reveal[data-beer-label]:after,
  .beer-slider[data-beer-label]:after {
    font-size: 80%;
    padding: 4px 10px;
  }
  .performance--content .column > ul,
  .performance--content .column > dl,
  .performance--content .column > div {
    padding: 0;
  }
  .performance--content .bg-white {
    background: transparent;
  }
  .performance--content .column li {
    width: calc(50% - 8px);
  }
  .performance--content .column h4 span {
    font-size: 100%;
    text-align: left;
    display: block;
    border: none;
  }
  .performance--content .column li p {
    letter-spacing: 0;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    text-align: justify;
  }

  .performance--content .estate_data dt,
  .performance--content .estate_data dd {
    padding: 6px 0;
    font-size: 94%;
    letter-spacing: 0.02em;
  }
  .performance--content .estate_data dt {
    width: 120px;
  }
  .performance--content .estate_data dd {
    width: calc(100% - 120px);
  }
  .single-performance .side--list > li {
    width: 48%;
    font-size: 94%;
  }
}
@media screen and (max-width: 320px) {
  .performance--content .performance_img {
    width: 280px;
  }
}

/* voice
**************************************** */
.voice--info .section_ttl {
  font-size: 267%;
  margin-bottom: 32px;
}
.voice--info .images_item .img {
  border: 3px solid #2e3646;
  background: #2e3646 center no-repeat;
}
.voice--info .images > * + * {
  margin-left: 32px;
}
.voice--info .enquete_img {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
}
.voice--info .enquete_img::before {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 16px);
  display: block;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  .voice--info .section_ttl {
    font-size: 171.5%;
    line-height: 1.44;
    margin-bottom: 24px;
  }
  .voice--info .enquete_img {
    padding: 0;
    background: transparent;
  }
  .voice--info .images {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice--info .images > * + * {
    margin: 0 0 24px;
  }
  .voice--info .images_item {
    width: 48%;
  }
}

/* blog
**************************************** */
.blog--info {
  margin-bottom: 40px;
  padding: 56px 56px 64px;
  overflow: hidden;
  background: #fff;
}
.blog--info .section_ttl {
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-size: 213.4%;
  text-align: left;
  line-height: 1.4;
  border-bottom: 7px double #14485e;
}
.blog--info .cat_list {
  width: calc(100% - 140px);
}
.blog--info .cat_list a {
  float: right;
}
.blog--info .eyecatch {
  background-color: #1b1c2f;
  border: 3px solid #1b1c2f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog--info {
    padding: 12px 0 0;
    background: transparent;
  }
  .blog--info .section_ttl {
    font-size: 171.5%;
    margin-bottom: 24px;
    border-width: 6px !important;
  }
}

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

    FORMY

############################################################################## */
#formy_form {
  padding: 40px 0 56px;
  border-top: 3px solid #14485f;
  border-bottom: solid #14485f;
}
#formy_form table {
  max-width: 680px;
  margin: 0 auto;
}
#formy_form th,
#formy_form td {
  padding: 8px 0;
  vertical-align: middle;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
  padding-right: 32px;
}
#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%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  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 #b6c4ca;
  font: inherit;
  font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
#formy_form textarea {
  height: 140px;
}
#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 {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding-top: 32px;
  text-align: center;
}
#formy_btn input {
  min-width: 220px;
  padding: 16px 64px;
  margin-right: 4px;
  margin-left: 4px;
  border: none;
  border-radius: 60px;
  color: #fff;
  font-family: "Shuei MaruGo B", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 120%;
  letter-spacing: 0.18em;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}
#formy_form table tr:nth-child(6) li {
  display: inline-block;
  width: 32.5%;
  float: left;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  height: 38px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 8px 0 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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #ef8909;
}
.formy_submit_disabled {
  background-color: #14485f;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
#formy_form .confirm-message {
  text-align: center;
  margin: 32px 0 0;
}
.autoConfirmBack {
  background-color: rgba(170, 170, 170, 0.5);
}
.formy_send {
  background-color: #ff5554;
}
#total_required {
  padding: 4px 16px;
  background: #ff5554;
  text-align: center;
  color: #fff;
  max-width: 680px;
  margin: 16px auto 0;
  border-radius: 4px;
}
.autoConfirmVal {
  font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #formy_form {
    padding: 24px 0 48px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    padding-top: 8px;
  }
  #formy_btn input {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
    background-size: contain;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
  }
  #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 {
    font-size: 115%;
    -webkit-appearance: none;
    padding: 0 16px;
    height: 48px;
  }
  #formy_form table tr:nth-child(6) li {
    width: 48%;
  }
  #formy_form textarea {
    height: 120px;
  }
  #formy_form table tr:nth-child(5) li {
    width: 49%;
  }
}
