@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

.list-disc {
    padding-left: 20px;
}
.list-disc li{
	list-style: none;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0 0 calc(1em + 5px);
	line-height: 1.4;
}
.list-disc li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f058';
	color: #333;
}


.list-arrow {
    padding-left: 20px;
}
.list-arrow li{
    list-style: none;
    position: relative;
    margin: 0 0 8px 0;
    padding: 0 0 0 calc(1em + 5px);
    line-height: 1.4;
}
.list-arrow li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: '\f061';
    color: #333;
}


.fas_list_before{
	margin: 0;
	padding: 0;
    font-weight: bold;
    font-size: 1.8em;
}
.fas_list_before p {
    font-size: 0.6em;
    font-weight: normal;
}
.fas_list_before li{
	list-style: none;
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0 0 calc(1em + 5px);
	line-height: 1.4;
}
.fas_list_before li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f058';
	color: #e60716;
}
.fas_list_before li:last-child{
	margin-bottom: 0px;
}


.cta-btn {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: auto;
    background-color: #54af52;
    color: #FFF;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    padding: 1vw;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.cta-btn:hover { 
    color: #eee;
    background-color: green;
}

.cta-btn02 {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: auto;
    background-color: #f25720;
    color: #FFF;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    padding: 1vw;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.cta-btn02:hover { 
    color: #eee;
    background-color: #e14619;
}


.bgc-bled {
    background-color: #f0f2f5;
    border: 2px solid #a3bbc7;
    padding: 2vw;"
}


.mb1vh { margin-bottom: 1vh; }
.mt1vh { margin-top: 1vh; }
.mt2vh { margin-top: 2vh; }
.mt4vh { margin-top: 4vh; }
.mb4vh { margin-bottom: 4vh; }


@media screen and (min-width: 768px){
    /* PC時はMENUボタンを非表示 */
    #open,#close {
        display: none !important;
    }
    
    #navi {
        display: block !important;
    }
    .pc { display: block; }
    .sp { display: none; }
    
    .profileWrap {
        display: flex;
        margin: 0 0 20px 0;
    }
    .profileLeft {
        width: 70%;
    }
    .profileRight {
        width: 30%;
    }
    .profileMds {
        margin: 60px 0 0 0;
    }
    .profileNam {
        width: 70%;
        margin: 60px 0 0 0;
    }

}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}


    .profileWrap {
        display: block;
    }
    .profileMds {
        margin: 0 auto 20px auto;
    }
    .profileRight img {
        width: 70%;
        margin: 10px auto;
    }
    .profileNam {
        width: 80%;
        margin: 20px auto;;
    }

}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 2rem 0;
	padding: 2rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: left;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 1rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
.pc { display: none; }
.sp { display: block; }

.list-disc {
    padding-left: 0;
}
.bgc-bled{
    width: 90%;
    margin: -50px auto 0 auto;
}
.fas_list_before{
    font-size: 1.2em;
}
.fas_list_before p {
    font-size: 0.8em;
}
.cta-btn {
    font-size: 1.2em;
}
.cta-btn02 {
    font-size: 1.2em;
}
}


/*--------------------------------------------------------------
. 2カラム 
--------------------------------------------------------------*/

header
.contentsA
.contentsB
footer

.contentsA,.contentsB{
width: 50%;
height: 100px;
}

.main{
display: flex;
}


/*--------------------------------------------------------------
. faq
--------------------------------------------------------------*/


.faq{
	padding:30px;
	border:solid 1px #DADADA;
	border-radius:5px;
	width:100%;
	margin:0 auto 30px;
	background-color:#FFF;
}
.faq .faq-header{
	margin-bottom:20px;
}
.faq .faq-question{
	padding-top:15px;
	font-size:22px;
	font-weight: bold;
	color:#111;
	padding-left:70px;
	background-size:40px;
	min-height:40px;
	background-repeat:no-repeat;
	background-image:url('https://synergista.jp/sd/win/admin/images/question-icon.svg');
}
.faq .faq-answer{
	font-size:15px;
	line-height:1.7;
	color:#333;
	padding-left:70px;
	background-repeat:no-repeat;
	background-image:url('https://synergista.jp/sd/win/admin/images/answer-icon.svg');
	background-size:40px;
	min-height:40px;	
}
@media screen and (max-width: 480px) {
	.faq{
		padding:10px;
	}
	.faq .faq-question{
		font-size:16px;
		font-weight: bold;
	}
	.faq .faq-answer{
		font-size:14px;
	}
}