@charset "UTF-8";
/*
@mixin fontEn() {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-display: swap;
}
@mixin fontNum() {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-display: swap;
}
*/
#lead {
  padding-bottom: 60px; }

#profile {
  background: #f8fafd;
  padding: 60px 0; }
  #profile .copy {
    margin-bottom: 120px;
    padding-top: 60px; }
    #profile .copy .logo {
      text-align: center;
      margin-bottom: 30px; }
      #profile .copy .logo img {
        width: 150px; }
    #profile .copy p {
      line-height: 2.5;
      text-align: center; }
  #profile h2 {
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: solid 1px #c8c8c8;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    #profile h2::before {
      content: "◎"; }
  #profile .honbun {
    margin-bottom: 100px; }
    #profile .honbun h3 {
      margin-top: 2em; }
    #profile .honbun .map-osaka {
      width: 580px;
      margin: .5em 0 0 0; }
      #profile .honbun .map-osaka p {
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px; }
  #profile .roundbtn a {
    padding: 15px 100px 15px 100px; }
    #profile .roundbtn a::after {
      content: none; }
  #profile .history dt {
    float: left; }
  #profile .history dd {
    margin-bottom: 5px;
    padding: 0 0 0 7em; }

.secac {
  padding: 60px 0 30px; }
  .secac .acopen {
    width: 500px;
    border-top: solid 1px #a1a1a1;
    border-bottom: solid 1px #a1a1a1;
    margin: 0 auto;
    padding: 10px 30px 10px 20px;
    position: relative;
    cursor: pointer; }
    .secac .acopen::after {
      content: "";
      width: 6px;
      height: 6px;
      border-right: solid 2px #4b4a4a;
      border-bottom: solid 2px #4b4a4a;
      position: absolute;
      top: 18px;
      right: 20px;
      transform: rotate(45deg); }
    .secac .acopen.opened::after {
      top: 22px;
      transform: rotate(-135deg); }

#privacypolicy {
  display: none; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  #lead {
    padding-bottom: 10vw; }

  #profile {
    padding: 8vw 0; }
    #profile .copy {
      margin-bottom: 10vw;
      padding-top: 2vw; }
      #profile .copy .logo {
        margin-bottom: 6vw; }
        #profile .copy .logo img {
          width: 35vw; }
      #profile .copy p {
        text-align: left;
        line-height: 2; }
    #profile .honbun {
      margin-bottom: 10vw; }
      #profile .honbun .map-osaka {
        width: 100%; }
    #profile .roundbtn a {
      margin-left: 5vw;
      margin-right: 5vw;
      padding: 15px 30px;
      display: block; }
    #profile .history dt {
      font-weight: bold;
      float: none; }
    #profile .history dd {
      margin-bottom: 3vw;
      padding: 0; }

  .secac {
    padding: 7vw 0 4vw; }
    .secac .acopen {
      width: 100%; } }

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