/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2026 | 01:41:04 */
/* ==========================
   メインビジュアル
========================== */

.main-visual {
  width: calc(100% - 100px);
  min-height: 626px;
  margin: 13px auto 11px;
  overflow: hidden;
  background-color: #FBE22F;
  border-radius: 50px;
}

.main-visual__inner {
  width: min(1196px, calc(100% - 80px));
  min-height: 626px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: minmax(0, 560px) 550px;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
}

.main-visual__content {
  padding-bottom: 2px;
}


/* ==========================
   タイトル
========================== */

.main-visual__title {
  margin: 0;
font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(68px, 68px, 6.4rem);
  font-weight: 500;
	line-height:1.2;
	color:#000;
}

.main-visual__title > span {
  display: block;
  width: fit-content;
}

.main-visual__title-marker {
  position: relative;
  z-index: 0;

  margin-top: 2px;
  white-space: nowrap;
}

/* 白いマーカー */
.main-visual__title-marker::after {
  content: "";

  position: absolute;
  z-index: -1;
  left: -12px;
  right: -11px;
  bottom: 4px;

  height: 14px;
  background-color: #fff;
}


/* ==========================
   説明文
========================== */

.main-visual__text {
     margin: 24px 0 0;
    font-size: 32px;
    font-weight: 500;
	color:#000;
	line-height: 1.6;
}


/* ==========================
   右側画像
========================== */

.main-visual__image-wrap {
  width: 550px;
  aspect-ratio: 1 / 1;

  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

.main-visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================
   タブレット
========================== */

@media screen and (max-width: 1100px) {
  .main-visual {
    width: calc(100% - 40px);
    min-height: auto;
    margin-block: 20px;
    border-radius: 36px;
  }

  .main-visual__inner {
    width: min(900px, calc(100% - 64px));
    min-height: auto;
    padding-block: 64px;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(360px, 46%);

    column-gap: 48px;
  }

  .main-visual__title {
    font-size: clamp(2.3rem, 5.2vw, 5.5rem);
  }

  .main-visual__text {
    font-size: 1.6rem;
  }

  .main-visual__image-wrap {
    width: 100%;
  }
}


/* ==========================
   スマートフォン
========================== */

@media screen and (max-width: 767px) {
  .main-visual {
    width: calc(100% - 24px);
    margin-block: 12px;
    border-radius: 28px;
  }

  .main-visual__inner {
    width: calc(100% - 45px);
    padding: 40px 0 40px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
  }

  .main-visual__title {
    font-size: clamp(36px, 10vw, 4.6rem);
    line-height: 1.2;
	          color: #000;
  }

  .main-visual__title-marker {
    white-space: normal;
  }

  .main-visual__title-marker::after {
    left: -5px;
    right: -5px;
    bottom: 3px;
    height: 10px;
  }

  .main-visual__text {
    margin-top: 20px;
    font-size: clamp(18px, 4.6vw, 2rem);
    line-height: 1.5;
  }

  .main-visual__text br {
    display: none;
  }

  .main-visual__image-wrap {
    width: min(100%, 460px);
    margin-left: auto;
  }
}


#Home .office {
	padding-top:120px;
	padding-bottom:120px;
}
#Home .office h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:40px;
	color:#000;
	margin-bottom:30px;
}
#Home .office h2::after {
    content: "";
    height: 4px;
    width: 72px;
    margin: 0.7rem 0 0;
    display: block;
    background-image: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/under_line_yellow.svg);
}
#Home .office h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:26px;
	color:#FB762F;
	margin-bottom:10px;
	font-weight: 500;
}
#Home .office p {
	margin-bottom:10px;
}
#Home .office .btn {
  color: #fff;
	margin-top:30px;
}
#Home .office .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	background-color:#FB762F;
	font-size:16px;
	border-radius:100px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: 220px;
}
#Home .office .btn a:hover {
	background-color:#FB762F;
	opacity: 0.7;
}
#Home .office .btn a:before {
  background: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/ico_arrow_orange.svg);
  content: "";
  width: 22px;
  height: 22px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .business {
	padding-top:120px;
	padding-bottom:120px;
	background-color:#F5F5F5;
}
#Home .business h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:40px;
	color:#000;
	margin-bottom:40px;
	text-align:center;
}
#Home .business h2::after {
    content: "";
    height: 4px;
    width: 72px;
    margin: 0.7rem auto 0;
    display: block;
    background-image: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/under_line_yellow.svg);
}
#Home .business .column1 {
	margin-bottom:50px;
}
#Home .business .box {
	padding:25px 30px;
	background-color:#FFF;
	border-radius:20px;
}
#Home .business .box h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:26px;
	color:#FB762F;
	margin-bottom:5px;
	font-weight:500;
}

#Home .faq {
	padding-top:120px;
	padding-bottom:120px;
}
#Home .faq h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size:40px;
	color:#000;
	margin-bottom:30px;
	text-align:center;
}
#Home .faq h2::after {
    content: "";
    height: 4px;
    width: 72px;
    margin: 0.7rem auto 0;
    display: block;
    background-image: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/under_line_yellow.svg);
}
#Home .faq h3{
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-image: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/ico_q.svg);
    padding-left: 55px;
    background-position: left center;
    font-size: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
	padding-top: 5px;
    padding-bottom: 5px;
	margin-bottom:15px;
}
#Home .faq p{
background-size: 40px 40px;
    background-repeat: no-repeat;
    background-image: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/ico_a.svg);
        padding-left: 55px;
    background-position: left top;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
	padding-top: 8px;
    padding-bottom: 25px;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:20px;
}
#Home .faq .btn {
  color: #fff;
	margin-top:50px;
}
#Home .faq .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	background-color:#FB762F;
	font-size:16px;
	border-radius:100px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	width: 220px;
}
#Home .faq .btn a:hover {
	background-color:#FB762F;
	opacity: 0.7;
}
#Home .faq .btn a:before {
  background: url(http://watanabe-zei.jp/wp-content/uploads/2026/07/ico_arrow_orange.svg);
  content: "";
  width: 22px;
  height: 22px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}




@media (max-width: 833px) {
	
	#Home .office {
	padding-top:40px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .office h2 {
	font-size:32px;
	margin-bottom:15px;
	text-align:center;
}
	#Home .office h2::after {
    margin: 0.7rem auto 0;
}
#Home .office h3 {
	font-size:21px;
	margin-bottom:5px;
	text-align:center;
}
#Home .office p {
	margin-bottom:5px;
}
#Home .office .btn {
	margin-top:15px;
	justify-content:center;
}
	
	
	#Home .business {
	padding-top:60px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .business h2 {
	font-size:32px;
	margin-bottom:20px;
}
#Home .business .column1 {
	margin-bottom:25px;
}
#Home .business .box {
	padding:15px 15px;
	border-radius:10px;
}
	#Home .business .box img {
		width:50%;
}
#Home .business .box h3 {
	font-size:24px;
	text-align:center;
}
	
	
	#Home .faq {
	padding-top:60px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Home .faq h2 {
	font-size:32px;
	margin-bottom:20px;
}
#Home .faq h3{
        background-size: 28px 28px;
        padding-left: 36px;
        background-position: left 5px;
    font-size: 20px;
	padding-top: 5px;
    padding-bottom: 5px;
	margin-bottom:0px;
}
#Home .faq p{
     background-size: 28px 28px;
        padding-left: 36px;
    background-position: left 8px;
    font-size: 16px;
	padding-top: 8px;
    padding-bottom: 15px;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:10px;
	font-weight: 400;
}

	
	}
	
	
	

