@charset "UTF-8";
/* Create 2024.09.19 */

/* Googleフォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 以下社員紹介ページ個別調整用 */
article {
    font-family: "Noto Sans JP", sans-serif;
}

#pagetop{
	display: none !important;
}

.content_hd .content_hd_inner {
    /* max-width: 1240px; */
    /* min-height: unset; */
    /* padding: 80px 0; */
}

.content_hd .content_hd_inner h1 {
    /* font-family: "Noto Sans JP", sans-serif; */
    /* font-size: 50px; */
    /* letter-spacing: 0.05em; */
    /* margin: 0 auto 30px; */
}

.content_hd .content_hd_inner p {
    /* max-width: unset; */
    /* color: #333; */
    /* font-size: 16px; */
    /* letter-spacing: 0.05em; */
    /* line-height: 200%; */
    /* padding: 0; */
    font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Helvetica, Arial, sans-serif;
}

.content_hd .content_hd_inner h1 span {
    /* letter-spacing: 0.1em; */
    /* font-weight: 500; */
}

.popup-box {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 1000px;
  max-height: 90vh;
  margin: 20px auto;
  border-radius: 0;
  overflow-y: scroll;
  border: solid 5px #FFF;
  border-radius: 5px;
  scrollbar-color: #b5b5b5 #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.mmbr_section {
    width: 1240px;
    margin: 0 auto;
    padding: 120px 80px 80px;
}

.mmbr_inner {
    background: #F4F7F8;
    padding: 30px 0 200px;
}

.mmbr_section ul {
    display: flex;
    flex-wrap: wrap;
}

.mmbr_section ul li {
    /* width: 21%; */
    margin: 0 18px 18px 0;
    max-width: 201.5px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px #d7d7d7;
    transform: translate(0, 20%);
    opacity: 0;
    transition: 1s;
    background: #FFF;
}
.mmbr_section ul li.show {
  	transform: translate(0, 0);
  	opacity: 1;
}
.mmbr_section ul li:nth-of-type(5n+2){
	transition-delay: 0.1s;
}
.mmbr_section ul li:nth-of-type(5n+3){
	transition-delay: 0.2s;
}
.mmbr_section ul li:nth-of-type(5n+4){
	transition-delay: 0.3s;
}
.mmbr_section ul li:nth-of-type(5n+5){
	transition-delay: 0.4s;
}

.mmbr_section ul li a{
    transition: .2s;
}

.mmbr_section ul li a:hover{
    opacity: 0.8;
    transition: .2s;
}

.mmbr_section ul li .mmbr_img{
    position: relative;
}

.mmbr_section ul li .mmbr_img img {
    border-radius: 10px 10px 0 0;
    vertical-align: bottom;
    width: 100%;
}

.mmbr_section ul li:nth-child(5n) {
    margin-right: 0;
}

.mmbr_section ul li .mmbr_txt {
    background: #FFF;
    text-align: left;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.mmbr_section ul li .mmbr_txt::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icn_link.png);
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.mmbr_section ul li span.post{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #11689E;
    color: #FFF;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.mmbr_section ul li span.job{
    display: block;
    font-size: 12px;
    color: #7F888E;
    margin: 0 0 5px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.mmbr_section ul li span.name{
    display: block;
    font-size: 17px;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.mmbr_section#dep_01 span.job{
    color: #11689E;
}

.mmbr_section h2 {
    position: relative;
    font-size: 36px;
    color: #10679E;
    padding: 0 0 100px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.mmbr_section h2:before {
    position: absolute;
    display: block;
    color: #7EB0D0;
    font-family: "Nothing You Could Do", cursive;
    font-size: 24px;
    letter-spacing: .05em;
    transform: rotate(-5deg);
    left: 0;
    right: 0;
    top: -50px;
    font-weight: normal;
}

.mmbr_section#dep_01 h2:before {
    content: 'Board member';
}

.mmbr_section#dep_02 h2:before {
    content: 'Consulting business';
}

.mmbr_section#dep_03 h2:before {
    content: 'Business management';
}

.mmbr_section h2::after {
    content: ".....";
    font-family: "Nothing You Could Do", cursive;
    display: block;
    color: #7EB0D0;
    font-size: 19px;
    position: absolute;
    left: 49.25%;
    bottom: 50px;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

.mmbr_menu {
    max-width: 1080px;
    background: #FFF;
    margin: 0 auto;
    box-shadow: 0px 2px 4px #d7d7d7;
    border-radius: 50px;
    padding: 20px 0;
    right: 0;
    transition: .4s;
    opacity: 0;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
}

.mmbr_menu.fixed {
	opacity: 1;
	transition: .4s;
	position: fixed;
	bottom: 40px;
	left: 0;
	right: 0;
}

.mmbr_menu ul {
    display: flex;
    justify-content: center;
}

.mmbr_menu ul li {
    margin: 0 40px;
}

.mmbr_menu ul li a {
    font-size: 20px;
    color: #10679E;
    letter-spacing: 0.05em;
    background: url(../images/arrow_right.png) no-repeat 100% 30%;
    background-size: 24px;
    padding: 0 35px 0 0;
    font-weight: 500;
    transition: .3s;
}

.mmbr_menu ul li a:hover{
	opacity: 0.7;
    transition: .3s;
}

.popup-box .mmbr_img {
    margin: 0 20px 0 0;
}

.popup-box .mmbr_txt {
}

.popup-box .mmbr_img img {
    border-radius: 100px;
    max-width: 120px;
    box-shadow: 3px 3px 9px -1px rgba(0,0,0,0.08);
    border: 4px solid rgba(0,0,0,0);
}

.popup-box .mmbr_txt span.post{
    border: solid 1px #11689E;
    color: #11689E;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin: 0 10px 5px 0;
    float: left;
}

.popup-box .mmbr_txt span.job {
    color: #777;
    border: solid 1px #777;
    font-size: 13px;
    padding: 5px 15px;
    margin: 0 0 5px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    float: left;
}

#mmbr01 .mmbr_txt span.job,
#mmbr02 .mmbr_txt span.job{
    color: #11689E;
    border: solid 1px #11689E;
}

.popup-box .mmbr_txt span.name {
    display: block;
    font-size: 24px;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 500;
    clear: both;
    padding: 0 0 0 6px;
}

.popup-box dl{
    margin: 0;
}

.popup-box dl dt {
    background: #11689E;
    color: #FFF;
    font-size: 16px;
    padding: 10px 15px;
    margin: 25px 0 0;
    border-radius: 5px;
}

.popup-box dl dd {
    font-size: 15px;
    padding: 15px 15px;
    color: #333;
    letter-spacing: 0.03em;
    line-height: 160%;
}

.mmbr_profile {
    display: flex;
    margin: 0 0 30px;
    align-items: center;
}

@media screen and (max-width: 1240px) and (min-width: 769px) {
.mmbr_section {
    width: 90%;
    padding: 120px 0 80px;
}

.mmbr_section ul li {
    width: 18.4%;
    margin: 0 2% 2% 0;
}

.mmbr_section ul li .mmbr_img img {
    width: 100%;
}

.mmbr_menu {
    max-width: 95%;
}
	
.mmbr_menu ul li {
    margin: 0 3%;
}
}

@media screen and (max-width: 768px) {
.content_hd {
    /* background: url(../images/content_bg.jpg) no-repeat 5% 60px; */
}

.content_hd .content_hd_inner {
    /* max-width: unset; */
    /* padding: 40px 0 30px; */
    /* width: 90%; */
    /* margin: 0 auto; */
}

.content_hd .content_hd_inner h1 {
    /* font-size: 30px; */
    /* margin: 0 auto 20px; */
}

.content_hd .content_hd_inner p {
    font-size: 12px;
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, serif;
}

.content_hd .content_hd_inner p br {
    /* display: none; */
}
.mmbr_inner{
    padding: 30px 0 70px;
}
.mmbr_section {
    width: 90%;
    padding: 50px 0;
}

.mmbr_section h2 {
    font-size: 22px;
    padding: 0 0 60px;
}

.mmbr_section h2:before {
    font-size: 16px;
    top: -30px;
}

.mmbr_section h2::after {
    bottom: 20px;
    left: 48%;
    font-size: 16px;
}

.mmbr_section ul li {
    width: 48%;
    max-width: unset;
    margin: 0 0 15px;
}

.mmbr_section ul li .mmbr_img img {
    width: 100%;
}

.mmbr_menu ul li a {font-size: 10px;background: none;padding: 0;font-weight: 600;}

.mmbr_section ul li span.name {
    font-size: 16px;
}

.mmbr_section ul li span.job {
    font-size: 12px;
    margin: 0 0 3px;
}

.mmbr_section ul li .mmbr_txt {
    padding: 15px;
    background: url(images/icn_link.png) no-repeat 92% 100%;
    background-size: 15px;
}

.mmbr_section ul li span.post {
    font-size: 12px;
    left: 15px;
    bottom: 15px;
    padding: 3px 10px;
}

.mmbr_menu ul li {
    margin: 0 2.5%;
}
.mmbr_section ul li:nth-of-type(5n+2){
	transition-delay: 0s;
}
.mmbr_section ul li:nth-of-type(5n+3){
	transition-delay: 0s;
}
.mmbr_section ul li:nth-of-type(5n+4){
	transition-delay: 0s;
}
.mmbr_section ul li:nth-of-type(5n+5){
	transition-delay: 0s;
}

.mmbr_section ul li:nth-of-type(2n+2){
	transition-delay: 0.1s;
}
	

.mmbr_menu {
    max-width: 90%;
    padding: 15px 0;
}
.mmbr_section ul {
    justify-content: space-between;
}
.mmbr_section ul li .mmbr_txt::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icn_link.png);
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    right: 14px;
    bottom: 18px;
}
.popup-box {
    max-width: 100%;
    padding: 5%;
    margin: auto;
    /* height: 80vh; */
}

.popup-box .mmbr_img img {
    max-width: 89px;
}

.popup-box dl dt {
    font-size: 13px;
    padding: 10px 12px;
    margin: 15px 0 0;
    border-radius: 4px;
}

.popup-box dl dd {
    font-size: 13px;
    padding: 10px 12px;
}

.popup-box .mmbr_txt span.job {
    font-size: 11px;
    padding: 3px 10px;
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 0px;
}

.popup-box .mmbr_txt span.name {
    font-size: 18px;
    padding: 3px 0 0 3px;
}

.popup-box .mmbr_txt span.post {
    font-size: 11px;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
    float: none;
    display: inline-block;
    text-align: center;
}

.popup-box .mmbr_img {
    margin: 0 13px 0 0;
}

.mmbr_profile {
    margin: 0 0 20px;
}
}

/* 社員紹介ページ：人物名の見出し化対応 */
.mmbr_txt .job {
    display: block;
  }
  
  .mmbr_txt h3.name {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }