@font-face {
  font-family: "kokoro";
  src: url("../fonts/Kokoro.otf") format("truetype");
}
/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
main {
  width: 100%;
  margin: 0 auto;
}
main .ttl {
  text-align: center;
}
main .ttl h2 {
  font-size: 3.2rem;
  line-height: 4rem;
}
main .ttl span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  main .ttl h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  main .ttl h2 {
    font-size: 2.4rem;
  }
}

#message {
  padding: 12rem 0;
  background: #F9F6F6;
}
#message .flex {
  margin-top: 8rem;
  flex-direction: row-reverse;
}
#message .flex .pic {
  width: 42%;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  background: center center/cover no-repeat url(../images/office/message.png);
}
@media only screen and (min-width: 1921px) {
  #message .flex .pic {
    height: 25vw;
  }
}
#message .flex .txt {
  flex: 1;
  margin-right: 8rem;
  max-width: 700px;
  padding-left: 4rem;
}
#message .flex .name {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
#message .flex .name p {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 1em;
}
@media only screen and (max-width: 834px) {
  #message {
    padding: 6rem 0;
  }
  #message .flex {
    margin-top: 4rem;
    flex-direction: column;
  }
  #message .flex .pic {
    margin-inline: auto;
    width: 80vw;
    height: 60vw;
    border-radius: 5vw;
  }
  #message .flex .txt {
    max-width: none;
    padding: 4rem 10vw 0;
    margin: 0;
  }
  #message .flex .name p {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 600px) {
  #message .flex .pic {
    width: 90vw;
    height: 67.5vw;
  }
  #message .flex .txt {
    padding: 4rem 5vw 0;
  }
}

#overview {
  padding-top: 12rem;
}
#overview .contents {
  padding-bottom: 0;
}
#overview table {
  width: 100%;
}
#overview table tr {
  border-bottom: 2px solid #E5DED9;
}
#overview table tr:first-of-type {
  border-top: 2px solid #E5DED9;
}
#overview table tr th {
  width: 30rem;
  padding: 4rem 0 4rem 6rem;
}
#overview table tr td {
  padding: 4rem 0;
}
#overview table tr td a {
  color: #EE7C74;
  font-weight: bold;
}
#overview table tr td .flex {
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  #overview table tr th {
    width: 20rem;
  }
  #overview table tr td .flex {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 600px) {
  #overview table tr th,
  #overview table tr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  #overview table tr th {
    padding-bottom: 0;
  }
}

#staff {
  padding-top: 12rem;
}
#staff .container {
  max-width: 1050px;
}
#staff .container .contents {
  padding-bottom: 0;
}
#staff img {
  border-radius: 2rem;
  will-change: filter;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
#staff .name small {
  color: #80846F;
}
#staff .name p {
  font-size: 3rem;
  font-weight: bold;
}
#staff .one .pic {
  width: 434px;
}
#staff .one .txt {
  flex: 1;
  margin-left: 5rem;
}
#staff .one .txt > p {
  margin-top: 1rem;
}
#staff .two {
  margin-top: 14rem;
  text-align: center;
}
#staff .two .flex {
  justify-content: space-between;
}
#staff .two .name {
  margin-top: 1rem;
}
@media only screen and (max-width: 834px) {
  #staff .name p {
    font-size: 2.4rem;
  }
  #staff .one .flex {
    flex-direction: column;
  }
  #staff .one .pic {
    text-align: center;
    width: 100%;
    width: 90vw;
    margin-inline: auto;
  }
  #staff .one .txt {
    margin-top: 2rem;
    width: 90vw;
    margin-inline: auto;
  }
  #staff .two {
    margin-top: 6rem;
  }
  #staff .two .flex {
    width: 90vw;
    margin-inline: auto;
    gap: 5vw;
  }
  #staff .two .name p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #staff .two .flex {
    flex-direction: column;
    gap: 4rem;
  }
  #staff .two .pic {
    width: 70%;
    margin-inline: auto;
  }
}

#access {
  padding-top: 12rem;
}
#access iframe {
  width: 100%;
  height: 640px;
}
#access a.map-btn {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: baseline;
  color: #fff;
  justify-content: center;
  width: 240px;
  font-weight: bold;
  background: #E7A914;
  line-height: 1em;
  text-align: center;
  padding: 1em;
  border-radius: 2em;
  border: 1px solid #E7A914;
}
#access a.map-btn:after {
  content: "";
  display: block;
  width: 54px;
  height: 8px;
  background: center center/contain no-repeat url(../images/office/map-arrow.png);
  margin-left: 0.5em;
}
#access a.map-btn:hover {
  background: #fff;
  color: #E7A914;
}
#access a.map-btn:hover:after {
  background-image: url(../images/office/map-arrow-act.png);
}
@media only screen and (max-width: 834px) {
  #access {
    padding-top: 6rem;
  }
  #access iframe {
    height: 60vw;
  }
}/*# sourceMappingURL=office.css.map */