@charset "UTF-8";
/* Agency Page Styles */
.agency-content {
  background-color: #fcfaf7;
  background-image: url("../images/bg_texture.png");
  background-size: cover;
}
.agency-content .agency-intro {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}

.page-hero .page-hero-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.page-hero .page-hero-title .ja {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.page-hero .page-hero-title .en {
  font-family: "Cormorant Upright", serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-hero .page-hero-title {
    font-size: 1.4rem;
  }
}

.agency-intro-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  /* Increased gap */
  margin-top: 80px;
  margin-bottom: 160px;
  max-width: 1100px;
  /* Increased max-width */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .agency-intro-section {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.agency-intro-section .agency-intro-text {
  flex: 1;
}
.agency-intro-section .agency-intro-text .intro-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #282303;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.agency-intro-section .agency-intro-text .intro-desc {
  font-size: 0.95rem;
  line-height: 2.2;
  color: #282303;
  text-align: left;
}
@media (max-width: 767px) {
  .agency-intro-section .agency-intro-text .intro-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .agency-intro-section .agency-intro-text .intro-desc {
    text-align: left;
  }
}
.agency-intro-section .agency-intro-map {
  flex: 1;
}
.agency-intro-section .agency-intro-map img {
  width: 100%;
  height: auto;
  display: block;
}

.agency-reasons-section {
  padding-bottom: 80px;
  max-width: 1000px;
  /* Added max-width for side margins */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .agency-reasons-section {
    padding: 0 20px;
    padding-bottom: 60px;
  }
}
.agency-reasons-section .reasons-title {
  text-align: center;
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  color: #282303;
  position: relative;
  padding: 0 100px;
}
.agency-reasons-section .reasons-title::before, .agency-reasons-section .reasons-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background-color: #282303;
}
.agency-reasons-section .reasons-title::before {
  left: 0;
}
.agency-reasons-section .reasons-title::after {
  right: 0;
}
.agency-reasons-section .reasons-title .small {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding: 0 40px;
}
.agency-reasons-section .reasons-title .small::before, .agency-reasons-section .reasons-title .small::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #282303;
}
.agency-reasons-section .reasons-title .small::before {
  left: 0;
}
.agency-reasons-section .reasons-title .small::after {
  right: 0;
}
.agency-reasons-section .reasons-title .large {
  font-size: 2.8rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .agency-reasons-section .reasons-title {
    padding: 0 60px;
  }
  .agency-reasons-section .reasons-title::before, .agency-reasons-section .reasons-title::after {
    width: 30px;
  }
  .agency-reasons-section .reasons-title .small {
    font-size: 1.2rem;
  }
  .agency-reasons-section .reasons-title .large {
    font-size: 2rem;
  }
}
.agency-reasons-section .reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .agency-reasons-section .reasons-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.agency-reasons-section .reason-item {
  text-align: center;
}
.agency-reasons-section .reason-item .reason-image {
  position: relative;
  margin-bottom: 30px;
}
.agency-reasons-section .reason-item .reason-image img {
  width: 100%;
  height: auto;
  display: block;
}
.agency-reasons-section .reason-item .reason-image .reason-badge {
  position: absolute;
  bottom: -40px;
  /* Moved down further */
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #002366;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.agency-reasons-section .reason-item .reason-image .reason-badge .label {
  font-family: "Cormorant Upright", serif;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 2px;
}
.agency-reasons-section .reason-item .reason-image .reason-badge .number {
  font-family: "Cormorant Upright", serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.agency-reasons-section .reason-item .reason-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #282303;
}
.agency-reasons-section .reason-item .reason-sub-heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #282303;
}
.agency-reasons-section .reason-item .reason-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  text-align: center;
}
.agency-reasons-section .reason-item .reason-button {
  margin-top: 20px;
}
.agency-reasons-section .reason-item .reason-button .btn-gold {
  display: inline-block;
  background-color: #997c22;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  position: relative;
  font-size: 0.9rem;
  transition: opacity 0.3s;
}
.agency-reasons-section .reason-item .reason-button .btn-gold::after {
  content: "›";
  margin-left: 10px;
}
.agency-reasons-section .reason-item .reason-button .btn-gold:hover {
  opacity: 0.8;
}
.agency-reasons-section .reason-item-full {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.agency-reasons-section .reason-item-full .reason-badge-center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.agency-reasons-section .reason-item-full .reason-badge-center .reason-badge {
  width: 80px;
  height: 80px;
  background-color: #002366;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.agency-reasons-section .reason-item-full .reason-badge-center .reason-badge .label {
  font-family: "Cormorant Upright", serif;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 2px;
}
.agency-reasons-section .reason-item-full .reason-badge-center .reason-badge .number {
  font-family: "Cormorant Upright", serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.agency-reasons-section .reason-item-full .reason-heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #282303;
}
.agency-reasons-section .reason-item-full .reason-desc {
  font-size: 1rem;
}

.agency-contact-section {
  background-size: cover;
  background-position: center;
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 0;
}
.agency-contact-section .agency-contact-border {
  border: 1px solid #997c22;
  padding: 60px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  position: relative;
}
.agency-contact-section .agency-contact-border::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #997c22;
  pointer-events: none;
}
.agency-contact-section .contact-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #282303;
  margin-bottom: 20px;
}
.agency-contact-section .contact-mark {
  margin-bottom: 30px;
}
.agency-contact-section .contact-mark img {
  width: 40px;
  height: auto;
}
.agency-contact-section .contact-lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #282303;
}
.agency-contact-section .contact-tel {
  font-family: "Cormorant Upright", serif;
  font-size: 4rem;
  line-height: 1;
  color: #997c22;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .agency-contact-section .contact-tel {
    font-size: 3rem;
  }
}
.agency-contact-section .contact-fax {
  font-family: "Cormorant Upright", serif;
  font-size: 1.2rem;
  color: #282303;
  margin-bottom: 40px;
}
.agency-contact-section .contact-button .btn-gold {
  display: inline-block;
  background-color: #997c22;
  color: #fff;
  padding: 15px 60px;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  transition: opacity 0.3s;
  min-width: 300px;
  text-align: center;
}
.agency-contact-section .contact-button .btn-gold::after {
  content: "›";
  position: absolute;
  right: 20px;
}
.agency-contact-section .contact-button .btn-gold:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/agency.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAUA;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EArBJ;IAsBQ;;;;AAMZ;EACI;EACA;EACA;EACA;AACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;;AAEA;EAdJ;IAeQ;IACA;IACA;IACA;IACA;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA,OAhFW;EAiFX;EACA;;AAGJ;EACI;EACA;EACA,OAxFW;EAyFX;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;;AAMZ;EACI;EACA;AACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,OAtIe;EAuIf;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA,kBAjJW;;AAoJf;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA,kBA3KO;;AA8KX;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EA5DJ;IA6DQ;;EAEA;IAEI;;EAGJ;IACI;;EAGJ;IACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;;;AAIR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;AACA;EACA;EACA;EACA;EACA;EACA,kBA7OO;EA8OP;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA,OA/QW;;AAkRf;EACI;EACA;EACA;EACA;EACA,OAvRW;;AA0Rf;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA,kBAvSO;EAwSP;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,kBAtUO;EAuUP;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA,OAtWW;;AAyWf;EACI;;;AAMZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAWA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA,OAxZe;EAyZf;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA,OAzae;;AA4anB;EACI;EACA;EACA;EACA,OA/ae;EAgbf;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;;;AAIR;EACI;EACA;EACA,OA9be;EA+bf;;AAIA;EACI;EACA,kBApcW;EAqcX;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI%22,%22file%22:%22agency.css%22%7D */
