.alert-theme {
  --ht-alert-color: shift-color(#018240, 50%);
  --ht-alert-bg: shift-color(#018240, -90%);
  --ht-alert-border-color: shift-color(#018240, -80%);
  --ht-alert-link-color: shade-color(shift-color(#018240, 50%), 20%);
}

.alert-brown {
  --ht-alert-color: shift-color(#674F39, 50%);
  --ht-alert-bg: shift-color(#674F39, -90%);
  --ht-alert-border-color: shift-color(#674F39, -80%);
  --ht-alert-link-color: shade-color(shift-color(#674F39, 50%), 20%);
}

.alert-green {
  --ht-alert-color: shift-color(#018240, 50%);
  --ht-alert-bg: shift-color(#018240, -90%);
  --ht-alert-border-color: shift-color(#018240, -80%);
  --ht-alert-link-color: shade-color(shift-color(#018240, 50%), 20%);
}

.alert-blue {
  --ht-alert-color: shift-color(#004DA0, 50%);
  --ht-alert-bg: shift-color(#004DA0, -90%);
  --ht-alert-border-color: shift-color(#004DA0, -80%);
  --ht-alert-link-color: shade-color(shift-color(#004DA0, 50%), 20%);
}

.alert-red {
  --ht-alert-color: shift-color(#E91B14, 50%);
  --ht-alert-bg: shift-color(#E91B14, -90%);
  --ht-alert-border-color: shift-color(#E91B14, -80%);
  --ht-alert-link-color: shade-color(shift-color(#E91B14, 50%), 20%);
}

.alert-orange {
  --ht-alert-color: shift-color(#D64000, 50%);
  --ht-alert-bg: shift-color(#D64000, -90%);
  --ht-alert-border-color: shift-color(#D64000, -80%);
  --ht-alert-link-color: shade-color(shift-color(#D64000, 50%), 20%);
}

.alert-default {
  --ht-alert-color: shift-color(#3a3329, 50%);
  --ht-alert-bg: shift-color(#3a3329, -90%);
  --ht-alert-border-color: shift-color(#3a3329, -80%);
  --ht-alert-link-color: shade-color(shift-color(#3a3329, 50%), 20%);
}

.alert-body {
  --ht-alert-color: shift-color(#3a3329, 50%);
  --ht-alert-bg: shift-color(#3a3329, -90%);
  --ht-alert-border-color: shift-color(#3a3329, -80%);
  --ht-alert-link-color: shade-color(shift-color(#3a3329, 50%), 20%);
}

.alert-dark {
  --ht-alert-color: shift-color(#3a3329, 50%);
  --ht-alert-bg: shift-color(#3a3329, -90%);
  --ht-alert-border-color: shift-color(#3a3329, -80%);
  --ht-alert-link-color: shade-color(shift-color(#3a3329, 50%), 20%);
}

.alert-gray {
  --ht-alert-color: shift-color(#b5b5b5, 50%);
  --ht-alert-bg: shift-color(#b5b5b5, -90%);
  --ht-alert-border-color: shift-color(#b5b5b5, -80%);
  --ht-alert-link-color: shade-color(shift-color(#b5b5b5, 50%), 20%);
}

.alert-info {
  --ht-alert-color: shift-color(#004DA0, 50%);
  --ht-alert-bg: shift-color(#004DA0, -90%);
  --ht-alert-border-color: shift-color(#004DA0, -80%);
  --ht-alert-link-color: shade-color(shift-color(#004DA0, 50%), 20%);
}

.alert-primary {
  --ht-alert-color: shift-color(#018240, 50%);
  --ht-alert-bg: shift-color(#018240, -90%);
  --ht-alert-border-color: shift-color(#018240, -80%);
  --ht-alert-link-color: shade-color(shift-color(#018240, 50%), 20%);
}

.alert-danger {
  --ht-alert-color: shift-color(#E91B14, 50%);
  --ht-alert-bg: shift-color(#E91B14, -90%);
  --ht-alert-border-color: shift-color(#E91B14, -80%);
  --ht-alert-link-color: shade-color(shift-color(#E91B14, 50%), 20%);
}

.alert-warning {
  --ht-alert-color: shift-color(#D64000, 50%);
  --ht-alert-bg: shift-color(#D64000, -90%);
  --ht-alert-border-color: shift-color(#D64000, -80%);
  --ht-alert-link-color: shade-color(shift-color(#D64000, 50%), 20%);
}

.alert-light {
  --ht-alert-color: shift-color(#f5f5f5, 50%);
  --ht-alert-bg: shift-color(#f5f5f5, -90%);
  --ht-alert-border-color: shift-color(#f5f5f5, -80%);
  --ht-alert-link-color: shade-color(shift-color(#f5f5f5, 50%), 20%);
}

.alert-secondary {
  --ht-alert-color: shift-color(#757575, 50%);
  --ht-alert-bg: shift-color(#757575, -90%);
  --ht-alert-border-color: shift-color(#757575, -80%);
  --ht-alert-link-color: shade-color(shift-color(#757575, 50%), 20%);
}

.alert-purple {
  --ht-alert-color: shift-color(#7B1FA2, 50%);
  --ht-alert-bg: shift-color(#7B1FA2, -90%);
  --ht-alert-border-color: shift-color(#7B1FA2, -80%);
  --ht-alert-link-color: shade-color(shift-color(#7B1FA2, 50%), 20%);
}

.alert-pink {
  --ht-alert-color: shift-color(#E80D56, 50%);
  --ht-alert-bg: shift-color(#E80D56, -90%);
  --ht-alert-border-color: shift-color(#E80D56, -80%);
  --ht-alert-link-color: shade-color(shift-color(#E80D56, 50%), 20%);
}

.alert-light-brue {
  --ht-alert-color: shift-color(#26a4de, 50%);
  --ht-alert-bg: shift-color(#26a4de, -90%);
  --ht-alert-border-color: shift-color(#26a4de, -80%);
  --ht-alert-link-color: shade-color(shift-color(#26a4de, 50%), 20%);
}

.alert-light-green {
  --ht-alert-color: shift-color(#1fd07b, 50%);
  --ht-alert-bg: shift-color(#1fd07b, -90%);
  --ht-alert-border-color: shift-color(#1fd07b, -80%);
  --ht-alert-link-color: shade-color(shift-color(#1fd07b, 50%), 20%);
}

.alert-yellow {
  --ht-alert-color: shift-color(#edc80b, 50%);
  --ht-alert-bg: shift-color(#edc80b, -90%);
  --ht-alert-border-color: shift-color(#edc80b, -80%);
  --ht-alert-link-color: shade-color(shift-color(#edc80b, 50%), 20%);
}

html {
  --hh-pink: #C04E61;
  --hh-pink-mid: #ED7D90;
  --hh-pink-mid-2: #CE445B;
  --hh-pink-mid-3: #CE445B;
  --hh-pink-lite: #FEF5F6;
  --hh-pink-lite-2: #FBE2E5;
  --hh-pink-lite-3: #FEEFF2;
  --hh-pink-mid-rgb: 237,125,144;
  --hh-pink-lite-3-rgb: 254,239,242;
  --hh-yellow: #FFED4E;
  --theme-color-50: hsl(353, 45%, 98%);
  --theme-color-100: hsl(353, 100%, 96%);
  --theme-color-200: hsl(353, 48%, 91%);
  --theme-color-300: hsl(353, 47%, 85%);
  --theme-color-400: hsl(353, 80%, 83%);
  --theme-color-lite: hsl(353, 58%, 44%);
  --ht-btn-active-border-color: transparent!important;
}
html .nav-scondary a.is-current {
  --ht-theme: #C04E61;
}

body {
  --ht-theme-rgb: var(--hh-pink-mid-rgb);
  --ht-theme: #C04E61;
}
body .btn-default {
  --ht-btn-border-color: var(--hh-pink-mid-3);
  --ht-btn-bg: var(--hh-pink-mid-3);
  --ht-btn-hover-border-color: var(--hh-pink-mid-3);
  --ht-btn-hover-bg: #fff;
  --ht-btn-hover-color: var(--ht-default);
  --ht-btn-active-bg: #fff;
  --ht-btn-active-color: var(--hh-pink-mid-3);
  --ht-btn-active-border-color: var(--hh-pink-mid-3);
  --ht-btn-box-shadow: 0 .2em 0 rgba(0, 0, 0, 0.1);
}
body .btn-outline-default {
  --ht-btn-border-color: var(--hh-pink-mid-3);
  --ht-btn-hover-border-color: var(--hh-pink-mid-3);
  --ht-btn-bg: #fff;
  --ht-btn-active-bg: var(--hh-pink-mid-3);
  --ht-btn-active-border-color: var(--hh-pink-mid-3);
  --ht-btn-hover-bg: var(--hh-pink-mid-3);
  --ht-btn-hover-color: #fff;
  --ht-btn-box-shadow: 0 .25em 0 rgba(0,0,0,0.1);
}
body .btn {
  --ht-border-width: 2px;
  font-weight: bold;
  box-shadow: var(--ht-btn-box-shadow);
  --ht-btn-font-size: 1.25em;
  --ht-border-radius: 1.4em;
}
body .btn-lg,
body .btn-group-lg > .btn {
  --ht-btn-padding-y: .8em;
  --ht-btn-padding-x: 2em;
  --ht-btn-font-size: clamp(.9em, 1.2em, 2vw);
}
body .btn-w-a {
  width: 13em;
  max-width: 90%;
}
body .nav-scondary {
  background-color: var(--hh-pink-lite);
}
body:has(.is-list-page) .page-main-col.is-nav-wrap {
  display: none;
}
body:has(.is-list-page) .page-main-col.is-contents-wrap {
  width: 100%;
}

body .sp-secondary-nav-show-trigger {
  z-index: 2;
}
body .sp-secondary-nav-show-trigger .btn-outline-default {
  --ht-btn-color: #C04E61;
}

.text-pink {
  color: var(--hh-pink);
}

.header-contact {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.header-contact .sp-nav-content-body {
  margin-top: 0.75em;
  display: flex;
  justify-content: flex-end;
}
.header-contact .sp-nav-content-body .input-group {
  width: 256px;
}
.header-contact dl {
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}
.header-contact dt {
  text-align: center;
  font-size: clamp(14px, 16px, 1vw);
}
.header-contact dt strong,
.header-contact dt small {
  display: block;
  line-height: 1.1;
}
.header-contact dt strong {
  background-color: var(--hh-pink);
  color: #fff;
  text-align: center;
  border-radius: 0.75em;
  padding: 0.25em 1em;
  margin-bottom: 0.25em;
}
.header-contact dt small span {
  display: inline-block;
}
.header-contact dd {
  margin-bottom: 0;
}
.header-contact dd img {
  max-width: 100%;
}

.js-sp-gcs-search-input {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.js-sp-gcs-search-input .form-control {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

#buttonGcsSearch {
  font-size: 16px !important;
  display: flex;
  align-items: center;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.hh-site-title {
  background-color: rgba(var(--hh-pink-mid-rgb), 0.2);
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hh-site-title:before, .hh-site-title:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  box-shadow: 0 1em 3em rgba(var(--hh-pink-mid-rgb), 0.2);
}
.hh-site-title:before {
  width: clamp(200px, 600px, 40vw);
  bottom: -40%;
  left: calc(8vw - 24px);
  opacity: 0.2;
}
.hh-site-title:after {
  width: clamp(100px, 300px, 20vw);
  top: 50%;
  right: calc(10vw - 20px);
  opacity: 0.3;
}
.hh-site-title .hd-1 {
  font-size: clamp(18px, 28px, 3vw);
  padding: 2em 0;
  text-align: center;
  display: flex;
}
.hh-site-title .hd-1 a {
  text-decoration: none;
  color: inherit;
}
.hh-site-title .hd-1-text {
  background-color: #fff;
  line-height: 1;
  padding: 1em 1.1em;
  border-radius: 1.25em 1.25em 0 1.25em;
}

.page-details-wrap h1:not(.reset) {
  --ht-theme: #C04E61;
}

main img {
  max-width: 100%;
  height: auto;
}
main:has(.is-contents-bg-white) .detail_html:not(:has(.hanzaihigai-page-title-r2)),
main:has(.is-contents-bg-white) .detail_free:not(:has(.hanzaihigai-page-title-r2)) {
  padding-left: clamp(1em, 2em, 2vw);
  padding-right: clamp(1em, 2em, 2vw);
  padding-top: 1px;
  padding-bottom: 1em;
}
main:has(.is-contents-bg-white) .detail_html:not(:has(.hanzaihigai-page-title-r2)):nth-child(2),
main:has(.is-contents-bg-white) .detail_free:not(:has(.hanzaihigai-page-title-r2)):nth-child(2) {
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  padding-top: clamp(1.5em, 3em, 3vw);
  margin-top: -2em;
}
main:has(.is-contents-bg-white) .detail_html:not(:has(.hanzaihigai-page-title-r2)):last-child,
main:has(.is-contents-bg-white) .detail_free:not(:has(.hanzaihigai-page-title-r2)):last-child {
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  padding-bottom: clamp(1.5em, 3em, 3vw);
}
main:has(.is-contents-bg-white) .detail_html:not(:has(.hanzaihigai-page-title-r2, .parent-transparent)),
main:has(.is-contents-bg-white) .detail_free:not(:has(.hanzaihigai-page-title-r2, .parent-transparent)) {
  background-color: #fff;
}
main:has(.is-contents-bg-white) .detail_html:has(.next-detail-wrap-round-top) + .detail_free,
main:has(.is-contents-bg-white) .detail_html:has(.next-detail-wrap-round-top) + .detail_html,
main:has(.is-contents-bg-white) .detail_free:has(.next-detail-wrap-round-top) + .detail_free,
main:has(.is-contents-bg-white) .detail_free:has(.next-detail-wrap-round-top) + .detail_html {
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
}
main:has(.is-contents-bg-white) .detail_html:has(.separate-next-parent),
main:has(.is-contents-bg-white) .detail_free:has(.separate-next-parent) {
  margin-bottom: 4em;
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}
main:has(.is-contents-bg-white) .detail_html:has(.this-detail-wrap-round-top),
main:has(.is-contents-bg-white) .detail_free:has(.this-detail-wrap-round-top) {
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  padding-top: clamp(1.5em, 3em, 3vw);
}
main:has(.is-contents-bg-white) .detail_html:has(.this-detail-wrap-round-bottom),
main:has(.is-contents-bg-white) .detail_free:has(.this-detail-wrap-round-bottom) {
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  padding-bottom: clamp(1.5em, 3em, 3vw);
}
main .detail_free,
main .detail_html {
  margin-bottom: 0;
}
main .detail_free * + h2:not(.reset), main .detail_free * + h3:not(.reset), main .detail_free * + h4:not(.reset), main .detail_free * + h5:not(.reset),
main .detail_html * + h2:not(.reset),
main .detail_html * + h3:not(.reset),
main .detail_html * + h4:not(.reset),
main .detail_html * + h5:not(.reset) {
  margin-top: 2em;
  margin-bottom: 1.25em;
}
main .detail_free h2:not(.reset),
main .detail_html h2:not(.reset) {
  background-color: rgba(var(--ht-theme-rgb), 0.1);
  border-radius: 0.75em;
  font-size: clamp(18px, 24px, 2.5vw);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
  position: relative;
}
main .detail_free h2:not(.reset):before,
main .detail_html h2:not(.reset):before {
  content: "";
  position: absolute;
  left: 0.3em;
  bottom: 0.3em;
  border-color: transparent transparent var(--ht-theme) var(--ht-theme);
  border-width: clamp(6px, 9px, 1vw);
  border-style: solid;
  border-radius: 0 0 0 0.3em;
}
main .detail_free h3:not(.reset),
main .detail_html h3:not(.reset) {
  font-size: clamp(16px, 20px, 2.1vw);
  padding: 0.5em;
  margin-bottom: 1.25em;
  border-bottom: solid 3px rgba(var(--ht-theme-rgb), 0.3);
  position: relative;
  z-index: 1;
}
main .detail_free h3:not(.reset):before,
main .detail_html h3:not(.reset):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.75em;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0.8;
}
main .detail_free h3:not(.reset):after,
main .detail_html h3:not(.reset):after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 33.333%;
  background-color: var(--ht-theme);
  left: 0;
  bottom: -3px;
}
main .detail_free h4:not(.reset),
main .detail_html h4:not(.reset) {
  font-size: clamp(15px, 18px, 2.4vw);
  margin-bottom: 1.25em;
  padding: 0.15em 1em 0.15em 0.75em;
}
main .detail_free h4:not(.reset):before,
main .detail_html h4:not(.reset):before {
  content: "";
  border-left: solid 0.3em var(--ht-theme);
  margin-right: 0.75em;
  opacity: 0.6;
}
main .detail_free h5:not(.reset),
main .detail_html h5:not(.reset) {
  font-size: clamp(14px, 17px, 2.4vw);
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.25em;
}
main .detail_free table:not(.reset),
main .detail_html table:not(.reset) {
  margin-bottom: 1em;
}
main .detail_free table:not(.reset) td, main .detail_free table:not(.reset) th,
main .detail_html table:not(.reset) td,
main .detail_html table:not(.reset) th {
  border: solid 1px #ddd;
  padding: 0.75em 0.75em;
}

.hero-img {
  background-color: var(--hh-pink-lite);
  padding-top: 1em;
}
.hero-img .i-img {
  margin-left: calc(var(--ht-gutter-x) * 0.25 * -1);
  margin-right: calc(var(--ht-gutter-x) * 0.25 * -1);
  display: block;
}

.information {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: left;
}
.information a {
  color: var(--ht-body-color);
  text-decoration: none;
}
.information a:hover {
  text-decoration: underline;
}
.information .i-hd {
  font-size: 21px;
  color: var(--hh-pink);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.information .i-hd .i-ico {
  color: var(--hh-pink-mid);
}
.information .i-list {
  background-color: #fff;
  border-radius: 1em;
  padding: 1em 1.5em;
}
.information .i-item {
  margin-bottom: 0.5em;
}
.information .i-item:last-child {
  margin-bottom: 0;
}
.information .i-item dt {
  width: 10em;
  font-size: clamp(12px, 16px, 2vw);
}
.information .i-more {
  color: var(--hh-pink);
  font-weight: bold;
}

.separate-1 img {
  width: 100%;
  height: auto;
  display: block;
}

/*  */
.sec-py {
  padding-top: clamp(2.5em, 5em, 5vw);
  padding-bottom: clamp(2.5em, 5em, 5vw);
}

.sec-pb {
  padding-bottom: clamp(2.5em, 5em, 5vw);
}

.sec-pt {
  padding-top: clamp(2.5em, 5em, 5vw);
}

#sec-page-nav {
  text-align: center;
  background-color: #fff;
}
#sec-page-nav h2 {
  text-align: center;
  font-size: clamp(28px, 56px, 5vw);
}
#sec-page-nav h2 span {
  color: var(--hh-pink);
  font-weight: 500;
}
#sec-page-nav h2 small {
  font-size: clamp(0.55em, 0.7em, 3vw);
  display: flex;
  justify-content: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 0.5em;
}

#sec-nagare {
  background-color: #fff;
}

#sec-dekirukoto {
  background-color: #fff;
  background-image: url(/img/hanzaihigai/separate-2.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
#sec-dekirukoto .sec-py {
  padding-top: 5em;
  padding-bottom: 5em;
}
#sec-dekirukoto .i-fig-1 {
  background-color: var(--hh-pink-lite-2);
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.75em;
  text-align: center;
  padding-top: clamp(1em, 3em, 3vw);
  padding-bottom: clamp(1em, 3em, 3vw);
  padding-left: clamp(0.25em, 2em, 2vw);
  padding-right: clamp(0.25em, 2em, 2vw);
}
#sec-dekirukoto .i-fig-1 a:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#sec-dekirukoto .i-fig-1 a img {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#sec-dekirukoto .i-fig-1 .i-fig-1-1 .i-img img {
  width: 45vw;
}
#sec-dekirukoto .i-fig-1 .i-fig-1-2 .i-img img {
  width: 46vw;
}
#sec-dekirukoto .i-fig-1 .i-fig-1-3 .i-img img {
  width: 37vw;
}

.sec-1-example {
  background-color: var(--hh-pink-lite-2);
  border-radius: 2em;
  border: solid 2px var(--hh-pink-mid);
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  position: relative;
  margin-top: 14em;
  padding: clamp(0.5em, 5em, 5vw);
  padding-top: clamp(0.5em, 4em, 5vw);
}
.sec-1-example .i-example-ill {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sec-1-example .i-example-ill img {
  position: absolute;
  max-width: 50%;
}
.sec-1-example .i-ez {
  background: var(--hh-pink-mid-2);
  color: #fff;
  width: 5.5em;
  height: 5.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -4em;
  left: -0.75em;
}
.sec-1-example .i-ez:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border: 1.5px solid #fff;
  position: absolute;
  border-radius: 50%;
}
.sec-1-example .i-ez p {
  margin-bottom: 0;
}
.sec-1-example .i-item {
  background-color: #fff;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: clamp(1em, 6em, 6vw);
  padding-right: clamp(1em, 6em, 6vw);
  border-radius: 1.75em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec-1-example .i-item:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: var(--hh-pink-mid);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.sec-1-example .i-item p {
  margin-bottom: 0;
}
.sec-1-example .i-catch-col {
  flex-grow: 1;
}
.sec-1-example .i-catch {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec-1-example .i-catch p {
  text-align: center;
}
.sec-1-example .i-ill {
  flex-shrink: 0;
}
.sec-1-example .i-details {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec-1-example .i-details .i-icon {
  flex-shrink: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sec-1-example .i-details .i-icon img {
  width: clamp(40px, 60px, 4vw);
}
.sec-1-example .i-details .wght-300 {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ht-gray-100);
  border-radius: 50%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.sec-1-example .i-details h4 {
  text-align: center;
  font-size: clamp(18px, 22px, 2.5vw);
}
.sec-1-example .i-details p {
  font-weight: 500;
}

.sec-1-list {
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 1.5em;
  margin-top: 4em;
  margin-bottom: clamp(1em, 4em, 4vw);
}
.sec-1-list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: var(--ht-light);
  z-index: 1;
  border-radius: 1em;
}
.sec-1-list ul {
  justify-content: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.sec-1-list li {
  width: 10em;
}
.sec-1-list li a {
  border: 3px solid var(--hh-pink-mid);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--hh-pink-lite);
  font-size: clamp(16px, 18px, 2vw);
}
.sec-1-list li a:hover {
  background-color: #fff;
  border: 3px solid var(--hh-pink-mid);
}
.sec-1-list li a .i-text {
  padding-bottom: 0.5em;
}
.sec-1-list li a .material-symbols-outlined {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: -0.5em;
  color: var(--hh-pink-mid-2);
}

.hd-lines {
  text-align: center;
  font-size: clamp(21px, 42px, 4vw);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.hd-lines:before, .hd-lines:after {
  content: "";
  display: block;
  height: 2px;
  width: clamp(1.6em, 2.25em, 6vw);
  background-color: var(--ht-gray-500);
}

.sec-2-step {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(2em, 4em, 4vw);
  padding-top: 4em;
}

.sec-2-step-item {
  border: solid 3px var(--hh-pink-mid);
  height: 100%;
  border-radius: 2em;
  position: relative;
}
.sec-2-step-item .i-hd {
  background-color: var(--hh-pink-lite-3);
  text-align: center;
  padding: 2em 1em 1em 1em;
  position: relative;
  border-radius: 2em 2em 0 0;
  z-index: 1;
}
.sec-2-step-item .i-hd img {
  width: 60%;
}
.sec-2-step-item .i-hd .i-index {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  top: -1.8em;
  height: 1.8em;
  overflow: hidden;
  font-size: clamp(24px, 33px, 3vw);
}
.sec-2-step-item .i-hd .i-index .i-number {
  width: 3.4em;
  height: 3.4em;
  background-color: var(--hh-pink-mid-2);
  border-radius: 50%;
  color: #fff;
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
  z-index: -1;
  font-weight: bold;
  padding-top: 0.4em;
}
.sec-2-step-item .i-hd .i-index .i-number:before {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.sec-2-step-item .i-body {
  padding: 1em 1.5em;
  font-size: clamp(15px, 16px, 2vw);
}
.sec-2-step-item .i-body ul {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.sec-2-step-item .i-body ul .i-circle {
  padding-right: 0.25em;
  color: var(--hh-pink-mid-2);
}
.sec-2-step-item .i-body ul li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.sec-2-step-item .i-body .i-note {
  text-indent: -1em;
  padding-left: 1em;
}

.sec-3-hd-acc {
  background-color: var(--hh-pink-mid-2);
  padding: 0.75em 1.75em;
  border-radius: 9em;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 3em;
}
.sec-3-hd-acc:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--hh-pink-mid-2);
  top: calc(100% - 1em);
  left: calc(50% - 0.75em);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.sec-3-list-item-wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sec-3-list-item {
  background-color: #fff;
  text-align: center;
  height: 100%;
  border-radius: clamp(15px, 30px, 3vw);
  box-shadow: 0 6px 0 var(--ht-gray-200);
  overflow: hidden;
}
.sec-3-list-item .d-flex {
  height: 100%;
}
.sec-3-list-item .i-text-1 {
  padding: 1.5em;
  flex-grow: 1;
}
.sec-3-list-item .i-text-1-inner {
  background-color: var(--ht-gray-100);
  padding: 2em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: clamp(20px, 40px, 4vw);
}
.sec-3-list-item .i-text-1-inner p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: clamp(17px, 18px, 2vw);
}
.sec-3-list-item .i-img {
  margin-top: -2.5em;
  margin-bottom: -1em;
  position: relative;
  z-index: 1;
}
.sec-3-list-item .i-img img {
  width: clamp(120px, 166px, 10vw);
}
.sec-3-list-item .i-link a {
  display: block;
  height: 100%;
  height: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  line-height: 1.25;
  border-bottom-left-radius: clamp(15px, 30px, 3vw);
  border-bottom-right-radius: clamp(15px, 30px, 3vw);
}
.sec-3-list-item .i-link a .i-arr {
  position: absolute;
  font-size: 2em;
  right: 0.3em;
  top: 50%;
  line-height: 0;
  opacity: 0.5;
}

.sec-3-list-item-wrap .qa-list .btn {
  height: 4em;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 20px, 2vw);
}
.sec-3-list-item-wrap .qa-list .btn small {
  display: block;
  font-size: 0.75em;
  line-height: 1.25;
}

:root {
  --hh-type-color-1: #0A826A;
  --hh-type-color-2: #0B2297;
  --hh-type-color-3: #970B68;
  --hh-type-color-4: #7A7A0A;
}

#sec-seido {
  background-color: var(--hh-pink-lite-3);
  background-image: url(/img/hanzaihigai/separate-3.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
#sec-seido .i-other-info {
  font-size: clamp(14px, 16px, 2vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  margin-top: 2em;
}
#sec-seido .i-other-info .btn {
  font-size: inherit;
  padding: 1em 1.15em 1em 1.15em;
}
#sec-seido .i-other-info .btn:hover .material-symbols-outlined {
  color: var(--hh-pink-lite);
}
#sec-seido .i-other-info .btn .material-symbols-outlined {
  color: var(--hh-pink);
}

.sec-4-list-wrap {
  margin-top: clamp(3em, 7em, 7vw);
}
.sec-4-list-wrap.is-bottom {
  margin-top: clamp(2em, 3em, 4vw);
}
.sec-4-list-wrap.is-bottom .sec-4-list-item .i-type-list li {
  margin-top: 0;
  margin-bottom: 0;
}
.sec-4-list-wrap.is-bottom .sec-4-list-item .btn {
  min-height: clamp(4em, 6em, 8vw);
  font-size: clamp(15px, 18px, 2vw);
}

.badge.type-color-1 {
  background-color: var(--hh-type-color-1);
}
.badge.type-color-2 {
  background-color: var(--hh-type-color-2);
}
.badge.type-color-3 {
  background-color: var(--hh-type-color-3);
}
.badge.type-color-4 {
  background-color: var(--hh-type-color-4);
}

.sec-4-list-item .i-type-list {
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.sec-4-list-item .i-btn-wrap {
  margin-bottom: 1em;
}
.sec-4-list-item .btn {
  width: 100%;
  min-height: clamp(5em, 7em, 10vw);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(16px, 20px, 2vw);
}
.sec-4-list-item .btn .i-arr {
  position: absolute;
  right: 0.5em;
  top: 50%;
  line-height: 0;
  font-size: 1.75em;
  color: var(--hh-pink-mid-3);
}
.sec-4-list-item .btn:hover .i-arr {
  color: #fff;
}
.sec-4-list-item .i-text-wrap {
  padding-left: 1em;
  padding-right: 1em;
}

#sec-end {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#sec-end:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(300px, 500px, 50vw);
  z-index: -1;
  background-color: var(--hh-pink-lite-2);
}

.contact-dial-wrap-bg {
  background-color: #fff;
}

.contact-dial-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: clamp(3em, 5em, 5vw);
}

.contact-dial .i-hd {
  background-color: var(--hh-yellow);
  margin-bottom: 1.25em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.contact-dial .business-hours-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
.contact-dial .business-hours {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-bottom: 0.75em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.contact-dial .business-hours dt {
  font-size: clamp(10px, 18px, 2vw);
  border: solid 2px var(--ht-dark);
  border-radius: 6em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  white-space: nowrap;
}
.contact-dial .business-hours dd {
  font-size: clamp(16px, 30px, 3vw);
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.1;
  text-align: left;
  padding-top: 0.15em;
}
.contact-dial .business-hours dd small {
  font-size: 0.6em;
  display: block;
}

.catch-dekirukoto-1 {
  font-size: clamp(22px, 42px, 4vw);
}
.catch-dekirukoto-1 span {
  display: inline-block;
}

.hanzaihigai-bottom-page,
.hanzaihigai-main {
  background-color: #FEF5F6;
}
.hanzaihigai-bottom-page .footer-main-copy img,
.hanzaihigai-bottom-page .footer-main-ill img,
.hanzaihigai-bottom-page .contact-dial img,
.hanzaihigai-main .footer-main-copy img,
.hanzaihigai-main .footer-main-ill img,
.hanzaihigai-main .contact-dial img {
  height: auto !important;
}

.hanzaihigai-page-title {
  text-align: center;
  background-image: url(/img/hanzaihigai/page-title-bg.svg);
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 0 0 30px 30px;
}
.hanzaihigai-page-title .i-catch {
  font-size: clamp(18px, 28px, 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.hanzaihigai-page-title .i-catch:before, .hanzaihigai-page-title .i-catch:after {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background: #fff;
}
.hanzaihigai-page-title .i-eg-text {
  font-size: clamp(14px, 20px, 3vw);
  margin-bottom: 0;
  margin-top: 0 !important;
}
.hanzaihigai-page-title h1 {
  font-size: clamp(36px, 60px, 6vw);
  margin-bottom: 0.4em;
}

.hanzaihigai-page-title-r2 {
  text-align: center;
  background-color: var(--hh-pink-mid-3);
  background-image: url(/img/hanzaihigai/page-title-bg.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
  margin-bottom: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
}
.hanzaihigai-page-title-r2 .i-catch {
  font-size: clamp(16px, 26px, 3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.hanzaihigai-page-title-r2 .i-catch:before, .hanzaihigai-page-title-r2 .i-catch:after {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background: #fff;
}
.hanzaihigai-page-title-r2 .i-eg-text {
  font-size: clamp(13px, 18px, 3vw);
  margin-bottom: 0;
}
.hanzaihigai-page-title-r2 h1 {
  font-size: clamp(30px, 50px, 6vw);
  margin-bottom: 0.4em;
}

.page-lead-text {
  font-size: clamp(16px, 26px, 3vw);
}

.examples-wrap .i-title {
  display: flex;
  justify-content: flex-end;
}
.examples-wrap .i-title-text {
  font-size: clamp(15.32px, 20px, 3vw);
  font-weight: bold;
  background-color: var(--hh-pink-mid-3);
  margin-bottom: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
  border: solid 1.5em rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50%;
}
.examples-wrap .i-list-wrap {
  font-size: clamp(16px, 21px, 3vw);
  font-weight: bold;
}
.examples-wrap .i-list-wrap ul li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.case-lead h2 {
  text-align: center;
  background-color: var(--hh-pink-mid-3);
  border-radius: 0.75em;
  color: #fff;
  font-size: clamp(16px, 23px, 2.5vw);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.case-lead .row {
  align-items: center;
}
.case-lead .row .col-auto {
  width: 100%;
  text-align: center;
  margin-bottom: -1em;
  position: relative;
  z-index: 1;
}
.case-lead .card {
  border: none;
  background-color: var(--ht-gray-100);
  box-shadow: 0px 5px 20px rgba(78, 78, 78, 0.1);
  border-radius: 30px;
}
.case-lead .card p span {
  display: inline-block;
}
.case-lead .card-body {
  padding: 2em;
  text-align: center;
  font-weight: bold;
  font-size: clamp(15px, 20px, 2vw);
}

.correspondence-wrap {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 14px rgba(129, 60, 60, 0.05);
  border-radius: clamp(20px, 30px, 3vw);
  margin-top: 4em;
  padding: clamp(16px, 40px, 4vw);
}
.correspondence-wrap h2 {
  font-size: clamp(18px, 36px, 3vw);
}
.correspondence-wrap h2 .i-num {
  background-color: var(--hh-pink);
  color: #fff;
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  border-radius: 0.3em;
  margin-right: 0.3em;
}

.correspondence-arrow {
  width: clamp(61px, 81px, 8vw);
}

.commu-unit-wrap {
  margin-top: 3em;
  margin-bottom: 2em;
}

.commu-unit {
  display: flex;
  margin-top: 2em;
  width: 680px;
  max-width: 100%;
  font-weight: bold;
}
.commu-unit .i-avatar-col {
  flex-shrink: 0;
  padding-right: clamp(1.5em, 2em, 2vw);
  text-align: center;
}
.commu-unit .i-avatar h3 {
  font-size: clamp(10px, 16px, 1.5vw);
  margin-top: 0.5em;
}
.commu-unit .i-avatar img {
  border: solid 3px var(--hh-pink-mid);
  border-radius: 50%;
  width: clamp(48px, 90px, 9vw);
}
.commu-unit .i-text {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(226, 101, 122, 0.15);
  border-radius: clamp(20px, 30px, 3vw);
  padding: 1.5em;
  position: relative;
  font-size: clamp(14px, 18px, 2vw);
  font-weight: normal;
  line-height: 1.7;
  color: #A73144;
}
.commu-unit .i-text:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  background-color: #fff;
  right: calc(100% - 0.8em);
  top: 1.75em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.commu-unit.is-right {
  flex-direction: row-reverse;
  margin-left: auto;
}
.commu-unit.is-right .i-avatar-col {
  padding-right: 0;
  padding-left: 2em;
}
.commu-unit.is-right .i-avatar img {
  border-color: var(--hh-type-color-1);
}
.commu-unit.is-right .i-text {
  color: var(--ht-base);
  box-shadow: 0px 5px 20px rgba(35, 149, 92, 0.15);
}
.commu-unit.is-right .i-text:before {
  right: auto;
  left: calc(100% - 0.8em);
}

.seido-section .i-hd {
  text-align: center;
  font-size: clamp(18px, 24px, 3vw);
}
.seido-section .i-hd span.i-hd-bg {
  background-color: rgba(253, 197, 203, 0.8);
  color: #751f2e;
  border-radius: 3em;
  padding: 0.5em 1em;
  width: 780px;
  max-width: 100%;
  display: inline-block;
}

.qa-section .i-hd {
  font-size: clamp(18px, 24px, 3vw);
  text-align: center;
}
.qa-section .i-hd span {
  background-color: #CB5569;
  color: #fff;
  display: inline-block;
  border-radius: 3em;
  padding: 0.5em 1em;
  padding-left: clamp(1em, 4em, 3vw);
  padding-right: clamp(1em, 4em, 3vw);
}

.question-wrap {
  background-color: #fff;
  border-radius: clamp(20px, 30px, 3vw);
  font-size: clamp(14px, 18px, 2vw);
  padding: 2em 3em;
  padding-top: clamp(1em, 2em, 2vw);
  padding-bottom: clamp(1em, 2em, 2vw);
  padding-left: clamp(2em, 3em, 3vw);
  padding-right: clamp(2em, 3em, 3vw);
}
.question-wrap ul {
  list-style: none;
  padding-left: 2.5em;
}
.question-wrap li {
  position: relative;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
.question-wrap li:before {
  content: "Q";
  font-size: clamp(16px, 20px, 2vw);
  color: #cb5569;
  background-color: #FCF7F8;
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  right: calc(100% + 0.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -0.4em;
}
.question-wrap a {
  text-decoration: none;
  color: var(--ht-base);
  font-weight: 500;
}
.question-wrap a:hover {
  text-decoration: underline;
}

.circle-text-items {
  aspect-ratio: 1/1;
  background-color: var(--hh-pink-mid-2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1em, 2em, 2vw);
  border-radius: 50%;
  margin: -0.5em;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.circle-text-items p {
  margin-bottom: 0;
  font-weight: bold;
}

.icon-circle-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-color-50);
  padding: 0.9em;
  border-radius: 50%;
  color: var(--hh-pink-mid-2);
  aspect-ratio: 1/1;
}

.faq-question-bar {
  padding: 0.75em;
  position: relative;
  font-size: clamp(16px, 20px, 2vw);
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 0.5em;
}
.faq-question-bar .i-icon {
  font-size: 1.5em;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 0.05em);
  line-height: 0;
  opacity: 0.5;
}

.acc-arrow-down-flow-tetsuduki {
  position: relative;
  z-index: 1;
  height: 100%;
}
.acc-arrow-down-flow-tetsuduki .i-arrow {
  position: absolute;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleY(50%);
          transform: scaleY(50%);
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
}
.acc-arrow-down-flow-tetsuduki .i-arrow:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--hh-pink-mid-2);
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (max-width: 991.98px) {
  .header-contact {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    font-size: 10px;
    text-align: center;
    padding: 0.75em 1em;
    border-top: solid 1px var(--hh-pink);
  }
  .header-contact .sp-nav-content-body {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .header-contact {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .header-contact .sp-nav-content-body {
    margin-right: 2em;
    margin-bottom: 0.75em;
  }
  main:has(.is-contents-bg-white) .detail_html:not(:has(.hanzaihigai-page-title-r2)),
  main:has(.is-contents-bg-white) .detail_free:not(:has(.hanzaihigai-page-title-r2)) {
    margin-left: -2em;
    margin-right: -2em;
  }
  .hanzaihigai-bottom-page .page-main-col.is-contents-wrap,
  .hanzaihigai-main .page-main-col.is-contents-wrap {
    width: calc(100% - 340px);
  }
  .hanzaihigai-page-title-r2 {
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media print, screen and (min-width: 1400px) {
  .container-xl {
    max-width: 1340px;
  }
}
@media print, screen and (min-width: 576px) {
  .contact-dial .business-hours dd small {
    display: inline-block;
    font-size: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .case-lead .row .col-auto {
    width: auto;
  }
  .commu-unit-wrap {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media print, screen and (min-width: 992px) {
  body .nav-scondary {
    background-color: #fff;
  }
  body .nav-scondary > ul > li {
    border: none;
  }
  .container-xl .page-main-row {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .container-xl .page-main-row .page-main-col.is-nav-wrap {
    width: 260px;
  }
  .container-xl .page-main-row .page-main-col.page-details-wrap {
    width: calc(100% - 310px);
  }
  .nav-scondary-toppage-place {
    display: none;
  }
  .header-contact dl {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
  .js-sp-gcs-search-input {
    display: none;
  }
  .hero-img {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .information .i-list {
    padding: 1.5em 2em;
  }
  .information .i-item {
    display: flex;
  }
  #sec-dekirukoto .i-fig-1 .i-fig-1-1 .i-img img {
    width: inherit;
  }
  #sec-dekirukoto .i-fig-1 .i-fig-1-2 .i-img img {
    width: inherit;
  }
  #sec-dekirukoto .i-fig-1 .i-fig-1-3 .i-img img {
    width: inherit;
  }
  #sec-dekirukoto .i-fig-1 .i-fig-1-3 {
    margin-left: -7%;
  }
  .sec-1-example {
    padding: clamp(0.5em, 5em, 6vw);
    padding-top: clamp(0.5em, 4em, 6vw);
  }
  .sec-1-example .i-ez {
    left: 4em;
  }
  .sec-1-example .i-item {
    display: flex;
    align-items: center;
  }
  .sec-1-example .i-catch {
    flex-direction: row;
    padding-right: 3em;
  }
  .sec-1-example .i-catch p {
    text-align: left;
  }
  .sec-1-example .i-ill {
    padding-right: 1.8em;
  }
  .sec-1-example .i-details-col {
    width: 55%;
    border-left: 3px solid var(--hh-pink-mid);
    padding-left: 2em;
  }
  .sec-1-example .i-details {
    flex-direction: row;
  }
  .sec-1-example .i-details .i-icon {
    padding-right: 1em;
    padding-bottom: 0;
    padding-top: 0;
  }
  .sec-1-example .i-details .i-icon img {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .sec-1-example .i-details h4 {
    text-align: left;
  }
  .sec-2-step-col:not(:last-child) .sec-2-step-item:after {
    display: block;
    content: "";
    border-style: solid;
    border-color: var(--hh-pink-mid) var(--hh-pink-mid) transparent transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-width: 16px;
    position: absolute;
    left: 100%;
    top: 50%;
  }
  .sec-2-step-item .i-hd img {
    width: auto;
  }
  #sec-seido .i-other-info {
    margin-top: 3em;
  }
  #sec-seido .i-other-info .btn {
    padding: 1em 1.5em 1em 1.5em;
  }
  .contact-dial .business-hours {
    -webkit-column-gap: 0.7em;
       -moz-column-gap: 0.7em;
            column-gap: 0.7em;
    align-items: center;
  }
  .contact-dial .business-hours dd {
    padding-top: 0;
  }
}