@charset "utf-8";


/* header
----------------------------------------------------------- */


.header_bg {
    position: relative;
    transition: .8s;
    z-index: 9;
    height: 92px;
}
.logo_menu {
	position: relative;
}
.site_logo {
    position: absolute;
    top: 28px;
    left: 20px;
}
/* G-navi
----------------------------------------------------------- */

.header_bg2.fixed .g_navi_sub {
    top: 18px;
}
#g_navi {
    position: absolute;
    top: 0px;
    right: 30px;
    transition: .7s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
.nav-unshown {
	display:none;
}
#g_navi ul {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
#g_navi .nav>ul>li {
    position: relative;
    width: auto;
}
#g_navi .nav>ul>li>a {
	display: table;
    position: relative;
    margin-left: 18px;
    margin-top: 46px;
    width: 100%;
    text-align: center;
    color: #333;
    transition: .5s;
}
/*
body.home #g_navi .nav>ul>li>a {
    color: #fff;
}
*/
#g_navi .nav>ul>li.active a,
#g_navi .nav>ul>li>a:hover,
#g_navi .nav>ul>li.active a span.gf,
#g_navi .nav>ul>li>a:hover span.gf {
    text-decoration: none;
    transition: .5s;
}
#g_navi .nav>ul>li>a span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
#g_navi .nav>ul>li>a span.gf {
	margin-top: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    display: none;
}



.nav-item_sub ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.nav-item_sub ul li {
    align-items: center;
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0px rgb(163 90 15 / 20%);
}

.nav-item_sub li a {
    display: flex;
    align-items: center;
    padding: 0px;
    color: #333;
}
.nav-item_sub li a:hover {
    text-decoration: none;
    transition: .8s;
	opacity: .7;
}
.nav-item_sub li .img {
    position: relative;
	width: 148px;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
}
.nav-item_sub li .img img {
	width: 100%;
	height: auto;
}
.nav-item_sub li .txt {
    width: calc(100% - 148px);
    padding: 15px;
}
.nav-item_sub li .txt .sub {
	display: none;
}
.nav-item_sub li h3 {
    font-size: 13px;
    font-weight: 600;
}

.nav-item_sub ul.navi_service_list li .vl_t,
.nav-item_sub ul.navi_service_list li p.description {
	display: none;
}
/* マウスオーバー時の動作 */
@media screen and (min-width: 768px) {
	
	#g_navi ul ul.company_list {
		margin-top: 0px;
	}
	.nav-item_sub {
		position: fixed;
		top: 92px;
		left: 0;
		opacity: 0;
		transition: all 0.2s ease;
		visibility: hidden;
		width: 100%;
		padding: 25px 0px;
    	background-color: rgb(204 216 223 / 90%);
	}
	.nav-item:hover .nav-item_sub {
		opacity: 1;
		visibility: visible;
	}
	.nav-item_sub ul.navi_service_list li {
	    width: calc(100% / 3 - 10px);
	    margin: 5px;
	}

}

@media screen and (max-width: 915px) {
	
	#g_navi .nav>ul>li>a {
		
	}
	#g_navi .nav>ul>li>a span {
	    font-size: 13px;
	}

}

ul.sub_navi_menu {
    position: absolute;
    top: 18px;
    right: -8px;
    justify-content: flex-end;
}
ul.sub_navi_menu li {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}
ul.sub_navi_menu li a {
    color: #555;
}

.header_bg.fixed {
    background-color: rgb(255 255 255/90%);
    transition: .8s;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
/*
.header_bg.fixed .site_logo {
    top: 16px;
}
*/
.header_bg.fixed .top_logo {
	display: none;
    transition: .9s;
}
.header_bg .top_logo_s {
	display: none;
    transition: .9s;
}
.header_bg.fixed .top_logo_s {
	display: block;
    transition: .9s;
}

.header_bg.fixed #g_navi .nav>ul>li>a {
	color: #333;
}



.header_btn.pc {
    position: absolute;
    top: 0;
    right: 0;
}

/* eyecatch
----------------------------------------------------------- */

#eyecatch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
}

.inner-content {
	position: relative;
    max-width: 380px;
    z-index: 1;
    text-align: center;
}
.inner-content .tl {
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.inner-content .sub,
.inner-content h1 {
    color: #fff;
}
.inner-content h1 {
    font-weight: 800;
}
.inner-content .sub {
    display: inline-block;
    margin: 15px auto 0px;
    padding: 5px 0px;
    width: 100%;
    letter-spacing: 3.2px;
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    text-transform: initial;
    font-style: italic;
    background: var(--navy);
}
.inner-content p.txt {
    margin-top: 15px;
    max-width: 460px;
    font-size: 14px;
}
/* スライド */
#fade_slide {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#fade_slide:before {
    background-color: rgb(32 54 73 / 60%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}



.zs-enabled .zs-slideshow {
	position: relative !important;
}
.zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background-position: top left !important;
}

/* 左下の下部スクロールの案内 */

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: -50px;
    left: 20px;
    z-index: 999;
    background-color: #ddd;
}
span.scl-name {
    position: absolute;
    left: 5px;
    writing-mode: vertical-lr;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: italic;
    text-transform: uppercase;
    color: #16406b;
}
.scl-l {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation-name: moveScrollPointer;
    animation-name: moveScrollPointer;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.scl-l:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--blue);
    -webkit-animation-name: moveScrollPointerIn;
    animation-name: moveScrollPointerIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

/* eyecatch 別案 */

#eyecatch.type2 .inner-content .tl {
	color: #333;
}
#eyecatch.type2 #fade_slide {
	left: inherit;
    right: 0%;
    width: 52%;
}
#eyecatch.type2 #fade_slide:before {
	content: none;
}

/* 未ログインのTOPページ
----------------------------------------------------------- */

body.nologin #eyecatch {
	height: 100vh;
}

.top_form {
    max-width: 364px;
    margin: 40px auto 0;
    padding: 30px 20px;
    background: rgb(7 52 91 / 75%);
}
.top_form ul.log_frm_list {
	
}
.top_form ul.log_frm_list li {
	margin-bottom: 15px;
    text-align: left;
}
.top_form ul.log_frm_list li label {
	display: none;
	margin-bottom: 5px;
    font-size: 12px;
	color: #fff;
}
.top_form .pass_rem {
    margin-top: 8px;
    font-size: 11px;
}
.top_form .pass_rem a {
	color: #fff;
	text-decoration: underline;
}
.top_form .pass_rem a:hover {
	text-decoration: none;
}
.top_form .entry_fm {
    margin-top: 7px;
    font-size: 12px;
}
.top_form a {
	color: #fff;
}
.top_form  .btn {
	margin-top: 12px;
}
.top_form .button_n:hover {
    border: 1px solid #fff;
}
/* lead
----------------------------------------------------------- */

.lead {
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.lead:after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -65px;
    z-index: -1;
    width: calc(100% - 35px);
    height: calc(100%);
    background: #f7f7f7;
}
.lead .txt {
    position: relative;
    width: 40%;
    min-width: 300px;
    padding: 30px 0 0px 60px;
}
.lead .txt .area {
    position: relative;
    display: inline-block;
}
.lead .txt .area h1 {
	margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
}
.lead .txt .area span {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    color: var(--blue);
    letter-spacing: 2px;
    font-weight: 500;
}
.lead .txt .tl {
    margin-top: 3px;
	display: flex;
	align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.lead .txt .tl:before {
	content: "";
    width: 2em;
    margin-right: 0.5em;
	border-top: 1px solid;
}

.lead .img {
    width: 60%;
}
.lead .img figure {
    margin: 0;
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 420px;
}
/*
.lead .img figure:before {
    background-color: rgb(0 166 255 / 20%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
    border-radius: 590px 0px 0px 0px;
}
*/



.lead_2 {
    position: relative;
    background-color: var(--blue);
}

.lead_2 .txt {
    display: table;
    width: 100%;
    height: 140px;
    text-align: center;
}

.lead_2 .area {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.lead_2 .txt h1 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 500;
}
.lead_2 .gf {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
}
.lead2 {
    margin-top: -112px;
    background: #f2fbff;
}

.lead_3 {
    position: relative;
}
.lead_3:before {
    background: rgb(10 54 100 / 70%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.lead_3 .inner {
	position: relative;
    display: table;
    height: 220px;
}
.lead_3 .txt {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.lead_3 h1 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
}
.lead_3.type_1 {
    background: url(../images/c_1.jpg) top center no-repeat;
    background-size: cover;
}

/* breadcrumb
----------------------------------------------------------- */

#breadcrumb {
	margin-top: 15px;
    text-align: right;
}
#breadcrumb ul {
    position: relative;
    z-index: 3;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 11px;
}
#breadcrumb li a {
    display: block;
    padding: 0 12px 0 10px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration:none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a .fas {
	padding-right: 2px;
}
#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}
#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}
#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px;
    line-height: 18px;
    padding: 0 22px 0 12px;
}


/* 基本タイトル
----------------------------------------------------------- */


.head_title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.head_title h2 {
    position: relative;
    font-size: 26px;
    letter-spacing: 2.5px;
    font-weight: 700;
}
/*
body.home .head_title h2 {
    font-size: 30px;
}
*/
.head_title h2 span.sub {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .5px;
    color: var(--blue);
}
.head_title h2:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 0%;
    width: 50px;
    height: 2px;
    margin-left: 0px;
    background-color: var(--blue);
}
.head_title.t_center h2:before {
    left: 50%;
    margin-left: -25px;
}

.imp_subtitle {
    margin-top: 16px;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    color: #416583;
    line-height: 1.125;
    text-transform: capitalize;
    word-break: break-word;
}

.head_area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.heading h2 {
    margin: 30px 0px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    background: #f3f6f7;
}
.heading h3 {
    position: relative;
    margin: 30px 0px 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px dotted #ddd;
}

.heading h4 {
	margin: 30px 0px 20px;
    padding: 12px 0px 12px 20px;
    font-size: 15px;
    font-weight: 600;
    border-left: 2px solid var(--black);
}
.base_tl {
	margin: 40px 0px 30px;
}
.base_tl h3 {
    position: relative;
    padding: 12px 0px 12px 20px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--blue);
    border-left: 2px solid var(--blue);
    letter-spacing: 2px;
}
.sub_lead {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
    word-break: break-word;
}

/* TOP
----------------------------------------------------------- */

.top_img01,
.top_img02 {
	position: relative;
    width: 100%;
    height: 264px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*
    background-attachment: fixed;
    */
}
@media screen and (max-width:767px) {

  .top_img01,
  .top_img02 {
		height: 160px;
		background-attachment: scroll;
		scroll-snap-align: start;
	}

}
.top_img01 {
    background-image: url(../images/top_img01.jpg);
}
.top_img01:before {
    background-color: rgb(107 107 107 / 25%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}


/* コミュニティ一覧
----------------------------------------------------------- */

.community_list,
.blog_list  {
	margin: 40px 0px;
}
.community_list li,
.blog_list li {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	/*
    border-radius: 8px;
    */
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.community_list li a,
.blog_list li a {
	display: block;
	color: #333;
    transition-duration: .7s;
}
.community_list li a:hover,
.blog_list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.community_list li .head {
    display: flex;
    align-items: center;
    position: relative;
    height: 180px;
    overflow: hidden;
    padding: 14px 20px 16px;
    /*
    border-radius: 10px 10px 0 0;
    */
}

.community_list li .c_bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.community_list li .head:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(10 54 100 / 70%);
}
.community_list li .tl_area {
    position: relative;
    z-index: 1;
    color: #fff;
}
.community_list li .cate {
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    /*
    border: 1px solid #fff;
    */
    background: var(--orange);
    border-radius: 20px;
}
.community_list li .tl_area .tl {
	margin-top: 10px;
}
.community_list li .tl_area .tl h3 {
	font-size: 18px;
	font-weight: 600;
}
.community_list li .wrap {
    padding: 20px;
}
.community_list li .wrap dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
.ct_area .wrap dt,
.community_list li .wrap dt {
    margin-bottom: 3px;
    width: 100px;
    color: #555;
}
.ct_area .wrap dd,
.community_list li .wrap dd {
    width: calc(100% - 100px);
}
.community_list li .wrap .add {
	margin-top: 15px;
	padding-top: 15px;
    border-top: 1px solid #ededed;
}

#main .community_list li .head {
    height: 140px;
}
.community_list li .tl_area .tl h3 {
    font-size: 16px;
}
/* コミュニティ詳細
----------------------------------------------------------- */

.ct_area {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #e8ecfb;
    /*
    border-radius: 10px;
    */
    background-color: #fff;
}

.ct_area .img {
	max-height: 320px;
	overflow: hidden;
}
.ct_area .tl_area {
	position: relative;
	margin-top: 30px;
}
.ct_area .tl_area .cate {
    display: inline-block;
    padding: 3px 8px;
    font-size: 13px;
    color: #fff;
    background: var(--blue);
    border-radius: 20px;
}
.ct_area .tl_area .date {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 12px;
}
.ct_area .tl_area .tl h2 {
	margin: 20px 0px;
	font-size: 24px;
	font-weight: 700;
}
.ct_area .detail {
	margin-top: 30px;
}
.ct_area .tl {
	margin-bottom: 20px;
}
.ct_area .tl h3 {
	font-size: 18px;
	font-weight: 600;
}
.ct_area .wrap {
    margin-bottom: 30px;
    padding: 20px;
    background-color: var(--bg);
    /*
    border-radius: 10px;
    */
}
.ct_area .wrap.type2 {
	background: none;
}

.ct_area .wrap .member_list {
	margin: 0px;
}
.ct_area .wrap .member_list li {
    width: calc(100% / 6 - 10px);
}
.ct_area .wrap .member_list li .name {
    font-size: 12px;
}
.ct_area .wrap dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.group_detail_area {
	padding: 20px;
	background-color: #f7f7f7;
}

#side dl.cmt_name_area dt,
#side dl.cmt_name_area dd {
    margin-bottom: 5px;
    padding: 7px 5px;
    font-size: 14px;
}
dl.cmt_name_area dd {
    background: #f7f7f7;
}
/* コメント
----------------------------------------------------------- */

.comment_list .talk {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    margin: 25px auto 0;
}
.comment_list .talk_img {
    width: 80px;
}
.comment_list .talk_img .img {
	
}
.comment_list .talk_img .img img {
	width: 100%;
	border-radius: 50%;
}
.comment_list .name {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.comment_list .name a {
    color: #555;
    text-decoration: none;
}
.comment_list .talk_content {
    flex: 1;
    position: relative;
    margin-left: 30px;
    padding: 25px;
    width: calc(100% - 80px - 30px);
    border: 1px solid #E2E8ED;
    border-radius: 5px;
    background: #fff;
}
.comment_list .talk_content:before,
.comment_list .talk_content:after {
    content: "";
    position: absolute;
    top: 30px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.comment_list .talk_content:before {
    border-right: 11px solid #E2E8ED;
    left: -12px;
}
.comment_list .talk_content:after {
    border-right: 12px solid #fff;
    left: -11px;
}
.comment_list .talk_content p.talk_text {
    margin-bottom: 5px;
    font-size: 13px;
}
.comment_list .send_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #999;
}



/* メンバー
----------------------------------------------------------- */

body.home .member_area {
	position: relative;
    margin: 90px 0px;
}
.member_area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 0;
}
.member_area .left {
	width: 260px;
}
.member_area .right {
	width: calc(100% - 260px);
	padding-left: 40px;
}

.member_list {
	margin: 40px 0px;
}
.member_list li {
	width: calc(100% / 4 - 10px);
	margin: 10px 5px;
}
.member_list li a {
	display: block;
	color: #333;
    transition-duration: .7s;
}
.member_list li .img {
	
}
.member_list li .img img {
	border-radius: 50%;
}
.member_list li .txt {
	margin-top: 10px;
    text-align: center;
}
.member_list li .name {
    font-size: 12px;
    font-weight: 500;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.member_list li .company {
    margin-top: 5px;
    font-size: 11px;
    color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.member_prof_area {
	margin-bottom: 90px;
    padding: 20px;
    border: 3px solid #ddd;
    border-radius: 10px;
}
.member_prof_area .img {
	width: 300px;
}
.member_prof_area .img img {
	border-radius: 50%;
}
.member_prof_area .right {
	width: calc(100% - 300px);
	padding-left: 40px;
}
.member_prof_area .tl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
}
.member_prof_area .name {
    margin-bottom: 5px;
    font-size: 20px;
}
.member_prof_area .company {
    margin-bottom: 10px;
    font-size: 14px;
}
.member_prof_area .pref {
    font-size: 12px;
    color: #999;
}
.member_prof_area .txt {
	
}
.member_prof_area .txt h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
}
.member_prof_area .txt p {
	
}

/* 会社概要と採用のリンク
----------------------------------------------------------- */

body.home .com_rec_area,
.com_rec_area {
    padding-top: 30px;
}
.a_f_s_list li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
}

.a_f_s_list li a {
    display: block;
    position: relative;
    padding: 0;
}
.a_f_s_list li a:before {
    background-color: rgb(33 108 157 / 45%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
.a_f_s_list li a:hover {
    opacity: .8;
    text-decoration: none;
    transition: .8s;
}
.a_f_s_list li a:hover img {
    transform: scale(1.1);
    transition-duration: .9s;
}
.a_f_s_list li a:hover:before {
    background-color: rgb(33 108 157 / 75%);
}
.a_f_s_list li a:hover .txt {
	
}
.a_f_s_list .tl {
    position: relative;
    margin-bottom: 30px;
}
.a_f_s_list li .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.a_f_s_list li .img img {
    width: 100%;
	height: auto;
}
.a_f_s_list .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3.2rem;
    color: #fff;
    text-align: center;
}


.a_f_s_list li h3 {
	margin-top: 3px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 400;
}

.a_f_s_list li .txt .sub {
    font-size: 16px;
    font-weight: 500;
}

.a_f_s_list li a:before,
.a_f_s_list li .img {
	border-radius: 10px;
}


/* ブログ
----------------------------------------------------------- */

.blog_list li .txt {
    padding: 20px;
}
.blog_list li .txt h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}

.community_list li .wrap .add p,
.blog_list li .txt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
    

/* お知らせ
----------------------------------------------------------- */

body.home section.news_area {
	padding: 90px 0px;
}
.news_area {
    position: relative;
    z-index: 1;
    width: 100%;
    background: var(--bg);
}
.news_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/news_bk.jpg) top center no-repeat;
    background-size: cover;
}
.news_area .inner {
    padding: 60px;
    background: rgb(255 255 255 / 92%);
}
.news_area .left {
	width: 200px;
}
.news_area .right {
	width: calc(100% - 200px);
	padding-left: 60px;
}

.news .headline ul.list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.news .headline ul.list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.news .headline ul.list li span.date {
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
}
.news .headline ul.list li span.title {
    width: calc(100% - 120px);
    /*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
}
.news .headline ul.list li a {
	position: relative;
	color: #333;
	text-decoration: underline;
}
.news .headline ul.list li a:hover {
	text-decoration: none;
}

.pagenation-area {
    margin: 40px auto 20px;
    justify-content: center;
}

.pagenation-area .page-numbers {
    display: inline-block;
    margin: 2px 8px 2px 0;
    padding: 15px;
    border-radius: 50%;
    text-decoration: none;
    min-width: 49px;
    color: #fff;
    background: #adadad;
    text-align: center;
}
.pagenation-area a:hover,
.pagenation-area .page-numbers.current {
    background: var(--blue);
}

.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 30px auto 0;
}
.blog-pagination_after-outer,
.blog-pagination_before-outer,
.blog-pagination_index-outer {
    width: calc(100% / 3);
    font-weight: 700;
}
.blog-pagination_before-outer {
    text-align: right;
}
.blog-pagination_after,
.blog-pagination_before,
.blog-pagination_index {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-weight: 700;
}
.blog-pagination a {
	color: #333;
}
.blog-pagination_before.arrow:after {
    right: inherit;
    left: -16px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.blog-pagination_index-outer {
    text-align: center;
}
.blog-pagination_after-outer {
    text-align: left;
}



/* 会社紹介
----------------------------------------------------------- */

body.home .top_company_area {
	padding-bottom: 0px;
}
.top_company_area .left {
	padding-right: 60px;
}

.top_company_area {
	max-width: 600px;
	margin: 0 auto;
}

/* 詳細系
----------------------------------------------------------- */

.w_s_box {
    max-width: 800px;
    min-width: 800px;
    margin-bottom: 60px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

.img_thum {
	margin: 30px 0px;
}

.entry_header {
    position: relative;
}
.entry_header .head_title {
    margin: 10px 0px 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}
.entry_header h1.entry_title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}
.entry_header .sub {
	margin-top: 5px;
}

.works_sub_set {
	margin: 30px 0px 0px;
}
.works_sub_set.dl_base  dd {
	font-weight: 500;
}

/* マイページ
----------------------------------------------------------- */

.my_member_prof {
	margin-bottom: 30px;
	text-align: center;
}
.my_member_prof .img {
	max-width: 180px;
	margin: 0 auto;
}
.my_member_prof .img img {
	width: 100%;
    border-radius: 50%;
}
.my_member_prof .tl {
	margin-top: 15px;
}
.my_member_prof .name {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
}
.my_member_prof .company {
	font-size: 13px;
}

.my_menu {
	
}
.my_menu .my_menu_list li {
	margin-bottom: 5px;
}
.my_menu .my_menu_list li a {
	display: block;
	padding: 10px 0px;
	color: #333;
	font-weight: 600;
}

.my_menu .my_menu_list li .icon {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #333;
    border-radius: 50%;
    color: #fff;
}
.my_menu .my_menu_list li i {
    margin-right: 0px;
    position: relative;
    left: 2.5px;
    top: 4px;
}

/* dl
----------------------------------------------------------- */

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 142px;
    padding: 20px 18px 18px 0px;
    border-bottom: 1px solid var(--blue);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 142px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}



/* リスト系
----------------------------------------------------------- */

ul.rec_pt_list {
    padding-left: 25px;
}
ul.rec_pt_list li {
    margin-bottom: 3px;
    list-style: disc;
}
ul.rec_pt_list li:last-child {
	margin-bottom: 0px;
}

ul.sitemap_list {
	
}
ul.sitemap_list li {
    width: calc(100% / 3);
    margin-bottom: 10px;
    padding: 0 7px;
}
ul.sitemap_list li a {
    color: #555;
}

/* 検索メニュー
----------------------------------------------------------- */

#side h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

#side dt {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
}

#side dd {
    margin-bottom: 15px;
}
#side dd.genre label {
    display: inline-block;
    margin: 2px;
}
#side .btn_area {
    margin-top: 15px;
    text-align: center;
}
/* footer
----------------------------------------------------------- */


#fnavi {
    padding: 90px 0px 30px;
    background-size: cover;
}
#fnavi .inner {
    align-items: center;
}
#fnavi .desc {
	width: 100%;
	text-align: center;
}
#fnavi .ft_right {
    width: 610px;
    padding-left: 40px;
    justify-content: space-around;
    align-items: baseline;
}
#fnavi .ft_logo {
    margin-bottom: 15px;
}
#fnavi .ft_address {
    margin-left: 5px;
}
#fnavi .ft_address a {
	color: #333;
	text-decoration: underline;
}
#fnavi .ft_address a:hover {
	text-decoration: none;
}
#fnavi .ft_list,
#fnavi dl.ft_dl {
    width: auto;
    margin-left: 20px;
}
#fnavi dl.ft_dl .tl {
    margin-bottom: 12px;
    font-size: 15px;
}
#fnavi dl.ft_dl dd {
    padding-left: 15px;
}
#fnavi dl.ft_dl li a {
	position: relative;
	font-size: 12px;
}
#fnavi dl.ft_dl li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: -12px;
    width: 6px;
    border-bottom: 1px solid #333;
}
#fnavi li {
    margin-bottom: 8px;
}
#fnavi li:last-child {
    margin-bottom: 0px;
}
#fnavi li a {
	position: relative;
    color: #333;
    font-size: 14px;
}
#fnavi li a:hover {
	text-decoration: none;
}
ul.relation_url li a {
    position: relative;
}
ul.relation_url li a img {
    width: 30px;
}
ul.relation_url {
	margin-top: 10px;
}
ul.relation_url li .icon_tab {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    right: -20px;
    width: 14px;
    height: 14px;
}
#footer {
    padding: 15px 0px 30px;
    color: #7e7e7e;
    text-align: center;
}

.credit_ft a {
	color :#333;
}


@media screen and ( max-width:1320px ) {

	.community_list li .head {
    	height: 140px;
	}
}

/* タブレットに適用させるCSS */
@media screen and ( max-width:1024px ) {
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area,.area,#content,iframe,
    .rt_prof,.lt_office_img,.member_list_blk .img,.member_list .img,
    .cta_area .flex_lt, .cta_area .flex_rt,.fta_icon .flex_lt,.home .article_list {
        width: 100%;
        float: none;
    }
    
    .inner,#content .in,.in {
        width: 96%;
        min-width: 96%;
        margin: 0 auto;
    }

    #g_navi nav {
        width: 100%;
    }
    .header_bg .eyecatch h1 {
	    text-align: center;
	}
    #main {
        margin: 0px;
    	padding: 0px;
    }
    #side {
		margin-bottom: 40px;
	}

}

/* スマホに適用させるCSS */
@media screen and ( max-width:768px ) {
	
    .inner,#content .in,.in {
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
    }
    
    .top_about_area .left,.top_about_area .right,
    .second_row .left, .second_row .right,
    .member_area .left,.member_area .right,
    .news_area .left, .news_area .right
     {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
    
    
	p {
    	font-size: 13px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .toggle {
    	display: none;
	}
	.toggle_tl {
	    display: block;
	    position: relative;
	    cursor: pointer !important;
	    pointer-events: all !important;
	}
	.toggle_tl:after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 30%;
	    right: 10px;
	    width: 8px;
	    height: 8px;
	    border-top: solid 2px #333;
	    border-right: solid 2px #333;
	    transition: all 0.2s ease-in-out;
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.main_search_in {
	    display: none;
	}
	
	.blog-pagination a {
	    font-size: 12px;
	}
	
    /* lauout
    ----------------------------------------------------*/
    
    body.home section {
		padding: 90px 0px;
	}
    section {
		padding: 60px 0px;
	}
	#content {
    	padding: 30px 0px;
	}
    #content.wide .in {
        width: 100%;
        padding-top: 20px;
    }
    .w_80,.w_80_txt,w_60_txt {
        width: 100% !important;
    }
	.head_title {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	body.home .head_title h2 {
		font-size: 24px;
	}
	.head_title h2 {
	    font-size: 20px;
	}
	.head_title h2 span.sub {
	    margin-top: 5px;
	    font-size: 11px;
	    letter-spacing: .5px;
	}
	.entry_header h1.entry_title {
	    font-size: 22px;
	    line-height: 1.4;
	}
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin-top: 30px;
	    background: none;
    }
    
    
    /* header / eyecatch
    ----------------------------------------------------------- */
	
	.header_bg {
		height: 66px;
	}
	.site_logo {
	    top: 24px;
	    left: 16px;
	}
	.site_logo img {
	    width: 132px;
	}
	#eyecatch {
    	height: 300px;
	}
	.inner-content {
    	max-width: 85%;
	}
	.inner-content .tl {
	    letter-spacing: 2px;
	    font-size: 14px;
	}
	.inner-content .sub {
	    letter-spacing: 1px;
	    font-size: 11px;
	}
	.scrool-area {
	    height: 90px;
	    bottom: -45px;
	    left: 8px;
	}
	
	/* eyecatch 別案 */

	#eyecatch.type2 {
	    margin-bottom: 30px;
	    height: auto;
	    display: flex;
	    flex-flow: column;
	}
	#eyecatch.type2 .inner {
	    order: 2;
	}
	#eyecatch.type2 .inner-content {
	    margin: 30px auto 30px;
	}
	#eyecatch.type2 .inner-content .tl {
	    font-size: 16px;
	}
	#eyecatch.type2 #fade_slide.type2 {
	    position: relative;
	    order: 0;
	    width: 100%;
	    height: 240px;
	}
	
    /* TOP
    ----------------------------------------------------------- */
	
	
	.top_about_area .right .txt {
		margin-top: 30px;
	}
	
	.top_about_area .right .txt p {
	    font-size: 15px;
	    line-height: 1.8;
	}
	
	.community_list li, .blog_list li {
    	width: 100%;
    	margin: 0px 5px 25px;
    }
	.community_list li .head {
	    height: 130px;
	}
	.news_area .inner {
    	padding: 30px 20px 40px;
	}
	.news_area .btn {
		margin: 30px auto 0;
		text-align: center;
	}
	.top_company_area .second_row {
	    width: 90%;
	    min-width: 90%;
	    margin: 0 auto;
	}
	.top_company_area .img {
		margin-bottom: 20px;
	}
	.member_list li {
	    width: calc(100% / 2 - 10px);
	    margin: 10px 5px;
	}
	
    /* lead
    ----------------------------------------------------------- */

	.lead {
		
	}
	.lead:after {
	    bottom: 0px;
	    width: 100%;
    	height: calc(100% - 80px);
	}
	.lead .txt {
	    width: 100%;
	    padding: 20px;
	    order: 1;
	    z-index: 2;
	}
	.lead .txt .area h1 {
	    font-size: 14px;
	    margin-bottom: 4px;
	}
	.lead .txt .area span {
	    font-size: 26px;
	}
	.lead .txt .tl {
	    font-size: 13px;
	}
	.lead .img {
	    width: calc(100% - 20px);
	    margin-left: auto;
	    order: 0;
	}
	
	.lead .img figure {
	    padding-bottom: 0%;
	    height: 200px;
	    border-radius: 0px;
	}
	
	
	.lead_2 .txt {
	    height: 100px;
	}
	.lead_2 .txt h1 {
	    font-size: 16px;
	}
	#breadcrumb.type2 {
	    margin-top: 10px;
	    padding: 0px;
	    left: 0px;
	}
    
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*
        background: #227ca9;*/
    }
    #panel-btn:hover {
    }
    #panel-btn:active,
    #panel-btn:focus {
        background: none;
    }
    .header_bg #panel-btn-icon,
    .header_bg #panel-btn-icon:before,
    .header_bg #panel-btn-icon:after {
        background: #333;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #333;
        transition: .2s;
    }

    #panel-btn-icon:before, #panel-btn-icon:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
    }
    #panel-btn-icon:before{
        margin-top: -6px;
    }
    #panel-btn-icon:after{
        margin-top: 4px;
    }
    #panel-btn .close{
        background: transparent;
    }
    #panel-btn .close:before, #panel-btn .close:after{
        margin-top: 0;
    }
    #panel-btn .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #fff;
    }
    #panel-btn .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background: #fff;
    }

    /* Gメニュー
    ----------------------------------------------------*/
    
    #g_navi {
		margin: 0px;
	}
	#nav-drawer {
		position: fixed;
	    top: 24px;
	    right: 12px;
		z-index: 99999;
	}
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 15px;/*長さ*/
	    border-radius: 3px;
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	    display: none;/*はじめは隠しておく*/
	    position: fixed;
	    z-index: 99;
	    top: 0;/*全体に広がるように*/
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: black;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;/*最前面に*/
	    width: 75%;/*右側に隙間を作る*/
	    max-width: 330px;/*最大幅*/
	    height: 100%;
	    background: #fff;/*背景色*/
	    transition: .3s ease-in-out;/*滑らかに表示*/
	    -webkit-transform: translateX(105%);
	    transform: translateX(105%);/*右に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	    display: block;/*カバーを表示*/
	    opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
    	background: var(--blue);
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);/*中身を表示*/
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block;
	    position: relative;
	    padding: 30px;
	    font-size: 18px;
	    letter-spacing: 3px;
	    color: #fff;
	}
	#g_navi ul {
		display: block;
	}
    #nav-content .nav>ul>li {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 0px;
    }
    #nav-content .nav>ul>li>a {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	    color: #fff;
	    height: auto;
	    margin: 0px;
	    padding: 20px 0px;
    }
    .header_bg.fixed #g_navi .nav>ul>li>a,
    #g_navi .nav>ul>li.active a span.gf,
    #g_navi .nav>ul>li a span.gf {
		color: #fff !important;
	}
    #g_navi .nav>ul>li>a:hover, #g_navi .nav>ul>li.active a {
		
	}
    #nav-content .nav>ul>li>a:hover {
        text-decoration:none;
    }
	#g_navi .nav>ul>li>a:after {
	    content: none;
	}
	#g_navi li a span.gf {
	    font-size: 14px;
	}
	
	.nav-item_sub {
		display: none;
	    padding: 20px 5px;
    	background: #144860;
	}
	.nav-list {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#g_navi ul.sub_navi_menu {
		position: relative;
		top: inherit;
		right: inherit;
		display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    justify-content:center;
    	margin-top: 30px;
	    padding: 10px 0px;
	    background: #fff;
	}
	ul.sub_navi_menu li {
		display: block;
	    margin: 0px auto 0px;
	    padding: 10px 0px;
	    width: 50%;
	    text-align: center;
	}
	ul.sub_navi_menu li a {
	    color: var(--blue);
	    font-weight: 600;
	}
	
	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 20px;
	    right: 22px;
	    width: 20px;
	    height: 20px;
	}
    #nav-drawer .close:before, #nav-drawer .close:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
        margin-top: 0;
	    width: 20px;
	    height: 2px;
    	background: #fff;
	}
    #nav-drawer .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #nav-drawer .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    /* サイドメニュー
    ----------------------------------------------------------- */
    
	#side h3 {
	    font-size: 15px;
	}
	#side dt {
	    font-size: 13px;
	}
	
	.my_member_prof {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    align-items: center;
	}
	.my_member_prof .img {
	    width: 100px;
	}
	.my_member_prof .tl {
	    margin-top: 0px;
	    width: calc(100% - 100px);
	}


    /* フッター
    ----------------------------------------------------------- */
	#fnavi {
	    padding: 60px 0px 30px;
	}
	#footer {
	    padding: 10px 0px 20px;
	}
	.inner.credit_ft.flex_in {
		display: block;
	}
	.sub_left {
		margin-bottom: 10px;
	}
	.sub_right {
		margin: auto;
	}
    /* 背景レイヤー
    ----------------------------------------------------------- */
    
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }

}

@media screen and ( max-width:348px ) {
	.btn_area.second .button_n {
	    margin-right: 5px;
	    min-width: 80px;
	}
}