/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
/* Utility */
.mb0 {
  margin-bottom: 0 !important;
}

.box .btn a,
.btn03 a {
  border-radius: 0;
  min-width: 200px;
  text-align: center;
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--main-color);
}
.image-bg-type02 .btn a,
.image-bg-type02 .btn03 a,
.contact-type01 .btn a,
.contact-type01 .btn03 a {
  color: #fff;
  border-color: #fff;
}

/* Headline */
.blog-content h2:not([class]), .page-content h2:not([class]),
.blog-content h3:not([class]), .page-content h3:not([class]),
.blog-content h4:not([class]), .page-content h4:not([class]) {
  margin-block: var(--text-margin) calc(var(--text-margin) / 2);
}

/* Header */
@media screen and (min-width: 1025px) {
  .header-logo {
    width: 292px;
  }
}

/* Main visual */
.mainvisual-catch {
  bottom: 15%;
}
.mainvisual-catch {
    left: inherit;
    max-width: 515px;
    width: 100%;
}
@media screen and (min-width: 600px) {
  .mainvisual-catch {
    bottom: 30vh;
	right: 6vw;
  }
  .mainvisual-catch div.copy {
    font-size: 3.6rem;
    font-weight: 600;
  }
}

/* sec_01 */
.sec_01.box.banner-type01 .image:after {
  content: none;
}
.sec_01.banner-type01 ul li a {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.sec_01.banner-type01 ul li a:after {
  content: '';
  background: url(/mwp/wp-content/uploads/2024/03/arrow.webp) no-repeat center/contain;
  width: 61px;
  height: 6px;
  margin: 0;
  position: absolute;
  right: auto;
  bottom: 39%;
  left: 50%;
  transform: translate(-50%, 0);
}
.sec_01.banner-type01 ul li a span {
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .sec_01.banner-type01 ul {
    gap: 10px;
  }
  .sec_01.banner-type01 ul li {
    width: calc(50% - 5px);
  }
  .sec_01.banner-type01 ul li a:after {
    bottom: 20%;
  }
  .sec_01.banner-type01 ul li a span {
    font-size: 1.8rem;
  }
}

/* .image-text-type02 */
.image-text-type02 .text:before {
  height: calc(100% + 110px);
}
@media screen and (min-width: 600px) {
  .image-text-type02 .text {
    margin-block-start: 20rem;
  }
  .image-text-type02 .text:before {
    top: -15rem;
    left: -600px;
    height: calc(100% + 20rem);
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .image-text-type02 .text {
    width: 43%;
    padding: 0 20px;
  }
}

/* .lead-type01 */
@media screen and (min-width: 600px) {
  .lead-type01 .text h3.box-h3 {
    font-size: 3.6rem;
  }
  .lead-type01 .text p:not([class]) {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}

/* .slider-type01 */
.slider-type01 img {
  width: 100%;
}

/* .box.contact-type01 */
.box.contact-type01 .image:after {
  content: none;
}

/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
}
