@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: 30px;
    line-height: 1.2;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}
.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: 30px;
    line-height: 1.2;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}
.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;
    color: #FFF;
    font-size: 1.2rem;
}
.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;
}

.ccs7step{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.ccs7step div:first-child{
    width: 40%;
}
.ccs7step div:last-child{
    width: 60%;
}


/* 幅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: 0.9em;
    padding: 2vw;
}
.cta-btn02 {
    font-size: 1.1em;
    padding: 2vw;
}
.ccs7step {
    flex-wrap: wrap;
}
.ccs7step div:first-child {
    width: 100%;
}
.ccs7step div:last-child{
    width: 100%;
}

}



