/* ヘッダー全体のスタイル */
/* デフォルトのフォントサイズ */
html {
    font-size: 14px;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    overflow-x:clip;
    text-align: justify; /* 均等揃え */
    text-justify: inter-ideograph; /* 日本語のための均等揃え */
    word-break: break-word; /* 単語の途中で折り返さないように設定 */
/*背景画像（全頁同一）*/
    background-image: url(../images-business/consulting-back01.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
a{
    cursor: pointer;
}
.header-image-logo-wrap {
    position: fixed;  /* 一番上で固定 */
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
    padding-top: 10px;
    padding-left: 10px;
    height: 60px; /* ヘッダーの高さを設定 */
}
.header-image-logo-wrap img{
    width: fit-content;
    height: 100%;
}
.logo-back{
    background-color: #ffffffed;
}
/* 画面幅が480px以下の時（スマホ向け） */
@media screen and (max-width: 480px) {
    .header-image-logo-wrap {
        padding-top: 5px;
        padding-left: 5px;
        height: 33px; /* ヘッダーの高さを設定 */
    }
}
.scroll-toggle-btn{
    display: none;
}
/************************************************************************************************  背景と白ボックス*/
.secA-inner{
    width: 95%;
    max-width: 1200px;
    background-color: #ffffffe3;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-top: 40px;
    border-radius: 50px;
}
.secA:last-of-type .secA-inner{
    margin-left: 10px;
}
/*1ページ毎に背景画像を変更する場合
.secA{
    background-image: url(../images-business/consulting-back01.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}*/
/************************************************************************************************  1頁目*/
.sec-header{
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}
.h2-subtitle01{
    position: absolute;
    top:-30px;
    right: -30px;
}
h2{
    font-size: 2rem;   /* 28px */
    font-weight:bold;
    color: #00538b;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing:0.1em;
}
/* 装飾 ↓ */
h2 {
    position: relative;
    padding: 16px;
    outline: 1px solid #00538b;
    display: block;
    box-sizing: border-box;
    max-width: 500px;
    text-align: center; 
    margin: 24px;
    margin-inline: auto;
}

h2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 98%;
    height: 82%;
    background:#00538b0d;
    z-index: -999;
}

h2::after {
    content: "";
    position: absolute;
    bottom:-6px;
    right: -6px;
    border-right: solid 1px #00538b;
    border-bottom: solid 1px #00538b;
    width: 98%;
    height: 98%;
}
/* 装飾 ↑ */

.h2-subtitle02{
    font-size: 19px;
    padding-bottom: 15px;

    font-weight: bold;
    line-height: 1.4;
}
.h2-subtitle02-border{
    margin-bottom: 20px;
    border-bottom:  solid 1px #00538b;
}
.h2-sub{
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2;
}
.h2-sub:first-of-type{
    margin-bottom: 20px;
}
.h2-sub::first-letter{
    font-size: 28px;
    color:#00538b;
}

/************************************************************************************************  2頁目*/
.hojyo-h2sub{
    font-size: 16px;
    margin-bottom: 20px;
}
.hojyo-wrap{
    display: flex;
    justify-content: space-between;
}
.hojyo-box{
    width: 32%;
}
.hojyo-box img{
    width: 100%;
    height: auto;
}
.hojyo-card{
    text-align: center;
}
.hojyo-title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #00538b;
}
.hojyo-listBox{
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.hojyo-box .hojyo-listBox li{
	background-size:auto 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left;
}
.hojyo-box:nth-of-type(1) .hojyo-listBox li:nth-of-type(1){
	background-image:url(../images-business/bus01_icon01_ec.webp)
}
.hojyo-box:nth-of-type(1) .hojyo-listBox li:nth-of-type(2){
	background-image:url(../images-business/bus01_icon02_price.webp)
}
.hojyo-box:nth-of-type(1) .hojyo-listBox li:nth-of-type(3){
	background-image:url(../images-business/bus01_icon03_appeal.webp)
}
.hojyo-box:nth-of-type(2) .hojyo-listBox li:nth-of-type(1){
	background-image:url(../images-business/bus01_icon04_telework.webp)
}
.hojyo-box:nth-of-type(2) .hojyo-listBox li:nth-of-type(2){
	background-image:url(../images-business/bus01_icon05_cloud.webp)
}
.hojyo-box:nth-of-type(2) .hojyo-listBox li:nth-of-type(3){
	background-image:url(../images-business/bus01_icon06_touchpanel.webp)
}
.hojyo-box:nth-of-type(3) .hojyo-listBox li:nth-of-type(1){
	background-image:url(../images-business/bus01_icon07_discover.webp)
}
.hojyo-box:nth-of-type(3) .hojyo-listBox li:nth-of-type(2){
	background-image:url(../images-business/bus01_icon08_overseas.webp)
}
.hojyo-box:nth-of-type(3) .hojyo-listBox li:nth-of-type(3){
	background-image:url(../images-business/bus01_icon09_traveler.webp)
}

/*************************************************** ボタン */
.hojyo-button{
    font-size: 1.143rem;  /* 16px */;
    color:#fff;
    background-color:#004573;
    border-radius: 5px;
    height: 40px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.hojyo-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.3s ease;
}
.hojyo-button a:hover{
    background-color:#37bef0;
    color: #fff;
}
/************************************************************************************************  3頁目*/
.appeal-wrap{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.appeal-wrap img{
    margin-bottom: 20px;
    border-radius: 15px;
}
.appeal-box{
    width: 48%;
    padding: 30px;
    border: #00538b 1px solid;
    border-radius: 15px;
}
.appeal-box dt{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #00538b;
}
.appeal-box dd{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
    text-align: left;
}
.appeal-box dd:first-of-type{
    margin-bottom: 10px;
}

/************************************************************************************************  4頁目*/
/* bus料金表 */
table{
    text-align: center;
    font-size: 16px;
}
.table-cost{
	border-collapse:  collapse;     /* セルの線を重ねる */
	width: 95%;
	margin: 0 auto;
	background-color:#f8f8f8;
}
.table-cost th{
	width: 150px;
	text-align: center;
}
.table-cost th,
.table-cost td {
	border: #ffffff 2px solid;
	padding: 20px;
	vertical-align: middle;
}
.table-cost__title__none{
	background-color: #fff;
}
.table-cost__title-01{
	background-color:#2994D3;
}
.table-cost__title-02{
	background-color:#BDCE39;
}
.table-cost__title-03{
	background-color:#459D46;
}
.table-cost__title-01, 
.table-cost__title-02, 
.table-cost__title-03{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    line-height: 1.3;
}
.table-cost__tr-gray{
	background-color: #e7e7e7;
}
.table-cost__cost{
	font-size:20px;
	font-weight: bold;
}
.table-cost__smalltext{
	font-size: 1.2rem;
	font-weight: normal;
}
.table-cost__list{
	text-align: left;
    line-height: 1.3;
}
.table-cost__item{
	position:relative;
	padding: 0 0 5px 20px;
}
.table-cost__item::before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#026085;
	content: '\f192';
}
/*============ bus01.html ﾒﾃﾞｨｱｸｴﾘmax649 ============*/
@media only screen and (max-width: 649px) {
	.bus01__table-cost{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;	
	}
}
/************************************************************************************************ footer*/

.footer-last{
    padding-bottom: 50px;

    position: fixed;/*  一番下で固定↓ */
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
}
.footer-text{
    font-size: 0.857rem; /* 12px */
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.footer-text p:nth-of-type(2){
    margin-top: 10px;
}
.footer-text a{
    transition: 0.3s ease;
}
.footer-text a:hover{
    color: #37bef0;
}
/* 画面幅が768px以下の時（タブレット向け） */
@media screen and (max-width: 768px) {
    .footer-text p:nth-of-type(2){
        margin-top: 3px;
    }
}
/*************************************************** ボタン */
.AIcontactButton,
.ToZept{
    font-size: 1.143rem;  /* 16px */;
    color:#fff;
    background-color:#004573;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.ToZept{
    background-color: #fff;
    color: #00538b;
    border: #00538b 1px solid;
}
.AIcontactButton a,
.ToZept a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.3s ease;
}
.AIcontactButton a:hover,
.ToZept a:hover{
    background-color:#37bef0;
    color: #fff;
    transform: scale(1.1); /* 110% に拡大 */
}
.ToZept a:hover{
    background-color: #00538b;
}

/* 画面幅が480px以下の時（スマホ向け） */
@media screen and (max-width: 480px) {
    .footer-index{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .contactButton{
        font-size: 0.9rem;  /* 16px? */;
        height: 35px;
    }

    .footer-text{
        display: none;
    }
}
/************************************************************************************************ business　マッチング*/
/* 開発顧問 */
.advisor-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.advisor{
	width: 32%;
	padding: 20px 10px;
	background-color: #fff;
	border: #00538b 1px solid;
	margin-bottom: 20px;
}
.advisor__title{
	padding: 10px 0;
	border-bottom: #00538b 2px solid;
	color:#00538b;
	font-weight: bold;
}
.advisor__text{
	text-align: left;
	margin: 10px 30px;
    line-height: 1.3;
}
.advisor__img{
	display: inline-block;
	margin: 0 auto;
	width: 38px;
	height: 38px;
}
.advisor__img-01{ content: url(../images-business/bus02_advice01.webp);}
.advisor__img-02{ content: url(../images-business/bus02_advice02.webp);}
.advisor__img-03{ content: url(../images-business/bus02_advice03.webp);}
.advisor__img-04{ content: url(../images-business/bus02_advice04.webp);}
.advisor__img-05{ content: url(../images-business/bus02_advice05.webp);}
.advisor__img-06{ content: url(../images-business/bus02_advice06.webp);}

/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax768 ============*/
@media only screen and (max-width: 768px) {
	.bus02__table-cost{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;	
	}
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘ 550-768 ============*/
@media screen and (min-width:550px) and (max-width:768px){
	.advisor{
		width: 49%;
	}
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax549 ============*/
@media only screen and (max-width: 549px) {
	.advisor{
		width: 100%;
		max-width: 400px;
	}
}
/*顧問*/
.teacher,
.teacher-career-flex,
.teacher-other-wrap-flex,
.teacher-other-flex{
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
}
/* 講師 */
.teacher{
	background-color: #fff;
	margin-bottom: 20px;
}
.teacher__innerA{
	width: 20%;
	background-color: #eee;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.teacher-img{
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
    background-size: contain;
}
.teacher-img01{	background-image: url(../images-business/bus02_teacher-silhouette01.webp);}
.teacher-img02{	background-image: url(../images-business/bus02_teacher-silhouette02.webp);}
.teacher-img03{	background-image: url(../images-business/bus02_teacher-silhouette03.webp);}
.teacher__title{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.teacher__inner__title{
	color: #0071BC;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.teacher__text{
	text-align: left;
}
.teacher__innerB{
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
}
.teacher-career{
	text-align: left;
}
.teacher-career__date{
	width: 180px;
}
.teacher-career__text{
	width: calc( 100% - 180px );
	padding-left: 15px;
}
.teacher-cost{
	width: 33%;
	margin-bottom: 20px;
}
.teacher-other{
	width: 49%;
}
.teacher-other__innerA{
	width: 40%;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #eee;
}
.teacher-other__innerB{
	width: 60%;
	background-color: #fff;
	padding:20px
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax930 ============*/
@media only screen and (max-width: 930px) {
	.teacher_br{ display: none;}
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax768 ============*/
@media only screen and (max-width: 768px) {
	.teacher-flex{ display: block;}
	.teacher__innerA{
		width: 100%;
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 20px;
	}
	.teacher__innerB{ width: 100%;}
	.teacher-career{ text-align: left;}
	.teacher-other{
		width: 48%;
		height: 100%;
	}
	.teacher-other__innerA{	width: 100%;}
	.teacher-other__innerB{	width: 100%;}
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax611 ============*/
@media only screen and ( max-width: 611px)  {
	.teacher-career{ text-align: left;}
	.teacher-career__date{
		width: 100%;
		padding-top: 10px;
		padding-left: 1rem;
		color:#29ABE2;
		font-style: italic;
	}
	.teacher-career__text{
		width: 100%;
		padding-bottom: 10px;
		padding-left: 2rem;
		border-bottom: #c7c7c7 1px solid;
	}
	.teacher-cost{ width: 40%;}
	.teacher-cost__title{ color:#29ABE2;}
}
/*============ bus02.html ﾒﾃﾞｨｱｸｴﾘmax475 ============*/
@media only screen and (max-width: 475px) {
	.teacher-cost{ width: 100%;}
	.teacher-other-wrap-flex{ display: block;}
	.teacher-other{
		width: 100%;
		margin-bottom: 20px;
	}
	.teacher-other__innerA{ width: 100%;}
	.teacher-other__innerB{ width: 100%;}
}