@charset "UTF-8";
.company.position.fukuoka .container {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1em;
}

.company.position.fukuoka .content-wrapper {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 20px;
}

/* ------------------------------
メインビジュアル
--------------------------------*/
.company.position.fukuoka .visual {
  position: relative;
  width: 100%;
}

.company.position.fukuoka .visual img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: 0 15%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}

.company.position.fukuoka .visual h2 {
  position: absolute;
  top: 42%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 5.5vw;
  color: #fff;
  line-height: 2;
}

.company.position.fukuoka .visual h2 span {
  color: red;
}

@media screen and (max-width: 720px) {
  .company.position.fukuoka .visual img {
    height: 400px;
  }

  .company.position.fukuoka .visual h2 {
    font-size: 9vw;
  }
}

/* ------------------------------
メッセージ
--------------------------------*/

.company.position.fukuoka .message {
  padding: 75px 0;
}

.company.position.fukuoka .message .heading {
  width: 100%;
  text-align: center;
}

.company.position.fukuoka .message .heading h2 {
  font-size: 3.5vw;
  margin-bottom: 40px;
}

.company.position.fukuoka .message .heading p {
  line-height: 2;
}

@media screen and (max-width: 720px) {
  .company.position.fukuoka .message .heading h2 {
    font-size: 4.5vw;
  }
}

/* ------------------------------
institution
--------------------------------*/

.company.position.fukuoka .institution {
  background: url("/resources/images/positions/fukuoka/momochi.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.company.position.fukuoka .institution::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.company.position.fukuoka .institution .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: ２;
  margin-top: 20px;
}

.company.position.fukuoka .institution h2 {
  font-size: 2rem;
  color: #fff;
  text-align: left;
}

.company.position.fukuoka .institution p {
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 70px;
  line-height: 2;
}

@media screen and (max-width: 720px) {
  .company.position.fukuoka .institution h2 {
    text-align: center;
  }
}

/* ------------------------------
オフィス紹介
--------------------------------*/
.company.position.fukuoka .work {
  padding: 2% 0;
  position: relative;
}

.company.position.fukuoka .work h2 {
  font-size: 2rem;
  margin-bottom: 60px;
  text-align: center;
}

.company.position.fukuoka .work ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.company.position.fukuoka .work ul li {
  width: 42%;
  position: relative;
  margin-bottom: 32px;
}

.company.position.fukuoka .work ul li figure {
  margin: 0;
  border-radius: 20px;
}

.company.position.fukuoka .work img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-width: 550px;
  max-height: 300px;
  object-fit: cover;
}

.company.position.fukuoka .work ul li h3 {
  line-height: 2;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}

.company.position.fukuoka .work ul li h3:before,
.company.position.fukuoka .work ul li h3:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 8px #444 solid;
}

.company.position.fukuoka .work ul li h3:before {
  left: 0;
  top: 16px;
  background-color: #999;
  border-right-color: #444;
}

.company.position.fukuoka .work ul li h3:after {
  left: 0;
  top: 24px;
  background-color: #444;
  border-right-color: #999;
}

.company.position.fukuoka .work ul li p {
  line-height: 2;
}

.company.position.fukuoka .work .nomikai-contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
}

.company.position.fukuoka .work .nomikai-content {
  width: 42%;
}

.company.position.fukuoka .work .nomikai-content p {
  line-height: 2;
}

.company.position.fukuoka .work .nomikai-content h3 {
  margin-bottom: 6px;
  position: relative;
  padding-left: 32px;
}

.company.position.fukuoka .work .nomikai-content h3:before,
.company.position.fukuoka .work .nomikai-content h3:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 8px #444 solid;
}

.company.position.fukuoka .work .nomikai-content h3:before {
  left: 0;
  top: 8px;
  background-color: #999;
  border-right-color: #444;
}

.company.position.fukuoka .work .nomikai-content h3:after {
  left: 0;
  top: 16px;
  background-color: #444;
  border-right-color: #999;
}

.company.position.fukuoka .work .nomikai-figure {
  width: 42%;
}

@media screen and (max-width: 720px) {
  .company.position.fukuoka .work h2 {
    margin: 60px 0;
  }

  .company.position.fukuoka .work ul {
    display: block;
  }

  .company.position.fukuoka .work ul li {
    width: 90%;
    margin: 0 auto 20px auto;
    font-size: 0.8em;
  }

  .company.position.fukuoka .work ul li h3 {
    font-size: 1.4rem;
  }

  .company.position.fukuoka .work .nomikai-contents {
    display: block;
  }

  .company.position.fukuoka .work .nomikai-content {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8em;
  }

  .company.position.fukuoka .work .nomikai-figure {
    width: 90%;
    margin: 0 auto 16px auto;
  }

  .company.position.fukuoka .work .nomikai-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 6px;
  }
}

/* ------------------------------
メッセージ
--------------------------------*/
.company.position.fukuoka .greeting h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
}

.company.position.fukuoka .greeting .contents {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.company.position.fukuoka .greeting .contents figure {
  width: 100%;
}

.company.position.fukuoka .greeting .contents img {
  border-radius: 20px;
}

.company.position.fukuoka .greeting .content {
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}

.company.position.fukuoka .greeting .content p {
  line-height: 2;
  font-size: 1.2em;
  font-weight: bold;
}

.company.position.fukuoka .greeting .content p span {
  color: red;
}

@media screen and (max-width: 720px) {
  .company.position.fukuoka .greeting .content p {
    font-size: 0.8em;
  }
}
