@charset "UTF-8";

html {
    font-size:62.5%;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11pt;
    font-family: -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;  
    line-height: 1.5;
    letter-spacing: 1px;    
}


/*  Reset CSS */

main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, strong, p, td, div, dl, dt, dd, ul, ol, li {
    margin: 0px;
    padding: 0px;
  }
img	{
    border: 0px;
    vertical-align: bottom;
}
a {
    text-decoration: none;
  }

/* ヘッダー */
#fixed_bar {
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 999; /* 常に最前面にするため */
}
h1 {
    margin-bottom: 10px;
}
#mainmenu {
    border-bottom: 2px solid #b1f0f8; /*ライン*/
}
#mainmenu ul {
    display: flex;
    justify-content: space-around;
    justify-content: center;
    list-style: none;
    width: 770px;
    margin: 0 auto;
}
#mainmenu ul li a{
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    font-size: 16px;
    height: 36px;
    padding-top: 2px;
    transition: 0.5s;
    text-decoration: none;
 /*   color: #001f2e;  */ 
    color:#000000;    
    border-radius: 5px 5px 0 0;
/* background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(38, 103, 97, 1) 50%); */
    background-position: 0 0;
    background-size: 200% auto;
}
#mainmenu ul li a:hover {
    background-color: #4cd2ec;
    color: rgb(38, 45, 51);
}
#mainmenu ul li {    
    border-radius: 5px 5px 0 0;    
    margin: 0 2px;
    width: 20%;
}
#mainmenu ul li:first-child {
    background-color: #DFFAED;
}
#mainmenu ul li:nth-child(2) {
    background-color: #B4EBCF;
}
#mainmenu ul li:nth-child(3) {
    background-color: #92EDBF;
}
#mainmenu ul li:nth-child(4) {
    background-color: #74EBC2;
}
#mainmenu ul li:last-child {
    background-color: #5CE6DB;
}
/* #mainmenu ul .menu_active {
    background-color: rgb(38, 103, 97);
    color: #fff;
}
*/
/*トップ*/

#top main {
    padding-top: 110px;
    background-color: #0B260D;
}
main {
    text-align: center;
}

.wrapper {
    background-color: #0B250D;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    font-size: 0;
}
.container img {
    width: 100%;
}

/*
#top-cover {
    background-color: #0B260D;
    text-align: center;
    position: relative;
    background-image: url(../images/icon_value_cycle_blue.png); 
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 256px 488px;
}
#top-image {
    padding-top: 88px;
}
#top-comment1 {
    font-size: 44px;
    margin-top: 33px;
    color: #BEF5D1;
    font-weight: bold;
}
#top-comment2 {
    font-size: 35px;
    margin-top: 70px;
    padding-bottom: 190px;
    color: #BEF5D1;
    font-weight: bold;
}
#top-comment3 {
    font-size: 35px;
    margin-top: 69px;
    padding-bottom: 167px;
    color: #BEF5D1;
    font-weight: bold;
}
*/

#about {
    background-color: #F0F8F7;
    background-image: url(../images/blue_rainbow.png);
    background-repeat: no-repeat;
    color: #000000;
/*    padding-top: 110px; */
    padding-bottom: 30px;
}
.catch_point_head {
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
    padding-top:110px;
    margin-bottom: 20px;
}
.text_eyecatch {
    color:#15A9F8;
    font-weight: bold;
    font-size: 32px;
}
.text_eyecatch_pink {
    color:#F8156C;
    font-weight: bold;
    font-size: 32px;
}
.catch_point li {
    list-style: none;
    text-align: left;
    max-width: 766px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.link-info-session {
    display: block;
    padding: 5px;
    /* border-radius: 10px; */
    background-color: #1dabc5;
    transition: 0.7s linear;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 5px;
}
.link-info-session:hover {
    color: rgb(255, 255, 255);
    background-color: #5cbfdd;
}
.link-arrow {
    height: 15px ;
    width: 20px;
    transition: 0.5s;
    padding-bottom:4px;

}

#top-btn {
    background-color: #29BFDB;
    text-align: center;
    position: relative;
}

/*ABOUT 組織変革Labとは*/

#about_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
}
#about h2 {
    font-size: 26px;
    margin-left: 4px;
    letter-spacing: 2px;
}
#about_description {
    max-width: 766px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-bottom: 20px;
}
#about_image {
    width: 450px;
    height: 460px;
}
#about_description_small {
    max-width: 766px;
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

#about_picture_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 20px;

}
#image_sawatari_and_books {
    width: 364px;
    height: 174px;
}
.balloon-left{
    position:relative;
    width:315px;
    height:45px;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    border:4px solid #7BCAF1;
    color:#555555;
    font-size:16px;
    border-radius:10px;
    margin-left: 20px;
}
.balloon-left:after,.balloon-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.balloon-left:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -5px;
    border-right-color:#FFFFFF;
}
.balloon-left:before{
    border-color: rgba(123, 202, 241, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -9px;
    margin-right: 0;
    border-right-color:#7BCAF1;
}
.about_text {
    max-width :766px;
    font-size: 17px;
    text-align: left;
    margin: 30px auto;
  }
.about_list {
    width: 726px;
    font-size: 17px;
    text-align: left;
    margin: 10px auto;
    padding: 20px 0 20px 40px;
    border-radius: 5px; 
}

.about_reason {
    width: 726px;
    font-size: 17px;
    text-align: left;
    margin: 30px auto;
    padding: 20px 0 20px 40px;
    background-color: #E1EFE6;
    border-radius: 5px;
}
.about_reason_numbered {
    width: 726px;
    font-size: 17px;
    text-align: left;
    margin: 30px auto;
    padding: 20px 0 20px 40px;
    background-color: #E1EFE6;
    border-radius: 5px;
    list-style-type: auto;
}
.about_reason_numbered p {
    font-size: 15px;
}

a {
    color: #028ed9;
    text-align: left;
    word-break:break-all;
}
a:hover {
    color: #007bbd;
}

/*サービス内容*/
.service-list {
    font-size: 17px;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding-left: 30px;
}
.service-list li {
    position: relative;
    margin-bottom: 15px;
}
.service-list li::before {
    position: absolute;
    content:"";
    width: 15px;
    height: 15px;
    background-color: #15A9F8;
    border-radius: 15px;
    left: -30px;
    top: 5px;
}
.service-square {
    display: inline-block;
    width: 240px;
    height: 240px;
    border: 1px solid #999B9A;
    padding: 20px;
    border-radius: 5px;
}
.service-box {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-square:first-child {
    margin-right: 30px;
}
.service-square dt {
    margin: 50px auto 10px auto;
    position: relative;
}
.service-square dt .service-number {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    padding: 12px 9px 8px 11px;
    color: #fff;
    background-color: #2B9EBA;
    left: 0;
    top: -50px;
    font-size: 20px;    
    font-weight: bold;
}
.service-square dd {
    font-size: 20px;
    font-weight: bold;
}
.service-square dd .service-archive {
    font-size: 14px;
    font-weight: normal;
}
.service-square dt .circle-yellow {
    background-color: #EFDD11;
}
.service-square dt .circle-pink {
    background-color: #F23E7C;
}
.bgc-lightgreen {
    background-color: #F0F8F7;    
    padding: 70px 0;
}
.service-comment {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px auto;
    padding: 20px;
    text-align: left;
    width: 726px;
}
.service-comment h4 {
    position: relative;
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 20px;
    font-weight: normal;
}
.service-lecture:before {
    position: absolute;
    content: "1";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background-color: #2B9EBA;
    font-size: 15px;    
    font-weight: bold;
    text-align: center;
    left: 0;
    top: -6px;
}
.service-meetup:before {
    position: absolute;
    content: "2";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background-color: #F23E7C;
    font-size: 15px;    
    font-weight: bold;
    text-align: center;
    left: 0;
    top: -6px;
}
.service-community:before {
    position: absolute;
    content: "3";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background-color: #EFDD0F;
    font-size: 15px;    
    font-weight: bold;
    text-align: center;
    left: 0;
    top: -6px;
}

/*表部分*/
#schedule {
    padding-top: 120px;
}
.supplement {
    margin-bottom: 2px;
    text-align: right;
}
.bgc-white {
    background-color: #fff;
    color: #000000;
    padding: 70px 0;
}
.border-left-lightblue {
    border-left:11px solid  #15A9F8;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 10px;
    margin-bottom: 40px;
}
.inner-box {
    width: 1140px;
    margin: 0 auto;
}
.inner-box-small {
    width: 766px;
    margin: 0 auto;
}
.seminar-schedule {
    width: 100%; 
    border-collapse: collapse;
}
.seminar-schedule tr {
    border-bottom: 1px solid #999B9A;
    padding: 10px;
    height: 87px;
}
.seminar-schedule th,td {
    border-bottom: 1px solid #999B9A;
    padding: 10px;
}
.schedule_title1 {
    width: 10%;
}
.schedule_title2 {
    width: 30%;
}
.schedule_title3 {
    width: 30%;
    background-color: #EBFCFF;
}
.schedule_title4 {
    width: 30%;
    background-color: #FDF4F5;
}
.schedule_lecture {
    background-color: #EBFCFF;
}
.schedule_meetup {
    background-color: #FDF4F5;
}

/* 20211010追加 */
.lecture_table {
    border-collapse: collapse;
    max-width: 1140px;
    margin: 0 auto;
}
.lecture_table tr {
    border: 1px solid #999B9A;
}

.lecture_table td {
    border-bottom: 1px solid #999B9A;
    vertical-align: top;
    padding: 10px;
}

.align_left {
    text-align: left;
}

.lecture_title1 {
    width: 3%;
    background-color: #F4F8FC;
}
.lecture_title2 {
    width: 50%;
    color:#15A9F8;
    background-color: #F4F8FC;
}
.lecture_title3 {
    width: 10%;
    background-color: #F4F8FC;
}
.lecture_title4 {
 /*   width: 32%; */
    width: 12%;
    background-color: #F4F8FC;
}
.lecture_title5 {
    width:  25%;
    background-color: #F4F8FC;
}

.lecture_table .lecture_thema {
    text-align: left;
}
.lecture_no {
    height: 72px;
}
.lecture_thema {
    height: 72px;
}
.lecture_sample {
    height: 72px;
}
.lecture_sample_image {
    width: 150px;
    height: 72px;
}
.lecture_date {
    height: 72px;
}
.lecture_refer {
    height: 72px;
}
.text_blue {
    color:#028ed9;
    font-weight: bold;
}
.text_darkblue {
    color: #297AB5;
}
.text_skyblue {
    color: #2c90a9;;
    font-weight: bold;
}

/*学習と実践サイクル～*/
.bgc-darkgreen {
    background-color: #0B260D;
    color: #BEF5D1;
    padding: 70px 0;
}
.list1 {
    width: 766px;
    text-align: left;
    margin: 0 auto;
    list-style-position: inside;
}
.list1 li {
    margin-bottom: 15px;
}
.width766 {
    width: 766px;
    margin: 0 auto;
    text-align: left;
}

/*受講プラン*/
#course_plan {
    padding-top: 120px;
}
.plan-box {
    width: 766px;
    text-align: left;
    margin-bottom: 20px;
}
.plan-box dt {
    font-weight: bold;
    background-color: #c6f1e3;
    padding: 7px 10px 6px 10px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.plan-box dd {
    background-color: #F0F8F7;
    padding: 20px 10px;
}

.plan-smalltext {
    font-size: 14px;
}

/*受講の流れ～お申し込み方法*/
.list-flow {
    width: 766px;
    list-style-type: none;
    margin: 0 auto;
}
.list-flow li {    
    background-color: #D1F2E7;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}
.list-flow li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 49%;
    bottom: -13px;
    border-top: 15px solid #D1F2E7;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.list-flow li:last-child:before {
    display: none;
}
.list-flow li:nth-child(2),.list-flow li:nth-child(4),.list-flow li:nth-child(5){
    background-color: #e4e7e6;
}
.list-flow li:nth-child(2):before,.list-flow li:nth-child(4):before,.list-flow li:nth-child(5):before{    
    border-top: 15px solid #e4e7e6;
}
.link-form-box {    
	position: relative;
	margin: 30px 50px;
	border-radius: 10px;
    background-color:#29BFDB;
    color: #fff;
}
.link-form {
    display: block;
    padding: 15px;
    border-radius: 5px;
	transition: 0.7s;
/*    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(20, 170, 155) 50%); */
    background-position: 0 0;
    background-size: 200% auto;
	border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.link-form:hover {
/*    background-position: -100% 0; */
    background-color: #4cd2ec;
    color:#fff;
}
/*専門家プロフィール*/
.plofile-box {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.name {
    font-size: 20px;
}
.profile-right {
    margin-left: 30px;
}

/*説明会参加ボタン*/
#info-session{
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: 0.7s linear;

}

.link-info-session {
    display: block;
    padding: 5px;
    /* border-radius: 10px; */
    background-color: #1dabc5;
    transition: 0.7s linear;
    text-align: center;
    position: relative;
    /*bottom: 0;*/
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 5px;
}
.link-info-session:hover {
    color: rgb(255, 255, 255);
    background-color: #5cbfdd;
}

.link-info-session2 {
    display: block;
    padding: 5px;
    /* border-radius: 10px; */
    background-color: #22a5d8;
    transition: 0.7s linear;
    text-align: center;
    position: relative;
    /*bottom: 0;*/
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    /*margin: 60px 0px 0px;*/
}
.link-info-session2:hover {
    color: rgb(255, 255, 255);
    background-color: #5cbfdd;
}

/*ページトップボタン*/
#pagetop {
	text-align: center;
    position: fixed;
    right: 1vw;
    bottom: 4vw;
	display: block;
	z-index: 187;
}
.pagetop_btt {
	display: block;
	cursor:pointer;
	z-index: 188;
	transition: 0.3s;	
}
.pagetop_btt:hover {
	transform: translateY(-10px);
	opacity: 0.9;
}
/*フッター*/
footer {
    background-color:#e4e7e6;
    text-align: center;
    padding: 30px 30px;
    font-size: small;
    color: #4b4e4b;
}
footer a {
    color: #4b4e4b;  
    transition: 0.5s;
    text-decoration: underline;
    text-underline-offset: 3px;
}
footer a:hover {
    color: #15A9F8;
}

/* お客様事例 */
.bgc-gray {
    background-color: #F0F8F7;
}
.bg-rainbow {
    background-position-y: 170px;
    background-image: url(../images/blue_rainbow.png);
    background-repeat: repeat;
    padding-bottom :100px;
}
#list_company {
    padding-top: 170px;
}
#list_company h2 {
    padding : 10px;
    letter-spacing: 4px;
    color:#29617e;
}
#list_company dl{
    background-color: white;
    border: solid 1px #7FC1D1;
    padding: 4px;
    margin: 20px;
}
#list_company dd {
    padding: 10px;
    border: solid 1px #7FC1D1;
    text-align: left;
    font-size: 16px;
    margin: 1px;
    letter-spacing: 2px;
}
.customer_case {
    padding-top: 20px;
    letter-spacing: 1px;
}
/* ここから修正 */
.customer_case_box {
    background-color: white;
    border: solid 1px #7FC1D1;
    padding: 4px 4px 0px 4px;
    margin: 20px;
}
.customer_case_box h4 {
    padding:20px 0 10px 10px;
    color:#29617e;
}
.customer_case_inbox_title {
    border: solid 1px #7FC1D1;
    padding-bottom: 3px;
    margin-bottom: 4px;
}
.customer_case_inbox_detail_1 {
    border: solid 1px #7FC1D1;
    text-align: left;
    margin-bottom: 4px;
}
.customer_case_inbox_detail_1 h4 {
    padding:20px 0 10px 10px;
    color:#29617e;
}
.customer_case_inbox_detail_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: solid 1px #7FC1D1;
    text-align: left;
    padding-bottom:30px;
    margin-bottom: 4px;
}
#detail_2_1 dt {
    margin: 10px 10px 10px 20px;
}
#detail_2_1 dd {
    margin: 10px 10px 10px 20px;
}
#detail_2_2 {
    margin: 70px 60px 10px 10px;
    margin-left: auto;
}
#detail_2_2 img {
    width: 130px;
    height: 208px;
}
.customer_case_inbox_title_small {
    border: solid 1px #7FC1D1;
    margin-bottom: 4px;
    text-align: left;
}
.customer_case_inbox_title_small h4{
    margin: 10px;
}
.customer_case_inbox_detail_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    border: solid 1px #7FC1D1;
    text-align: left;
    padding: 10px 0px 30px 10px;
    margin-bottom: 4px;
}
#detail_3_1 {
    max-width:764px;
}
#detail_3_2 {
    padding :90px 15px 15px 10px;
    margin-left: auto;
}
#detail_3_2 img {
    width:288px;
    height: 294px;
}
.customer_case_inbox_detail_3 p{
    margin: 10px;
}
.customer_case_inbox_detail_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    border: solid 1px #7FC1D1;
    text-align: left;
    padding-bottom: 50px;
    margin-bottom: 4px;
}
#detail_4_1 {
    max-width:900px;
}
#detail_4_2 {
    margin: 170px 40px 10px 10px;
    margin-left: auto;
}
#detail_4_2 img{
    width: 138px;
    height: 225px;
}
.customer_case_inbox_detail_4 p{
    margin: 10px 30px;

}
.customer_case h2 {
    margin:20px 0;
    letter-spacing: 2px;
    color:#0c547a;
}
.customer_case h3 {
    padding: 10px 10px 20px 10px;
    text-align: left;
    letter-spacing: 2px;
    color:#0c547a;
}
.customer_case h4 {
    font-size: 16px;
    letter-spacing: 2px;
}
.customer_case p{
    letter-spacing: 2px;
    font-size: 15px;
}
.customer_case ol{
    margin: 10px 10px 10px 60px;
    letter-spacing: 2px;
}
.customer_case_keyword {
    display: inline-block;
    margin: 10px;
    padding: 10px 15px;
    background: #DCEAED;
}
.customer_case_description {
    padding:10px 10px 20px 20px;
}
.customer_case_uservoice {
    margin: 0px 0px 40px 0px;
}
#msi_icon {
    padding-top: 20px;
}
.uservoice_description {
    margin: 0px 30px;
    padding: 30px;
    color:#023e5e;
}
.border_blue {
    border: solid 5px #b1d8f5;
}

/*共通*/

.centerd_block {
    margin: 0 auto;
}
.centerd_inline {
    text-align: center;
}
.margin_10 {
    margin: 10px;
}
.m-top20 {
    margin-top: 20px;
}
.m-top40 {
    margin-top: 40px;
}
.m-bottom10 {
    margin-bottom: 10px;
}
.m-bottom20 {
    margin-bottom: 20px;
}
.m-bottom70 {
    margin-bottom: 70px;
}
.p-top20 {
    padding-top: 20px;
}
.p-top30 {
    padding-top: 30px;
}
.p-bottom20 {
    padding-bottom: 20px;
}
.p-bottom150 {
    padding-bottom: 150px;
}
.bg_darkgreen {
    background-color: #0B260D;
}
.posi_relative {
    position: relative
}
.f-size50 {
    font-size: 50px;
}
.f-size33 {
    font-size: 33px;
}

.left {
    text-align: left;
}

/* 講座 */
.video{
  position:relative;
  width:85%;
  padding-top:56.25%;
  margin: 0 auto;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}