@charset "UTF-8";
/*!
cssを追加したい場合は、この「custom.css」にのみコードを書き足してください。
「style.css」を直接編集しないようお願いいたします。
*/


/* -----▼ スマホ・PC共通のスタイルはこちら ▼----- */
/* 書き方のサンプル（.sample-class） */
.sample-class {
  font-weight: bold;
}
.MainVisual__mvMenuHead {
  background-color: #fc3929;
  display: block;
  text-align: center;
  padding: 19px 0;
}
/* 「トップページ」の「SYSTEM SUPPORT（導入システム）」 */
.Top-SystemLink {
}
.Top-SystemLink .sectionContainer {
}
.Top-SystemLink__content {
}
.Top-SystemLink__content .title-section {
}
.Top-SystemLink__systemLink {
}
.Top-SystemLink .card-Top-SystemLink-list {
}
.card-systemLink-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-systemLink-list-item {
}
.card-systemLink-link {
  display: block;
}
.card-systemLink-link {
  transition: .3s;
}
.card-systemLink-logo {
}
.card-systemLink-logo-img {
}
/* 「トップページ」の「各種SNS」 */
.Top-SNS {
}
.Top-SNS .sectionContainer {
}
/* 「トップページ」の「WHAT OUR CUSTOMERS SAY（Google 口コミ）」 */
.Top-GoogleReview {
}
.Top-GoogleReview .sectionContainer {
}
.Top-GoogleReview__content {
}
.Top-GoogleReview__content .title-section {
}
.Top-GoogleReview__googleReview {
}
/* 「社員紹介」の「総務・経理部」 */
.Staff__staffDepartmentTabBarListItem {
}
/* 「建物管理」の「サイト・アプリ」 */
.PropertyManagement__aboutOutline.-text04 {
}
.PropertyManagement__aboutOutlineApp {
}
.PropertyManagement__aboutOutlineAppScreen {
}
.PropertyManagement__aboutOutlineAppScreenImg {
}
.PropertyManagement__aboutOutlineAppLink {
}
.PropertyManagement__aboutOutlineAppLinkList {
}
.PropertyManagement__aboutOutlineAppLinkListItem {
}
.PropertyManagement__aboutOutlineAppLinkListItem + .PropertyManagement__aboutOutlineAppLinkListItem {
}
.PropertyManagement__aboutOutlineAppLinkListItemBtn {
  display: block;
  transition: .3s;
}
.PropertyManagement__aboutOutlineAppLinkListItemBtn.-textBtn {
  color: #fc3929;
  border: 1px solid #FC3929;
  text-align: center;
}
.PropertyManagement__aboutOutlineAppLinkListItemBtn.-bannerBtn {
}
.PropertyManagement__aboutOutlineAppLinkListItemBtnText {
}
.PropertyManagement__aboutOutlineAppLinkListItemBtnImg {
}
.cf:after {
    clear: both;
    content: "";
    display: block;
}
.mtXL {
  margin-top:64px;
}
.mtL {
  margin-top:32px;
}
.mtM {
  margin-top:16px;
}
.mbXL {
  margin-bottom:64px;
}
.mbL {
  margin-bottom:32px;
}
.mbM {
  margin-bottom:16px;
}
.mbMn {
  margin-bottom:-40px;
}
.textS {
  font-size:12px;
}
.posrel {
  position:relative;
}
.posabs {
  position:absolute;
}
.card-purchaseInheritance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 40px;
}
.card-purchaseInheritance-item {
    margin-left: 0px;
    padding: 28px 28px 44px 28px;
    margin-top: 0px;
    width: calc(calc(100% - 0px)/4);
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
    font-size:18px;
    font-weight: 700;
    text-align: center;
}

.card-strength-of-fh {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: 48px;
    margin-bottom:100px !important;
}
.card-strength-of-fh-item {
    margin-left: 24px;
    margin-top: 24px;
    width: calc(calc(100% - 72px)/3);
}
.card-strength-of-fh-thumbnail img {
    height: 240px;
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.card-strength-of-fh-info {
    padding: 20px 10px 40px;
}
.card-strength-of-fh-title {
    font-size: 1.8rem;
    letter-spacing: .08em;
    line-height: 1.6;
    font-weight: 700;
    position:relative;
}
.card-strength-of-fh-title:before {
    content:'';
    width:100px;
    height:3px;
    background-color:#FC3929;
    position:absolute;
    bottom:-20px;
    left:-10px;
}
.card-strength-of-fh-title:after {
    content:'';
    width:calc(100% + 20px);
    height:1px;
    background-color:#FC3929;
    position:absolute;
    bottom:-20px;
    left:-10px;
}
.card-strength-of-fh-text {
    margin-top:32px;
}

.contactPart {
  background: #EEEEEE;
  padding: 24px 0 140px 0;
  margin-top: 40px;
  margin-bottom: 184px;
}
.contactPartBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 40px;
}
.contactPartBox-item {
    margin-right: 16px;
    padding: 40px 32px 24px 32px;
    margin-top: 0px;
    width: calc(calc(100% - 48px)/4);
    background: #fff;
    font-size:14px;
}
.contactPartBox-item:last-child {
    margin-right: 0px;
}
.contactPartBox-item .title {
    height:64px;
    font-size:16px !important;
    font-weight:bold;
    text-align: center;
}
.contactPartBox-item img {

}
.contactPartBox-item__link {
  position:relative;
  text-decoration:underline;
}
.contactPartBox-item__link:hover {
  text-decoration:none;
}
.contactPartBox-item__link:after {
    content: '';
    background-image: url(../image/icon/target_blank.svg);
    width: 16px;
    height: 12px;
    right: -8px;
    top: calc(100% - 16px);
    position: relative;
    display: inline-block;
}
.contactPartBox-read {
  position:absolute;
  top: 150px;
  right: -90px;
  z-index:1;
}
.lawCycleBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.lawCycle {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #FBDDD7;
    border: 1px dotted #FC3929;
    margin-right: 27px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size:18px;
    font-weight:bold;
}
.lawCycle p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width:136px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.6;
}
.lawCycle span {
  display:block;
  font-size:14px;
}
.expertBox {
  margin-top: 120px;
  margin-bottom: 160px;
}
.ExampleBoxRight {
    padding:32px 128px 0px 0px;
}
.ExampleBoxRight .red {
  background-color:#FC3929;
  padding:5px 8px;
  color:#ffffff;
  margin-right:24px;
}
.ExampleBoxRight .title {
  font-size:24px;
  font-weight:bold;
}
.ExampleBoxRight .about {
    border-left:4px solid #000000;
    padding-left:32px;
    line-height:1.8;
    font-size:13px;
    letter-spacing: 1px;
}
.ctaPosrel .ctaButton-box {
  width: 100%;
  position:absolute;
  top: -35px;
  background: #fff;
}
.ctaButton-box {
  border: 1px solid #FC3929;
  border-radius: 4px;
  margin-top: 60px;
  display:block;
  overflow:hidden;
  background: #fff;
  width: 100%;
}
.ctaButton-box a:hover {
  color:#222 !important;

}
.ctaButton-left {
    float:left;
    padding: 40px 48px;
    font-weight: bold;
    font-size: 18px;
}
.ctaButton-right {
  float:right;
  font-size:14px;
  padding:40px 48px;
  text-align:center;
}
.ctaButton-left:hover,
.ctaButton-right:hover {
  color:#222;
}
.ctaTel {
  position: relative;
  font-size: 53px;
  line-height: 46px;
  margin-left: 64px;
  letter-spacing: 0.9mm;
  font-family: Roboto,sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #FC3929;
}
.ctaTel:before {
    content: '';
    background-image: url(../image/icon/tel_icon_red.svg);
    width: 39px;
    height: 39px;
    left: -54px;
    top: 4px;
    position: absolute;
}
.boxshadow {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.footerCTA {
  text-align:center;
}
.footerCTA a {
  display:block;
  padding: 120px 0;
  color:#fff;
  background-color:#FC3929;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.footerCTA a:after {
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    background-size: cover,0 0;
    background-image: url(../image/bg/bg_btn_purchase-inheritance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    transition: opacity .2s;
    z-index: -1;
}
.footerCTA a:hover:after {
    opacity: 1;
}

/* -----▲ スマホ・PC共通のスタイルはこちら ▲----- */


/* -----▼ スマホ用のスタイルはこちら ▼----- */
@media screen and (max-width: 767px) {
  /* 書き方のサンプル（.sample-class） */
  .sample-class {
    font-size: 1.4rem;
  }
  /* 「トップページ」の「SYSTEM SUPPORT（導入システム）」 */
  .Top-SystemLink {
  }
  .Top-SystemLink .sectionContainer {
    padding: 40px 0 32px;
  }
  .Top-SystemLink__content {
  }
  .Top-SystemLink__content .title-section {
  }
  .Top-SystemLink__systemLink {
    margin-top: 32px;
  }
  .Top-SystemLink .card-Top-SystemLink-list {
  }
  .card-systemLink-list {
    margin-left: -20px;
    margin-top: -16px;
  }
  .card-systemLink-list-item {
    margin-left: 20px;
    margin-top: 16px;
    width: calc(calc(100% - 40px) / 2);
  }
  .card-systemLink-link {
  }
  .card-systemLink-link:active {
    opacity: .7;
    transition: .1s;
  }
  .card-systemLink-logo {
  }
  .card-systemLink-logo-img {
    height: 100%;
    width: 100%;
  }
  /* 「トップページ」の「各種SNS」 */
  .Top-SNS {
  }
  .Top-SNS .sectionContainer {
    padding: 64px 0 32px !important;
  }
  /* 「トップページ」の「WHAT OUR CUSTOMERS SAY（Google 口コミ）」 */
  .Top-GoogleReview {
  }
  .Top-GoogleReview .sectionContainer {
    padding: 32px 0 120px;
  }
  .Top-GoogleReview__content {
  }
  .Top-GoogleReview__content .title-section {
  }
  .Top-GoogleReview__googleReview {
    margin-top: 24px;
  }
  /* 「社員紹介」の「総務・経理部」 */
  .Staff__staffDepartmentTabBarListItem {
  }
  /* 「建物管理」の「サイト・アプリ」 */
  .PropertyManagement__aboutOutline.-text04 {
    margin-top: 64px;
  }
  .PropertyManagement__aboutOutlineApp {
  }
  .PropertyManagement__aboutOutlineAppScreen {
  }
  .PropertyManagement__aboutOutlineAppScreenImg {
    height: 100%;
    width: 100%;
  }
  .PropertyManagement__aboutOutlineAppLink {
  }
  .PropertyManagement__aboutOutlineAppLinkList {
  }
  .PropertyManagement__aboutOutlineAppLinkListItem {
  }
  .PropertyManagement__aboutOutlineAppLinkListItem + .PropertyManagement__aboutOutlineAppLinkListItem {
    margin-top: 12px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn {
    margin: 0 auto;
    width: 80%;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-textBtn {
    border-radius: 6px;
    padding: 18px 12px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-textBtn:active {
    background-color: #fc3929;
    border: 1px solid #fc3929;
    transition: .1s;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-bannerBtn {
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-bannerBtn:active {
    opacity: .7;
    transition: .1s;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtnText {
    font-size: 1.6rem;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtnImg {
    width: 100%;
  }
  .card-strength-of-fh {
    margin-top:24px;
    margin-bottom: 24px !important;
  }
  .card-purchaseInheritance {
    margin-bottom: 40px !important;
  }
  .card-purchaseInheritance-item {
    padding: 16px 8px 24px 8px;
    width: calc(calc(100% - 0px)/2);
    font-size:14px;
  }
  .card-purchaseInheritance-item:nth-child(even) {
      border-right: 1px solid #707070;
  }
  .card-purchaseInheritance-item:nth-child(3),
  .card-purchaseInheritance-item:nth-child(4),
  .card-purchaseInheritance-item:nth-child(7),
  .card-purchaseInheritance-item:nth-child(8)  {
      background-color:#F8F6F6;
  }
  .card-purchaseInheritance-item:nth-child(7),
  .card-purchaseInheritance-item:nth-child(8)  {
      border-bottom: 1px solid #707070;
  }
  .ctaButton-left {
    float: none;
    padding:16px 0px;
    text-align: center;
    font-size:16px;
  }
  .ctaButton-right {
    float:none;
    font-size: 14px;
    padding: 16px 0px;
    text-align: center;
  }
  .ctaButton-box {
    margin-top: 0px;
  }
  .contactPart {
    padding:24px 0 60px 0;
  }
  .ctaTel {
      position: relative;
      text-align: center;
      font-size: 32px;
      line-height: 32px;
      margin-left: 32px;
      letter-spacing: 0.9mm;
      font-family: Roboto,sans-serif;
      font-style: italic;
      font-weight: 700;
      color: #FC3929;
  }
  .ctaTel:before {
      content: '';
      background-image: url(../image/icon/tel_icon_red_sp.svg);
      width: 26px;
      height: 26px;
      left: -8px;
      top: 2px;
      position: absolute;
  }
  .card-strength-of-fh-item {
    width:100%;
  }
  .contactPartBox-item {
    padding: 24px 16px 24px 16px;
    width: 100%;
    margin-right:0px;
    margin-bottom: 20px;
    min-height: 244px;
  }
  .contactPartBox-item .steptext {
    margin-left: 128px;
    font-size: 14px;
    margin-bottom:0px !important;
    height: auto;
  }
  .contactPartBox-item .step {
    position: absolute;
    top: 24px;
    left:38px;
  }
  .contactPartBox-item .stepimg {
    position: absolute;
    top: 104px;
    max-width: 100px;
  }
  .lawCycle {
    margin-right: auto;
    margin-left: auto;
  }
  .expertBox {
    margin-bottom:64px;
    margin-top:32px;
  }
  .ExampleBoxRight {
    padding:24px 16px;
  }
  .ExampleBoxRight .title {
    font-size: 18px;
  }
  .ExampleBoxRight .red {
    margin-right: 16px;
  }
  .contactPart {
    margin-top:64px;
  }
  .contactPartBox-read {
    position: absolute;
    top: -100px;
    right: -15px;
    z-index: 1;
  }
  .contactPartBox-read img {
    max-width:80%;
  }
  .footerCTA a {
    padding: 40px 0;
    font-size:20px;
  }
  .hideSp {
    display:none;
  }
}
/* -----▲ スマホ用のスタイルはこちら ▲----- */


/* -----▼ PC用のスタイルはこちら ▼----- */
@media screen and (min-width: 768px) {
  /* 書き方のサンプル（.sample-class） */
  .sample-class {
    font-size: 1.6rem;
  }
  /* 「トップページ」の「グロナビメニュー」 */
  .GNav__siteMapUnitList.-layer2 > .GNav__siteMapUnitListItem {
    margin-left: 0 !important;
    margin-top: -3px !important;
  }
  .GNav__siteMapUnitList.-layer2 > .GNav__siteMapUnitListItem > .GNav__siteMapLink,
  .GNav__siteMapUnitList.-layer2 > .GNav__siteMapUnitListItem > .GNav__siteMapTitle {
    padding-left: 24px !important;
    padding-top: 8px !important;
  }
  /* 「トップページ」の「SYSTEM SUPPORT（導入システム）」 */
  .Top-SystemLink {
  }
  .Top-SystemLink .sectionContainer {
    padding: 60px 0 60px;
  }
  .Top-SystemLink__content {
  }
  .Top-SystemLink__content .title-section {
  }
  .Top-SystemLink__systemLink {
    margin-top: 48px;
  }
  .Top-SystemLink .card-Top-SystemLink-list {
  }
  .card-systemLink-list {
    margin-left: -20px;
    margin-top: -32px;
  }
  .card-systemLink-list-item {
    margin-left: 20px;
    margin-top: 32px;
    width: calc(calc(100% - 120px) / 6);
  }
  .card-systemLink-link {
  }
  .card-systemLink-link:hover {
    opacity: .7;
    transition: .1s;
  }
  .card-systemLink-logo {
  }
  .card-systemLink-logo-img {
    height: 100%;
    width: 100%;
  }
  /* 「トップページ」の「各種SNS」 */
  .Top-SNS {
  }
  .Top-SNS .sectionContainer {
    padding: 120px 0 60px !important;
  }
  /* 「トップページ」の「WHAT OUR CUSTOMERS SAY（Google 口コミ）」 */
  .Top-GoogleReview {
  }
  .Top-GoogleReview .sectionContainer {
    padding: 60px 0 160px;
  }
  .Top-GoogleReview__content {
  }
  .Top-GoogleReview__content .title-section {
  }
  .Top-GoogleReview__googleReview {
    margin-top: 32px;
  }
  /* 「社員紹介」の「総務・経理部」 */
  .Staff__staffDepartmentTabBarListItem {
    /* width: calc(calc(100% - 8px) / 5) !important; */
    width: calc(calc(100% - 8px) / 4) !important;
  }
  /* 「建物管理」の「サイト・アプリ」 */
  .PropertyManagement__aboutOutline.-text04 {
    margin-top: 80px;
  }
  .PropertyManagement__aboutOutlineApp {
  }
  .PropertyManagement__aboutOutlineAppScreen {
  }
  .PropertyManagement__aboutOutlineAppScreenImg {
    height: 476px;
    width: 640px;
  }
  .PropertyManagement__aboutOutlineAppLink {
  }
  .PropertyManagement__aboutOutlineAppLinkList {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: -12px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItem {
    margin-left: 12px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItem + .PropertyManagement__aboutOutlineAppLinkListItem {
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn {
    width: 200px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-textBtn {
    border-radius: 8px;
    padding: 13px 12px;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-textBtn:hover {
    background-color: #fc3929;
    border: 1px solid #fc3929;
    color: #fff;
    transition: .1s;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-bannerBtn {
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtn.-bannerBtn:hover {
    opacity: .7;
    transition: .1s;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtnText {
    font-size: 1.8rem;
  }
  .PropertyManagement__aboutOutlineAppLinkListItemBtnImg {
    width: 100%;
  }
  .fBoxPc {
  }
  .f1of2Pc {
    float: left;
    width: 50%;
    margin-left: 0%;
  }
  .f1of2Pc:nth-child(even) {
    width:46%;
    margin-left:4%;
  }
  .f1of2Pc img {
    width:100%;
  }
  .mlXLPc {
    margin-left:55px;
  }
  a[href^="tel:"] {
      pointer-events: none;
  }
  .card-purchaseInheritance-item:nth-child(4n) {
      border-right: 1px solid #707070;
  }
  .card-purchaseInheritance-item:nth-child(even) {
      background-color:#F8F6F6;
  }
  .card-purchaseInheritance-item:nth-child(5),
  .card-purchaseInheritance-item:nth-child(6),
  .card-purchaseInheritance-item:nth-child(7),
  .card-purchaseInheritance-item:nth-child(8)  {
      border-bottom: 1px solid #707070;
  }

}
/* -----▲ PC用のスタイルはこちら ▲----- */


/* ==================================================
20211217 - contactform7で作成のお問い合わせform用のcss
==================================================  */

  .form-privacy-policy .form-input-list-item{
    align-items: flex-start;
  }
  /* ↓フォーム装飾のコード */
  .-cf7--checkbox,.-cf7--radiobutton{
    display: flex;
    flex-flow: wrap;
  }
  @media screen and (max-width: 767px){
    .-cf7--checkbox,.-cf7--radiobutton{
      display: block;
    }

  }
  .-cf7--checkbox .wpcf7-list-item,.-cf7--radiobutton .wpcf7-list-item{
    margin-left: 40px !important;
    margin-top: 16px !important;
    position: relative;
  }
  @media screen and (max-width: 767px){
    .-cf7--checkbox .wpcf7-list-item,.-cf7--radiobutton .wpcf7-list-item{
    margin-left: 0px !important;
    position: relative;
    display: block;
    }
  }
  .-cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label,.-cf7--radiobutton .wpcf7-list-item .wpcf7-list-item-label{
    cursor: pointer;
    padding: 0 0 0 32px;
  }
  .-cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label::before{
    background-color: #fff;
    border: 1px solid #555;
    height: 24px;
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 24px;
  }
  .-cf7--radiobutton .wpcf7-list-item .wpcf7-list-item-label::before{
    border: 1px solid #555;
    border-radius: 50% !important;
    height: 24px;
    top: calc(50% - 12px);
    width: 24px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  .-cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label::after{
    content: "";
    position: absolute;
    border: 4px solid #fc3929;
    height: 11px;
    left: 4px;
    top: calc(50% - 6px);
    width: 16px;
    border-right-style: none !important;
    border-top-style: none !important;
    transform: rotate(-45deg) scale(0, 0);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  }
  .-cf7--radiobutton .wpcf7-list-item .wpcf7-list-item-label::after{
    height: 12px;
    left: 6px;
    top: calc(50% - 6px);
    width: 12px;
    background-color: #fc3929;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(2);
    transition: transform .2s;
    content: "";
    position: absolute;
  }
  .-cf7--checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::after,.-cf7--checkbox .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::after{
    transform: rotate(-45deg) scale(1, 1);
    transition: transform .1s;
  }
  .-cf7--radiobutton .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
    transition: transform .2s;
  }

  .-cf7--radiobutton .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::before{
        border-color: #fc3929;
  }

  .-cf7--checkbox .wpcf7-list-item .wpcf7-list-item-label:hover::before{
    border: 1px solid #fc3929;
    box-shadow: 0 0 6px 1px #fc3929;
  }
  .-cf7--radiobutton .wpcf7-list-item .wpcf7-list-item-label:hover::before{
    border-color: #fc3929;
    box-shadow: 0 0 6px 1px #fc3929;
  }
  .-cf7--radiobutton+.wpcf7-not-valid-tip{
    display: none;
  }
  /* ↓エラーテキスト（バリデーションテキスト） */
  .wpcf7-not-valid-tip{
    border-radius: 6px;
    font-size: 1.4rem;
    margin-top: 16px;
    padding: 8px 24px;
    position: relative;
    background-color: #d40000;
    border: 1px solid #d40000;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: .08em;
  }
  .wpcf7-not-valid-tip::before{
    border-bottom: 17px solid #d40000;
    top: -13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 14px;
    z-index: -1;
    content: "";
    position: absolute;
  }
  .wpcf7-not-valid-tip::after{
    border-bottom: 17px solid #d40000;
    top: -11px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 14px;
    content: "";
    position: absolute;
  }
  .-cf7--acceptance+.wpcf7-not-valid-tip::before,.-cf7--acceptance+.wpcf7-not-valid-tip::after{
    top: -11px;
    left: calc(50% - 12px);
  }
  @media screen and (max-width: 767px){
    .-cf7--acceptance .wpcf7-list-item.first{
      margin-top: 0 !important;
    }
  }
  .wpcf7-response-output{
    display: none;
  }


/* ==================================================
20221129 - contactform7で作成のお問い合わせform用のcss
==================================================  */
.other_forms br.hide_pc{
  display:block;
}
.other_forms .other_forms_btn{
  padding: 15px;
  background-color: #fc3929;
  border: 1px solid #fc3929;
  max-width: 500px;
  margin: 0 auto;
}
.other_forms .other_forms_btn:hover{
  background-color: #fff;
  transition: .3s all;
}
.other_forms .other_forms_btn p{
  position: relative;
  color: #fff;
  transition: .3s all;
}
.other_forms .other_forms_btn p:after{
  content:"";
  background-image: url(../image/icon/icon_arrow_slider_next-post_white.svg);
  background-size: cover,0 0;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top:50%;
  transform: translate(0%, -50%);
  width: 30px;
  height: 10px;
  transition: .3s all;
}

@media screen and (min-width: 768px) {
  .other_forms br.hide_pc{
    display:none;
  }
  .other_forms .other_forms_btn{
    padding: 40px;
    max-width: 640px;
  }
  .other_forms .other_forms_btn:hover p{
    color: #fc3929;
  }
  .other_forms .other_forms_btn p:after{
    top:60%;
    transform: translate(30%, -50%);
  }
  .other_forms .other_forms_btn:hover p:after{
    background-image: url(../image/icon/icon_arrow_slider_next-post_orange.svg);
    transform: translate(60%, -50%);
  }
}

/* ==================================================
20240311 - 各種SNSセクション修正用CSS
==================================================  */
.Top-SNS__lineBannerImg{
  max-width: 356px;
  width: 100%;
}
.Top-SNS__contentList {
  flex-wrap: wrap;
}
.Top-SNS__contentListItem.-sponsor {
  margin-top: 48px;
  width: 100%;
}
.-sponsor .Top-SNS__sponsorBannerListItem:first-child{
  width: 100%;
}
.-sponsor .Top-SNS__sponsorBannerListItem:last-child{
  margin-top: 25.2px;
  width: 100%;
}
.Top-SNS__sponsorBannerImg{
  max-width: 356px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Top-SNS__contentListItem.-sponsor {
    margin-top: 63px;
  }
  .-sponsor .Top-SNS__sponsorBannerList {
    display: flex;
    align-items: center;
  }
  .-sponsor .Top-SNS__sponsorBannerListItem:first-child{
    width: 41.95%;
  }
  .-sponsor .Top-SNS__sponsorBannerListItem:last-child{
    margin-left: 28.5px;
    margin-top: 0;
    width: calc(58.05% - 28.5px);
  }
  .Top-SNS__sponsorBannerImg{
    max-width: 100%;
  }
  .Top-SNS__lineBannerList li a{
    max-width: 315px;
    margin-inline: auto;
  }
  .Top-SNS__lineBannerListItem+.Top-SNS__lineBannerListItem {
    margin-top: 9px;
  }
  .Top-SNS__facebook{
    max-height: 480px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px){
  #sb_instagram #sbi_images {
      margin-left: 0;
      margin-top: 0;
  }
}

/* ==================================================
20240311 - 採用情報追加用CSS
==================================================  */
.Top-Recruit .sectionContainer{
  padding-top: 31.7px;
  padding-bottom: 31.3px;
}
.Top-Recruit__recruit{
  margin-top: 64.7px;
  padding-top: 52.4px;
  padding-bottom: 54.6px;
  background-image: url(../image/bg/bg_top-recruit_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Top-Recruit__body{
  padding: 27.9px 25px 37px;
  position: relative;
  z-index: 0;
}
.Top-Recruit__body::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  z-index: -1;
}
.Top-Recruit__title{
  font-size: 20px;
  line-height: calc(35/20);
  color: #FC3929;
  font-family: "Noto Serif JP", serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.Top-Recruit__flex{
  margin-top: 25.2px;
}
.Top-Recruit__text p{
  letter-spacing: 0.7px;
}
.Top-Recruit__btn{
  margin-top: 30.2px;
}
.Top-Recruit__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FC3929;
  color: #fff;
  border-radius: 48px;
  font-size: 13px;
  font-weight: 600;
  line-height: calc(30/13);
  padding: 27.2px 16.2px 24.8px 29.3px;
  transition: all .3s;
}
.Top-Recruit__link:hover{
  color: #fff;
  opacity: 0.8;
}
.Top-Recruit__link::before{
  content: "";
  width: 20.32px;
  height: 20.32px;
  display: block;
  background-image: url(../image/icon/icon_arrow-recruit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8.8px;
}
@media screen and (min-width: 768px) {
  .Top-Recruit .sectionContainer{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .Top-Recruit__recruit{
    margin-top: 86.1px;
    padding-top: 105px;
    padding-bottom: 0;
    background-image: url(../image/bg/bg_top-recruit_pc.jpg);
  }
  .Top-Recruit .contentBox{
    max-width: 920px;
  }
  .Top-Recruit__body{
    padding: 65px 15px 84px 66px;
  }
  .Top-Recruit__body::after{
    width: 200%;
  }
  .Top-Recruit__title{
    font-size: 36px;
    line-height: calc(35/36);
    letter-spacing: 5.4px;
  }
  .Top-Recruit__flex{
    margin-top: 36px;
    display: flex;
  }
  .Top-Recruit__text{
    max-width: 444px;
  }
  .Top-Recruit__text p{
    letter-spacing: 1.4px;
  }
  .Top-Recruit__btn{
    margin-top: 0;
    margin-left: 11px;
  }
  .Top-Recruit__link{
    font-size: 18px;
    line-height: calc(30/18);
    letter-spacing: 1.8px;
    padding: 31px 15px 33px 35px;
    min-width: 384px;
  }
  .Top-Recruit__link::before{
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
  .u-mobile{
    display: none;
  }
}

/* ==================================================
20240311 - フッター修正用CSS
==================================================  */
.icon-sns.-x.-footer:before {
  background-image: url(../image/icon/icon_sns_x_white.svg);
  width: 17px;
  left: calc(50% - 8.5px);
}
.icon-sns.-tiktok.-footer:before {
  background-image: url(../image/icon/icon_sns_tiktok_white.svg);
  width: 15.5px;
  left: calc(50% - 7.75px);
}
.icon-sns.-red.-footer:before {
  background-image: url(../image/icon/icon_sns_red_white.svg);
  width: 27px;
  left: calc(50% - 13.5px);
}

/* ==================================================
20240311 - ヘッダー修正用CSS
==================================================  */
.icon-sns.-x.-gnav:before {
  background-image: url(../image/icon/icon_sns_x_white.svg);
  width: 17px;
  left: calc(50% - 8.5px);
}
.icon-sns.-tiktok.-gnav:before {
  background-image: url(../image/icon/icon_sns_tiktok_white.svg);
  width: 16px;
  left: calc(50% - 8px);
}
.icon-sns.-red.-gnav:before {
  background-image: url(../image/icon/icon_sns_red_white.svg);
  width: 27px;
  left: calc(50% - 13.5px);
}
@media screen and (min-width: 768px) {
  .icon-sns.-x.-gnav:before {
    background-image: url(../image/icon/icon_sns_x_orange.svg);
  }
  .icon-sns.-tiktok.-gnav:before {
    background-image: url(../image/icon/icon_sns_tiktok_orange.svg);
  }
  .icon-sns.-red.-gnav:before {
    background-image: url(../image/icon/icon_sns_red_orange.svg);
  }
}


/* ==================================================
20240401 - Instagramフィード修正用CSS
==================================================  */
#sb_instagram #sbi_images{
  margin-left: 0;
  margin-top: 0;
  gap: 12px;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: calc(100% / 3 - 12px* 2 / 3);
}
@media (max-width: 480px){
  #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
    width: calc(50% - 12px / 2);
  }
}

/* ==================================================
20241028 - 川越ブランチ追加
==================================================  */
@media screen and (max-width: 767px) {
  .FtC-address__companyInfoAddress .addressSub{
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .FtC-address__companyList {
    justify-content: space-between;
    margin-left: 0;
  }

  .FtC-address__companyListItem {
    flex: 1 0 auto;
    margin-left: 0;
  }
  .FtC-address__companyInfoTelAndFax{
    flex-direction: column;
  }
}

/* ==================================================
20241225 - GOブランド バナー追加
==================================================  */
.go_bnr01 .sectionContainer{
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .go_bnr01 .sectionContainer{
    padding-top: 10px;
  }
  .go_bnr01 .sectionContainer .contentBox{
    width: 100%;
  }
}

/* ==================================================
2025 - 相続ページ用CSS
==================================================  */
.PageInheritance {
  display: block;
  padding: 80px 0 100px;
}
.PageInheritance .hide_pc {
  display: none;
}
.PageInheritance .hide_sp {
  display: block;
}
.PageInheritance .bg-gray {
  background-color: #ececec;
}
.PageInheritance__main-img__pc {
  width: 100%;
  height: auto;
}
.PageInheritance__main-img__sp {
  display: none;
}
.PageInheritance__about {
  display: block;
  padding: 90px 0;
}
.PageInheritance__about__sectionContainer__contentBoxL {
  width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
}
.PageInheritance__about__aboutContent__description {
  text-align: center;
  padding: 30px;
}
.PageInheritance__about__aboutContent__description p {
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
}
.PageInheritance__about__aboutContent__description p span {
  font-size: 48px;
  font-weight: 400;
}
.PageInheritance__about__aboutContent__set-outline-text-container {
  margin-top: 32px;
}
.PageInheritance__about__aboutContent__set-outline-text-container__set-outline-text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 32px;
}
.PageInheritance__about__aboutContent__set-outline-text-container__set-outline-text
  span {
  color: #fc3929;
  text-decoration: underline;
  text-decoration-thickness: 0.1px;
}
.PageInheritance__about__aboutContent__team-pc {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 70px;
}
.PageInheritance__about__aboutContent__team-sp {
  display: none;
}
.PageInheritance__about__aboutContent__cta-btn {
  text-align: center;
  background-color: #fc3929;
  max-width: 360px;
  margin: 50px auto;
  height: 80px;
  border-radius: 100px;
}
.PageInheritance__about__aboutContent__cta-btn a {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.PageInheritance__about__aboutContent__cta-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
}
.PageInheritance__about__aboutContent__cta-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 77%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #ffffff;
  border-left: 21px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.PageInheritance__about__aboutContent__aboutOutline::before {
  height: 1px;
  left: -80px;
  top: calc(0.9em - 0px);
  width: 64px;
}
.PageInheritance__about__aboutContent__aboutOutline .title-orange-h-line {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  font-weight: 400;
}
.PageInheritance__about__aboutContent__aboutOutline
  .title-orange-h-line
  .underline {
  text-decoration: underline;

  text-decoration-thickness: 0.5px;
}
.PageInheritance__about__aboutContent__aboutOutline__lawCycleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px 0 !important;
}
.PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 300px;
  height: 115px;
  border-radius: 16px;
  background-color: #fbddd7;
  display: inline-block;
  position: relative;
}
.PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle:nth-child(
    3n
  ) {
  margin: 5px 0;
}
.PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle:last-child:not(:nth-child(3n)) {
  margin: 5px 10px;
}
.PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle p {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 30px;
  text-align: center;
}
.PageInheritance__about__aboutContent__aboutOutline__simulatorBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 50px;
  column-gap: 10px;
}
.PageInheritance__about__aboutContent__aboutOutline__simulatorBox__simulator {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 300px;
  height: auto;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  text-align: center;
}
.PageInheritance__about__aboutContent__aboutOutline__simulatorBox__simulator__title {
  font-size: 16px;
  color: #fc3929;
  font-weight: bold;
}
.PageInheritance__about__aboutContent__aboutOutline__simulatorBox__simulator__img{
  text-align: center;
  margin: 10px 0;
  width: 100%;
}
.PageInheritance__about__aboutContent__aboutOutline__simulatorBox__simulator__img img{
  display: inline;
  width: 80%;
  max-width: 144px;
  height: fit-content;
}
.block-tax-calculator__title{
  font-size: 18px;
  color: #fc3929;
  margin-bottom: 1em;
}
.PageInheritance__about__aboutContent__simulation-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.PageInheritance__about__aboutContent__simulation-img li {
  max-width: 440px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.PageInheritance__about__aboutContent__simulation-img li:nth-child(2n) {
  max-width: 440px;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 0;
}
.PageInheritance__about__aboutContent__simulation-img li img {
  border: 1px solid #000000;
  height: 294px;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.PageInheritance__about__aboutContent__simulation-img li div {
  text-align: center;
  margin-top: 5px;
}
.PageInheritance__about__aboutContent__simulation-img li div p {
  font-size: 14px;
  font-weight: 500;
}
.PageInheritance__about__aboutContent__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 584px;
  max-height: 97px;
  position: relative;
}
.PageInheritance__about__aboutContent__bnr__img {
  max-width: 97px;
  position: absolute;
  z-index: 1;
  left: 0;
}
.PageInheritance__about__aboutContent__bnr__img img {
  width: 100%;
  height: 100%;
}
.PageInheritance__about__aboutContent__bnr__description {
  height: 97px;
  width: 584px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  border-radius: 48.5px;
  padding-left: 112px;
}
.PageInheritance__about__aboutContent__bnr__description p {
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}
.PageInheritance__about__aboutContent__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 120px !important;
}
.PageInheritance__about__aboutContent__member__list {
  max-width: 25%;
  padding: 0 15px;
}
.PageInheritance__about__aboutContent__member__list:first-child {
  max-width: 50%;
  padding: 60px;
}
.PageInheritance__about__aboutContent__member__list:nth-child(2) {
  max-width: 50%;
  padding: 60px;
}
.PageInheritance__about__aboutContent__member__list__img img {
  width: 100%;
  height: auto;
}
.PageInheritance__about__aboutContent__member__list__company {
  text-align: center;
  margin-top: 20px;
}
.PageInheritance__about__aboutContent__member__list__company p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}
.PageInheritance__about__aboutContent__member__list__company__name {
  margin: 24px;
}
.PageInheritance__about__aboutContent__member__list__company__name p {
  font-size: 22px;
  font-weight: 700;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications--first{
  list-style: disc;
  list-style-position: inside;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications--first
li{
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications--first
li::marker {
  color: #fc3929;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications {
  list-style: disc;
  list-style-position: inside;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications
  li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.PageInheritance__about__aboutContent__member__list__company__qualifications
  li::marker {
  color: #fc3929;
}
.PageInheritance__about__aboutContent__consultant-headline {
  text-align: center;
  margin: 60px;
}
.PageInheritance__about__aboutContent__consultant-headline h2 {
  font-size: 26px;
  font-weight: 400;
}
.PageInheritance__column {
  display: block;
}
.PageInheritance__column__area {
  width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 48px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.PageInheritance__column__area__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 440px;
  max-height: 140px;
  background-color: #ffffff;
}
.PageInheritance__column__area__content__img {
  max-width: 140px;
  max-height: 140px;
}
.PageInheritance__column__area__content__outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  max-width: 300px;
}
.PageInheritance__column__area__content__outline__headline {
  margin-left: 18px;
}
.PageInheritance__column__area__content__outline__headline p {
  font-size: 20px;
  font-weight: 500;
}
.PageInheritance__column__area__content__outline__description {
  padding: 0 18px;
}
.PageInheritance__column__area__content__outline__description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.PageInheritance__can-do__area {
  padding: 50px 0;
}
.PageInheritance__can-do__area__headline {
  text-align: center;
  padding: 50px 0 80px;
}
.PageInheritance__can-do__area__headline h2 {
  font-size: 24px;
  font-weight: 700;
}
.PageInheritance__can-do__area__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.PageInheritance__can-do__area__content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 920px;
}
.PageInheritance__can-do__area__content__list li {
  max-width: 430px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #fc3929;
}
.PageInheritance__can-do__area__content__list__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.PageInheritance__can-do__area__content__list__box__red {
  background-color: #fc3929;
  width: 340px;
  height: 60px;
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 0 10px 0;
}
.PageInheritance__can-do__area__content__list__box__red p {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.PageInheritance__can-do__area__content__list__box__description {
  width: 340px;
  padding-bottom: 30px;
}
.PageInheritance__can-do__area__content__list__box__description p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.PageInheritance__can-do__area__content__list__box__description p span {
  text-decoration: underline;

  text-decoration-thickness: 0.5px;
}
.PageInheritance__service-flow {
  padding: 50px 0;
}
.PageInheritance__service-flow__headline {
  text-align: center;
  padding: 50px 0 80px;
}
.PageInheritance__service-flow__headline h2 {
  font-size: 24px;
  font-weight: 700;
}
.PageInheritance__service-flow__pc-img {
  max-width: 974px;
  margin: 0 auto 100px;
}
.PageInheritance__service-flow__sp-img {
  display: none;
}
.PageInheritance__service__contents {
  padding: 50px 0;
}
.PageInheritance__service__contents__headline {
  text-align: center;
  padding: 50px 0;
}
.PageInheritance__service__contents__headline h2 {
  font-size: 24px;
  font-weight: 700;
}
.PageInheritance__service__contents__list {
  width: 920px;
  margin: 0 auto;
}
.PageInheritance__service__contents__list li {
  background-color: #ffffff;
  padding: 15px 35px;
  border-bottom: 1px solid #fc3929;
  margin-bottom: 15px;
}
.PageInheritance__service__contents__list
  li
  .PageInheritance__service__contents__list__service-name::before {
  color: #ffffff;
  width: auto;
  /* height: 27px; */
  border-radius: 4px;
  text-align: center;
  padding: 3px 15px 4px 10px;
  margin-right: 20px;
  font-size: 14px;
}
.PageInheritance__service__contents__list li .prenatal-care::before {
  content: "● 生前対策";
  background-color: #43a8da;
}
.PageInheritance__service__contents__list li .inheritance-measures::before {
  content: "● 相続後対策";
  background-color: #43da75;
}
.PageInheritance__service__contents__list li .real-estate::before {
  content: "● 不動産";
  background-color: #bc0eb9;
}
.PageInheritance__service__contents__list__service-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.PageInheritance__service__contents__list__service-name p {
  font-size: 20px;
  font-weight: 500;
}
.PageInheritance__service__contents__list__description {
  padding: 5px 0 10px;
}
.PageInheritance__service__contents__list__description p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.PageInheritance__service__contents__list__description p span {
  font-size: 14px;
  font-weight: 500;
}
.PageInheritance__cta-area__description {
  text-align: center;
  margin-top: 50px;
}
.PageInheritance__cta-area__description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}
.PageInheritance__cta-area__cta-btn {
  margin: 60px auto 0;
  margin-bottom: 70px;
  max-width: 498px;
  height: 80px;
  text-align: center;
  background-color: #fc3929;
  border-radius: 47px;
  position: relative;
}
.PageInheritance__cta-area a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.PageInheritance__cta-area a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 85%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
}
.PageInheritance__cta-area a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 83%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #ffffff;
  border-left: 21px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .PageInheritance {
    padding: 10px 0 80px;
  }
  .PageInheritance .hide_pc {
    display: block;
  }
  .PageInheritance .hide_sp {
    display: none;
  }
  .PageInheritance .title-orange-h-line::before {
    left: -40px;
  }
  .PageInheritance__main-img__pc {
    display: none;
  }
  .PageInheritance__main-img__sp {
    display: block;
  }
  .PageInheritance__about {
    padding: 30px 0;
  }
  .PageInheritance__about__sectionContainer__contentBoxL {
    width: 100%;
  }
  .PageInheritance__about__aboutContent__description {
    /* text-align: center;
    padding: 30px; */
  }
  .PageInheritance__about__aboutContent__description p {
    font-size: 20px;
    line-height: 40px;
  }
  .PageInheritance__about__aboutContent__set-outline-text-container {
    margin-top: 0;
    margin-right: 5%;
    margin-left: 5%;
  }
  .PageInheritance__about__aboutContent__set-outline-text-container__set-outline-text {
    margin-top: 10px;
  }
  .PageInheritance__about__aboutContent__team-pc {
    display: none;
  }
  .PageInheritance__about__aboutContent__team-sp {
    display: block;
    margin: 30px 15% 0;
  }
  .PageInheritance__about__aboutContent__cta-btn {
    height: 70px;
    margin: 40px 10% 60px;
  }
  .PageInheritance__about__aboutContent__cta-btn a {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .PageInheritance__about__aboutContent__aboutOutline .title-orange-h-line {
    font-size: 2rem;
    padding-right: 4%;
    padding-left: 24px;
  }
  .PageInheritance__about__aboutContent__aboutOutline__lawCycleBox {
    gap: 10px;
    margin: 40px 24px 40px 0 !important;
  }
  .PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle {
    width: calc((100% - 10px) / 2);
    height: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle:nth-child(
      3n
    ) {
    margin: 0;
  }
  .PageInheritance__about__aboutContent__aboutOutline__lawCycleBox__lawCycle p {
    font-size: 14px;
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: auto;
    padding: 24px 14px;
  }
  .PageInheritance__about__aboutContent__simulation-img {
    margin: 30px 5% 60px !important;
    gap: 10px;
  }
  .PageInheritance__about__aboutContent__simulation-img li {
    max-width: inherit;
    margin: 0;
  }
  .PageInheritance__about__aboutContent__simulation-img li:nth-child(2n) {
    max-width: inherit;
    margin: 0;
  }
  .PageInheritance__about__aboutContent__simulation-img li img {
    height: auto;
  }
  .PageInheritance__about__aboutContent__bnr {
    max-width: inherit;
    max-height: inherit;
    margin: 60px 10%;
  }
  .PageInheritance__about__aboutContent__bnr__img {
    max-width: inherit;
    width: 50px;
    left: calc(50% - 25px);
    top: 20px;
  }
  .PageInheritance__about__aboutContent__bnr__description {
    height: auto;
    width: auto;
    padding: 80px 5% 5%;
    border-radius: 29px;
  }
  .PageInheritance__about__aboutContent__bnr__description p {
    font-size: 12px;
  }
  .PageInheritance__about__aboutContent__member {
    gap: 50px 20px;
    margin: 60px 5% 0 !important;
  }
  .PageInheritance__about__aboutContent__member__list {
    max-width: calc((100% - 30px) / 2);
    padding: 0;
  }
  .PageInheritance__about__aboutContent__member__list:first-child {
    max-width: 100%;
    padding: 0;
  }
  .PageInheritance__about__aboutContent__member__list:nth-child(2) {
    max-width: 100%;
    padding: 0;
  }
  .PageInheritance__about__aboutContent__member__list__img {
    width: 50%;
    margin: 0 auto;
  }
  .PageInheritance__about__aboutContent__member__list:nth-child(n + 3)
    .PageInheritance__about__aboutContent__member__list__img {
    width: 80%;
  }
  .PageInheritance__about__aboutContent__member__list__company p {
    font-size: 14px;
  }
  .PageInheritance__about__aboutContent__member__list__company__name {
    margin: 20px 0 0;
  }
  .PageInheritance__about__aboutContent__member__list__company__name p {
    font-size: 20px;
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications--first{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications--first
  li {
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 calc(40% - 10px);
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications--first
  li::marker{
    margin: 0;
    padding: 0;
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications
    li {
    flex: 1 1 calc(50% - 10px);
    align-items: center;
    justify-content: center;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .PageInheritance__about__aboutContent__member__list__company__qualifications
    li::marker {
    margin: 0;
    padding: 0;
  }
  .PageInheritance__about__aboutContent__consultant-headline {
    margin: 70px 5% 40px;
  }
  .PageInheritance__about__aboutContent__consultant-headline h2 {
    font-size: 20px;
  }
  .PageInheritance__column {
  }
  .PageInheritance__column__area {
    width: auto;
    flex-wrap: wrap;
    padding: 20px 5%;
    gap: 20px;
  }
  .PageInheritance__column__area__content {
    max-width: 100%;
    max-height: inherit;
    height: 60px;
    min-height: 105px;
  }
  .PageInheritance__column__area__content__img {
    max-width: inherit;
    min-width: 105px;
    width: 105px;
    max-height: inherit;
    height: 100%;
  }
  .PageInheritance__column__area__content__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .PageInheritance__column__area__content__outline {
    max-width: inherit;
    margin: 20px;
  }
  .PageInheritance__column__area__content__outline__headline  {
    padding: 0 0 5px 0;
    margin: 0;
  }
  .PageInheritance__column__area__content__outline__headline p {
    font-size: 15px;
  }
  .PageInheritance__column__area__content__outline__description {
    padding: 0;
  }
  .PageInheritance__column__area__content__outline__description p {
    font-size: 12px;
    line-height: 20px;
  }
  .PageInheritance__can-do__area__headline {
    padding: 0 0 40px;
  }
  .PageInheritance__can-do__area__headline h2 {
    font-size: 16px;
  }
  .PageInheritance__can-do__area__content__list {
    width: auto;
    margin: 0 5%;
  }
  .PageInheritance__can-do__area__content__list__box__red {
    width: auto;
    height: 46px;
    margin: 30px 5% 30px;
    padding: 0 30px;
  }
  .PageInheritance__can-do__area__content__list__box__red p {
    font-size: 15px;
  }
  .PageInheritance__can-do__area__content__list__box__description {
    width: auto;
    margin: 0 5%;
  }
  .PageInheritance__service-flow {
    padding: 0 0 70px;
  }
  .PageInheritance__service-flow__headline {
    padding: 60px 0 60px;
  }
  .PageInheritance__service-flow__headline h2 {
    font-size: 16px;
  }
  .PageInheritance__service-flow__pc-img {
    display: none;
  }
  .PageInheritance__service-flow__sp-img {
    display: block;
    margin: 0 5%;
  }
  .PageInheritance__service__contents {
    padding: 0 0 60px;
  }
  .PageInheritance__service__contents__headline h2 {
    font-size: 16px;
  }
  .PageInheritance__service__contents__list {
    width: auto;
    margin: 0 5%;
  }
  .PageInheritance__service__contents__list li {
    padding: 15px 5%;
  }
  .PageInheritance__service__contents__list__service-name {
    display: block;
  }
  .PageInheritance__service__contents__list__service-name p {
    font-size: 18px;
    line-height: 21px;
    margin: 14px 0 10px;
  }
  .PageInheritance__service__contents__list__description p {
    font-size: 14px;
  }
  .PageInheritance__cta-area__description {
    margin: 40px 5% 0;
  }
  .PageInheritance__cta-area__description p {
    font-size: 14px;
  }
  .PageInheritance__cta-area__cta-btn {
    max-width: inherit;
    height: 70px;
    margin: 60px 5%;
  }
  .PageInheritance__cta-area a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5px;
  }
  .PageInheritance__cta-area a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: auto; */
  }
  .PageInheritance__cta-area a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 82%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid #ffffff;
    border-left: 21px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}

/* beer slider bug fix for chrome */
.beer-range{
  appearance: auto !important;
}

.block-tax-calculator{
  width: 100%;
  max-width: 920px;
  margin: 40px auto;
  box-sizing: border-box;
  padding: 32px;
  background: #fff;
}

tax-calculator{
  display: block;
  width: 110%;
  margin: 0 auto;
}