
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --font-color: #1c2b51;
  --accent-yelow: #ffe366;
  --soft-color: #85cba5;
  --zone-color: #8eaddf;
  --hard-color: #e2a659;
  --alarm-color: #e78a90;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  body {
    scroll-padding-top: 50px;
  }
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  overflow: hidden;
  line-height: 1.7;
}

svg,
img {
  max-width: 100%;
}

@media screen and (min-width: 766px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
}
.l-section {
  width: 1155px;
  padding-inline: 20px;
  padding-top: 100px;
  padding-bottom: 1px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section {
    width: 100%;
    padding-top: 60px;
  }
}
.l-section .c-headset {
  margin-bottom: 30px;
}

.c-dashed-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 8px;
  background-size: 28px 8px;
  background: repeating-linear-gradient(115deg, transparent, transparent 8px, var(--font-color) 8px, var(--font-color) 20px);
}
.c-dashed-line--yellow {
  background: repeating-linear-gradient(115deg, transparent, transparent 8px, var(--accent-yelow) 8px, var(--accent-yelow) 20px);
}
.c-dashed-line--white {
  background: repeating-linear-gradient(115deg, transparent, transparent 8px, white 8px, white 20px);
}

:where(.c-line-text) {
  position: relative;
  line-height: 1;
  display: inline-block;
  padding-block: 7px;
  z-index: 1;
}
:where(.c-line-text)::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
  transition-delay: 0.3s;
  background: linear-gradient(to top, var(--accent-yelow) 0%, var(--accent-yelow) 16px, transparent 16px, transparent 100%);
}
:where(.c-line-text).is-inview::before {
  width: 100%;
}

.c-over-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.c-headset {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-bottom: 23px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-headset {
    text-align: center;
    padding-bottom: 15px;
    gap: 0;
  }
}
.c-headset .c-dashed-line {
  width: 755px;
}
@media screen and (max-width: 768px) {
  .c-headset .c-dashed-line {
    width: 335px;
  }
}
.c-headset__sub {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-headset__sub {
    font-size: 18px;
  }
}
.c-headset__sub > .in-strong {
  font-weight: bolder;
}
.c-headset__sub--bubble {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-headset__sub--bubble {
    font-size: 14px;
  }
}
.c-headset__sub--bubble::before, .c-headset__sub--bubble::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #204878;
  flex-shrink: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-headset__sub--bubble::before, .c-headset__sub--bubble::after {
    width: 20px;
    margin-top: 20px;
  }
}
.c-headset__sub--bubble::before {
  transform: rotate(56deg);
}
.c-headset__sub--bubble::after {
  transform: rotate(-56deg);
}
.c-headset__sub--orange {
  color: #ca5c30;
}
.c-headset__main {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .c-headset__main {
    font-size: 30px;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.c-headset__main--width-icon {
  position: relative;
}
.c-headset__main--width-icon > .in-left-icon {
  position: absolute;
  width: 75px;
  right: calc(100% + 65px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-headset__main--width-icon > .in-left-icon {
    display: none;
  }
}
.c-headset__main--width-icon > .in-right-icon {
  position: absolute;
  width: 57px;
  left: calc(100% + 70px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-headset__main--width-icon > .in-right-icon {
    display: none;
  }
}
.c-headset--center {
  text-align: center;
}
.c-headset--inline {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .c-headset--inline {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 20px;
  }
}
.c-headset--inline .c-headset__main {
  transform: translate(0, 5px);
}

.c-set-contact__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #204878;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .c-set-contact__bubble {
    font-size: 16px;
  }
}
.c-set-contact__bubble::before, .c-set-contact__bubble::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #204878;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-set-contact__bubble::before, .c-set-contact__bubble::after {
    width: 20px;
  }
}
.c-set-contact__bubble::before {
  transform: rotate(56deg);
}
.c-set-contact__bubble::after {
  transform: rotate(-56deg);
}
.c-set-contact__inner {
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-set-contact__main-wrap {
  background-color: #204878;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 181px;
}
@media screen and (max-width: 768px) {
  .c-set-contact__main-wrap {
    height: 147px;
    padding-inline: 15px;
  }
}
.c-set-contact__label {
  color: white;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-set-contact__label {
    font-size: 16px;
  }
}
.c-set-contact__sub-wrap {
  width: 100%;
  height: 75px;
  background-color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-set-contact__sub-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  height: 45px;
  border-radius: 40px;
  background-color: #204878;
  color: white;
  gap: 12px;
  transition: background-color 0.2s;
}
.c-set-contact__sub-button > .in-icon {
  transform: translate(0, 2px);
}
.c-set-contact__sub-button > .in-icon path {
  transition: stroke 0.2s;
}
.c-set-contact__sub-button > .in-text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-set-contact__sub-button > .in-text {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .c-set-contact__sub-button:hover {
    background-color: var(--accent-yelow);
  }
  .c-set-contact__sub-button:hover > .in-text {
    color: var(--font-color);
  }
  .c-set-contact__sub-button:hover > .in-icon path {
    stroke: var(--font-color);
  }
}
.c-set-contact__sub-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-set-contact__sub-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-level-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  aspect-ratio: 1/1;
  background-color: var(--accent-yelow);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .c-level-circle {
    width: 70px;
  }
}
.c-level-circle__label {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-level-circle__label {
    font-size: 14px;
  }
}
.c-level-circle__stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-level-circle__stars img {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .c-level-circle__stars img {
    width: 18px;
  }
}

.c-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-cta {
    width: 100%;
  }
}
.c-cta__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  padding-inline: 20px;
  border-radius: 20px;
  background-color: white;
  border: solid 2px var(--font-color);
  font-size: 12px;
  font-weight: bold;
  color: #CA5C30;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__label {
    height: 24px;
    padding-inline: 10px;
    white-space: nowrap;
  }
}
.c-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-inline: 21px;
  background-color: #CA5C30;
  height: 70px;
  border-radius: 50px;
  min-width: 350px;
  margin-top: -10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    min-width: 0;
    display: flex;
    width: 100%;
    height: 55px;
    padding-inline: 0;
    margin-top: -7px;
  }
}
.c-cta__button::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: white;
  transition: left 0.2s;
}
@media (hover: hover) {
  .c-cta__button:hover {
    color: var(--font-color);
  }
  .c-cta__button:hover::before {
    left: 0;
  }
  .c-cta__button:hover .c-cta__button-text {
    color: var(--font-color);
  }
}
.c-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__icon {
    width: 36px;
  }
  .c-cta__icon svg {
    width: 18px;
  }
}
.c-cta__button-text {
  font-size: 24px;
  color: white;
  font-weight: bold;
  position: relative;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-cta__button-text {
    font-size: 18px;
  }
}

.c-inview--fade-top {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.6s, transform 0.6s;
}
.c-inview--fade-top.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .c-inview--desktop-fade-top {
    opacity: 0;
    transform: translate(0, 20px);
    transition: opacity 0.6s, transform 0.6s;
  }
  .c-inview--desktop-fade-top.is-inview {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.c-inview--float-grow {
  transform: scale(0);
}
.c-inview--float-grow.is-inview {
  animation: floatGrowIn 1s 0.5s ease-out forwards, floatPulse 2.4s 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .c-inview--mobile-fade-right {
    opacity: 0;
    transform: translate(-20px);
    transition: opacity 0.6s, transform 0.6s;
  }
  .c-inview--mobile-fade-right.is-inview {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes floatGrowIn {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes floatPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.p-bouhan {
  color: var(--font-color);
  width: 100%;
  min-width: 1200px;
  background-color: #f3f3f3;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-bouhan {
    min-width: 0;
  }
}
.p-bouhan a {
  color: var(--font-color) !important;
}
.p-bouhan .bread-crumb {
  width: 1088px;
  margin-inline: auto;
  max-width: calc(100% - 40px);
}
.p-bouhan__shake {
  animation: shake-rotate 2s ease-in-out infinite;
}
@keyframes shake-rotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  5% {
    transform: translate(-2px, 0) rotate(-1deg);
  }
  10% {
    transform: translate(2px, 0) rotate(1deg);
  }
  15% {
    transform: translate(-2px, 0) rotate(-1deg);
  }
  20% {
    transform: translate(0, 0) rotate(0);
  }
}
.p-bouhan__section-base-blue {
  background-color: #afcfee;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__section-base-blue {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__section-base-blue .c-headset__sub--bubble {
    gap: 5px;
  }
}
.p-bouhan__section-light-blue {
  background-color: #d9e7f4;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__section-light-blue {
    padding-bottom: 60px;
  }
}
.p-bouhan__section-white {
  background-color: white;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__section-white {
    padding-bottom: 60px;
  }
}
.p-bouhan__mv {
  width: 100%;
  height: 648px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  position: relative;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv {
    height: auto;
    flex-direction: column-reverse;
    padding-block: 42px 79px;
    padding-inline: 25px;
    gap: 24px;
  }
}
.p-bouhan__mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-bouhan__mv-bg::before {
  content: "";
  display: block;
  background: linear-gradient(150deg, #98c2e3 0%, #98c2e3 800px, transparent 800px, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-bg::before {
    background: linear-gradient(150deg, #98c2e3 0%, #98c2e3 650px, transparent 650px, transparent 100%);
  }
}
.p-bouhan__mv-bg::after {
  content: "";
  display: block;
  background: linear-gradient(-150deg, #90bce7 0%, #90bce7 550px, transparent 550px, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-bg::after {
    background: linear-gradient(-150deg, #90bce7 0%, #90bce7 250px, transparent 250px, transparent 100%);
  }
}
.p-bouhan__mv-desc-wrap {
  position: relative;
  width: 555px;
  max-width: 100%;
  flex-shrink: 0;
}
.p-bouhan__mv-icon-desc-wrap {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-icon-desc-wrap {
    gap: 10px;
    white-space: nowrap;
    padding-bottom: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-icon-desc-wrap .c-dashed-line {
    width: 335px;
  }
}
.p-bouhan__mv-desc-icon {
  width: 136px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-desc-icon {
    width: 75px;
    flex-shrink: 1;
  }
}
.p-bouhan__mv-desc {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-desc {
    line-height: 1.7;
    flex-shrink: 0;
  }
}
.p-bouhan__mv-heading {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-heading {
    font-size: 16px;
  }
}
.p-bouhan__mv-sub-heading {
  font-size: 33px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-sub-heading {
    font-size: 22px;
  }
}
.p-bouhan__mv-sub-heading > .in-large {
  font-size: 40px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-sub-heading > .in-large {
    font-size: 30px;
  }
}
.p-bouhan__mv-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 460px;
  height: 70px;
  background-color: var(--accent-yelow);
  border-radius: 40px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-inline: auto;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-button {
    height: 46px;
  }
}
.p-bouhan__mv-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -200;
  background-color: white;
  left: -100%;
  transition: left 0.2s;
}
.p-bouhan__mv-button > .in-text {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-button > .in-text {
    font-size: 18px;
  }
}
.p-bouhan__mv-button > .in-angle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  aspect-ratio: 1/1;
  background-color: white;
  top: 50%;
  right: 33px;
  transform: translate(0, -50%);
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .p-bouhan__mv-button > .in-angle {
    right: 20px;
  }
}
@media (hover: hover) {
  .p-bouhan__mv-button:hover::before {
    left: 0;
  }
}
.p-bouhan__mv-illust {
  position: relative;
  width: 613px;
  max-width: 100%;
}
.p-bouhan__anchor-nav {
  position: sticky;
  top: 90px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-bouhan__anchor-nav {
    top: 0;
  }
}
.p-bouhan__anchor-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
  width: 926px;
  height: 46px;
  background-color: white;
  border-radius: 40px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__anchor-nav-list {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    height: auto;
    padding-block: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__anchor-nav-item {
    position: relative;
  }
  .p-bouhan__anchor-nav-item::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background-color: #afcfee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .p-bouhan__anchor-nav-item:nth-of-type(2)::after, .p-bouhan__anchor-nav-item:last-of-type::after {
    display: none;
  }
}
.p-bouhan__anchor-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__anchor-nav-item a {
    padding-inline: 18px;
  }
}
.p-bouhan__anchor-nav-item a svg {
  transform: rotate(90deg) translate(1px, 0);
}
.p-bouhan__anchor-nav-item a svg path {
  stroke: var(--font-color);
  transition: stroke 0.3s;
}
@media (hover: hover) {
  .p-bouhan__anchor-nav-item a:hover {
    background-color: var(--font-color);
    color: white !important;
  }
  .p-bouhan__anchor-nav-item a:hover svg path {
    stroke: white;
  }
}
.p-bouhan__recheck {
  position: relative;
}
.p-bouhan__arch-bubble-list {
  display: flex;
  align-items: flex-start;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px;
    padding-inline: 0;
  }
}
.p-bouhan__arch-bubble-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 212px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-item {
    width: calc(50% - 7px);
    aspect-ratio: auto;
    height: 112px;
    font-size: 12px;
  }
}
.p-bouhan__arch-bubble-item:first-of-type, .p-bouhan__arch-bubble-item:last-of-type {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-item:first-of-type, .p-bouhan__arch-bubble-item:last-of-type {
    margin-top: 0;
  }
}
.p-bouhan__arch-bubble-item:nth-of-type(2), .p-bouhan__arch-bubble-item:nth-last-of-type(2) {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-item:nth-of-type(2), .p-bouhan__arch-bubble-item:nth-last-of-type(2) {
    margin-top: 0;
  }
}
.p-bouhan__arch-bubble-item:nth-of-type(3) {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-item:nth-of-type(3) {
    margin-inline: 20px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__arch-bubble-item:nth-last-of-type(2), .p-bouhan__arch-bubble-item:last-of-type {
    margin-top: -10px;
  }
}
.p-bouhan__recheck-illust {
  width: 325px;
  margin-inline: auto;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__recheck-illust {
    width: 185px;
    margin-top: 16px;
  }
}
.p-bouhan__risk-wrap {
  background-color: white;
  border-radius: 8px;
  padding: 30px 74px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-wrap {
    padding: 20px 15px 40px;
  }
}
.p-bouhan__risk-wrap::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 93px;
  background-image: url(../img/risk-angle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  bottom: -51px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-wrap::after {
    bottom: -30px;
  }
}
.p-bouhan__risk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-bouhan__risk-item-num {
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate(0, -5px);
  transition: opacity 0.3s, transform 0.3s;
}
.p-bouhan__risk-item-num img {
  width: 27px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-item-num img {
    width: 22px;
  }
}
.p-bouhan__risk-item-num.is-inview {
  opacity: 1;
  transform: translate(0);
}
.p-bouhan__risk-item-head {
  background-color: #f3f3f3;
  border-radius: 8px;
  width: 100%;
  height: 115px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  margin-bottom: 30px;
  gap: -5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-item-head {
    margin-top: -10px;
    height: 90px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-bouhan__risk-item-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.3s;
}
.p-bouhan__risk-item-head > .in-inner > .in-main {
  font-size: 28px;
  color: #ca5c30;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-item-head > .in-inner > .in-main {
    font-size: 22px;
  }
}
.p-bouhan__risk-item-head.is-inview::after {
  width: 0;
}
.p-bouhan__risk-item-graph > .in-image {
  height: 210px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-item-graph > .in-image {
    height: auto;
    margin-inline: auto;
  }
}
.p-bouhan__risk-item-graph > .in-caption {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-item-graph > .in-caption {
    margin-top: 15px;
  }
}
.p-bouhan__risk-attention {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.p-bouhan__risk-attention > .in-large {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__risk-attention .c-line-text.sp {
    display: inline-block !important;
  }
}
.p-bouhan__movie-desc {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__movie-desc {
    font-size: 14px;
  }
}
.p-bouhan__expert {
  margin-top: 30px;
  width: 761px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert {
    width: 100%;
  }
}
.p-bouhan__expert-head {
  background-color: white;
  border-radius: 8px 8px 0 0/8px 8px 0 0;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert-head {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.p-bouhan__expert-bubble {
  position: absolute;
  width: 148px;
  height: 102px;
  background-image: url(../img/expert-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -21px;
  left: -93px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert-bubble {
    width: 126px;
    height: 87px;
    font-size: 12px;
    top: -23px;
    left: -10px;
  }
}
.p-bouhan__expert-img {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert-img {
    width: 115px;
  }
}
.p-bouhan__expert-intro {
  width: 468px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert-intro {
    width: 245px;
    text-align: center;
  }
}
.p-bouhan__expert-name-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-bouhan__expert-label {
  background-color: #d9e7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 26px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
.p-bouhan__expert-name {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-bouhan__expert-position {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-bouhan__expert-intro-desc {
  font-size: 16px;
  font-weight: bold;
}
.p-bouhan__expert-comment {
  background-color: var(--font-color);
  color: white;
  text-align: center;
  padding-block: 30px;
  border-radius: 0 0 8px 8px/0 0 8px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-bouhan__expert-comment {
    padding: 20px;
  }
}
.p-bouhan__expert-comment > .in-accent {
  color: var(--accent-yelow);
}
.p-bouhan__movie {
  display: block;
  width: 700px;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #333333;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__movie {
    margin-top: 24px;
    aspect-ratio: 7/4;
    margin-bottom: 60px;
  }
}
.p-bouhan__movie > .in-button {
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-bouhan__leave-it-to-us-desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-bouhan__leave-it-to-us-desc {
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 2.4rem;
  }
}
.p-bouhan__leave-it-to-us-desc:last-of-type {
  margin-bottom: 0;
}
@media (--mobile) {
  .p-bouhan__leave-it-to-us-desc:last-of-type {
    margin-bottom: 0;
  }
}
.p-bouhan__leave-it-to-us-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__leave-it-to-us-list {
    grid-template-columns: 1fr;
    margin-top: 53px;
    gap: 53px;
  }
}
.p-bouhan__leave-it-to-us-item {
  background-color: white;
  position: relative;
  border-radius: 8px;
  padding: 27px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 476px;
  gap: 17px;
  border: solid 5px transparent;
  transition: transform 0.3s, opacity 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__leave-it-to-us-item {
    padding: 24px 14px 16px;
    height: auto;
    gap: 20px;
  }
}
@media (hover: hover) {
  .p-bouhan__leave-it-to-us-item:hover {
    border-color: var(--accent-yelow);
  }
}
.p-bouhan__leave-it-to-us-icon {
  width: 69px;
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-bouhan__leave-it-to-us-icon {
    width: 55px;
    top: -37px;
  }
}
.p-bouhan__leave-it-to-us-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  width: calc(100% + 40px);
  margin-inline: -20px;
}
.p-bouhan__leave-it-to-us-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  transition: width 0.3s;
}
.p-bouhan__leave-it-to-us-head > .in-main {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  height: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__leave-it-to-us-head > .in-main {
    margin-bottom: 5px;
    height: auto;
  }
}
.p-bouhan__leave-it-to-us-head > .in-main > .in-angle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--font-color);
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translate(0, -50%);
  animation: anglePuls 1.5s infinite;
}
.p-bouhan__leave-it-to-us-head > .in-main > .in-angle svg {
  width: auto;
  height: 9px;
  transform: rotate(90deg) translate(1px, 0);
}
@keyframes anglePuls {
  0%, 100%, 25%, 75% {
    background-color: var(--font-color);
  }
  50% {
    background-color: var(--accent-yelow);
  }
}
.p-bouhan__leave-it-to-us-head > .in-sub {
  font-size: 14px;
  font-weight: bold;
}
.p-bouhan__leave-it-to-us-head.is-inview::after {
  width: 0;
}
.p-bouhan__leave-it-to-us-item-content {
  background-color: #d9e7f4;
  border-radius: 8px;
  height: 315px;
  position: relative;
}
.p-bouhan__leave-it-to-us-item-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.3s;
}
.p-bouhan__leave-it-to-us-item-content.is-inview::after {
  height: 0;
}
.p-bouhan__leave-it-to-us-simple-set {
  padding: 27px 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px 8px;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set > .in-label {
  font-size: 12px;
  font-weight: bold;
  background-color: white;
  padding: 5px 16px;
  display: inline-block;
  text-align: center;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set--interphone {
  margin-inline: 20px;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set--interphone img {
  width: 135px;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set--camera img {
  width: 130px;
}
.p-bouhan__leave-it-to-us-simple-set > .in-set--shutter img {
  width: 56px;
}
.p-bouhan__leave-it-to-us-strong-set {
  padding-inline: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-bouhan__leave-it-to-us-strong-set > .in-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  width: 100%;
}
.p-bouhan__leave-it-to-us-strong-set > .in-list > .in-set {
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 152px;
}
.p-bouhan__leave-it-to-us-strong-set > .in-list > .in-set > .in-label {
  font-size: 14px;
  font-weight: bold;
}
.p-bouhan__leave-it-to-us-strong-set > .in-list > .in-set img {
  width: auto;
  height: 70px;
}
.p-bouhan__leave-it-to-us-set-label {
  display: flex;
  width: 100%;
  height: 47px;
  border: solid 3px white;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.p-bouhan__leave-it-to-us-set-plus {
  width: 23px;
  aspect-ratio: 1/1;
  position: relative;
}
.p-bouhan__leave-it-to-us-set-plus::before, .p-bouhan__leave-it-to-us-set-plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--font-color);
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-bouhan__leave-it-to-us-set-plus::before {
  transform: translate(-50%, -50%);
}
.p-bouhan__leave-it-to-us-set-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-bouhan__leave-it-to-us-home-set {
  padding-inline: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-bouhan__leave-it-to-us-home-set > .in-set {
  background-color: white;
  border-radius: 4px;
  width: 100%;
  height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-bouhan__leave-it-to-us-home-set > .in-set > .in-label {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.p-bouhan__leave-it-to-us-home-set > .in-set > .in-img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-bouhan__leave-it-to-us-home-set > .in-set > .in-img-list img:first-of-type {
  width: 64px;
}
.p-bouhan__leave-it-to-us-home-set > .in-set > .in-img-list img:last-of-type {
  width: 131px;
}
.p-bouhan__set-contact-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-contact-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.p-bouhan__efficient {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient {
    flex-direction: column-reverse;
    margin-top: 51px;
  }
}
.p-bouhan__efficient-desc {
  width: 592px;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 8px;
  padding: 30px 18px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-desc {
    width: 100%;
  }
}
.p-bouhan__efficient-desc::after {
  content: "";
  display: block;
  width: 80px;
  height: 60px;
  background-image: url(../img/efficient-bg-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-desc::after {
    display: none;
  }
}
.p-bouhan__efficient-illust {
  width: 524px;
  height: 442px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust {
    width: 100%;
    height: auto;
  }
}
.p-bouhan__efficient-illust-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 23px;
  padding-inline: 5px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  background-color: #818181;
  transition: background-color 0.3s;
  overflow: hidden;
  z-index: 1;
  opacity: 0.3;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label {
    height: 16px;
    padding-inline: 3px;
  }
}
.p-bouhan__efficient-illust-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s;
}
.p-bouhan__efficient-illust-label.is-active {
  opacity: 1;
}
.p-bouhan__efficient-illust-label.is-pulse {
  opacity: 1;
  animation: labelScale 1.4s infinite;
}
.p-bouhan__efficient-illust-label.is-pulse::before {
  animation: labelPuls 1.4s infinite;
}
@keyframes labelPuls {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes labelScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.p-bouhan__efficient-illust-label--soft.is-active::before, .p-bouhan__efficient-illust-label--soft.is-pulse::before {
  background-color: var(--soft-color);
}
.p-bouhan__efficient-illust-label--soft-tentou {
  top: 91px;
  left: 150px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--soft-tentou {
    top: 62px;
    left: 99px;
  }
}
.p-bouhan__efficient-illust-label--soft-shutter {
  top: 207px;
  left: 131px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--soft-shutter {
    top: 139px;
    left: 81px;
  }
}
.p-bouhan__efficient-illust-label--soft-interphone {
  top: 266px;
  left: 174px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--soft-interphone {
    top: 179px;
    left: 111px;
  }
}
.p-bouhan__efficient-illust-label--zone.is-active::before, .p-bouhan__efficient-illust-label--zone.is-pulse::before {
  background-color: var(--zone-color);
}
.p-bouhan__efficient-illust-label--zone-gate {
  top: 290px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--zone-gate {
    top: 207px;
    left: 0;
  }
}
.p-bouhan__efficient-illust-label--zone-fence {
  top: 150px;
  left: 74px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--zone-fence {
    top: 106px;
    left: 29px;
  }
}
.p-bouhan__efficient-illust-label--zone-light {
  top: 175px;
  left: 240px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--zone-light {
    top: 120px;
    left: 152px;
  }
}
.p-bouhan__efficient-illust-label--zone-door {
  top: 255px;
  left: 285px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--zone-door {
    top: 190px;
    left: 200px;
  }
}
.p-bouhan__efficient-illust-label--zone-back-door {
  top: 92px;
  left: 448px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--zone-back-door {
    top: 65px;
    left: 310px;
  }
}
.p-bouhan__efficient-illust-label--hard.is-active::before, .p-bouhan__efficient-illust-label--hard.is-pulse::before {
  background-color: var(--hard-color);
}
.p-bouhan__efficient-illust-label--hard-glass {
  top: 225px;
  left: 330px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--hard-glass {
    top: 156px;
    left: 250px;
  }
}
.p-bouhan__efficient-illust-label--hard-hight {
  top: 160px;
  left: 355px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--hard-hight {
    top: 112px;
    left: 246px;
  }
}
.p-bouhan__efficient-illust-label--hard-koushi {
  top: 135px;
  left: 410px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--hard-koushi {
    top: 98px;
    left: 284px;
  }
}
.p-bouhan__efficient-illust-label--hard-fence {
  top: 300px;
  left: 350px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--hard-fence {
    top: 230px;
    left: 200px;
  }
}
.p-bouhan__efficient-illust-label--alarm.is-active::before, .p-bouhan__efficient-illust-label--alarm.is-pulse::before {
  background-color: var(--alarm-color);
}
.p-bouhan__efficient-illust-label--alarm-system {
  top: 26px;
  left: 250px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--alarm-system {
    top: 25px;
    left: 158px;
  }
}
.p-bouhan__efficient-illust-label--alarm-icon {
  width: 89px;
  height: 61px;
  top: -40px;
  left: 200px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-illust-label--alarm-icon {
    top: -29px;
    left: 137px;
  }
  .p-bouhan__efficient-illust-label--alarm-icon svg {
    width: 60px;
    height: auto;
  }
}
.p-bouhan__efficient-illust-label--alarm-icon path {
  fill: #818181;
  transition: fill 0.3s;
}
.p-bouhan__efficient-illust-label--alarm-icon.is-active path {
  fill: var(--alarm-color);
}
.p-bouhan__efficient-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-bouhan__efficient-title::before, .p-bouhan__efficient-title::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: var(--font-color);
  flex-shrink: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-title::before, .p-bouhan__efficient-title::after {
    display: none;
  }
}
.p-bouhan__efficient-title::before {
  transform: rotate(56deg);
}
.p-bouhan__efficient-title::after {
  transform: rotate(-56deg);
}
.p-bouhan__efficient-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
}
.p-bouhan__efficient-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-block: 6px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-item {
    flex-direction: column;
    gap: 5px;
    padding: 0;
  }
}
@media (hover: hover) {
  .p-bouhan__efficient-item:hover > .in-title {
    opacity: 0.7;
  }
}
.p-bouhan__efficient-item > .in-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 38px;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-item > .in-title {
    width: 100%;
    height: 32px;
    font-size: 14px;
  }
}
.p-bouhan__efficient-item > .in-title--soft {
  background-color: var(--soft-color);
}
.p-bouhan__efficient-item > .in-title--zone {
  background-color: var(--zone-color);
}
.p-bouhan__efficient-item > .in-title--hard {
  background-color: var(--hard-color);
}
.p-bouhan__efficient-item > .in-title--alarm {
  background-color: var(--alarm-color);
}
.p-bouhan__efficient-item > .in-data {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-item > .in-data {
    font-size: 14px;
  }
}
.p-bouhan__efficient-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px 24px;
  background-color: white;
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px 39px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-detail-list {
    font-size: 24px 50px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.p-bouhan__efficient-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.p-bouhan__efficient-detail-item > .in-icon {
  width: 49px;
  flex-shrink: 0;
}
.p-bouhan__efficient-detail-item > .in-desc {
  flex: auto;
}
.p-bouhan__efficient-detail-item > .in-desc > .in-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.p-bouhan__efficient-detail-item > .in-desc > .in-title--soft {
  color: var(--soft-color);
}
.p-bouhan__efficient-detail-item > .in-desc > .in-title--zone {
  color: var(--zone-color);
}
.p-bouhan__efficient-detail-item > .in-desc > .in-title--hard {
  color: var(--hard-color);
}
.p-bouhan__efficient-detail-item > .in-desc > .in-title--alarm {
  color: var(--alarm-color);
}
.p-bouhan__efficient-detail-item > .in-desc p {
  font-weight: bold;
  font-size: 12px;
}
.p-bouhan__efficient-attention {
  margin-top: 75px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention {
    margin-top: 30px;
    width: calc(100% + 40px);
    margin-inline: -20px;
    border-radius: 0;
    overflow: visible;
  }
}
.p-bouhan__efficient-attention-point-wrap {
  padding-block: 30px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-point-wrap {
    padding-inline: 20px;
  }
}
.p-bouhan__efficient-attention-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-bubble {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.p-bouhan__efficient-attention-bubble::before, .p-bouhan__efficient-attention-bubble::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #204878;
  flex-shrink: 0;
}
.p-bouhan__efficient-attention-bubble::before {
  transform: rotate(56deg);
}
.p-bouhan__efficient-attention-bubble::after {
  transform: rotate(-56deg);
}
.p-bouhan__efficient-attention-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 910px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-list {
    width: 100%;
    gap: 15px;
  }
}
.p-bouhan__efficient-attention-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-item {
    flex-direction: column;
  }
}
.p-bouhan__efficient-attention-item > .in-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1/1;
  border: solid 1px var(--font-color);
  border-radius: 100%;
  font-size: 14px;
  flex-shrink: 0;
}
.p-bouhan__efficient-attention-item > .in-text {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-item > .in-text {
    font-size: 18px;
    text-align: center;
  }
}
.p-bouhan__efficient-attention-desc-wrap {
  background-color: var(--font-color);
  padding-block: 24px 30px;
  padding-inline: 176px;
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-desc-wrap {
    padding: 20px;
    padding-bottom: 50px;
  }
}
.p-bouhan__efficient-attention-desc-wrap p > .in-accent {
  color: var(--accent-yelow);
}
.p-bouhan__efficient-attention-copy {
  margin-top: 24px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-copy {
    font-size: 14px;
    white-space: nowrap;
  }
}
.p-bouhan__efficient-attention-copy > .in-large {
  font-size: 32px;
  color: var(--accent-yelow);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-copy > .in-large {
    font-size: 20px;
  }
}
.p-bouhan__efficient-attention-expert {
  position: absolute;
  width: 209px;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-attention-expert {
    width: 120px;
    right: 0;
    bottom: -60px;
    overflow: hidden;
  }
  .p-bouhan__efficient-attention-expert img {
    transform: translate(5px, 0);
  }
}
.p-bouhan__efficient-angle {
  position: absolute;
  width: 50px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  animation: floatDownFade 1.2s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-bouhan__efficient-angle {
    width: 40px;
  }
}
@keyframes floatDownFade {
  0% {
    transform: translate(-50%, calc(50% - 10px));
    opacity: 0;
  }
  100% {
    transform: translate(-50%, calc(50% + 10px));
    opacity: 1;
  }
}
.p-bouhan__defense-desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-desc {
    font-size: 14px;
  }
}
.p-bouhan__defense-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-bouhan__defense-item {
  position: relative;
  background-color: white;
  border-radius: 8px;
  padding: 20px 24px;
  height: 307px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-item {
    height: auto;
    padding-block: 30px;
  }
  .p-bouhan__defense-item:last-of-type {
    padding-top: 50px;
  }
}
.p-bouhan__defense-item::after {
  content: "";
  display: block;
  width: 14px;
  height: 25px;
  background-image: url(../img/common/ic-angle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: calc(100% + 26px);
  transform: translate(-50%, -50%);
  animation: floatY 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-item::after {
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    animation: floatYrotate 2.5s ease-in-out infinite;
  }
}
@keyframes floatY {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes floatYrotate {
  0% {
    transform: translate(-50%, 0) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -10px) rotate(90deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.p-bouhan__defense-item:last-of-type::after {
  display: none;
}
.p-bouhan__defense-item-level {
  position: absolute;
  top: -54px;
  left: -34px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-item-level {
    top: -20px;
    left: -10px;
  }
}
.p-bouhan__defense-item-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.p-bouhan__defense-item-img {
  margin-top: 10px;
  text-align: center;
}
.p-bouhan__defense-item-img img {
  width: 141px;
}
.p-bouhan__defense-item-desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.p-bouhan__defense-detail-wrap {
  display: flex;
  margin-top: 88px;
  background-color: white;
  padding-block: 60px;
  padding-inline: 44px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-wrap {
    display: block;
    margin-top: 40px;
    padding: 20px 14px;
  }
}
.p-bouhan__defense-detail-head-label-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-head-label-list {
    gap: 6px;
    margin-bottom: 24px;
  }
}
.p-bouhan__defense-detail-head-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 38px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-head-label {
    width: calc(50% - 3px);
    height: 32px;
    font-size: 14px;
  }
}
.p-bouhan__defense-detail-head-label--soft {
  background-color: var(--soft-color);
}
.p-bouhan__defense-detail-head-label--zone {
  background-color: var(--zone-color);
}
.p-bouhan__defense-detail-head-label--hard {
  background-color: var(--hard-color);
}
.p-bouhan__defense-detail-head-label--alarm {
  background-color: var(--alarm-color);
}
.p-bouhan__defense-detail-head-illust {
  max-width: 100%;
}
.p-bouhan__defense-detail-head-illust .p-bouhan__efficient-illust {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-head-illust .p-bouhan__efficient-illust {
    transform: scale(0.9);
    transform-origin: center;
    width: calc(100% + 4rem);
    margin-inline: -2rem;
    margin-bottom: 20px;
  }
}
.p-bouhan__defense-detail-modelhouse {
  position: relative;
  width: 100%;
}
.p-bouhan__defense-detail-modelhouse-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 23px;
  padding-inline: 5px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  background-color: #818181;
  transition: background-color 0.3s;
  z-index: 1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label {
    height: 16px;
    padding-inline: 3px;
  }
}
.p-bouhan__defense-detail-modelhouse-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s;
}
.p-bouhan__defense-detail-modelhouse-label.is-pulse {
  opacity: 1;
  animation: labelScale 1.4s infinite;
}
.p-bouhan__defense-detail-modelhouse-label.is-pulse::before {
  animation: labelPuls 1.4s infinite;
}
.p-bouhan__defense-detail-modelhouse-label--soft.is-pulse::before {
  background-color: var(--soft-color);
}
.p-bouhan__defense-detail-modelhouse-label--soft-tentou {
  top: 84px;
  left: 136px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--soft-tentou {
    top: 62px;
    left: 99px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--soft-shutter {
  top: 191px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--soft-shutter {
    top: 139px;
    left: 81px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--soft-interphone {
  top: 248px;
  left: 155px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--soft-interphone {
    top: 179px;
    left: 111px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--zone.is-pulse::before {
  background-color: var(--zone-color);
}
.p-bouhan__defense-detail-modelhouse-label--zone-gate {
  top: 285px;
  left: 12px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--zone-gate {
    top: 207px;
    left: 0;
  }
}
.p-bouhan__defense-detail-modelhouse-label--zone-fence {
  top: 145px;
  left: 65px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--zone-fence {
    top: 106px;
    left: 29px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--zone-light {
  top: 170px;
  left: 220px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--zone-light {
    top: 120px;
    left: 152px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--hard.is-pulse::before {
  background-color: var(--hard-color);
}
.p-bouhan__defense-detail-modelhouse-label--hard-glass {
  top: 208px;
  left: 295px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--hard-glass {
    top: 156px;
    left: 206px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--hard-hight {
  top: 155px;
  left: 323px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--hard-hight {
    top: 112px;
    left: 246px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--hard-koushi {
  top: 133px;
  left: 375px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--hard-koushi {
    top: 98px;
    left: 284px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--alarm.is-pulse::before {
  background-color: var(--alarm-color);
}
.p-bouhan__defense-detail-modelhouse-label--alarm-system {
  top: 23px;
  left: 230px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--alarm-system {
    top: 25px;
    left: 158px;
  }
}
.p-bouhan__defense-detail-modelhouse-label--alarm-icon {
  width: 89px;
  height: 61px;
  top: -41px;
  left: 183px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-modelhouse-label--alarm-icon {
    top: -29px;
    left: 137px;
  }
  .p-bouhan__defense-detail-modelhouse-label--alarm-icon svg {
    width: 60px;
    height: auto;
  }
}
.p-bouhan__defense-detail-modelhouse-label--alarm-icon path {
  fill: #818181;
  transition: fill 0.3s;
}
.p-bouhan__defense-detail-modelhouse-label--alarm-icon.is-pulse path {
  fill: var(--alarm-color);
}
.p-bouhan__defense-level-list {
  background-color: white;
  border-radius: 8px;
  width: 706px;
  flex: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-list {
    width: 100%;
  }
}
.p-bouhan__defense-level-list > .in-bubble-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--accent-yelow);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-list > .in-bubble-title {
    font-size: 19px;
    gap: 5px;
  }
}
.p-bouhan__defense-level-list > .in-bubble-title::before, .p-bouhan__defense-level-list > .in-bubble-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #204878;
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-list > .in-bubble-title::before, .p-bouhan__defense-level-list > .in-bubble-title::after {
    width: 18px;
    margin-top: 7px;
  }
}
.p-bouhan__defense-level-list > .in-bubble-title::before {
  transform: rotate(56deg);
}
.p-bouhan__defense-level-list > .in-bubble-title::after {
  transform: rotate(-56deg);
}
.p-bouhan__defense-level-item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 63px;
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-item {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 38px;
  }
}
.p-bouhan__defense-level-item > .in-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 23px;
}
.p-bouhan__defense-level-item > .in-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: 1;
  transition: width 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-item > .in-bottom::before {
    transition-delay: 0.3s;
  }
}
.p-bouhan__defense-level-item > .in-bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/defense-detail-item-bottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-item > .in-bottom::after {
    transition: filter 0.5s;
    height: 15px;
    transition-delay: 0.4s;
  }
}
.p-bouhan__defense-level-item > .in-bottom.is-inview::before {
  width: 0;
}
.p-bouhan__defense-level-item > .in-bottom.is-inview::after {
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.3));
}
.p-bouhan__defense-level-item:first-of-type {
  padding-top: 0;
}
.p-bouhan__defense-level-item:last-of-type > .in-bottom {
  display: none;
}
.p-bouhan__defense-level-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-head {
    flex-wrap: wrap;
  }
}
.p-bouhan__defense-level-head .c-level-circle {
  flex-shrink: 0;
}
.p-bouhan__defense-level-head > .in-img {
  flex-shrink: 0;
}
.p-bouhan__defense-level-head > .in-img img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-head > .in-img img {
    width: 60px;
  }
}
.p-bouhan__defense-level-head > .in-desc {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-head > .in-desc {
    flex: auto;
    text-align: center;
  }
}
.p-bouhan__defense-level-head > .in-desc > .in-title {
  font-size: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-head > .in-desc > .in-title {
    font-size: 22px;
  }
}
.p-bouhan__defense-level-head > .in-desc p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-bouhan__defense-level-head > .in-desc p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-level-head > .in-desc p {
    font-size: 14px;
  }
}
.p-bouhan__defense-level-head > .p-bouhan__defense-detail-head-label-list {
  margin-top: auto;
  margin-bottom: 10px;
}
.p-bouhan__defense-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  width: 620px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.p-bouhan__defense-detail-list--3col {
  display: flex;
  grid-template-columns: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-list--3col {
    flex-direction: column;
  }
}
.p-bouhan__defense-detail-list--3col .p-bouhan__defense-detail-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-list--3col .p-bouhan__defense-detail-item {
    width: 100%;
  }
}
.p-bouhan__defense-detail-item {
  border-radius: 8px;
  background-color: #f3f3f3;
  padding: 17px;
  position: relative;
}
.p-bouhan__defense-detail-item--bg-transparent {
  background-color: transparent;
  width: 520px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-item--bg-transparent {
    padding: 0;
    width: 100%;
  }
}
.p-bouhan__defense-detail-item--bg-transparent .p-bouhan__defense-detail-item-title {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-item--bg-transparent .p-bouhan__defense-detail-item-title {
    padding-inline: 25px;
  }
  .p-bouhan__defense-detail-item--bg-transparent .p-bouhan__defense-detail-item-title > .in-label-wrap {
    width: 100%;
  }
}
.p-bouhan__defense-detail-item-label {
  padding: 3px 12px;
  border-radius: 4px;
  color: white;
  font-size: 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 5px;
  transform: translate(0, -50%);
}
.p-bouhan__defense-detail-item-label--soft {
  background-color: var(--soft-color);
}
.p-bouhan__defense-detail-item-label--zone {
  background-color: var(--zone-color);
}
.p-bouhan__defense-detail-item-label--hard {
  background-color: var(--hard-color);
}
.p-bouhan__defense-detail-item-label--alarm {
  background-color: var(--alarm-color);
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
.p-bouhan__defense-detail-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.p-bouhan__defense-detail-item-title > .in-img img {
  height: 18px;
}
.p-bouhan__defense-detail-item-title > .in-text {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-item-title > .in-text {
    font-size: 16px;
  }
}
.p-bouhan__defense-detail-item-img {
  text-align: center;
  margin-bottom: 16px;
}
.p-bouhan__defense-detail-item-img img {
  height: 100px;
}
.p-bouhan__defense-detail-item-img--alsok {
  margin-block: 30px;
}
.p-bouhan__defense-detail-item-img--alsok img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-item-img--alsok img {
    width: 180%;
    max-width: 180%;
  }
}
.p-bouhan__defense-detail-item-desc {
  font-size: 14px;
  font-weight: bold;
}
.p-bouhan__defense-detail-item-desc--attention {
  font-size: 12px;
}
.p-bouhan__defense-detail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  height: 51px;
  background-color: var(--font-color);
  gap: 16px;
  border-radius: 30px;
  margin-inline: auto;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-bouhan__defense-detail-button {
    width: 100%;
  }
}
.p-bouhan__defense-detail-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--accent-yelow);
  left: -100%;
  top: 0;
  transition: left 0.2s;
  position: absolute;
}
.p-bouhan__defense-detail-button > .in-text {
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s;
  position: relative;
}
.p-bouhan__defense-detail-button > .in-angle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 100%;
  position: relative;
}
.p-bouhan__defense-detail-button > .in-angle svg {
  transform: rotate(90deg);
}
.p-bouhan__defense-detail-button > .in-angle svg path {
  stroke: var(--font-color);
}
@media (hover: hover) {
  .p-bouhan__defense-detail-button:hover::before {
    left: 0;
  }
  .p-bouhan__defense-detail-button:hover > .in-text {
    color: var(--font-color);
  }
}
.p-bouhan__cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta {
    grid-template-columns: 1fr;
  }
}
.p-bouhan__cta-button {
  background-color: #204878;
  border-radius: 8px;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-button {
    height: 100px;
  }
}
.p-bouhan__cta-button .c-cta__button {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-button .c-cta__button {
    width: 241px;
  }
}
.p-bouhan__cta-search-button {
  position: relative;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-search-button {
    height: 100px;
    gap: 5px;
  }
}
.p-bouhan__cta-search-button > .in-bubble {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-search-button > .in-bubble {
    font-size: 10px;
  }
}
.p-bouhan__cta-search-button > .in-bubble::before, .p-bouhan__cta-search-button > .in-bubble::after {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #204878;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-search-button > .in-bubble::before, .p-bouhan__cta-search-button > .in-bubble::after {
    width: 18px;
  }
}
.p-bouhan__cta-search-button > .in-bubble::before {
  transform: rotate(56deg);
}
.p-bouhan__cta-search-button > .in-bubble::after {
  transform: rotate(-56deg);
}
.p-bouhan__cta-search-button > .in-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-bouhan__cta-search-button > .in-button > .in-icon {
  margin-top: 10px;
}
.p-bouhan__cta-search-button > .in-button > .in-icon path {
  stroke: var(--font-color);
}
.p-bouhan__cta-search-button > .in-button > .in-text {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__cta-search-button > .in-button > .in-text {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .p-bouhan__cta-search-button:hover {
    background-color: var(--accent-yelow);
  }
}
.p-bouhan__set-desc {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-desc {
    font-size: 14px;
  }
}
.p-bouhan__set-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
}
.p-bouhan__set-item {
  background-color: white;
  border-radius: 8px;
  padding: 22px 44px;
  border: solid 3px white;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item {
    padding: 20px 15px;
  }
}
@media (hover: hover) {
  .p-bouhan__set-item:hover {
    border-color: var(--accent-yelow);
  }
}
.p-bouhan__set-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-head {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-right: 0;
    gap: 10px;
  }
}
.p-bouhan__set-item-logo-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-bouhan__set-item-logo {
  width: 58px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-logo {
    width: 40px;
    flex-shrink: 0;
  }
}
.p-bouhan__set-item-title-desc {
  font-weight: bold;
}
.p-bouhan__set-item-title-desc > .in-title {
  font-size: 30px;
  height: 2em;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-title-desc > .in-title {
    font-size: 20px;
    height: auto;
  }
}
.p-bouhan__set-item-title-desc > .in-desc {
  font-size: 14px;
}
.p-bouhan__set-item-icon-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-icon-copy {
    width: 100%;
  }
}
.p-bouhan__set-item-icon-copy > .in-icon img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-icon-copy > .in-icon img {
    width: 50px;
  }
}
.p-bouhan__set-item-icon-copy > .in-copy {
  font-size: 20px;
  font-weight: bold;
}
.p-bouhan__set-item-toggle-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: block;
  width: 39px;
  aspect-ratio: 1/1;
  background-color: var(--font-color);
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-toggle-button {
    top: 25px;
    width: 32px;
  }
}
.p-bouhan__set-item-toggle-button::before, .p-bouhan__set-item-toggle-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-toggle-button::before, .p-bouhan__set-item-toggle-button::after {
    width: 15px;
  }
}
.p-bouhan__set-item-toggle-button::before {
  transform: translate(-50%, -50%);
}
.p-bouhan__set-item-toggle-button::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.3s;
}
.p-bouhan__set-item-toggle-button.is-current::after {
  transform: translate(-50%, -50%);
}
.p-bouhan__set-item-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-content-inner {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}
.p-bouhan__set-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background-color: var(--font-color);
  border-radius: 30px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-bouhan__set-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-detail-list {
    grid-template-columns: 1fr;
  }
}
.p-bouhan__set-detail-item {
  background-color: #f3f3f3;
  border-radius: 8px;
  height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.p-bouhan__set-detail-item > .in-label {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.p-bouhan__set-detail-item > .in-img {
  height: 100px;
  text-align: center;
}
.p-bouhan__set-detail-item > .in-img img {
  width: auto;
  height: 100%;
}
.p-bouhan__set-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 73px;
  border: solid 3px #d9e7f4;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
.p-bouhan__set-item-plus {
  position: relative;
  height: 23px;
  margin-bottom: 11px;
}
.p-bouhan__set-item-plus::before, .p-bouhan__set-item-plus::after {
  content: "";
  display: block;
  width: 23px;
  height: 3px;
  background-color: var(--font-color);
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-bouhan__set-item-plus::before {
  transform: translate(-50%, -50%);
}
.p-bouhan__set-item-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-bouhan__set-item-alsok-wrap {
  display: flex;
  gap: 13px;
  padding-top: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok-wrap {
    flex-direction: column;
    padding-top: 30px;
  }
}
.p-bouhan__set-item-alsok-wrap .p-bouhan__set-item-name {
  width: 276px;
  height: 176px;
  flex-direction: column;
}
.p-bouhan__set-item-alsok-wrap .p-bouhan__set-item-name > .in-small {
  font-size: 14px;
}
.p-bouhan__set-item-alsok-wrap .p-bouhan__set-item-name > .in-large {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok-wrap .p-bouhan__set-item-name {
    width: 100%;
    height: auto;
    padding-block: 20px;
  }
}
.p-bouhan__set-item-alsok-wrap .p-bouhan__set-item-plus {
  width: 23px;
  height: 23px;
}
.p-bouhan__set-item-alsok {
  display: flex;
  justify-content: space-between;
  width: auto;
  flex: auto;
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 15px 30px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.p-bouhan__set-item-alsok > .in-desc {
  flex-shrink: 0;
}
.p-bouhan__set-item-alsok > .in-desc > .in-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok > .in-desc > .in-title {
    font-size: 19px;
    text-align: center;
  }
}
.p-bouhan__set-item-alsok > .in-desc > .in-list {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok > .in-desc > .in-list {
    grid-template-columns: 1fr;
  }
}
.p-bouhan__set-item-alsok > .in-img {
  width: 323px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-item-alsok > .in-img {
    width: 100%;
  }
}
.p-bouhan__set-consulting {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__set-consulting {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-headset .c-headset__sub {
    margin-top: 8px;
  }
}
.p-bouhan__reform-desc {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-desc {
    font-size: 14px;
  }
}
.p-bouhan__reform-list {
  display: grid;
  grid-template-columns: 715px 1fr;
  gap: 19px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-list {
    grid-template-columns: 1fr;
  }
}
.p-bouhan__reform-item {
  background-color: #e8e8e8;
  border-radius: 10px;
  padding: 25px 46px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-item {
    padding: 15px;
  }
}
.p-bouhan__reform-item p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
.p-bouhan__reform-item p:last-child {
  margin-bottom: 0;
}
.p-bouhan__reform-item:nth-of-type(2n) {
  padding-inline: 37px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-item:nth-of-type(2n) {
    padding: 15px;
  }
}
.p-bouhan__reform-item img {
  border-radius: 8px;
  max-height: 260px;
  margin-inline: auto;
  display: block;
}
.p-bouhan__reform-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 48px;
  background-color: white;
  margin-bottom: 16px;
}
.p-bouhan__reform-item-title > .in-icon {
  width: 46px;
}
.p-bouhan__reform-item-title > .in-text {
  font-size: 22px;
  font-weight: bold;
}
.p-bouhan__reform-item-intro {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-item-intro {
    text-align: left;
  }
}
.p-bouhan__reform-before-after-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-before-after-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.p-bouhan__reform-before, .p-bouhan__reform-after {
  position: relative;
}
.p-bouhan__reform-before img, .p-bouhan__reform-after img {
  border-radius: 8px;
}
.p-bouhan__reform-before > .in-before-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 34px;
  border-radius: 20px;
  background-color: #e8e8e8;
  border: solid 3px white;
  font-size: 18px;
  font-weight: bold;
  transform: translate(0, -50%);
  margin-inline: auto;
}
.p-bouhan__reform-before::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/ic-angle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 23px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-bouhan__reform-before::after {
    left: 50%;
    top: calc(100% + 5px);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-bouhan__reform-after > .in-after-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 34px;
  border-radius: 20px;
  background-color: var(--font-color);
  border: solid 3px white;
  font-size: 18px;
  font-weight: bold;
  transform: translate(0, -50%);
  margin-inline: auto;
  color: white;
}
.p-bouhan__reform-img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
.p-bouhan__related-desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-bouhan__related-desc {
    font-size: 14px;
  }
}
.p-bouhan__related-list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .p-bouhan__related-list {
    flex-direction: column;
  }
}
.p-bouhan__related-item {
  position: relative;
  width: 356px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-bouhan__related-item {
    width: 100%;
  }
}
.p-bouhan__related-item > .in-img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.p-bouhan__related-item > .in-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-bouhan__related-item > .in-title {
  margin-block: 5px;
  font-size: 18px;
}
.p-bouhan__related-item > .in-desc {
  font-size: 14px;
}
@media (hover: hover) {
  .p-bouhan__related-item:hover > .in-img img {
    transform: scale(1.05);
  }
}
.p-bouhan__float-menu {
  position: fixed;
  right: 0;
  bottom: -50vh;
  z-index: 100;
  padding-bottom: 70px;
  transition: bottom 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__float-menu {
    bottom: -100px;
    right: auto;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 12px;
  }
}
.p-bouhan__float-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-bouhan__float-menu-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.p-bouhan__float-menu-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 72px;
  background-color: var(--accent-yelow);
  border-radius: 8px 0 0 8px/8px 0 0 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__float-menu-item-inner {
    height: 80px;
    width: auto;
    border-radius: 8px;
  }
}
.p-bouhan__float-menu-item-inner > .in-icon path {
  stroke: #204878;
  transition: stroke 0.3s;
}
.p-bouhan__float-menu-item-inner > .in-text {
  color: #204878;
  font-size: 15px;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-bouhan__float-menu-item-inner > .in-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (hover: hover) {
  .p-bouhan__float-menu-item-inner:hover {
    background-color: var(--font-color);
  }
  .p-bouhan__float-menu-item-inner:hover > .in-text {
    color: white;
  }
  .p-bouhan__float-menu-item-inner:hover > .in-icon path {
    stroke: white;
  }
}

.u-objectFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}/*# sourceMappingURL=style.css.map */



