@charset "UTF-8";
/* setting */
@import url(https://fonts.googleapis.com/css2?family=Forum&family=Noto+Serif+JP:wght@100..900&display=swap);
.font-xs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.font-sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.font-md {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.font-lg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.6666666667;
}

/* tool */
/* ==========================================================================
   ベンダープリフィックス
   ========================================================================== */
/* ==========================================================================
   opacity 透明度
   ========================================================================== */
/* ==========================================================================
   position absolute
   ========================================================================== */
/* ==========================================================================
   shadow
   ========================================================================== */
/* ==========================================================================
   スクリーンサイズ
   ========================================================================== */
/* ==========================================================================
   親要素に対して中央寄せ
   ========================================================================== */
/* Scss Document */
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-33.333%, 0, 0);
  }
}
@keyframes openingLogo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* base */
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
  margin: 0;
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5em;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  margin-bottom: 0px;
}

a[href*="tel:"] {
  color: #333;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
ul {
  padding: 0;
}

/* ----------------------------------------------------
電話番号リンクをスマホのみ有効
---------------------------------------------------- */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/* ==========================================
   トップページ
   ======================================= */
/* 並べてもOK */
/* layout */
/* ==========================================================================
   Opening splash (参考: .loading / .loading-animation の構造とトランジション)
   ========================================================================== */
.opening {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background-color: #fff;
  pointer-events: auto;
  transition: opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
}
.opening.is-skip {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.opening.is-skip-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}

.opening__animation {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
.opening__animation.is-active {
  opacity: 1;
  visibility: visible;
}

.opening__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.opening__logo {
  max-width: 80%;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* .loading / .loading-animation 用（上記コードそのまま用） */
.loading.is-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading.is-active2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   header
   ========================================================================== */
.top-bar {
  background: #8e6b37;
  padding: 1.2rem 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-bar {
    padding: 0.8rem 0;
  }
}

.top-bar__text {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-bar__text {
    font-size: 1.3rem;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.site-header__wrapper {
  padding: 3.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .site-header__wrapper {
    padding: 2rem 2rem;
  }
}

.brand {
  display: block;
}
.brand img {
  display: block;
  height: 66px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .brand img {
    height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .brand img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .brand img {
    height: 40px;
  }
}

.gnav {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .gnav {
    display: none;
  }
}
.gnav ul {
  display: flex;
  margin: 0;
  gap: 0;
  align-items: center;
}
.gnav li {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.gnav li:not(:first-child):before {
  content: " / ";
  color: #8e6b37;
  margin: 0 0.5rem;
}
.gnav li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #8e6b37;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 1rem;
  display: block;
}
.gnav li a:hover {
  color: #8e6b37;
}
.gnav li a:after {
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  content: "";
  height: 2px;
  background: #8e6b37;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.gnav li a:hover::after {
  transform: scale(1, 1);
}

/*----------breadcrumb ----------*/
.breadcrumb {
  padding: 1.8rem 0 0 0;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1rem 0 0 0;
    font-size: 1.2rem;
  }
}
.breadcrumb a {
  text-decoration: none;
  transition: 0.2s;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* 固定（sticky）ヘッダー分のスクロール余白（アンカーリンク用） */
[id=about],
[id=philosophy],
[id=service],
[id=overview],
[id=contact] {
  scroll-margin-top: 12rem;
}
@media screen and (min-width: 992x) {
  [id=about],
  [id=philosophy],
  [id=service],
  [id=overview],
  [id=contact] {
    scroll-margin-top: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  [id=about],
  [id=philosophy],
  [id=service],
  [id=overview],
  [id=contact] {
    scroll-margin-top: 20rem;
  }
}

/* ==========================================================================
   footer
   ========================================================================== */
.site-footer {
  width: 100%;
  padding: 3rem;
  text-align: center;
}

.site-footer small {
  font-family: "Forum", cursive;
  font-size: 1.2rem;
  color: #8e6b37;
}

/* ==========================================================================
   トップページ
   ========================================================================== */
/* ---------- Section Common ---------- */
.sec {
  width: 100%;
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 8rem 1.5rem;
  }
}

.sec-inner {
  max-width: 980px;
  margin: 0 auto;
}

/* ---------- Section Heading ---------- */
.section-heading {
  text-align: center;
  margin: 0 0 6rem;
}
.section-heading--light .section-heading__en,
.section-heading--light .section-heading__ja {
  color: #8e6b37;
}

.section-heading__en {
  display: block;
  font-family: "Forum", cursive;
  font-weight: 400;
  font-size: 4.8rem;
  color: #8e6b37;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-heading__en {
    font-size: 3.6rem;
  }
}
.section-heading__en::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #8e6b37;
  margin-top: 1.4rem;
  margin-bottom: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}

.section-heading__ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
  color: #8e6b37;
  margin-top: 0;
}

/* ---------- Hero ---------- */
.sec.hero {
  padding: 0;
}

.hero {
  position: relative;
  min-height: 600px;
  height: 70dvh;
  background-image: url("../images/mv_bg.jpg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .hero {
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    max-height: 700px;
    background-size: auto 30%;
  }
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 4rem 2rem;
  min-height: 600px;
  height: 70vh;
}
@media screen and (max-width: 991px) {
  .hero__inner {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero__inner {
    max-height: 700px;
  }
}

.hero__content {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero__content {
    left: 2rem;
    top: 2rem;
    transform: none;
  }
}

.hero__logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 70%;
  max-width: 1240px;
  max-height: 70vh;
  height: auto;
  object-fit: contain;
  object-position: right center;
}
@media screen and (max-width: 991px) {
  .hero__logo {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .hero__logo {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    object-position: center bottom;
  }
}

.hero__title {
  color: #8e6b37;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3rem, 2.5rem + 2.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1rem;
  text-shadow: 0 0 0.15em #fff, 0 0 0.4em #fff, 0 0 0.8em #fff, 0 0 1.2em #fff, 0 0 1.8em #fff;
}

.hero__sub {
  font-family: "Forum", cursive;
  font-size: clamp(2.2rem, 1.8rem + 2vw, 3.4rem);
  color: #8e6b37;
  margin: 0;
  text-shadow: 0 0 0.15em #fff, 0 0 0.4em #fff, 0 0 0.8em #fff, 0 0 1.2em #fff;
}
@media screen and (max-width: 767px) {
  .hero__sub {
    font-size: 1.8rem;
  }
}

/* ---------- About ---------- */
.about__content {
  margin-bottom: 3rem;
}

.about__title {
  font-family: "Noto Serif JP", serif;
  font-size: 200%;
  font-weight: 600;
  line-height: 1.5;
  color: #8e6b37;
  margin: 0 0 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__title {
    font-size: 180%;
  }
}

.about__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.about__text p {
  font-size: 140%;
  line-height: 2;
  color: #333;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .about__text p {
    font-size: 110%;
  }
}
.about__text p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   ステートメントセクション
   ========================================================================== */
/* ステートメントセクション */
.statement {
  margin: 0 auto -2.8rem auto;
  background: transparent;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .statement {
    margin: 0 auto 0rem auto;
  }
}
@media screen and (max-width: 767px) {
  .statement {
    margin: 0 auto -1.6rem auto;
  }
}
.statement__content {
  display: flex;
  align-items: center;
}
.statement__text {
  display: flex;
  animation: scroll 80s linear infinite;
  font-family: "Forum", cursive;
  font-size: 1400%;
  font-weight: 400;
  color: #fbf7f4;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .statement__text {
    font-size: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .statement__text {
    font-size: 14rem;
  }
}
.statement__text span {
  margin-right: 4rem;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ---------- Parallax Image ---------- */
.para-wrapper {
  position: relative;
  height: 50dvh;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .para-wrapper {
    margin-top: 0rem;
    height: 50dvh;
  }
}

.para-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.para-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.para-top {
  background-image: url("../images/img_palla.jpg");
}
@media screen and (max-width: 991px) {
  .para-top {
    background-image: url("../images/img_palla.jpg");
  }
}

/* ---------- Philosophy (理念・対応体制) ---------- */
.philosophy__list {
  border-top: 1px solid #8e6b37;
  border-bottom: 1px solid #8e6b37;
}

.philosophy__item {
  padding: 4rem 2rem;
  border-bottom: 1px solid #8e6b37;
}
.philosophy__item:last-child {
  border-bottom: none;
}

.philosophy__title {
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #8e6b37;
}

.philosophy__text {
  color: #333;
  margin: 0;
}

/* ---------- Practice (Areas of Practice) ---------- */
.practice {
  background: #fbf7f4;
}

.practice-item {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .practice-item {
    margin-bottom: 8rem;
  }
}
.practice-item:last-child {
  margin-bottom: 0;
}

.practice-item__image {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .practice-item__image {
    height: 240px;
  }
}

.practice-item__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 240%;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .practice-item__title {
    font-size: 180%;
  }
}

.practice-item--1 .practice-item__image {
  background-image: url("../images/area1.jpg");
}

.practice-item--2 .practice-item__image {
  background-image: url("../images/area2.jpg");
}

.practice-item--3 .practice-item__image {
  background-image: url("../images/area3.jpg");
}

.practice-item__content .content-title2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .practice-item__content .content-title2 {
    margin-bottom: 2rem;
  }
}
.practice-item__content p {
  color: #333;
  margin: 0 0 1rem;
}
.practice-item__content p:last-of-type {
  margin-bottom: 0;
}

.practice-item__body {
  margin-bottom: 4rem;
}

.practice-item--1 .practice-item__services {
  margin-top: 2rem;
  padding: 2.4rem 1rem;
  border-top: 1px solid #8e6b37;
  border-bottom: 1px solid #8e6b37;
}

.practice-item--1 .practice-item__services-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #8e6b37;
  font-size: 110%;
  line-height: 1.5;
  margin: 0 0 0.8rem;
}

.practice-item__services-title::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

.practice-item--1 .practice-item__services p {
  margin: 0;
}

/* ---------- Overview ---------- */
.content-section {
  margin-bottom: 6rem;
}
.content-section:last-child {
  margin-bottom: 0;
}

.content-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #8e6b37;
  margin: 0 0 2rem;
  padding-left: 1.2rem;
  position: relative;
}
.content-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #8e6b37;
}

.content-title2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #8e6b37;
  font-size: 160%;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.content-text {
  color: #333;
  margin: 0 0 0.5rem;
}
.content-text:last-child {
  margin-bottom: 0;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #8e6b37;
}
.content-table tr {
  border-bottom: 1px solid #8e6b37;
}
.content-table th,
.content-table td {
  padding: 2rem 1.5rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .content-table th,
  .content-table td {
    padding: 1rem 1rem;
  }
}
.content-table th {
  font-weight: 600;
  color: #8e6b37;
  width: 7em;
}
@media screen and (max-width: 767px) {
  .content-table th {
    width: 6em;
  }
}
.content-table td {
  color: #333;
}

/* ---------- Contact ---------- */
.contact {
  position: relative;
  overflow: hidden;
  padding: 12rem 2rem;
  background-image: url("../images/footer_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 6rem 1.5rem;
  }
}
.contact a {
  color: #fff;
}
.contact .section-heading__en,
.contact .section-heading__ja {
  color: #fff;
}
.contact .section-heading__en::after {
  background: #fff;
}

.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.contact__info {
  margin-bottom: 2rem;
}

.contact__text {
  display: block;
  font-size: 120%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 3rem;
}

.contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__links {
    flex-direction: column;
    align-items: stretch;
  }
}
.contact__links #contact-mail {
  display: contents;
}
.contact__links .btn-contact {
  flex: 1 1 0;
  min-width: 12rem;
  max-width: 20rem;
  font-family: "Forum", cursive;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact__links .btn-contact {
    min-width: 0;
    max-width: none;
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
}

.contact__privacy {
  color: #fff !important;
  text-decoration: underline;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition: opacity 0.3s;
}
.contact__privacy:hover {
  opacity: 0.8;
}

.btn-contact {
  display: inline-block;
  padding: 1.2rem 3rem;
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  transition: opacity 0.3s;
}
.btn-contact:hover {
  background: #fff;
  color: #8e6b37 !important;
}

/* ==========================================================================
   取扱業務：複数項目ブロック（交通事故・中小企業法務）
   ========================================================================== */
.practice-item--2 .practice-item__services,
.practice-item--3 .practice-item__services {
  margin-top: 2rem;
  padding: 2.4rem 1rem;
  border-top: 1px solid #8e6b37;
  border-bottom: 1px solid #8e6b37;
}
.practice-item--2 .practice-item__services + .practice-item__services,
.practice-item--3 .practice-item__services + .practice-item__services {
  margin-top: 0;
  border-top: none;
}

.practice-item--2 .practice-item__services-title,
.practice-item--3 .practice-item__services-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #8e6b37;
  font-size: 110%;
  margin: 0 0 0.8rem;
}

.practice-item--2 .practice-item__services p,
.practice-item--3 .practice-item__services p {
  margin: 0;
}

/* module */
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   button
   ========================================================================== */
/* ==========================================================================
   form
   ========================================================================== */
/* ==========================================================================
   heading
   ========================================================================== */
/* ==========================================================================
   icon
   ========================================================================== */
/* ==========================================================================
   media
   ========================================================================== */
.hamburger {
  display: none;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 6rem;
  right: 2rem;
  z-index: 10000;
  padding: 17px 0 0 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    top: 6rem;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 5.2rem;
    right: 1.2rem;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #8e6b37;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #8e6b37;
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  font-family: "Noto Serif JP", serif, "メイリオ", Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 140%;
}

.fat-nav li, .fat-nav li a {
  color: #8e6b37;
}

.fat-nav li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.fat-nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #022991;
  transform: scale(0, 1);
  transform-origin: center top;
}

.fat-nav li a:hover::after {
  transform: scale(1, 1);
}

/* ==========================================================================
   list
   ========================================================================== */

/*# sourceMappingURL=master.css.map */
