:root {
    --primary-color:#FFF;
    --secondary-color:#ff4500; /*R=255 G=69 B=0 レッドオレンジ*/
    --button-color:#ff8c00; /*R=255 G=140 B=0 明るいオレンジ*/
    --text-color:#222222;
    --accent:rgba(0, 35, 61, 1);/*#00233d; /*紺色*/
}
h1{
    /*font-size: 70px;*/
	font-size: clamp(3.375rem, 3.000rem + 1.875vw, 4.500rem);/*54 72*/
	line-height: 1.3;
    color: var(--primary-color);
    font-weight: 700;
}

h2{
    /*font-size: 50px;*/
	font-size: clamp(2.500rem, 2.208rem + 1.458vw, 3.375rem);/*40 54*/
    line-height: 1.3;
    font-weight: 700; 
    color: var(--secondary-color);
}
h3{
	font-size: clamp(1.500rem, 1.375rem + 0.625vw, 1.875rem);/*24 30*/
    line-height: 1.3;
    font-weight: 600; 
}
h4{
	font-size: clamp(1.875rem, 1.667rem + 1.042vw, 2.500rem);/*30 40*/
    line-height: 1.3;
    font-weight: 600; 
}

.jtf-center{
justify-content: center;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.mb100-price{
	margin-bottom: 100px ;
}
.mt20 {
	margin-top: 20px;
}
.mr30 {
	margin-right: 30px;
}
strong{
	font-weight: bold;
}
.reverse{
flex-direction:row-reverse !important;
}
.wd100{
	width:100%;
}
.ai-end {
align-items: flex-end;
}
.ai-start {
align-items: flex-start;
}
.ai-center {
align-items: center;
}
.lh-15{
	line-height: 1.5;
}
.fs-small{
	font-size: 12px !important;
	font-size:0.75rem !important;
}
.flex_btw {
	display: flex;
	justify-content: space-between;
}
.flex_evl {
	display: flex;
	justify-content: space-evenly;
}
.padding-top{
    padding-top: 100px;
}
.padding-bottom{
    padding-bottom: 100px;
}
.generic-button a,
.form-btn button{
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 9px 9px 37px;
    text-decoration: none;
    display: inline-block;
    border-radius: 32px;
    transition: .4s ease-in-out;
}
.generic-button i,
.form-btn button i {
    padding: 12px 26px;
    border-radius: 24px;
    margin-left: 14px;
    display: inline-block;
    font-size: 20px;
    transition: .4s ease-in-out;
}
.white-btn a{
    color: var(--button-color);
    background: var(--primary-color);
    transition: .4s ease-in-out;
}
.white-btn i{
    color: var(--primary-color);
    background: var(--button-color);
    transition: .4s ease-in-out;
}
.red-btn a,
.red-btn button{
    color: var(--primary-color);
    background: var(--secondary-color);
    transition: .4s ease-in-out;
}
.red-btn i{
    color: var(--secondary-color);
    background: var(--primary-color);
    transition: .4s ease-in-out;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
	width: var(--fa-width, 0em 0em);
}
.footer-social-sec figure img {
    max-width: 15.7812vw;
    position: relative;
    top: 0;
    left: 0px;
    margin: auto;
}