@charset "UTF-8";
/*!
    Template: swell
    Theme Name: SWELL CHILD tosou
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO + Lead
    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=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@600&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f_poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fw_black {
  font-weight: 900 !important;
}

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

.fw_normal {
  font-weight: normal !important;
}

.f_palt {
  font-feature-settings: "palt";
}

#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: #2499C8;
}

.bg_theme3 {
  background: #B5A25D;
}

.bg_white {
  background: #fff;
}

.bg_black {
  background: #333;
}

.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 !important;
}

.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;
  }
}

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

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

@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) {
  .w40_sp {
    width: 40%;
    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_1200 {
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

@media (min-width: 599px) {
  .w_fit_tapc {
    width: fit-content;
  }
}

form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
}
form input[type=tel] {
  max-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 input[type=file] {
  background: #fff;
  margin-bottom: 4px;
}

.form_wrap .table_wrap {
  border: 1px solid var(--color_main);
  background: #fff;
  padding: 1em;
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 768px) {
  .form_wrap .table_wrap {
    padding: 2.5em;
  }
}
.form_wrap table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.form_wrap table tr {
  display: block;
  margin-bottom: 7px;
}
.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: flex-start;
  color: #333;
  background: none;
  padding-bottom: 8px;
}
.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=tel], .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;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #666;
}
@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=tel], .form_wrap table td input[type=number],
  .form_wrap table td textarea,
  .form_wrap table td select {
    padding: 0.5em;
  }
}
.form_wrap table td input[name=your-postcode] {
  width: 120px;
  margin-bottom: 7px;
}
.form_wrap table td input[type=date] {
  width: 250px;
  margin-bottom: 7px;
  border: none;
  outline: none;
  background: #fff;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #666;
}
@media print, screen and (min-width: 960px) {
  .form_wrap table td input[type=date] {
    padding: 0.5em;
  }
}
.form_wrap table td input[type=number] {
  width: 50px;
}
.form_wrap table td input[type=text].your-space,
.form_wrap table td input[type=text].your-age,
.form_wrap table td input[type=text].your-progress {
  width: 5em;
  margin-left: 3px;
  margin-right: 3px;
}
.form_wrap table td .wpcf7-list-item {
  margin-bottom: 4px;
}
.form_wrap table tr:last-child > td {
  border-bottom: none;
}
.form_wrap table .caution {
  font-size: 0.9em;
  display: block;
  margin-bottom: 3px;
}
@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 {
    width: 280px;
  }
  .form_wrap table tr td {
    width: calc(100% - 280px);
  }
}
@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 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;
  margin-right: 10px;
  margin-top: 2px;
  opacity: 1;
  padding: 2px 8px;
  font-weight: 500;
  white-space: nowrap;
}
.form_wrap .require {
  background: #E58500;
  color: #fff;
}
.form_wrap .any {
  color: #666;
  background: #fff;
  border: 1px solid #666;
}
.form_wrap input[type=submit] {
  display: inline-block;
  padding: 0.7em 2em;
  background: var(--color_main);
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
@media print, screen and (min-width: 960px) {
  .form_wrap .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
  }
}
.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 .privacypolicy_wrap h4.styleno {
    font-size: 16px;
  }
}

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

.pp_text a {
  color: #333;
}

.pp {
  margin-bottom: 15px;
  text-align: center;
}

.anchor {
  background: var(--color_main);
  color: #fff;
  text-align: left;
  padding: 1em 1em 3em;
  margin-bottom: 2em;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .anchor {
    margin-top: 1.5em;
  }
}
.anchor p {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .anchor p {
    font-size: 1.3em;
  }
}
.anchor span {
  font-size: 1em;
  color: #fabb05;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .anchor span {
    font-size: 18px;
  }
}
.anchor:after {
  content: "＋";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .anchor {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .anchor {
    padding: 1em;
  }
  .anchor:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: initial;
    right: 45px;
    bottom: initial;
  }
}

.post_thumb img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
}

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

.br0 {
  border-radius: 0 !important;
}
.br0 a {
  border-radius: 0 !important;
}

.br5 {
  border-radius: 5px !important;
}

.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.jcc {
    justify-content: center;
  }
  .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;
  }
}
@media (max-width: 599px) {
  .flex.jcc_sp .swell-block-columns__inner {
    justify-content: center;
  }
}

.nogap {
  gap: 0;
}

.fg1 {
  flex-grow: 1;
}

@media (max-width: 1279px) {
  .flex_tal_100 > .swell-block-columns__inner > .swell-block-column {
    width: 100%;
  }
}

@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;
}

@media (min-width: 600px) {
  .d-md-block {
    display: block;
  }
  .d-md-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;
}

.jcfs .swell-block-columns__inner {
  justify-content: flex-start;
}

.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;
}

@media (max-width: 599px) {
  .p-authorBox__desc {
    text-align: left;
  }
}
.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: 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;
  }
}
@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;
  }
}
.z-1 {
  z-index: 1;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.d-none {
  display: none !important;
}

.border_none {
  border: none !important;
}

.l-header .c-catchphrase {
  width: 100%;
  padding: 4px 0;
  font-weight: normal;
  font-size: 10px;
}
.l-header .l-header__logo {
  width: 333px;
  padding: 8px 0;
}
@media (max-width: 1279px) {
  .l-header .l-header__logo {
    width: 280px;
  }
}
@media (max-width: 959px) {
  .l-header .l-header__logo {
    width: auto;
    padding: 0 0 0 4vw;
  }
}
.l-header .l-header__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .l-header .l-header__inner {
    padding: 0;
  }
}
.l-header.-parallel .w-header {
  width: 500px;
  margin: 0;
}
@media (max-width: 1279px) {
  .l-header.-parallel .w-header {
    width: 400px;
  }
}
.l-header .w-header__inner {
  width: 100%;
}
.l-header .header_tel_num {
  font-size: 38px;
}
@media (max-width: 1279px) {
  .l-header .header_tel_num {
    font-size: 30px;
  }
}
.l-header .header_tel_time {
  font-size: 13px;
}
@media (max-width: 1279px) {
  .l-header .header_tel_time {
    font-size: 10px;
  }
}
.l-header .header_mail_wrap {
  height: 60px;
  background: linear-gradient(90deg, #F7BF3E 0%, #E58500 100%);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .l-header .header_mail_wrap {
    height: 50px;
  }
}
@media (max-width: 1279px) {
  .l-header .header_mail_img {
    width: 24px;
  }
}
.l-header .header_mail_img img {
  display: block;
}
.l-header .header_mail_text {
  font-size: 18px;
}
@media (max-width: 1279px) {
  .l-header .header_mail_text {
    font-size: 16px;
  }
}
.l-header.-parallel .l-header__gnav .c-gnav {
  width: 100%;
}
.l-header.-parallel .l-header__gnav .c-gnav > li {
  flex: auto 1;
}
.l-header.-parallel .l-header__gnav .c-gnav > li > a {
  padding: 28px 0;
}
.l-header .c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .l-header .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 960px) {
  .l-header .sub-menu, .l-fixHeader .sub-menu {
    width: 17em;
  }
}

.l-footer .l-footer__widgetArea {
  padding: 50px 0 80px;
}
@media (max-width: 599px) {
  .l-footer .l-footer__widgetArea {
    padding: 3rem 0 4rem;
  }
}
.l-footer .w-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .l-footer .footer_logo {
    width: 260px;
    margin: 0 auto !important;
  }
}
.l-footer .w-footer__box {
  padding: 0;
  flex: none;
}
.l-footer .w-footer__box:nth-child(1) {
  margin-bottom: 2rem;
  width: 100%;
}
.l-footer .w-footer__box:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .l-footer .w-footer__box:nth-child(2) {
    flex-wrap: wrap;
  }
}
.l-footer .w-footer__box:nth-child(2) .c-widget + .c-widget {
  margin-top: 0;
}
@media (max-width: 599px) {
  .l-footer .w-footer__box:nth-child(2) .c-widget + .c-widget {
    margin-top: 10px;
  }
}
.l-footer .w-footer__box:nth-child(2) .c-listMenu {
  width: 28%;
}
@media (max-width: 959px) {
  .l-footer .w-footer__box:nth-child(2) .c-listMenu {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .l-footer .w-footer__box:nth-child(2) .c-listMenu {
    width: 100%;
  }
}
.l-footer .w-footer__box:nth-child(2) .c-widget__title {
  font-size: 20px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--color_main);
}
@media (max-width: 959px) {
  .l-footer .w-footer__box:nth-child(2) .c-widget__title {
    font-size: 18px;
  }
}
.l-footer .w-footer__box:nth-child(2) .c-widget__title::before {
  width: 100%;
  background: var(--color_main) !important;
}
.l-footer .w-footer__box:nth-child(2) .c-listMenu a {
  border-bottom: none;
  padding: 0.4em 0 0.4em 1.5em;
}
@media (max-width: 959px) {
  .l-footer .w-footer__box:nth-child(2) .c-listMenu a {
    font-size: 14px;
  }
}
.l-footer .w-footer__box:nth-child(2) .c-listMenu a::before {
  color: var(--color_main);
}
.l-footer .w-footer__box:nth-child(2) .sub-menu a {
  padding-left: 2em;
}
.l-footer .w-footer__box:nth-child(2) .sub-menu a::before {
  content: " - ";
  color: #333;
}
.l-footer .w-footer__box + .w-footer__box {
  margin-top: 0;
}
.l-footer .l-footer__foot li a {
  font-size: 14px;
}
@media (max-width: 599px) {
  .l-footer .l-footer__foot li a {
    font-size: 12px;
  }
}
.l-footer .l-footer__foot li:first-child a {
  border-left: none;
}
.l-footer .l-footer__foot li:last-child a {
  border-right: none;
}
.l-footer .l-footer__foot {
  padding: 2rem 0;
}
@media (max-width: 599px) {
  .l-footer .l-footer__foot .c-iconList {
    margin-bottom: 0;
  }
}
.l-footer .l-footer__foot .c-iconList__item a {
  font-size: 20px;
}
@media (max-width: 959px) {
  .l-footer .l-footer__foot .c-iconList__item a {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .l-footer .copyright {
    font-size: 10px;
  }
}

.w-beforeFooter .c-widget .textwidget > :not(:last-child) {
  margin-bottom: 0;
}

.l-topTitleArea {
  height: 130px;
}
@media print, screen and (max-width: 599px) {
  .l-topTitleArea {
    min-height: 9em;
  }
}
@media print, screen and (min-width: 600px) {
  .l-topTitleArea {
    min-height: 190px;
  }
}
@media print, screen and (min-width: 1280px) {
  .l-topTitleArea {
    min-height: 240px;
  }
}
.l-topTitleArea .c-pageTitle {
  position: relative;
  font-size: 36px;
  color: #333;
}
@media (max-width: 959px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea .c-pageTitle {
    font-size: 20px;
  }
}
.l-topTitleArea .c-pageTitle__subTitle {
  font-size: 25px;
  display: block;
  margin: 4px 0 0;
  font-style: normal;
  opacity: 1;
  top: 0;
  font-weight: normal;
}
@media (max-width: 959px) {
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .l-topTitleArea .c-pageTitle__subTitle {
    font-size: 14px;
  }
}

.single .l-content {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 960px) {
  .single .cta_btns .w80_content {
    width: 100%;
  }
}

.post_content {
  /*=============================================
  # TOP
  ============================================= */
  /*=============================================
  # 施工事例一覧・個別
  ============================================= */
}
.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 .promise_item_num {
  position: absolute;
  top: -24px;
  left: 1.5rem;
}
@media (max-width: 599px) {
  .post_content .promise_item_num {
    left: 1rem;
  }
}
.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 .container_wide_left {
  margin-left: calc(600px - 50vw);
}
@media (max-width: 1279px) {
  .post_content .container_wide_left {
    margin-left: calc(var(--swl-pad_container, 0px) * -1);
  }
}
.post_content .swell-block-fullWide.inner1400 > .swell-block-fullWide__inner.l-container {
  max-width: calc(1400px + var(--swl-pad_container, 0px) * 2);
}
@media (max-width: 1497px) {
  .post_content .swell-block-fullWide.inner1400 > .swell-block-fullWide__inner.l-container {
    max-width: calc(1296px + 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 .bg_white {
  background: #fff;
}
.post_content .bg_beige {
  background: #FFFCF0;
}
.post_content .fz11 {
  font-size: 11px;
}
.post_content .fz12 {
  font-size: 12px;
}
.post_content .fz13 {
  font-size: 13px;
}
.post_content .fz14 {
  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 .fz19 {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz19 {
    font-size: 19px;
  }
}
.post_content .fz20 {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz20 {
    font-size: 20px;
  }
}
.post_content .fz22 {
  font-size: 18px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz22 {
    font-size: 22px;
  }
}
.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 .fz29 {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz29 {
    font-size: 29px;
  }
}
.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 .fz38 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz38 {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz38 {
    font-size: 38px;
  }
}
.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 .fz44 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz44 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz44 {
    font-size: 44px;
  }
}
.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 .fz50 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz50 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz50 {
    font-size: 50px;
  }
}
.post_content .fz54 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz54 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz54 {
    font-size: 54px;
  }
}
.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 .fz58 {
  font-size: 24px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz58 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz58 {
    font-size: 58px;
  }
}
.post_content .fz64 {
  font-size: 28px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz64 {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz64 {
    font-size: 64px;
  }
}
.post_content .fz80 {
  font-size: 50px;
}
@media print, screen and (min-width: 960px) {
  .post_content .fz80 {
    font-size: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .post_content .fz80 {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 959px) {
  .post_content .fzta24 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp11 {
    font-size: 11px;
  }
}
@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;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp15 {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .fzsp16 {
    font-size: 16px !important;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp16 {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .fzsp18 {
    font-size: 18px !important;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp18 {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 599px) {
  .post_content .fzsp20 {
    font-size: 20px !important;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp20 {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp22 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp24 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 959px) {
  .post_content .fzsp40 {
    font-size: 40px;
  }
}
.post_content .lh1 {
  line-height: 1;
}
@media (max-width: 599px) {
  .post_content .lhsp_normal {
    line-height: 1.8 !important;
  }
}
.post_content .border_black {
  border: 1px solid #333;
}
.post_content .border_white {
  border: 1px solid #fff;
}
.post_content .border_theme {
  border: 1px solid var(--color_main);
}
.post_content .bb_black {
  border-bottom: 1px solid #333;
}
.post_content .bb_theme {
  border-bottom: 1px solid var(--color_main);
}
.post_content .bb_theme_2 {
  border-bottom: 2px solid var(--color_main);
}
.post_content .bb_theme3_2 {
  border-bottom: 2px solid #E58500;
}
.post_content .shadow01 {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.post_content .relative {
  position: relative;
}
.post_content .btn_cmn a {
  border: 1px solid #333 !important;
  padding: 1rem;
  border-radius: 15px;
  position: relative;
  width: 100%;
  max-width: 380px;
  box-shadow: none;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  justify-content: flex-start !important;
  text-align: left;
}
.post_content .btn_cmn a .__icon.-right {
  position: absolute;
  right: 1.5rem;
}
.post_content .mininote_s .mininote {
  font-size: 50%;
}
@media (max-width: 599px) {
  .post_content .mininote_s .mininote {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .post_content .mininote_s .mininote.fzsp14 {
    font-size: 14px;
  }
}
.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;
}
@media print, screen and (min-width: 1200px) {
  .post_content .swell-block-balloon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .post_content .swell-block-balloon .c-balloon {
    align-items: center;
  }
  .post_content .swell-block-balloon .c-balloon__shapes {
    top: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .post_content .swell-block-balloon.w90_content {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 960px) {
  .post_content .swell-block-balloon.w80_content {
    width: 80% !important;
  }
}
.post_content .c-balloon.-bln-left .c-balloon__text {
  max-width: 97%;
  margin: 0 auto 0 2em;
}
.post_content .c-balloon.-bln-left .c-balloon__body {
  display: block;
  padding: 8px 0;
}
@media print, screen and (min-width: 960px) {
  .post_content .c-balloon.-bln-left .c-balloon__icon {
    width: 150px;
  }
  .post_content .c-balloon.-bln-left .c-balloon__iconImg {
    width: 150px;
    height: 150px;
  }
  .post_content .c-balloon.-bln-left .c-balloon__text {
    padding: 1.5em;
  }
}
.post_content .c-balloon.-bln-right .c-balloon__text {
  max-width: 97%;
  margin: 0 2em 0 auto;
}
.post_content .c-balloon.-bln-right .c-balloon__body {
  display: block;
  padding: 8px 0;
}
@media print, screen and (min-width: 960px) {
  .post_content .c-balloon.-bln-right .c-balloon__icon {
    width: 140px;
  }
  .post_content .c-balloon.-bln-right .c-balloon__iconImg {
    width: 140px;
    height: 140px;
  }
  .post_content .c-balloon.-bln-right .c-balloon__text {
    padding: 2em;
  }
}
.post_content .is-style-btn_normal_orange {
  width: 100%;
}
.post_content .is-style-btn_normal_orange a {
  padding: 0.7rem 0;
  background: linear-gradient(90deg, #F7BF3E 0%, #E58500 100%);
  border-radius: 22px;
  font-weight: normal;
  width: 300px;
  max-width: 100%;
}
.post_content .is-style-btn_normal_orange a .__icon.-right {
  position: absolute;
  right: 1rem;
}
.post_content .is-style-btn_line_cmn {
  position: relative;
  width: 430px;
  max-width: 100%;
}
.post_content .is-style-btn_line_cmn a {
  width: 100%;
  max-width: 430px;
  padding: 1.3em 0;
  border: 2px solid var(--color_main);
  border-radius: 10px;
}
@media (max-width: 599px) {
  .post_content .is-style-btn_line_cmn a {
    padding: 0.7em 0;
    min-height: 70px;
  }
}
.post_content .is-style-btn_line_cmn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(./img/common/arrow_b.png) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 959px) {
  .post_content .is-style-btn_line_cmn::after {
    width: 30px;
    height: 30px;
  }
}
.post_content .kv_bg {
  padding-top: 260px !important;
  background: url(./img/top/kv_bg.jpg) center center/auto 100% no-repeat;
}
@media (max-width: 959px) {
  .post_content .kv_bg {
    padding-top: 180px !important;
  }
}
@media (max-width: 599px) {
  .post_content .kv_bg {
    padding-top: 0 !important;
  }
}
.post_content .kv_text {
  margin-right: -50px;
}
@media (max-width: 599px) {
  .post_content .kv_text {
    margin-right: 0;
  }
}
.post_content .greet_bg {
  background: url(./img/top/greet_bg.jpg) center center/cover no-repeat;
}
.post_content .promise_bg {
  background: url(./img/top/promise_bg.png) center center/cover no-repeat;
}
@media (max-width: 959px) {
  .post_content .promise_bg {
    background: url(./img/top/promise_bg.png) top left 65%/auto 60% no-repeat;
  }
}
@media (max-width: 599px) {
  .post_content .promise_bg {
    background: url(./img/top/promise_bg.png) top left 70%/auto 30% no-repeat;
  }
}
.post_content .promise_item {
  height: 100%;
}
.post_content .promise_item > .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post_content .promise_item_text_wrap {
  flex: 1;
  position: relative;
}
.post_content .promise_item_text_wrap > .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post_content .promise_item_text_wrap .promise_item_top {
  flex: 1;
}
.post_content .menu_bg {
  background: url(./img/top/menu_bg1.png) top left/512px 394px no-repeat, url(./img/top/menu_bg2.png) bottom right/571px 413px no-repeat;
}
@media (max-width: 1919px) {
  .post_content .menu_bg {
    background: url(./img/top/menu_bg1.png) top left/341px 263px no-repeat, url(./img/top/menu_bg2.png) bottom right/381px 275px no-repeat;
  }
}
@media (max-width: 1279px) {
  .post_content .menu_bg {
    background: url(./img/top/menu_bg1.png) top left/171px 131px no-repeat, url(./img/top/menu_bg2.png) bottom right/190px 138px no-repeat;
  }
}
@media (max-width: 599px) {
  .post_content .menu_bg {
    background: url(./img/top/menu_bg1.png) top left/114px 87px no-repeat, url(./img/top/menu_bg2.png) bottom right/127px 92px no-repeat;
  }
}
.post_content .menu_item_img {
  margin-bottom: -14px !important;
  position: relative;
}
.post_content .menu_item_img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  max-width: 95%;
  height: 20px;
  background: #fff;
}
.post_content .case_search {
  margin-bottom: 5em !important;
}
.post_content .case_search form .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
  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;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  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 .submit_wrap {
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .post_content .case_search form .submit_wrap {
    margin-top: 2rem;
    width: auto;
  }
}
.post_content .case_search form .submit_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(./img/common/arrow_b.png) center center/contain no-repeat;
  pointer-events: none;
}
.post_content .case_search form input[type=submit] {
  color: var(--color_main);
  margin-left: auto;
  margin-right: 0;
  display: block;
  border-radius: 10px;
  background: #fff;
  border: 2px solid var(--color_main);
  line-height: 1.4;
  padding: 14px 0;
  width: 360px;
  max-width: 100%;
  transition: 0.5s ease;
}
@media (max-width: 599px) {
  .post_content .case_search form input[type=submit] {
    width: 100%;
    max-width: 360px;
  }
}
.post_content .case_search form input[type=submit]:hover {
  background: var(--color_main);
  color: #fff;
  opacity: 0.7;
}
.post_content .case_search .flex_pc {
  margin-bottom: 1em;
}
.post_content .case_search .flex_pc .item:first-child {
  margin-bottom: 1em;
}
.post_content .case_archive_top:last-child {
  padding-bottom: 5rem !important;
  margin-bottom: 5rem !important;
  border-bottom: 1px solid #333;
}
@media (max-width: 599px) {
  .post_content .case_archive_top:last-child {
    padding-bottom: 3rem !important;
    margin-bottom: 3rem !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;
    display: flex;
    flex-direction: column;
  }
}
.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: var(--color_main);
  color: #fff;
  z-index: 20;
  font-weight: 500;
  padding: 2px 6px 2px 8px;
}
.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 30px 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 16px;
  line-height: 1.4;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #333;
  border: 1px solid #333;
  font-size: 13px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .post_content .case_archive .case_item .cat a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.post_content .case_archive .case_item .cat a.carea {
  background: #F7BF3E;
  border: 1px solid #F7BF3E;
}
.post_content .case_archive .case_item .is-style-section_ttl_wrap {
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.post_content .case_archive .case_item h2.is-style-section_ttl {
  padding-top: 0;
  font-size: 22px;
  text-align: left;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.post_content .case_archive .case_item .ttl_price h2.is-style-section_ttl {
  width: calc(100% - 150px - 1rem);
}
@media (max-width: 959px) {
  .post_content .case_archive .case_item .ttl_price h2.is-style-section_ttl {
    width: calc(100% - 130px - 0.5rem);
  }
}
@media (max-width: 959px) {
  .post_content .case_archive .case_item .ttl_price h2.is-style-section_ttl {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .post_content .case_archive .case_item .ttl_price h2.is-style-section_ttl {
    width: 100%;
  }
}
.post_content .case_archive .case_item .is-style-section_ttl_price {
  width: 150px;
  line-height: 1.4;
  text-align: right;
}
@media (max-width: 959px) {
  .post_content .case_archive .case_item .is-style-section_ttl_price {
    width: 130px;
  }
}
@media (max-width: 599px) {
  .post_content .case_archive .case_item .is-style-section_ttl_price {
    margin: 0 0 0 auto;
  }
}
@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;
  line-clamp: 4;
  overflow: hidden;
}
.post_content .case_archive .case_item .case_item_link {
  margin: auto 0 0 auto;
  display: block;
  width: fit-content;
}
.post_content .single_case .single_case_ttl {
  font-size: 56px;
}
@media (max-width: 599px) {
  .post_content .single_case .single_case_ttl {
    font-size: 46px;
  }
}
.post_content .single_case .case_data_table {
  width: 48%;
}
@media (max-width: 599px) {
  .post_content .single_case .case_data_table {
    width: 100%;
  }
}
.post_content .single_case .single_case_voice_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post_content .single_case .single_case_request,
.post_content .single_case .single_case_advise {
  width: 48%;
}
@media (max-width: 599px) {
  .post_content .single_case .single_case_request,
  .post_content .single_case .single_case_advise {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .post_content .single_case .single_case_advise {
    margin-top: 1.5rem;
  }
}
.post_content .single_case .case_slide_gallery img {
  max-height: 310px;
  margin: 0 auto;
  width: auto;
  aspect-ratio: 5/6;
  object-fit: cover;
}
.post_content .single_case .case_slide_thumb {
  margin: 30px -6px 0;
}
@media (max-width: 599px) {
  .post_content .single_case .case_slide_thumb {
    margin: 30px -3px 0;
  }
}
.post_content .single_case .case_slide_thumb .slick-slide {
  margin: 0 6px;
}
@media (max-width: 599px) {
  .post_content .single_case .case_slide_thumb .slick-slide {
    margin: 0 3px;
  }
}
.post_content .single_case .case_slide_thumb img {
  object-fit: cover;
  max-height: 110px;
}
.post_content .single_case .slick-prev {
  width: 30px;
  height: 90px;
  display: block;
  z-index: 1;
  left: -30px;
}
@media (max-width: 959px) {
  .post_content .single_case .slick-prev {
    left: -2vw;
  }
}
@media (max-width: 599px) {
  .post_content .single_case .slick-prev {
    width: 20px;
    height: 60px;
  }
}
.post_content .single_case .slick-prev:before {
  content: "";
  background: url(./images/case_prev.png) top left/contain no-repeat;
  width: 30px;
  height: 90px;
  display: block;
  opacity: 1;
}
@media (max-width: 1279px) {
  .post_content .single_case .slick-prev:before {
    width: 100%;
    height: 100%;
  }
}
.post_content .single_case .slick-next {
  width: 30px;
  height: 90px;
  display: block;
  z-index: 1;
  right: -30px;
}
@media (max-width: 959px) {
  .post_content .single_case .slick-next {
    right: -2vw;
  }
}
@media (max-width: 599px) {
  .post_content .single_case .slick-next {
    width: 20px;
    height: 60px;
  }
}
.post_content .single_case .slick-next:before {
  content: "";
  background: url(./images/case_prev.png) top left/contain no-repeat;
  width: 30px;
  height: 90px;
  display: block;
  opacity: 1;
  transform: rotate(180deg);
}
@media (max-width: 1279px) {
  .post_content .single_case .slick-next:before {
    width: 100%;
    height: 100%;
  }
}
.post_content .single_case .cat {
  margin-bottom: 2rem;
}
.post_content .single_case .cat a {
  display: inline-block;
  padding: 4px 16px;
  line-height: 1.4;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #333;
  border: 1px solid #333;
  font-size: 13px;
  text-decoration: none;
}
.post_content .single_case .cat a.carea {
  background: #F7BF3E;
  border: 1px solid #F7BF3E;
}
@media print, screen and (min-width: 768px) {
  .post_content .single_case .cat a {
    font-size: 15px;
  }
}
.post_content .single_case .single_gallery_wrap {
  margin-top: 2em;
  margin-bottom: 4em;
}
.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: var(--color_main);
  color: #fff;
  font-weight: 900;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    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;
  -webkit-transform: unset !important;
  transform: unset !important;
}
.post_content .single_case .before_index,
.post_content .single_case .after_index {
  background: #333;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 4px 10px;
}
@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 .en_index {
  font-size: 56px;
  font-weight: bold;
  color: #F7BF3E;
}
@media (max-width: 959px) {
  .post_content .single_case .en_index {
    font-size: 46px;
  }
}
.post_content .single_case table {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
}
.post_content .single_case table th,
.post_content .single_case table td {
  border: none;
  background: none;
  padding: 0.25em 0.5em;
  font-size: 14px;
}
.post_content .single_case table tr {
  display: block;
  margin-bottom: 4px;
  border-bottom: 1px dashed #333;
}
.post_content .single_case table th {
  width: 80px;
  font-weight: 400;
}
@media print, screen and (min-width: 600px) {
  .post_content .single_case table th {
    width: 170px;
  }
}
@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: 18px;
  }
}
.post_content .single_case .voice_item {
  border: 2px solid #333;
  padding: 1.5rem;
  box-shadow: 10px 10px 0 var(--color_main);
}
@media (max-width: 599px) {
  .post_content .single_case .voice_item {
    padding: 1rem;
    box-shadow: 5px 5px 0 var(--color_main);
  }
}
@media (max-width: 599px) {
  .post_content .single_case .voice_item img {
    max-height: 60vw;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
.post_content .single_case .voice_item_ttl {
  margin: 0 0 10px;
  padding-bottom: 6px;
  text-align: left;
}
@media (max-width: 599px) {
  .post_content .single_case .voice_item_ttl {
    margin-top: 10px !important;
  }
}
.post_content .page_voice_top:last-child {
  padding-bottom: 5rem !important;
  margin-bottom: 5rem !important;
  border-bottom: 1px solid #333;
}
@media (max-width: 599px) {
  .post_content .page_voice_top:last-child {
    padding-bottom: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.post_content .page_voice .cat a {
  display: inline-block;
  padding: 4px 16px;
  line-height: 1.4;
  margin-right: 6px;
  margin-bottom: 6px;
  color: #333;
  border: 1px solid #333;
  font-size: 13px;
  text-decoration: none;
}
@media (max-width: 599px) {
  .post_content .page_voice .cat a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.post_content .page_voice .cat a.carea {
  background: #F7BF3E;
  border: 1px solid #F7BF3E;
  color: #333;
}
.post_content .page_voice .voice_item {
  border: 2px solid #333;
  padding: 1.5rem;
  margin-bottom: 3rem;
  box-shadow: 10px 10px 0 var(--color_main);
}
@media (max-width: 599px) {
  .post_content .page_voice .voice_item {
    padding: 1rem;
    box-shadow: 5px 5px 0 var(--color_main);
  }
}
@media (max-width: 599px) {
  .post_content .page_voice .voice_item img {
    max-height: 60vw;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
.post_content .page_voice .voice_item_text_wrap {
  display: flex;
  flex-direction: column;
}
.post_content .page_voice .voice_item_ttl {
  margin: 10px 0;
  text-align: left;
}
@media (max-width: 599px) {
  .post_content .page_voice .voice_item_ttl {
    margin: 4px 0 10px;
  }
}
.post_content .page_voice .comment {
  margin-bottom: 1rem;
}
.post_content .page_voice .voice_item_link {
  margin: auto 0 0 auto;
}
.post_content .org_pagenation .page-numbers {
  margin: 6px !important;
}

#body_wrap.single-case .p-toc {
  display: none !important;
}