@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@400..700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f_crimson {
  font-family: "Crimson Text", serif;
  font-weight: 400;
}

.fw_bold {
  font-weight: 700 !important;
}

#body_wrap:not(.logged-in) .logout_invalid a {
  pointer-events: none;
}
#body_wrap:not(.logged-in) .logout_displaynone {
  display: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.link a {
  word-break: break-all;
}

.w100 img {
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .w90 img {
    width: 90%;
  }
  .w80 img {
    width: 80%;
  }
  .w75 img {
    width: 75%;
  }
  .w70 img {
    width: 70%;
  }
  .w60 img {
    width: 60%;
  }
  .w50 img {
    width: 50%;
  }
  .w40 img {
    width: 40%;
  }
  .w30 img {
    width: 30%;
  }
  .w15 img {
    width: 15%;
  }
}
h2.mtno,
h3.mtno,
h4.mtno,
h5.mtno,
h6.mtno {
  margin-top: 0 !important;
}

.c_theme {
  color: var(--color_main);
}

.bg_theme {
  background: var(--color_main);
}

.bg_theme2 {
  background: #879B50;
}

.bg_theme3 {
  background: #B5A25D;
}

.bg_braun {
  background: #534513;
}

.bg_white {
  background: #fff;
}

.bg_blue {
  background: #063663;
}

.bg_black {
  background: #333;
}

.bg_line {
  background: #03C755;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.ta_j {
  text-align: justify;
}

.ta_c_pc {
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .ta_c_pc {
    text-align: center;
  }
}

.ta_l_pc {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .ta_l_pc {
    text-align: left !important;
  }
}

.ta_r_pc {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .ta_r_pc {
    text-align: right !important;
  }
}

.ta_r_pcta {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .ta_r_pcta {
    text-align: right !important;
  }
}

@media print, screen and (max-width: 959px) {
  .ta_l_spta {
    text-align: left;
  }
}

@media print, screen and (max-width: 599px) {
  .ta_l_sp {
    text-align: left;
  }
}

.mbno {
  margin-bottom: 0;
}

.mtno {
  margin-top: 0;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.padno {
  padding: 0 !important;
}

.pad_s {
  padding: 1em !important;
}

.pad_ss {
  padding: 0.5em !important;
}

.pad_m {
  padding: 2em !important;
}

.ptno {
  padding-top: 0 !important;
}

.pbno {
  padding-bottom: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd5-10 {
  padding: 5px 10px !important;
}

.spview {
  display: none;
}
@media print, screen and (max-width: 599px) {
  .spview {
    display: block;
  }
}

.tapcview {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .tapcview {
    display: block;
  }
}

.taview {
  display: none;
}
@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .taview {
    display: block;
  }
}

.sptaview {
  display: none;
}
@media print, screen and (max-width: 959px) {
  .sptaview {
    display: block;
  }
}

.pcview {
  display: block;
}
@media print, screen and (max-width: 959px) {
  .pcview {
    display: none;
  }
}

.pc_lview {
  display: block;
}
@media print, screen and (max-width: 1279px) {
  .pc_lview {
    display: none;
  }
}

@media print, screen and (max-width: 599px) {
  .w20_sp {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w30_sp {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w50_sp {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w60_sp {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w70_sp {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w80_sp {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w90_sp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 599px) {
  .w100_sp {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w50_content {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w55_content {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w60_content {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w65_content {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w70_content {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w75_content {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w80_content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w85_content {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w90_content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1200px) {
  .w95_content {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

.w100_content {
  width: 100%;
}

.max_1000 {
  width: 100%;
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}

.max_500 {
  width: 100%;
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.tdno,
.tdno a {
  text-decoration: none;
  color: inherit;
}

ul.liststyle_none {
  list-style: none;
  padding-left: 0;
}

.w_fit {
  width: fit-content;
}

form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
}
form input[type=submit] {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  background: var(--color_main);
  color: #fff;
  font-weight: 500;
}
form textarea {
  resize: vertical;
}

.form_wrap .table_wrap {
  margin-bottom: 1em;
}
.form_wrap table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.form_wrap table tr {
  display: block;
  margin-bottom: 1rem;
}
.form_wrap table th,
.form_wrap table td {
  font-size: 16px;
  display: block;
  width: 100%;
  border: none;
  padding-left: 0;
  padding-top: 0;
}
.form_wrap table th {
  display: flex;
  align-items: center;
  color: #333;
  background: none;
  padding-bottom: 12px;
}
.form_wrap table th:before {
  background: transparent;
}
.form_wrap table td {
  padding-right: 0;
}
.form_wrap table td:last-child {
  border-right: none;
}
.form_wrap table td small {
  display: block;
  line-height: 1.4;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form_wrap table td input[type=text],
.form_wrap table td input[type=email],
.form_wrap table td textarea {
  width: 100%;
}
.form_wrap table td input[type=text], .form_wrap table td input[type=email], .form_wrap table td input[type=date], .form_wrap table td input[type=number],
.form_wrap table td textarea,
.form_wrap table td select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  padding: 0.25em 0.5em;
  font-size: 16px;
  border: 1px solid #707070;
}
@media print, screen and (min-width: 960px) {
  .form_wrap table td input[type=text], .form_wrap table td input[type=email], .form_wrap table td input[type=date], .form_wrap table td input[type=number],
  .form_wrap table td textarea,
  .form_wrap table td select {
    padding: 0.4em 1.5rem;
  }
}
.form_wrap table td input[type=text]::placeholder, .form_wrap table td input[type=email]::placeholder, .form_wrap table td input[type=date]::placeholder, .form_wrap table td input[type=number]::placeholder,
.form_wrap table td textarea::placeholder,
.form_wrap table td select::placeholder {
  color: #C2C2C2;
}
.form_wrap table td input[name=your-postcode] {
  width: 60px;
  margin-bottom: 7px;
  margin-right: 0.5rem;
}
.form_wrap table td input[name=your-postcode2] {
  width: 70px;
  margin-bottom: 7px;
  margin-left: 0.5rem;
}
.form_wrap table td input[type=date] {
  width: 360px;
  margin-bottom: 7px;
  max-width: 100%;
}
.form_wrap table td .number-age,
.form_wrap table td .number-tsubos {
  width: 50px !important;
  margin-right: 0.5rem !important;
}
.form_wrap table td .number-age {
  margin: 0 0.5rem !important;
}
.form_wrap table td input[name=number-budget] {
  width: 120px !important;
  margin-right: 0.5rem !important;
}
.form_wrap table td input[type=radio] {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
.form_wrap table td .wpcf7-list-item {
  margin-bottom: 4px;
}
.form_wrap table td .time {
  position: relative;
  display: inline-block;
}
.form_wrap table td .time:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  pointer-events: none;
}
.form_wrap table td .time select {
  margin-left: 0.5rem;
  width: 130px;
}
.form_wrap table tr:last-child > td {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .form_wrap table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_wrap table tr th {
    align-items: flex-start;
  }
}
.form_wrap input[type=checkbox] {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.form_wrap .pp_link {
  text-align: center;
}
.form_wrap .pp_link a {
  color: #007BB2;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .form_wrap .people td {
    display: flex;
    flex-wrap: wrap;
  }
  .form_wrap .people td .adults {
    margin-right: 20px;
  }
  .form_wrap .hope {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form_wrap .hope .w100 {
    width: 100%;
  }
  .form_wrap .hope input[type=date] {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.form_wrap .hope, .form_wrap .adults {
  margin-bottom: 10px;
}
.form_wrap .require, .form_wrap .any {
  display: inline-block;
  opacity: 1;
  border-radius: 16px;
  margin-left: 1rem;
  padding: 0rem 0.9rem;
  font-size: 16px;
  line-height: 1.5;
}
.form_wrap .require {
  background: #C12B2D;
  color: #fff;
}
.form_wrap .any {
  color: #fff;
  background: #333;
}
.form_wrap .formBtn {
  display: table;
  margin: 0 auto;
  position: relative;
}
.form_wrap .formBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 4.25px;
  background: url(/wp-content/uploads/2024/10/sec_contact_arrow_w.png) center center/contain no-repeat;
}
.form_wrap input[type=submit] {
  display: inline-block;
  padding: 0.6em 2em;
  background: #063663;
  color: #fff;
  font-weight: 500;
  max-width: 100%;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.form_wrap .submit-btn {
  text-align: center;
}
.form_wrap .submit_wrap > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form_wrap .submit_wrap > p input.wpcf7-previous {
  margin-right: 15px;
}
.form_wrap .wpcf7-spinner {
  display: none !important;
}
.form_wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form_wrap .mwform-checkbox-field {
  display: block;
}
.form_wrap .wpcf7-previous {
  margin-right: 10px;
}
@media print, screen and (min-width: 960px) {
  .form_wrap table th {
    font-size: 17px;
  }
  .form_wrap table td {
    font-size: 17px;
  }
  .form_wrap .wpcf7-list-item {
    display: inline-block;
    margin-right: 1.9rem;
  }
  .form_wrap .wpcf7-list-item:last-child {
    margin-right: 0;
  }
  .form_wrap .privacypolicy_wrap h4.styleno {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

.form_caution_text {
  margin-top: 10px;
  font-size: 14px;
}

.pp {
  margin-top: 1rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.bs_gray {
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}

.br10 {
  border-radius: 10px !important;
  overflow: hidden;
}
.br10 a {
  border-radius: 10px !important;
  overflow: hidden;
}

.br15 {
  border-radius: 15px !important;
  overflow: hidden;
}

.br20 {
  border-radius: 20px !important;
  overflow: hidden;
}

.br30 {
  border-radius: 30px !important;
  overflow: hidden;
}

.br50 {
  border-radius: 50px !important;
}

.br50p {
  border-radius: 50% !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.fnowrap {
  flex-wrap: nowrap;
}
.flex.c2 .item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.flex.c2 .item:nth-child(2n) {
  margin-right: 0;
}
.flex.c3 .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.flex.c3 .item:nth-child(3n) {
  margin-right: 0;
}
.flex.c4 .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.flex.c4 .item:nth-child(4n) {
  margin-right: 0;
}
.flex.c5 .item {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}
.flex.c5 .item:nth-child(5n) {
  margin-right: 0;
}
.flex.fdc {
  flex-direction: column;
}
.flex.aifs {
  align-items: flex-start;
}
.flex.ac {
  align-items: center;
}
.flex.jcsb {
  justify-content: space-between;
}
.flex.jcc {
  justify-content: center;
}
.flex.jcfs {
  justify-content: flex-start;
}
.flex.jcfe {
  justify-content: flex-end;
}
.flex.sb {
  justify-content: space-between;
}
.flex.ae {
  align-items: flex-end;
}
.flex.fr {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .flex_pc.ac {
    align-items: center;
  }
  .flex_pc.sb {
    justify-content: space-between;
  }
  .flex_pc.ae {
    align-items: flex-end;
  }
  .flex_pc.fr {
    flex-direction: row-reverse;
  }
  .flex_pc.c2 > .item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .flex_pc.c2 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .flex_pc.c3 > .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .flex_pc.c3 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .flex_pc.c4 > .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
  }
  .flex_pc.c4 > .item:nth-child(4n) {
    margin-right: 0;
  }
  .flex_pc.c5 > .item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  .flex_pc.c5 > .item:nth-child(5n) {
    margin-right: 0;
  }
}

.fg1 {
  flex-grow: 1;
}

@media print, screen and (min-width: 768px) {
  .boxwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxwrap.ac {
    align-items: center;
  }
  .boxwrap.ae {
    align-items: flex-end;
  }
  .boxwrap.fr {
    flex-direction: row-reverse;
  }
  .boxwrap > .item1 {
    width: 10%;
  }
  .boxwrap > .item9 {
    width: calc(90% - 30px);
  }
  .boxwrap > .item2 {
    width: 20%;
  }
  .boxwrap > .item8 {
    width: calc(80% - 30px);
  }
  .boxwrap > .item3 {
    width: 30%;
  }
  .boxwrap > .item7 {
    width: calc(70% - 30px);
  }
  .boxwrap > .item4 {
    width: 40%;
  }
  .boxwrap > .item6 {
    width: calc(60% - 30px);
  }
  .boxwrap > .item5 {
    width: calc((100% - 30px) / 2);
  }
  .boxwrap > .item10 {
    width: 100%;
  }
  .boxwrap img {
    margin-bottom: 0;
  }
}
.boxwrap.bwsp {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxwrap.bwsp.ac {
  align-items: center;
}
.boxwrap.bwsp.ae {
  align-items: flex-end;
}
.boxwrap.bwsp.fr {
  flex-direction: row-reverse;
}
.boxwrap.bwsp > .item1 {
  width: 10%;
}
.boxwrap.bwsp > .item9 {
  width: calc(90% - 15px);
}
.boxwrap.bwsp > .item2 {
  width: 20%;
}
.boxwrap.bwsp > .item8 {
  width: calc(80% - 15px);
}
.boxwrap.bwsp > .item3 {
  width: 30%;
}
.boxwrap.bwsp > .item7 {
  width: calc(70% - 15px);
}
.boxwrap.bwsp > .item4 {
  width: 40%;
}
.boxwrap.bwsp > .item6 {
  width: calc(60% - 15px);
}
.boxwrap.bwsp > .item5 {
  width: calc((100% - 15px) / 2);
}
.boxwrap.bwsp > .item10 {
  width: 100%;
}

.tac {
  text-align: center;
}

.d-block {
  display: block;
}
.d-block img {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}
.d-inline-block img {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

.vam_img img {
  vertical-align: middle;
}

.vam_table th, .vam_table td {
  vertical-align: middle;
}

.mainwrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1200px;
}
.mainwrap .mainwrap {
  max-width: 100%;
}

.fr .swell-block-columns__inner {
  flex-direction: row-reverse;
}

.sb .swell-block-columns__inner {
  justify-content: space-between;
}

.jc_c .swell-block-columns__inner {
  justify-content: center;
}

.wrap_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.wrap_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.wrap_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrap_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #063663));
  background: -webkit-linear-gradient(transparent 60%, #063663 0%);
  background: linear-gradient(transparent 60%, #063663 0%);
}

.swell-block-box-menu__text {
  line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
  .swell-block-box-menu__text .u-fz-l {
    font-size: 16px !important;
  }
}
@media print, screen and (min-width: 1200px) {
  .swell-block-box-menu__text .u-fz-l {
    font-size: 22px !important;
  }
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 960px) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 600px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
.px-45 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mt-ms4_5 {
  margin-top: -4rem !important;
}

.ms-45 {
  margin-left: 2rem !important;
}

.me-45 {
  margin-right: 2rem !important;
}

@media (min-width: 960px) {
  .px-lg-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .ms-lg-45 {
    margin-left: 2rem !important;
  }
  .me-lg-45 {
    margin-right: 2rem !important;
  }
}
@media (min-width: 599px) {
  .px-md-45 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .ms-md-45 {
    margin-left: 2rem !important;
  }
  .me-md-45 {
    margin-right: 2rem !important;
  }
}
.z-1 {
  z-index: 1;
}

.w-beforeFooter {
  margin: 0 !important;
}

.w-beforeFooter .p-blogParts:last-child {
  margin-bottom: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.l-header {
  display: flex;
  height: 126px;
}
@media print, screen and (max-width: 959px) {
  .l-header {
    height: 48px;
  }
}
.l-header .l-header__inner {
  padding-right: 20px;
}
@media print, screen and (min-width: 1280px) {
  .l-header .l-header__inner {
    max-width: none;
  }
}
@media print, screen and (max-width: 959px) {
  .l-header .l-header__inner {
    padding-right: 0;
  }
}
.l-header .l-header_l {
  width: calc(100% - 160px);
}
@media print, screen and (max-width: 959px) {
  .l-header .l-header_l {
    width: 100%;
  }
}
.l-header .l-header_r {
  width: 160px;
}
@media print, screen and (max-width: 959px) {
  .l-header .l-header_r {
    display: none !important;
  }
}
.l-header .l-header_r a {
  background: #063663;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}
.l-header .l-header_r a img {
  margin-top: 6px;
}
.l-header .l-header__bar {
  background: #fff;
  color: #333;
}
.l-header .l-header__bar .c-catchphrase {
  font-weight: normal;
  width: 100%;
}
.l-header .w-header__inner {
  width: 400px;
  margin: 0 0 0 auto;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1279px) {
  .l-header .w-header__inner {
    width: 380px;
  }
}
@media print, screen and (max-width: 1279px) {
  .l-header .l-header__inner_r {
    width: 75%;
  }
}
@media print, screen and (max-width: 959px) {
  .l-header .l-header__inner_r {
    display: none !important;
  }
}

@media print, screen and (max-width: 1279px) {
  .header_info .header_tel_box {
    width: calc(47% - 1rem);
  }
  .header_info .header_time_box {
    width: calc(53% - 1rem);
  }
}
.header_info .header_tel a {
  text-decoration: none;
}
.header_info .header_tel_wrap {
  align-items: flex-end;
}
.header_info .header_tel_num {
  font-size: 32px;
  line-height: 1;
}
@media print, screen and (max-width: 1279px) {
  .header_info .header_tel_num {
    font-size: 28px;
  }
}
.header_info .header_tel_num strong {
  height: 27px;
  display: block;
}
@media print, screen and (max-width: 1279px) {
  .header_info .header_tel_num strong {
    height: 23px;
  }
}
@media print, screen and (max-width: 1279px) {
  .header_info .header_tel_img {
    width: 16px;
  }
}

.l-header .c-gnavWrap {
  margin: 4px auto 0;
}

.c-gnav > .menu-item {
  border-left: 1px solid var(--color_main);
}
@media print, screen and (max-width: 1279px) {
  .c-gnav > .menu-item {
    flex: 1;
  }
}
.c-gnav > .menu-item:first-child {
  border-left: none;
}

.l-header .c-gnav > .menu-item > a {
  padding: 0.6rem 1.2rem;
}
@media print, screen and (max-width: 1279px) {
  .l-header .c-gnav > .menu-item > a {
    padding: 0.4rem 0.5rem;
  }
}

.gnav_item_home {
  position: relative;
}
.gnav_item_home::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./img/common/icon_home.png) center center/contain no-repeat;
  width: 13px;
  height: 13px;
}
@media print, screen and (max-width: 959px) {
  .gnav_item_home::after {
    left: 5.5em;
    top: calc(50% - 7.5px);
  }
}

.l-header .c-gnav > .gnav_item_home a {
  padding: 0.6rem 1.2rem 1.35rem;
}
@media print, screen and (max-width: 1279px) {
  .l-header .c-gnav > .gnav_item_home a {
    padding: 0.4rem 0.5rem 1.35rem;
  }
}

.l-header .c-gnav > .menu-item > a .ttl {
  font-weight: normal !important;
  font-size: 18px;
  padding: 0 0 10px;
}
@media print, screen and (max-width: 1279px) {
  .l-header .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
    padding: 0 0 6px;
  }
}

.c-smallNavTitle {
  font-size: 12px;
  top: 0;
}

.l-fixHeader .l-fixHeader__logo {
  padding: 0.5rem 0;
}
.l-fixHeader .w-header {
  display: none;
}
.l-fixHeader .c-gnavWrap {
  width: 90%;
}
.l-fixHeader .c-gnav {
  width: 100%;
}
.l-fixHeader .c-gnav > .menu-item {
  width: 20%;
}
.l-fixHeader .c-gnav > .menu-item > a .ttl {
  padding-bottom: 6px;
}
.l-fixHeader .gnav_item_home::after {
  bottom: 14px;
}
.l-fixHeader .gnav_item_home a {
  padding-bottom: 12px;
}

@media print, screen and (max-width: 1199px) {
  .l-header__logo {
    margin-right: 0 !important;
    max-width: 380px;
  }
  .w-header {
    width: auto;
    min-width: auto;
  }
  .w-header__inner {
    width: 100%;
  }
  .header_info .header_tel_text2 {
    font-size: 26px;
  }
  .header_info .header_tel_text2 {
    font-size: 26px;
  }
  .header_info .header_mail p {
    font-size: 14px;
  }
  .header_info .header_inspection p {
    font-size: 14px;
  }
  .l-header .c-gnavWrap {
    width: 100%;
  }
  .l-header .c-gnav > .menu-item > a .ttl {
    padding: 10px 0;
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  #body_wrap:not(.home) .c-headLogo {
    height: 70px;
  }
}
.post_content .kv_wrap {
  position: relative;
  background: url(./img/top/kv_bg.jpg) top right/auto 100% no-repeat;
}
@media print, screen and (max-width: 599px) {
  .post_content .kv_wrap {
    background: url(./img/top/kv_bg_sp.png) left top/100% auto no-repeat;
  }
}
.post_content .kv_wrap .swell-block-fullWide__inner {
  padding-top: 45px !important;
}
.post_content .kv_wrap .kv_fade_img {
  width: 58%;
  height: 36.5vw;
  margin: 0;
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .post_content .kv_wrap .kv_fade_img {
    width: 100%;
    height: 64vw;
    margin-top: 20px;
  }
}
.post_content .kv_wrap .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.post_content .kv_wrap .kv_text {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateY(-50%);
  width: 33%;
  z-index: 1;
}
@media print, screen and (max-width: 599px) {
  .post_content .kv_wrap .kv_text {
    position: relative;
    top: 15px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
  }
}
.post_content .top_news_wrap .is-style-section_ttl.news_title {
  margin: -2.5rem auto 2.5rem !important;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_news_wrap .is-style-section_ttl.news_title {
    margin-top: -3.5rem !important;
  }
}

.top_area_license {
  margin-top: -5rem;
}
@media (max-width: 599px) {
  .top_area_license {
    margin-top: -4rem;
  }
}

.top_reform_wrap_box .top_reform_item {
  position: relative;
}
.top_reform_wrap_box .top_reform_item:nth-child(2n) {
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .top_reform_wrap_box .top_reform_item:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .top_reform_wrap_box .top_reform_item:nth-child(3n-1) {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .top_reform_wrap_box .top_reform_item {
    width: calc(33.3333% - var(--swl-clmn-mrgn--x));
  }
}
.top_reform_wrap_box .top_reform_item .top_reform_title {
  position: absolute;
  top: -20px;
  right: 1rem;
  padding: 0.8rem 0.8rem;
  background: #fff;
  border: 1px solid #333;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-feature-settings: normal;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media print, screen and (max-width: 599px) {
  .top_reform_wrap_box .top_reform_item img {
    max-height: 350px;
    object-fit: cover;
    border-top: 1px solid #333;
  }
}
.top_reform_wrap_box .top_reform_text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
}
.top_reform_wrap_box .top_reform_text_wrap a {
  display: block;
  padding: 1.2rem 1rem 0.8rem;
}
.top_reform_wrap_box .top_reform_more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57px;
  height: 48px;
}

.post_content div > .top_voice_box .top_voice_box_title {
  margin-top: -5.3rem !important;
}
@media print, screen and (max-width: 959px) {
  .post_content div > .top_voice_box .top_voice_box_title {
    margin-top: -4.3rem !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content div > .top_voice_box .top_voice_box_title {
    margin-top: -3.3rem !important;
  }
}
.post_content div > .top_voice_box .top_voice_box_subtitle {
  margin-top: -2rem !important;
}
@media print, screen and (max-width: 599px) {
  .post_content div > .top_voice_box .top_voice_box_subtitle {
    margin-top: 0 !important;
  }
}

.sec_promise .sec_promise_box {
  position: relative;
  padding: 100px 0;
}
@media print, screen and (max-width: 599px) {
  .sec_promise .sec_promise_box {
    padding: 50px 0;
  }
}
.sec_promise .sec_promise_box:before {
  content: "";
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #879B50;
  z-index: -2;
}
@media (max-width: 959px) {
  .sec_promise .sec_promise_box:before {
    width: 95%;
  }
}
.sec_promise .sec_promise_box::after {
  content: "";
  position: absolute;
  width: 82%;
  height: 174px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./img/top/top_promise_bg.png) top left/100% auto no-repeat;
  z-index: -1;
}
@media (max-width: 959px) {
  .sec_promise .sec_promise_box::after {
    width: 95%;
  }
}
.sec_promise .sec_promise_ttl img {
  max-width: 80%;
}
.sec_promise .top_reform_item {
  position: relative;
}
@media (max-width: 1199px) and (min-width: 960px) {
  .sec_promise .top_reform_item {
    width: calc(50% - var(--swl-clmn-mrgn--x));
  }
}
.sec_promise .top_reform_item .top_reform_title {
  position: absolute;
  top: -20px;
  right: 2.2rem;
  padding: 0.8rem 0.8rem;
  background: #fff;
  border: 1px solid #333;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-feature-settings: normal;
  letter-spacing: 0.2em;
  z-index: 1;
}
.sec_promise .top_reform_text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 156px;
  background: rgba(51, 51, 51, 0.8);
  padding: 2.2rem 1.8rem 2.2rem;
}
@media (max-width: 959px) {
  .sec_promise .top_reform_text_wrap {
    padding: 1rem;
    height: auto;
  }
}

.painting_kv_wrap {
  position: relative;
}
.painting_kv_wrap .painting_kv_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 463px;
  height: 477px;
}
@media (max-width: 1919px) {
  .painting_kv_wrap .painting_kv_img1 {
    width: 24vw;
    height: 25vw;
  }
}
.painting_kv_wrap .painting_kv_img1 img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.painting_kv_wrap .painting_kv_img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.painting_kv_wrap .painting_kv_img img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.painting_kv_wrap .painting_kv_text {
  padding: 6rem 32px !important;
  position: relative;
}
@media (max-width: 599px) {
  .painting_kv_wrap .painting_kv_text {
    padding: 6rem 4vw !important;
  }
}

.leakage_fv_wrap {
  position: relative;
  background: url(/wp-content/uploads/2024/10/leakage_fv_bg.jpg) center center/cover no-repeat;
}
.leakage_fv_wrap .leakage_fv_text {
  padding: 90px 0 110px;
  margin-left: calc(50vw - 600px + 100px);
  width: 694px;
}
@media (max-width: 1919px) {
  .leakage_fv_wrap .leakage_fv_text {
    width: 37%;
    margin-left: calc(50vw - 600px + 25%);
  }
}
@media (max-width: 1439px) {
  .leakage_fv_wrap .leakage_fv_text {
    margin-left: calc(50vw - 600px + 33%);
  }
}
@media (max-width: 1279px) {
  .leakage_fv_wrap .leakage_fv_text {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 959px) {
  .leakage_fv_wrap .leakage_fv_text {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .leakage_fv_wrap .leakage_fv_text {
    width: 85%;
    padding: 80px 0 90px;
  }
}
.leakage_fv_wrap .leakage_fv_text img {
  width: 100%;
}
.leakage_fv_wrap .leakage_fv_bg_l {
  position: absolute;
  bottom: -130px;
  right: calc(50vw + 410px);
  width: 486px;
}
@media (max-width: 1919px) {
  .leakage_fv_wrap .leakage_fv_bg_l {
    width: 25%;
    right: calc(50vw + 22%);
  }
}
@media (max-width: 1439px) {
  .leakage_fv_wrap .leakage_fv_bg_l {
    bottom: -100px;
  }
}
@media (max-width: 1279px) {
  .leakage_fv_wrap .leakage_fv_bg_l {
    bottom: -40px;
  }
}
.leakage_fv_wrap .leakage_fv_bg_l img {
  width: 100%;
}
.leakage_fv_wrap .leakage_fv_bg_r {
  position: absolute;
  bottom: 0;
  left: calc(50vw + 120px);
  width: 598px;
}
@media (max-width: 1919px) {
  .leakage_fv_wrap .leakage_fv_bg_r {
    width: 31%;
    left: calc(50vw + 22%);
  }
}
.leakage_fv_wrap .leakage_fv_bg_r img {
  width: 100%;
}

.l-footer .l-footer__widgetArea {
  padding: 3.5rem 0 3.2rem;
}
.l-footer .w-footer {
  width: 72%;
}
@media print, screen and (max-width: 1279px) {
  .l-footer .w-footer {
    width: 100%;
  }
}
.l-footer .w-footer__box {
  flex: none;
}
.l-footer .w-footer__box:nth-child(1) {
  width: 370px;
}
@media print, screen and (max-width: 599px) {
  .l-footer .footer_tel_wrap {
    justify-content: center;
  }
}
@media print, screen and (max-width: 599px) {
  .l-footer .footer_tel_img {
    width: 26px;
    margin-right: 1rem;
  }
}
.l-footer .footer_tel_num {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 599px) {
  .l-footer .footer_tel_num {
    font-size: 44px;
  }
}
.l-footer .c-widget__title.-footer {
  font-size: 20px;
  margin-bottom: 1rem;
  padding: 0;
}
@media print, screen and (max-width: 599px) {
  .l-footer .c-widget__title.-footer {
    font-size: 16px;
  }
}
.l-footer .c-widget__title.-footer:before, .l-footer .c-widget__title.-footer:after {
  content: none;
}
.l-footer .c-listMenu a {
  border-bottom: none;
  padding: 0.3em 0.5rem;
}
.l-footer .c-listMenu a:before {
  content: none;
}
.l-footer .sub-menu a:before {
  color: inherit;
  content: "";
  display: inline-block;
  left: 1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  background: #fff;
  width: 12px;
  height: 1px;
}
.l-footer .c-listMenu .sub-menu a {
  font-size: 1rem;
  padding-left: 2.5em;
}
.l-footer__nav li:first-child a {
  border-left: none;
}

.l-footer__nav li:last-child a {
  border-right: none;
}

.l-footer__nav a {
  padding: 0 1.25rem;
}

.l-footer__nav {
  padding-bottom: 1.5rem;
}

.copyright {
  padding: 1.8rem 0;
  font-size: 14px;
}

.l-footer__foot {
  padding-bottom: 0;
}

@media print, screen and (max-width: 959px) {
  .l-footer .w-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .w-footer__box:nth-child(1) {
    order: 1;
    margin: 0 auto;
    width: 340px;
    max-width: 100%;
  }
  .l-footer .w-footer__box:nth-child(2) {
    width: 50%;
    flex: auto;
    margin-top: 0;
  }
  .l-footer .w-footer__box:nth-child(3) {
    width: 50%;
    flex: auto;
    margin-top: 0;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .footer_tel_wrap img {
    width: 20px !important;
  }
}
.cta_wrap .cta_tel .footer_tel_num {
  font-size: 47px;
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .footer_tel_num {
    font-size: 33px;
  }
}
.cta_wrap .cta_tel .footer_tel_num strong {
  height: 40px;
  display: block;
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .footer_tel_num strong {
    height: 30px;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .footer_time_wrap .swl-fz {
    font-size: 10px !important;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .footer_time_wrap img {
    width: 80px !important;
    display: block;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .cta_tel_r {
    --clmn-w--pc: 60% !important;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_tel .cta_tel_l {
    width: 40%;
  }
}
.cta_wrap a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .cta_wrap a {
    height: 80px;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_mail .swl-fz:nth-child(1),
  .cta_wrap .cta_line .swl-fz:nth-child(1) {
    font-size: 18px !important;
  }
}
@media (max-width: 1279px) {
  .cta_wrap .cta_mail .swl-fz:nth-child(2),
  .cta_wrap .cta_line .swl-fz:nth-child(2) {
    font-size: 16px !important;
  }
}

.pc_cta_wrap {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: bottom 0.4s;
  z-index: 99;
}
@media (max-width: 1279px) {
  .pc_cta_wrap:nth-child(2) {
    bottom: -80px;
  }
}
@media (max-width: 959px) {
  .pc_cta_wrap {
    display: none !important;
  }
}

[data-scrolled=true] .pc_cta_wrap {
  bottom: 0;
}

footer {
  padding-bottom: 100px !important;
}
@media (max-width: 1279px) {
  footer {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 959px) {
  footer {
    padding-bottom: 8vw !important;
  }
}
@media (max-width: 599px) {
  footer {
    padding-bottom: 14vw !important;
  }
}

#fix_bottom_menu:before {
  background: #fff;
}
#fix_bottom_menu .menu_list {
  width: 100%;
  height: auto;
  max-width: 435px;
  margin: 0 auto;
}
#fix_bottom_menu .menu_list .menu-item {
  flex: auto;
}
#fix_bottom_menu .menu_list .menu-item:nth-child(1) {
  width: 66.6666%;
}
#fix_bottom_menu .menu_list .menu-item:nth-child(2), #fix_bottom_menu .menu_list .menu-item:nth-child(3) {
  width: 33.3333%;
}
#fix_bottom_menu .menu_list .menu-item i {
  height: 0;
}
#fix_bottom_menu span {
  margin-top: 0;
}

@media not all and (min-width: 960px) {
  #fix_bottom_menu + .p-fixBtnWrap {
    bottom: 80px;
  }
}
@media (min-width: 960px) {
  .p-fixBtnWrap {
    bottom: 6em;
  }
}
.single .l-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 960px) {
  .single .cta_btns .w80_content {
    width: 100%;
  }
}

.page .l-content, .post-type-archive-event .l-content {
  padding-top: 0;
}

.l-topTitleArea .c-pageTitle {
  color: #fff;
  position: relative;
  text-shadow: none;
  font-size: 32px;
  color: var(--color_main);
}
@media print, screen and (max-width: 1279px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 599px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 18px;
  }
}
.l-topTitleArea .c-pageTitle__subTitle {
  display: block;
  margin-left: 0;
  opacity: 1;
  font-style: normal;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: normal;
  color: var(--color_main);
}
@media print, screen and (max-width: 1279px) {
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 599px) {
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .l-topTitleArea__body {
    background: #FCF8EC;
    padding: 10px 1em;
  }
  .l-topTitleArea img {
    object-position: right center;
  }
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 12px;
  }
}

.p-breadcrumb,
.l-topTitleArea + .p-breadcrumb {
  background: #063663 !important;
}
.p-breadcrumb .p-breadcrumb__text,
.l-topTitleArea + .p-breadcrumb .p-breadcrumb__text {
  color: #fff !important;
  opacity: 1;
}
.p-breadcrumb .p-breadcrumb__item:after,
.l-topTitleArea + .p-breadcrumb .p-breadcrumb__item:after {
  background: #fff !important;
}

.after_wrap .after_ttl_wrap {
  margin-right: -30%;
  width: calc(var(--clmn-w) - var(--swl-clmn-mrgn--x) + 30%);
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .after_wrap .after_ttl_wrap {
    margin-right: 0;
    width: 100%;
  }
}
.after_wrap .after_top_wrap {
  margin-left: calc(50vw - 600px);
  width: calc(100vw - (50vw - 600px));
}
@media print, screen and (max-width: 1279px) {
  .after_wrap .after_top_wrap {
    margin-left: 32px;
    width: calc(100vw - 32px);
  }
}
@media print, screen and (max-width: 599px) {
  .after_wrap .after_top_wrap {
    margin-left: 4vw;
    width: 100%;
  }
}

.post_content h2.is-style-section_ttl, .post_content h3.is-style-section_ttl, .post_content h4.is-style-section_ttl, .post_content h5.is-style-section_ttl {
  margin-right: 0;
  margin-left: 0;
}
.post_content h1 .mininote, .post_content h2 .mininote, .post_content h3 .mininote, .post_content h4 .mininote, .post_content h5 .mininote, .post_content h6 .mininote {
  opacity: 1;
}
.post_content .is-style-section_ttl {
  font-feature-settings: "palt";
}
.post_content p, .post_content ul, .post_content ol {
  font-size: 15px;
}
@media print, screen and (min-width: 960px) {
  .post_content p, .post_content ul, .post_content ol {
    font-size: 16px;
  }
}
.post_content .swell-block-fullWide.inner1400 > .swell-block-fullWide__inner.l-container {
  max-width: calc(1400px + var(--swl-pad_container, 0px) * 2);
}
.post_content .swell-block-fullWide.inner1300 > .swell-block-fullWide__inner.l-container {
  max-width: calc(1300px + var(--swl-pad_container, 0px) * 2);
}
.post_content .pd_s {
  padding: 2px 8px;
}
.post_content .ttl_diagonal_wrap {
  display: table;
  position: relative;
  margin: 0 auto;
}
.post_content .ttl_diagonal_wrap:before, .post_content .ttl_diagonal_wrap:after {
  content: "";
  background-color: #333;
  height: 1px;
  width: 90px;
  position: absolute;
}
.post_content .ttl_diagonal_wrap:before {
  left: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_diagonal_wrap:before {
    left: -75px;
  }
}
.post_content .ttl_diagonal_wrap:after {
  right: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_diagonal_wrap:after {
    right: -75px;
  }
}
.post_content .ttl_diagonal_wrap .ttl_diagonal {
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_diagonal_wrap .ttl_diagonal {
    font-size: 20px !important;
  }
}
.post_content .ttl_diagonal_wrap .ttl_diagonal:before, .post_content .ttl_diagonal_wrap .ttl_diagonal:after {
  content: "";
  background-color: #333;
  height: 1px;
  width: 90px;
  position: absolute;
}
.post_content .ttl_diagonal_wrap .ttl_diagonal:before {
  left: -106px;
  top: 50%;
  transform: translateY(-50%) rotate(60deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_diagonal_wrap .ttl_diagonal:before {
    left: -85px;
  }
}
.post_content .ttl_diagonal_wrap .ttl_diagonal:after {
  right: -106px;
  top: 50%;
  transform: translateY(-50%) rotate(-60deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_diagonal_wrap .ttl_diagonal:after {
    right: -85px;
  }
}
.post_content .ttl_page {
  padding: 1.25em 0 1.5em;
  position: relative;
  background: url(./img/common/ttl_page_bg.png) center center/contain no-repeat;
}
.post_content .ttl_page small {
  padding-top: 10px;
  font-size: 20px;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_page small {
    font-size: 15px;
    font-weight: normal;
  }
}
.post_content .ttl_page_b {
  background: url(./img/common/ttl_page_bg_b.png) center center/contain no-repeat;
}
.post_content .title_ribon {
  display: inline-block;
  position: relative;
  height: 66px; /*リボンの高さ*/
  line-height: 66px; /*リボンの高さ*/
  text-align: center;
  width: 900px;
  max-width: 100%;
  background: #EACB4B; /*塗りつぶし色*/
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 959px) {
  .post_content .title_ribon {
    padding: 0 2rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .title_ribon {
    line-height: 1.2;
    padding: 10px 2rem;
  }
}
.post_content .title_ribon:before, .post_content .title_ribon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.post_content .title_ribon::before {
  top: 0;
  left: 0;
  border-width: 33px 0px 33px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.post_content .title_ribon:after {
  top: 0;
  right: 0;
  border-width: 33px 20px 33px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media print, screen and (max-width: 599px) {
  .post_content .title_ribon2 {
    height: 44px;
  }
  .post_content .title_ribon2::before {
    border-width: 21px 0px 21px 14px;
  }
  .post_content .title_ribon2:after {
    border-width: 21px 14px 21px 0px;
  }
}
.post_content .title_ribon3 {
  width: 980px;
}
@media print, screen and (max-width: 959px) {
  .post_content .title_ribon3 {
    line-height: 1.2;
    padding: 10px 2rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .title_ribon3 {
    height: 94px;
  }
  .post_content .title_ribon3::before {
    border-width: 47px 0px 47px 20px;
  }
  .post_content .title_ribon3:after {
    border-width: 47px 20px 47px 0px;
  }
}
.post_content .title_ribon4 {
  width: 100%;
}
.post_content .ttl_border_theme {
  display: flex;
  align-items: center;
}
.post_content .ttl_border_theme:before, .post_content .ttl_border_theme:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--color_main);
  position: relative;
  width: auto;
}
.post_content .ttl_border_theme::before {
  margin-right: 2.4rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_border_theme::before {
    margin-right: 1rem;
  }
}
.post_content .ttl_border_theme:after {
  margin-left: 2.4rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_border_theme:after {
    margin-left: 1rem;
  }
}
.post_content .ttl_border_theme2 {
  display: flex;
  align-items: center;
}
.post_content .ttl_border_theme2:before, .post_content .ttl_border_theme2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--color_main);
  position: relative;
  width: auto;
}
.post_content .ttl_border_theme2::before {
  margin-right: 1.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_border_theme2::before {
    margin-right: 1rem;
  }
}
.post_content .ttl_border_theme2:after {
  margin-left: 1.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_border_theme2:after {
    margin-left: 1rem;
  }
}
.post_content .ttl_border_theme3 {
  display: flex;
  align-items: center;
}
.post_content .ttl_border_theme3 span {
  width: 42%;
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_border_theme3 span {
    width: 60%;
  }
}
.post_content .ttl_border_theme3:before, .post_content .ttl_border_theme3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--color_main);
  position: relative;
  width: auto;
}
.post_content .ttl_bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.post_content .ttl_bar:before {
  content: "＼";
  margin-right: 0.5em;
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
}
.post_content .ttl_bar:after {
  content: "／";
  margin-left: 0.5em;
  color: inherit;
}
.post_content .ttl_under_yellow {
  padding-bottom: 22.5px;
  margin-bottom: 10px !important;
}
.post_content .ttl_under_yellow .swl-format-1 {
  position: relative;
}
.post_content .ttl_under_yellow .swl-format-1:after {
  content: "";
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 190.5px;
  height: 22.5px;
  background: url(./img/common/ttl_under.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_under_yellow .swl-format-1:after {
    width: 100px;
    height: 12.5px;
    bottom: -12.5px;
  }
}
.post_content .ttl_under_top_yellow {
  padding: 45px 0;
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_under_top_yellow {
    padding: 22.5px 0;
    height: auto;
  }
}
.post_content .ttl_under_top_yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 190.5px;
  height: 22.5px;
  background: url(./img/common/ttl_under.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_under_top_yellow:before {
    width: 100px;
    height: 12.5px;
  }
}
.post_content .ttl_under_top_yellow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 190.5px;
  height: 22.5px;
  background: url(./img/common/ttl_under.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_under_top_yellow:after {
    width: 100px;
    height: 12.5px;
  }
}
.post_content .ttl_deco2 {
  position: relative;
  width: fit-content;
  margin: 0 auto !important;
}
.post_content .ttl_deco2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -94px;
  width: 72px;
  height: 79px;
  background: url(./img/common/ttl_deco2.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_deco2:before {
    left: -50px;
    width: 42px;
    height: 49px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_deco2:before {
    left: -40px;
    width: 32px;
    height: 39px;
    top: 0;
  }
}
.post_content .ttl_deco2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -94px;
  width: 72px;
  height: 79px;
  background: url(./img/common/ttl_deco2.png) top left/contain no-repeat;
  transform: rotate(90deg);
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_deco2:after {
    right: -50px;
    width: 42px;
    height: 49px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_deco2:after {
    right: -40px;
    width: 32px;
    height: 39px;
    top: 0;
  }
}
.post_content .border_theme2 {
  border: 1px solid #879B50;
}
.post_content .border_bottom {
  border-bottom: 2px solid #333;
  padding-bottom: 0.5em;
}
.post_content .border_bottom_s {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}
.post_content .border_bottom16 {
  position: relative;
  padding-bottom: 0.3em;
}
.post_content .border_bottom16:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background: #55310C;
}
.post_content .border_red {
  border: 2px solid #D00707;
}
.post_content .border_theme1 {
  border: 1px solid var(--color_main);
}
.post_content .border_theme {
  border: 2px solid var(--color_main);
}
.post_content .border_theme3 {
  border: 3px solid var(--color_main);
}
.post_content .border_green {
  border: 2px solid #1BA725;
}
.post_content .border_dot_blue {
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #57AFEA, #57AFEA 3px, transparent 3px);
  background-size: 10px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.post_content .border_dot_yellow {
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #EEE8A9, #EEE8A9 3px, transparent 3px);
  background-size: 10px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.post_content .border_yellow03 {
  border: 3px solid #063663;
}
.post_content .bt_white2 {
  border-top: 2px solid #fff;
}
.post_content .bt_theme {
  border-top: 1px solid var(--color_main);
}
.post_content .bb_theme {
  border-bottom: 1px solid var(--color_main);
}
.post_content .bb_theme3 {
  border-bottom: 3px solid #B5A25D;
}
.post_content .bb_theme3_2 {
  border-bottom: 3px solid #879B50;
}
.post_content .bb_white {
  border-bottom: 1px solid #fff;
}
.post_content .bb_white2 {
  border-bottom: 2px solid #fff;
}
.post_content .bb_lightblue {
  border-bottom: 1px solid #BFD1D5;
}
.post_content .bb_black1 {
  border-bottom: 1px solid #333;
}
.post_content .bb_black2 {
  border-bottom: 2px solid #1E0E07;
}
.post_content .bl_theme1 {
  border-left: 1px solid var(--color_main);
}
.post_content .index_pd {
  padding: 0.25em 0.5em;
}
.post_content .border_dashed {
  border: 1px dashed #333 !important;
}
.post_content .bg_white {
  background: #fff;
}
.post_content .bg_white02 {
  background: #f5f5f0;
}
.post_content .bg_white03 {
  background: #FCF8EC;
}
.post_content .bg_lightblue {
  background: #EFF3F5;
}
.post_content .bg_orange {
  background: #FACD38;
}
.post_content .bg_green {
  background: #879B50;
}
.post_content .bg_green_box figure {
  width: 22px;
}
.post_content .bg_green_box p {
  width: calc(100% - 22px - 0.5rem);
}
.post_content .bg_green_box2 figure {
  width: 32px;
}
@media print, screen and (max-width: 599px) {
  .post_content .bg_green_box2 figure {
    width: 22px;
  }
}
.post_content .bg_green_box2 p {
  width: calc(100% - 32px - 0.5rem);
}
@media print, screen and (max-width: 599px) {
  .post_content .bg_green_box2 p {
    width: calc(100% - 22px - 0.5rem);
  }
}
.post_content .bg_green_box3 figure {
  width: 32px;
}
@media print, screen and (max-width: 959px) {
  .post_content .bg_green_box3 figure {
    width: 22px;
  }
}
.post_content .bg_green_box3 .wp-block-group {
  width: calc(100% - 32px - 0.5rem);
}
@media print, screen and (max-width: 959px) {
  .post_content .bg_green_box3 .wp-block-group {
    width: calc(100% - 22px - 0.5rem);
  }
}
.post_content .bg_beige_top {
  position: relative;
}
.post_content .bg_beige_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: #FCF8EC;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp13 {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp14 {
    font-size: 14px;
  }
}
.post_content .fz14sp10 {
  font-size: 10px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz14sp10 {
    font-size: 14px;
  }
}
.post_content .fz14sp11 {
  font-size: 11px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz14sp11 {
    font-size: 14px;
  }
}
.post_content .fz16 {
  font-size: 15px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz16 {
    font-size: 16px;
  }
}
.post_content .fz17 {
  font-size: 15px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz17 {
    font-size: 17px;
  }
}
.post_content .fz18 {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz18 {
    font-size: 18px;
  }
}
.post_content .fz20 {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz20 {
    font-size: 20px;
  }
}
.post_content .fz23 {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz23 {
    font-size: 23px;
  }
}
.post_content .fz24 {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz24 {
    font-size: 24px;
  }
}
.post_content .fz25 {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz25 {
    font-size: 25px;
  }
}
.post_content .fz26 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz26 {
    font-size: 26px;
  }
}
.post_content .fz28 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz28 {
    font-size: 28px;
  }
}
.post_content .fz30 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz30 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz30 {
    font-size: 30px;
  }
}
.post_content .fz31 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz31 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz31 {
    font-size: 31px;
  }
}
.post_content .fz32 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz32 {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz32 {
    font-size: 32px;
  }
}
.post_content .fz36 {
  font-size: 22px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz36 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz36 {
    font-size: 36px;
  }
}
.post_content .fz40 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz40 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz40 {
    font-size: 40px;
  }
}
.post_content .fz42 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz42 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz42 {
    font-size: 42px;
  }
}
.post_content .fz45 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz45 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz45 {
    font-size: 45px;
  }
}
.post_content .fz46 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz46 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz46 {
    font-size: 46px;
  }
}
.post_content .fz48 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz48 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz48 {
    font-size: 48px;
  }
}
.post_content .fz51 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz51 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz51 {
    font-size: 51px;
  }
}
.post_content .fz56 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz56 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz56 {
    font-size: 56px;
  }
}
.post_content .fz120 {
  font-size: 50px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz120 {
    font-size: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz120 {
    font-size: 120px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp15 {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp16 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp18 {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp20 {
    font-size: 20px;
  }
}
.post_content .serif {
  font-family: serif;
}
.post_content .shadow01 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.post_content .shadow02 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.post_content .shadow03 {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.post_content .shadow01_filter {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.post_content .btn_more1 a {
  color: #76621A;
  padding: 6px 0;
  width: 200px;
  border: 1px solid #76621a;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.post_content .btn_more2 a {
  color: #76621A;
  width: 320px;
  border: 1px solid #76621a;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  background-color: #fff;
}
.post_content .btn_y64 a {
  padding: 20px 4px;
}
.post_content .text_indent11 {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.post_content .text_indent14 {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.post_content .text_indent15 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post_content .text_indent17 {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
.post_content .btn_white a {
  max-width: 100%;
  padding: 1.2rem 0.5rem;
}
.post_content .btn_white a:hover {
  background-color: #fff;
  border-color: #fff;
  color: inherit;
}
.post_content .btn_white2 a {
  max-width: 100%;
  padding: 12px 6px;
}
.post_content .btn_white2 a:hover {
  background-color: #fff;
  border-color: #fff;
  color: inherit;
}
.post_content .btn_red a {
  border-radius: 10px;
  background: linear-gradient(#c12b2d 0%, #801e20 100%);
  border: 4px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 5rem;
  max-width: 100%;
  display: block;
  text-decoration: none;
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red a {
    padding: 1rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .btn_red a {
    border: 2px solid #fff;
  }
}
.post_content .btn_red a p {
  font-size: 72px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .btn_red a p {
    font-size: 48px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red a p {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .btn_red a p {
    font-size: 18px;
  }
}
.post_content .btn_red a p .ls-200 {
  letter-spacing: -0.2em;
}
.post_content .btn_red a p .swl-format-1 {
  font-size: 56px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .btn_red a p .swl-format-1 {
    font-size: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red a p .swl-format-1 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .btn_red a p .swl-format-1 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red a .btn_red_img {
    width: 20%;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red a .btn_red_arrow {
    width: 8%;
  }
}
.post_content .btn_red2 {
  position: relative;
}
.post_content .btn_red2 a {
  border-radius: 10px;
  background: linear-gradient(#c12b2d 0%, #801e20 100%);
  border: 4px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.8rem 1rem 1.2rem;
  max-width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red2 a {
    padding: 0.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .btn_red2 a {
    border: 2px solid #fff;
  }
}
.post_content .btn_red2 a p {
  font-size: 26px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .btn_red2 a p {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red2 a p {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .btn_red2 a p {
    font-size: 18px;
  }
}
.post_content .btn_red2 a .btn_red_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 40px;
  height: 11px;
}
.post_content .btn_red2 a .btn_red_arrow img {
  display: block;
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_red2 a .btn_red_arrow {
    width: 8%;
  }
}
.post_content .btn_theme_left {
  width: 100%;
}
.post_content .btn_theme_left a {
  justify-content: space-between !important;
  padding-left: 2.25rem;
}
@media print, screen and (max-width: 959px) {
  .post_content .btn_theme_left a {
    padding-left: 2rem;
    font-size: 14px;
  }
}
.post_content .maker_orange {
  display: inline;
  background: linear-gradient(transparent 50%, rgba(234, 203, 75, 0.3) 0%);
}
.post_content .menu_search_bar {
  border-radius: 50px;
  background: #fff;
  padding: 2px 20px;
  width: 100%;
  border: 1px solid #B5A25D;
}
@media print, screen and (min-width: 1280px) {
  .post_content .menu_search_bar {
    padding: 4px 80px;
  }
}
.post_content .menu_search_bar select, .post_content .menu_search_bar input[type=button] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-size: 20px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 50px;
}
@media print, screen and (max-width: 767px) {
  .post_content .menu_search_bar select, .post_content .menu_search_bar input[type=button] {
    font-size: 12px;
  }
}
.post_content .menu_search_bar input[type=button] {
  width: 100%;
  text-align: right;
}
.post_content .menu_search_bar #menuSearch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_content .menu_search_bar select {
  width: calc(100% - 90px);
}
@media print, screen and (min-width: 768px) {
  .post_content .menu_search_bar select {
    width: calc(100% - 110px);
  }
}
.post_content .menu_search_bar .btn {
  width: 82px;
  position: relative;
}
.post_content .menu_search_bar .btn:before {
  content: "";
  background-image: url(./img/top/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .post_content .menu_search_bar .btn {
    width: 100px;
  }
}
.post_content .top_news_wrap {
  position: relative;
  border: 1px solid var(--color_main);
  padding: 0 3rem 2.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_news_wrap {
    padding: 2rem 1rem;
  }
}
.post_content .top_news_wrap .is-style-section_ttl.news_title {
  font-size: 48px;
  display: table;
  padding: 0 2rem;
  background: #fff;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_news_wrap .is-style-section_ttl.news_title {
    font-size: 28px;
    padding: 0 1rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .top_news_wrap .is-style-section_ttl.news_title img {
    width: 24px !important;
  }
}
@media print, screen and (max-width: 399px) {
  .post_content .top_news_wrap .swell-block-button a {
    width: 100%;
  }
}
.post_content .top_post_wrap .p-postList.-type-simple {
  border-top: none;
}
.post_content .top_post_wrap .p-postList__item {
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid #879B50;
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1279px) and (min-width: 600px) {
  .post_content .top_post_wrap .p-postList__item {
    min-height: 163px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .top_post_wrap .p-postList__item {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.post_content .top_post_wrap .p-postList__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 22px;
  height: 6px;
  transform: translateX(-50%);
  pointer-events: none;
  background: url(./img/top/top_post_arrow.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_post_wrap .p-postList__item:after {
    right: 0;
    width: 18px;
    height: 5px;
  }
}
.post_content .top_post_wrap .p-postList__item:first-child a {
  border-top: none;
}
.post_content .top_post_wrap .p-postList__item:last-child a {
  border-bottom: none;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_post_wrap .p-postList__meta {
    width: 100%;
  }
}
.post_content .top_post_wrap .c-postTimes__posted {
  color: #B5A786;
  font-size: 12px;
  margin-right: 12px;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_post_wrap .c-postTimes__posted {
    margin-right: 6px;
  }
}
.post_content .top_post_wrap .p-postList__cat {
  font-size: 12px;
  color: #fff;
  padding: 3px 20px;
  opacity: 1;
  display: inline-block;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_post_wrap .p-postList__cat {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.post_content .top_post_wrap .p-postList__cat::before {
  content: none;
}
.post_content .top_post_wrap .p-postList__title {
  margin-top: 0.5rem;
}
.post_content .top_post_list_news .p-postList__cat {
  background: #C12B2D;
}
.post_content .top_post_list_blog .p-postList__cat {
  background: #879B50;
}
.post_content .arrow_right .__icon.-right {
  position: absolute;
  right: 1.1rem;
}
.post_content .top_area_wrap .bg_top1 {
  padding-left: 3.5rem;
  margin: 0 -50px 0 -40px;
  position: relative;
  padding-bottom: 130px;
}
@media (max-width: 1312px) {
  .post_content .top_area_wrap .bg_top1 {
    margin: 0 -16px;
  }
}
@media (max-width: 1199px) {
  .post_content .top_area_wrap .bg_top1 {
    padding-left: 16px;
  }
}
@media (max-width: 959px) {
  .post_content .top_area_wrap .bg_top1 {
    margin: 0 -4vw;
    padding-left: 4vw;
  }
}
@media (max-width: 599px) {
  .post_content .top_area_wrap .bg_top1 {
    padding-right: 8vw;
    padding-bottom: 100px;
  }
}
.post_content .top_area_wrap .bg_top1:before {
  position: absolute;
  content: "";
  top: 5rem;
  left: 0;
  width: 88%;
  height: calc(100% - 5rem);
  background: #063663;
  z-index: -1;
}
@media (max-width: 959px) {
  .post_content .top_area_wrap .bg_top1:before {
    width: calc(100% - 4vw);
  }
}
@media (max-width: 599px) {
  .post_content .top_area_wrap .bg_top1:before {
    height: 100%;
    top: 0;
    width: calc(100% - 4vw);
  }
}
@media (max-width: 959px) {
  .post_content .top_area_wrap .bg_top1_img {
    width: 40%;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 959px) and (min-width: 600px) {
  .post_content .top_area_wrap .bg_top1_text {
    padding-right: 8vw;
    margin-top: -3rem;
  }
}
.post_content .top_reform_wrap {
  position: relative;
}
.post_content .top_reform_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FCF8EC;
  clip-path: polygon(50% 0%, 100% 18%, 100% 100%, 0 100%, 0% 18%);
}
@media (max-width: 959px) {
  .post_content .top_reform_wrap:before {
    clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 0 100%, 0% 2%);
  }
}
.post_content .top_reform_wrap_box .top_reform_box .swell-block-columns__inner {
  align-items: flex-start;
}
.post_content .top_reform_wrap_box .top_reform_text_wrap {
  background: rgba(51, 51, 51, 0.8);
}
.post_content .top_reform_wrap_box .top_reform_price .swl-format-1 {
  font-size: 27px;
}
.post_content .top_case_wrap {
  background: url(./img/top/top_case_bg.jpg) center center/cover no-repeat;
}
@media (max-width: 1279px) and (min-width: 960px) {
  .post_content .top_case_wrap .top_case_item {
    width: calc(33.3333% - var(--swl-clmn-mrgn--x));
    display: flex;
    flex-direction: column;
  }
}
.post_content .top_case_wrap .post_thumb img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}
.post_content .top_case_wrap .top_case_text_box {
  flex-grow: 1;
}
.post_content .top_case_wrap .top_case_text_box a {
  text-decoration: none;
  display: block;
  padding: 1.3rem 1.3rem 2.5rem;
  position: relative;
  color: #333;
  height: 100%;
}
@media (max-width: 599px) {
  .post_content .top_case_wrap .top_case_text_box a {
    padding: 1.5rem 1rem 2rem;
  }
}
.post_content .top_case_wrap .top_case_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}
.post_content .top_case_wrap .top_case_cat_box {
  margin: -10px 1.3rem -11px !important;
  min-height: 21px;
  position: relative;
}
.post_content .top_case_wrap .top_case_item_title {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px !important;
}
.post_content .top_case_wrap .top_case_item_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #333;
}
.post_content .top_case_wrap .top_case_cat {
  width: 33%;
  margin-right: 3px;
}
.post_content .top_case_wrap .top_case_cat a {
  padding: 3px 0;
  background: var(--color_main);
  color: #fff;
  text-decoration: none;
  display: block;
}
.post_content .top_case_wrap .top_case_cat:last-child {
  margin-right: 0;
}
.post_content .top_case_wrap .top_case_cat.cat_carea a {
  background: #879B50;
}
.post_content .top_case_wrap .top_case_cat.cat_cconst a {
  background: #B5A25D;
}
.post_content .top_case_wrap .top_case_more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57px;
  height: 47px;
}
.post_content .top_voice_img_wrap .top_voice_img_top {
  margin-bottom: -2rem;
  position: relative;
}
.post_content .top_voice_box {
  border: 1px solid #76621A;
  padding: 1rem;
  background: #FCF8EC;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_voice_box {
    padding: 0.5rem;
  }
}
.post_content .top_voice_box .top_voice_box_inner {
  border: 1px solid #76621A;
  padding: 0 5rem 4rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content .top_voice_box .top_voice_box_inner {
    padding: 0 1rem 2rem;
  }
}
.post_content .border_x24 {
  position: relative;
}
.post_content .border_x24:before {
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  position: absolute;
  background: rgba(181, 162, 93, 0.6);
}
@media print, screen and (max-width: 1279px) {
  .post_content .border_x24:before {
    width: 8px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .border_x24:before {
    width: 2vw;
  }
}
.post_content .border_x24:after {
  content: "";
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  position: absolute;
  background: rgba(181, 162, 93, 0.6);
}
@media print, screen and (max-width: 1279px) {
  .post_content .border_x24:after {
    width: 8px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .border_x24:after {
    width: 2vw;
  }
}
.post_content .sec_aim {
  position: relative;
}
.post_content .sec_aim:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -24px;
  width: 414px;
  height: 500px;
  background: url(./img/top/top_aim_bg1.png) top left/contain no-repeat;
  z-index: 2;
}
@media print, screen and (max-width: 1919px) {
  .post_content .sec_aim:before {
    width: 19vw;
    height: 22vw;
    bottom: 0;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_aim:before {
    width: 25vw;
    height: 30vw;
    bottom: auto;
    top: 44%;
  }
}
.post_content .sec_aim:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 100px;
  width: 334px;
  height: 385px;
  background: url(./img/top/top_aim_bg2.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 1919px) {
  .post_content .sec_aim:after {
    width: 16vw;
    height: 18vw;
    right: 4%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_aim:after {
    width: 27vw;
    height: 31vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .post_content .sec_aim .sec_aim_box {
    margin-left: -40px;
    width: 100%;
  }
}
.post_content .sec_aim .sec_aim_ttl {
  margin: 0 0 -20% auto !important;
  width: 65%;
}
@media print, screen and (max-width: 1005px) {
  .post_content .sec_aim .sec_aim_ttl {
    margin-bottom: -8% !important;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .sec_aim .sec_aim_ttl {
    width: 100%;
    margin: 0 0 2rem !important;
  }
}
.post_content .sec_aim .sec_aim_ttl img {
  width: 80% !important;
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_aim .sec_aim_ttl img {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .post_content .sec_aim .sec_aim_text {
    line-height: 2.5;
  }
}
.post_content .sec_contact .sec_contact_box {
  background: #063663;
  padding: 20px;
}
@media (max-width: 599px) {
  .post_content .sec_contact .sec_contact_box {
    padding: 10px;
  }
}
.post_content .sec_contact .sec_contact_box_inner {
  border: 1px solid #fff;
  padding: 2.5rem 6rem;
}
@media (max-width: 1279px) {
  .post_content .sec_contact .sec_contact_box_inner {
    padding: 2.5rem 3rem;
  }
}
@media (max-width: 599px) {
  .post_content .sec_contact .sec_contact_box_inner {
    padding: 2.5rem 1em;
  }
}
.post_content .sec_contact .sec_contact_ttl {
  position: relative;
  display: table;
  padding: 0 68px;
  margin: 0 auto;
}
.post_content .sec_contact .sec_contact_ttl:before, .post_content .sec_contact .sec_contact_ttl:after {
  content: "";
  position: absolute;
  top: 49%;
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #fff;
}
.post_content .sec_contact .sec_contact_ttl:before {
  left: 0;
}
.post_content .sec_contact .sec_contact_ttl:after {
  right: 0;
}
@media (max-width: 1279px) {
  .post_content .sec_contact .sec_contact_tel_img {
    width: 8%;
  }
}
.post_content .sec_contact .sec_contact_tel {
  font-size: 36px;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 1279px) and (min-width: 960px) {
  .post_content .sec_contact .sec_contact_tel {
    font-size: 55px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .sec_contact .sec_contact_tel {
    font-size: 88px;
  }
}
.post_content .sec_contact .sec_contact_text_wrap {
  display: table;
  position: relative;
  margin: 0 auto;
}
.post_content .sec_contact .sec_contact_text_wrap:before, .post_content .sec_contact .sec_contact_text_wrap:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 16px;
  position: absolute;
}
.post_content .sec_contact .sec_contact_text_wrap:before {
  left: -23px;
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
}
.post_content .sec_contact .sec_contact_text_wrap:after {
  right: -23px;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
}
.post_content .sec_contact .sec_contact_text_wrap .sec_contact_text {
  position: relative;
}
.post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:before, .post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 30px;
  position: absolute;
}
.post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:before {
  left: -30px;
  top: 35%;
  transform: translateY(-50%) rotate(55deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:before {
    top: 44%;
  }
}
.post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:after {
  right: -30px;
  top: 35%;
  transform: translateY(-50%) rotate(-55deg);
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_contact .sec_contact_text_wrap .sec_contact_text:after {
    top: 44%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_contact .sec_contact_item .sec_contact_item_img {
    width: 20%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_contact .sec_contact_item .sec_contact_item_arrow {
    width: 10%;
  }
}
.post_content .swell-block-button__link {
  max-width: 100%;
}
.post_content .estimate_flow .estimate_flow_ttl {
  letter-spacing: 0.1em;
  padding-bottom: 22.5px;
  margin-bottom: 10px !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .estimate_flow .estimate_flow_ttl {
    padding-bottom: 12.5px;
  }
}
.post_content .estimate_flow .estimate_flow_ttl .swl-format-1 {
  position: relative;
  font-size: 48px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .estimate_flow .estimate_flow_ttl .swl-format-1 {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .estimate_flow .estimate_flow_ttl .swl-format-1 {
    font-size: 24px;
  }
}
.post_content .estimate_flow .estimate_flow_ttl .swl-format-1:after {
  content: "";
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 190.5px;
  height: 22.5px;
  background: url(./img/common/ttl_under.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .estimate_flow .estimate_flow_ttl .swl-format-1:after {
    width: 100px;
    height: 12.5px;
    bottom: -12.5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .post_content .estimate_flow .estimate_flow_img {
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .post_content .estimate_flow .estimate_flow_img img {
    width: 150%;
    max-width: none;
    margin-left: -50%;
  }
}
.post_content .estimate_flow_item .estimate_flow_item_num {
  margin-bottom: -1rem;
  position: relative;
  z-index: 1;
  font-size: 32px;
}
.post_content .estimate_flow_item .estimate_flow_item_ttl {
  margin: 0 0 -1.5rem !important;
}
.post_content .hukidashi_blue {
  position: relative;
  border-radius: 25px;
  padding: 10px 0;
}
.post_content .hukidashi_blue:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #063663;
}
.post_content .hukidashi_blue2 {
  position: relative;
  border-radius: 32px;
  padding: 10px 0;
  width: 560px;
  margin: 0 auto;
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_blue2 {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .hukidashi_blue2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #063663;
}
.post_content .hukidashi_blue3 {
  position: relative;
  border-radius: 30px;
  padding: 16px 0;
}
.post_content .hukidashi_blue3:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #063663;
}
.post_content .hukidashi_right_yellow {
  position: relative;
  border-radius: 75px;
  padding: 2.5rem 3.5rem 3.5rem;
  background: #EACB4B;
}
@media print, screen and (max-width: 1279px) {
  .post_content .hukidashi_right_yellow {
    padding: 2.5rem 2.5rem 3.5rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .hukidashi_right_yellow {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_right_yellow {
    padding: 1.5rem 1rem 1.5rem;
    width: calc(var(--clmn-w) - 0.5rem);
    margin-left: 0.5rem;
    border-radius: 30px;
  }
}
.post_content .hukidashi_right_yellow:before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -40px;
  width: 45px;
  height: 30px;
  background: #EACB4B;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_right_yellow:before {
    left: -20px;
    width: 20px;
    height: 15px;
  }
}
.post_content div > :last-child.hukidashi_right_yellow2 {
  margin: 8px 0 56px !important;
  border-radius: 50px;
  padding: 1.9rem 3.5rem 1.9rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content div > :last-child.hukidashi_right_yellow2 {
    padding: 2.5rem 2.5rem 3.5rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content div > :last-child.hukidashi_right_yellow2 {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content div > :last-child.hukidashi_right_yellow2 {
    padding: 1.5rem 1rem 1.5rem;
    margin: 0 0 10px !important;
  }
}
.post_content div > :last-child.hukidashi_right_yellow2:before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -28px;
  width: 30px;
  height: 20px;
  background: #EACB4B;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.post_content div > :last-child.hukidashi_right_yellow3 {
  position: relative;
  border-radius: 75px;
  padding: 2rem 3.5rem 2.5rem;
  background: #EACB4B;
}
@media print, screen and (max-width: 1279px) {
  .post_content div > :last-child.hukidashi_right_yellow3 {
    padding: 2rem 2.5rem 2.5rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content div > :last-child.hukidashi_right_yellow3 {
    padding: 1.5rem;
    border-radius: 30px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content div > :last-child.hukidashi_right_yellow3 {
    padding: 1.5rem 1rem 1.5rem;
    width: calc(var(--clmn-w) - 0.5rem);
    margin-left: 0.5rem;
    margin-bottom: 10px !important;
  }
}
.post_content div > :last-child.hukidashi_right_yellow3:before {
  content: "";
  position: absolute;
  bottom: 25%;
  left: -50px;
  width: 60px;
  height: 15px;
  background: #EACB4B;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media print, screen and (max-width: 599px) {
  .post_content div > :last-child.hukidashi_right_yellow3:before {
    left: -20px;
    width: 30px;
    height: 10px;
  }
}
.post_content .hukidashi_right_beige {
  background: #FCF8EC;
}
.post_content .hukidashi_right_beige:before {
  background: #FCF8EC;
}
.post_content .hukidashi_left_yellow {
  position: relative;
  border-radius: 50px;
  padding: 3rem;
  background: #EACB4B;
  top: 20px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .hukidashi_left_yellow {
    padding: 2rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .hukidashi_left_yellow {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow {
    padding: 1rem;
    border-radius: 30px;
    margin-bottom: 10px;
    top: 0;
  }
}
.post_content .hukidashi_left_yellow:before {
  content: "";
  position: absolute;
  bottom: 30%;
  right: -28px;
  width: 30px;
  height: 20px;
  background: #EACB4B;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow:before {
    right: -23px;
    width: 25px;
    height: 15px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow_img {
    width: calc(var(--clmn-w) - 0.5rem);
    margin-left: 0.5rem;
  }
}
.post_content .hukidashi_left_yellow2 {
  position: relative;
  border-radius: 50px;
  padding: 3rem;
  background: #EACB4B;
}
@media print, screen and (max-width: 1279px) {
  .post_content .hukidashi_left_yellow2 {
    padding: 2rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .hukidashi_left_yellow2 {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow2 {
    padding: 1rem;
    border-radius: 30px;
  }
}
.post_content .hukidashi_left_yellow2:before {
  content: "";
  position: absolute;
  bottom: 30%;
  right: -26px;
  width: 30px;
  height: 20px;
  background: #EACB4B;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow2:before {
    right: -23px;
    width: 25px;
    height: 15px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_yellow2_spb:before {
    right: -8px;
    width: 10px;
    height: 8px;
  }
}
.post_content .hukidashi_left_theme {
  position: relative;
  border-radius: 50px;
  padding: 3rem 3.5rem;
  background: #B5A25D;
}
@media print, screen and (max-width: 1279px) {
  .post_content .hukidashi_left_theme {
    padding: 2rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .hukidashi_left_theme {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_theme {
    padding: 1rem;
    border-radius: 30px;
  }
}
.post_content .hukidashi_left_theme:before {
  content: "";
  position: absolute;
  bottom: 30%;
  right: -28px;
  width: 30px;
  height: 20px;
  background: #B5A25D;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_left_theme:before {
    right: -23px;
    width: 25px;
    height: 15px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    bottom: 20%;
  }
}
.post_content .hukidashi_white {
  padding: 10px 110px 50px;
  clip-path: polygon(93% 0, 100% 37%, 93% 74%, 54% 74%, 50% 100%, 46% 74%, 7% 74%, 0 37%, 7% 0);
  background: #fff;
  display: table;
  margin: 0 auto;
}
@media print, screen and (max-width: 959px) {
  .post_content .hukidashi_white {
    padding: 10px 110px 40px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_white {
    padding: 10px 0 40px;
    width: 100%;
    max-width: 360px;
  }
}
.post_content .hukidashi_yellow {
  width: 560px;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 32px;
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_yellow {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .hukidashi_yellow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #EACB4B;
  width: 0;
  height: 0;
  background: none;
}
.post_content .hukidashi_yellow2 {
  width: 800px;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 32px;
  position: relative;
  max-width: 100%;
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_yellow2 {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .hukidashi_yellow2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #EACB4B;
  width: 0;
  height: 0;
  background: none;
}
.post_content .hukidashi_yellow3 {
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 32px;
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .post_content .hukidashi_yellow3 {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .hukidashi_yellow3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 13px solid #EACB4B;
  width: 0;
  height: 0;
  background: none;
}
.post_content .ttl_estimate_contact {
  margin-bottom: -1.3rem !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_estimate_contact {
    margin-bottom: -0.8rem !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_estimate_contact {
    margin-bottom: -0.5rem !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_estimate_contact_sub {
    font-size: 20px;
  }
}
.post_content .after_wrap {
  position: relative;
}
.post_content .after_wrap:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 440px;
  height: 470px;
  background: url(./img/estimate/bg_after.png) top left/contain no-repeat;
  z-index: 1;
}
@media print, screen and (max-width: 1919px) {
  .post_content .after_wrap:after {
    left: 10px;
    width: 19vw;
    height: 20vw;
  }
}
.post_content .after_wrap .after_ttl {
  display: inline-block;
  letter-spacing: 0.15em;
}
@media print, screen and (max-width: 959px) {
  .post_content .after_wrap .after_ttl {
    font-size: 20px;
  }
}
.post_content .after_wrap .after_ttl .swl-format-1 {
  padding: 5px 2rem;
  background: #063663;
  margin-bottom: 20px;
  display: inline-block;
}
@media print, screen and (max-width: 959px) {
  .post_content .after_wrap .after_ttl .swl-format-1 {
    padding: 5px 1rem;
    margin-bottom: 10px;
  }
}
.post_content .after_wrap .after_ttl .swl-format-1:last-child {
  margin-bottom: 0;
}
.post_content .after_wrap .after_item_wrap .after_item {
  position: relative;
}
.post_content .after_wrap .after_item_wrap .after_item_text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
}
.post_content .after_wrap .after_item_wrap .after_item_text_wrap a {
  display: block;
  padding: 1.2rem 2.2rem 1.8rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content .after_wrap .after_item_wrap .after_item_text_wrap a {
    padding: 0.8rem 1rem 1rem;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 960px) {
  .post_content .after_wrap .after_item_wrap .after_item_text_wrap a p {
    min-height: 96px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .after_wrap .after_item_wrap .after_item_text_wrap a p {
    font-size: 14px;
  }
}
.post_content .after_wrap .after_item_wrap .after_item_text_wrap .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57px;
  height: 48px;
}
.post_content .after_wrap .after_img img {
  width: 100%;
}
.post_content .top_reform_wrap_estimate {
  margin-top: -22.5rem !important;
}
.post_content .top_reform_wrap_estimate:before {
  clip-path: polygon(50% 0%, 100% 14%, 100% 100%, 0 100%, 0% 14%);
}
@media print, screen and (max-width: 1279px) {
  .post_content .top_reform_wrap_estimate:before {
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0% 10%);
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .top_reform_wrap_estimate:before {
    clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0% 5%);
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .top_reform_wrap_estimate:before {
    clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 0 100%, 0% 2%);
  }
}
.post_content .contact_item_wrap {
  background: #FCF8EC;
  border: 1px solid var(--color_main);
  padding: 3rem 4rem 3.5rem;
  position: relative;
  margin-bottom: 9rem;
}
@media print, screen and (max-width: 959px) {
  .post_content .contact_item_wrap {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .contact_item_wrap {
    padding: 1rem;
  }
}
.post_content .contact_item_wrap:before {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 174px;
  height: 131px;
  background: #FCF8EC;
  border: 1px solid var(--color_main);
  border-radius: 50%;
}
@media print, screen and (max-width: 599px) {
  .post_content .contact_item_wrap:before {
    width: 140px;
  }
}
.post_content .contact_item_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FCF8EC;
}
.post_content .contact_item_wrap .contact_item_num {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 80px;
  width: 172px;
  height: 131px;
  background: #FCF8EC;
  display: block;
  border-radius: 50%;
  padding-top: 6px;
  z-index: 1;
}
@media print, screen and (max-width: 599px) {
  .post_content .contact_item_wrap .contact_item_num {
    font-size: 60px;
    width: 140px;
  }
}
.post_content .contact_item_wrap .contact_item_line_wrap {
  padding: 0.9rem 1.8rem 1rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .contact_item_wrap .contact_item_line_wrap {
    padding: 1rem;
  }
}
.post_content .contact_item_wrap .contact_item_line_wrap .contact_item_line .cap_box_ttl {
  font-size: 16px;
  padding: 7px 35px;
  left: 50%;
  transform: translateX(-50%);
}
.post_content .contact_item_wrap .contact_item_line_wrap .contact_item_line .cap_box_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.post_content .contact_item_wrap .contact_tel_btn .contact_tel_num {
  font-size: 47px;
}
@media print, screen and (max-width: 1199px) {
  .post_content .contact_item_wrap .contact_tel_btn .contact_tel_num {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 1199px) {
  .post_content .contact_item_wrap .contact_tel_btn .contact_tel_time span {
    font-size: 11px !important;
  }
}
@media print, screen and (max-width: 1199px) {
  .post_content .contact_item_wrap .contact_tel_btn .contact_tel_time2 {
    width: 90px !important;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .contact_item_wrap .w85_content {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .contact_item_wrap .contact_item_img img {
    max-height: 270px;
    width: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .contact_item_wrap .contact_item_img img {
    max-height: 60vw;
  }
}
@media print, screen and (max-width: 1279px) and (min-width: 960px) {
  .post_content .contact_btn_wrap .contact_btn_item {
    width: calc(50% - var(--swl-clmn-mrgn--x)) !important;
  }
}
.post_content .contact_btn_wrap .contact_btn_item a {
  height: 100px;
}
.post_content .relative {
  position: relative;
  z-index: 1;
}
.post_content .worries_wrap {
  background: url(./img/painting/painting_bg1.jpg) top center/100% 85% no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .worries_wrap {
    background: url(./img/painting/painting_bg1.jpg) top center/auto 85% no-repeat;
  }
}
@media print, screen and (min-width: 960px) {
  .post_content .worries_wrap .fz56 {
    font-size: 56px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .worries_wrap .worries_ttl_img {
    width: 30%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .worries_wrap .worries_ttl_img {
    margin: 0 auto 0 0;
  }
}
.post_content .painting_yellow_box {
  background: #EACB4B;
  padding: 10px;
  position: relative;
}
.post_content .painting_yellow_box .painting_yellow_box_inner {
  border: 1px solid #fff;
  padding: 70px 1.5rem 70px 2.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_yellow_box .painting_yellow_box_inner {
    padding: 30px 1rem 30px 1rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_yellow_box .painting_yellow_box_inner .fz24 {
    font-size: 15px;
  }
}
.post_content .painting_yellow_box .painting_yellow_box_img {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .painting_yellow_box .painting_yellow_box_img {
    width: 37%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_yellow_box .painting_yellow_box_img {
    width: 30%;
    right: 10px;
  }
}
.post_content .contact_item_wrap_painting {
  background: #fff;
  padding: 1.6rem 1.9rem 2.5rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content .contact_item_wrap_painting {
    padding: 1rem 1rem 1.5rem;
  }
}
.post_content .contact_item_wrap_painting:before {
  width: 116px;
  height: 87px;
  background: #fff;
  top: -40px;
}
.post_content .contact_item_wrap_painting:after {
  background: #fff;
}
.post_content .contact_item_wrap_painting .contact_item_num {
  width: 114px;
  height: 87px;
  background: #fff;
  font-size: 48px;
  top: -39px;
  padding: 0;
}
.post_content .contact_item_wrap_painting .contact_item_ttl .swl-format-1 {
  font-size: 32px;
}
@media print, screen and (max-width: 959px) {
  .post_content .contact_item_wrap_painting .contact_item_ttl .swl-format-1 {
    font-size: 24px;
  }
}
.post_content .cap_theme .cap_box_ttl {
  font-size: 18px;
  padding: 7px 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
}
.post_content .cap_theme .cap_box_content {
  padding: 1.7rem 1rem 0.9rem;
}
.post_content .cap_theme2 .cap_box_ttl {
  font-size: 18px;
  padding: 7px 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
}
.post_content .cap_theme2 .cap_box_content {
  padding: 2rem 1.5rem 1.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .cap_theme2 .cap_box_content {
    padding: 2rem 1rem 1.5rem;
  }
}
.post_content .cap_theme3 .cap_box_ttl {
  font-size: 18px;
  padding: 7px 25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
}
.post_content .cap_theme3 .cap_box_content {
  padding: 2rem 1.5rem 1.5rem;
  height: 145px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 959px) {
  .post_content .cap_theme3 .cap_box_content {
    padding: 2rem 1rem 1.5rem;
    height: 220px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .cap_theme3 .cap_box_content {
    height: auto;
  }
}
.post_content .painting_check_wrap .fz37 {
  font-size: 37px;
}
.post_content .painting_check_wrap .fz48 {
  font-size: 48px;
}
.post_content .painting_check_wrap .painting_check_num_wrap {
  width: 50px;
}
.post_content .painting_check_wrap .painting_check_ttl {
  width: calc(100% - 50px);
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_check_wrap .painting_check_ttl {
    padding-left: 1rem;
    text-align-last: left;
  }
}
.post_content .painting_check_wrap_repair .fz48 {
  font-size: 48px;
}
.post_content .painting_check_wrap_repair .painting_check_num_wrap {
  width: 80px;
}
.post_content .painting_check_wrap_repair .painting_check_ttl {
  width: calc(100% - 80px);
}
.post_content .after_item_wrap_painting .after_item_text_wrap {
  padding: 0.8rem 1.5rem 1.2rem;
}
.post_content .after_item_wrap_painting a {
  padding: 6px !important;
  margin: 0 auto;
}
.post_content .table_painting th, .post_content .table_painting td {
  border: 1px solid #333;
  padding: 1rem 1.5rem;
  line-height: 1.4;
  vertical-align: middle;
}
@media print, screen and (max-width: 599px) {
  .post_content .table_painting th, .post_content .table_painting td {
    padding: 0.5rem;
  }
}
.post_content .table_painting th:first-child,
.post_content .table_painting .fz24 {
  font-size: 24px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .table_painting th:first-child,
  .post_content .table_painting .fz24 {
    font-size: 18px;
  }
}
.post_content .table_painting tr:nth-child(1) th:nth-child(2),
.post_content .table_painting tr:nth-child(1) th:nth-child(3),
.post_content .table_painting tr:nth-child(1) th:nth-child(4),
.post_content .table_painting tr:nth-child(1) td:nth-child(2),
.post_content .table_painting tr:nth-child(1) td:nth-child(3),
.post_content .table_painting tr:nth-child(1) td:nth-child(4), .post_content .table_painting tr:nth-child(2) th:nth-child(2),
.post_content .table_painting tr:nth-child(2) th:nth-child(3),
.post_content .table_painting tr:nth-child(2) th:nth-child(4),
.post_content .table_painting tr:nth-child(2) td:nth-child(2),
.post_content .table_painting tr:nth-child(2) td:nth-child(3),
.post_content .table_painting tr:nth-child(2) td:nth-child(4), .post_content .table_painting tr:nth-child(3) th:nth-child(2),
.post_content .table_painting tr:nth-child(3) th:nth-child(3),
.post_content .table_painting tr:nth-child(3) th:nth-child(4),
.post_content .table_painting tr:nth-child(3) td:nth-child(2),
.post_content .table_painting tr:nth-child(3) td:nth-child(3),
.post_content .table_painting tr:nth-child(3) td:nth-child(4) {
  text-align: center;
  font-size: 32px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .table_painting tr:nth-child(1) th:nth-child(2),
  .post_content .table_painting tr:nth-child(1) th:nth-child(3),
  .post_content .table_painting tr:nth-child(1) th:nth-child(4),
  .post_content .table_painting tr:nth-child(1) td:nth-child(2),
  .post_content .table_painting tr:nth-child(1) td:nth-child(3),
  .post_content .table_painting tr:nth-child(1) td:nth-child(4), .post_content .table_painting tr:nth-child(2) th:nth-child(2),
  .post_content .table_painting tr:nth-child(2) th:nth-child(3),
  .post_content .table_painting tr:nth-child(2) th:nth-child(4),
  .post_content .table_painting tr:nth-child(2) td:nth-child(2),
  .post_content .table_painting tr:nth-child(2) td:nth-child(3),
  .post_content .table_painting tr:nth-child(2) td:nth-child(4), .post_content .table_painting tr:nth-child(3) th:nth-child(2),
  .post_content .table_painting tr:nth-child(3) th:nth-child(3),
  .post_content .table_painting tr:nth-child(3) th:nth-child(4),
  .post_content .table_painting tr:nth-child(3) td:nth-child(2),
  .post_content .table_painting tr:nth-child(3) td:nth-child(3),
  .post_content .table_painting tr:nth-child(3) td:nth-child(4) {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .table_painting tr:nth-child(1) th:nth-child(2),
  .post_content .table_painting tr:nth-child(1) th:nth-child(3),
  .post_content .table_painting tr:nth-child(1) th:nth-child(4),
  .post_content .table_painting tr:nth-child(1) td:nth-child(2),
  .post_content .table_painting tr:nth-child(1) td:nth-child(3),
  .post_content .table_painting tr:nth-child(1) td:nth-child(4), .post_content .table_painting tr:nth-child(2) th:nth-child(2),
  .post_content .table_painting tr:nth-child(2) th:nth-child(3),
  .post_content .table_painting tr:nth-child(2) th:nth-child(4),
  .post_content .table_painting tr:nth-child(2) td:nth-child(2),
  .post_content .table_painting tr:nth-child(2) td:nth-child(3),
  .post_content .table_painting tr:nth-child(2) td:nth-child(4), .post_content .table_painting tr:nth-child(3) th:nth-child(2),
  .post_content .table_painting tr:nth-child(3) th:nth-child(3),
  .post_content .table_painting tr:nth-child(3) th:nth-child(4),
  .post_content .table_painting tr:nth-child(3) td:nth-child(2),
  .post_content .table_painting tr:nth-child(3) td:nth-child(3),
  .post_content .table_painting tr:nth-child(3) td:nth-child(4) {
    font-size: 20px;
  }
}
.post_content .table_painting tr:nth-child(4) td {
  text-align: center;
}
.post_content .table_painting tr:nth-child(5) td:nth-child(2),
.post_content .table_painting tr:nth-child(5) td:nth-child(3),
.post_content .table_painting tr:nth-child(5) td:nth-child(4), .post_content .table_painting tr:nth-child(6) td:nth-child(2),
.post_content .table_painting tr:nth-child(6) td:nth-child(3),
.post_content .table_painting tr:nth-child(6) td:nth-child(4) {
  font-size: 18px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .table_painting tr:nth-child(5) td:nth-child(2),
  .post_content .table_painting tr:nth-child(5) td:nth-child(3),
  .post_content .table_painting tr:nth-child(5) td:nth-child(4), .post_content .table_painting tr:nth-child(6) td:nth-child(2),
  .post_content .table_painting tr:nth-child(6) td:nth-child(3),
  .post_content .table_painting tr:nth-child(6) td:nth-child(4) {
    font-size: 16px;
  }
}
.post_content .table_painting tr th:nth-child(1) {
  width: 17%;
}
.post_content .table_painting tr th:nth-child(2),
.post_content .table_painting tr th:nth-child(3),
.post_content .table_painting tr th:nth-child(4) {
  width: 27.6666%;
}
.post_content .painting_merit {
  background: url(./img/painting/bg_painting_merit_l.png) top left/auto 100% no-repeat, url(./img/painting/bg_painting_merit_r.png) top right/auto 100% no-repeat;
}
.post_content .painting_merit .painting_merit_staff_ttl {
  display: inline-block;
  letter-spacing: 0.22em;
}
@media print, screen and (max-width: 1279px) {
  .post_content .painting_merit .painting_merit_staff_ttl {
    font-size: 42px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_merit .painting_merit_staff_ttl {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_merit .painting_merit_staff_ttl {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.post_content .painting_merit .painting_merit_staff_ttl .swl-format-1 {
  padding: 5px 2.7rem;
  background: #063663;
  margin-bottom: 20px;
  display: inline-block;
  white-space: nowrap;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_merit .painting_merit_staff_ttl .swl-format-1 {
    padding: 5px 1rem;
    margin-bottom: 10px;
  }
}
.post_content .painting_merit .painting_merit_staff_ttl .swl-format-1:last-child {
  margin-bottom: 0;
}
.post_content .painting_merit .painting_merit_staff_ttl .swl-inline-color {
  position: relative;
}
.post_content .painting_merit .painting_merit_staff_ttl .swl-inline-color:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 50px;
  height: 77px;
  background: url(./img/painting/painting_img22.png) center center/contain no-repeat;
}
.post_content .painting_merit .painting_merit_staff_ttl .swl-inline-color:after {
  content: "";
  position: absolute;
  top: -30px;
  right: -40px;
  width: 43px;
  height: 50px;
  background: url(./img/painting/painting_img39.png) center center/contain no-repeat;
}
.post_content .painting_merit .painting_merit_staff_img_wrap {
  width: 27%;
  margin-left: -8%;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_merit .painting_merit_staff_img_wrap {
    margin-left: -2%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_merit .painting_merit_staff_img_wrap {
    margin: 1rem 0 0 auto;
  }
}
.post_content .painting_choice_bg {
  position: relative;
}
.post_content .painting_choice_bg:before {
  content: "";
  position: absolute;
  width: 666px;
  height: 374px;
  top: 0;
  right: 0;
  background: url(./img/painting/painting_choice_bg.png) top right/contain no-repeat;
}
@media print, screen and (max-width: 1919px) {
  .post_content .painting_choice_bg:before {
    width: 35%;
  }
}
.post_content .painting_choice_wrap {
  width: calc(100vw - (50vw - 600px));
}
@media print, screen and (max-width: 1279px) {
  .post_content .painting_choice_wrap {
    width: calc(100vw - 32px);
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap {
    width: 96vw;
  }
}
.post_content .painting_choice_wrap .painting_choice_ttl_wrap {
  width: 100%;
  margin-left: -64%;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_choice_wrap .painting_choice_ttl_wrap {
    margin-left: 0;
    padding: 0 4vw;
  }
}
.post_content .painting_choice_wrap .painting_choice_ttl {
  letter-spacing: 0.09em;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap .painting_choice_ttl {
    font-size: 20px;
  }
}
.post_content .painting_choice_wrap .painting_choice_ttl .swl-format-1 {
  padding: 5px 2rem;
  background: #063663;
  margin-bottom: 20px;
  display: inline-block;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap .painting_choice_ttl .swl-format-1 {
    padding: 5px 1rem;
    margin-bottom: 10px;
  }
}
.post_content .painting_choice_wrap .painting_choice_ttl .swl-format-1:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap .painting_choice_text {
    width: 48%;
  }
}
@media print, screen and (max-width: 959px) and (max-width: 599px) {
  .post_content .painting_choice_wrap .painting_choice_text {
    width: 100%;
  }
}
.post_content .commitment_wrap {
  border: 2px solid #fff;
  padding: 0 5rem 4rem;
}
@media print, screen and (max-width: 959px) {
  .post_content .commitment_wrap {
    padding: 0 1rem 1rem;
  }
}
.post_content .commitment_wrap .commitment_ttl {
  margin-top: -1.5rem !important;
  padding: 0 2rem;
  background: #C6B885;
  display: table;
  margin: 0 auto;
}
@media print, screen and (max-width: 599px) {
  .post_content .commitment_wrap .commitment_ttl {
    margin-top: -2.5rem !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .commitment_wrap .commitment_item {
    flex-wrap: wrap;
  }
}
.post_content .commitment_wrap .commitment_mark {
  background: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .commitment_wrap .commitment_mark {
    margin: 0 auto;
  }
}
.post_content .commitment_wrap .commitment_text {
  width: calc(100% - 150px - 2.5rem);
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 599px) {
  .post_content .commitment_wrap .commitment_text {
    width: 100%;
    margin-top: 1rem;
  }
}
.post_content .painting_acordion .swell-block-accordion__title {
  background: #063663;
  padding: 1.6rem 1rem 1.6rem 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_acordion .swell-block-accordion__title {
    padding: 1rem;
  }
}
.post_content .painting_acordion .swell-block-accordion__label {
  order: 1;
  padding: 0 0 0 2.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_acordion .swell-block-accordion__label {
    padding-left: 1rem;
  }
}
.post_content .painting_acordion .icon-arrow_drop_down:before,
.post_content .painting_acordion .icon-caret-down:before,
.post_content .painting_acordion .icon-arrow_drop_up:before,
.post_content .painting_acordion .icon-caret-up:before {
  content: "";
  width: 22px;
  height: 19px;
  display: block;
  background: #EACB4B;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_acordion .icon-arrow_drop_down:before,
  .post_content .painting_acordion .icon-caret-down:before,
  .post_content .painting_acordion .icon-arrow_drop_up:before,
  .post_content .painting_acordion .icon-caret-up:before {
    width: 16px;
    height: 12px;
  }
}
.post_content .painting_acordion .swell-block-accordion__body {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 2.5rem;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_acordion .swell-block-accordion__body {
    padding: 1rem;
  }
}
.post_content .painting_acordion .c-switchIconBtn .__icon--closed {
  transform: scale(1) rotate(-90deg);
}
.post_content .painting_acordion .c-switchIconBtn[data-opened=true] > .__icon--closed {
  transform: scale(1) rotate(0);
}
.post_content .painting_acordion .c-switchIconBtn .__icon--opened {
  transform: scale(1) rotate(-90deg);
}
.post_content .painting_acordion .c-switchIconBtn[data-opened=true] > .__icon--opened {
  transform: scale(1) rotate(0);
}
.post_content .painting_acordion .swell-block-accordion__item {
  margin-bottom: 2rem !important;
}
.post_content .after_wrap_service:after {
  content: none;
}
.post_content .after_wrap_service .after_ttl_wrap {
  position: relative;
}
.post_content .after_wrap_service .after_ttl {
  letter-spacing: 0.13em;
}
.post_content .after_wrap_service .after_top_wrap_support_img {
  position: absolute;
  top: -50px;
  right: 39%;
}
@media print, screen and (max-width: 1919px) {
  .post_content .after_wrap_service .after_top_wrap_support_img {
    top: 0px;
    right: 36%;
    width: 20%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .after_wrap_service .after_top_wrap_support_img {
    top: -45px;
    right: 0%;
    width: 40%;
  }
}
.post_content .after_wrap_service .after_ttl_wrap {
  margin-right: -64%;
  width: 100%;
  padding-top: 130px;
}
@media print, screen and (max-width: 959px) {
  .post_content .after_wrap_service .after_ttl_wrap {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .after_wrap_service p {
    padding-right: 4vw;
  }
}
.post_content .faq_crimson .faq_q:before,
.post_content .faq_crimson .faq_a:before {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 16px;
}
.post_content .swell-block-faq .faq_q {
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  .post_content .swell-block-faq .faq_q {
    font-size: 16px;
  }
}
.post_content .painting_tel_wrap .fz50 {
  font-size: 50px;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_tel_wrap .fz50 {
    font-size: 46px;
  }
}
.post_content .ttl_sns .swl-format-1 {
  font-size: 72px;
  line-height: 1;
}
.post_content .ttl_sns .swl-format-1:nth-child(2) {
  color: #F0118B;
}
.post_content .ttl_sns .swl-format-1:nth-child(3) {
  color: #FE8B4B;
}
.post_content .ttl_sns .swl-format-1:nth-child(4) {
  color: #773EC2;
}
@media print, screen and (max-width: 959px) {
  .post_content .ttl_sns .swl-format-1 {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .ttl_sns .swl-format-1 {
    font-size: 40px;
  }
}
.post_content .sec_promise_ttl_wrap_painting {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_promise_ttl_wrap_painting {
    width: 85%;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_sns_ttl_img {
    width: 30%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_sns_ttl_img {
    width: 50%;
    margin: 0 auto 0 0;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_sns_img {
    width: 30%;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_sns_img {
    width: 20%;
  }
}
.post_content .repair_risk_wrap {
  padding: 3rem 6.7rem 5rem;
  position: relative;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_risk_wrap {
    padding: 3rem 3rem 2.5rem;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .repair_risk_wrap {
    padding: 3rem 1.5rem 2rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_risk_wrap {
    padding: 3rem 1rem 1.5rem;
  }
}
.post_content .repair_risk_wrap .hukidashi_yellow_wrap {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_risk_wrap .hukidashi_yellow_wrap {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .table_repair th, .post_content .table_repair td {
  border: 1px solid #333;
}
.post_content .table_repair th {
  vertical-align: middle;
  text-align: center;
}
.post_content .table_repair th:nth-child(1), .post_content .table_repair th:nth-child(3), .post_content .table_repair th:nth-child(4) {
  width: 17%;
}
.post_content .table_repair th:nth-child(2) {
  width: 49%;
}
.post_content .repair_support_wrap .repair_support_text {
  width: 65%;
  margin-right: -9%;
  padding-left: calc(50vw - 600px);
  padding-right: 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 2.5rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support_wrap .repair_support_text {
    padding: 2rem 10% 2rem 48px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .repair_support_wrap .repair_support_text {
    padding: 2rem 10% 2rem 4vw;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support_wrap .repair_support_text {
    padding: 2rem 4vw 2rem 4vw;
    width: calc(100% - 4vw);
    margin-right: -92%;
    top: 0;
    margin-top: 46vw !important;
  }
}
.post_content .repair_support_wrap .repair_support_img {
  position: relative;
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support_wrap .repair_support_img {
    width: calc(100% - 4vw);
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap .swell-block-columns__inner {
    margin-left: 0 !important;
  }
}
.post_content .repair_support2_wrap .repair_support2_item {
  position: relative;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap .repair_support2_item {
    width: 560px;
    margin: 0 auto !important;
  }
}
.post_content .repair_support2_wrap .repair_support2_item_text_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 232px;
  background: rgba(51, 51, 51, 0.8);
  padding: 20px 40px 25px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap .repair_support2_item_text_wrap {
    height: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap .repair_support2_item_text_wrap {
    padding: 1rem;
    position: relative;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_waterproofing .repair_support2_item {
    width: 384px;
  }
}
.post_content .repair_support2_wrap_waterproofing .repair_support2_item_text_wrap {
  padding: 28px 28px 25px;
  height: 320px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_waterproofing .repair_support2_item_text_wrap {
    height: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_waterproofing .repair_support2_item_text_wrap {
    padding: 1rem;
    position: absolute;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_exterior .repair_support2_item {
    width: 384px;
  }
}
.post_content .repair_support2_wrap_exterior .repair_support2_item_text_wrap {
  padding: 28px 28px 25px;
  height: 260px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_exterior .repair_support2_item_text_wrap {
    height: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_exterior .repair_support2_item_text_wrap {
    padding: 1rem;
    position: absolute;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_exterior2 .repair_support2_item {
    width: 384px;
  }
}
.post_content .repair_support2_wrap_exterior2 .repair_support2_item_text_wrap {
  padding: 28px 28px 25px;
  height: 160px;
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_exterior2 .repair_support2_item_text_wrap {
    height: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_exterior2 .repair_support2_item_text_wrap {
    padding: 1rem;
    position: absolute;
  }
}
.post_content table {
  border-collapse: collapse;
}
.post_content .table_exterior th, .post_content .table_exterior td {
  border: 1px solid #333;
  vertical-align: middle;
}
.post_content .table_exterior th {
  width: 21%;
  text-align: center;
}
.post_content .table_exterior th:first-child {
  width: 16%;
}
@media print, screen and (max-width: 959px) and (min-width: 600px) {
  .post_content .top_voice_box_title_exterior {
    width: 80%;
    margin: -4.3rem auto 0 !important;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_sealing .repair_support2_item {
    width: 384px;
  }
}
.post_content .repair_support2_wrap_sealing .repair_support2_item_text_wrap {
  height: auto;
  padding: 22px 30px 40px;
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_sealing .repair_support2_item_text_wrap {
    padding: 1rem;
    position: absolute;
  }
}
.post_content .after_top_wrap_sealing .after_ttl_wrap {
  margin-right: -61%;
}
.post_content .estimate_flow_item_sealing .estimate_flow_item_ttl {
  margin-bottom: -3rem !important;
}
.post_content .table_cover td, .post_content .table_cover th {
  border: 1px solid #333;
  vertical-align: middle;
  padding: 10px 12px;
}
.post_content .table_cover th {
  background: #F0F0F0;
  width: 17% !important;
}
.post_content .table_cover2 td, .post_content .table_cover2 th {
  border: 1px solid #333;
  vertical-align: middle;
  padding: 14px 16px;
  height: 80px;
}
@media print, screen and (max-width: 599px) {
  .post_content .table_cover2 td, .post_content .table_cover2 th {
    height: auto;
  }
}
.post_content .table_cover2 th {
  font-size: 24px;
}
@media print, screen and (max-width: 959px) {
  .post_content .table_cover2 th {
    font-size: 18px;
  }
}
.post_content .table_cover2 th:nth-child(1) {
  width: 28%;
}
.post_content .table_cover2 th:nth-child(2) {
  text-align: center;
}
.post_content .table_cover2 th:nth-child(2), .post_content .table_cover2 th:nth-child(3), .post_content .table_cover2 th:nth-child(4) {
  width: 24%;
}
.post_content .table_cover2 td {
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  .post_content .table_cover2 td {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_cover .repair_support2_item {
    width: 560px;
  }
}
.post_content .repair_support2_wrap_cover .repair_support2_item_text_wrap {
  height: auto;
  padding: 22px 35px 40px;
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_cover .repair_support2_item_text_wrap {
    padding: 1rem;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_raingutter .repair_support2_item {
    width: 384px;
  }
}
.post_content .repair_support2_wrap_raingutter .repair_support2_item_text_wrap {
  height: 340px;
  padding: 40px 28px 30px;
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_raingutter .repair_support2_item_text_wrap {
    padding: 2rem 1rem;
    height: auto;
    position: absolute;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .repair_support2_wrap_sheetmetal .repair_support2_item {
    width: 580px;
  }
}
.post_content .repair_support2_wrap_sheetmetal .repair_support2_item_text_wrap {
  height: 265px;
  padding: 16px 46px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (max-width: 599px) {
  .post_content .repair_support2_wrap_sheetmetal .repair_support2_item_text_wrap {
    padding: 1rem;
    height: auto;
  }
}
.post_content .leakage_btn_wrap a {
  background: linear-gradient(#c12b2d 0%, #801e20 100%);
  border: 4px solid #fff;
  display: block;
  border-radius: 10px;
  position: relative;
  height: 80px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 599px) {
  .post_content .leakage_btn_wrap a {
    height: 60px;
    border: 2px solid #fff;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .leakage_btn_wrap a img {
    max-height: 32px;
    max-width: 30px;
    width: auto !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .leakage_btn_wrap a .fz32 {
    font-size: 18px;
  }
  .post_content .leakage_btn_wrap a .fzsp16 {
    font-size: 16px;
  }
}
.post_content .leakage_btn_wrap .sec_contact_item_arrow {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 1279px) {
  .post_content .leakage_btn_wrap .sec_contact_item_arrow {
    width: 6%;
  }
}
.post_content .leakage_btn_wrap .sec_contact_item_arrow img {
  display: block;
}
@media print, screen and (max-width: 1279px) and (min-width: 960px) {
  .post_content .top_reform_box_leakage .swell-block-columns__inner {
    max-width: calc((282px + 1.5em) * 2);
    margin: 0 auto;
  }
}
.post_content .top_reform_box_leakage .top_reform_item {
  margin-top: 0 !important;
}
@media print, screen and (max-width: 1279px) and (min-width: 960px) {
  .post_content .top_reform_box_leakage .top_reform_item {
    width: 282px;
  }
}
.post_content .top_reform_box_leakage .top_reform_title {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  writing-mode: inherit;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0.7rem;
  min-height: 80px;
}
@media print, screen and (max-width: 599px) {
  .post_content .top_reform_box_leakage .top_reform_title {
    min-height: 65px;
  }
}
.post_content .top_reform_box_leakage .top_reform_text_wrap {
  padding: 25px 12px;
  height: 90px;
}
.post_content .after_wrap_leakage:after {
  top: -50px;
  left: calc(50vw - 600px - 100px);
  width: 360px;
  height: 350px;
  background: url(/wp-content/uploads/2024/10/leakage_fv_l.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 1279px) {
  .post_content .after_wrap_leakage:after {
    left: 2vw;
    width: 20%;
    height: 20vw;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .after_wrap_leakage:after {
    width: 40%;
    height: 37vw;
  }
}
.post_content .after_wrap_leakage .after_ttl {
  padding-top: 130px;
}
@media print, screen and (max-width: 959px) {
  .post_content .after_wrap_leakage .after_ttl {
    padding-top: 20px;
  }
}
.post_content .painting_merit_leakage {
  position: relative;
  background: url(./img/leakage/leakage_plan_bg_l.jpg) top left/auto 100% no-repeat, url(./img/leakage/leakage_plan_bg_r.jpg) top right/auto 100% no-repeat;
}
.post_content .painting_merit_leakage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 100%;
  background: #fff;
}
@media print, screen and (max-width: 1279px) {
  .post_content .painting_merit_leakage:before {
    width: 70%;
  }
}
.post_content .painting_merit_leakage .painting_merit_staff_ttl {
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_merit_leakage .painting_merit_staff_ttl {
    font-size: 20px;
  }
}
.post_content .painting_merit_leakage .painting_merit_staff_ttl .swl-inline-color:before {
  left: -50px;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_merit_leakage .painting_merit_staff_ttl .swl-inline-color:before {
    width: 40px;
    height: 67px;
    left: -40px;
  }
}
.post_content .painting_merit_leakage .painting_merit_staff_ttl .swl-inline-color:after {
  content: none;
}
.post_content .leakage_cap_box .cap_box_content {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content .painting_choice_wrap_leakage {
  position: relative;
}
.post_content .painting_choice_wrap_leakage:before {
  content: "";
  position: absolute;
  top: -188px;
  right: -200px;
  width: 443px;
  height: 438px;
  background: url(./img/leakage/painting_choice_bg_leakage.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 1919px) {
  .post_content .painting_choice_wrap_leakage:before {
    width: 29%;
    height: 23vw;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .painting_choice_wrap_leakage:before {
    width: 21%;
    height: 20vw;
    right: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap_leakage:before {
    top: -130px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_choice_wrap_leakage:before {
    width: 35%;
    height: 33vw;
    top: -130px;
  }
}
.post_content .painting_choice_wrap_leakage .painting_choice_ttl {
  margin-right: 160px !important;
  margin-top: 1rem !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap_leakage .painting_choice_ttl {
    margin-right: 0 !important;
  }
}
.post_content .painting_choice_wrap_leakage .painting_choice_text {
  width: 653px;
  background: #fff;
  padding: 1rem 1.5rem;
  max-width: 100%;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap_leakage .painting_choice_text {
    padding: 1rem;
    margin: 0 0 0 4vw !important;
    width: calc(100% - 4vw);
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_choice_wrap_leakage .painting_choice_text {
    margin: 0 !important;
    width: 100% !important;
  }
}
.post_content .sec_promise_leakage .sec_promise_box:before {
  background: rgba(206, 215, 185, 0.5);
}
.post_content .sec_promise_leakage .sec_promise_box::after {
  background: url(./img/leakage/top_promise_leakage_bg.png) top left/100% auto no-repeat;
}
.post_content .sec_promise_leakage .sec_promise_text {
  margin: 0 auto;
  width: 75%;
}
@media print, screen and (max-width: 959px) {
  .post_content .sec_promise_leakage .sec_promise_text {
    width: 85%;
  }
}
.post_content .sec_promise_leakage .top_reform_text_wrap {
  height: 380px;
  padding: 2.2rem 8rem 2.2rem 3rem;
}
@media print, screen and (max-width: 1279px) {
  .post_content .sec_promise_leakage .top_reform_text_wrap {
    height: auto;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .sec_promise_leakage .top_reform_text_wrap {
    padding: 1.5rem;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .sec_promise_leakage .top_reform_text_wrap {
    padding: 1rem;
    position: relative;
  }
}
.post_content .sec_promise_leakage .top_reform_box .swell-block-columns__inner {
  justify-content: center;
}
@media print, screen and (max-width: 1279px) {
  .post_content .sec_promise_leakage .top_reform_item {
    width: 580px;
  }
}
.post_content .sec_promise_leakage .ttl_bar {
  justify-content: flex-start;
  margin-left: 12.5%;
}
@media print, screen and (max-width: 959px) {
  .post_content .sec_promise_leakage .ttl_bar {
    margin-left: 0%;
    justify-content: center;
    text-align: center;
  }
}
.post_content .sec_promise_leakage .sec_promise_leakage_hukidashi {
  width: 75%;
  margin: 0 auto;
}
@media print, screen and (max-width: 959px) {
  .post_content .sec_promise_leakage .sec_promise_leakage_hukidashi {
    width: 85%;
  }
}
@media (max-width: 959px) {
  .post_content .top_reform_wrap_leakage:before {
    clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0% 5%);
  }
}
@media (max-width: 959px) {
  .post_content .window_sash {
    --swl-clmn-mrgn--x: 2.5rem !important;
  }
}
@media (max-width: 1279px) {
  .post_content .window_support_wrap {
    --swl-clmn-mrgn--x: 2.5rem !important;
  }
}
.post_content .window_support_wrap .window_support_item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .post_content .top_area_wrap_about .bg_top1 {
    padding-bottom: 0;
  }
}
.post_content .top_area_wrap_about .bg_top1:before {
  height: calc(100% - 7rem);
}
@media (max-width: 1279px) {
  .post_content .top_area_wrap_about .bg_top1:before {
    height: calc(100% - 5rem);
  }
}
@media (max-width: 599px) {
  .post_content .top_area_wrap_about .bg_top1:before {
    height: 100%;
  }
}
@media (max-width: 599px) {
  .post_content .estimate_flow_about .estimate_flow_ttl {
    margin-bottom: 0 !important;
  }
}
.post_content .estimate_flow_about .estimate_flow_ttl .swl-format-1:after {
  bottom: -16px;
  width: 245px;
  background: url(./img/common/ttl_under2.png) top left/contain no-repeat;
}
@media print, screen and (max-width: 959px) {
  .post_content .estimate_flow_about .estimate_flow_ttl .swl-format-1:after {
    width: 122.5px;
  }
}
.post_content .about_reform_wrap {
  width: calc(100% + 40px + 34px);
  margin-left: -74px;
}
@media (max-width: 959px) {
  .post_content .about_reform_wrap {
    width: calc(100% + 4vw + 34px);
    margin-left: calc(-4vw - 34px);
  }
}
@media (max-width: 599px) {
  .post_content .about_reform_wrap {
    width: 100%;
    margin-left: 0;
  }
}
.post_content .about_reform_wrap .about_reform_img {
  position: relative;
  bottom: -40px;
}
@media (max-width: 599px) {
  .post_content .about_reform_wrap .about_reform_img {
    bottom: 0;
  }
}
.post_content .about_table_item {
  margin-bottom: 10px;
  border: 1px solid #76621A;
}
@media print, screen and (max-width: 959px) {
  .post_content .about_table_item {
    margin-bottom: 6px;
  }
}
.post_content .about_table_item .about_table_item_ttl {
  width: 17%;
  background: #FCF8EC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media print, screen and (max-width: 959px) {
  .post_content .about_table_item .about_table_item_ttl {
    width: 25%;
    padding: 0.5rem;
  }
}
.post_content .about_table_item .about_table_item_text {
  width: 83%;
  border-left: 1px solid #76621A;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 959px) {
  .post_content .about_table_item .about_table_item_text {
    width: 75%;
    padding: 0.5rem;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .about_sns_wrap {
    --swl-clmn-mrgn--x: 2rem !important;
  }
}
.post_content .about_sns_wrap .about_sns_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post_content .about_sns_wrap .btn_red2 {
  margin-top: auto !important;
  width: 100%;
}
.post_content .top_reform_box_about .swell-block-columns__inner {
  justify-content: center;
}
.post_content .top_reform_box_about .top_reform_text_wrap {
  height: 232px;
  padding: 2rem 1.8rem 2rem;
}
@media print, screen and (max-width: 959px) {
  .post_content .top_reform_box_about .top_reform_text_wrap {
    padding: 1.5rem;
    height: auto;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .top_reform_box_about .top_reform_text_wrap {
    padding: 1rem;
    position: absolute;
  }
}
@media print, screen and (max-width: 1279px) {
  .post_content .top_reform_box_about .top_reform_item {
    width: 384px;
  }
}
.post_content .paint_husso_ttl {
  height: 50.38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 599px) {
  .post_content .paint_husso_ttl {
    height: auto;
  }
}
.post_content .table_paint th, .post_content .table_paint td {
  padding: 1.5rem 1rem;
  font-size: 24px;
  border: 1px solid var(--color_main);
  line-height: 1.4;
}
@media print, screen and (max-width: 959px) {
  .post_content .table_paint th, .post_content .table_paint td {
    font-size: 16px;
    padding: 0.5rem;
  }
}
.post_content .table_paint tr:nth-child(1) th:nth-child(1) {
  background: #fff !important;
}
.post_content .table_paint tr:nth-child(1) th:nth-child(2) {
  background: #ebd783;
}
.post_content .table_paint tr:nth-child(1) th:nth-child(3) {
  background: rgba(235, 215, 131, 0.5);
}
.post_content .table_paint tr:nth-child(1) th:nth-child(4) {
  background: rgba(235, 215, 131, 0.25);
}
.post_content .table_paint tr:nth-child(1) th:nth-child(5) {
  background: #fff;
}
.post_content .table_paint th {
  font-weight: bold;
}
.post_content .table_paint th:nth-child(1) {
  text-align: center;
  background: #fcf8ec;
  color: var(--color_main);
  width: 16%;
}
.post_content .table_paint th:nth-child(n+1) {
  width: 21%;
}
.post_content .table_paint2 th:nth-child(1) {
  width: 19%;
}
.post_content .table_paint2 th:nth-child(n+1) {
  width: 27%;
}
.post_content .painting_choice_wrap_paint .painting_choice_ttl {
  margin: 120px 210px 36px auto !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .painting_choice_wrap_paint .painting_choice_ttl {
    margin: 1rem 0 1rem auto !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_choice_wrap_paint .painting_choice_ttl {
    margin: 0 0 1rem !important;
  }
}
.post_content .painting_choice_wrap_paint .painting_choice_paint .swell-block-columns__inner {
  justify-content: flex-end;
}
@media print, screen and (max-width: 599px) {
  .post_content .painting_choice_wrap_paint .painting_choice_paint .swell-block-columns__inner {
    justify-content: flex-start;
  }
}
.post_content .sitemap_content a {
  color: inherit;
  text-decoration: none;
}
.post_content .sitemap_content li {
  line-height: 2;
}
.post_content .contact_step .fz20 .swell-block-step__title {
  font-size: 20px !important;
}
.post_content .case_search {
  margin-bottom: 5em !important;
}
.post_content .case_search form .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1rem;
  display: block;
}
@media print, screen and (max-width: 959px) {
  .post_content .case_search form .ttl {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .case_search form .ttl {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.post_content .case_search form .select {
  position: relative;
}
.post_content .case_search form .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 47%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.post_content .case_search form select,
.post_content .case_search form input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 18px;
  padding: 7px 10px;
  background: #fff;
  outline: none;
  border: 1px solid #333;
}
@media print, screen and (max-width: 599px) {
  .post_content .case_search form select,
  .post_content .case_search form input[type=text] {
    font-size: 14px;
  }
}
.post_content .case_search form input[type=submit] {
  width: 360px;
  padding: 9px 15px;
  background: #063663;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem !important;
  display: block;
}
.post_content .case_search form input[type=submit]:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 599px) {
  .post_content .case_search form input[type=submit] {
    width: 70%;
    padding: 7px 10px;
  }
}
.post_content .case_search form .submit {
  position: relative;
}
.post_content .case_search form .submit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 6px;
  transform: translateY(-50%);
  pointer-events: none;
  background: url(/wp-content/uploads/2024/10/sec_contact_arrow_w.png) top left/contain no-repeat;
}
.post_content .mb6em {
  margin-bottom: 6em !important;
}
.post_content .case_archive .case_items {
  display: block;
}
.post_content .case_archive .case_item {
  width: 100%;
  padding: 2.5em 0;
}
.post_content .case_archive .case_item:first-child {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .post_content .case_archive .case_item .item7 {
    margin-top: -5px;
  }
}
.post_content .case_archive .case_item .before_img,
.post_content .case_archive .case_item .after_img {
  margin-bottom: 10px !important;
}
.post_content .case_archive .case_item .before_img {
  position: relative;
}
.post_content .case_archive .case_item .before_img .situation {
  position: absolute;
  left: 0;
  top: 0;
  background: #FACD38;
  color: #333;
  z-index: 20;
  font-weight: bold;
  padding: 2px 6px 2px 8px;
  font-size: 15px;
}
.post_content .case_archive .case_item .before_after.archive_gallery {
  position: relative;
}
.post_content .case_archive .case_item .before_after.archive_gallery .before_img {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  margin-bottom: 0 !important;
}
.post_content .case_archive .case_item .before_after.archive_gallery .after_img {
  width: 90%;
  margin: 0 0 0 auto !important;
}
.post_content .case_archive .case_item .before_after.archive_gallery .before_img {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .post_content .case_archive .case_item .before_after.archive_gallery {
    margin-bottom: 45px !important;
  }
}
.post_content .case_archive .case_item .cat {
  margin-bottom: 5px;
}
.post_content .case_archive .case_item .cat a {
  display: inline-block;
  padding: 4px 17px;
  line-height: 1;
  margin-right: 3px;
  margin-bottom: 6px;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  background: #B5A25D;
}
.post_content .case_archive .case_item .cat a.carea {
  background: #879b50;
}
.post_content .case_archive .case_item h2.is-style-section_ttl {
  padding-top: 0;
  font-size: 18px;
  text-align: left;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (min-width: 1200px) {
  .post_content .case_archive .case_item h2.is-style-section_ttl {
    font-size: 24px;
  }
}
.post_content .case_archive .case_item p {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.post_content .case_archive .case_item .swell-block-button {
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .post_content .case_archive .case_item .swell-block-button {
    width: 264px;
    margin: 0 auto;
  }
  .post_content .case_archive .case_item .swell-block-button a {
    width: 100%;
  }
}
.post_content .case_archive .case_item .swell-block-button .swell-block-button__link {
  width: 36%;
  min-width: 360px;
  max-width: 100%;
  padding: 0.8rem 1rem;
  background: #063663;
  color: #fff;
  text-align: left;
  font-size: 14px;
}
@media print, screen and (min-width: 1280px) {
  .post_content .case_archive .case_item .swell-block-button .swell-block-button__link {
    min-width: 50% !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .case_archive .case_item .swell-block-button .swell-block-button__link {
    width: 100%;
    min-width: unset;
  }
}
.post_content .single_case .cat {
  margin-bottom: 5px;
}
.post_content .single_case .cat a {
  display: inline-block;
  padding: 4px 15px;
  line-height: 1;
  margin-right: 3px;
  margin-bottom: 6px;
  color: #fff;
  background: #B5A25D;
  font-size: 10px;
  text-decoration: none;
}
.post_content .single_case .cat a.carea {
  background: #879B50;
}
.post_content .single_case .single_gallery_wrap {
  margin-top: 2em;
  margin-bottom: 3em;
}
.post_content .single_case .single_gallery_wrap .after_wrap::after {
  content: none;
}
.post_content .single_case .single_gallery_wrap .before_wrap {
  position: relative;
}
.post_content .single_case .single_gallery_wrap .before_wrap .situation {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 5;
  background-color: #FACD38;
  color: #333;
  font-weight: 700;
  padding: 3px 6px 3px 10px;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .post_content .single_case .single_gallery_wrap .before_wrap .situation {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 767px) {
  .post_content .single_case .single_gallery_wrap .before_wrap {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .post_content .single_case .single_gallery_wrap:not(.before_only, .after_only) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post_content .single_case .single_gallery_wrap:not(.before_only, .after_only) .before_wrap,
  .post_content .single_case .single_gallery_wrap:not(.before_only, .after_only) .after_wrap {
    width: 48%;
  }
}
.post_content .single_case .single_gallery_wrap.before_only,
.post_content .single_case .single_gallery_wrap.after_only {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.post_content .single_case .before_gallery,
.post_content .single_case .after_gallery {
  margin-bottom: 15px;
}
.post_content .single_case .before_gallery .item,
.post_content .single_case .after_gallery .item {
  position: relative;
}
.post_content .single_case .before_choice-btn .item,
.post_content .single_case .after_choice-btn .item {
  width: 33.3333333333% !important;
  cursor: pointer;
  opacity: 0.7;
}
.post_content .single_case .before_choice-btn .item.slick-current,
.post_content .single_case .after_choice-btn .item.slick-current {
  opacity: 1;
}
.post_content .single_case .before_choice-btn .slick-track,
.post_content .single_case .after_choice-btn .slick-track {
  width: auto !important;
  transform: unset !important; /*画面幅サイズ変更に伴うサムネイル固定*/
}
.post_content .single_case .before_index,
.post_content .single_case .after_index {
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 4px 10px;
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .post_content .single_case .before_index,
  .post_content .single_case .after_index {
    font-size: 20px;
  }
}
.post_content .single_case .before_index {
  background: #333333;
}
.post_content .single_case .after_index {
  background: #063663;
}
.post_content .single_case .catch_text_wrap {
  margin-bottom: 3rem;
}
.post_content .single_case .table_index {
  font-weight: 700;
  font-size: 1.1em;
  background: #FCF8EC;
  border: 1px solid var(--color_main);
  color: var(--color_main);
  text-align: center;
  padding: 9px 5px;
  border-bottom: none;
}
@media print, screen and (min-width: 960px) {
  .post_content .single_case .table_index {
    font-size: 1.5em;
  }
}
.post_content .single_case table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.post_content .single_case table.mb3em {
  margin-bottom: 3em;
}
.post_content .single_case table th,
.post_content .single_case table td {
  border: 1px solid var(--color_main);
  background: none;
  padding: 0.25em 0.5em;
  font-size: 14px;
}
.post_content .single_case table th {
  width: 100px;
  font-weight: 700;
  text-align: center;
  background: #FCF8EC;
  color: var(--color_main);
}
@media print, screen and (min-width: 960px) {
  .post_content .single_case table th, .post_content .single_case table td {
    padding: 0.5em 1em;
    font-size: 16px;
  }
  .post_content .single_case table td {
    padding-left: 2.5rem;
    font-size: 1.2em;
  }
  .post_content .single_case table th {
    width: 350px;
    font-size: 1.5em;
  }
}
.post_content .single_case .top_voice_box_case {
  margin-top: 10rem !important;
}
.post_content .single_case .top_voice_box_case .top_voice_box_title {
  margin-top: -5.3rem !important;
  margin-bottom: 2rem !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .single_case .top_voice_box_case .top_voice_box_title {
    margin-top: -4.3rem !important;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .single_case .top_voice_box_case .top_voice_box_title {
    margin-top: -3.3rem !important;
  }
}
.post_content .single_case .top_voice_box_case .item3 {
  position: relative;
  height: 100%;
}
.post_content .single_case .top_voice_box_case .item3 img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.post_content .single_case .top_voice_box_case .item3.show_score img {
  margin: 0;
}
.post_content .single_case .top_voice_box_case .client {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.post_content .single_case .top_voice_box_case .index_circle {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.post_content .single_case .score_wrap {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.post_content .score_wrap {
  width: 139px;
  height: 139px;
  background: #063663;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .post_content .score_wrap {
    width: 100px;
    height: 100px;
  }
}
.post_content .score_wrap .score_top {
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 959px) {
  .post_content .score_wrap .score_top {
    font-size: 20px;
  }
}
.post_content .score_wrap .score_bottom {
  font-size: 12px;
}
@media print, screen and (max-width: 959px) {
  .post_content .score_wrap .score_bottom {
    font-size: 10px;
  }
}
.post_content .score_wrap .score_num {
  font-family: "Crimson Text", serif;
  font-size: 48px;
  color: #EACB4B;
  font-weight: bold;
}
@media print, screen and (max-width: 959px) {
  .post_content .score_wrap .score_num {
    font-size: 30px;
  }
}
.post_content .score_wrap .score_text {
  font-size: 18px;
}
@media print, screen and (max-width: 959px) {
  .post_content .score_wrap .score_text {
    font-size: 14px;
  }
}
.post_content .voice_item {
  padding: 1.5em 1.5rem 0 1.5rem;
  border: 1px solid var(--color_main);
  display: flex;
  flex-direction: column;
}
.post_content .voice_item .item3 {
  position: relative;
}
.post_content .voice_item .item3 img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.post_content .voice_item .item3.show_score img {
  margin: 0;
}
.post_content .voice_item .score_wrap {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.post_content .voice_item h2.is-style-section_ttl {
  font-size: 17px;
  margin-top: 1rem;
  margin-bottom: 10px;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .post_content .voice_item h2.is-style-section_ttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .voice_item h2.is-style-section_ttl {
    font-size: 22px;
  }
}
.post_content .voice_item h3.is-style-section_ttl {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 20px;
}
.post_content .voice_item .client {
  font-weight: 700;
  margin-bottom: 4px;
}
.post_content .voice_item .swell-block-button {
  margin: auto -1.5rem 0;
  padding: 0;
}
.post_content .voice_item .swell-block-button a {
  background: #063663;
  color: #fff;
  display: block;
  padding: 0.7rem 0;
}
.post_content .voice_item .swell-block-button a:after {
  color: #fff;
}
.post_content .voice_item .comment {
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .post_content .voice_item .post_thumb {
    margin-top: 1.5em !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .voice_item h3.is-style-section_ttl {
    font-size: 26px;
  }
}
.post_content .page_voice .voice_lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post_content .page_voice .voice_lists:after {
  content: "";
  width: 31%;
}
@media print, screen and (max-width: 959px) {
  .post_content .page_voice .voice_lists:after {
    width: 48%;
  }
}
@media print, screen and (max-width: 659px) {
  .post_content .page_voice .voice_lists:after {
    width: 100%;
  }
}
.post_content .page_voice .voice_item {
  width: 31%;
  margin-bottom: 2.5em !important;
}
@media print, screen and (max-width: 959px) {
  .post_content .page_voice .voice_item {
    width: 48%;
  }
}
@media print, screen and (max-width: 659px) {
  .post_content .page_voice .voice_item {
    width: 100%;
  }
}
.post_content .page_voice .voice_item .client span {
  display: inline-block;
  margin-right: 7px;
}