@charset "UTF-8";

h2 span {
  color: #0e7478;
}

h3 span {
  color: #0e7478;
}

h4 span {
  color: #0e7478;
}

p span {
  color: #0e7478;
}

p.ligth span {
  color: #23a5aa;
}

header .top-bar {
  background: #333;
  height: 50px;
  color: #fff;
  position: fixed;
  padding: 15px 0;
  width: 100%;
  z-index: 2;
}

header .top-bar ul li a {
  color: #fff;
}

header .top-bar ul li.company p {
  background-color: #555;
  border: 1px solid #e3d494;
  padding: 5px;
  border-radius: 10px 0 0 10px;
}

header .top-bar ul li.agent p {
  background-color: #555;
  border: 1px solid #e3d494;
  padding: 5px;
  border-radius: 0 10px 10px 0;
  transition: all 0.5s;
}

header .top-bar ul li.agent p:hover {
  background-color: #aa9123;
  transition: all 0.5s;
}

header .top-bar ul li.company p:hover {
  background-color: #aa9123;
  transition: all 0.5s;
}

#header .top-bar .hum .top,
#header .top-bar .hum .mid,
#header .top-bar .hum .bottom {
  background: #aa9123
}

#header .top-bar .hum .text {
  color: #aa9123;
}


#hero {
  position: relative;
}

#hero .hero-box {
  position: absolute;
  top: 16%;
  left: 1%;
}

#hero .hero-box img {
  width: 40vw;
  height: auto;
  object-position: center center;
}

#hero .sub-title-img {
  filter: brightness(70%);
  max-height: 500px;
  object-fit: cover;
}

#hero .sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  width: 100vh;
}

#hero .sub-title h1 {
  text-align: center;
}

#hero .sub-title h1 span {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}

/* #hero .contact-link img.aichan {
  position: fixed;
  top: 10%;
  right: 1%;
  width: 15vw;
  z-index: 1;
}

#hero .contact-link img.coment {
  position: fixed;
  top: 10%;
  right: 12%;
  display: none;
  width: 13vw;
  z-index: 1;
  transition: all 0.5s;
}

#hero .contact-link a:hover img.coment {
  display: block;
  transition: all 0.5s;
} */

#hero .title-logo {
  position: absolute;
  bottom: 5%;
  right: 0;
}

#hero .title-logo img {
  width: 20vw;
}

/* nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: #333;
  height: 100px;
  align-items: center;
}

nav ul li {
  border-right: 1px solid #fff;
}

nav ul li:last-child {
  border-right: none;
}

nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
} */

nav ul li a span {
  color: #aa9123;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}

nav ul li a:hover {
  color: #aa9123;
  transition: all 0.5s;
}

/* =================================================== */
/* プライバシーポリシー */
/* =================================================== */
#privacy {
  padding: 20px;
  background-color: #e3d494;
}

.privacy-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

.privacy-box h2 {
  border-left: 5px solid #000;
  padding-left: 20px;
  margin: 20px 0;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}

.privacy-box h3 {
  font-size: clamp(0.8rem, 0.69rem + 0.68vw, 1.3rem);
  margin-top: 10px;
}

.privacy-box p,
.privacy-box ol li {
  font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
  font-weight: normal;
}

.privacy-box ol ol {
  margin-left: 20px;
}

.privacy-box .company-info {
  margin-top: 10px;
}

footer {
  background-color: #333;
}

.sp-contact-box {
  /* display: flex;
  gap: 16px; */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #ffffff8f;
  justify-content: center;
}

#open01 p {
  width: 100%;
  max-width: 320px;
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0;
  position: relative;
}

.sp-contact-box a,
.sp-contact-box #open02 p {
  width: 100%;
  max-width: 320px;
  /* margin-right: auto;
  margin-left: auto; */
  background: #333;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0;
}

#contact .contact-box .form .head-title,
#modalContent #contact .contact-box .form .head-title,
#modalContent01 #contact .contact-box .form .head-title {
  background: #bab23f;
  background: linear-gradient(90deg, rgba(186, 178, 63, 1) 0%, rgba(189, 181, 74, 1) 50%, rgba(184, 146, 75, 1) 100%);
  color: #fff;
  margin-top: 24px;
  padding: 8px 16px;
  border-radius: 10px 10px 0 0;
}

.acMenu {
  max-width: 800px;
  margin: 32px auto;
}

.acMenu dt.active {
  color: #fff;
  background-color: #aa9123;
}

.acMenu dt span {
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  font-family: "Montserrat";
  font-size: 18px;
  color: #aa9123;
  margin-right: 20px;
}

.acMenu dd span {
  position: absolute;
  font-size: 20px;
  font-family: "Montserrat";
  color: #aa9123;
  margin-right: 20px;
  top: 0.3em;
  left: 0.5em;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  }

  .sp-contact-box a {
    width: 100%;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
  }
}
