/*
Theme Name: みんな、つながってる？北陸電話工事採用サイト
*/

@charset "utf-8";

html {
  font-size: 10px;
}

a,
p {
  text-decoration: none !important;
  padding: 0;
  margin: 0;
}

a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

a[href^="tel:"]{
  pointer-events: none;
  cursor: default;
}


@media (max-width: 767px) {
  a[href^="tel:"]{
    pointer-events: auto;
    cursor: pointer;
  }
}

.ph {
  display: none !important;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.home .container {
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
}

.header {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 100;
  position: fixed;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 70px;
}

.mainlogo {
  width: 200px;
  margin-left: 30px;
}

.mainlogo img {
  width: 100%;
}

.mainlogo img:hover {
  opacity: 0.85;
  transition: 0.2s;
}

.header-inner nav {
  display: flex;
}

@media (max-width: 1160px) {
  .header-inner nav {
    display: none;
  }
}

.nav a {
  color: #000;
  padding-bottom: 3px;
  display: flex;
  margin: 0 17px;
  height: 100%;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
}

.nav a:hover {
  opacity: 0.85;
  transition: 0.2s;
}

.nav a::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: 25px;
}

.nav {
  list-style: none;
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-2 li {
  font-size: 1.5rem;
  color: #000;
  height: 100%;
}

.nav-2 li:last-child {
  margin-right: 10px;
}

.nav-btn {
  color: #fff;
  background: #2C85FF;
  padding: 0 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
  font-weight: 600;
  height: 70px;
}

.nav-btn-entry {
  background: #FF5D78; 
}

.mainvideo video {
  width: 100%;
  vertical-align:top;
}

@media (max-width: 767px) {
  .header {
    background-color: rgba(255, 255, 255);
  }
}

@media (max-width: 567px) {
  .header {
    height: 70px;
  }

  .mainlogo {
    width: 200px;
    margin-left: 20px;
  }

  .mainvideo video {
    margin-top: 70px;
  }

  .home .container {
    padding: 0;
  }
}

.read {
  text-align: center;
  margin: 100px 0;
}

@media (max-width: 1160px) {
  .read {
    margin: 80px 0;
  }
}

.read img {
  width: 50%;
}

.read p {
  color: #2C85FF;
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin: 40px 0;
}

.read a {
  color: #FFF;
  display: inline-block;
  max-width: 430px;
  width: 100%;
}

.read-btn-1 {
  background-color: #2C85FF;
  padding: 17px 20px 13px;
  display: block;
  font-size: 2.5rem;
  border-radius: 100px;
  letter-spacing: 3px;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}

.read-btn-1 span {
  font-family: 'Josefin Sans', sans-serif;
}

.read-btn-1:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.read-btn-1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 45px;
  background-image: url(images/read.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -10px;
}

@media (max-width: 900px) {
  .container {
    max-width: 86% !important;
  }
}

@media (max-width: 767px) {
  .read {
    margin: 60px 0;
  }

  .read img {
    width: 70%;
  }

  .read p {
    font-size: 1.4rem;
    line-height: 3rem;
    margin: 40px 10%;
    text-align: left;
  }

  .pc {
    display: none !important;
  }

  .read-btn-1 {
    padding: 10px 10%;
    font-size: 1.8rem;
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .read-btn-1:before {
    margin-top: 0;
  }
}

@media (max-width: 567px) {
  .read-btn-1:before {
    width: 30px;
    height: 34px;
    margin-right: 15px;
  }

  .container {
    max-width: 90% !important;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 736px) {
  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    float: none;
    margin: 0 auto 1.5em;
  }
}

@media screen and (max-width: 567px) {
  .alignleft,
  .alignright,
  .aligncenter {
    max-width: 100%;
  }
}

.overflow {
  overflow: hidden;
}


.news {
  background-color: #59CE6A;
  padding: 50px 0;
}

.news h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 6px;
  font-size: 4rem;
  margin: 0 0 40px;
  font-family: 'Josefin Sans', sans-serif;
}

.news-loop ul {
  list-style: none;
  padding: 0;
}

.news-loop li {
  border-bottom: 1px #707070 dashed;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.news-loop li a {
  color: #000;
  display: flex;
  width: 85%;
  margin: auto;
  padding: 15px 0 10px;
}

.news-loop li a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.news-loop li span {
  margin-right: 50px;
}

.news-more a {
  color: #000;
  border-bottom: 2px #000 solid;
  padding-bottom: 3px;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}

.news-more a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.news-more {
  text-align: right;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .news h2 {
    margin: 0 0 20px;
  }

  .news-loop li a {
    display: block;
    width: 100%;
  }

  .news-loop li {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .news-loop li span {
    display: block;
    margin: 0 10%;
  }

  .news-loop li span:last-child {
    margin: 5px 10% 0 10%;
  }
}

@media (max-width: 567px) {
  .news h2 {
    letter-spacing: 6px;
    font-size: 3rem;
  }

  .news-loop li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .news-loop li span {
    margin: 0;
  }

  .news-loop li span:last-child {
    margin: 5px 0 0;
  }
}

.back {
  background-color: #F4F4F4;
}

.page-back {
  background-color: #F4F4F4;
  padding: 15px 0 50px;
  margin-bottom: 50px;
}

.page-back .container {
  max-width: 1100px !important;
}

.page-template-tp-stafftobira .back {
  padding: 80px 0 1px;
}

.message {
  padding: 100px 0;
}

.message h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 2.7rem;
  color: #2C85FF;
  margin-top: 0;
}

.message-img {
  display: flex;
  border: 1px #000 solid;
  width: 100%;
  height: 300px;
  border-radius: 50px;
  background: #2c85ff;
}

.message img {
  width: 50%;
  border-radius: 50px 0 0 50px;
  object-fit: cover;
}

.message-text {
  width: calc(50% - 10%);
  color: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.message-text h3 {
  font-family: "Josefin Sans",sans-serif;
  font-size: 4rem;
  letter-spacing: 3px;
  margin: 0 0 20px;
  line-height: 4rem;
}

.message-text p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 3rem;
}

.message-text a {
  display: block;
  margin: auto auto 0;
  max-width: 250px;
  width: 100%;
}

.message-btn-1 {
  background-color: #FFF;
  border-radius: 100px;
  color: #2C85FF;
  padding: 10px 30px;
  font-size: 2rem;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
}

.message a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.message-mov {
  margin-top: 50px !important;
  justify-content: center;
}

.message-mov iframe {
  width: 100%;
  height: 270px;
}

.message-mov p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .ph {
    display: inline-block !important;
  }
}

@media (max-width: 567px) {
  .message-mov {
    margin-top: 0 !important;
  }

  .message-mov iframe {
    height: 100%;
  }

  .message {
    padding: 50px 0;
  }

  .message-img {
    height: 250px;
    border-radius: 30px;
  }

  .message img {
    border-radius: 30px 0 0 30px;
  }

  .message-text h3 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin: 0 0 10px;
    line-height: 3.5rem;
  }

  .message-text p {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .message-text a {
    width: 90%;
  }

  .message-btn-1 {
    font-size: 1.3rem;
    letter-spacing: 0px;
    padding: 5px 10px;
    line-height: 1.3rem;
  }

  .message-mov p {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.infrastructure img {
  width: 100%;
}

.infrastructure-text {
  position: relative;
  top: -380px;
  background-color: #FFF;
  padding: 50px 0;
  border-radius: 50px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: -300px;
  background-color: #F4F4F4;
}

.infrastructure p {
  color: #333;
  font-weight: bold;
  width: 70%;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1.7;
}

.infrastructure h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: #2C85FF;
  letter-spacing: 8px;
  line-height: 3.8rem;
  margin: 0 0 0.5em;
  font-family: 'Josefin Sans', sans-serif;
}

.infrastructure h2 span {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.infrastructure-btn {
  width: calc(100% - 10rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.infrastructure-btn div {
  margin: 5px 0;
  width: calc(50% - 8px);
  position: relative;
}

.infrastructure a {
  width: calc(100% - 60px);
  color: #292D33;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  background-color: #CCE0FF;
  padding: 14px 30px;
  display: inline-block;
}

.infrastructure-btn div:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.infrastructure-btn div::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/Infrastructure.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 1023px) {
  .infrastructure-text {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .infrastructure-text {
    width: 86%;
    padding: 40px 0;
    top: -240px;
    margin-bottom: -240px;
  }

  .infrastructure h2 {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }

  .infrastructure h2 span {
    font-size: 2rem;
  }

  .infrastructure p {
    font-size: 1.6rem;
    width: 80%;
  }

  .infrastructure-btn {
    margin: 30px auto 0;
    width: 80%;
  }
}

@media (max-width: 567px) {
  .infrastructure-btn div {
    width: 100%;
  }
  .infrastructure-text {
    top: -100px;
    margin-bottom: -100px;
  }

  .infrastructure h2 {
    font-size: 2.6rem;
    line-height: 2.4rem;
    letter-spacing: 4px;
  }

  .infrastructure h2 span {
    font-size: 1.4rem;
  }

  .infrastructure p {
    font-size: 1.3rem;
  }
}

.business {
  padding: 80px 0;
}

.business-h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 2.7rem;
  color: #2C85FF;
  margin: 0 0 40px;
}

.business-cont {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.business-cont a {
  width: calc(100% / 3 - 16px);
  border-radius: 20px;
  border: 1px solid #2C85FF;
  background: #fff;
}

.business-cont h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  background: #2C85FF;
  padding: 20px 30px;
  border-radius: 19px 19px 0 0;
  line-height: 2.5rem;
}

.business-cont a > div {
  padding: 30px;
}

.business-cont a > div > p {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.business-cont .introduction-more {
  margin: 30px 0 0;
  color: #000;
  border-bottom: none;
  width: 100%;
  text-align: center;
}

.business-cont .introduction-more p {
  border-bottom: 2px #000 solid;
  display: inline-block;
}

@media (max-width: 567px) {
  .business-cont {
    gap: 10px;
  }

  .business-cont a {
    width: calc(100% / 2 - 7px);
  }

  .business-cont a > div {
    padding: 10px;
  }

  .business-cont h3 {
    padding: 15px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0;
  }

  .business-cont .introduction-more {
    margin: 20px 0 0;
    font-size: 1.5rem;
  }

  .business-cont a > div > p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}

.movie {
  background-color: #59CE6A;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.movie-h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 20vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.24);
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  position: absolute;
  left: 0;
  top: -10%;
}

.message-mov {
  z-index: 1;
  position: relative;
}

@media (max-width: 567px) {
  .movie-h2 {
    left: -10px;
    top: -10px;
    font-size: 28vw;
  }

  .message-mov > div {
    margin-bottom: 30px;
  }
}

.introduction h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 2.7rem;
  color: #2C85FF;
  margin: 0 0 40px;
}

.introduction {
  padding: 100px 0 150px;
}

.introduction-btn {
  background-color: #FFF;
  border-radius: 30px;
  border: 1px #000 solid;
  margin: 0 50px;
  color: #2C85FF;
}

@media (max-width: 567px) {
  .introduction-btn {
    margin: 0 5vw;
  }
}

.introduction-btn:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.introduction-btn a {
  color: #2C85FF;
}

.introduction-btn-border {
  border-top: 40px #2C85FF solid;
  border-bottom: 40px #59CE6A solid;
  padding: 50px 80px;
  border-radius: 29px;
  background-position: 90% 5%;
  background-size: 30%;
  background-repeat: no-repeat;
  width: 840px;
}

.introduction-btn-39 {
  background-size: 38%;
  background-position: 95% 5%;
}

.introduction-btn-41 {
  background-size: 33%;
  background-position: 90% 5%;
}

.introduction-btn-225 {
  background-size: 35%;
  background-position: 90% 5%;
}

.introduction-btn-border.introduction-btn-37,
.introduction-btn-border.introduction-btn-43 {
  border-top: 40px #2C85FF solid !important;
  border-bottom: 40px #59CE6A solid !important;
}

.introduction-btn-border.introduction-btn-45,
.introduction-btn-border.introduction-btn-39,
.introduction-btn-border.introduction-btn-227 {
  border-top: 40px #F3FF43 solid !important;
  border-bottom: 40px #5696FC solid !important;
}

.introduction-btn-border.introduction-btn-225,
.introduction-btn-border.introduction-btn-41 {
  border-top: 40px #59CE6A solid !important;
  border-bottom: 40px #F3FF43 solid !important;
}

.introduction-btn-lead {
  color: #333;
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 4.5rem;
}

.introduction-btn-belongs {
  font-size: 1.5rem;
  margin-top: 50px;
  line-height: 2.5rem;
}

.introduction-btn-title {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 15px 0;
}

.introduction-more {
  margin: auto;
  color: #2C85FF;
  border-bottom: 2px #2C85FF solid;
  padding-bottom: 3px;
  font-size: 2rem;
  display: table;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
}

.slick-prev,
.slick-next {
  width: 45px !important;
  height: 45px !important;
  z-index: 1 !important;
}

@media (max-width: 567px) {
  .slick-prev,
  .slick-next {
    width: 27px !important;
    height: 27px !important;
  }
}

.slick-prev {
  left: calc(100vw / 2 - 575px) !important;
  z-index: 100;
  width: auto !important;
}

.slick-next {
  right: calc(100vw / 2 - 575px) !important;
  z-index: 100;
}


@media (max-width: 1023px) {
  .introduction-btn-border {
    width: auto;
  }

  .slick-prev {
    left: 7px !important;
  }

  .slick-next {
    right: 7px !important;
  }
}

@media (max-width: 767px) {
  .introduction {
    padding: 80px 0;
  }

  .introduction-btn-lead {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .introduction-btn-belongs {
    font-size: 1.4rem;
  }

  .introduction-btn-border {
    background-position: 100% 5%;
    padding: 50px 30px;
  }
}

@media (max-width: 567px) {
  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }

  .introduction h2 {
    font-size: 2.7rem;
  }

  .introduction {
    padding: 60px 0;
  }

  .introduction-btn-lead {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 3.5rem;
  }

  .introduction-btn-title {
    margin: 5px 0 10px;
    font-size: 2.3rem;
    letter-spacing: 1px;
  }

  .introduction-btn-belongs {
    font-size: 1.4rem;
    margin-top: 200px;
    line-height: 2.2rem;
  }

  .introduction-btn-border {
    background-position: center 90px;
    background-size: 70%;
    padding: 20px;
  }

  .introduction-btn-39 {
    background-position: center 90px;
    background-size: 80%;
  }

  .introduction-btn-225 {
    background-position: center 100px;
    background-size: 85%;
  }
}


.slick-prev:before {
  content: '＜' !important;
}

.slick-next:before {
  content: '＞' !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: '' !important;
  font-size: 25px !important;
  color: #2C85FF !important;
  background-color: #F4F4F4;
  border-radius: 100px;
  padding: 10px;
}

@media (max-width: 567px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 13px !important;
    padding: 7px;
  }
}

.page-template-tp-staff .slick-prev:before,
.page-template-tp-staff .slick-next:before {
  background-color: #fff;
}

.symposium-1 {
  position: relative;
  margin-bottom: 100px;
}

.symposium-2 {
  position: relative;
  margin-bottom: 100px;
}

.symposium img {
  display: block;
  width: 100%;
}

.symposium-1 a,
.symposium-2 a {
  display: block;
  width: 100%;
  max-width: 285px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.symposium-1 a {
  color: #2C85FF;
}

.symposium-2 a {
  color: #FF5D78;
}

.symposium-btn-1 {
  background-color: #FFF;
  padding: 10px 0;
  border-radius: 100px;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .symposium-1 {
    margin-bottom: 50px;
  }

  .symposium-2 {
    margin-bottom: 50px;
  }

  .symposium-1 a,
  .symposium-2 a {
    bottom: 15px;
    max-width: 180px;
  }

  .symposium-btn-1 {
    padding: 5px 0;
    font-size: 1.3rem;
  }
}

.pure-u-1-3 a {
  color: #000;
}

.moreinfo {
  padding: 100px 0;
}

.moreinfo-2 {
  border: 1px #000 solid;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.moreinfo-2:hover {
  opacity: 0.85;
  transition: 0.2s;
}

.moreinfo-2-img {
  height: 170px;
}

.moreinfo-2 img {
  width: 100%;
  height: 100%;
  border-radius: 29px 29px 0 0;
  object-fit: cover;
}

.moreinfo-2-text {
  padding: 25px 0;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.moreinfo-2-1 {
  background-color: #2C85FF;
}

.moreinfo-2-2 {
  background-color: #59CE6A;
}

.moreinfo-2-3 {
  background-color: #FF5D78;
}

.moreinfo-2 h3 {
  color: #000;
  font-size: 1.9rem;
  margin: 0;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 2.9rem;
}

.moreinfo-2-text div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: end;
}

.moreinfo-more {
  padding-top: 25px;
  color: #000;
  border-bottom: 2px #000 solid;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  margin-top: auto;
}

.moreinfo .pure-g > div > a {
  height: 100%;
  display: block;
}

@media (max-width: 567px) {
  .moreinfo {
    padding: 60px 0;
  }

  .moreinfo-1 p {
    font-size: 1.2rem;
    padding-top: 18px;
  }

  .moreinfo-1 {
    margin: 20px auto 0;
    padding: 34px 0;
  }

  .moreinfo-1 h2 {
    margin: 0 20px;
    padding-bottom: 18px;
    letter-spacing: 4px;
    font-size: 2.5rem;
  }

  .moreinfo-2-text {
    padding: 15px 10px;
  }

  .moreinfo-2-img {
    height: 100px;
  }

  .moreinfo-2 h3 {
    letter-spacing: 1px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .moreinfo-more {
    padding-top: 0;
    font-size: 1.2rem;
  }
}


footer {
  background-color: #2C85FF;
  padding: 40px 0 20px;
}

.footer-sitemap {
  border-bottom: 1px #FFF solid;
  padding-bottom: 40px;
}

.footer-sitemap .container {
  max-width: 1000px;
}

@media (max-width: 1150px) {
  .footer-sitemap .container {
    max-width: 86% !important;
  }
}

@media (max-width: 567px) {
  .footer-sitemap .container {
    max-width: 90% !important;
  }
}

.footer-sitemap ul {
  color: #FFF;
}

.footer-sitemap .container > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 1.5rem;
  padding: 0;
}

.footer-sitemap .container > ul:first-child {
  margin-left: 0;
}

.footer-sitemap .container > ul:last-child {
  margin-right: 0;
}

.footer-sitemap .container > ul li {
  margin: 0 18px;
  line-height: 3rem;
}

.footer-sitemap .container > ul > li > a {
  font-weight: bold;
}

@media (max-width: 567px) {
  .footer-sitemap .container > ul > li > a {
    font-size: 1.4rem;
  }
}

.footer-sitemap .container > ul > li > ul {
  list-style: initial;
  padding-left: 0;
}

.footer-sitemap .container > ul > li {
  margin: 0 0 5px 0;
}

.footer-sitemap a {
  color: #FFF;
}

.footer-sitemap a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.footer-company .container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  padding-top: 20px;
}

.footer-logo-hokuwa {
  width: 180px;
  margin-right: 50px;
}

.footer-logo {
  width: 200px;
  margin-right: 50px;
  padding-top: 7px;
}

.footer-logo img {
  width: 100%;
}

.footer-company-text {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media (max-width: 567px) {
  .footer-logo {
    width: 180px;
    padding: 13px 0;
  }

  .footer-company-text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.footer-company-text a {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-logo {
    padding-top: 13px;
  }

  .footer-sitemap .container > ul {
    font-size: 1.3rem;
    display: inline-block;
  }

  .footer-sitemap .container > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-company .container {
    display: block;
  }

  .footer-sitemap .container > ul li {
    line-height: 2rem;
  }

  .footer-sitemap .container > ul > li:first-child > a {
    margin: 0 0 5px;
    display: inline-block;
  }

  .footer-sitemap .container > ul > li:not(:first-child) > a {
    margin: 20px 0 5px;
    display: inline-block;
  }
}

.page-template-tp-staff .container {
  max-width: 1000px;
}

.staff-head-main {
  background-color: #2C85FF;
  height: 75vh;
  position: relative;
  color: rgba(255, 255, 255, 0.24);
}

.staff-head-name {
  font-size: 25rem;
  overflow: hidden;
  position: relative;
  top: 20%;
  padding-left: 5%;
  line-height: 24rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 20px;
  font-weight: bold;
}

.staff-head-img {
  position: absolute;
  height: 75vh;
  width: 30%;
  top: 10%;
  right: 10%;
}

@media (max-width: 1500px) {
  .staff-head-name {
    font-size: 22rem;
    line-height: 21rem;
    letter-spacing: 15px;
  }

  .staff-head-main {
    height: 550px;
  }

  .staff-head-img {
    height: 550px;
  }
}

.page-id-225 .staff-head-img {
  width: 33%;
  top: 14%;
}

.staff-head-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% -9%;
}

.staff-head-text {
  position: absolute;
  bottom: -15%;
  background-color: #FFF;
  color: #2C85FF;
  padding: 20px 100px 0 150px;
  border-radius: 0 150px 0 0;
  z-index: 90;
}

.staff-head-text p {
  border-bottom: 2px #2C85FF solid;
  display: inline-block;
  font-size: 2.7rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  padding: 0;
  margin-top: 15px;
}

.staff-head-text-belongs {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 10px;
}

.staff-head-text-title {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px 0 25px;
}

.staff-head-text-year {
  font-size: 2rem;
  font-weight: bold;
}

.staff-profile-back {
  background-color: #FFF;
  height: 240px;
  position: relative;
}

.staff-profile-back .container {
  position: absolute;
  bottom: -40%;
  margin: auto;
  right: 0;
  left: 0;
}

.staff-profile {
  background-color: #F4F4F4;
  border: 2px #2C85FF solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2C85FF;
  border-radius: 60px;
  padding: 30px 50px;
}

.staff-profile h2 {
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
  line-height: 2.8rem;
  font-family: 'Josefin Sans', sans-serif;
}

.staff-profile span {
  font-size: 2rem;
  font-weight: bold;
}

.staff-profile-text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.8rem;
  width: 75%;
}

.staff-back {
  background-color: #F4F4F4;
  padding: 150px 0;
}

.staff-1 {
  display: flex;
  justify-content: end;
  align-items: end;
}

.staff-2 {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding: 20rem 0 10rem;
}

.staff-1-img img {
  width: 38rem;
  height: 38rem;
  object-fit: cover;
  object-position: center;
  box-shadow: -2rem 3rem 0px 0 #F3FF43;
  border-radius: 5rem;
  position: relative;
  top: 5rem;
  left: 5rem;
}

.staff-2-img img {
  box-shadow: 2rem 3rem 0px 0 #FF5D78;
  top: -5rem;
  left: -5rem;
}

.staff-3-img img {
  box-shadow: -2rem -3rem 0px 0 #2C85FF;
}

.staff-1-text {
  background-color: #FFF;
  padding: 8rem 14rem;
  width: 43%;
  border-radius: 5rem 0 0 5rem;
}

.staff-2-text {
  border-radius: 0 5rem 5rem 0;
}

.staff-1-head {
  color: #2C85FF;
  font-size: 3.6rem;
  line-height: 6rem;
  letter-spacing: 3px;
}

.staff-1-textsab {
  color: #333;
  font-size: 1.5rem;
  padding-top: 40px;
  line-height: 3rem;
}

.staff-myfavorite {
  background-color: #2C85FF;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  border-radius: 5rem;
  margin-top: 15rem;
  padding: 5rem;
}

.staff-myfavorite-text {
  width: 55%;
}

.staff-myfavorite-text h2 {
  font-size: 4.5rem;
  margin: 0;
  font-weight: bold;
  line-height: 3.5rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 4px;
}

.staff-myfavorite-text span {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.staff-myfavorite-textsab {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 3rem;
}

.staff-myfavorite-img img {
  width: 30rem;
  height: 30rem;
  object-fit: cover;
  object-position: center;
  border-radius: 5rem;
}

@media (max-width: 767px) {
  .staff-myfavorite {
    display: block;
    margin-top: 0;
    padding: 4rem;
  }

  .staff-myfavorite > * {
    width: 100%;
  }

  .staff-myfavorite-text h2 {
    font-size: 3.5rem;
  }

  .staff-myfavorite-text {
    margin: 0 0 30px;
  }

  .staff-myfavorite-textsab {
    margin-top: 2rem;
  }

  .staff-myfavorite-text span {
    font-size: 1.8rem;
  }

  .staff-myfavorite-img img {
    width: 100%;
    height: 250px;
  }
}

.staff-message {
  position: relative;
}

.staff-message-text {
  background-color: #FFF;
  color: #2C85FF;
  padding: 7rem 0;
  margin-top: 15rem;
}

.staff-message h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
  line-height: 3.5rem;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
}

.staff-message span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.staff-message p {
  overflow-wrap: break-word;
  display: inline-block;
  width: 50%;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 3.2rem;
  margin: 3rem 0 0;
}

.staff-message-img {
  height: 550px;
  position: absolute;
  top: -18%;
  right: 15%;
  margin: auto;
}



/* 画像調整　社員紹介　杉原さん */

.page-id-225 .staff-message-img {
  right: 10%;
}

.staff-message-img img {
  height: 100%;
  filter: drop-shadow(30px 10px 5px #B9CBD0);
}

@media (max-width: 767px) {
  .staff-message-text {
    padding: 7rem 0 3rem;
  }

  .staff-message h2 {
    font-size: 3.8rem;
    line-height: 2.5rem;
  }

  .staff-message p {
    width: 100%;
  }

  .staff-message-img {
    background: #fff;
    position: relative;
    text-align: center;
    top: inherit;
    right: inherit;
    height: 400px;
  }

  .page-id-225 .staff-message-img {
    right: 0;
  }

  .staff-message span {
    font-size: 1.6rem;
  }
}

.staff-infrastructure {
  display: flex;
  justify-content: space-between;
  margin-top: 15rem;
}

.staff-infrastructure h2 {
  font-size: 3.7rem;
  margin: 0;
  font-weight: bold;
  line-height: 2.5rem;
  color: #2C85FF;
  letter-spacing: 8px;
  margin-right: 5%;
  font-family: 'Josefin Sans', sans-serif;
}

.staff-infrastructure > .infrastructure {
  flex: 1;
}

.staff-infrastructure span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2C85FF;
  letter-spacing: 3px;
}

.staff-infrastructure-text {
  background-color: transparent;
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}

.staff-infrastructure-btn {
  margin: 0;
  width: auto;
}

.staff-infrastructure-btn div {
  font-size: 1.4rem;
  width: 100%;
}

.staff-infrastructure-btn a {
  width: calc(50% - 70px);
}

.staff-infrastructure-btn a div::after {
  right: -15px;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 567px) {
  .staff-infrastructure-btn a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .staff-infrastructure {
    display: block;
  }

  .staff-infrastructure h2 {
    font-size: 3rem;
    line-height: 2.2rem;
    margin: 0 0 20px;
    letter-spacing: 5px;
  }

  .staff-infrastructure span {
    font-size: 1.2rem;
  }
}

.staff-introduction {
  padding: 100px 0 0;
}

@media (max-width: 1023px) {
  .staff-head-name {
    font-size: 18rem;
    line-height: 18rem;
    letter-spacing: 15px;
  }

  .staff-head-text-title {
    font-size: 3.5rem;
    padding: 10px 0 20px;
  }

  .staff-head-text {
    padding: 20px 70px 0 70px;
  }

  .staff-1-text {
    padding: 6rem 8rem;
  }

  .staff-1-head {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .staff-1-img img {
    width: 30rem;
    height: 30rem;
    left: 2rem;
  }

  .staff-1-textsab {
    padding-top: 30px;
  }

  .staff-2-img img {
    left: -2rem;
  }
}

@media (max-width: 767px) {
  .staff-head-name {
    font-size: 14rem;
    line-height: 14rem;
    letter-spacing: 15px;
  }

  .staff-profile-back {
    height: 330px;
  }

  .staff-profile-back .container {
    top: 150px;
  }

  .staff-head-img {
    height: 550px;
    width: 300px;
    right: 5%;
  }

  .page-id-225 .staff-head-img {
    top: 20%;
    width: 40%;
  }
  
  .staff-head-text {
    border-radius: 0 100px 0 0;
    padding: 10px 70px 0;
  }

  .staff-head-text p {
    font-size: 2rem;
  }

  .staff-head-text-belongs {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .staff-head-text-title {
    font-size: 2.8rem;
  }

  .staff-head-text-year {
    font-size: 1.6rem;
  }

  .staff-profile h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .staff-profile {
    padding: 40px;
  }

  .staff-profile span {
    font-size: 1.5rem;
  }

  .staff-profile-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 70%;
  }

  .staff-1,
  .staff-3 {
    flex-direction: column-reverse;
    justify-content: inherit;
    align-items: inherit;
    padding: 5rem 0;
  }

  .staff-2 {
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
    padding: 5rem 0;
  }

  .staff-1 {
    padding: 0 0 5rem;
  }

  .staff-1-text {
    width: auto;
    margin: 0 0 0 30px;
    padding: 5rem 4rem 7rem;
  }

  .staff-2-text {
    width: auto;
    margin: 0 30px 0 0;
    padding: 5rem 4rem 7rem;
  }

  .staff-1-textsab {
    padding-top: 20px;
  }

  .staff-1-img {
    text-align: left;
  }

  .staff-2-img {
    text-align: right;
  }

  .staff-1-img img {
    top: -2rem;
  }  
}


@media (max-width: 567px) {
  .staff-head-main {
    height: 450px;
  }

  .staff-head-img {
    top: 18%;
    right: 0;
    width: 70%;
  }

  .page-id-225 .staff-head-img {
    top: 20%;
    right: 0;
    width: 68%;
  }

  .staff-head-name {
    font-size: 8rem;
    line-height: 10rem;
    letter-spacing: 8px;
  }

  .staff-head-text {
    padding: 10px 70px 0 30px;
  }
  .staff-profile {
    display: block;
  }

  .staff-profile > * {
    width: 100%;
  }

  .staff-profile-text {
    margin: 10px 0 0;
  }

  .staff-back {
    padding: 300px 0 100px;
  }

  .staff-1-head {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.page-main .container {
  max-width: 1000px;
}

@media (max-width: 1150px) {
  .page-main .container {
    max-width: 86% !important;
  }
}

.page-img {
  position: relative;
  width: 100%;
}

.page-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: 0 0;
}

@media (min-width: 1700px) {
  .page-img img {
    height: 50vh;
  }
}

.page-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 550px;
}

@media (min-width: 1700px) {
  .page-img:before {
    height: 50vh;
  }
}

@media (max-width: 567px) {
  .tobira-main {
    position: relative;
    top: 70px;
  }

  .page-img:before {
    height: 250px;
  }

  .page-img img {
    height: 250px;
    object-position: 50% 0;
  }
}

.page-title {
  font-size: 5.5rem;
  font-weight: bold;
  margin: 70px 0 0;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  color: #2C85FF;
}

.tobira-title {
  position: absolute;
  font-size: 2rem;
  color: #FFF;
  top: 130px;
  left: 80px;
}

.archive-title {
  width: 75%;
  margin: 50px auto 40px;
}

.page-title span {
  font-size: 2.5rem;
  margin-left: 20px;
}

.page-title-eng {
  font-size: 8.5rem;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0 0 10px -10px;
}

.page-text {
  font-size: 1.7rem;
  line-height: 2.9rem;
  margin: 0 0 100px;
}

.page-text.tobira-text {
  margin: 80px 0 80px;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 5.5rem;
  }
}

@media (max-width: 567px) {
  .archive-title {
    width: 80%;
  }

  .page-title span {
    font-size: 2rem;
    margin-left: 10px;
  }

  .tobira-title {
    font-size: 1.5rem;
    top: 40px;
    left: 30px;
  }

  .page-title-eng {
    font-size: 4.5rem;
    margin: 0 0 10px 0px;
  }

  .page-title {
    font-size: 3.5rem;
  }
}

.tobira {
  margin: 50px 0;
}

.tobira-text .style-read {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #2C85FF;
  font-weight: 600;
  line-height: 3.5rem;
}

.bgskew {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  text-align: center;
  outline: none;
  background-color: #2C85FF;
  border-radius: 100px;
  width: 100%;
  border: 1px #000 solid;
  /*アニメーションの指定*/
  transition: ease .2s;
}


@media (min-width: 767px) {
  /*ボタン内spanの形状*/
  .tobira-btn-1 span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }

  .tobira-btn-1:hover span {
    color: #2C85FF;
  }

  /*== 背景が流れる（斜め） */
  .bgskew::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: -130%;
    /*色や形状*/
    background: #F3FF43;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
  }

  /*hoverした時のアニメーション*/
  .bgskew:hover::before {
    animation: skewanime .3s forwards;
    /*アニメーションの名前と速度を定義*/
  }

  @keyframes skewanime {
    100% {
      left: -10%;
      /*画面の見えていない左から右へ移動する終了地点*/
    }
  }
}


.tobira-btn-text {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2.5px;
  color: #fff;
  padding: 28px 0;
}

.tobira-btn-1:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .tobira {
    margin: 60px 0;
  }

  .tobira-btn-text {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 20px 0;
  }
}

@media (max-width: 567px) {
  .tobira {
    margin: 120px 0 30px;
  }

  .tobira .pure-u-1 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.none-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 100px;
}

.none-text a {
  color: #2C85FF;
}

.none-text:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.archive-content {
  margin: 50px 0;
}

.archive-content .archive {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: auto;
}

.archive.single {
  margin: 60px auto auto;
}

.archive-text li span {
  margin: 0 50px 0 50px;
}

.archive-list {
  width: 20%;
}

.archive-list ul {
  padding: 0;
  margin: 0;
}

.archive-list li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 3rem;
  background-color: #59CE6A;
  border-bottom: 10px #FFF solid;
  display: flex;
  align-items: center;
  position: relative;
}

.archive-list li:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.archive-list li::after {
  content: '＞';
  color: #FFF;
  float: right;
  position: absolute;
  right: 10px;
}

.archive-list li a {
  color: #000;
  padding: 20px 15px;
  display: inline-block;
  width: 100%;
}

.archive-list li a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.archive-text {
  width: 75%;
}

.archive-text ul {
  margin: 0;
}

.archive-text li {
  font-size: 1.8rem;
  padding: 15px 0;
}

.archive-text li:first-child {
  padding-top: 0;
}

.archive-text span {
  font-size: 1.4rem;
}

.archive-pagination ul {
  display: flex;
  padding: 0;
  justify-content: center;
  margin-top: 50px;
}

.archive-pagination li {
  list-style: none;
}

.archive-pagination a {
  border: 1px #2C85FF solid;
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px;
  font-size: 1.2rem;
  color: #2C85FF;
}

.archive-pagination a:hover {
  color: #FFF;
  background-color: #2C85FF;
  transition: 0.2s;
}

.archive-pagination span {
  border: 1px #2C85FF solid;
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #2C85FF;
}

.allnews-pagination {
  display: flex;
  padding: 0;
  justify-content: center;
  margin-top: 50px;
}

.allnews-pagination a {
  border: 1px #2C85FF solid;
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px;
  font-size: 1.2rem;
  color: #2C85FF;
}

.allnews-pagination a:hover {
  color: #FFF;
  background-color: #2C85FF;
  transition: 0.2s;
}

.allnews-pagination span {
  border: 1px #2C85FF solid;
  padding: 10px;
  border-radius: 10px;
  margin: 0 5px;
  font-size: 1.2rem;
  color: #FFF;
  background-color: #2C85FF;
}

.archive-pagination li a ::selection {
  color: #FFF;
}

.single-img {
  height: 200px;
}

.single-text {
  width: 75%;
}

.single-text-img {
  width: 80%;
  margin: 0 auto 50px;
}

.single-text-img img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.single-title {
  font-size: 3rem;
  color: #2C85FF;
  font-weight: bold;
  border-bottom: 1px #707070 dashed;
  padding-bottom: 15px;
}

.single-bay {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.5rem;
  padding-top: 15px;
}

.single-category {
  color: #2C85FF;
  border: 1px #2C85FF solid;
  padding: 5px 10px;
  margin-right: 10px;
}

.entry-content {
  margin-top: 50px;
  font-size: 1.7rem;
  line-height: 2.9rem;
}

@media (max-width: 567px) {
  .archive-content .archive {
    width: 80%;
    flex-direction: column-reverse;
  }

  .archive-list {
    width: auto;
    margin-top: 50px;
  }

  .archive-text {
    width: 100%;
  }

  .archive-list li {
    padding: 10px 15px;
    font-size: 1.6rem;
  }

  .single-text {
    width: 100%;
  }
}

.page-pan {
  margin: 80px auto 0;
  font-size: 1.2rem;
  max-width: 1100px;
  line-height: 2rem;
}

@media (max-width: 900px) {
  .page-pan {
    max-width: 86% !important;
  }
}

.page-pan a {
  color: #000;
}

.page-pan a:first-child {
  color: #2C85FF;
}

.page-pan a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.stafftobira .container {
  max-width: 1000px;
}

.stafftobira-pure-g {
  justify-content: left;
  margin: 100px auto auto !important;
  width: 100%;
}

.stafftobira-pure-g > div {
  margin-bottom: 80px;
}

.stafftobira-pure-g a {
  color: #000;
  display: block;
}

.stafftobira-text {
  margin: 50px 0;
  font-size: 1.8rem;
}

.stafftobira-btn-1 {
  background-color: #F3FF43;
  border-radius: 30px;
  border: 1px #000 solid;
  position: relative;
  height: 270px;
}

.stafftobira-pure-g a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.stafftobira-pure-g > :nth-child(3n+2) a > :first-child {
  background-color: #2C85FF;
}

.stafftobira-pure-g > :nth-child(3n+3) a > :first-child {
  background-color: #59CE6A;
}

.stafftobira-btn-img {
  height: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 65%;
}

.stafftobira-39 {
  width: 80%;
}

.stafftobira-41 {
  width: 75%;
}

.stafftobira-225 {
  width: 78%;
}

.stafftobira-227 {
  width: 70%;
}

.stafftobira-btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% -10%;
}

.stafftobira-btn-text {
  font-size: 2.2rem;
  margin: 0;
  letter-spacing: 2px;
  margin-top: 10px;
}

.stafftobira-btn-text span {
  font-size: 1.4rem;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 2.2rem;
  color: #3b3b3b;
  letter-spacing: 0;
}

@media (max-width: 567px) {
  .stafftobira {
    margin: 100px 0 0;
  }

  .stafftobira-btn-1 {
    height: 140px;
    border-radius: 18px;
  }

  .stafftobira-btn-img {
    height: 220px;
    width: 78%;
  }

  .stafftobira-39 {
    width: 93%;
  }

  .stafftobira-41 {
    width: 90%;
  }

  .stafftobira-225 {
    width: 95%;
  }

  .stafftobira-btn-text {
    font-size: 1.8rem;
  }

  .stafftobira-btn-text span {
    line-height: 1.8rem;
  }

  .stafftobira-pure-g > div:nth-child(odd) > a {
    margin: 0 5px 0 0;
  }

  .stafftobira-pure-g > div:nth-child(even) > a {
    margin: 0 0 0 5px;
  }

  .stafftobira-pure-g > div:last-child > a {
    margin: 0;
  }
}

.top-message-main {
  position: relative;
  padding: 50px 0 150px;
}

.top-message-main p:nth-child(1) {
  line-height: 5rem;
  width: 450px;
}

.top-message-main img {
  position: absolute;
  width: 500px;
  height: auto;
  top: 0;
  right: 0;
  z-index: -10;
}

.top-message-main-text {
  color: #2C85FF;
}

.top-message-main-text-l {
  font-size: 3.5rem;
  letter-spacing: 1px;
  line-height: 6rem;
  margin-bottom: 10px;
  display: block;
}

.top-message-main-text-s {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .top-message-main {
    padding: 0;
  }

  .top-message-main p:nth-child(1) {
    line-height: 4rem;
    width: auto;
  }

  .top-message-main img {
    position: relative;
    width: 100%;
  }

  .top-message-main-text-l {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

.page-h2 {
  font-size: 3.5rem;
  color: #2C85FF;
  margin-top: 100px;
}

.page-h2 a {
  color: #2C85FF;
}

@media (max-width: 767px) {
  .page-h2 {
    font-size: 2.4rem;
    margin-top: 50px;
    line-height: 3.5rem;
  }
}

table {
  margin: auto;
  width: 100%;
}

table thead tr > th {
  border-bottom: none;
  text-align: center;
  background-color: #2C85FF;
  color: #FFF;
  border-right: 3px solid #FFF;
  border-left: 3px solid #FFF;
}

table tr:first-child > th {
  border-top: 1px #707070 dashed;
}

table thead tr:first-child > th {
  border-top: none;
}

table th {
  color: #2C85FF;
  text-align: left;
  padding: 1.5rem;
  border-bottom: 1px #707070 dashed;
  width: 20%;
  font-size: 1.5rem;
}

table tr:first-child > td {
  border-top: 1px #707070 dashed;
}

table td {
  padding: 1.5rem;
  border-bottom: 1px #707070 dashed;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.nowrap,
.th-nowrap th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  table th,
  table td {
    padding: 1rem;
  }

  .careersupport table ul {
    margin: 0;
    padding: 0 10px 0 30px;
  }

  .careersupport-harada {
    width: 100%;
    margin: 0 auto !important;
  }

}

@media (max-width: 567px) {
  .table_wrap table {
    margin: 0 0 15px;
  }

  table tr:first-child > td {
    border-top: none;
  }

  table th {
    padding: 1.5rem 0;
  }

  table th,
  table td {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
  
  .table_wrap table th {
    display: table-cell;
    width: auto;
    padding: 1rem 1.5rem;
  }

  .table_wrap table td {
    display: table-cell;
    width: auto;
    padding: 1rem 1.5rem;
  }

  .table_wrap table tr:first-child > th {
    border-top: none;
  }

  .table_wrap::-webkit-scrollbar {
    height: 3px;
  }

  .table_wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #666;
  }

  .table_wrap::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .table_wrap {
    overflow-x: scroll;
  }

  .table_wrap table {
    white-space: nowrap;
  }
}

.entry-link {
  text-align: center;
  margin: 50px 0 150px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
}

.entry-link-nabi {
  text-align: center;
  margin: 100px 0 -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.entry-link-nabi a {
  height: 70px;
  width: 300px;
}

.entry-link-nabi a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.entry {
  background-color: #F3FF43;
  border-radius: 100px;
  border: 1px #2C85FF solid;
  color: #2C85FF;
  padding: 20px;
  margin: 0 30px;
  display: block;
  max-width: 320px;
  width: 100%;
  line-height: 1;
}

.entry span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.entry:hover span {
  color: #FFF;
}

.bgskew-2::before {
  /*色や形状*/
  background: #2C85FF;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

.entry:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .entry-link {
    display: block;
    font-size: 1.6rem;
    margin: 60px 0;
  }

  .entry-link-nabi {
    margin: 50px 0 0px;
  }

  .entry,
  .cont {
    margin: 20px auto;
  }
}

@media (max-width: 567px) {
  .entry {
    padding: 20px 0px;
  }

  .entry-link-nabi {
    display: inline-block;
  }

  .entry-link-nabi a img {
    width: 80%;
  }

  .bgskew {
    margin: 0;
  }
}

.page-h3 {
  color: #2C85FF;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  border-left: 2px #707070 dashed;
  margin: 50px 0;
}

.faq {
  margin-top: 100px;
}

.faq dt {
  font-size: 2rem;
  color: #2C85FF;
  padding: 0 100px 10px;
  display: flex;
  align-items: center;
}

.faq dt span {
  padding: 10px 0 0 70px;
  position: relative;
}

.faq dt span::before {
  content: "";
  background-image: url(images/Q.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq dd {
  margin: 10px 0 50px;
  padding: 0 100px 40px;
  border-bottom: 1px #707070 dashed;
  display: flex;
  align-items: center;
}

.faq dd span {
  padding: 10px 0 0 70px;
  position: relative;
}

.faq dd span::before {
  content: "";
  background-image: url(images/A.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .faq dt {
    font-size: 1.8rem;
    padding: 0 10px 10px;
  }

  .faq dd {
    margin: 10px 0 20px;
    padding: 0 10px 30px;
  }
}

.circle_list h3 {
  color: #000;
  margin: 15px 0 50px;
}

.circle_list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5.33%;
}

.circle_list li {
  width: 28.33%;
  margin-right: 5%;
}

.circle_list .img {
  width: 100%;
  height: 200px;
}

.circle_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle_list a:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.circle_list li:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.block.clearfix > p {
  margin: 30px 0 50px;
}

@media (max-width: 767px) {
  .circle_list ul {
    margin-right: -5%;
  }

  .circle_list li {
    width: 45%;
    margin-right: 5%;
  }

  .circle_list .img {
    height: 180px;
  }

  .circle_list h3 {
    font-size: 1.6rem;
  }
}



/*
.block.clearfix .img {
    width: 1000px;
    height: 450px;
    margin: auto;
}
*/

.block.clearfix .img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.block.clearfix .sab-img {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .block.clearfix .img img {
    height: 300px;
  }
}

@media (max-width: 567px) {
  .block.clearfix .img img {
    height: 220px;
  }
}



/* お問い合わせ */

.pg-entry .page-text h2 {
  color: #2C85FF;
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 40px;
}

.form-cont {
  border-top: 1px dashed #707070;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.form-cont p {
  width: 20%;
}

.form-cont:last-child {
  border-bottom: 1px dashed #707070;
}

.form-address {
  margin: 1.5rem 0 0;
}

.form-cont-name {
  color: #2C85FF;
  font-weight: bold;
}

.form-cont .required {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  background-color:#c00;
  line-height: 1;
  top: -2.5px;
  position: relative;
}

.form-cont-inner {
  width: 75%;
}

.form-cont input[type="text"],
.form-cont input[type="email"],
.form-cont textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
}

.btn-submit {
  margin: 40px 0 0;
  text-align: center;
}

.btn-submit input {
  background: #2C85FF;
  border-radius: 100px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  max-width: 300px;
  padding: 20px 70px;
  width: 100%;
}

.btn-submit input:hover {
   opacity: 0.85;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .form-cont {
    display: block;
  }

  .form-cont p {
    width: auto;
  }

  .form-cont-name,
  .form-cont-inner {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .form-cont-name,
  .form-cont-inner {
    margin-top: 10px;
  }
}



/* Pure.css調整 */

.detail .pure-u-1 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.pure-g {
  margin: 15px -15px;
}

.pure-g > * {
  box-sizing: border-box;
  padding: 15px;
}

@media (max-width: 767px) {
  .detail .pure-u-1 img {
    margin: 30px auto 0;
    max-width: 50%;
    max-height: 160px;
  }

  .detail .pure-g {
    margin: 0;
  }

  .stafftobira-pure-g > div {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 567px) {
  .stafftobira-pure-g > div {
    padding: 0;
  }

  .pure-g {
    margin: 7.5px -7.5px;
  }
  
  .pure-g > * {
    box-sizing: border-box;
    padding: 7.5px;
  }
}



/* 早わかり */

.page-id-11 .page-title {
  text-align: center;
  margin-bottom: 50px;
}

.page-id-11 .page-title:before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 95px;
  background-image: url(images/hayawakari.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -10px;
}

@media (max-width: 567px) {
  .page-id-11 .page-title:before {
    width: 30px;
    height: 50px;
  }
}

.lead {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.lead strong {
  font-size: 5rem;
}

.lead span {
  background: linear-gradient(transparent 60%, #F3FF43 60%);
}

.reason {
  margin: 10rem 0;
  text-align: center;
}

.reason__number {
  font-size: 7rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  color: #2C85FF;
  margin: 0 0 50px;
  text-align: center;
}

.reason__image img {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

.reason__title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.detail {
  padding: 10rem 0;
}

.page-id-11 .container > section:nth-child(3) {
  border-top: solid 2px #2C85FF;
}

.detail .pure-g {
  align-items: center;
}

.detail h3 {
  margin: 0 0 5rem 10rem;
  font-size: 4rem;
}

.detail h4 {
  margin-left: 10rem;
  font-size: 3rem;
  line-height: 4.5rem;
}

.marker {
  background-image: linear-gradient(#F3FF43, #F3FF43);
  background-size: 0 50%;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s;
}



/*アニメーション後*/

.marker.active {
  background-size: 100% 50%;
  /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

.detail p {
  margin-left: 10rem;
}

.detail .infrastructure-btn {
  margin-left: 10rem;
  line-height: normal;
}

.detail .infrastructure-btn div::after {
  bottom: 12px;
}


@media (max-width: 767px) {
  .detail {
    padding: 5rem 0;
  }

  .reason {
    margin: 10rem 0 5rem;
  }

  .reason__number {
    font-size: 5rem;
    margin: 0 0 30px;
  }

  .reason .pure-g {
    justify-content: center;
  }

  .reason .pure-g > div:last-child {
    margin-top: 30px;
  }

  .detail h3 {
    margin: 0;
    font-size: 3.2rem;
    margin-top: 30px;
    text-align: center;
  }

  .detail h4 {
    margin: 30px 0;
    text-align: center;
  }

  .detail p {
    margin-left: 0;
    line-height: 3.5rem;
  }

  .detail .infrastructure-btn {
    margin: 30px auto 0;
    width: 100%;
  }
}

@media (max-width: 567px) {
  .lead {
    font-size: 2.5rem;
  }

  .lead strong {
    font-size: 3.5rem;
  }

  .reason__image img {
    width: 150px;
    height: 110px;
  }

  .reason__title {
    font-size: 1.6rem;
  }

  .detail h3 {
    font-size: 2.5rem;
  }

  .detail h4 {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}



/*画像の中央寄せ*/

.aligncenter {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}



/*画像右寄せ*/

.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}



/* サークル・イベント */

.par-circle .page-text h2 {
  border-left: 10px solid #2C85FF;
  font-size: 2.6rem;
  margin: 60px 0 20px;
  padding: 5px 0 5px 0.5em;
  text-align: left;
}

.par-circle .page-text h3 {
  border-bottom: 3px dotted #2C85FF;
  color: #2C85FF;
  font-size: 2rem;
  padding: 0 0 .8rem;
  margin: 50px 0 20px;
}

.flow p {
  display: inline-block;
}

.flow span {
  border: 2px solid #2C85FF;
  padding: 8px 10px;
  color: #2C85FF;
  margin-right: 10px;
}

.flow p:last-child span {
  background-color: #F3FF43;
  padding: 8px 20px;
}

.flow p:not(:last-child):after {
  content: "▶︎";
  color: #2C85FF;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .par-circle .page-text h2 {
    font-size: 2rem;
    margin: 40px 0 20px;
  }

  .par-circle .page-text h3 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}

/* ページ外リンク位置調整 */
h3.job-anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

/* スクロールアニメーション */
.staff-1-img {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
  z-index: 50;
}

.staff-1-text {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(-30px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.pg-roundtable {
  background-image: radial-gradient(#92c0ff5e 10%, transparent 10%);
  background-size: 12px 12px;
}

.pg-roundtable .page-title {
  display: none;
}

body.pg-roundtable-2 {
  background-image: radial-gradient(#ffd0d891 10%, transparent 10%);
  background-size: 12px 12px;
}

.pg-roundtable-2 .page-title {
  display: none;
}



/* スマホメニュー */

.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

/* オープン時バツに */

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all .4s;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all .4s;
}

#menu-btn-check {
  display: none;
}

/* スマホメニューデザイン */
.hamnav {
  display: none;
}

@media (max-width: 1160px) {
  .hamnav {
    display: inline-block;
  }
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 15%;
  z-index: 80;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.hamburger-menu::after {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  z-index: -1;
  opacity: 0;
  transition: all .6s;
  pointer-events: none;
}

.hamburger-menu:has(#menu-btn-check:checked):after {
  opacity: 1;
  transition: all .6s;
}

.menu-content ul {
  padding: 0;
  margin: 0;
}

.menu-content ul li {
  border-bottom: 1px #FFF dashed;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #2F7FFF;
  text-decoration: none;
  padding: 20px 30px;
  position: relative;
}

.hamburger-menu-gray a {
  color: #000 !important;
  background-color: #F4F4F4;
}

.hamburger-menu-white a {
  background-color: #FFF;
}

.hamburger-menu-white a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/nav-btn-1.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  bottom: 17px;
}

.hamburger-menu-gray a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/nav-btn-2.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  bottom: 17px;
}

.menu-content div {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 30px;
  gap: 20px;
}

.sns-icon {
  height: 70px;
  width: 70px;
}

.sns-icon img {
  width: 100%;
  height: 100%;
}

.menu-content .sns-icon {
  height: 60px;
  width: 60px;
  margin: 0;
}

@media (min-width: 567px) {
  .menu-content {
    top: 60px;
  }
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.group-meeting {
  margin: 0 auto;
}

.group-meeting h1 {
  text-align: center;
  font-size: 10rem;
  letter-spacing: 15px;
  color: #2C85FF;
  margin: 50px 0 -30px;
  line-height: 10rem;
}

.group-meeting img {
  z-index: 1;
  position: relative;
}

.page-id-238 .group-meeting h1 {
  color: #FF5D78;
}

.group-meeting-name span {
  font-size: 1.7rem;
}

.group-meeting p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-sizing: content-box;
}

.group-meeting-h2 {
  line-height: 4.5rem;
  padding: 30px 0;
  text-align: center;
  color: #2C85FF;
  font-size: 3rem;
}

.page-id-238 .group-meeting-h2 {
  color: #FF5D78;
}

.row-head {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  border-left: #2C85FF 1.5px solid;
  border-right: #2C85FF 1.5px solid;
  margin: 100px auto 40px;
  width: 18%;
  line-height: 1.4rem;
  color: #2C85FF;
}

.page-id-238 .row-head {
  border-left: #FF5D78 1.5px solid;
  border-right: #FF5D78 1.5px solid;
  color: #FF5D78;
}

@media (max-width: 567px) {
  .group-meeting h2 {
    font-size: 1.3em;
    padding: 10px 0;
  }
}

.talk {
  margin: 0 auto;
  margin-top: 100px;
}

.talk h2 {
  text-align: center;
  color: #2C85FF;
  margin: 170px 0 90px;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 4.7rem;
}

.page-id-238 .talk h2 {
  color: #FF5D78;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.row h2 {
  text-align: center;
}

.profile-col {
  width: calc(33.3% - 10px);
  padding: 20px;
  background-color: #FFF;
  box-sizing: border-box;
}

.row div:nth-child(1) {
  border: 3px #2C85FF solid;
}

.row div:nth-child(2) {
  border: 3px #59CE6A solid;
}

.row div:nth-child(3) {
  border: 3px #FF5D78 solid;
}

.row div:nth-child(4) {
  border: 3px #F3FF43 solid;
}

.row div:nth-child(5) {
  border: 3px #2cb8ff solid;
}

.profile-col > p:first-child {
  margin: 0;
  text-align: center;
  padding-bottom: 15px;
}

.profile-col p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.group-meeting-text {
  padding-top: 25px;
}

.profile-col img {
  border-radius: 50%!important;
  object-fit: cover;
  height: 150px;
}

.talk-meeting {
  display: block;
}

.mem-box {
  display: flex;
  margin-bottom: 30px;
  gap: 40px;
}

.mem-box div:first-child p {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.member-1 div:first-child p {
  color: #2C85FF;
}

.member-1 img {
  background-color: #2C85FF;
}

.member-2 div:first-child p {
  color: #59CE6A;
}

.member-2 img {
  background-color: #59CE6A;
}

.member-3 div:first-child p {
  color: #FF5D78;
}

.member-3 img {
  background-color: #FF5D78;
}

.member-4 div:first-child p {
  color: #9da528;
}

.member-4 img {
  background-color: #F3FF43;
}

.member-5 div:first-child p {
  color: #2cb8ff;
}

.member-5 img {
  background-color: #2cb8ff;
}

.mem-pht {
  padding-bottom: 0;
  text-align: center;
  width: 80px !important;
}

.mem-pht img {
  width: 80px;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: none;
  border-radius: 100%;
}

.mem-txt {
  flex: 1;
}

.wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
}

.talking-center {
  text-align: center!important;
}

.talking-center img {
  width: 800px;
  height: 420px;
  object-fit: cover;
  margin: 10px 0 40px;
}

@media (max-width: 1150px) {
  .profile-col {
    width: calc(50% - 25px);
  }
}

@media (max-width: 767px) {
  .group-meeting h1 {
    font-size: 8.5rem;
    line-height: 9rem;
    margin: 40px 0 -20px;
  }

  .row-head {
    font-size: 1.5em;
    width: 200px;
  }
}

@media (max-width: 567px) {
  .group-meeting h1 {
    font-size: 5.5rem;
    letter-spacing: 8px;
    line-height: 6.5rem;
    margin: 40px 0 -20px;
  }


  .profile-col p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .group-meeting-name span {
    font-size: 2rem;
  }

  .row-head {
    font-size: 0.8em;
    width: 150px;
  }

  .row {
    display: inline-block;
  }

  .profile-col {
    width: auto;
    margin-bottom: 50px;
  }

  .talk {
    margin-top: 0;
  }

  .talk h2 {
    margin: 50px 0 50px;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  .talking-center {
    width: 100%;
  }

  .talking-center img {
    width: 100%;
    height: auto;
  }
}

/* ///////// 仕事紹介　////////// */

.job-top {
  font-size: 3rem;
  color: #000;
  font-weight: normal;
}

.job-h2 {
  position: absolute;
  top: 40%;
  left: 13%;
  font-size: 5rem;
  color: #FFF;
  letter-spacing: 5px;
  line-height: 3.5rem;
  font-family: 'Josefin Sans', sans-serif;
}

.job-h2 span {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.job-h3 {
  text-align: center;
  font-size: 4rem;
  color: #2C85FF;
  line-height: 5rem;
  margin-top: 0;
}

.job-h4 {
  text-align: center;
  color: #000;
  font-size: 3rem;
  padding-top: 40px;
  font-weight: normal;
  letter-spacing: 0.3rem;
  margin-bottom: 30px;
}

.job-society > div:last-child {
  margin-top: 50px;
}

.pg-job .page-text p {
  line-height: 2em;
  margin-bottom: 1em;
}

.pg-job .page-text .pure-g .pure-u-1-2:first-child p {
  padding-right: 1em;
}

.pg-job .page-text .pure-g .pure-u-1-2:last-child p {
  padding-left: 1em;
}

.job-list {
  list-style-type: none;
  padding: 0;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.job-list img {
  height: 45px;
  width: 45px;
  object-fit: contain;
}

.job-list li {
  display: flex;
  align-items: center;
  background: #2C85FF;
  border-radius: 20px;
  width: calc(100% / 3 - 70px);
  color: #fff;
  font-size: 1.8rem;
  padding: 20px 30px;
  gap: 20px;
  line-height: 2.5rem;
}

.job_img {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 80px 0;
}

.job_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 20%;
}

.job_img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.introduction-job-btn:hover {
   opacity: 0.85;
  transition: 0.2s;
}

.introduction-job-btn a {
  color: #2C85FF;
}

.introduction-job-btn-border {
  border-radius: 30px;
  background-position: 92% -4%;
  background-size: 32%;
  background-repeat: no-repeat;
  padding: 40px 40px 20px 50px;
}

.introduction-job-btn-border-box {
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #F4F4F4;
}

.introduction-job-btn-lead {
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 3px;
  line-height: 4.5rem;
}

.introduction-job-btn-belongs {
  font-size: 1.8rem;
  margin-top: 40px;
  color: #2C85FF;
}

.introduction-job-btn-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
  color: #2C85FF;
}

.introduction-job-btn-title span {
  font-size: 1.5rem;
  margin-left: 15px;
}

.introductio-job-more {
  text-align: right;
  margin-left: 40%;
  color: #2C85FF;
  border-bottom: 2px #2C85FF solid;
  padding-bottom: 3px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.job .pure-g img {
  height: 270px;
  max-width: 100%;
  object-fit: cover;
}

.job {
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px solid #ccc;
}

.introduction-job-btn-border.sugi {
  background-position: 95% -15%;
  background-size: 35%;
}

.parent-pageid-17 h4:not([class]) {
  font-size: 2.2rem;
  line-height: 3.2rem;
  border-left: 5px solid #2C85FF;
  padding-left: 15px;
}

.parent-pageid-17 .page-text ul:not([class]) {
  padding: 0 0 0 15px;
}

.parent-pageid-17 .page-text ul:not([class]) li {
  position: relative;
  margin: 0 0 5px;
  list-style: none;
}

.parent-pageid-17 .page-text ul:not([class]) li:after {
  content: "";
  display: block;
  position: absolute;
  top: 10.5px;
  left: -15px;
  background: #2C85FF;
  width: 7px;
  height: 7px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .job {
    padding: 50px 0;
  }

  .parent-pageid-17 .page-text > .container > *:last-child {
    padding: 50px 0;
  }

  .job-list {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
  }

  .job-list li {
    width: calc(100% - 40px);
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding: 20px;
  }

  .introduction-job-btn-title span {
    margin-left: 0;
  }
}

@media (max-width: 567px) {
  .job .pure-g img {
    height: auto;
  }

  .introduction-job-btn-border {
    background-position: center 90px;
    background-size: 60%;
    padding: 25px;
  }

  .introduction-job-btn-border.sugi {
    background-size: 75%;
    background-position: center 90px;
  }

  .introduction-job-btn-lead {
    color: #000;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 3rem;
  }

  .introduction-job-btn-belongs {
    font-size: 1.3rem;
    margin-top: 130px;
  }

  .introduction-job-btn-title span {
    font-size: 1.3rem;
    margin-left: 0;
  }

  .introductio-job-more {
    margin-left: 35%;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .job-top {
    font-size: 2.5rem;
    line-height: 1.7em !important;
  }

  .job_img {
    height: auto;
  }

  .job_img::before {
    height: auto;
    margin-bottom: 8px;
  }

  .job-h2 {
    font-size: 3.5rem;
    letter-spacing: 3px;
    line-height: 3rem;
    top: 10%;
    left: 10%;
  }

  .job-h3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .job-h4 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
    margin-bottom: 15px;
    padding-top: 0px;
  }
}

/* 社員紹介アニメーション */

.staff-head-img img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 3.6s forwards;
}

.staff-head-img img:last-child {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim-last 3.6s forwards;
}

.staff-head-img img:nth-of-type(1) {
  animation-delay: 0s;
}

.staff-head-img img:nth-of-type(2) {
  animation-delay: 1.2s;
}

.staff-head-img img:nth-of-type(3) {
  animation-delay: 2.4s;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim-last {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* Slick */

.introduction-slick {
  opacity: 0;
  transition: opacity .3s linear;
}

.introduction-slick.slick-initialized {
  opacity: 1;
}


/*--------------------------------------------------------------
フェードイン
--------------------------------------------------------------*/


/* 画面外にいる状態 */


/* 上へフェードイン */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

/* 右へフェードイン */
.fadein.right {
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

.staff-head-text.fadein.right {
  -webkit-transition: all .5s 1s !important;
  transition: all .5s 1s !important;
}

/* 左へフェードイン */
.fadein.left {
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: visible;
}

/* 2つ目の要素に200msのdelayをかける */
.effect-fadein .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
.effect-fadein .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/* 4つ目の要素に400msのdelayをかける */
.effect-fadein .fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

/* 5つ目の要素に400msのdelayをかける */
.effect-fadein .fadein:nth-of-type(5) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fadeintop {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* エレメントリスト */
.entry-content h2 {
  font-size: 3.5rem;
  color: #2C85FF;
  margin: 80px 0 40px;
  line-height: 4.5rem;
}

.entry-content h3 {
  font-size: 2.2rem;
  margin: 60px 0 30px;
  padding: 0.4em 1em 0.5em 0.8em;
  color: #494949;
  border-left: solid 5px #2C85FF;
  background: #f4f4f4;
}

.entry-content h4 {
  color: #2C85FF;
  font-size: 2rem;
  padding: 1rem 1.5rem;
  border-left: 2px #707070 dashed;
  margin: 60px 0 30px;
}

.entry-content h5 {
  margin: 40px 0 20px;
  color: #494949;
  padding: 0;
  font-size: 2rem;

}

.entry-content h6 {
  margin: 40px 0 20px;
  color: #494949;
  font-size: 1.8rem;
}

h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
p.red,
span.red,
strong.red {
  color: #c00 !important;
}

.entry-content ul {
  list-style: none outside;
  padding: 0 0 0 20px;
}

.entry-content ul > li {
  position: relative;
}

.entry-content ul > li:after {
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  top: 10px;
  left: -18px;
  font-size: .5rem;
  line-height: 1;
  font-weight: 900;
  color: #2C85FF;
}

.entry-content ol {
  counter-reset: num;
  list-style-type: none!important;
  padding: 0;
  margin: 0;
}

.entry-content ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.entry-content ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #2C85FF;
  color: #FFF;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

p.circle {
  margin-bottom: 1.5em;
  padding: 0 0 0 25px;
  position: relative;
}

p.circle:after {
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: .5rem;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  color: #2C85FF;
}

ul.kome > li:after {
  top: 6px !important;
  content: '※' !important;
  color: inherit !important;
  font-size: 1em !important;
  left: -20px !important;
}

p.kome {
  position: relative;
  padding: 0 0 0 1.8em;
}

p.kome:after {
  content: '※' !important;
  font-size: 1em !important;
  position: absolute;
  left: 5px !important;
  top: 0 !important;
}

span.kome-top {
  font-size: 50%;
  vertical-align: super;
}

.entry-content img {
  max-width: 100%;
}

.entry-content a::before,
.entry-content a::after {
  padding: 0 5px;
  display: inline-block;
  vertical-align: baseline;
  color: #2C85FF;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.entry-content a {
  text-decoration: underline;
  color: #000;
}

.anchor {
  padding: 0 0 0 1.8em !important;
  position: relative;
}

.anchor::after {
  content: '\f107' !important;
  color: #8bc744;
  font-weight: 900;
  top: 0.1em !important;
  left: 0 !important;
  font-size: 1.5em !important;
  position: absolute;
  line-height: 1;
  top: -0.3rem !important;
}

.site-link[target="_blank"]:after,
.entry-content a[target="_blank"]:after,
.ft-menu a[target="_blank"]:after {
  content: '\f35d';
  font-weight: bold;
}

.entry-content a[href$=".doc"]:after,
.entry-content a[href$=".docx"]:after {
  content: '\f1c2';
}

.entry-content a[href$=".xls"]:after,
.entry-content a[href$=".xlsx"]:after {
  content: '\f1c3';
}

.e-img:after,
.post-list a:after,
.imagelink:after {
  display: none !important;
  padding: 0 !important;
}

.notes {
  margin: 1em 0;
  padding: 20px;
  background: #eee;
}

.explanation {
  margin: 1.5em 0;
  padding: 20px;
  border: 6px solid #eee;
}

.explanation.red {
  border: 6px solid #c00;
}

@media (max-width: 567px) {
  .entry-content h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

hr {
  margin: 100px 0 80px;
  border: 1px solid #2C85FF;
}

/* マイクロモーダル */

.modal-open {
  padding: 0;
  border: none;
  height: 70px;
  width: 70px;
  cursor: pointer;
  transition: .2s;
}

.modal-open:hover {
  opacity: .9;
  transition: .2s;
}

.modal-open img {
  width: 100%;
  height: 100%;
}

.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 500px;
  overflow-y: auto;
  padding-top: 30px;
  width: 80%;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0;
  background: none;
  cursor: pointer;
}

.modal-close::before,.modal-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #333;
}

.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.modal-container > div img {
  width: 30%;
  min-width: 150px;
  border: 1px solid #ccc;
}

.modal-container > div p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 30px;
  text-align: center;
  color: #6d6d6d;
}

.modal-container > div > div {
  background-color: #eee;
  width: calc(100% - 70px);
  padding: 35px;
  border-top: 1px solid #ccc;
}

.sns-btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  letter-spacing: 1.5px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  margin: auto;
  width: 50%;
  text-align: center;
}

.sns-btn::after {
  content: '';
  display: inline-block;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 50%);
  width: 10px;
  height: 12px;
}

#modal-1 .sns-btn {
  background: #000;
}

#modal-2 .sns-btn {
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* TOPページ - SNS */

.top-sns {
  margin-top: 30px !important;
  display: none;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.top-sns .sns-btn {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  width: auto;
  flex: auto;
}

.top-sns > a:first-of-type {
  background: #000;
}

.top-sns > a:last-of-type {
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}

@media (max-width: 1160px) {
  .top-sns {
    display: flex;
  }
}

/* TOPページ - トピックス */

.top-topix {
  background-color: #FF5D78;
}

.top-topix > .container {
  padding: 0;
}

.top-topix > .container > div {
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 5px;
  padding: 20px 0;
}

.top-topix h3 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

.slick-topix {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  position: relative;
  width: 95%;
}

.slick-topix::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #fff;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 10px;
}

.slick-topix a {
  color: #000;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 30px;
  position: relative;
  transition: .2s;
}

.slick-topix a:hover {
  opacity: .7;
  transition: .2s;
}

.slick-topix a::before,
.slick-topix a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  background-color: #000;
  transform-origin: calc(100% - .8px) 50%;
}

.slick-topix a::before {
  transform: rotate(45deg);
}

.slick-topix a::after {
  transform: rotate(-45deg);
}

.slick-topix a img {
  width: 20%;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  max-width: 150px;
}

.slick-topix a div {
  flex: 1;
}

.slick-topix a span {
  font-family: 'Josefin Sans', sans-serif;
  color: #FF5D78;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: inline-block;
}

.slick-topix a p {
  font-size: 1.8rem;
  letter-spacing: .5px;
}

.slick-topix .slick-prev,
.slick-topix .slick-next {
  width: 13px !important;
  height: 13px !important;
  position: absolute;
  left: auto !important;
  right: -30px !important;
  bottom: auto !important;
  top: 30px !important;
  margin: auto !important;
}

.slick-topix .slick-next {
  bottom: 30px !important;
  top: auto !important;
}

.slick-topix .slick-prev::before,
.slick-topix .slick-next::before {
  content: "" !important;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 13px;
  height: 13px;
  background-color: #000;
  display: inline-block;
  opacity: 1;
  position: absolute;
  margin: auto;
  right: 0;
  border-radius: 0;
  padding: 0;
  transition: .2s;
}

.slick-topix .slick-prev:hover::before,
.slick-topix .slick-next:hover::before {
  opacity: .7;
  transition: .2s;
}

.slick-topix .slick-next::before {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 567px) {
  .slick-topix {
    width: calc(100% - 23px);
    margin-right: auto;
  }

  .top-topix h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .slick-topix a {
    padding: 13px;
    gap: 10px;
    align-items: normal;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .slick-topix a::before,
  .slick-topix a::after {
    top: calc(50% - 2px);
    right: 13px;
    width: 8px;
    height: 1.5px;
  }

  .slick-topix a span {
    font-size: 1.5rem;
    line-height: 1.3rem;
    margin-bottom: 3px;
  }

  .slick-topix a p {
    width: calc(100% - 30px);
    line-height: 1.8rem;
    font-size: 1.3rem;
  }

  .slick-topix .slick-prev,
  .slick-topix .slick-next {
    width: 10px !important;
    height: 10px !important;
    right: -23px !important;
  }

  .slick-topix .slick-prev {
    top: 13px !important;
  }

  .slick-topix .slick-next {
    bottom: 13px !important;
  }

  .slick-topix .slick-prev::before,
  .slick-topix .slick-next::before {
    width: 10px;
    height: 10px;
  }
}