/*----------------------------------------------------------------------*/
@media screen and (min-width: 601px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width:600px) {
  .for_pc {
    display: none !important;
  }
}
/*=========================================================================
CUSTOM 2025.07.23
=========================================================================*/
.mainvisual {
  position: relative;
  z-index: 1;
  margin-bottom: 14vw !important;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .mainvisual {
    margin-bottom: 16% !important;
  }
}
@media screen and (max-width:600px) {
  .mainvisual {
    margin-bottom: 36% !important;
  }
}

/*----------------------------------------------------------------------*/
.custom_buttons {
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 102%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width:600px) {
  .custom_buttons {
    left: 0%;
  }
}
.custom_buttons a {
  font-weight: 500;
  line-height: 1;
  padding: 0.6em 2em 0.6em 3em;
  text-decoration: none;
  color: #fff !important;
  background: #BE1920 !important;
  border: 1px solid #BE1920;
  position: relative;
  z-index: 1;
  border-radius: 100vh;
  font-size: 20px;
}
.custom_buttons a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .custom_buttons a {
    font-size: 1.953vw;
  }
}
@media screen and (max-width:600px) {
  .custom_buttons a {
    font-size: 2.66vw;
  }
}
@media screen and (max-width:480px) {
  .custom_buttons a {
    font-size: 3.75vw;
  }
}
.custom_buttons a:before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_buttons span {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 3.5%;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .custom_buttons span {
    font-size: 1.367vw;
  }
}
@media screen and (max-width:600px) {
  .custom_buttons span {
    font-size: 2.166vw;
    margin-top: 3%;
  }
}
@media screen and (max-width:480px) {
  .custom_buttons span {
    font-size: 2.5vw;
  }
}

/*=========================================================================
Representative Case
=========================================================================*/
#representativeBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  padding: 45px 0;
}
@media screen and (max-width:600px) {
  #representativeBox {
    padding: 6% 0;
  }
}

/*----------------------------------------------------------------------*/
dl#rep_listBody {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
dl#rep_listBody dt, dl#rep_listBody dd {
  background: #328194;
  position: relative;
  z-index: 1;
}
dl#rep_listBody dt {
  margin-top: 4%;
  padding: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 12px;
}
dl#rep_listBody dt .trigger_mark {
  position: absolute;
  display: block;
  z-index: 1;
  right: 3%;
  top: 16%;
  width: 1.3rem;
  height: 1.3rem;
}
@media screen and (max-width:600px) {
  dl#rep_listBody dt .trigger_mark {
    width: 1rem;
    height: 1rem;
  }
}
dl#rep_listBody dt .trigger_mark:before, dl#rep_listBody dt .trigger_mark:after {
  content: "";
  position: absolute;
  background: #fff;
}
dl#rep_listBody dt .trigger_mark:before {
  width: 3px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
dl#rep_listBody dt .trigger_mark:after {
  width: 100%;
  height: 3px;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
dl#rep_listBody dt.active .trigger_mark:before {
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
dl#rep_listBody dt.active .trigger_mark:after {
  width: 0;
}
dl#rep_listBody dt:first-of-type {
  margin-top: 0;
}
dl#rep_listBody dd {
  display: none;
  padding: 2.5%;
  margin-top: -2.5%;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/*----------------------------------------------------------------------*/
.trigger_thumb {
  width: 28%;
  height: auto;
  margin: 0 3% 0 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.trigger_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------------------*/
.trigger_content {
  width: calc(69% - 1.6rem);
  height: auto;
  color: #fff;
}

.case_title {
  font-weight: 600;
  line-height: 140%;
  color: #fff !important;
  margin-bottom: 1.5%;
  font-size: 24px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .case_title {
    font-size: 2.343vw;
  }
}
@media screen and (max-width:600px) {
  .case_title {
    font-size: 2.604vw;
  }
}
@media screen and (max-width:480px) {
  .case_title {
    font-size: 3.33vw;
  }
}

/*----------------------------------------------------------------------*/
ul.case_catlist {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5%;
}
ul.case_catlist li {
  margin: 0 2% 2% 0;
  line-height: 100%;
  padding: 0.2rem 1rem;
  background: #fff;
  color: #328194;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  ul.case_catlist li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:600px) {
  ul.case_catlist li {
    font-size: 1.953vw;
  }
}
@media screen and (max-width:480px) {
  ul.case_catlist li {
    font-size: 2.6vw;
  }
}
ul.case_catlist li:last-of-type {
  margin-right: 0;
}

/*----------------------------------------------------------------------*/
.price_box {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .price_box {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:600px) {
  .price_box {
    font-size: 1.953vw;
  }
}
@media screen and (max-width:480px) {
  .price_box {
    font-size: 2.916vw;
  }
}
.price_box p {
  line-height: 160%;
  color: #fff !important;
}
.price_box p span {
  color: #FFF200 !important;
}

/*----------------------------------------------------------------------*/
.notes_inner {
  background: #fff;
  border-radius: 12px;
  padding: 2.5%;
  color: #050505;
}

/*----------------------------------------------------------------------*/
ul.notes_piclist {
  list-style-type: none;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 4%;
}
ul.notes_piclist li {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  display: block;
  height: auto;
}
ul.notes_piclist li img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------------------*/
.one_period {
  width: 96%;
  height: auto;
  margin: 0 auto 3%;
}
.one_period .notesHeadline {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .one_period .notesHeadline {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:600px) {
  .one_period .notesHeadline {
    font-size: 1.953vw;
  }
}
@media screen and (max-width:480px) {
  .one_period .notesHeadline {
    font-size: 2.916vw;
  }
}
.one_period p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .one_period p {
    font-size: 13px;
  }
}
@media screen and (max-width:600px) {
  .one_period p {
    font-size: 1.692vw;
  }
}
@media screen and (max-width:480px) {
  .one_period p {
    font-size: 2.708vw;
  }
}
.one_period p:last-of-type {
  margin-bottom: 0;
}
.one_period.captoion {
  background: #f1f1f1;
  padding: 2.5%;
}

/*----------------------------------------------------------------------*/
.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-columns.custom_container {
  padding: 45px 0 !important;
}
@media screen and (max-width:600px) {
  .wp-block-columns.custom_container {
    padding: 4% 0 !important;
  }
}

.Blck1clum04 .wp-block-column.custom-link_box {
  width: auto important;
  background-color: none important;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  padding: 0 !important;
  position: relative;
}
.Blck1clum04 .wp-block-column.custom-link_box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #328194;
}
.Blck1clum04 .wp-block-column.custom-link_box h4 {
  color: #fff !important;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
  font-weight: 400 !important;
}
@media screen and (max-width:600px) {
  .Blck1clum04 .wp-block-column.custom-link_box h4 {
    font-size: 15px;
  }
}
@media screen and (max-width:480px) {
  .Blck1clum04 .wp-block-column.custom-link_box h4 {
    font-size: 14px;
  }
}
.Blck1clum04 .wp-block-column.custom-link_box .wp-block-buttons {
  margin-top: 0 !important;
}
.Blck1clum04 .wp-block-column.custom-link_box .wp-block-buttons a {
  display: block;
  padding: 0.8em;
  font-size: 100% !important;
  width: 100% !important;
  min-width: 200px !important;
  height: auto !important;
}
.Blck1clum04 .wp-block-column.custom-link_box .wp-block-buttons a:before {
  content: none;
}
.Blck1clum04 .wp-block-column.custom-link_box .wp-block-buttons .wp-block-button.insta a {
  background: #C801FF !important;
  border-color: #C801FF !important;
}

.wp-block-columns:has(.custom-link_box) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------------------------------------*/
.Blck1clm03 .custom_service .is-vertical {
  position: relative;
  padding: 1.2em;
}
.Blck1clm03 .custom_service .is-vertical:before, .Blck1clm03 .custom_service .is-vertical:after {
  position: absolute;
  top: -1em;
  content: "";
}
.Blck1clm03 .custom_service .is-vertical:before {
  top: -1.6em;
  width: 2.4em;
  height: 2.4em;
  background-image: url("../images/icon_check.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  left: 0;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .Blck1clm03 .custom_service .is-vertical:before {
    width: 2em;
    height: 2em;
    top: -1.3em;
  }
}
@media screen and (max-width:600px) {
  .Blck1clm03 .custom_service .is-vertical:before {
    width: 1.6em;
    height: 1.6em;
    top: -1.2em;
  }
}
@media screen and (max-width:480px) {
  .Blck1clm03 .custom_service .is-vertical:before {
    width: 1.4em;
    height: 1.4em;
    top: -1em;
  }
}
.Blck1clm03 .custom_service .is-vertical:after {
  font-size: 32px;
  color: #328194;
  left: 1.6em;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .Blck1clm03 .custom_service .is-vertical:after {
    font-size: 28px;
  }
}
@media screen and (max-width:600px) {
  .Blck1clm03 .custom_service .is-vertical:after {
    font-size: 24px;
    left: 1.4em;
  }
}
@media screen and (max-width:480px) {
  .Blck1clm03 .custom_service .is-vertical:after {
    font-size: 22px;
    left: 1.2em;
  }
}
.Blck1clm03 .custom_service .is-vertical:first-of-type:after {
  content: "Service 1";
}
.Blck1clm03 .custom_service .is-vertical:nth-of-type(2):after {
  content: "Service 2";
}
.Blck1clm03 .custom_service .is-vertical:nth-of-type(3):after {
  content: "Service 3";
}
.Blck1clm03 .custom_service .is-vertical:nth-of-type(4):after {
  content: "Service 4";
}

/*----------------------------------------------------------------------*/
.visual_cap {
  font-size: max(10px, 0.833vw);
  text-align: right;
  color: #328194 !important;
  width: 45%;
  position: absolute;
  right: 0;
  top: 105%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .visual_cap {
    font-size: max(10px, 1.2vw);
    top: 107%;
    width: 50%;
  }
}
@media screen and (max-width:600px) {
  .visual_cap {
    font-size: 12px;
    width: 100%;
    text-align: center;
    top: 111%;
  }
}
@media screen and (max-width:480px) {
  .visual_cap {
    font-size: 2.5vw;
  }
}

/*----------------------------------------------------------------------*/
.mwform-checkbox-field-text {
  width: calc(100% - 20px);
}

.mw_wp_form {
  padding-top: 120px !important;
  margin-top: -80px !important;
}
@media screen and (max-width:600px) {
  .mw_wp_form {
    padding-top: 12% !important;
    margin-top: -6% !important;
  }
}

.wp-block-post-title {
  padding-bottom: 0 !important;
}
@media screen and (max-width:600px) {
  .wp-block-post-title {
    padding: 0.6rem 1rem 0.6rem !important;
  }
}

/*----------------------------------------------------------------------*/
#representativeNotes {
  border-top: 1px solid #328194;
  padding-top: 1.3em;
  margin-top: 1.5em;
}
#representativeNotes .notesHeadline {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #representativeNotes .notesHeadline {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:600px) {
  #representativeNotes .notesHeadline {
    font-size: 1.953vw;
  }
}
@media screen and (max-width:480px) {
  #representativeNotes .notesHeadline {
    font-size: 2.916vw;
  }
}
#representativeNotes p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #representativeNotes p {
    font-size: 13px;
  }
}
@media screen and (max-width:600px) {
  #representativeNotes p {
    font-size: 1.692vw;
  }
}
@media screen and (max-width:480px) {
  #representativeNotes p {
    font-size: 2.708vw;
  }
}
#representativeNotes p:last-of-type {
  margin-bottom: 0;
}

.indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}