@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.cta {
  margin-top: 100px;
}
@media screen and (max-width: 818px) {
  .cta {
    margin-top: 50px;
  }
}
#new_page {
  color: #000000;
  margin-top: 66px;
}
@media screen and (max-width: 818px) {
  #new_page {
    margin-top: 50px;
  }
}
#new_page ul {
  list-style: none !important;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
#new_page a {
  color: #000 !important;
  text-decoration: none !important;
}
#new_page .inner {
  max-width: 1240px;
  padding: 0 20px;
  padding-bottom: 0 !important;
  margin: auto;
}
@media screen and (max-width: 818px) {
  #new_page .inner {
    padding: 0;
  }
}
#new_page h1,
#new_page h2,
#new_page h3,
#new_page h4,
#new_page h5 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
#new_page a {
  transition: 0.3s ease-in-out;
}
#new_page a:hover {
  opacity: 0.7;
}
#new_page img {
  width: 100%;
}
#new_page p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 818px) {
  #new_page p {
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
#new_page .h3_ttl {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 818px) {
  #new_page .h3_ttl {
    font-size: 20px;
    letter-spacing: 0.64px;
  }
}
#new_page .h3_ttl span {
  font-size: 12px;
  letter-spacing: 0.48px;
  text-align: left;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 818px) {
  #new_page .h3_ttl span {
    font-size: 10px;
    margin-top: 5px;
  }
}
#new_page .page_pankusu {
  width: 100%;
  background: #F5F5F5;
}
#new_page .page_pankusu .inner {
  padding-top: 14px;
  padding-bottom: 60px !important;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #new_page .page_pankusu .inner {
    padding-top: 10px;
    padding-bottom: 20px !important;
  }
}
#new_page .page_pankusu .p_h2_ttl {
  line-height: 1.2;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  #new_page .page_pankusu .p_h2_ttl {
    font-size: 24px;
    margin-top: 20px;
  }
}
#new_page .page_sing_pankusu .inner {
  padding-top: 14px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #new_page .page_sing_pankusu .inner {
    padding-top: 10px;
  }
}
#new_page .breadmenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 818px) {
  #new_page .breadmenu #breadcrumbs {
    display: block !important;
  }
}
#new_page .breadmenu span,
#new_page .breadmenu p,
#new_page .breadmenu a {
  padding: 0;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  #new_page .breadmenu span,
  #new_page .breadmenu p,
  #new_page .breadmenu a {
    font-size: 10px;
  }
}
#new_page .breadmenu a {
  position: relative;
  padding-right: 35px;
  color: #3C8FE8;
}
@media screen and (max-width: 818px) {
  #new_page .breadmenu a {
    padding-right: 20px;
  }
}
#new_page .breadmenu a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 7.5px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: url(../img/breadmenu_after.png) no-repeat bottom;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #new_page .breadmenu a::after {
    right: 8px;
  }
}
#new_page .member_main .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  #new_page .member_main .inner {
    padding-top: 40px;
  }
}
#new_page .member_main p {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #new_page .member_main p {
    margin-top: 30px;
  }
}
#new_page .staff .inner,
#new_page .consultant .inner {
  padding-top: 90px;
}
@media screen and (max-width: 818px) {
  #new_page .staff .inner,
  #new_page .consultant .inner {
    padding-top: 40px;
  }
}
#new_page .staff .staff_list,
#new_page .consultant .staff_list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  column-gap: 24px;
  list-style: none !important;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list,
  #new_page .consultant .staff_list {
    gap: 30px;
    column-gap: 14px;
    margin-top: 30px;
  }
}
#new_page .staff .staff_list li,
#new_page .consultant .staff_list li {
  width: calc(25% - 18px);
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li,
  #new_page .consultant .staff_list li {
    width: calc(50% - 9px);
  }
}
#new_page .staff .staff_list li .img,
#new_page .consultant .staff_list li .img {
  display: flex;
  align-items: flex-start;
  height: 282px;
  overflow: hidden;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li .img,
  #new_page .consultant .staff_list li .img {
    height: 167px;
  }
}
#new_page .staff .staff_list li .img img,
#new_page .consultant .staff_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#new_page .staff .staff_list li .sub,
#new_page .consultant .staff_list li .sub {
  text-align: left;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li .sub,
  #new_page .consultant .staff_list li .sub {
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0.8px;
  }
}
#new_page .staff .staff_list li .ttl,
#new_page .consultant .staff_list li .ttl {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li .ttl,
  #new_page .consultant .staff_list li .ttl {
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0.8px;
  }
}
#new_page .staff .staff_list li p,
#new_page .consultant .staff_list li p {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li p,
  #new_page .consultant .staff_list li p {
    margin-top: 10px;
  }
}
#new_page .staff .staff_list li .tag_list,
#new_page .consultant .staff_list li .tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li .tag_list,
  #new_page .consultant .staff_list li .tag_list {
    margin-top: 10px;
    gap: 8px;
    column-gap: 8px;
  }
}
#new_page .staff .staff_list li .tag_list span,
#new_page .consultant .staff_list li .tag_list span {
  display: block;
  color: #ffffff;
  background: #000000;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 5px;
}
@media screen and (max-width: 818px) {
  #new_page .staff .staff_list li .tag_list span,
  #new_page .consultant .staff_list li .tag_list span {
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 4px 6px;
  }
}
#new_page .consultant .inner {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  #new_page .consultant .inner {
    padding-top: 50px;
  }
}
#new_page .consultant .consultant_txt {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #new_page .consultant .consultant_txt {
    margin-top: 30px;
  }
}
#new_page .member_single .inner {
  max-width: 832px;
}
#new_page .member_single .staff_main {
  margin-top: 45px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main {
    display: block;
    margin-top: 25px;
  }
}
#new_page .member_single .staff_main .img {
  width: 282px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .img {
    width: 100%;
  }
}
#new_page .member_single .staff_main .txt {
  width: calc(100% - 282px);
  text-align: left;
  padding-right: 25px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .txt {
    padding-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}
#new_page .member_single .staff_main .txt .sub {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .txt .sub {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
#new_page .member_single .staff_main .txt p {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .txt p {
    margin-top: 15px;
  }
}
#new_page .member_single .staff_main .txt .sogo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  column-gap: 16px;
}
#new_page .member_single .staff_main .txt .sogo_list .addr_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .txt .sogo_list .addr_list {
    margin-top: 10px;
    gap: 8px;
    column-gap: 8px;
  }
}
#new_page .member_single .staff_main .txt .sogo_list .addr_list span {
  display: block;
  color: #000000;
  background: #D9D9D9;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 5px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .staff_main .txt .sogo_list .addr_list span {
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 4px 6px;
  }
}
#new_page .member_single .tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .tag_list {
    margin-top: 10px;
    gap: 8px;
    column-gap: 8px;
  }
}
#new_page .member_single .tag_list span {
  display: block;
  color: #ffffff;
  background: #000000;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 500;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 5px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .tag_list span {
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0.3px;
    padding: 4px 6px;
  }
}
#new_page .member_single .komoku {
  background: #F5F5F5;
  margin-top: 70px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku {
    margin-top: 35px;
  }
}
#new_page .member_single .komoku .inner {
  padding: 50px 80px !important;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku .inner {
    padding: 30px 20px !important;
  }
}
#new_page .member_single .komoku .ttl {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku .ttl {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
#new_page .member_single .komoku .list {
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku .list {
    margin-top: 20px;
  }
}
#new_page .member_single .komoku .list a {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 2.5;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku .list a {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.8;
    padding-left: 15px;
  }
}
#new_page .member_single .komoku .list a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  background: #000000;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .komoku .list a::after {
    left: 5px;
  }
}
#new_page .member_single .skill {
  padding-top: 90px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .skill {
    padding-top: 45px;
  }
}
#new_page .member_single .skill p {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .skill p {
    margin-top: 25px;
  }
}
#new_page .member_single .ttl_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .ttl_item {
    display: block;
  }
}
#new_page .member_single .single_list {
  padding-top: 100px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list {
    padding-top: 50px;
  }
}
#new_page .member_single .single_list .m_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px;
  column-gap: 25px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list .m_list {
    display: block;
    margin-top: 20px;
  }
}
#new_page .member_single .single_list .m_list li {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list .m_list li {
    width: 100%;
  }
  #new_page .member_single .single_list .m_list li + li {
    margin-top: 40px;
  }
}
#new_page .member_single .single_list .m_list li .img {
  display: flex;
  align-items: flex-start;
  height: 197px;
}
#new_page .member_single .single_list .m_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#new_page .member_single .single_list .m_list li .ttl {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list .m_list li .ttl {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.8px;
  }
}
#new_page .member_single .single_list .m_list li .date {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list .m_list li .date {
    margin-top: 10px;
    letter-spacing: 0.4px;
    font-size: 14px;
  }
}
#new_page .member_single .single_list .m_list li p {
  margin-top: 16px;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .single_list .m_list li p {
    margin-top: 10px;
  }
}
#new_page .member_single .list_btn {
  width: fit-content;
  position: relative;
  padding-right: 87px;
  transition: 0.3s ease;
}
@media screen and (max-width: 818px) {
  #new_page .member_single .list_btn {
    display: block;
    margin-left: auto;
    margin-right: 0;
    font-size: 16px;
    margin-top: 10px;
  }
}
#new_page .member_single .list_btn span {
  transition: 0.3s ease;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  width: fit-content;
  position: relative;
  font-weight: 400;
}
#new_page .member_single .list_btn span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#new_page .member_single .list_btn:hover span {
  top: 0;
}
#new_page .member_single .list_btn:hover span::before {
  width: 100%;
}
#new_page .member_single .list_btn::after {
  content: "";
  background-image: url(../../resources/images/top/button-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 70px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
