@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.7;
  color: rgb(51, 51, 51);
}

#container {
  padding-top: 80px;
}

#header {
  top: 0;
}

#index_content_builder {
  padding-top: 0 !important;
}

#main_contents {
  width: 90%;
  max-width: 1800px;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  /* font-family: "Noto Serif JP", serif; */
}
#main_contents #main_col {
  width: 100% !important;
}

.frontPage {
  line-height: 1.8;
}
.frontPage .youtube {
  width: 80%;
  max-width: 1000px;
  height: auto;
  margin: auto;
}
.frontPage .youtube .youtubeInner {
  position: relative;
  padding-top: 56.25%;
}
.frontPage .youtube .youtubeInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frontPage .greet {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  line-height: 2.4;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/frontPage_greet.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.frontPage .greet .greetInner {
  width: 75%;
  margin: auto;
}
.frontPage .greet .greetInner .greetHeading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.frontPage .greet .greetInner .greetText {
  font-size: 20px;
  line-height: 2.2;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.frontPage .greet .greetInner .greetName {
  font-size: 20px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
}
.frontPage .greet .greetBtn {
  text-align: center;
  margin-top: 80px;
}
.frontPage .greet .greetBtn a {
  font-size: 22px;
  background-color: #008080;
  color: #fff;
  padding: 16px 28px;
}
.frontPage .service {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding: 0px 0 80px;
}
.frontPage .service .serviceInner .serviceHeading {
  font-size: 80px;
  font-weight: 500;
  color: #008080;
  text-align: center;
  font-family: "EB Garamond", serif;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
}
.frontPage .service .serviceInner .serviceWrap {
  position: relative;
}
.frontPage .service .serviceInner .serviceWrap .serviceTop {
  padding: 150px 0 250px;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/frontPage_serviceTopBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading {
  width: 80%;
  margin: auto;
  font-size: 45px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading .big {
  font-size: 50px;
}
.frontPage .service .serviceInner .serviceWrap .serviceBottom {
  width: calc(90% - 320px);
  transform: translateY(-120px);
  margin-left: auto;
  background-image: url(/wp-content/uploads/2024/05/representative-attorney_fvBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 120px 80px 200px;
  position: relative;
  margin-bottom: -120px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.bottomText {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}

.frontPage .service .serviceInner .serviceWrap .serviceBottom .bottomLink {
  display: block;
  color: #fff;
  text-align: right;
  margin-top: 50px;
}
.frontPage .detail {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.frontPage .detail .detailInner {
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.frontPage .detail .detailInner .detailLeft {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.frontPage .detail .detailInner .detailLeft img {
  width: 100%;
  height: auto;
}
.frontPage .detail .detailInner .detailRight {
  width: 55%;
  background-color: rgba(251, 251, 247, 0.6);
  padding: 100px 50px;
  padding-left: 12%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.frontPage .detail .detailInner .detailRight .detailHeading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.frontPage .detail .detailInner .detailRight .detailText {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: left;
}
.frontPage .detail .detailInner .detailRight .detailBtn {
  font-size: 24px;
   background-color: #008080;
  color: #fff;
  padding: 20px 40px;
}
.frontPage .lawyey {
  width: 80%;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.frontPage .lawyey .lawyeyInner .lawyeyHeading {
  line-height: 1.4;
  border-bottom: 2px solid #509194;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.frontPage .lawyey .lawyeyInner .lawyeyHeading h2 {
  font-size: 26px;
  font-weight: 500;
  color: #509194;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.frontPage .lawyey .lawyeyInner .lawyeyHeading h2:before {
  display: none;
}
.frontPage .lawyey .lawyeyInner .lawyeyHeading a {
  color: #088383;
}
.frontPage .lawyey .lawyeyInner .lawyeyHeading_top h2:before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #247779;
  position: absolute;
  top: 0;
  left: 0;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap {
  margin: auto;
  gap: 50px;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyImg {
  width: 100% !important;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading {
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading span {
  display: block;
  font-size: 16px;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading .br {
  display: none;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer {
  width: 70%;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer p {
  line-height: 2;
  font-size: 16px;
  color: #56586B;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer p .small {
  font-size: 12px;
  display: inline-block;
  margin-right: 2px;
  transform: translateY(-2px);
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer p .big {
  font-size: 20px;
  display: inline-block;
  margin-right: 2px;
}
.frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer p a {
  color: #56586B;
  display: inline;
  text-decoration: underline;
}
.frontPage .lawyey .lawyeyInner .lawyeyList {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 60px;
}
.frontPage .lawyey .lawyeyInner .lawyeyList .lawyeyItem {
  width: 20%;
}
.frontPage .lawyey .lawyeyInner .lawyeyList .lawyeyItem img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 6px #8e8e8e;
}
.frontPage .faq {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  background-color: #F5F5EB;
  line-height: 1.8;
}
.frontPage .faq .faqInner {
  width: 90%;
  margin: auto;
}
.frontPage .faq .faqInner .faqHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.frontPage .faq .faqInner .faqHeading h2 {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  color: #257879;
}
.frontPage .faq .faqInner .faqHeading a {
  color: #088383;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.frontPage .faq .faqInner .articleList {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.frontPage .faq .faqInner .articleList .articleItem {
  width: calc(25% - 15px);
  position: relative;
}
.frontPage .faq .faqInner .articleList .articleItem .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.frontPage .faq .faqInner .articleList .articleItem .articleImg {
  position: relative;
  margin-bottom: 10px;
}
.frontPage .faq .faqInner .articleList .articleItem .articleImg .articleCategoryList {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.frontPage .faq .faqInner .articleList .articleItem .articleImg .articleCategoryList a {
  background-color: #257879;
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
  position: relative;
  z-index: 3;
}
.frontPage .faq .faqInner .articleList .articleItem .articleImg img {
  width: 100%;
  height: auto;
}
.frontPage .faq .faqInner .articleList .articleItem .articleDate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A58660;
  margin-bottom: 5px;
}
.frontPage .faq .faqInner .articleList .articleItem .articleTitle {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
.frontPage .faq .faqInner .articleList .articleItem .articleDesc {
  font-size: 14px;
}
.frontPage .faq .faqInner .articleBtn {
  display: none;
}
.frontPage .info {
  width: 70%;
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
}
.frontPage .info .infoInner .infoHeading {
  text-align: center;
  font-size: 32px;
   color: #3688b3;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
.frontPage .info .infoInner .table-container .infoAccess td p {
  line-height: 1.5;
  margin-bottom: 0;
  margin-bottom: 4px;
}
.frontPage .info .infoInner .table-container td:first-child {
  background-color: #F5F5F5;
}

@media (max-width: 1280px) {
  .frontPage .detail .detailInner .detailRight {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .frontPage .detail .detailInner {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .frontPage .detail .detailInner .detailLeft {
    width: 100%;
    position: inherit;
    transform: translateY(0);
  }
  .frontPage .detail .detailInner .detailRight {
    width: calc(100% - 100px);
    margin: auto;
    padding: 50px;
  }
  .frontPage .detail .detailInner .detailRight .detailBtn {
    font-size: 18px;
    padding: 18px 30px;
  }
  .frontPage .info {
    width: 80%;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .frontPage .greet .greetInner {
    width: 90%;
  }
  .frontPage .greet .greetInner .greetHeading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .frontPage .greet .greetInner .greetText, .frontPage .greet .greetInner .greetName {
    font-size: 18px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceTop {
    padding: 100px 0 200px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading {
    font-size: 36px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading .br {
    display: block;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceBottom {
    width: calc(90% - 100px);
    padding: 50px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyHeading {
    gap: 20px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyHeading h2 {
    font-size: 24px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyHeading a {
    margin-left: auto;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop {
    width: 100%;
    margin-bottom: 0;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyImg {
    width: 100%;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading {
    width: 100%;
    font-size: 28px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading span {
    font-size: 11px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyCareer {
    width: 100%;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyList {
    gap: 20px;
    flex-wrap: wrap;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyList .lawyeyItem {
    width: calc(33% - 14px);
  }
  .frontPage .faq .faqInner .articleList .articleItem {
    width: calc(33% - 12px);
  }
  .frontPage .info {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .frontPage .youtube {
    width: 100%;
  }
  .frontPage .greet {
    padding: 40px 0;
  }
  .frontPage .greet .greetBtn a {
    font-size: 18px;
  }
  .frontPage .service .serviceInner .serviceHeading {
    font-size: 55px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceTop {
    padding-top: 80px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading {
    font-size: 32px;
  }
  .frontPage .service .serviceInner .serviceWrap .serviceBottom {
    width: calc(90% - 60px);
    padding: 30px;
  }
  .frontPage .detail {
    padding: 40px 0;
  }
  .frontPage .detail .detailInner .detailRight {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .frontPage .detail .detailInner .detailRight .detailHeading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .frontPage .detail .detailInner .detailRight .detailBtn {
    font-size: 14px;
    padding: 15px 20px;
  }
  .frontPage .lawyey {
    padding: 40px 0;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyHeading {
    margin-bottom: 20px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop {
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading {
    font-size: 22px;
    width: 100%;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyTopHeading span {
    font-size: 12px;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyWrap .lawyeyTop .lawyeyImg {
    width: 50%;
    margin: auto;
  }
  .frontPage .lawyey .lawyeyInner .lawyeyList {
    flex-wrap: wrap;
  }
  .frontPage .faq {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .frontPage .faq .faqInner .faqHeading h2 {
    font-size: 24px;
  }
  .frontPage .faq .faqInner .faqHeading a {
    display: none;
  }
  .frontPage .faq .faqInner .articleList {
    gap: 60px 20px;
  }
  .frontPage .faq .faqInner .articleList .articleItem {
    width: calc(50% - 10px);
  }
  .frontPage .faq .faqInner .articleBtn {
    display: block;
    width: 100px;
    text-align: center;
    background-color: #333333;
    color: #fff;
    position: relative;
    margin: auto;
    margin-top: 60px;
    padding: 10px 60px;
  }
  .frontPage .faq .faqInner .articleBtn:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin: auto;
  }
  .frontPage .info {
    padding: 40px 0;
  }
  .frontPage .info .infoInner .infoHeading {
    font-size: 24px;
  }
  .frontPage .info .infoInner .table-container tbody {
    display: block;
  }
  .frontPage .info .infoInner .table-container tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .frontPage .info .infoInner .table-container tbody tr td {
    width: calc(100% - 42px);
  }
  .frontPage .info .infoInner .table-container tbody tr td:first-child {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .frontPage .service .serviceInner .serviceWrap .serviceTop .topHeading {
    font-size: 29px;
  }
}
html {
  scroll-behavior: smooth;
}

.faqPage {
  line-height: 1.5;
}
.faqPage .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.faqPage .fv {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  position: relative;
  padding-top: 60px;
  background-color: #F5F5EB;
}
.faqPage .fv .fvInner {
  width: calc(100% - 125px);
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/page_fvBg_new.png);
  background-size: cover;
  background-position: center left;
  position: relative;
  z-index: 2;
}
.faqPage .fv .fvInner .fvTitle {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transform: translateX(-50px);
}
.faqPage .fv:before {
  content: "";
  width: 100%;
  height: 170px;
  background-color: #DBF2EE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.faqPage .breadcrumb {
  margin: auto;
  background-color: #F5F5EB;
  padding: 20px 80px;
  max-width: 1640px;
  width: calc(100% - 160px);
}
.faqPage .articleContent {
  width: calc(100% - 160px);
  max-width: 1640px;
  padding: 0 80px;
  padding-top: 40px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #F5F5EB;
}
.faqPage .articleContent .articleMain {
  width: 70%;
}
.faqPage .articleContent .articleMain .articleList {
  display: flex;
  justify-content: flex-start;
  gap: 50px 20px;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
}
.faqPage .articleContent .articleMain .articleList .articleItem {
  width: calc(25% - 15px);
  position: relative;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg {
  position: relative;
  margin-bottom: 10px;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg .articleCategoryList {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg .articleCategoryList a {
  background-color: #257879;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  position: relative;
  z-index: 3;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg img {
  width: 100%;
  height: auto;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDetail_sp {
  display: none;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDate {
  font-size: 14px;
  font-weight: 700;
  color: #A58660;
  margin-bottom: 5px;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleTitle {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDesc {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(128, 128, 128);
  line-height: 1.8;
}
.faqPage .articleContent .articleMain .mainContent .detail {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleMain .mainContent .detail .categoryList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.faqPage .articleContent .articleMain .mainContent .detail .categoryList a {
  background-color: #A58660;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
}
.faqPage .articleContent .articleMain .mainContent .detail .articleDate {
  font-size: 14px;
  font-weight: 500;
  color: #A58660;
  margin-bottom: 0;
}
.faqPage .articleContent .articleMain .mainContent .title {
  font-size: 28px;
  border-bottom: 2px solid #EBEBEB;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.faqPage .articleContent .articleMain .mainContent .thumbnail {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
}
.faqPage .articleContent .articleMain .mainContent p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleMain .mainContent h2 {
  font-size: 20px;
  border-left: 5px solid #119288;
  border-bottom: 1px solid #BEE1DD;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleMain .mainContent h3 {
  font-size: 18px;
   color: #3688b3;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleMain .mainContent #toc_container {
  width: calc(100% - 40px);
  background-color: #F9F9F9;
  border: none;
  padding: 20px;
  margin-bottom: 40px;
}
.faqPage .articleContent .articleMain .mainContent #toc_container .toc_title {
   color: #3688b3;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDBD5;
}
.faqPage .articleContent .articleMain .mainContent #toc_container .toc_list {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.faqPage .articleContent .articleMain .articleBtn {
  text-align: center;
  margin: 80px 0;
}
.faqPage .articleContent .articleMain .articleBtn .btn {
  display: inline-flex;
  gap: 30px;
   background-color: #008080;
  color: #fff;
  padding: 15px 30px;
}
.faqPage .articleContent .articleSide {
  width: 30%;
}
.faqPage .articleContent .articleSide .category {
  border: 1px solid #D5D5CE;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleSide .category .articleHeading {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 400;
}
.faqPage .articleContent .articleSide .category .categoryList {
  padding: 15px;
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  background-color: #fff;
}
.faqPage .articleContent .articleSide .category .categoryList .categoryItem {
  border: 2px solid #A58660;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #A58660;
}
.faqPage .articleContent .articleSide .popular {
  border: 1px solid #D5D5CE;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleSide .popular .articleHeading {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 400;
}
.faqPage .articleContent .articleSide .popular .popularList {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem {
  width: calc(100% - 30px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5CE;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft {
  width: 100px;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg {
  position: relative;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg img {
  width: 100%;
  height: auto;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum1 {
  background-color: #FAE15D;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum2 {
  background-color: #A3A3A3;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum3 {
  background-color: #B46E2B;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum4, .faqPage .articleContent .articleSide .popular .popularList .popularItem .articleLeft .articleImg .articleNum5 {
  background-color: #3C3C3C;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleRight {
  width: calc(100% - 100px);
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem .articleRight .articleTitle {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.faqPage .articleContent .articleSide .popular .popularList .popularItem:last-child {
  border-bottom: none;
}
.faqPage .articleContent .articleSide .recent {
  border: 1px solid #D5D5CE;
  margin-bottom: 20px;
}
.faqPage .articleContent .articleSide .recent .articleHeading {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 400;
}
.faqPage .articleContent .articleSide .recent .recentList {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem {
  width: calc(100% - 30px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5CE;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft {
  width: 100px;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg {
  position: relative;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg img {
  width: 100%;
  height: auto;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum1 {
  background-color: #FAE15D;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum2 {
  background-color: #A3A3A3;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum3 {
  background-color: #B46E2B;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum4, .faqPage .articleContent .articleSide .recent .recentList .recentItem .articleLeft .articleImg .articleNum5 {
  background-color: #3C3C3C;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleRight {
  width: calc(100% - 100px);
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem .articleRight .articleTitle {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: 500;
}
.faqPage .articleContent .articleSide .recent .recentList .recentItem:last-child {
  border-bottom: none;
}
.faqPage .articleContent .articleSide .archive {
  border: 1px solid #D5D5CE;
}
.faqPage .articleContent .articleSide .archive .articleHeading {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
  font-weight: 400;
}
.faqPage .articleContent .articleSide .archive .archiveList {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  background-color: #fff;
}
.faqPage .articleContent .articleSide .archive .archiveList li {
  padding: 20px 10px;
  border-top: 2px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.faqPage .articleContent .articleSide .archive .archiveList li:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #257879;
}
.faqPage .articleContent .articleSide .archive .archiveList li::marker {
  display: none;
}
.faqPage .articleContent .articleSide .archive .archiveList li:first-child {
  border-top: none;
}
.faqPage .articleContent .articleWrapper {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding: 80px;
}
.faqPage .faqTop .topCategory {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  background-color: #F5F5EB;
  padding: 80px 0;
}
.faqPage .faqTop .topCategory .heading {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.faqPage .faqTop .topCategory .categoryList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.faqPage .faqTop .topCategory .categoryList .categoryItem {
  width: calc(25% - 30px);
  background-color: #25787A;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.faqPage .faqTop .topContentBox {
  width: calc(100% - 160px);
  max-width: 1640px;
  margin: auto;
  padding: 80px;
  padding-top: 0;
  display: flex;
  gap: 60px;
  background-color: #F5F5EB;
}
.faqPage .faqTop .topContentBox .topContentMain {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent {
  padding-top: 100px;
  margin-top: -100px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .heading {
  border-left: 3px solid #2F8082;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .heading h2 {
  font-weight: 500;
  font-size: 24px;
  color: #2F8082;
  font-family: "Noto Serif JP", serif;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .heading .more {
  color: #2F8082;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList {
  display: flex;
  justify-content: flex-start;
  gap: 50px 20px;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem {
  width: calc(25% - 15px);
  position: relative;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg {
  position: relative;
  margin-bottom: 10px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg .topCategoryList {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg .topCategoryList a {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #257879;
  color: #fff;
  font-size: 13px;
  padding: 5px 20px;
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg img {
  width: 100%;
  height: auto;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDetail_sp {
  display: none;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #A58660;
  margin-bottom: 5px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5px;
}
.faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDesc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: rgb(128, 128, 128);
  line-height: 1.8;
}
.faqPage .faqTop .topContentBox .topContentSide {
  width: 30%;
  display: block;
  margin: 0;
  padding: 0;
}
.faqPage .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
.faqPage .wp-pagenavi .pages {
  display: none;
}
.faqPage .wp-pagenavi a, .faqPage .wp-pagenavi span {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0F9187 !important;
  background-color: #fff;
  color: #0F9187;
  margin: 0 5px;
}
.faqPage .wp-pagenavi .current {
  background-color: #0F9187;
  color: #fff;
}
.faqPage .wp-pagenavi .nextpostslink, .faqPage .wp-pagenavi .previouspostslink {
  transform: translateY(-4px);
  width: 30px;
  height: 32px;
  padding-bottom: 8px;
  border: none !important;
  background-color: transparent;
}
.faqPage.article {
  margin-top: -80px;
}

@media (max-width: 1080px) {
  .faqPage .articleContent {
    gap: 40px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem {
    width: calc(50% - 10px);
  }
  .faqPage .articleContent .articleWrapper {
    padding: 50px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .faqPage .fv {
    height: auto;
    padding-top: 20px;
  }
  .faqPage .fv .fvInner {
    width: calc(100% - 20px);
    height: 130px;
  }
  .faqPage .fv .fvInner .fvTitle {
    font-size: 25px;
    transform: translateX(-5px);
  }
  .faqPage .fv:before {
    height: 90px;
  }
  .faqPage .fv_faqPage {
    height: 300px;
  }
  .faqPage .breadcrumb {
    padding: 20px 40px;
    width: calc(100% - 80px);
  }
  .faqPage .articleContent {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 80px;
    gap: 80px;
    padding: 40px;
    width: calc(100% - 80px);
  }
  .faqPage .articleContent .articleMain {
    width: 100%;
  }
  .faqPage .articleContent .articleMain .articleList {
    gap: 20px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem {
    width: 100%;
    border-bottom: 1px solid #E4E4DF;
    padding-bottom: 20px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn {
    display: flex;
    gap: 15px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg {
    width: 130px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg .articleCategoryList {
    display: none;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDetail_sp {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDetail_sp .category {
    background-color: #257879;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 600;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDetail_sp .category a {
    color: #fff;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDetail_sp .date {
    font-size: 16px;
    font-weight: 700;
    color: #A58660;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleDate {
    display: none;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleTitle {
    margin-bottom: 0;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn:last-child {
    flex-direction: column;
    gap: 10px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .faqPage .articleContent .articleMain .mainContent .detail .categoryList a {
    font-size: 11px;
    padding: 9px 27px;
  }
  .faqPage .articleContent .articleMain .mainContent .thumbnail {
    width: 100%;
  }
  .faqPage .articleContent .articleMain .mainContent p {
    font-size: 14px;
  }
  .faqPage .articleContent .articleMain .articleBtn {
    margin-bottom: 0;
  }
  .faqPage .articleContent .articleSide {
    width: 100%;
  }
  .faqPage .articleContent .articleSide .category, .faqPage .articleContent .articleSide .popular, .faqPage .articleContent .articleSide .recent {
    margin-bottom: 40px;
  }
  .faqPage .articleContent .articleWrapper {
    padding: 40px;
    flex-direction: column;
  }
  .faqPage .faqTop .topCategory .categoryList {
    gap: 20px;
  }
  .faqPage .faqTop .topCategory .categoryList .categoryItem {
    width: calc(50% - 10px);
  }
  .faqPage .faqTop .topContentBox {
    padding: 40px;
    padding-top: 0;
    width: calc(100% - 80px);
    flex-direction: column;
  }
  .faqPage .faqTop .topContentBox .topContentMain {
    width: 100%;
    gap: 40px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList {
    flex-direction: column;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem {
    width: 100%;
    border-bottom: 1px solid #E4E4DF;
    padding-bottom: 20px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn {
    display: flex;
    gap: 15px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg {
    width: 130px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg .topCategoryList {
    display: none;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDetail_sp {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDetail_sp .category {
    background-color: #257879;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 500;
    position: relative;
    z-index: 3;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDetail_sp .category a {
    color: #fff;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDetail_sp .date {
    font-size: 16px;
    font-weight: 500;
    color: #A58660;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topDate {
    display: none;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topTitle {
    margin-bottom: 0;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn:last-child {
    flex-direction: column;
    gap: 10px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .faqPage .faqTop .topContentBox .topContentSide {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faqPage .fv .fvInner .fvTitle {
    transform: translateX(-5px);
  }
  .faqPage .fv_faqPage {
    height: 200px;
  }
  .faqPage .breadcrumb {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .faqPage .articleContent {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .faqPage .articleContent .articleMain .articleList {
    row-gap: 30px;
  }
  .faqPage .articleContent .articleMain .articleList .articleItem .articleColumn .articleImg .articleCategoryList a {
    font-size: 10px;
  }
  .faqPage .articleContent .articleMain .mainContent .detail {
    margin-bottom: 10px;
  }
  .faqPage .articleContent .articleMain .mainContent .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .faqPage .articleContent .articleMain .mainContent .thumbnail {
    margin-bottom: 30px;
  }
  .faqPage .articleContent .articleMain .articleBtn .btn {
    gap: 20px;
  }
  .faqPage .articleContent .articleSide .archive .archiveList {
    padding: 0 20px;
  }
  .faqPage .articleContent .articleWrapper {
    padding: 20px;
  }
  .faqPage .faqTop .topCategory .categoryList .categoryItem {
    font-size: 16px;
  }
  .faqPage .faqTop .topContentBox {
    padding: 40px 20px;
    padding-top: 0;
    width: calc(100% - 40px);
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .heading {
    margin-bottom: 20px;
    padding: 0 10px 5px 10px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList {
    row-gap: 30px;
  }
  .faqPage .faqTop .topContentBox .topContentMain .topContent .topList .topItem .topColumn .topImg .topCategoryList a {
    font-size: 10px;
  }
}
.generalCounselPage {
  line-height: 1.5;
}
.generalCounselPage .fv {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.generalCounselPage .fv .fvTitle {
  font-size: 50px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  width: 60%;
  transform: translateX(-35px);
}
.generalCounselPage .fv_generalCounsel {
  height: 450px;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/general-counsel-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.generalCounselPage .generalCounsel {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  background-color: #fff;
  margin-bottom: 80px;
}
.generalCounselPage .generalCounsel .counselList {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.generalCounselPage .generalCounsel .counselList .counselItem {
   border-bottom: 2px solid #3688b3;
  padding-bottom: 80px;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselHeading {
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
   color: #3688b3;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselLeft {
  width: 35%;
  float: left;
  margin-right: 30px;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselLeft img {
  width: 100%;
  height: auto;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselRight {
  width: 100%;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselRight .counselText {
  font-size: 18px;
  line-height: 1.8;
}
.generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselRight .counselText span {
  text-decoration: underline;
}
.generalCounselPage .generalCounsel .counselList .counselItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 1080px) {
  .generalCounselPage .generalCounsel .counselList {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .generalCounselPage .generalCounsel .counselList {
    gap: 40px;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem {
    padding-bottom: 50px;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem .counselHeading {
    font-size: 20px;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem .counselHeading .br {
    display: block;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselLeft {
    width: 40%;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem .counselBox .counselRight .counselText {
    font-size: 14px;
  }
  .generalCounselPage .fv_generalCounsel {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .generalCounselPage .fv .fvInner .fvTitle {
    width: auto;
    transform: translateX(-5px);
  }
  .generalCounselPage .generalCounsel {
    padding: 40px 0;
  }
  .generalCounselPage .generalCounsel .counselList .counselItem .counselHeading {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .generalCounselPage .fv_generalCounsel {
    height: 200px;
  }
}
.handlingOperationsPage {
  line-height: 1.5;
}
.handlingOperationsPage .fv {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.handlingOperationsPage .fv .fvTitle {
  font-size: 50px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  width: 60%;
  transform: translateX(-25px);
}
.handlingOperationsPage .fv_handlingOperations {
  height: 450px;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/handling-operations-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.handlingOperationsPage .handlingOperations {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0;
  background-color: #fff;
  margin-bottom: 80px;
}
.handlingOperationsPage .handlingOperations .operationsList {
  width: 80%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem {
   border-bottom: 2px solid #3688b3;
  padding-bottom: 80px;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsHeading {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
   color: #3688b3;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsLeft {
  width: 35%;
  float: left;
  margin-right: 30px;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsLeft img {
  width: 100%;
  height: auto;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight {
  width: 100%;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight .operationsText {
  font-size: 18px;
  line-height: 1.8;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight .operationsText span, .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight .operationsText a {
  text-decoration: underline;
}
.handlingOperationsPage .handlingOperations .operationsList .operationsItem:last-child .operationsHeading {
  border-bottom: none;
}

@media (max-width: 1080px) {
  .handlingOperationsPage .handlingOperations .operationsList {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .handlingOperationsPage .handlingOperations .operationsList {
    gap: 40px;
    width: 90%;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem {
    padding-bottom: 50px;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsHeading {
    font-size: 20px;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsHeading .br {
    display: block;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox {
    flex-direction: column;
    gap: 20px;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsLeft {
    width: 40%;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight {
    width: 100%;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsBox .operationsRight .operationsText {
    font-size: 14px;
  }
  .handlingOperationsPage .fv_handlingOperations {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .handlingOperationsPage .fv .fvInner .fvTitle {
    width: auto;
    transform: translateX(-5px);
  }
  .handlingOperationsPage .handlingOperations {
    padding: 40px 0;
  }
  .handlingOperationsPage .handlingOperations .operationsList .operationsItem .operationsHeading {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .handlingOperationsPage .fv_handlingOperations {
    height: 200px;
  }
}
.fv {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  position: relative;
  padding-top: 60px;
  margin-top: -80px;
}
.fv .fvInner {
  width: calc(100% - 125px);
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background-image: url(/wp-content/themes/solaris_tcd088/img/common/page_fvBg_new.png);
  background-size: cover;
  background-position: center left;
  position: relative;
  z-index: 2;
}
.fv .fvInner .fvTitle {
  font-weight: 500;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transform: translateX(-50px);
}
.fv:before {
  content: "";
  width: 100%;
  height: 170px;
  background-color: #DBF2EE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .fv {
    padding-top: 20px;
  }
  .fv .fvInner {
    width: calc(100% - 20px);
    height: 130px;
  }
  .fv .fvInner .fvTitle {
    font-size: 25px;
    transform: translateX(-5px);
  }
  .fv:before {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .fv .fvInner {
    height: 130px !important;
  }
  .fv .fvInner .fvTitle {
    transform: translateX(-5px);
  }
  .fv:before {
    height: 90px !important;
  }
}
.contactPage {
  line-height: 1.5;
}
.contactPage .fv {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  position: relative;
  padding-top: 60px;
}
.contactPage .fv .fvInner {
  width: calc(100% - 125px);
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #257879;
  margin-left: auto;
}
.contactPage .fv .fvInner .fvTitle {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transform: translateX(-50px);
}
.contactPage .fv:before {
  content: "";
  width: 100%;
  height: 170px;
  background-color: #DBF2EE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contactPage .top {
  padding: 100px 0;
  text-align: center;
}
.contactPage .top .topHeading {
  font-size: 35px;
  line-height: 2;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  color: rgb(51, 51, 51);
  font-weight: 500;
}
.contactPage .top .topText {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(51, 51, 51);
}
.contactPage .detail {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  background-color: #F5F5EB;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactPage .detail .detailInner {
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.contactPage .detail .detailInner .detailLeft {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.contactPage .detail .detailInner .detailLeft img {
  width: 100%;
  height: auto;
}
.contactPage .detail .detailInner .detailRight {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 50px;
  padding-left: 15%;
  padding-right: 10%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.contactPage .detail .detailInner .detailRight .detailHeadiing {
  font-size: 16px;
  color: #26797A;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.contactPage .detail .detailInner .detailRight .detailText {
  font-size: 16px;
  line-height: 1.8;
}
.contactPage .flow {
  padding: 100px 0;
}
.contactPage .flow .flowInner .flowTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
   color: #3688b3;
  font-weight: 500;
}
.contactPage .flow .flowInner .flowList {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contactPage .flow .flowInner .flowList .flowItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-top: 2px solid #D7D2CC;
  padding-top: 40px;
}
.contactPage .flow .flowInner .flowList .flowItem .flowLeft {
  width: 40%;
}
.contactPage .flow .flowInner .flowList .flowItem .flowLeft img {
  width: 100%;
  height: auto;
}
.contactPage .flow .flowInner .flowList .flowItem .flowLeft .flowHeading_sp, .contactPage .flow .flowInner .flowList .flowItem .flowLeft .flowNum {
  display: none;
}
.contactPage .flow .flowInner .flowList .flowItem .flowRight {
  width: 60%;
}
.contactPage .flow .flowInner .flowList .flowItem .flowRight .flowHeading {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #247879;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contactPage .flow .flowInner .flowList .flowItem .flowRight .flowHeading span {
  width: 40px;
  height: 40px;
  font-weight: 500;
  background-color: #247879;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 22px;
}
.contactPage .flow .flowInner .flowList .flowItem .flowRight .flowText {
  line-height: 2;
}
.contactPage .flow .flowInner .flowList .flowItem:last-child {
  padding-bottom: 40px;
}
.contactPage .flow .flowInner .flowList .flowItem:last-child .flowRight {
  width: 100%;
}
.contactPage .flow .flowInner .flowList .flowItem:last-child .flowRight .flowSmall {
  text-align: right;
  font-size: 14px;
  margin-top: 50px;
}
.contactPage .flow .flowInner .flowList .flowItem:last-child .flowRight .flowSmall a {
  text-decoration: underline;
}
.contactPage .form {
  background: #f5f5eb !important;
  padding: 80px 0;
}
.contactPage .form br {
  display: none;
}
.contactPage .form .formInner {
  text-align: center;
  max-width: 1460px;
  margin: auto;
  background-color: #fff;
  padding: 80px 0;
}
.contactPage .form .formInner .formHeading {
  display: inline-block;
  font-size: 35px;
  font-weight: 500;
  color: rgb(36, 120, 121);
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.contactPage .form .formInner .fowmWrap .wpcf7 {
  background-color: transparent;
  border: none;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d3;
  padding: 40px 0;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .title {
  width: 300px;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .title .title-heading {
  width: 160px;
  display: inline-block;
  color: rgb(51, 51, 51);
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .title .title-heading .small {
  font-size: 12px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .title .required {
  background: #a58660;
  color: #fff;
  padding: 2px 16px;
  font-size: 14px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .wpcf7-form-control-wrap {
  width: 560px;
  text-align: left;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label .wpcf7-form-control-wrap .note {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #278925;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label span input {
  width: 100%;
  height: 40px;
  border: none;
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #e8e8e8;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label:first-child {
  border-top: 1px solid #d9d9d3;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date {
  align-items: flex-start;
  text-align: left;
  border-bottom: none;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date label {
  border-bottom: none;
  padding: 20px 0;
  font-weight: 400;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap {
  display: inline-block;
  width: 560px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap .required {
  display: inline-block;
  background: #a58660;
  color: #fff;
  padding: 2px 16px;
  font-size: 14px;
  margin-left: 20px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date select {
  width: calc(100% + 5px);
  max-width: 100%;
  height: 40px;
  border: 1px solid #d9d9d3;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.contactPage .form .formInner .fowmWrap .wpcf7 form label.date span label.pt0 {
  padding-top: 0;
  padding-bottom: 20px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 .formNotice {
  margin-top: 50px;
  margin-bottom: 30px;
}
.contactPage .form .formInner .fowmWrap .wpcf7 .formNotice .formNoticeHeading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: rgb(36, 120, 121);
}
.contactPage .form .formInner .fowmWrap .wpcf7 .formNotice .formNoticeText {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.contactPage .form .formInner .fowmWrap .wpcf7 .formSubmit input[type=submit] {
  background-color: #257879;
  color: #fff;
  border: none;
  padding: 10px 40px 10px;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 180px;
}
.contactPage .thanks {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  padding: 100px 0 100px;
  text-align: center;
}
.contactPage .thanks .thanksText {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 960px) {
  .contactPage .detail .detailInner {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .contactPage .detail .detailInner .detailLeft {
    width: 100%;
    position: inherit;
    transform: translateY(0);
  }
  .contactPage .detail .detailInner .detailRight {
    width: calc(100% - 100px);
    margin: auto;
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .contactPage .fv {
    padding-top: 20px;
  }
  .contactPage .fv .fvInner {
    width: calc(100% - 20px);
    height: 130px;
  }
  .contactPage .fv .fvInner .fvTitle {
    font-size: 25px;
    transform: translateX(-5px);
  }
  .contactPage .fv:before {
    height: 90px;
  }
  .contactPage .top {
    width: 90%;
    margin: auto;
  }
  .contactPage .top .topHeading {
    font-size: 28px;
  }
  .contactPage .top .topHeading .tab {
    display: block;
  }
  .contactPage .flow {
    padding: 80px 0;
  }
  .contactPage .flow .flowInner .flowTitle {
    margin-bottom: 30px;
  }
  .contactPage .flow .flowInner .flowList .flowItem {
    gap: 15px;
    flex-direction: column;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowLeft {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowLeft img {
    width: 50%;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowLeft .flowHeading_sp {
    display: block;
    width: 50%;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.7;
    color: #247879;
    font-family: "Noto Serif JP", serif;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowLeft .flowNum {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #247879;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50px;
    color: #fff;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowRight {
    width: 100%;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowRight .flowHeading {
    display: none;
    font-size: 20px;
  }
  .contactPage .flow .flowInner .flowList .flowItem .flowRight .flowText {
    font-size: 14px;
    line-height: 1.7;
  }
  .contactPage .form {
    padding: 40px 20px;
  }
  .contactPage .form .formInner {
    padding: 40px 0;
  }
  .contactPage .form .formInner .formHeading {
    font-size: 22px;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label .title {
    width: 100%;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label .title .title-heading {
    width: auto;
    font-size: 15px;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label .title .required {
    margin-left: 20px;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap label {
    align-items: flex-start;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap .pt0 {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .contactPage .fv:before {
    height: 160px;
  }
  .contactPage .top {
    padding: 50px 0;
  }
  .contactPage .top .topHeading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .contactPage .top .topText {
    font-size: 14px;
    text-align: left;
  }
  .contactPage .detail {
    padding: 40px 0;
  }
  .contactPage .detail .detailInner .detailLeft {
    display: none;
  }
  .contactPage .detail .detailInner .detailRight {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .contactPage .flow {
    padding: 40px 0;
  }
  .contactPage .form .formInner .formHeading {
    margin-bottom: 30px;
  }
  .contactPage .form .formInner .formHeading .br-sp {
    display: block;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label {
    gap: 12px;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 form label .title .required, .contactPage .form .formInner .fowmWrap .wpcf7 form label.date .wpcf7-form-control-wrap .required {
    font-size: 12px;
    padding: 1px 6px;
    margin-left: 12px;
  }
  .contactPage .form .formInner .fowmWrap .wpcf7 .formNotice .formNoticeText {
    font-size: 14px;
  }
}
.cta {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  background-color: #ECF7F6;
  padding: 50px 0;
  line-height: 1.5;
}
.cta .ctaInner {
  width: calc(80% - 40px);
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
}
.cta .ctaInner .ctaHeading {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
   color: #008080;
  letter-spacing: 0.1em;
}
.cta .ctaInner .ctaText {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cta .ctaInner .btn {
  display: inline-block;
  font-size: 20px;
  background-color: #008080;
  color: #fff;
  padding: 20px 28px;
}

@media (max-width: 1080px) {
  .cta .ctaInner {
    width: calc(90% - 40px);
  }
  .cta .ctaInner .ctaHeading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .cta .ctaInner .ctaHeading {
    font-size: 25px;
  }
  .cta .ctaInner .ctaText {
    font-size: 16px;
  }
  .cta .ctaInner .ctaText .tab {
    display: block;
  }
  .cta .ctaInner .btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 40px 0;
  }
  .cta .ctaInner .ctaHeading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cta .ctaInner .btn {
    padding: 18px 25px;
    background-color: #008080;
  }
  .cta .ctaInner .ctaText {
    font-weight: 400;
    line-height: 2.2;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#footerNew {
  padding: 80px 0 40px;
}
#footerNew .footerInner {
  width: 90%;
  max-width: 1800px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
#footerNew .footerInner .footerTop {
  width: 300px;
}
#footerNew .footerInner .footerTop .footerLogo {
  display: block;
  width: 100%;
}
#footerNew .footerInner .footerTop .footerLogo img {
  width: 100%;
}
#footerNew .footerInner .footerBottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
#footerNew .footerInner .footerBottom .footerList {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  row-gap: 15px;
  flex-wrap: wrap;
}
#footerNew .footerInner .footerBottom .footerList .footerItem {
  width: auto;
}
#footerNew .footerInner .footerBottom .footerList .footerItem a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color: rgb(51, 51, 51);
}
#footerNew .footerInner .footerBottom .footerList .footerItem3, #footerNew .footerInner .footerBottom .footerList .footerItem4 {
  width: 180px;
}
#footerNew .footerInner .footerBottom .footerList .footerItem2, #footerNew .footerInner .footerBottom .footerList .footerItem7 {
  width: 100px;
}
#footerNew .footerInner .footerBottom .footerList .footerItem5, #footerNew .footerInner .footerBottom .footerList .footerItem6 {
  width: 120px;
}
#footerNew .footerInner .footerBottom .footerOther {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footerNew .footerInner .footerBottom .footerOther .otherTop {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footerNew .footerInner .footerBottom .footerOther .otherItem a {
  display: block;
  color: #B6ACA1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
#footerNew .footerInner .footerBottom .footerOther .otherItem p {
  font-size: 13px;
  font-weight: 400;
}
#footerNew .footerInner .footerBottom .footerOther .otherItem.top a {
  font-weight: 500;
  background-color: #B6ACA1;
  color: #fff;
  padding: 10px 20px;
}

@media (max-width: 1201px) {
  #footerNew .footerInner .footerTop {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  #footerNew .footerInner .footerBottom .footerList {
    width: 310px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem1, #footerNew .footerInner .footerBottom .footerList .footerItem3, #footerNew .footerInner .footerBottom .footerList .footerItem5, #footerNew .footerInner .footerBottom .footerList .footerItem7 {
    width: 180px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem2, #footerNew .footerInner .footerBottom .footerList .footerItem4, #footerNew .footerInner .footerBottom .footerList .footerItem6 {
    width: 90px;
  }
}
@media (max-width: 960px) {
  #footerNew .footerInner {
    flex-direction: column;
    align-items: center;
  }
  #footerNew .footerInner .footerBottom .footerList {
    gap: 30px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  #footerNew {
    padding: 40px;
  }
  #footerNew .footerInner .footerBottom {
    flex-direction: column;
    align-items: center;
  }
  #footerNew .footerInner .footerBottom .footerList {
    width: 290px;
    gap: 20px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem {
    width: 190px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem a {
    font-size: 14px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem2, #footerNew .footerInner .footerBottom .footerList .footerItem4, #footerNew .footerInner .footerBottom .footerList .footerItem6 {
    width: 80px;
  }
  #footerNew .footerInner .footerBottom .footerOther {
    align-items: center;
  }
  #footerNew .footerInner .footerBottom .footerOther .otherTop {
    width: 290px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  #footerNew .footerInner .footerTop {
    width: 300px;
  }
  #footerNew .footerInner .footerBottom .footerList {
    width: 340px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem {
    width: 230px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem a {
    font-size: 16px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem2, #footerNew .footerInner .footerBottom .footerList .footerItem4, #footerNew .footerInner .footerBottom .footerList .footerItem6 {
    width: 80px;
  }
  #footerNew .footerInner .footerBottom .footerOther .otherTop {
    width: 330px;
  }
}
@media (max-width: 375px) {
  #footerNew .footerInner .footerBottom .footerList {
    width: 280px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem {
    width: 180px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem a {
    font-size: 14px;
  }
  #footerNew .footerInner .footerBottom .footerList .footerItem2, #footerNew .footerInner .footerBottom .footerList .footerItem4, #footerNew .footerInner .footerBottom .footerList .footerItem6 {
    width: 80px;
  }
  #footerNew .footerInner .footerBottom .footerOther .otherTop {
    width: 280px;
  }
}
.breadcrumb {
  width: 90%;
  max-width: 1800px;
  margin: 20px auto;
  font-size: 14px;
}
.breadcrumb .category {
  font-size: inherit;
}

#site_loader_overlay {
  display: none !important;
}

.lawyeyWrap.representativePage {
  width: 80%;
  margin: auto;
  gap: 50px;
  margin-bottom: 80px;
}
.lawyeyWrap.representativePage .lawyeyTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}
.lawyeyWrap.representativePage .lawyeyTop .lawyeyImg {
  width: 35%;
}
.lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading {
  text-align: center;
  width: 50%;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading span {
  display: block;
  font-size: 16px;
}
.lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading .br {
  display: none;
}
.lawyeyWrap.representativePage .lawyeyCareer {
  width: 100%;
}
.lawyeyWrap.representativePage .lawyeyCareer p {
  line-height: 2;
  font-size: 16px;
  color: #56586B;
}
.lawyeyWrap.representativePage .lawyeyCareer p .small {
  font-size: 12px;
  display: inline-block;
  margin-right: 2px;
  transform: translateY(-2px);
}
.lawyeyWrap.representativePage .lawyeyCareer p .big {
  font-size: 20px;
  display: inline-block;
  margin-right: 2px;
}
.lawyeyWrap.representativePage .lawyeyCareer p a {
  color: #56586B;
  display: inline;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .lawyeyWrap.representativePage {
    gap: 30px;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
  }
  .lawyeyWrap.representativePage .lawyeyTop {
    gap: 10px;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyImg {
    width: 40%;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading {
    width: 70%;
    font-size: 28px;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading span {
    font-size: 11px;
  }
  .lawyeyWrap.representativePage .lawyeyCareer {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lawyeyWrap.representativePage .lawyeyTop {
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading {
    width: 100%;
    font-size: 20px;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyTopHeading span {
    font-size: 12px;
  }
  .lawyeyWrap.representativePage .lawyeyTop .lawyeyImg {
    width: 50%;
    margin: auto;
  }
}
/*# sourceMappingURL=customize.css.map */