@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
.robo {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
    margin: 0 auto;
    width: 1050px;
}
@media all and (max-width: 896px) {
    .comBox {
        margin: 0 15px;
        width: auto;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 15px;
    font-size: 5.4rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
}
.headLine01 span {
    color: #00b4d2;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 19px;
        font-size: 3.1rem;
        line-height: 1.24;
    }
    .headLine01 span {
        font-size: 4.1rem;
        line-height: 1;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    margin: 0 auto;
    width: 410px;
}
.comBtn a {
    padding: 24px 60px 27px 35px;
    display: block;
    color: #fff;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: 90px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2),inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    background: url("../img/common/icon01.png") no-repeat right 25px center / 30px auto;
    background-color: #FF6400;
	transition: all .2s;
}
@media all and (min-width: 897px) {
    .comBtn a:hover {
		box-shadow: none;
		transform: scale(0.99, 0.99) translateY(2px);
    }
}
@media all and (max-width: 896px) {
    .comBtn {
        width: auto;
        max-width: 290px;
    }
    .comBtn a {
        padding: 16px 45px 20px 35px;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.29;
        letter-spacing: 0;
        background-position: right 20px center;
        background-size: 20px auto;
    }
	.comBtn span {
		font-size: 2.1rem;
	}
}
@media all and (max-width: 374px) {
	.comBtn a {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	fixBox
------------------------------------------------------------*/
.fixBox {
    width: 70px;
    height: calc(100vh - 20px);
    position: fixed;
    right: 0;
    top: 20px;
    border-radius: 14px 0 0 0;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    z-index: 999;
    overflow-y: auto;
    background-color: #00B400;
}
.fixBox a {
    padding: 73px 18px;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.89;
    letter-spacing: 0.12em;
    writing-mode: tb-rl;
    background: url("../img/common/icon04.png") no-repeat center top 20px / 42px auto,url("../img/common/icon05.png") no-repeat center bottom 27px / 36px auto;
}
.fixBox a span {
    margin: 7px 0 10px;
    display: inline-block;
    vertical-align: top;
    transform: translateX(-4px);
}
.fixBox a strong {
	font-weight: 900;
}
.fixBox a span img {
    width: 26px;
}
@media all and (min-width: 897px) {
    .fixBox a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .fixBox {
        width: 60px;
        height: auto;
        top: 0;
        border-radius: 0 0 0 9px;
        box-shadow: none;
        overflow: inherit
    }
    .fixBox a {
        padding: 41px 5px 6px;
        font-size: 1.2rem;
        writing-mode: inherit;
        text-align: center;
        background: url("../img/common/icon04.png") no-repeat center top 6px / 31px auto;
    }
    .fixBox a span {
        margin: 0 0 -4px;
        display: block;
        line-height: 1;
        transform: translateX(0);
    }
    .fixBox a span img {
        width: 38px;
    }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}