@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.en_ft {
  font-family: "Poppins", sans-serif;
}
.h2_ttl.jp_serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.75rem);
}

a {
    transition: all 0.3s !important;
}
a:hover {
    opacity: 0.6;
}

/* ---------------------------------------------
改行    
--------------------------------------------- */
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.br_pc {
		display: none;
	}
}

/* ---------------------------------------------
ボタン    
--------------------------------------------- */
.swell-block-button.main-btn {
    width: 240px;
}
.main-btn .swell-block-button__link,
.contact-btn .swell-block-button__link{
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 24px;
  overflow: hidden;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #E31E23;
  border-radius: 50px;
  transition: color 0.4s ease;
  margin: 0 auto;
}

.main-btn .swell-block-button__link span,
.contact-btn .swell-block-button__link span{
  position: relative;
  z-index: 3;
}

.main-btn .swell-block-button__link::before,
.contact-btn .swell-block-button__link::before {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #E31E23;
  border-radius: 50%;
  z-index: 1;
  transition: width 0.5s ease, height 0.5s ease, right 0.5s ease;
}

.main-btn .swell-block-button__link::after,
.contact-btn .swell-block-button__link::after{
  content: "";
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translate(10px, -50%); /* 位置固定 */
  width: 6px;
  height: 6px;
  background: #FFCCCD;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(219, 236, 255, 0.7);
  transition: none;
}

.main-btn .swell-block-button__link:hover,
.contact-btn .swell-block-button__link:hover{
  color: #fff;
  opacity: 1;
}
.is-style-more_btn a:hover {
    background-color: #fff;
}
.main-btn .swell-block-button__link:hover::before,
.contact-btn .swell-block-button__link:hover::before{
  width: 600px;
  height: 600px;
  right: -100px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(219, 236, 255, 0.7);
    opacity: 1;
  }
  70% {
    box-shadow: 0 0 0 12px rgba(219, 236, 255, 0);
    opacity: 0.7;
  }
  100% {
    box-shadow: 0 0 0 18px rgba(219, 236, 255, 0);
    opacity: 0;
  }
}
.main-btn .swell-block-button__link:hover::after,
.contact-btn .swell-block-button__link:hover::after{
  animation: ripple 1.4s ease-out infinite;
  transform: translate(10px, -50%); /* 位置固定 */
}

/* ---------------------------------------------
ヘッダーメニュー
--------------------------------------------- */
.l-header {
    box-shadow: unset;
}

.l-header__inner.l-container {
    height: 100px;
}
.l-fixHeader__inner.l-container {
    height: 100px;
}
.l-fixHeader {
  box-shadow: none !important;
}

.l-header__inner,
.l-fixHeader__inner {
  max-width: 95% !important;
  padding: 0 !important;
  align-items: center !important;
}

.c-gnavWrap {
  margin-right: 1rem;
}

.c-gnav {
  background: #fff;
  border-radius: 4px;
  height: 50px;
  padding: 0.1rem;
}
.c-gnav li a {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 1.1rem !important;
}
.c-gnav li a span {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
.c-gnav li a:hover {
  color: #fff;
  background: #E31E23;
  opacity: 1;
}

.sub-menu {
  background: rgba(255, 255, 255, 0.76) !important;
  width: 18rem !important;
  border-radius: 4px;
  border: 1px solid #fff;
  top: 125% !important;
}
.sub-menu li a {
  display: flex !important;
  align-items: center !important;
  padding: 0.8rem 0.5em 0.8rem 2rem !important;
}
.c-gnav .sub-menu a:before {
    display: none;
}
.sub-menu li a:hover {
  color: #fff !important;
  background: #E31E23 !important;
  opacity: 1 !important;
}

.h_contact a {
    color: #fff !important;
    font-weight: 500;
    background: #222020;
    height: 50px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    border-radius: 4px;
    font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
.h_contact a:hover {
  background: #373737;
  opacity: 1;
}

.c-gnav>.menu-item>a:after {
  display: none;
}
/* ---------------------------------------------
コンテンツヘッダー  
--------------------------------------------- */
.l-topTitleArea {
  min-height: 500px;
  border-bottom: 1px solid #E5E5E5;
}
.l-topTitleArea__body {
    color: #222020;
}
.l-topTitleArea .c-categoryList__link {
  color: #222020;
}
.l-topTitleArea .c-categoryList {
  color: #222020;
}
.p-breadcrumb__list {
  justify-content: end;
}

h1.c-pageTitle {
    color: #222020;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    top: 110px;
}
h1.c-pageTitle::before {
    content: "";
    position: absolute;
    background-color: #E31E23;
    height: 15px;
    width: 15px;
    left: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
small.c-pageTitle__subTitle {
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: clamp(4.375rem, -0.0368rem + 11.7647vw, 9.375rem);
    position: absolute;
    right: 0;
    top: -280px;
    margin-left: 0;
}
small.c-pageTitle__subTitle::before {
    content: "";
    position: absolute;
    background: url(http://sgs.bi-d.jp/wp-content/uploads/2026/03/ttl-deco.svg) no-repeat center / contain;
    width: 467px;
    height: 253px;
    right: -115px;
    top: 35px;
    z-index: -1;
}

/* ---------------------------------------------
サービス固定 
--------------------------------------------- */
/* h2 */
.lower-h2 .en_ttl {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #E31E23;
    font-size: 48px;
    line-height: 1;
}
.lower-h2 .jp_ttl {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
/* 導入 */
.swell-block-fullWide.ex-area {
    padding-bottom: 0 !important;
}
.ex-area .service-img {
    aspect-ratio: 5 / 2;
    overflow: hidden;
	position: relative;
}
.ex-area .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ex-area .num {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: clamp(6.25rem, -7.8125rem + 29.2969vw, 15.625rem);
    margin: 0;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 50px;
    top: -50px;
}
.ex-area .wp-block-group {
    background-color: #fff;
    border: 2px solid #222020;
    max-width: 800px;
    margin: 0 auto;
    padding: 3em 6em;
    position: relative;
    top: -140px;
}
.ex-area .h2_ttl.jp_serif {
  position: relative;
}
.ex-area .h2_ttl.jp_serif::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background-color: #E31E23;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

/* ポイント */
.swell-block-fullWide.point-area {
    padding-top: 1em !important;
}
.point-area .wp-block-media-text {
  max-width: 1000px;
  margin: 7em auto;
  position: relative;
}
.point-area .wp-block-media-text::before {
    position: absolute;
    content: "";
    width: 235px;
    height: 126px;
    background: url(http://sgs.bi-d.jp/wp-content/uploads/2026/03/Point.svg) no-repeat center / contain;
    left: -45px;
    top: -60px;
    z-index: 1;
}
.point-area .wp-block-media-text__content {
    padding: 3em !important;
}
.point-area h2 {
  font-size: 20px;
}

/* ---------------------------------------------
フッター前 
--------------------------------------------- */
.main_h2 .jp_ttl {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  display: block;
}
.main_h2 .en_ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(64px,12vw,128px);
  line-height: 1;
}

.blog-contact .midashi_ttl {
    margin-bottom: 1.1rem;
    font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem) !important;
    font-weight: 500;
}
.blog-contact .swell-block-column:first-child {
    border-right: 1px solid #fff;
}
  

.blog-contact .tel {
  color: #fff;
  font-size: clamp(30px,4vw,55px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.blog-contact .tel::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-color: #fff;
  -webkit-mask: url("http://sgs.bi-d.jp/wp-content/uploads/2026/03/form-tel.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("http://sgs.bi-d.jp/wp-content/uploads/2026/03/form-tel.svg");
          mask: url("http://sgs.bi-d.jp/wp-content/uploads/2026/03/form-tel.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  margin: 0 0.5rem 0 0;
}

.contact-btn .swell-block-button__link {
    width: min(330px, 100%);
}
.contact-btn .swell-block-button__link span {
  padding-left: 30px;
}
.contact-btn .swell-block-button__link span::before {
    content: "";
    position: absolute;
    background: url("http://sgs.bi-d.jp/wp-content/uploads/2026/03/mail-icon.svg") no-repeat center / contain;
    width: 20px;
    height: 16px;
    left: 0;;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.contact-btn .swell-block-button__link:hover span::before {
    background: url("http://sgs.bi-d.jp/wp-content/uploads/2026/03/mail-icon-white.svg") no-repeat center / contain;
}


/* ---------------------------------------------
フッター 
--------------------------------------------- */
.l-footer {
    padding-top: 3.5rem;
}
.l-footer [data-partsid="450"] .swell-block-columns .leftbox .logo-gr p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}
.l-footer [data-partsid="450"] .swell-block-columns .leftbox .add-gr p {
    font-size: 15px;
    font-weight: 500;
}
.l-footer [data-partsid="450"] .swell-block-columns .leftbox .add-gr a {
    border-bottom: 1px solid #222020;
}

.l-footer [data-partsid="450"] .swell-block-columns__inner {
    justify-content: space-between !important;
}
.l-footer [data-partsid="450"] .swell-block-columns .leftbox {
    width: 30%;
}
.l-footer [data-partsid="450"] .swell-block-columns .rightbox {
    display: flex;
    justify-content: space-between;
    column-gap: 1.3rem;
    width: 55%;
}
.l-footer [data-partsid="450"] .swell-block-columns .rightbox ul li {
    margin-bottom: 1rem;
    font-weight: 500;
    list-style: none;
}
.l-footer [data-partsid="450"] .swell-block-columns .rightbox ul .sub_menu {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 15px;
}

.l-footer .copyright {
    text-align: right;
}

/*---------------------------------------------------～1279---*/
@media screen and (max-width: 1279px) {
.l-topTitleArea {
  min-height: 300px;
}
h1.c-pageTitle {
    top: 90px;
}
small.c-pageTitle__subTitle {
    top: -195px;
	right: 25px;
}
small.c-pageTitle__subTitle::before {
	width: 255px;
	height: 138px;
    right: -35px;
}
}

/* ------------------ ～959px ------------------ */
@media screen and (max-width: 959px) {
.ex-area .wp-block-group {
    max-width: 500px;
    padding: 2em 2em;
    top: -85px;
}
.point-area .wp-block-media-text::before {
    width: 175px;
    height: 94px;
    left: -10px;
    top: -40px;
}
.point-area .wp-block-media-text__content {
    padding: 2em !important;
}
	
.l-footer [data-partsid="450"] .swell-block-columns .leftbox {
  width: 70%;
  margin: 0 auto;
}
.l-footer [data-partsid="450"] .swell-block-columns .rightbox {
  display: none;
}
.l-footer [data-partsid="450"] .swell-block-columns .leftbox .add-gr p {
   text-align: center;
}
.blog-contact .swell-block-column {
  padding: 2em;
 }
.blog-contact .tel::before {
  content: "";
  width: 24px;
  height: 24px;
}
}

/*---------------------------------------------------～767px---*/
@media screen and (max-width: 767px) {

.l-topTitleArea {
  min-height: 200px;
}
h1.c-pageTitle {
    font-size: 16px;
    padding-left: 18px;
    top: 65px;
}
h1.c-pageTitle::before {
    height: 10px;
    width: 10px;
    left: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
small.c-pageTitle__subTitle {
    top: -140px;
}
small.c-pageTitle__subTitle::before {
        width: 180px;
        height: 98px;
	    top: 20px;
}
}
/* ------------------ ～599px ------------------ */
@media screen and (max-width: 599px) {
.ex-area .num {
    right: 20px;
    top: -30px;
}
.ex-area .service-img {
    aspect-ratio: 3 / 2;
}
.ex-area .h2_ttl.jp_serif::before {
    bottom: -20px;
}
.ex-area .wp-block-group {
  margin-left: 1em;
  margin-right: 1em;
}
.blog-contact .swell-block-column:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
}
.blog-contact .midashi_ttl {
    font-size: 16px!important;
}
}



