@charset "UTF-8";
/*----------------------------------
各種セッティングCSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&display=swap");
/*----------------------------------
下層ページ共通
----------------------------------*/
.page-mainvisual {
  height: 528px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .page-mainvisual {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-mainvisual {
    height: 184px;
  }
}

.page-title {
  position: absolute;
  top: 38%;
  left: 11%;
  font-size: 56px;
  color: #fff;
  z-index: 0;
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 40px;
    top: 40%;
    left: 70px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 22px;
    left: 30px;
  }
}

.breadcrumb {
  margin-top: 103px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 90px;
  }
}

.breadcrumb__items {
  display: flex;
  justify-content: flex-start;
}

.breadcrumb__item {
  font-size: 14px;
  color: #282828;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item a {
  color: #282828;
}
.breadcrumb__item:first-child {
  position: relative;
}
.breadcrumb__item:nth-child(2) {
  position: relative;
}
.breadcrumb__item:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb__item:last-child::after {
  content: none;
}

/*----------------------------------
取扱業務ページ
----------------------------------*/
.page-mainvisual.fee {
  background: transparent url(../img/fee_bg.png) no-repeat top center/cover;
}

.fee {
  padding: 140px 30px 115px;
  background-color: #FAFAFA;
}
@media (max-width: 1023px) {
  .fee {
    padding: 100px 24px;
  }
}
@media (max-width: 767px) {
  .fee {
    padding: 70px 16px 80px;
  }
}
.fee .inner {
  background-color: #fff;
}

.fee__wrap.bottom {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .fee__wrap.bottom {
    margin-top: 50px;
  }
}

.fee__item {
  padding: 80px 69px 76px 80px;
}
@media (max-width: 1023px) {
  .fee__item {
    padding: 60px 24px;
  }
}
@media (max-width: 767px) {
  .fee__item {
    padding: 50px 0;
  }
}

.fee__title {
  font-size: 40px;
  border-bottom: 1px solid #2B201B;
  margin-bottom: 12px;
  color: #2B201B;
}
@media (max-width: 1023px) {
  .fee__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fee__title {
    font-size: 24px;
  }
}

.fee__text {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .fee__text {
    margin-top: 20px;
  }
}

/*----------------------------------
取扱業務ページ
----------------------------------*/
.page-mainvisual.business {
  background: transparent url(../img/business_bg.png) no-repeat top center/cover;
}

.business.top-business {
  padding: 70px 30px 175px;
}
@media (max-width: 1023px) {
  .business.top-business {
    padding: 40px 24px 145px;
  }
}
@media (max-width: 767px) {
  .business.top-business {
    padding: 60px 16px 100px;
  }
}

.business__text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .business__text {
    font-size: 19px;
  }
}
@media (max-width: 399px) {
  .business__text {
    font-size: 16px;
  }
}
@media (max-width: 349px) {
  .business__text {
    font-size: 14px;
  }
}

/*----------------------------------
事務所案内ページ
----------------------------------*/
.page-mainvisual.staff {
  background: transparent url(../img/staff_bg.png) no-repeat top center/cover;
}

.staff {
  padding: 140px 30px 120px;
}
@media (max-width: 1023px) {
  .staff {
    padding: 140px 0 120px;
  }
}
@media (max-width: 767px) {
  .staff {
    padding: 70px 0 90px;
  }
}

.staff__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .staff__content {
    display: block;
  }
}

.staff__left {
  flex: 0 0 175px;
}

.staff__text {
  font-size: 26px;
}
@media (max-width: 767px) {
  .staff__text {
    font-size: 20px;
  }
}

.staff__title {
  font-size: 40px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .staff__title {
    font-size: 30px;
  }
}

.staff__subtitle {
  font-size: 21px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 767px) {
  .staff__subtitle {
    font-size: 17px;
  }
}

.staff__right {
  flex: 0 0 57.612%;
}
@media (max-width: 767px) {
  .staff__right {
    margin-top: 40px;
  }
}
.staff__right img {
  width: 100%;
}

.profile {
  padding: 114px 30px 170px;
  background-color: #fafafa;
}
@media (max-width: 1023px) {
  .profile {
    padding: 114px 0 170px;
  }
}
@media (max-width: 767px) {
  .profile {
    padding: 74px 0 100px;
  }
}

.profile__title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .profile__title {
    font-size: 24px;
  }
}

.profile__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profile__content {
    display: block;
  }
}

.profile__left li,
.profile__right li {
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 25px 18px;
}
@media (max-width: 767px) {
  .profile__left li,
.profile__right li {
    font-size: 14px;
    padding: 20px 0;
  }
}

.profile__left {
  flex: 0 0 32.179%;
}

.profile__right {
  flex: 0 0 57.612%;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .profile__right {
    margin-top: 30px;
  }
}
.profile__right li {
  display: flex;
  align-items: center;
}

.profile-year {
  flex: 0 0 112px;
}
@media (max-width: 767px) {
  .profile-year {
    flex: 0 0 98px;
  }
}

.profile-content {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .profile-content {
    margin-left: 10px;
  }
}

/*----------------------------------
お知らせ（一覧）
----------------------------------*/
.page-mainvisual.news {
  background: transparent url(../img/news_bg.png) no-repeat top center/cover;
}

.news-archive {
  padding: 48px 30px 178px;
}
@media (max-width: 1023px) {
  .news-archive {
    padding: 38px 0 168px;
  }
}
@media (max-width: 767px) {
  .news-archive {
    padding: 0 0 100px;
  }
}

.news-archive__items {
  margin-top: 40px;
}

.news-archive__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 54px 0;
}
@media (max-width: 767px) {
  .news-archive__item {
    padding: 15px 0;
  }
}
.news-archive__item .info {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .news-archive__item .info {
    padding-left: 0;
  }
}

.news-archive .info__published {
  font-size: 19px;
}
@media (max-width: 767px) {
  .news-archive .info__published {
    font-size: 16px;
  }
}

.news-archive .info__title {
  margin-left: 47px;
}
@media (max-width: 767px) {
  .news-archive .info__title {
    margin-left: 0;
  }
}
.news-archive .info__title a {
  font-size: 17px;
}
@media (max-width: 767px) {
  .news-archive .info__title a {
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 86px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  width: 11px;
  height: 46px;
  text-align: center;
  padding-top: 11px;
  font-family: "EB Garamond", serif;
  color: #111;
  display: inline-block;
  margin-right: 57px;
}
.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  border-bottom: 2px solid #2b201b;
}

.arrow-right {
  position: relative;
}
.arrow-right::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .arrow-right::after {
    width: 9px;
    height: 9px;
  }
}

/*----------------------------------
お知らせ（詳細）
----------------------------------*/
.news-single {
  padding: 135px 30px 175px;
}
@media (max-width: 1023px) {
  .news-single {
    padding: 100px 0 140px;
  }
}
@media (max-width: 767px) {
  .news-single {
    padding: 60px 0 100px;
  }
}
.news-single .info__published {
  color: #aaa;
  font-size: 19px;
}

.news-single__title {
  font-size: 30px;
  margin: 7px 0 4px 0;
  color: #2B201B;
  padding-bottom: 4px;
}
@media (max-width: 1023px) {
  .news-single__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news-single__title {
    font-size: 20px;
  }
}

.news-single__content {
  margin-top: 19px;
}

.news-single__text:not(:first-child) {
  margin-top: 24px;
}

.news-single__footer {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .news-single__footer {
    margin-top: 0;
    padding: 40px 0 0;
    display: block;
  }
}
.news-single__footer a {
  color: #111;
}

.news-single__footer-left {
  position: absolute;
  left: 0;
}

.news-single__footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.news-single__footer-right {
  position: absolute;
  right: 0;
}

.prev,
.next {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
}

.prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin: 0 7px 2px 0;
  transform: rotate(-135deg);
}

.next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  margin: 0 0 2px 7px;
  transform: rotate(45deg);
}

/*----------------------------------
事務所案内ページ
----------------------------------*/
.page-mainvisual.office {
  background: transparent url(../img/office_bg.png) no-repeat top center/cover;
}

.office__content {
  display: flex;
  padding: 140px 30px 176px 0;
}
@media (max-width: 1023px) {
  .office__content {
    display: block;
    padding: 140px 24px 176px;
  }
}
@media (max-width: 767px) {
  .office__content {
    padding: 70px 16px 100px;
  }
}

.office__left {
  flex: 0 0 43.333%;
}
.office__left img {
  width: 100%;
}

.office__right {
  width: 588px;
  max-width: 100%;
  margin-left: 6.145%;
}
@media (min-width: 1920px) {
  .office__right {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .office__right {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .office__right {
    margin-top: 30px;
  }
}

.office__title {
  font-size: 40px;
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .office__title {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  .office__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .office__title {
    font-size: 24px;
  }
}

.office-slider {
  padding-bottom: 50px;
  background-color: #2b201b;
  overflow: hidden;
}

button.slick-arrow {
  display: none !important;
}

/*----------------------------------
お問い合わせページ
----------------------------------*/
.page-mainvisual.contact-page {
  background: transparent url(../img/contact_bg.png) no-repeat center center/cover;
}

.contact {
  padding: 80px 30px 176px;
}
@media (max-width: 1023px) {
  .contact {
    padding: 80px 0 130px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 0 100px;
  }
}

.contact-head {
  color: #fff;
  text-align: center;
  padding: 46px 30px 48px;
  margin-top: 60px;
  border-top: 1px solid #2b201b;
  border-bottom: 1px solid #2b201b;
}
@media (max-width: 1023px) {
  .contact-head {
    height: auto;
    padding: 40px 30px 42px;
  }
}
@media (max-width: 767px) {
  .contact-head {
    padding: 22px 10px 20px;
  }
}
.contact-head .contact-number.tel {
  font-size: 50px;
}
@media (max-width: 1023px) {
  .contact-head .contact-number.tel {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-head .contact-number.tel {
    font-size: 30px;
  }
}
.contact-head .contact-number.tel a {
  color: #2b201b;
}
.contact-head .contact-number.fax {
  font-size: 33px;
  color: #2b201b;
}
@media (max-width: 1023px) {
  .contact-head .contact-number.fax {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contact-head .contact-number.fax {
    font-size: 20px;
  }
}

.contact__inner {
  background-color: #fafafa;
  padding: 70px 30px 115px;
  margin-top: 113px;
}
@media (max-width: 767px) {
  .contact__inner {
    padding: 50px 16px;
    margin-top: 70px;
  }
}

.contact-wrapper {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-wrapper {
    margin: 0 auto;
  }
}
.contact-wrapper .detail-btn {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .contact-wrapper .detail-btn {
    margin-top: 45px;
  }
}

.required {
  color: #b10000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .required {
    width: 494px;
    max-width: 100%;
    margin: auto;
    font-size: 14px;
  }
}

.contact-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-row {
    display: block;
    width: 494px;
    max-width: 100%;
    margin: 0 auto 5px;
  }
}

.contact-row.textarea {
  height: 436px;
}
@media (max-width: 767px) {
  .contact-row.textarea {
    height: 323px;
  }
}
.contact-row.textarea .error {
  margin-top: -5px;
}

.contact-title {
  flex: 0 0 24%;
  padding: 16px 0 0 0;
  position: relative;
  font-size: 18px;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .contact-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 15px;
  }
}

.contact-text {
  flex: 0 0 75.6%;
  max-width: 100%;
  height: 68px;
}
@media (max-width: 767px) {
  .contact-text {
    height: 45px;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 68px;
  padding-left: 18px;
  font-size: 16px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  input[type=text],
input[type=email] {
    height: 45px;
  }
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

textarea {
  width: 100%;
  height: 436px;
  padding: 20px 11px 11px 18px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  textarea {
    margin: auto;
    height: 300px;
  }
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.contact__check {
  width: 764px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact__check {
    margin-top: 10px;
  }
}

.form-checkbox {
  display: none;
}
.form-checkbox + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 42px;
  position: relative;
}
@media (max-width: 767px) {
  .form-checkbox + span {
    padding-left: 24px;
    font-size: 14px;
  }
}
.form-checkbox + span::before, .form-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-checkbox + span::before {
  background: #fff;
  border: 1px solid #aaa;
  display: block;
  left: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .form-checkbox + span::before {
    width: 18px;
    height: 18px;
  }
}
.form-checkbox + span::after {
  content: "";
  top: 8px;
  left: 6px;
  width: 19px;
  height: 11px;
  border-left: 3px solid #2b201b;
  border-bottom: 3px solid #2b201b;
  transform: rotate(-45deg);
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .form-checkbox + span::after {
    width: 14px;
    height: 9px;
    top: 9px;
    left: 2px;
  }
}
.form-checkbox:active + span::before {
  border: 1px solid #6d8efc;
  background: #d1d9f6;
  box-shadow: none;
}
.form-checkbox:checked + span::after {
  opacity: 1;
}

.detail-btn {
  text-align: center;
}

.detail-link {
  width: 293px;
  max-width: 100%;
  height: 62px;
  color: #2b201b;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #2b201b;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .detail-link {
    font-size: 16px;
  }
}
.detail-link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.detail-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.praivacy-policy {
  color: #111;
  text-decoration: underline;
}

input[type=submit] {
  display: none;
}

.mw_wp_form_preview input[type=submit] {
  display: block;
  margin: auto;
  border: none;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #2b201b;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #2b201b;
}
.mw_wp_form_preview .contact-title {
  padding-top: 0;
}
.mw_wp_form_preview .contact-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .mw_wp_form_preview .contact-text {
    font-size: 16px;
  }
}
.mw_wp_form_preview .contact-row.textarea {
  height: auto;
}
.mw_wp_form_preview .privacy-policy {
  padding-left: 0;
  text-decoration: none;
}

.back {
  width: 286px;
  max-width: 100%;
  height: 68px;
  text-align: center;
  font-weight: 400 !important;
  border: none !important;
}
.back:hover {
  opacity: 0.7;
  cursor: pointer;
}

.privacy-policy {
  color: #111;
  text-decoration: underline;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .privacy-policy {
    padding-left: 30px;
  }
}

.check-wrap {
  position: relative;
}

.mwform-checkbox-field.vertical-item {
  position: absolute;
  left: -20px;
  display: inline-block !important;
}

.mwform-checkbox-field-text {
  display: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox] + span:before {
  display: inline-block;
  margin-right: 0.5em;
  color: #707070;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  content: "";
  position: absolute;
  top: -15px;
  left: 19px;
}
@media (max-width: 767px) {
  input[type=checkbox] + span:before {
    width: 22px;
    height: 22px;
    top: -12px;
  }
}

input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  opacity: 0;
  width: 9px;
  height: 16px;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  left: 29px;
  border: none;
  border-right: 2px solid #2b201b;
  border-bottom: 2px solid #2b201b;
}
@media (max-width: 767px) {
  input[type=checkbox] + span::after {
    top: -10px;
    left: 25px;
  }
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.mw_wp_form.mw_wp_form_complete {
  text-align: center;
  margin-top: 30px;
}

.mwform-checkbox-field-text {
  font-size: 15px;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .mwform-checkbox-field-text {
    font-size: 14px;
  }
}

.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.require-mark {
  color: #b10000;
  padding-left: 10px;
}

/*----------------------------------
プライバシーポリシー
----------------------------------*/
.policy {
  padding: 130px 50px 118px;
}
@media (max-width: 1023px) {
  .policy {
    padding: 100px 0 88px;
  }
}
@media (max-width: 767px) {
  .policy {
    padding: 70px 0;
  }
}

.policy__item {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .policy__item {
    padding-bottom: 25px;
  }
}
.policy__item + .policy__item {
  margin-top: 9px;
}
.policy__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .policy__title {
    font-size: 16px;
  }
}

.policy__text {
  letter-spacing: 0;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .policy__text {
    margin-top: 5px;
  }
}

/*----------------------------------
設定
----------------------------------*/
/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2.133;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 1920px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1919px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.color-active {
  color: #f80000;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 700;
  color: #f80000;
  font-size: 1.1em;
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  width: 1156px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}
@media (max-width: 1023px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section-title {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}

.btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .btn {
    margin-top: 30px;
  }
}

.btn-link {
  width: 250px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #313131;
  color: #111;
  display: inline-block;
  text-align: center;
  border-radius: 24px;
  padding: 7px 0 0 28px;
}
@media (max-width: 767px) {
  .btn-link {
    margin: auto;
    display: block;
    padding: 9px 0 0 28px;
  }
}

.btn-more-link {
  font-size: 30px;
  font-family: "EB Garamond", serif;
  color: #2b201b;
  position: relative;
  padding-left: 70px;
}
@media (max-width: 1023px) {
  .btn-more-link {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .btn-more-link {
    font-size: 22px;
  }
}
.btn-more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #2b201b;
  display: inline-block;
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  padding: 30px 0 0 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 105px;
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0 0 15px;
    height: 70px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  padding-top: 5px;
  justify-content: space-between;
}

.header__logo {
  margin: 0;
  line-height: 1;
  transition: all 0.6s ease 0s;
}
.header__logo img {
  vertical-align: top;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 148px;
  }
}
.header__logo a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.header__logo a:hover {
  opacity: 0.7;
}

.header-number {
  color: #fff;
  margin-right: 200px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  letter-spacing: 0.15em;
}
@media (max-width: 1023px) {
  .header-number {
    margin-right: 170px;
  }
}
@media (max-width: 767px) {
  .header-number {
    display: none;
  }
}

.current-nav {
  position: relative;
  display: block;
}
.current-nav::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #f80000;
  display: inline-block;
}

/*----------------------------------
ドロワー
----------------------------------*/
button.drawer-toggle {
  display: block;
  position: fixed;
  width: 80px;
  height: 30px;
  z-index: 100;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media (max-width: 1023px) {
  button.drawer-toggle {
    width: 60px;
  }
}
@media (max-width: 767px) {
  button.drawer-toggle {
    width: 33px;
  }
}
button.drawer-toggle::after {
  content: "Menu";
  position: absolute;
  bottom: -8px;
  left: 32px;
  color: #fff;
  font-size: 16px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1023px) {
  button.drawer-toggle::after {
    bottom: -4px;
    left: 24px;
  }
}
@media (max-width: 767px) {
  button.drawer-toggle::after {
    font-size: 11px;
    bottom: 11px;
    left: 16px;
  }
}

button.drawer-toggle::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.drawer-hamburger-icon {
  visibility: hidden;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #fff;
  width: 80px;
  height: 1px;
  visibility: visible;
}
@media (max-width: 1023px) {
  .drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 33px;
  }
}

.drawer-hamburger-icon:before {
  top: -14px;
}
@media (max-width: 1023px) {
  .drawer-hamburger-icon:before {
    top: -11px;
  }
}
@media (max-width: 767px) {
  .drawer-hamburger-icon:before {
    top: -7px;
  }
}

.drawer-hamburger-icon:after {
  top: 14px;
}
@media (max-width: 1023px) {
  .drawer-hamburger-icon:after {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .drawer-hamburger-icon:after {
    top: 7px;
  }
}

.drawer-open .drawer-hamburger-icon::after,
.drawer-open .drawer-hamburger-icon::before {
  background-color: #fff;
}

.drawer--right .drawer-nav {
  right: -35.208%;
}
@media (max-width: 1023px) {
  .drawer--right .drawer-nav {
    right: -42%;
  }
}
@media (max-width: 767px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

nav.drawer-nav {
  margin-top: 0;
  width: 35.208%;
  background-color: rgba(20, 13, 10, 0.8);
  z-index: 40;
  top: 0;
  padding-left: 9%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media (max-width: 1023px) {
  nav.drawer-nav {
    width: 42%;
  }
}
@media (max-width: 767px) {
  nav.drawer-nav {
    width: 100%;
    padding-left: 0;
  }
}

nav.drawer-nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.drawer-menu {
  display: table-cell;
  vertical-align: middle;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .drawer-menu {
    padding-top: 100px;
    width: 233px;
    margin: auto;
    display: block;
  }
}
.drawer-menu li {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .drawer-menu li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .drawer-menu li {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.drawer-menu li a {
  color: #fff;
}

.drawer-tel {
  display: none;
}
@media (max-width: 767px) {
  .drawer-tel {
    display: block;
    color: #fff;
    padding-bottom: 100px;
    font-size: 26px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.15em;
    margin-top: 11px;
    text-align: center;
  }
}

.drawer--right .drawer-hamburger {
  top: 14px;
  right: 40px;
}
@media (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    top: -14px;
    right: 7px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 14px;
  right: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    top: -14px;
    right: 7px;
  }
}

/*----------------------------------
メインビジュアル
----------------------------------*/
.main {
  position: relative;
}
.main::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background-color: #2b201b;
  z-index: 0;
}
@media (max-width: 767px) {
  .main::after {
    height: 60px;
  }
}

.mainvisual {
  height: 56.25vw;
  width: 100%;
  background: transparent url(../img/mainvisual.png) no-repeat top center/cover;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1920px) {
  .mainvisual {
    height: 1080px;
  }
}
@media (max-width: 767px) {
  .mainvisual {
    height: 667px;
  }
}
@media (max-width: 399px) {
  .mainvisual {
    height: 600px;
  }
}

.mainvisual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainvisual__img {
  width: 21.37vw;
}
@media (min-width: 1920px) {
  .mainvisual__img {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .mainvisual__img {
    width: 54.14vw;
    max-width: 250px;
  }
}

/*----------------------------------
イントロ
----------------------------------*/
.top-intro {
  padding: 270px 0 260px;
}
@media (max-width: 1023px) {
  .top-intro {
    padding: 180px 24px 170px;
  }
}
@media (max-width: 767px) {
  .top-intro {
    padding: 120px 16px 110px;
  }
}

.top-intro__text {
  text-align: center;
  font-size: 24px;
  line-height: 2.5;
}
@media (max-width: 1023px) {
  .top-intro__text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .top-intro__text {
    font-size: 17px;
  }
}

/*----------------------------------
主な取扱業務
----------------------------------*/
.top-business {
  padding: 160px 30px 130px;
  background-color: #fafafa;
}
@media (max-width: 1023px) {
  .top-business {
    padding: 120px 24px 90px;
  }
}
@media (max-width: 767px) {
  .top-business {
    padding: 100px 16px 70px;
  }
}
.top-business .btn-more {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .top-business .btn-more {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .top-business .btn-more {
    margin-top: 40px;
  }
}

.top-business__items {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .top-business__items {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .top-business__items {
    display: block;
    margin-top: 30px;
    padding-left: 5px;
  }
}

.top-business__item {
  flex: 0 0 45%;
}
@media (max-width: 1023px) {
  .top-business__item {
    flex: 0 0 47%;
  }
}
.top-business__item + .top-business__item {
  margin-left: 6.15%;
}
@media (max-width: 767px) {
  .top-business__item + .top-business__item {
    margin: 40px 0 0 0;
  }
}

.top-business__img {
  position: relative;
}
.top-business__img img {
  width: 100%;
}

.top-business-customer {
  position: absolute;
  bottom: -1.2vw;
  left: -1.4vw;
  width: 15.11vw;
  height: 7.3vw;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(43, 32, 27, 0.05);
}
@media (min-width: 1920px) {
  .top-business-customer {
    width: 290px;
    height: 140px;
    bottom: -28px;
    left: -34px;
  }
}
@media (max-width: 767px) {
  .top-business-customer {
    width: 27vw;
    height: 12vw;
  }
}
.top-business-customer span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1920px) {
  .top-business-customer span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .top-business-customer span {
    font-size: 1.56vw;
  }
}
@media (max-width: 767px) {
  .top-business-customer span {
    font-size: 4vw;
  }
}

.top-business__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.441%;
  height: 100%;
  background-color: rgba(20, 13, 10, 0.8);
  padding: 3.45vw 0 0 1.95vw;
}
@media (min-width: 1920px) {
  .top-business__content {
    padding: 66px 0 0 37px;
  }
}

.top-business__list {
  color: #fff;
  font-size: 1.04vw;
}
@media (min-width: 1920px) {
  .top-business__list {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .top-business__list {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .top-business__list {
    font-size: 3.4vw;
  }
}

.top-business-logo {
  position: absolute;
  bottom: 1vw;
  right: 0.7vw;
  width: 65%;
}

/*----------------------------------
Information
----------------------------------*/
.top-news {
  padding: 0 30px 200px;
}
@media (max-width: 1023px) {
  .top-news {
    padding: 0 0 130px;
  }
}
@media (max-width: 767px) {
  .top-news {
    padding: 0 0 80px;
  }
}
.top-news .btn-more {
  text-align: right;
}
@media (max-width: 767px) {
  .top-news .btn-more {
    text-align: center;
  }
}

.top-news__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-news__inner {
    display: block;
  }
}

.top-news__head {
  flex: 0 0 21.972%;
}

.top-news__title {
  font-size: 24px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 767px) {
  .top-news__title {
    text-align: center;
    font-size: 26px;
  }
}

.top-news__items {
  flex: 0 0 78.027%;
}
@media (max-width: 767px) {
  .top-news__items {
    padding-left: 0;
  }
}

.top-news__item {
  padding: 30px 0 20px;
}
@media (max-width: 767px) {
  .top-news__item {
    padding: 20px 0;
  }
}
.top-news__item:first-child {
  padding-top: 22px;
}

.info {
  display: flex;
}
@media (max-width: 767px) {
  .info {
    display: block;
  }
}

.info__published {
  font-family: "EB Garamond", serif;
  color: #aaa;
  letter-spacing: 0;
}

.info__title {
  margin-left: 18px;
}
@media (max-width: 767px) {
  .info__title {
    margin-left: 0;
  }
}
.info__title a {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}

/*----------------------------------
事務所概要
----------------------------------*/
.top-office {
  background: url(../img/top-company.png) no-repeat top center/cover;
}
@media (min-width: 1920px) {
  .top-office {
    padding: 180px 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .top-office {
    padding: 180px 30px;
  }
}
@media (max-width: 1023px) {
  .top-office {
    padding: 130px 0;
    background-position: 25% 0%;
  }
}
@media (max-width: 767px) {
  .top-office {
    padding: 100px 0;
    background-position: 20% 0%;
  }
}
.top-office .section-title {
  color: #fff;
}

.top-office__content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .top-office__content {
    display: block;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .top-office__content {
    margin-top: 40px;
  }
}

.top-office__left {
  flex: 0 0 55%;
  color: #fff;
}
@media (max-width: 1023px) {
  .top-office__left {
    width: 529px;
    max-width: 100%;
    margin: auto;
  }
}

.top-office-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-office-title {
    font-size: 17px;
  }
}

.top-office__wrap {
  display: flex;
  margin-top: 25px;
}

.top-office__title {
  flex: 0 0 94px;
}
@media (max-width: 767px) {
  .top-office__title {
    flex: 0 0 74px;
  }
}

.top-office-business .top-office__title {
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .top-office-business .top-office__title {
    flex: 0 0 130px;
  }
}

.top-office__text.tel {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-office__text.tel {
    margin-top: -6px;
    font-size: 19px;
  }
}

.top-office__right {
  flex: 0 0 42.387%;
}

.map {
  filter: grayscale(100%);
}
@media (max-width: 1023px) {
  .map {
    margin-top: 50px;
    text-align: center;
  }
}
.map iframe {
  max-width: 100%;
}

/*----------------------------------
Contact
----------------------------------*/
.contact-banner {
  background: url(../img/contact-banner.png) no-repeat top center/cover;
}
@media (min-width: 1920px) {
  .contact-banner {
    padding: 130px 30px 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .contact-banner {
    padding: 130px 30px 80px;
  }
}
@media (max-width: 1023px) {
  .contact-banner {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    padding-top: 80px;
  }
}
.contact-banner .section-title {
  color: #fff;
  font-size: 54px;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1023px) {
  .contact-banner .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-banner .section-title {
    font-size: 32px;
  }
}

.contact-banner__wrap {
  color: #fff;
  text-align: center;
}

.contact-number.tel,
.contact-number.fax {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.15em;
}

.contact-number.tel {
  font-size: 30px;
}
@media (max-width: 767px) {
  .contact-number.tel {
    font-size: 24px;
  }
}

.contact-number.fax {
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact-number.fax {
    font-size: 16px;
  }
}

.contact-btn {
  text-align: center;
  margin-top: 30px;
}

.contact-btn-link {
  display: inline-block;
  width: 293px;
  max-width: 100%;
  height: 62px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
}
.contact-btn-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact-btn-link span {
    font-size: 16px;
  }
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  padding: 62px 0 98px;
  background-color: #2b201b;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 20px;
  }
}

.footer__inner {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .footer__inner {
    padding: 0;
  }
}

.footer__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  flex: 0 0 38%;
}
@media (max-width: 767px) {
  .footer__left {
    width: 359px;
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}

.footer__right {
  flex: 0 0 427px;
  position: relative;
}
@media (max-width: 1023px) {
  .footer__right {
    flex: 0 0 333px;
  }
}
@media (max-width: 767px) {
  .footer__right {
    width: 100%;
    margin-top: 24px;
  }
}

.footer__nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 200px;
}
@media (max-width: 767px) {
  .footer__nav ul {
    display: block;
    height: auto;
  }
}
.footer__nav ul li {
  margin-bottom: 11px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .footer__nav ul li {
    width: 165px;
    margin: 0 auto 20px;
    border-right: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer__nav ul li:first-child {
  font-family: "EB Garamond", serif;
  font-size: 17px;
}
.footer__nav ul li:nth-child(-n+4) {
  margin-right: 150px;
}
@media (max-width: 1023px) {
  .footer__nav ul li:nth-child(-n+4) {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer__nav ul li:nth-child(-n+4) {
    margin-right: auto;
  }
}
.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer__copy {
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .footer__copy {
    margin-top: 50px;
    text-align: center;
  }
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .disable-auto-tel a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  .disable-auto-tel a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .disable-auto-tel a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (min-width: 1920px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 1024px) and (max-width: 1919px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}