/* CSS Document */
h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 3rem; } }
  h2 span {
    font-family: 'NotoSerifJP', serif;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-left: 1rem; }
    @media screen and (max-width: 575px) {
      h2 span {
        font-size: 16px;
        font-size: 1.6rem; } }
    h2 span span {
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (max-width: 575px) {
        h2 span span {
          font-size: 14px;
          font-size: 1.4rem; } }

.fluid-box {
  margin-left: calc(50% - 50vw);
  text-align: right; }

.inner {
  width: 87%;
  margin: 0 auto; }

#top-img {
  background-image: url("../img/profile-header.png"); }

#greeting {
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #greeting {
      padding: 3rem 0; } }
  #greeting p {
    color: #ccc;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: justify; }
  #greeting .name {
    display: flex;
    align-items: center;
    margin-top: 4rem; }
    #greeting .name p {
      font-family: 'NotoSerifJP', serif;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 400;
      letter-spacing: 0.15em;
      margin-right: 2rem;
      margin-bottom: 0; }
      @media screen and (max-width: 575px) {
        #greeting .name p {
          font-size: 15px;
          font-size: 1.5rem; } }
    #greeting .name .size {
      font-size: 2.8rem;
      margin-top: -0.5rem; }
      @media screen and (max-width: 575px) {
        #greeting .name .size {
          font-size: 2.4rem; } }
    #greeting .name img {
      width: 220px; }
      @media screen and (max-width: 575px) {
        #greeting .name img {
          width: 200px; } }
  #greeting .parallax_box {
    position: relative;
    width: 100%; }
    #greeting .parallax_box .parallax_front {
      position: relative;
      width: 420px;
      height: 535px;
      background-image: url("../img/profile-greeting-1.jpg?v2026");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left top;
      z-index: 3; }
      @media screen and (max-width: 1199px) {
        #greeting .parallax_box .parallax_front {
          width: 360px; } }
      @media screen and (max-width: 991px) {
        #greeting .parallax_box .parallax_front {
          width: 300px; } }
      @media screen and (max-width: 767px) {
        #greeting .parallax_box .parallax_front {
          width: 340px;
          height: 500px; } }
      @media screen and (max-width: 575px) {
        #greeting .parallax_box .parallax_front {
          width: 280px;
          height: 460px; } }
    #greeting .parallax_box .parallax_back {
      position: absolute;
      width: 315px;
      height: 455px;
      background-image: url("../img/profile-greeting-2.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right top;
      top: 250px;
      right: 0; }
      @media screen and (max-width: 1199px) {
        #greeting .parallax_box .parallax_back {
          width: 280px; } }
      @media screen and (max-width: 991px) {
        #greeting .parallax_box .parallax_back {
          width: 240px;
          top: 200px; } }
      @media screen and (max-width: 767px) {
        #greeting .parallax_box .parallax_back {
          width: 260px;
          top: 90px; } }
      @media screen and (max-width: 575px) {
        #greeting .parallax_box .parallax_back {
          width: 210px;
          top: 130px; } }

#office-list {
  overflow: hidden;
  margin: auto;
  padding: 5rem 0; }
  #office-list .row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (max-width: 991px) {
      #office-list .row {
        margin-left: -15px;
        margin-right: -15px; } }
    #office-list .row > div {
      padding: 0 20px;
      margin-bottom: 6rem; }
      @media screen and (max-width: 991px) {
        #office-list .row > div {
          padding: 0 15px;
          margin-bottom: 5rem; } }
      @media screen and (max-width: 767px) {
        #office-list .row > div {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 575px) {
        #office-list .row > div {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        #office-list .row > div:first-child {
          margin-bottom: 0; } }
      #office-list .row > div .industry {
        font-family: 'NotoSerifJP', serif;
        color: #1a1a1a;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        background-color: #fff;
        margin-bottom: 1rem;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 991px) {
          #office-list .row > div .industry {
            font-size: 14px;
            font-size: 1.4rem; } }
      #office-list .row > div h3 {
        font-family: 'NotoSerifJP', serif;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 1199px) {
          #office-list .row > div h3 {
            letter-spacing: 0.07em; } }
        @media screen and (max-width: 991px) {
          #office-list .row > div h3 {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.01em; } }
        @media screen and (max-width: 767px) {
          #office-list .row > div h3 {
            letter-spacing: 0.1em; } }
        #office-list .row > div h3 span {
          font-family: "NotoSansCJKjp";
          color: #ccc;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 300;
          line-height: 1.9;
          margin-top: 1rem; }
    #office-list .row .ver-center {
      display: flex;
      align-items: center; }
    #office-list .row .fluid-box img {
      width: auto;
      max-width: 70%; }
      @media screen and (max-width: 575px) {
        #office-list .row .fluid-box img {
          max-width: 100%; } }
    #office-list .row img {
      margin-bottom: 1.5rem;
      width: 100%; }
    #office-list .row p {
      font-family: "NotoSansCJKjp";
      color: #ccc;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      line-height: 1.9; }
      @media screen and (max-width: 991px) {
        #office-list .row p {
          line-height: 1.6; } }
  #office-list h4 {
    font-family: 'NotoSerifJP', serif;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 575px) {
      #office-list h4 {
        font-size: 26px;
        font-size: 2.6rem; } }
  #office-list .link-box {
    display: inline-block;
    font-family: 'NotoSerifJP', serif;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 500;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: 1rem 3rem;
    letter-spacing: 0.1em;
    transition: 0.3s; }
    #office-list .link-box:hover {
      background-color: #fff;
      color: #1a1a1a; }
    @media screen and (max-width: 575px) {
      #office-list .link-box {
        font-size: 17px;
        font-size: 1.7rem; } }

#outline {
  overflow: hidden;
  margin: auto;
  padding: 10rem 0; }
  @media screen and (max-width: 575px) {
    #outline {
      padding: 5rem 0; } }
  #outline .row > div .fluid-box {
    overflow: hidden;
    height: 450px; }
    @media screen and (max-width: 991px) {
      #outline .row > div .fluid-box {
        height: 420px; } }
    @media screen and (max-width: 767px) {
      #outline .row > div .fluid-box {
        height: 320px;
        margin-bottom: 2rem; } }
    @media screen and (max-width: 575px) {
      #outline .row > div .fluid-box {
        height: 290px; } }
    #outline .row > div .fluid-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #outline .row h2 {
    margin-bottom: 2rem; }
  #outline .row table {
    width: 100%;
    color: #ccc;
    font-weight: 300;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1199px) {
      #outline .row table {
        letter-spacing: 0.05em; } }
    @media screen and (max-width: 991px) {
      #outline .row table {
        font-size: 15px;
        font-size: 1.5rem; } }
    #outline .row table tr {
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      width: 100%; }
      #outline .row table tr th {
        width: 25%;
        font-weight: 300; }
        @media screen and (max-width: 991px) {
          #outline .row table tr th {
            width: 30%; } }
      #outline .row table tr td {
        padding: 1rem 0; }
        #outline .row table tr td a {
          color: #fff; }

.gmap {
  width: 87%;
  padding-bottom: 6rem; }
  @media screen and (max-width: 991px) {
    .gmap {
      width: 100%; } }
  .gmap iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
