@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
html:lang(zh) body main {
  font-family: "Noto Sans SC", sans-serif;
}

body {
  font-weight: 400;
  color: #3e4240;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
body.header_scroll #header, body.active #header {
  position: fixed;
}

a {
  color: #3e4240;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

.fontEn {
  font-family: "Montserrat", sans-serif;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
#header .headerInner .logo {
  position: relative;
  z-index: 9999;
  pointer-events: initial;
}
#header .headerInner .headerRight {
  display: flex;
  position: relative;
  z-index: 9999;
  pointer-events: initial;
}
#header .headerInner .searchWrap {
  background-color: #0b3a8a;
  position: relative;
}
#header .headerInner .searchWrap.isOpen .searchBtn {
  opacity: 0;
}
#header .headerInner .searchWrap.isOpen .searchContent {
  opacity: 1;
  pointer-events: initial;
}
#header .headerInner .searchWrap.isOpen .searchContent .submitBtn {
  opacity: 1;
  z-index: 0;
}
#header .headerInner .searchWrap.isOpen select[name=SearchResultDisplay] {
  display: none !important;
}
#header .headerInner .searchWrap .searchBtn {
  transition: 0.2s opacity;
  position: absolute;
  z-index: 10;
}
#header .headerInner .searchWrap .searchBtn img {
  display: none !important;
}
#header .headerInner .searchWrap .searchContent {
  width: 0;
  opacity: 0;
  transition: 0.2s width, 0.2s opacity;
  position: relative;
  pointer-events: none;
}
#header .headerInner .searchWrap .searchText {
  -webkit-appearance: none;
  outline: none;
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}
#header .headerInner .searchWrap .submitBtn {
  -webkit-appearance: none;
  outline: none;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  z-index: -1;
}
#header .headerInner .menu {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .headerInner nav {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: initial;
}
#header .headerInner nav.active {
  opacity: 1;
  visibility: visible;
}
#header .headerInner nav .mainNav li a {
  font-weight: bold;
  display: block;
  line-height: 1.3;
  position: relative;
}
#header .headerInner nav .subNav {
  display: flex;
  line-height: 1.5;
  position: relative;
}
#header .headerInner nav .subNav:before {
  content: "";
  width: 1px;
  background: #3e4240;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .headerInner nav .subNav > li {
  text-align: center;
  position: relative;
}
#header .headerInner nav .subNav > li:before {
  content: "";
  width: 1px;
  background: #3e4240;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .headerInner nav .subNav > li > a {
  display: block;
}
#header .headerInner nav .headerBtn a {
  display: block;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
#header .headerInner nav .headerBtn a.btnOrange {
  background-color: #e8a44a;
}
#header .headerInner nav .headerBtn a .title {
  color: #fff;
}
#header .headerInner nav .headerBtn a .num {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
#header .headerInner nav .headerBtn a ul {
  color: #fff;
}
#header .headerInner nav .headerBtn a ul li {
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .headerInner nav .headerBtn a .info {
  color: #fff;
}

.footerContact {
  display: flex;
}
.footerContact .contactWrap {
  color: #fff;
  width: 50%;
  text-align: center;
}
.footerContact .contactWrap:nth-of-type(1) {
  background-color: #000;
  border-right: 1px solid #fff;
}
.footerContact .contactWrap:nth-of-type(1) .title p {
  background-color: #000;
}
.footerContact .contactWrap:nth-of-type(2) {
  background-color: #e8a44a;
  border-left: 1px solid #fff;
}
.footerContact .contactWrap:nth-of-type(2) .title p {
  background-color: #e8a44a;
}
.footerContact .contactWrap .title {
  background-color: #fff;
}
.footerContact .contactWrap .title p {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
}
.footerContact .contactWrap .numWrap a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.2;
}
.footerContact .contactWrap .numWrap ul li {
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  background-color: #f3f1ea;
}
#footer .footerBnr a {
  border: 1px solid #d8dedb;
  overflow: hidden;
}
#footer .gfContent {
  background: #fff;
}
#footer .gfContent .gfContentNav .gfContentNavList {
  display: flex;
  flex-wrap: wrap;
}
#footer .gfContent .gfContentNav .gfContentNavList > li > a {
  color: #3e4240;
  position: relative;
}
#footer .gfContent .gfContentNav .gfContentNavList > li > a:before {
  content: "";
  background: url(https://www.horitsu-sodan.jp/images/common/icon_arrow_green.svg) no-repeat;
  background-size: contain;
}
#footer .gfContent .copyright {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#pageTop {
  font-family: "Montserrat", sans-serif;
  color: #000;
  position: fixed;
  z-index: 10;
  writing-mode: vertical-rl;
  font-weight: 500;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
  visibility: visible;
}

.soudanList li .soudanList_span1 {
  background-color: #fff;
  position: relative;
  border: 1px solid #d8dedb;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  color: #3e4240 !important;
}
.soudanList li figure {
  position: relative;
  z-index: 2;
}
.soudanList li p {
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin: 0;
}

/* 上からフェードイン */
.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1s ease-out;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1154px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Montserrat", sans-serif;
  }
  /* 上からフェードイン */
  .slide-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1s ease-out;
  }
  /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s ease-out;
  }
  /* 左からフェードイン */
  .slide-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 1s ease-out;
  }
  /* 右からフェードイン */
  .slide-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 1s ease-out;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1155px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Montserrat", sans-serif;
  }
  /* 上からフェードイン */
  .slide-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1s ease-out;
  }
  /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s ease-out;
  }
  /* 左からフェードイン */
  .slide-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 1s ease-out;
  }
  /* 右からフェードイン */
  .slide-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 1s ease-out;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    padding-top: 60px;
  }
  .telNone {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  .tel {
    color: #000;
    text-decoration: underline;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Montserrat", sans-serif;
  }
  #header {
    height: 60px;
  }
  #header .headerInner {
    display: flex;
    justify-content: space-between;
  }
  #header .headerInner .logo {
    padding-left: 20px;
    padding-top: 14px;
  }
  #header .headerInner .logo img {
    height: 35px;
  }
  #header .headerInner .searchWrap {
    width: auto;
    min-width: 60px;
    height: 60px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    border-radius: 0 0 0 10px;
    transition: 0.2s width;
    position: absolute;
    top: 0;
    right: 60px;
  }
  #header .headerInner .searchWrap.isOpen {
    width: calc(100vw - 86px);
  }
  #header .headerInner .searchWrap.isOpen .searchContent {
    width: 100%;
  }
  #header .headerInner .searchWrap .searchBtn {
    width: 34px;
    height: 34px;
    background: #fff url("https://www.horitsu-sodan.jp/images/common/search.png") no-repeat center right;
    background-size: 30px 30px;
    border: 2px solid #fff;
    border-radius: 18px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 0 15px;
    font-size: 16px;
    right: 13px;
  }
  #header .headerInner .searchWrap .searchText {
    width: 100%;
    height: 34px;
    padding: 0 15px;
    border-radius: 18px;
    font-size: 16px;
  }
  #header .headerInner .searchWrap .submitBtn {
    width: 34px;
    height: 34px;
    border-radius: 18px;
  }
  #header .headerInner .menu {
    width: 60px;
    height: 60px;
    background: url(../image/menu.png) no-repeat #000;
    background-size: 34px 34px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0px;
  }
  #header .headerInner .menu p {
    display: none;
  }

  #header .headerInner .headLang {
    display: none;
  }
  #header .headerInner nav {
    left: 0;
    top: 0;
    padding: 85px 40px 35px;
  }
  #header .headerInner nav .mainNav li {
    border-bottom: 1px solid #d8dedb;
  }
  #header .headerInner nav .mainNav li a {
    font-size: 17px;
    padding: 20px 40px 20px 0;
  }
  #header .headerInner nav .mainNav li a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
    transition: 0.3s;
  }
  #header .headerInner nav .navLang {
    margin: 30px auto 0;
    width: 80%;
    border-radius: 10px;
    overflow: hidden;
  }
  #header .headerInner nav .navLang .langTrigger {
    background-color: #06c673;
    color: #fff;
    height: 50px;
    cursor: pointer;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 60px;
    padding-right: 50px;
    margin: 0 auto;
    border-radius: 10px;
    transition: 0.3s;
  }
  #header .headerInner nav .navLang .langTrigger.open {
    border-radius: 10px 10px 0 0;
  }
  #header .headerInner nav .navLang .langTrigger:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/icon_earth.svg) no-repeat center;
    background-size: 20px 20px;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 10px;
    top: calc(50% - 18px);
  }
  #header .headerInner nav .navLang .langTrigger:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
  }
  #header .headerInner nav .navLang .langMenu {
    background-color: #06c673;
    margin: 0 auto;
    display: none;
  }
  #header .headerInner nav .navLang .langMenu a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  #header .headerInner nav * + .subNav {
    margin-top: 30px;
  }
  #header .headerInner nav .subNav {
    flex-wrap: wrap;
  }
  #header .headerInner nav .subNav:before {
    display: none;
  }
  #header .headerInner nav .subNav > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  #header .headerInner nav .subNav > li:nth-child(n+3) {
    margin-top: 12px;
  }
  #header .headerInner nav .subNav > li:nth-child(even):before {
    display: none;
  }
  #header .headerInner nav .subNav > li:before {
    height: 24px;
  }
  #header .headerInner nav .subNav > li:after {
    content: "";
    width: 1px;
    height: 24px;
    background: #3e4240;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header .headerInner nav .subNav > li > a {
    width: 100%;
    padding: 0 8px;
  }
  #header .headerInner nav .headerBtn {
    margin-top: 30px;
    padding-bottom: 30px;
    background: url(https://www.horitsu-sodan.jp/images/common/dot_green_sp.png) no-repeat bottom;
    background-size: auto 4px;
  }
  #header .headerInner nav .headerBtn a {
    width: 100%;
    padding: 10px;
  }
  #header .headerInner nav .headerBtn a + a {
    margin-top: 15px;
  }
  #header .headerInner nav .headerBtn a .title {
    font-size: 11px;
    font-weight: 500;
  }
  #header .headerInner nav .headerBtn a .title span {
    font-size: 13px;
    font-weight: 700;
  }
  #header .headerInner nav .headerBtn a .num {
    font-size: 23px;
    margin-top: 5px;
  }
  #header .headerInner nav .headerBtn a ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  #header .headerInner nav .headerBtn a ul li {
    font-size: 11px;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
  }
  #header .headerInner nav .headerBtn a ul li + li {
    margin-left: 15px;
  }
  #header .headerInner nav .headerBtn a .info {
    font-size: 10px;
    margin-top: 5px;
  }
  .footerContact .contactWrap .title p {
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px 0;
    line-height: 1.3;
    width: calc(100% - 20px);
    margin-bottom: -20px;
  }
  .footerContact .contactWrap .title p span {
    font-weight: 700;
    font-size: 18px;
    display: block;
  }
  .footerContact .contactWrap .contactCont {
    padding: 35px 10px 20px;
  }
  .footerContact .contactWrap .numWrap a {
    font-size: 20px;
    padding-top: 50px;
    text-decoration: none;
    display: block;
  }
  .footerContact .contactWrap .numWrap a:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/icon_call.svg) no-repeat;
    background-size: cover;
    width: 24px;
    height: 36px;
    position: absolute;
    top: 0;
    left: calc(50% - 12px);
  }
  .footerContact .contactWrap .numWrap ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .footerContact .contactWrap .numWrap ul li {
    font-size: 11px;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
  }
  .footerContact .contactWrap .numWrap ul li + li {
    margin-left: 15px;
  }
  .footerContact .contactWrap .bikou {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }
  #footer {
    margin-top: 70px;
  }
  #footer .footerInner {
    padding: 20px 25px;
  }
  #footer .footerBnr {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footerBnr a {
    border-radius: 3px;
    width: calc(50% - 5px);
  }
  #footer .footerBnr a:nth-of-type(even) {
    margin-left: 10px;
  }
  #footer .footerBnr a:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #footer .gfContent {
    padding: 20px 25px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList {
    font-size: 12px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li {
    width: calc(50% - 10px);
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li:nth-child(even) {
    margin-left: 20px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li:nth-child(n+3) {
    margin-top: 8px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li > a {
    padding-left: 20px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li > a:before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0.25em;
    left: 0;
    margin: auto;
  }
  #footer .gfContent .copyright {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
  #pageTop {
    bottom: 10px;
    right: 1px;
    font-size: 10px;
  }
  #pageTop:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/arrow_long.svg) no-repeat;
    width: 10px;
    height: 45px;
    margin-bottom: 10px;
  }
  .soudanList li + li {
    margin-top: 15px;
  }
  .soudanList li .soudanList_span1 {
    box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
    padding: 15px 45px 15px 15px;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .soudanList li figure {
    width: 50px;
  }
  .soudanList li p {
    font-size: 18px;
    margin-left: 15px;
  }
  .soudanList li p span {
    font-size: 11px;
    font-weight: 400;
  }
  /* 上からフェードイン */
  .slide-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1s ease-out;
  }
  /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s ease-out;
  }
  /* 左からフェードイン */
  .slide-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 1s ease-out;
  }
  /* 右からフェードイン */
  .slide-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 1s ease-out;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 901px) {
  body {
    padding-top: 92px;
    font-size: 16px;
  }
  .telNone {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Montserrat", sans-serif;
  }
  #header {
    height: 92px;
  }
  #header .headerInner {
    display: flex;
    justify-content: space-between;
  }
  #header .headerInner .logo {
    padding-left: 45px;
    padding-top: 30px;
  }
  #header .headerInner .logo img {
    height: 62px;
  }
  #header .headerInner .searchWrap {
    width: auto;
    min-width: 90px;
    height: 82px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    border-radius: 0 0 0 15px;
  }
  #header .headerInner .searchWrap.isOpen .searchContent {
    width: 260px;
  }
  #header .headerInner .searchWrap .searchBtn {
    width: 42px;
    height: 42px;
    background: #fff url("https://www.horitsu-sodan.jp/images/common/search.png") no-repeat center right;
    background-size: 38px 38px;
    border: 2px solid #fff;
    border-radius: 21px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 0px 22px 0px 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
  }
  #header .headerInner .searchWrap .searchText {
    width: 260px;
    height: 42px;
    padding: 0px 22px 0px 15px;
    border-radius: 21px;
  }
  #header .headerInner .searchWrap .submitBtn {
    width: 42px;
    height: 42px;
    border-radius: 21px;
  }
  #header .headerInner .menu {
    width: 164px;
    height: 82px;
    padding-left: 76px;
    background: url(../image/menu.png) no-repeat #000;
    background-size: 42px 42px;
    background-position: center left 20px;
    transition: 0.3s;
  }
  #header .headerInner .menu p {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    margin: 0;
  }
  #header .headerInner .menu.active {
    background: url(../image/close2.png) no-repeat #000;
    background-size: 42px 42px;
    background-position: center left 20px;
  }

  #header .headerInner .menu.active:hover {
	background: url(../image/close2.png) no-repeat #000 !important;
	background-size: 42px 42px !important;
	background-position: center left 20px !important;
	transition: 0.3s;
	color: #fff;
  }
  #header .headerInner .menu:hover {
    background-color: #fff !important;
    color: #000;
    background: url(../image/menu2.png) no-repeat #000;
    background-size: 42px 42px;
    background-position: center left 20px;
    transition: 0.3s;
  }
  #header .headerInner .headLang .langTrigger {
    background-color: #06c673;
    color: #fff;
    width: 154px;
    height: 82px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
    padding-right: 25px;
    transition: 0.3s;
  }
  #header .headerInner .headLang .langTrigger:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/icon_earth.svg) no-repeat center;
    background-size: 23px 23px;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
  }
  #header .headerInner .headLang .langTrigger:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    margin-left: 10px;
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
  }
  #header .headerInner .headLang .langTrigger:hover {
    background-color: #78edba;
  }
  #header .headerInner .headLang .langMenu {
    background-color: #06c673;
    display: none;
  }
  #header .headerInner .headLang .langMenu a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  #header .headerInner .headLang .langMenu a:hover {
    background-color: #78edba;
  }
  #header .headerInner nav {
    left: 0;
    top: 0;
    padding: 170px 0 80px;
  }
  #header .headerInner nav .navInner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #header .headerInner nav .mainNav {
    display: flex;
    flex-wrap: wrap;
  }
  #header .headerInner nav .mainNav li {
    width: calc(50% - 25px);
    border-bottom: 1px solid #d8dedb;
  }
  #header .headerInner nav .mainNav li:nth-of-type(even) {
    margin-left: 50px;
  }
  #header .headerInner nav .mainNav li a {
	font-size: 20px;
	padding: 30px 0;
	width: fit-content;
  }
  #header .headerInner nav .mainNav li a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
    opacity: 0;
    transition: 0.3s;
  }
  #header .headerInner nav .mainNav li a:hover:after {
    opacity: 1;
  }
  #header .headerInner nav .navLang {
    display: none;
  }
  #header .headerInner nav * + .subNav {
    margin-top: 52px;
  }
  #header .headerInner nav .subNav:before {
    height: 24px;
  }
  #header .headerInner nav .subNav > li {
    flex: 1;
  }
  #header .headerInner nav .subNav > li:before {
    height: 24px;
  }
  #header .headerInner nav .subNav > li > a {
    padding: 0 8px;
    transition: 0.2s color;
  }
  #header .headerInner nav .subNav > li > a:hover {
    color: #000;
  }
  #header .headerInner nav .headerBtn {
    margin-top: 50px;
    padding-bottom: 50px;
    background: url(https://www.horitsu-sodan.jp/images/common/dot_green.png) repeat-x bottom;
    background-size: auto 4px;
    display: flex;
    justify-content: center;
  }
  #header .headerInner nav .headerBtn .numWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #header .headerInner nav .headerBtn .numWrap .num {
    margin-top: 0;
  }
  #header .headerInner nav .headerBtn .numWrap + .info {
    margin-top: 0;
  }
  #header .headerInner nav .headerBtn a {
    padding: 20px;
  }
  #header .headerInner nav .headerBtn a + a {
    margin-left: 44px;
  }
  #header .headerInner nav .headerBtn a .title {
    font-size: 18px;
    font-weight: 500;
  }
  #header .headerInner nav .headerBtn a .title span {
    font-size: 21px;
    font-weight: 700;
  }
  #header .headerInner nav .headerBtn a .num {
    font-size: 30px;
    margin-top: 10px;
  }
  #header .headerInner nav .headerBtn a ul {
    display: flex;
    margin-left: 20px;
  }
  #header .headerInner nav .headerBtn a ul li {
    font-size: 13px;
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
  }
  #header .headerInner nav .headerBtn a ul li + li {
    margin-left: 15px;
  }
  #header .headerInner nav .headerBtn a .info {
    font-size: 13px;
    margin-top: 10px;
  }
  .footerContact .contactWrap .title p {
    font-size: 22px;
    border-radius: 15px 15px 0 0;
    padding: 30px 60px 0;
  }
  .footerContact .contactWrap .title p span {
    font-weight: 700;
    font-size: 26px;
  }
  .footerContact .contactWrap .contactCont {
    padding: 10px 30px 20px;
  }
  .footerContact .contactWrap .numWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footerContact .contactWrap .numWrap a {
    font-size: 36px;
    padding-left: 50px;
    margin-top: 20px;
  }
  .footerContact .contactWrap .numWrap a:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/icon_call.svg) no-repeat;
    background-size: cover;
    width: 36px;
    height: 55px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .footerContact .contactWrap .numWrap ul {
    display: flex;
    margin-left: 20px;
    margin-top: 20px;
  }
  .footerContact .contactWrap .numWrap ul li {
    font-size: 18px;
    width: 92px;
    height: 92px;
    border: 2px solid #fff;
  }
  .footerContact .contactWrap .numWrap ul li + li {
    margin-left: 15px;
  }
  .footerContact .contactWrap .bikou {
    margin-top: 20px;
  }
  #footer {
    margin-top: 100px;
  }
  #footer .footerInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 0;
  }
  #footer .footerBnr {
    display: flex;
    justify-content: center;
  }
  #footer .footerBnr a {
    border-radius: 5px;
    width: calc(25% - 27px);
  }
  #footer .footerBnr a img {
    transition: 0.3s;
  }
  #footer .footerBnr a + a {
    margin-left: 36px;
  }
  #footer .footerBnr a:hover img {
    transform: scale(1.1);
  }
  #footer .gfContent {
    padding: 10px 0;
  }
  #footer .gfContent .gfContentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #footer .gfContent .gfContentNav .gfContentNavList {
    font-size: 12px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li + li {
    margin-left: 20px;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li > a {
    padding-left: 20px;
    transition: 0.2s opacity;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li > a:hover {
    opacity: 0.8;
  }
  #footer .gfContent .gfContentNav .gfContentNavList > li > a:before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0.25em;
    left: 0;
    margin: auto;
  }
  #footer .gfContent .copyright {
    margin-top: 0;
    font-size: 12px;
    text-align: right;
  }
  #pageTop {
    bottom: 30px;
    right: 20px;
    font-size: 12px;
    transition: 0.3s;
  }
  #pageTop:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/common/arrow_long.svg) no-repeat;
    width: 10px;
    height: 45px;
    margin-bottom: 10px;
  }
  #pageTop:hover {
    transform: translateY(-10px);
  }
  .soudanList {
    display: flex;
    flex-wrap: wrap;
  }
  .soudanList li {
    text-align: center;
    width: calc(33.3333333333% - 20px);
  }
  .soudanList li:not(:nth-of-type(3n)) {
    margin-right: 30px;
  }
  .soudanList li:nth-of-type(n + 4) {
    margin-top: 34px;
  }
  .soudanList li .soudanList_span1 {
    box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
  }

  .soudanList li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .soudanList li p span {
    font-size: 13px;
    font-weight: 400;
  }
  /* 上からフェードイン */
  .slide-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1s ease-out;
  }
  /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s ease-out;
  }
  /* 左からフェードイン */
  .slide-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 1s ease-out;
  }
  /* 右からフェードイン */
  .slide-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 1s ease-out;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1154px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Montserrat", sans-serif;
  }
  #header .headerInner nav .headerBtn .numWrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  #header .headerInner nav .headerBtn a ul {
    margin-top: 10px;
  }
  /* 上からフェードイン */
  .slide-top {
    opacity: 0;
    transform: translate(0, -50px);
    transition: all 1s ease-out;
  }
  /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s ease-out;
  }
  /* 左からフェードイン */
  .slide-left {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 1s ease-out;
  }
  /* 右からフェードイン */
  .slide-right {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 1s ease-out;
  }
  /* ココから下には記入禁止 */
}
@media print {
  #header {
    position: inherit !important;
  }
}

@charset "UTF-8";

#mv {
  background: url(../image/bb_bg.png);
  background-size: cover;
  position: relative;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mv figure {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
#mv .mainTextWrap {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
#mv .mainTextWrap .mainCatch {
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  transform: translateX(-10px);
}
#mv .mainTextWrap .mainCatch span {
  display: inline-block;
  background-color: #000;
  font-feature-settings: "palt";
  white-space: nowrap;
}
#mv .mainTextWrap .mainSubCatch {
  font-weight: 500;
}
#mv .mainTextWrap .mainSubCatch span {
  display: block;
  position: relative;
  font-feature-settings: "palt";
}
#mv .mainBtn {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
  opacity: 0;
}
#mv .mainBtn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
  line-height: 1.3;
  position: relative;
  border: 1px solid #d8dedb;
}
#mv .mainBtn a span {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}

#news .h2 h2 {
  font-weight: 700;
}
#news .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#news .ichiranBtn a {
  display: inline-block;
  box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 20px;
}
#news .newsRight ul {
  border-top: 1px solid #e3e3e3;
}
#news .newsRight ul li {
  border-bottom: 1px solid #e3e3e3;
}
#news .newsRight ul a {
  display: flex;
  align-items: center;
  position: relative;
}
#news .newsRight ul .ymd {
  display: block;
  flex: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#news .newsRight ul p {
  margin: 0;
}

#about {
  position: relative;
}
#about .aboutInner {
  position: relative;
  z-index: 2;
}
#about .stepList li {
  position: relative;
  display: flex;
  background-color: #fff;
}
#about .stepList li .num {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#about .stepList li p {
  font-weight: 700;
  line-height: 1.3;
}
#about .aboutTextWrap .h2 h2 {
  font-weight: 700;
  font-size: 36px;
}
#about .aboutTextWrap .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#about .aboutTextWrap .listBox {
  background-color: #fff;
  position: relative;
}
#about .aboutTextWrap .listBox .title {
  color: #fff;
  background-color: #0b3a8a;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}
#about .aboutTextWrap .listBox ul li {
  position: relative;
  line-height: 1.3;
}
.btnab11 {
  display: inline-block;
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}

#soudan .h2 h2 {
  font-weight: 700;
  font-size: 36px;
}
#soudan .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#soudan .btnWrap a {
  display: inline-block;
  box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 35px;
  background-color: #fff;
}

#center {
  position: relative;
}
#center .centerInner {
  position: relative;
  z-index: 2;
}
#center .centerTextWrap .h2 h2 {
  font-weight: 700;
  font-size: 36px;
}
#center .centerTextWrap .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  #mv {
    margin: 20px 20px 0;
    border-radius: 10px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
  #mv figure {
    width: calc(80% + 20px);
    transform: translate(-10px, -10px);
    margin-right: auto;
    margin-left: auto;
  }
  #mv .mainTextWrap .mainCatch {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
  #mv .mainTextWrap .mainCatch span {
    border-radius: 3px;
    padding: 5px 10px;
  }
  #mv .mainTextWrap .mainCatch span:nth-of-type(2) {
    margin-top: 10px;
  }
  #mv .mainTextWrap .mainSubCatch {
    margin-top: 20px;
    font-size: 14px;
    padding: 0 20px;
  }
  #mv .mainTextWrap .mainSubCatch span {
    padding-left: 35px;
  }
  #mv .mainTextWrap .mainSubCatch span + span {
    margin-top: 10px;
  }
  #mv .mainTextWrap .mainSubCatch span:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #3e4240;
    position: absolute;
    left: 0;
    top: 13px;
  }
  #mv .mainTextWrap .mainText {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 20px;
  }
  #mv .mainBtn {
    margin-top: 30px;
  }
  #mv .mainBtn a {
    border-radius: 30px;
    font-size: 12px;
    height: 50px;
    padding: 0 50px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #mv .mainBtn a + a {
    margin-top: 15px;
  }
  #mv .mainBtn a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  #mv .mainBtn a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  #mv .mainBtn a span {
    font-size: 18px;
  }
  #mv .mainBtn a span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #facc5d;
    border-radius: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  #news {
    margin-top: 30px;
  }
  #news .newsInner {
    padding: 0 20px;
  }
  #news .newsLeft {
    display: flex;
    justify-content: space-between;
  }
  #news .h2 p {
    font-size: 10px;
  }
  #news .ichiranBtn a {
    font-size: 12px;
    padding: 10px 40px 10px 20px;
  }
  #news .ichiranBtn a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 7px;
    top: calc(50% - 11px);
  }
  #news .ichiranBtn a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 5px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 12px;
    top: calc(50% - 2.5px);
  }
  #news .newsRight {
    margin-top: 20px;
  }
  #news .newsRight ul a {
    padding: 10px 45px 10px 0px;
  }
  #news .newsRight ul a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
  }
  #news .newsRight ul .ymd {
    width: 75px;
    font-size: 10px;
  }
  #news .newsRight ul p {
    font-size: 12px;
  }
  #about {
    margin-top: 40px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_sp.png) no-repeat center bottom;
    background-size: contain;
    padding: 0 20px 30px;
  }
  #about:before {
    content: "";
    display: block;
    background-color: #f3f1ea;
    height: calc(100% - 50px);
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 5px 0 0 5px;
  }
  #about .aboutInner {
    padding: 0 20px 30px;
  }
  #about .stepList li {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 20px 80px 20px 10px;
  }
  #about .stepList li + li {
    margin-top: 30px;
  }
  #about .stepList li + li:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/home/dot_sp.png) no-repeat;
    background-size: cover;
    width: 5px;
    height: 60px;
    position: absolute;
    top: -45px;
    left: 20px;
  }
  #about .stepList li .num {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  #about .stepList li p {
    font-size: 18px;
    margin-left: 5px;
    width: calc(100% - 30px);
  }
  #about .stepList li figure {
    position: absolute;
    right: 0;
    bottom: -1px;
    text-align: right;
    padding-right: 5px;
  }
  #about .stepList li figure img {
    max-width: 80px;
  }
  #about .aboutTextWrap {
    margin-top: 35px;
  }
  #about .aboutTextWrap .h2 {
    text-align: center;
  }
  #about .aboutTextWrap .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #about .aboutTextWrap .text {
    margin-top: 20px;
  }
  #about .aboutTextWrap .listBox {
    margin: 40px 10px 0;
    padding: 40px 20px 25px;
  }
  #about .aboutTextWrap .listBox .title {
    border-radius: 16px;
    font-size: 14px;
    padding: 10px 15px;
    top: -10px;
    left: -10px;
  }
  #about .aboutTextWrap .listBox .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0px 0 14px;
    border-color: #0b3a8a transparent transparent transparent;
    position: absolute;
    left: 20px;
    bottom: -13px;
  }
  #about .aboutTextWrap .listBox ul li {
    padding-left: 15px;
  }
  #about .aboutTextWrap .listBox ul li + li {
    margin-top: 15px;
  }
  #about .aboutTextWrap .listBox ul li:before {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #about .aboutTextWrap .btnWrap {
    margin-top: 25px;
    text-align: center;
  }
  .btnab11 {
    padding: 15px 45px 15px 45px;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  .btnab11:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  .btnab11:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  .btnab11 + a {
    margin-top: 20px;
  }
  #soudan {
    margin-top: 30px;
  }
  #soudan .soudanInner {
    padding: 0 15px;
  }
  #soudan .h2 {
    text-align: center;
  }
  #soudan .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #soudan .soudanList {
    margin-top: 35px;
  }
  #soudan .btnWrap {
    margin-top: 30px;
    text-align: center;
  }
  #soudan .btnWrap a {
    padding: 15px 45px 15px 45px;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #soudan .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  #soudan .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  #center {
    margin-top: 50px;
    padding: 0 20px;
  }
  #center:before {
    content: "";
    display: block;
    background-color: #f3f1ea;
    height: calc(100% - 35px);
    width: calc(100% - 40px);
    position: absolute;
    top: 35px;
    left: 20px;
    border-radius: 5px;
  }
  #center .centerInner {
    padding: 0 20px 30px;
  }
  #center .centerTextWrap {
    margin-top: 25px;
  }
  #center .centerTextWrap .h2 {
    text-align: center;
  }
  #center .centerTextWrap .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #center .centerTextWrap p {
    margin-top: 15px;
  }
  .floatContact {
    width: 100%;
    height: 16.8vw;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 998;
  }
  .floatContact > ul {
    display: flex;
  }
  .floatContact > ul > li {
    width: 50%;
    height: 16.8vw;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .floatContact > ul > li:nth-child(1) {
    background: #000;
  }
  .floatContact > ul > li:nth-child(2) {
    background: #e8a44a;
  }
  .floatContact > ul > li:before {
    content: "";
    width: 5.3vw;
    height: 8vw;
    display: block;
    background: url(https://www.horitsu-sodan.jp/images/common/icon_call.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.4vw;
    margin: auto;
  }
  .floatContact > ul > li > a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 16.8vw;
    color: #fff;
    text-decoration: none;
    padding-left: 9.66vw;
  }
  .floatContact > ul > li > a .floatContactTitle {
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .floatContact > ul > li > a .floatContactTitle span {
    font-size: 2.733vw;
  }
  .floatContact > ul > li > a .floatContactTitle strong {
    font-size: 3.267vw;
  }
  .floatContact > ul > li > a .numWrap {
    font-size: 4.8vw;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  #pageTop {
    bottom: calc(10px + 16.8vw);
  }
}
@media print, screen and (min-width: 901px) {
  #mv {
    padding: 70px 60px 50px 60px;
    margin: 45px 45px 0;
    border-radius: 15px;
  }
  #mv .mvInner {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1280px;
  }
  #mv figure {
    width: 50%;
    position: absolute;
    right: -20px;
    max-width: 676px;
    top: 50%;
    transform: translateY(-70%);
  }
  #mv .mainTextWrap {
    width: 50%;
  }
  #mv .mainTextWrap .mainCatch {
    font-size: 34px;
    letter-spacing: 0.1em;
  }
  #mv .mainTextWrap .mainCatch span {
    border-radius: 5px;
    padding: 10px 20px;
  }
  #mv .mainTextWrap .mainCatch span:nth-of-type(2) {
    margin-top: 12px;
  }
  #mv .mainTextWrap .mainSubCatch {
    margin-top: 40px;
    font-size: 18px;
  }
  #mv .mainTextWrap .mainSubCatch span {
    padding-left: 50px;
  }
  #mv .mainTextWrap .mainSubCatch span + span {
    margin-top: 10px;
  }
  #mv .mainTextWrap .mainSubCatch span:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #3e4240;
    position: absolute;
    left: 0;
    top: 17px;
  }
  #mv .mainTextWrap .mainText {
    font-size: 16px;
    margin-top: 30px;
  }
  #mv .mainBtn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  #mv .mainBtn a {
    border-radius: 42px;
    font-size: 18px;
    height: 84px;
    padding: 0 40px;
    max-width: 420px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #mv .mainBtn a + a {
    margin-left: 50px;
  }
  #mv .mainBtn a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 23px;
    top: calc(50% - 22px);
  }
  #mv .mainBtn a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
  }
  #mv .mainBtn a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #mv .mainBtn a:hover:before {
    transform: scale(1);
  }
  #mv .mainBtn a span {
    font-size: 24px;
  }
  #mv .mainBtn a span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #facc5d;
    border-radius: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #news {
    margin-top: 80px;
  }
  #news .newsInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
  }
  #news .newsLeft {
    width: 240px;
  }
  #news .h2 h2 {
    font-size: 36px;
  }
  #news .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #news .ichiranBtn {
    margin-top: 25px;
  }
  #news .ichiranBtn a {
    font-size: 14px;
    padding: 10px 50px 10px 25px;
    transition: all 0.3s ease;
  }
  #news .ichiranBtn a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 6px;
    top: calc(50% - 15px);
  }
#news .ichiranBtn a::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 10px;
	background: url(../image/arrow.png) no-repeat;
	background-size: cover;
	z-index: 2;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
  #news .ichiranBtn a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #news .ichiranBtn a:hover:before {
    transform: scale(1);
  }
  #news .newsRight {
    width: calc(100% - 240px);
  }
  #news .newsRight ul li {
    padding: 6px 3px;
  }
  #news .newsRight ul a {
    padding: 14px 80px 14px 30px;
    transition: 0.3s;
  }
  #news .newsRight ul a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
  }
  #news .newsRight ul a:hover {
    background-color: #f7f7f7;
  }
  #news .newsRight ul .ymd {
    width: 90px;
    font-size: 12px;
  }
  #news .newsRight ul p {
    font-size: 15px;
  }
  #about {
    margin-top: 60px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_pc.jpg) no-repeat bottom 20px left -335px;
    padding: 65px 0 90px 0;
  }
  #about:before {
    content: "";
    display: block;
    background-color: #f3f1ea;
    height: 100%;
    width: 72%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px 0 0 10px;
  }
  #about .aboutInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
  }
  #about .stepList {
    width: 50%;
    padding-right: 80px;
  }
  #about .stepList li {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 30px 140px 30px 20px;
  }
  #about .stepList li + li {
    margin-top: 34px;
  }
  #about .stepList li + li:before {
    content: "";
    display: inline-block;
    background: url(https://www.horitsu-sodan.jp/images/home/dot.png) no-repeat;
    background-size: cover;
    width: 5px;
    height: 85px;
    position: absolute;
    top: -61px;
    left: 38px;
  }
  #about .stepList li .num {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  #about .stepList li p {
    font-size: 26px;
    margin-left: 15px;
    width: calc(100% - 55px);
  }
  #about .stepList li figure {
    position: absolute;
    right: 0;
    bottom: -1px;
    text-align: right;
    padding-right: 15px;
  }
  #about .stepList li figure img {
    max-width: 50%;
  }
  #about .aboutTextWrap {
    width: 50%;
    padding-top: 20px;
  }

  #about .aboutTextWrap .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #about .aboutTextWrap .text {
    margin-top: 40px;
  }
  #about .aboutTextWrap .listBox {
    margin: 60px 25px 0;
    padding: 50px 25px 30px;
  }
  #about .aboutTextWrap .listBox .title {
    border-radius: 21px;
    font-size: 18px;
    padding: 12px 20px;
    top: -20px;
    left: -25px;
  }
  #about .aboutTextWrap .listBox .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 0 20px;
    border-color: #0b3a8a transparent transparent transparent;
    position: absolute;
    left: 32px;
    bottom: -20px;
  }
  #about .aboutTextWrap .listBox ul li {
    padding-left: 25px;
  }
  #about .aboutTextWrap .listBox ul li + li {
    margin-top: 15px;
  }
  #about .aboutTextWrap .listBox ul li:before {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #about .aboutTextWrap .btnWrap {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
  }
  .btnWrap {
	display: flex;
	width: 1200px;
	justify-content: center;
	margin: 3em auto 0;
    gap: 0 2em;
  }
  .btnWrap.btnWrap2 {
    width: 100%;
  }
  .btnab11 {
    padding: 20px 60px 20px 30px;
    font-size: 18px;
    width: calc(50% - 15px);
    transition: all 0.3s ease;
    box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
    width: 300px;
  }
  .btnab11:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 22px);
  }
  .btnab11:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  .btnab11:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  .btnab11:hover:before {
    transform: scale(1);
  }
  #soudan {
    margin-top: 100px;
    padding-bottom: 100px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_pc.jpg) no-repeat bottom right;
  }
  #soudan .soudanInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #soudan .h2 {
    text-align: center;
  }
  #soudan .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #soudan .soudanList {
    margin-top: 40px;
  }
  #soudan .btnWrap {
    margin-top: 50px;
    text-align: center;
  }
  #soudan .btnWrap a {
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  #soudan .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 22px);
  }
  #soudan .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  #soudan .btnWrap a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #soudan .btnWrap a:hover:before {
    transform: scale(1);
  }
  #center {
    padding: 40px 0 60px;
  }
  #center:before {
    content: "";
    display: block;
    background-color: #f3f1ea;
    height: 100%;
    width: 75%;
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 0 10px 10px 0;
  }
#center .centerInner {
	margin: 0 auto;
    width: 1550px;
}
#center .centerTextWrap {
	padding: 50px 0;
    text-align: center;
}
  #center .centerTextWrap .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #center .centerTextWrap p {
    margin-top: 35px;
  }
  #center figure {
    width: 50%;
  }
  .floatContact {
    display: none !important;
  }
}

#case .h2 h2 {
  font-weight: 700;
}
#case .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#case .btnWrap a {
  display: inline-block;
  box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 35px;
  background-color: #fff;
}
  #case {
    margin-top: 30px;
  }
  #case .soudanInner {
    padding: 0 15px;
  }
  #case .h2 {
	text-align: center;
	margin-bottom: 3em;
  }
  #case .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #case .soudanList {
    margin-top: 35px;
  }
  #case .btnWrap {
    margin-top: 30px;
    text-align: center;
  }
  #case .btnWrap a {
    padding: 15px 45px 15px 45px;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #case .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  #case .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  #case {
    margin-top: 50px;
    padding-bottom: 100px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_pc.jpg) no-repeat bottom right;
  }
  #case .soudanInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
  #case .h2 {
    text-align: center;
  }
  #case .h2 h2 {
    font-size: 36px;
  }
  #case .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #case .soudanList {
    margin-top: 40px;
  }
  #case .btnWrap {
    margin-top: 50px;
    text-align: center;
  }
  #case .btnWrap a {
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  #case .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 22px);
  }
  #case .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  #case .btnWrap a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #case .btnWrap a:hover:before {
    transform: scale(1);
  }



.carousel-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
    max-width: 600px;
    width: 100%;
    margin: 3em auto 0;
}

.carousel-header {
    text-align: center;
    margin-bottom: 40px;
}

.step-counter {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.step {
    min-width: 100%;
    padding: 20px;
    text-align: center;
}

.step-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.step-content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.step-icon {
    font-size: 60px;
    margin: 20px 0;
    opacity: 0.8;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #000;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(83, 83, 83, 0.4);
}

button:hover:not(:disabled) {
    background-color: #000;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(83, 83, 83, 0.4);
}

button:active:not(:disabled) {
    transform: scale(0.95);
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

.progress-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #000;
    transform: scale(1.2);
}

.dot:hover:not(.active) {
    background-color: #bbb;
}

.step.step-1 .step-icon { color: #FF6B6B; }
.step.step-2 .step-icon { color: #4ECDC4; }
.step.step-3 .step-icon { color: #FFE66D; }
.step.step-4 .step-icon { color: #95E1D3; }

.process-flow {
	display: flex;
	justify-content: center;
	gap: 0 2em;
}
.step-card {
	border: 1px solid;
	padding: 24px;
	margin-top: 3em;
	background-color: #fff;
	border-radius: 10px;
}
.step-title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}
.step-number {
	font-size: 34px;
	background-color: #000;
	color: #fff;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	border-radius: 45px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.sidebar {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tab-button {
    padding: 12px 20px;
    border: 2px solid #333;
    background: white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.tab-button:hover {
    background-color: #f0f0f0;
}

.tab-button.active {
    background-color: #000;
    color: white;
}

.tab-button::after {
    content: '→';
    font-size: 16px;
    margin-left: 8px;
}

.content {
    flex: 1;
}

.content-header {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 4px solid #000;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.case-card {
	background: white;
	border: 1px solid #ddd;
	border-radius: 12px;
	padding: 20px;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.case-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.case-title {
	font-size: 26px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	display: flex;
	justify-content: left;
	align-items: baseline;
}
.case-title span {
	font-size: 18px;
	display: inline-block;
	margin: 0 1em;
}

.case-status {
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #000;
}

.case-status-text {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.case-details {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.detail-tag {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    background: white;
}

/* タブコンテンツの表示/非表示 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

/* レスポンシブ */
@media (max-width: 1024px) {
.container {
flex-direction: column;
}

.sidebar {
width: 100%;
flex-direction: row;
gap: 10px;
}

.tab-button {
flex: 1;
justify-content: center;
}

.cases-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 640px) {
.cases-grid {
grid-template-columns: 1fr;
}

.content-header {
font-size: 20px;
}

.sidebar {
flex-direction: column;
}

.tab-button {
justify-content: space-between;
}
}
#case .container .sidebar button {
width: 100%;
height: auto;
box-shadow: none;
}
#case .container .sidebar button:hover:not(.active) {
  background-color: #666;
}
.newsRight ul li {
	display: flex;
	align-items: center;
}

        .accordion {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            width: 100%;
        }

        .accordion-item {
            border-bottom: 1px solid #e0e0e0;
        }

        .accordion-item:last-child {
            border-bottom: none;
        }

        .accordion-button {
            width: 100%;
            padding: 18px 20px;
            background: #f5f5f5;
            border: none;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            color: #333;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: auto;
            border-radius: 0;
        }

        .accordion-button:hover {
            background: #efefef;
            transform: none !important;
            color: #fff;
        }

        .accordion-button.active {
            background: #000;
            color: white;
        }

        .accordion-arrow {
            display: inline-block;
            transition: transform 0.3s ease;
            font-size: 18px;
        }

        .accordion-button.active .accordion-arrow {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: white;
        }

        .accordion-content.show {
            max-height: 500px;
        }

.accordion-text {
  padding: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: bold;
}

#faq .h2 h2 {
  font-weight: 700;
}
#faq .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#faq .btnWrap a {
  display: inline-block;
  box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 35px;
  background-color: #fff;
}
  #faq {
    margin-top: 30px;
  }
  #faq .soudanInner {
    padding: 0 15px;
  }
  #faq .h2 {
    text-align: center;
  }
  #faq .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #faq .soudanList {
    margin-top: 35px;
  }
  #faq .btnWrap {
    margin-top: 30px;
    text-align: center;
  }
  #faq .btnWrap a {
    padding: 15px 45px 15px 45px;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #faq .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  #faq .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  #faq {
    margin-top: 100px;
    padding-bottom: 100px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_pc.jpg) no-repeat bottom right;
  }
  #faq .soudanInner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
#faq .h2 {
	text-align: center;
	margin-bottom: 2em;
}
  #faq .h2 h2 {
    font-size: 36px;
  }
  #faq .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #faq .soudanList {
    margin-top: 40px;
  }
  #faq .btnWrap {
    margin-top: 50px;
    text-align: center;
  }
  #faq .btnWrap a {
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  #faq .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 22px);
  }
  #faq .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  #faq .btnWrap a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #faq .btnWrap a:hover:before {
    transform: scale(1);
  }
  #faq .container .sidebar button {
width: 100%;
height: auto;
box-shadow: none;
}
#faq .container .sidebar button:hover:not(.active) {
  background-color: #fff;
}


#merit .h2 h2 {
  font-weight: 700;
}
#merit .h2 p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#merit .btnWrap a {
  display: inline-block;
  box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  line-height: 1.3;
  border: 1px solid #d8dedb;
  position: relative;
  border-radius: 35px;
  background-color: #fff;
}
  #merit {
    margin-top: 30px;
  }
  #merit .soudanInner {
    padding: 0 15px;
  }
  #merit .h2 {
    text-align: center;
  }
  #merit .h2 p {
    font-size: 10px;
    margin-top: 5px;
  }
  #merit .soudanList {
    margin-top: 35px;
  }
  #merit .btnWrap {
    margin-top: 30px;
    text-align: center;
  }
  #merit .btnWrap a {
    padding: 15px 45px 15px 45px;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: center;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  #merit .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  #merit .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  #merit {
    margin-top: 100px;
    padding-bottom: 100px;
    background: url(https://www.horitsu-sodan.jp/images/home/soudan_bg_pc.jpg) no-repeat bottom right;
  }
  #merit .soudanInner {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
  }
#merit .h2 {
	text-align: center;
	margin-bottom: 2em;
}
  #merit .h2 h2 {
    font-size: 36px;
  }
  #merit .h2 p {
    font-size: 12px;
    margin-top: 5px;
  }
  #merit .soudanList {
    margin-top: 40px;
  }
  #merit .btnWrap {
    margin-top: 50px;
    text-align: center;
  }
  #merit .btnWrap a {
    padding: 20px 70px 20px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  #merit .btnWrap a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 22px);
  }
  #merit .btnWrap a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
  }
  #merit .btnWrap a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  #merit .btnWrap a:hover:before {
    transform: scale(1);
  }
  #merit .container .sidebar button {
width: 100%;
height: auto;
box-shadow: none;
}
#merit .container .sidebar button:hover:not(.active) {
  background-color: #fff;
}






/* モーダルウィンドウ全体 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* モーダルのオーバーレイ（背景） */
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* モーダルのコンテンツ */
.modal-content {
    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 700px;
    z-index: 2;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* モーダルヘッダー */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.modal-close {
	border: none;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
	background-color: #000;
}

button:hover:not(:disabled) {
	background-color: #686868;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(83, 83, 83, 0.4);
	color: #fff;
}

/* モーダルボディ */
.modal-body {
    padding: 20px;
}

.modal-detail {
    margin-bottom: 20px;
}

.modal-detail p {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.modal-detail strong {
    color: #333;
}

/* タグ */
.modal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.modal-tag {
    display: inline-block;
    background-color: #f0f0f0;
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}


/* レスポンシブ */
@media (max-width: 600px) {
    .modal-content {
        width: 95%;
        max-width: 90vw;
    }

    .modal-header {
        padding: 15px;
    }

    .modal-body {
        padding: 15px;
    }
}

.case-card::before {
	content: "";
	display: inline-block;
	width: 90px;
	padding-top: 90px;
	right: -40px;
	bottom: -50px;
	height: 0;
	background: #0000000f;
	border-radius: 50%;
	position: absolute;
	transition: all 0.6s;
}
.case-card::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 10px;
	background: url(../image/arrow.png) no-repeat;
	background-size: cover;
	z-index: 2;
	position: absolute;
	right: 8px;
	bottom: 10px;
}

.navInner .mainBtn {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.3s;
  opacity: 0;
}
.navInner .mainBtn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
  line-height: 1.3;
  position: relative;
  border: 1px solid #d8dedb;
}
.navInner .mainBtn a span {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
  .navInner .mainBtn {
    margin-top: 30px;
  }
  .navInner .mainBtn a {
    border-radius: 30px;
    font-size: 12px;
    height: 50px;
    padding: 0 50px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 3px 0px 0px rgba(101, 141, 124, 0.15);
  }
  .navInner .mainBtn a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 13px;
    top: calc(50% - 17px);
  }
  .navInner .mainBtn a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  .navInner .mainBtn a span {
    font-size: 18px;
  }
  .navInner .mainBtn a span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #facc5d;
    border-radius: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
    .navInner .mainBtn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .navInner .mainBtn a {
    border-radius: 42px;
    font-size: 18px;
    height: 84px;
    padding: 0 40px;
    max-width: 420px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 0px 0px rgba(101, 141, 124, 0.15);
  }
  .navInner .mainBtn a:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f7f7f7;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: scale(0);
    z-index: 1;
    position: absolute;
    right: 23px;
    top: calc(50% - 22px);
  }
  .navInner .mainBtn a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 10px;
    background: url(../image/arrow.png) no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
  }
  .navInner .mainBtn a:hover {
    border: 1px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
  }
  .navInner .mainBtn a:hover:before {
    transform: scale(1);
  }
  .navInner .mainBtn a span {
    font-size: 24px;
  }
  .navInner .mainBtn a span:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #facc5d;
    border-radius: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
  }







  










        .container2 {
            max-width: 1550px;
            margin: 0 auto;
        }

        .staff-chart {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            position: relative;
        }

        /* 各列のカード */
        .chart-item {
            position: relative;
        }

        /* 背景図形 */
        .shape-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
            border-radius: 20px;
        }

        .chart-item:nth-child(1) .shape-bg {
            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        }

        .chart-item:nth-child(2) .shape-bg {
            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
        }

        .chart-item:nth-child(3) .shape-bg {
            background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
        }

        .chart-item:nth-child(4) .shape-bg {
            background: linear-gradient(135deg, #fffde7 0%, #fff9c4 100%);
        }

.chart-content {
	position: relative;
	z-index: 1;
	padding: 30px 80px 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 400px;
}

        /* タイトル */
        .chart-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 30px;
            text-align: center;
            line-height: 1.4;
        }

        .chart-item:nth-child(1) .chart-title {
            color: #1a73e8;
        }

        .chart-item:nth-child(2) .chart-title {
            color: #d32f2f;
        }

        .chart-item:nth-child(3) .chart-title {
            color: #512da8;
        }

        .chart-item:nth-child(4) .chart-title {
            color: #f57f17;
        }

        /* アイコン */
        .icon-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            flex-shrink: 0;
        }

        .chart-item:nth-child(1) .icon-circle {
            background-color: #1a73e8;
        }

        .chart-item:nth-child(2) .icon-circle {
            background-color: #d32f2f;
        }

        .chart-item:nth-child(3) .icon-circle {
            background-color: #512da8;
        }

        .chart-item:nth-child(4) .icon-circle {
            background-color: #f57f17;
        }

        .icon {
            font-size: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* リスト */
        .chart-list {
            width: 95%;
            display: flex;
            flex-direction: column;
            gap: 12px;
            flex-grow: 1;
        }

        .list-item {
            background: white;
            padding: 12px 16px;
            border-radius: 20px;
            font-size: 16px;
            color: #333;
            line-height: 1.5;
            text-align: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .list-item:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

.arrow {
	position: absolute;
	font-size: 50px;
	color: #000;
	z-index: 10;
	animation: bounce 1.5s infinite;
	bottom: 40%;
	right: -15%;
}

        .chart-item:last-child .arrow {
            display: none;
        }

        @keyframes bounce {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(8px);
            }
        }

        /* レスポンシブ */
        @media (max-width: 1200px) {
            .staff-chart {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .chart-content {
                min-height: auto;
                padding: 25px;
            }

            .icon-circle {
                width: 100px;
                height: 100px;
            }

            .icon {
                font-size: 50px;
            }

            .chart-title {
                font-size: 16px;
                margin-bottom: 20px;
            }

            .list-item {
                font-size: 12px;
                padding: 10px 14px;
            }
        }

        @media (max-width: 768px) {
            .staff-chart {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .shape-bg {
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            }

            .chart-content {
                padding: 20px;
            }

            .arrow {
                display: none;
            }

            .chart-title {
                font-size: 15px;
                margin-bottom: 15px;
            }

            .icon-circle {
                width: 90px;
                height: 90px;
                margin-bottom: 15px;
            }

            .icon {
                font-size: 45px;
            }
        }

.wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	gap: 0 15px;
}
#wp-block-search__input-1 {
	width: 100%;
}
.wp-block-search__button.wp-element-button {
	width: 42px;
	height: 42px;
	background: #fff url("https://www.horitsu-sodan.jp/images/common/search.png") no-repeat center right;
	background-size: auto;
	background-size: 38px 38px;
	border: 2px solid #fff;
	border-radius: 21px;
	transition: all 0.5s;
	cursor: pointer;
	padding: 0px 22px 0px 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 24px;
    z-index: 999;
}




        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .section-subtitle {
            font-size: 16px;
            color: #666;
        }

        /* パターン7: タブ式 */
        .tab-container {
            margin-bottom: 50px;
        }

        .tab-buttons {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tab-button {
            padding: 12px 24px;
            background: #f0f2f8;
            border: 2px solid transparent;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .tab-button:hover {
            background: #e8ecf8;
        }

.tab-button.active {
    background-color: #000;
    color: white;
}

        .tab-content {
            display: none;
            animation: fadeIn 0.3s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* コンテンツエリア */
        .feature-detail {
            background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f8 100%);
            border-radius: 16px;
            padding: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .feature-detail:nth-child(2) {
            background: linear-gradient(135deg, #fff5f7 0%, #ffe8ec 100%);
        }

        .feature-detail:nth-child(3) {
            background: linear-gradient(135deg, #f0faff 0%, #e0f7ff 100%);
        }

        .feature-detail:nth-child(4) {
            background: linear-gradient(135deg, #f5fff0 0%, #e8ffe0 100%);
        }

        .feature-visual {
            font-size: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-info h3 {
            font-size: 28px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .feature-info p {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .feature-points {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .feature-point {
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }

        .point-icon {
            font-size: 20px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .point-text {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        @media (max-width: 768px) {
            .feature-detail {
                grid-template-columns: 1fr;
                padding: 30px;
                gap: 25px;
            }

            .feature-visual {
                font-size: 60px;
            }

            .section-title {
                font-size: 28px;
            }

            .feature-info h3 {
                font-size: 22px;
            }

            .tab-buttons {
                gap: 8px;
            }

            .tab-button {
                padding: 10px 18px;
                font-size: 13px;
            }
        }

.merit-tab-container {
	margin: 0 auto;
}

        .merit-tab-buttons {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .merit-tab-button {
            padding: 12px 24px;
            background: #f0f2f8;
            border: 2px solid transparent;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .merit-tab-button:hover {
            background: #e8ecf8;
        }

        .merit-tab-button.active {
            background: #000;
            color: white;
            border-color: white;
        }

        .merit-tab-content {
            display: none;
            animation: fadeIn 0.3s ease;
        }

        .merit-tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* コンテンツエリア */
        .merit-feature-detail {
            background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f8 100%);
            border-radius: 16px;
            padding: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .merit-tab-content:nth-child(2) .merit-feature-detail {
            background: linear-gradient(135deg, #fff5f7 0%, #ffe8ec 100%);
        }

        .merit-tab-content:nth-child(3) .merit-feature-detail {
            background: linear-gradient(135deg, #f0faff 0%, #e0f7ff 100%);
        }

        .merit-tab-content:nth-child(4) .merit-feature-detail {
            background: linear-gradient(135deg, #f5fff0 0%, #e8ffe0 100%);
        }

        .merit-feature-visual {
            font-size: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.merit-feature-info h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 2px solid;
	width: fit-content;
	padding: 0 2px;
}

.merit-feature-info p {
	font-size: 18px;
	color: #515151;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: bold;
}

        .merit-feature-points {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .merit-feature-point {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .merit-point-icon {
            font-size: 20px;
            flex-shrink: 0;
            margin-top: 2px;
            color: #667eea;
        }

.merit-point-text {
	font-size: 20px;
	color: #353535;
	line-height: 1.5;
	font-weight: bold;
}

        @media (max-width: 768px) {
            .merit-feature-detail {
                grid-template-columns: 1fr;
                padding: 30px;
                gap: 25px;
            }

            .merit-feature-visual {
                font-size: 60px;
            }

            .merit-feature-info h3 {
                font-size: 22px;
            }

            .merit-tab-buttons {
                gap: 8px;
            }

            .merit-tab-button {
                padding: 10px 18px;
                font-size: 13px;
            }
        }
.merit-tab-buttons .merit-tab-button {
	width: 200px;
}

.contsClear {
	width: 50%;
	margin: 0 auto;
	background-color: #fdfdfd;
	padding: 3em 1em;
  box-shadow: 5px 5px 5px #9d9d9d;
}
.se {
	font-size: 30px;
	text-align: center;
}
.row {
	display: flex;
	align-items: center;
	margin: 3em;
	padding-bottom: 3em;
	border-bottom: 2px solid lightgray;
}
.col-md-3.formTitle {
	width: 45%;
	font-size: 18px;
  font-weight: bold;
}
.col-md-9.formArea {
	width: 55%;
	font-size: 18px;
  font-weight: bold;
}
.red-a {
	background-color: #ff0c0c;
	color: #fff;
	border-radius: 5px;
	margin-right: 1em;
  padding: 3px 5px;
}
.blue-a {
	background-color: #0c6bff;
	color: #fff;
	border-radius: 5px;
	margin-right: 1em;
  padding: 3px 5px;
}
.col-md-9.formArea input, .col-md-9.formArea textarea {
	padding: 5px;
	font-weight: bold;
}
select {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.col-md-9.formArea.formAreaflex.birarea select {
	width: 28%;
}
.col-md-9.formArea.cardss label {
	margin: 0 3px;
}
.col-sm-4.col-sm-offset-4.control-label.comit01 {
	text-align: center;
}
#submitBtn {
	background-color: #000;
	border: none;
	color: #fff;
	padding: 10px 45px;
	font-size: 1.3em;
	border-radius: 5px;
	font-weight: bold;
}
.case-card:hover::before{
	width: 300%;
	padding-top: 300%;
	right: -150%;
	bottom: -150%;
}
.container-fluid.BoxArea {
	width: 75%;
	margin: 0 auto;
}
.container-fluid.BoxArea .se {
	font-size: 36px;
	margin-bottom: 1em;
}
.thnks_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10%;
}
.col-sm-4.col-sm-offset-4 {
	background-color: black;
	padding: 20px 50px;
	border-radius: 5px;
}
.btn.btn-success.btn-lg.btn-block.mt30 {
	color: #fff;
}
@media (max-width: 768px) {
.merit-tab-button {
	width: 45% !important;
	padding: 0;
	font-size: 17px;
}
#merit .soudanInner {
  padding: 0;
}
.contsClear {
	width: 95%;
}
.row {
	display: block;
	margin: 1em;
}
.col-md-3.formTitle {
	width: 100%;
	margin-top: 2em;
}
.col-md-9.formArea {
	width: 100%;
	margin-top: 1em;
}
.col-md-9.formArea input, .col-md-9.formArea textarea {
	width: 100%;
}
#postalCode {
	width: 94% !important;
}
.col-md-9.formArea.cardss input {
	width: fit-content;
}
.navInner .mainBtn {
	flex-wrap: wrap;
}
.navInner .mainBtn a {
	width: 100%;
	margin: 10px 0;
}
.container-fluid.BoxArea {
	width: 95%;
	margin: 0 auto;
}
.thnks_btn {
	display: block;
	text-align: center;
}
.col-sm-4.col-sm-offset-4 {
	padding: 20px 20px;
	width: 232px;
	margin: 1em auto 0;
	font-size: 22px;
}





}
















































        .qa-form-container {
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            padding: 40px;
            max-width: 500px;
            width: 100%;
            margin: 0 auto;
        }

        .qa-form-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .qa-form-header h1 {
            color: #333;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .qa-form-progress-bar {
            background: #e0e0e0;
            height: 6px;
            border-radius: 3px;
            margin-top: 15px;
            overflow: hidden;
        }

        .qa-form-progress-fill {
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            height: 100%;
            width: 0%;
            transition: width 0.3s ease;
        }

        .qa-form-question-section {
            margin-bottom: 30px;
        }

        .qa-form-question-label {
            display: block;
            font-size: 16px;
            color: #333;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .qa-form-question-number {
            color: #667eea;
            font-weight: bold;
        }

        .qa-form-input {
            width: 100%;
            padding: 12px;
            border: 2px solid #e0e0e0;
            border-radius: 5px;
            font-size: 14px;
            font-family: inherit;
            transition: border-color 0.3s ease;
        }

        .qa-form-input:focus {
            outline: none;
            border-color: #667eea;
        }

        .qa-form-textarea {
            width: 100%;
            padding: 12px;
            border: 2px solid #e0e0e0;
            border-radius: 5px;
            font-size: 14px;
            font-family: inherit;
            transition: border-color 0.3s ease;
            resize: vertical;
            min-height: 100px;
        }

        .qa-form-textarea:focus {
            outline: none;
            border-color: #667eea;
        }

        .qa-form-radio-group {
            display: flex;
            gap: 20px;
        }

        .qa-form-radio-option {
            display: flex;
            align-items: center;
        }

        .qa-form-radio-option input[type="radio"] {
            margin-right: 8px;
            cursor: pointer;
            width: 18px;
            height: 18px;
        }

        .qa-form-radio-option label {
            cursor: pointer;
            font-size: 14px;
        }

        .qa-form-button-group {
            display: flex;
            gap: 10px;
            margin-top: 30px;
        }

        .qa-form-button {
            flex: 1;
            padding: 12px;
            border: none;
            border-radius: 5px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .qa-form-btn-back {
            background: #e0e0e0;
            color: #333;
        }

        .qa-form-btn-back:hover {
            background: #d0d0d0;
        }

        .qa-form-btn-back:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .qa-form-btn-next {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }

        .qa-form-btn-next:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .qa-form-btn-next:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .qa-form-btn-submit {
            background: linear-gradient(135deg, #48c774 0%, #2d8f4d 100%);
            color: white;
        }

        .qa-form-btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(72, 199, 116, 0.4);
        }

        .qa-form-error-message {
            color: #e74c3c;
            font-size: 12px;
            margin-top: 5px;
            display: none;
        }

        .qa-form-hidden {
            display: none;
        }

        .qa-form-success-message {
            text-align: center;
            color: #48c774;
            font-size: 16px;
            margin: 20px 0;
        }

        .qa-form-loading {
            display: none;
            text-align: center;
            margin: 20px 0;
        }

        .qa-form-spinner {
            border: 4px solid #e0e0e0;
            border-top: 4px solid #667eea;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            animation: qa-form-spin 1s linear infinite;
            margin: 0 auto;
        }

        @keyframes qa-form-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .qa-form-summary-section {
            background: #f5f5f5;
            padding: 20px;
            border-radius: 5px;
            margin-bottom: 20px;
        }

        .qa-form-summary-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #e0e0e0;
            font-size: 14px;
        }

        .qa-form-summary-item:last-child {
            border-bottom: none;
        }

        .qa-form-summary-label {
            color: #666;
            font-weight: 500;
        }

        .qa-form-summary-value {
            color: #333;
            font-weight: bold;
        }