@charset "UTF-8";
body {
  font: inherit;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mw-600 {
  max-width: 600px;
  width: 94%;
}

.mw-700 {
  max-width: 700px;
  width: 94%;
}

.mw-800 {
  max-width: 800px;
  width: 94%;
}

.mw-900 {
  max-width: 900px;
  width: 94%;
}

.mw-1000 {
  max-width: 1000px;
  width: 94%;
}

.mw-1100 {
  max-width: 1100px;
  width: 94%;
}

.mw-1200 {
  max-width: 1200px;
  width: 94%;
}

.mw-1320 {
  max-width: 1320px;
  width: 94%;
}

.h1, h1 {
  font-size: calc(1.275rem + 1.3vw);
}

#realestate-intro {
  display: none;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

span.no-wrap {
  display: inline-block;
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.pageTitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    margin-bottom: 60px;
  }
}
.pageTitle span {
  font-size: 1.7rem;
  font-weight: normal;
  color: #ff7f00;
}
@media only screen and (max-width: 767px) {
  .pageTitle span {
    font-size: 1.4rem;
  }
}

.nenmatsu {
  display: none;
  width: 560px;
  margin: 30px auto 30px;
  font-weight: bold;
  border: 2px solid red;
  padding: 15px 55px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .nenmatsu {
    width: 89%;
    padding: 10px 2%;
    font-size: 2.3vw;
  }
}

#curtain {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.6;
  z-index: 90;
  display: none;
}

#curtain.show {
  display: block;
}

.boshuButton {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.1rem 0.5rem;
  background-color: #B40808;
  margin-left: 1rem;
  color: white;
}
.boshuButton i {
  font-style: normal;
  animation: flash 2s linear infinite;
}
.boshuButton.end {
  background-color: #808080;
}
.boshuButton.end i {
  animation: none;
}
.boshuButton.br {
  text-align: center;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
main {
  margin-top: 150px;
}
@media only screen and (max-width: 993px) {
  main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 120px;
  }
}

header {
  width: 100%;
  background-color: white;
  top: 0;
  position: fixed;
  z-index: 100;
  box-shadow: 2px 2px 4px gray;
}
header .blue_bar {
  background-color: #004098;
  height: 15px;
}
header .navbar {
  margin: 0 auto;
  padding: 0;
}
header .navbar:nth-child(2) {
  border-top: 1px solid #004098;
  width: 100%;
}
header .navbar > .mw-1320 {
  margin: 0 auto;
}
header .navbar-brand {
  margin-right: 2rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 993px) {
  header .navbar-brand {
    margin-right: 35%;
  }
}
header .navbar-brand img {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  header .navbar-brand img {
    width: 100px;
  }
}
header .navbar > .container-fluid {
  flex-wrap: wrap;
}
header .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 993px) {
  header .container-fluid {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  header .container-fluid {
    height: 70px;
  }
}
header .navbar-toggler {
  margin-right: 1rem;
  border-radius: 0;
  border: 0.1rem solid #003E90 !important;
  padding: 0.25rem 0.4rem !important;
}
header .navbar-toggler-icon {
  background-image: url(https://www.acn-koguchi.com/img/common/menu_button.svg) !important;
}
header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(https://www.acn-koguchi.com/img/common/close_button.svg) !important;
}
header .navbar-nav {
  background-color: white;
}
@media only screen and (max-width: 993px) {
  header .navbar-nav {
    padding-top: 1rem;
  }
}
header .navbar-nav a {
  white-space: nowrap;
  line-height: 50px;
  color: #004098;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid #004098;
  padding: 0 1.4rem;
}
header .navbar-nav a:first-child {
  border-left: 1px solid #004098;
}
@media only screen and (max-width: 1200px) {
  header .navbar-nav a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 993px) {
  header .navbar-nav a {
    position: relative;
    border-top: 1px solid #D3D4DC;
    border-right: none;
    border-left: none !important;
    padding: 0 0 0 1rem;
    font-size: 1rem;
  }
  header .navbar-nav a:last-child {
    border-bottom: 1px solid #D3D4DC;
  }
  header .navbar-nav a::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    right: 4%;
    bottom: 0.7rem;
  }
}
@media only screen and (max-width: 993px) {
  header .navbar-collapse {
    position: fixed;
    z-index: 100;
    top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar-collapse {
    top: 80px;
  }
}
header .contactButton {
  position: relative;
  background-color: #B40808;
  color: white;
  text-align: center;
  height: 80px;
}
header .contactButton .image {
  width: 24px;
  margin: 0 auto;
}
header .contactButton .image img {
  width: 100%;
}
header .contactButton .text {
  margin: 0;
  letter-spacing: 0.1em;
}
header .contactButton a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
header .tel {
  color: #004098;
  font-weight: bold;
  font-size: 1.12rem;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  header .tel {
    font-size: 1rem;
  }
}
header .tel .telNumber {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
}
header .tel .number {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  header .tel .number {
    font-size: 1.5rem;
  }
}
header .tel .caution {
  font-size: 0.85rem;
  margin: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  header .tel .caution {
    font-size: 0.65rem;
  }
}

footer {
  margin-top: 100px;
  border-top: 1px solid #B0B0B1;
  padding-top: 50px;
  min-width: auto;
}
footer .footer-inner {
  width: 96%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .footer-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    border: none;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
footer .container {
  margin: 0 auto;
}
footer .logo {
  width: 210px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  footer .logo {
    width: 160px;
    margin: 40px auto 0;
  }
}
footer .logo img {
  width: 100%;
}
footer .p_mark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
}
@media only screen and (max-width: 767px) {
  footer .p_mark {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
}
footer .p_mark img {
  width: 85px;
  height: 85px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  footer .p_mark img {
    display: block;
    margin: 0 auto;
  }
}
footer .p_mark .p_mark_txt {
  line-height: 1.4;
  font-size: 0.75rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer .p_mark .p_mark_txt {
    font-size: 0.75rem;
    width: 94%;
    margin: 20px auto 0;
  }
}
footer .ftkk-info {
  margin-left: auto;
  margin-right: 0;
  font-size: 0.8rem;
  margin-top: 30px;
  margin-bottom: 0;
  max-width: 750px;
}
@media only screen and (max-width: 1200px) {
  footer .ftkk-info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .ftkk-info {
    max-width: 94%;
  }
}
footer .company-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  footer .company-info {
    display: block;
    position: static;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .company-info {
    width: 94%;
  }
}
footer .company-info p {
  margin: 0;
}
footer .company-info .slash {
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  footer .company-info .slash {
    display: none;
  }
}
footer .menu {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 70px auto 30px;
  list-style: none;
  padding: 0;
  width: 100%;
  min-width: auto;
}
@media only screen and (max-width: 1200px) {
  footer .menu {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer .menu {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    padding-left: 0;
  }
}
footer .menu a {
  font-weight: bold;
  margin-right: 30px;
  font-size: 1.125rem;
  position: relative;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  footer .menu a {
    display: block;
    background-color: #044097;
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 7px 0 7px 2%;
    border-bottom: 1px solid #B0B0B1;
    position: relative;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .menu a::after {
    content: "";
    width: 2.8vw;
    height: 2.8vw;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    right: 4%;
    bottom: 5px;
  }
}
footer .menu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.1em;
}
@media only screen and (max-width: 767px) {
  footer .menu a:hover {
    text-decoration: none;
  }
}

.copy {
  width: 100%;
  background-color: #044097;
  text-align: center;
  line-height: 2.8;
  color: white;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .copy {
    font-size: 3.6vw;
    color: #044097;
    background-color: white;
  }
}

.disable {
  pointer-events: none;
}

#sideButton {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 40%;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  #sideButton {
    display: none;
  }
}
#sideButton > div {
  background-color: #B40808;
  color: white;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 2px gray;
  width: 8vw;
  max-width: 60px;
}
#sideButton > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sideButton .image {
  width: 1.125rem;
  margin: 0 auto;
}
#sideButton .image img {
  width: 100%;
}
#sideButton .text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  /* display: table; */
  margin: 10px auto 0;
  font-size: 1.125rem;
}

#scrollButton {
  position: fixed;
  z-index: 100;
  right: 1%;
  bottom: 5%;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  #scrollButton {
    display: none;
  }
}
#scrollButton > div {
  position: relative;
  background-color: #044097;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#scrollButton > div::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  right: 20%;
  bottom: 12%;
}
#scrollButton > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footerButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: 50%;
  height: 60px;
}
.footerButton > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: white;
}
.footerButton > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footerButton .image {
  width: 5vw;
  margin: 0 20px 0 0;
}
.footerButton .image img {
  width: 100%;
}
.footerButton .text {
  margin: 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .footerButton {
    display: block;
  }
}

#footerButton {
  display: none;
  left: 0;
}
#footerButton > div {
  background-color: #A5112A;
}
@media only screen and (max-width: 767px) {
  #footerButton {
    display: block;
  }
}

#footerButton2 {
  display: none;
  right: 0;
}
#footerButton2 > div {
  background-color: #003F9A;
}
@media only screen and (max-width: 767px) {
  #footerButton2 {
    display: block;
  }
}

header .navbar-nav {
  display: none !important;
}
header .navbar-toggler {
  display: none;
}
header .contactButton {
  visibility: hidden !important;
}

footer .footer-inner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer .footer-inner {
    margin-bottom: 0;
  }
}

#footerButtons,
#sideButtons {
  display: none;
}

#container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
}

.contact-table {
  width: 100%;
}

.contact-table th,
.contact-table td {
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  display: table-cell;
}

.contact-table th {
  background-color: #EAF3FB;
}

.contact-table td .d-flex {
  justify-content: start;
  align-items: center;
}

.contact-table td .col-md-5 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.one-line-badge {
  position: relative;
  bottom: 0.1rem;
}

.two-line-badge {
  position: relative;
  bottom: 1rem;
}

#telMessage .contactMessage {
  width: 21rem;
  margin: 70px auto 5px;
  position: relative;
  text-align: center;
  color: #0D3F86;
  font-size: 1.8rem;
  font-weight: bold;
}

#telMessage .contactMessage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%) skewX(30deg);
  border-right: 2px solid currentColor;
  height: 1.4em;
}

#telMessage .contactMessage::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%) skewX(-30deg);
  border-left: 2px solid currentColor;
  height: 1.4em;
}

#telMessage .tel {
  color: #004098;
  font-weight: bold;
  display: table;
  margin: 0 auto 0;
  font-size: 1.12rem;
}

#telMessage .tel > div {
  display: flex;
  align-items: center;
  justify-content: start;
}

#telMessage .tel > p {
  font-size: 1rem;
}

#telMessage .tel .prefix {
  margin-right: 10px;
  font-size: 1.5rem;
  padding-top: 0.1em;
  margin-bottom: 0;
}

#telMessage .tel .number {
  font-size: 2.2rem;
  margin-bottom: 0;
}

#seminar-bnr .contactButton {
  position: relative;
  max-width: 400px;
  width: 80%;
  margin: 10px auto;
}
#seminar-bnr .contactButton > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #0d6efd;
  letter-spacing: 6px;
}
#seminar-bnr .contactButton > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #seminar-bnr .contactButton > a {
    font-size: 1rem;
    letter-spacing: 4px;
  }
}
#seminar-bnr .contactButton .arrow {
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: relative;
  margin-left: 10px;
  margin-bottom: -2px;
}
#seminar-bnr img {
  width: 100%;
}
#seminar-bnr img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .two-line-badge {
    bottom: 0.1rem;
  }
}/*# sourceMappingURL=information.css.map */