html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:10px;
font-weight:normal;
line-height:1.5;
vertical-align:baseline;
background:0 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;
}
nav,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
content:none;
}
ins{
text-decoration:none;
}
ins,mark{
background-color:#ff9;
color:#000;
}
mark{
font-style:italic;
font-weight:700;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}

body{
width:100%;
background:#fff;
color: #000;
font-size: 10px;
font-family: 'Noto Sans Japanese', serif;
-webkit-text-size-adjust: 100%;
line-height:1.5;
overflow-x: hidden;
}
a {
color:#000;
outline:none;
text-decoration:none;
}
a:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
input[type="button"]:hover ,
input[type="submit"]:hover {
opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
cursor:pointer;
}
img {
max-width:100%;
outline:none;
vertical-align:bottom;
}
.none{
display: none;
}

.clearfix:after { /*floatの解除、ここがポイント*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
height: 1px;
/*\*//*/ /*MAC IE5.x対策*/
height: auto;
overflow: hidden;
/**/
}
/* .clearfix */

.pcHide {
display:none;
}

.en {
font-family: 'Roboto', sans-serif;
}

.etitle{
font-family: 'Poppins', sans-serif;
}

.scset {
    opacity: 0;
    transform: translate(0px, 50px);
}
/*size*/
:root {
    --fs70: 70px;
    --fs56: 56px;
    --fs36: 36px;
    --fs32: 32px;
    --fs28: 28px;
    --fs22: 22px;
    --fs20: 20px;
    --fs18: 18px;
    --fs16: 16px;
    --fs14: 14px;
    --fs12: 12px;
    --fs10: 10px;
}
@media screen and (max-width: 767px) {
    .scset {
        opacity: 1;
        transform: translate(0px, 0);
    }
    :root {
    --fs70: 38px;
    --fs56: 28px;
    --fs36: 22px;
    --fs32: 22px;
    --fs28: 22px;
    --fs22: 18px;
    --fs20: 18px;
    --fs18: 16px;
    --fs16: 14px;
    --fs14: 12px;
    --fs12: 10px;
    --fs10: 10px;
}
}

#wrapper {
position: relative;
width: 100%;
margin:0;
padding: 94px 0 0;
overflow-x:hidden;
background: #FFE545;
}

#wrapper .btnov1{
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
#wrapper .btnov1 a{
	position: relative;
    display: flex;
    align-items: center;
    height: 54px;
    justify-content: center;
	z-index: 3;
    transition: ease .2s;
}
#wrapper .btnov1 a:hover{
    opacity: 1 !important;
	color:#fff;
}
#wrapper .btnov1:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#000000;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
#wrapper .btnov1:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

#wrapper .btnov2{
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #000000;
    border: 1px solid #000000;
    overflow: hidden;
}
#wrapper .btnov2 a{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	z-index: 3;
    transition: ease .2s;
}
#wrapper .btnov2 a:hover{
    opacity: 1 !important;
	color:#000000;
}
#wrapper .btnov2:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
#wrapper .btnov2:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

#wrapper .btnov3{
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #FFE545;
    overflow: hidden;
}
#wrapper .btnov3 a{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 3;
    transition: ease .2s;
}
#wrapper .btnov3 a:hover{
    color: #fff;
    opacity: 1 !important;
}
#wrapper .btnov3:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#000;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
#wrapper .btnov3:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#wrapper .btnov3 a:after {
display: none;
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 6px;
height: 6px;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotateZ(-135deg);
margin: auto 0;
vertical-align: top;
}
#wrapper .btnov3 a:hover:after {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.linkBtn {
    position: relative;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    border: 3px solid #000000;
    box-sizing: border-box;
    overflow: hidden;
    transition: ease .2s;
}
.linkBtn a {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 55px 0 30px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
	z-index: 3;
    transition: ease .2s;
}
.linkBtn a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 26px;
    height: 26px;
    margin: auto 0;
    background: url('/img/cmn/ico_arw.png') no-repeat;
}
#wrapper .linkBtn:hover {
    border: 3px solid #FFE544;
}
#wrapper .linkBtn.bgb:hover {
    border: 3px solid #000000;
}
#wrapper .linkBtn a:hover{
    opacity: 1 !important;
}
#wrapper .linkBtn:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#FFE544;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
#wrapper .linkBtn:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
@media screen and (max-width: 767px) {
#wrapper .btnov1{
    border-radius: 27px;
}
#wrapper .btnov1 a{
    border-radius: 27px;
    height: 40px;
}
.linkBtn{
    border: 2px solid #000000;
}
.linkBtn a {
    height: 36px;
    padding: 0 35px 0 20px;
    font-size: 14px;
}
.linkBtn a:after {
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: contain;
}
}

/* .header */
header {
position: fixed;
top: 0;
left: 0;
width:100%;
min-height: 94px;
background: #fff;
box-sizing: border-box;
z-index: 999999;
}
header .block{
position: relative;
}
header .inner {
position: relative;
max-width: 1516px;
margin: 0 auto;
padding: 0 40px;
}
header .logo {
position: absolute;
top: 29px;
left: 0;
width: 112px;
}

header .logo a {
display: block;
}

header .gnav {
padding-left: 11.567%;
overflow: hidden;
}

header .nav {
margin-top: 34px;
}

header .nav li {
float: left;
padding-right: 2.48%;
}

header .nav li a {
display: block;
font-size: 18px;
font-weight: 700;
}

header .navBtn {
position: absolute;
top: 26px;
right: 0;
}

header .navBtn li {
position: relative;
float: left;
width: 165px;
margin-left: 10px;
}
header .navBtn li.login {
width: 114px;
}
header .navBtn li a {
display: block;
padding: 11px 10px;
border-radius: 20px;
font-size: 1.4rem;
font-weight: 500;
text-align: center;
}
header .navBtn li.login a {
padding: 11px 0 11px 45px !important;
background-image: url(/img/common/h_ico_login.png);
background-repeat: no-repeat;
background-position:16px 13px;
background-size: 20px auto;
text-align: left;
}
header .navBtn li.login a:hover {
background-image: url(/img/common/h_ico_login_o.png);
}
header .navBtn li a:after {
display: block;
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 6px;
height: 6px;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotateZ(-135deg);
margin: auto 0;
vertical-align: top;
}
#wrapper header .navBtn li.login a:after {
display: none;
}
header .navBtn .requestBtn{
position: relative;
border-radius: 30px;
text-align: center;
background: #FFE545;
overflow: hidden;
}
header .navBtn .requestBtn a{
position: relative;
display: flex;
align-items: center;
justify-content: center;
z-index: 3;
transition: ease .2s;
}
header .navBtn .requestBtn a:hover{
color: #fff;
opacity: 1 !important;
}
header .navBtn .requestBtn:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 2;
background:#000;
width: 100%;
height: 100%;
transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
transform: scale(0, 1);
transform-origin: right top;
}
header .navBtn .requestBtn:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}
header .navBtn .requestBtn a:after {
display: none;
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 15px;
width: 6px;
height: 6px;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotateZ(-135deg);
margin: auto 0;
vertical-align: top;
}
header .navBtn .requestBtn a:hover:after {
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}

header .menu {
display: none;
}

header .requestBlock {
display: none;
position: absolute;
top: 94px;
width: 100%;
height: 180px;
background: #fff;
box-shadow: inset 0px 3px 6px #00000029;
}

header .requestList {
padding-top: 10px;
text-align: center;
}
header .requestList li {
display: inline-block;
width: 240px;
margin: 0 50px;
}
header .requestList li .btn{
display: block;
padding: 10px;
background: #F6D05C;
border-radius: 21px;
font-size: 14px;
font-weight: bold;
}


/* .footer */
.pagetop{
    display: none !important;

}
footer .inner {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 50px;
}

footer .fblock1 {
position: relative;
overflow: hidden;
z-index: 2;
}
footer .fblock1 .box {
float: left;
width: 50%;
padding: 48px 20px 57px;
text-align: center;
box-sizing: border-box;
}
footer .fblock1 .contact {
background: #fece3f;
}
footer .fblock1 .download {
background: #ffffff;
}
footer .fblock1 .box p {
font-size:2.0rem;
font-weight: 700;
line-height: 1.8;
}
footer .fblock1 .box p.btn {
width: 316px;
margin: 25px auto 0;
}
footer .fblock1 .box p.btn a {
position: relative;
display: block;
padding: 9px 20px 9px 10px;
border-radius: 20px;
font-size:1.5rem;
font-weight: 700;
}
footer .fblock1 .download p.btn a {
padding: 8px 19px 8px 9px;
}
footer .fblock1 .box p.btn a:after {
display: block;
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 20px;
width: 6px;
height: 6px;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotateZ(-135deg);
margin: auto 0;
vertical-align: top;
}
footer .bg {
width:100%;
color:#ffffff;
margin-top: -110px;
padding: 220px 0 100px;
background: #000;
box-sizing: border-box;
}
footer .bg a {
color:#ffffff;
}

footer .logo {
width: 172px;
}
footer .ft_top .leftBox {
float:left;
padding:52px 0 0;
}

footer .ft_top .leftBox p {
margin-bottom: 1.5em;
font-size:1.6rem;
line-height: 2.0;
}

footer .ft_top .leftBox p .bold {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.0;
}

footer .ft_top .leftBox p.note {
margin-top: 47px;
font-size: 1.2rem;
}

footer .ft_top .rightBox {
float:right;
width: 490px;
padding-top: 85px;
}

footer .ft_top .rightBox ul {
float: left;
min-width: 170px;
margin-right: 20px;
}
footer .ft_top .rightBox ul li {
margin-top: 25px;
font-size: 1.6rem;
}
footer .ft_top .rightBox ul li a {
    font-weight: bold;
}
footer .ft_top .rightBox ul li.sub a {
    font-weight: normal;
}


footer .ft_btm {
position: relative;
margin-top: 100px;
text-align: center;
}

footer .ft_btm .ft_nav02 + .ft_nav02 {
margin-top: 10px;
}
footer .ft_btm .ft_nav02 li {
display: inline-block;
margin:0 8px 0 0;
padding:0 8px 0 0;
font-size:1.2rem;
background:url(/img/ico_ft_01.gif) no-repeat right center;
}

.ft_nav li:last-child,
footer .ft_btm .ft_nav02 li:last-child {
background:none;
}

.ft_nav li a:hover,
footer .ft_btm .ft_nav02 li a:hover {
opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
text-decoration: underline;
}

footer .ft_btm p {
font-size:1.2rem;
margin: 30px 0 0;
}

/*parts*/
.inner{
    position: relative;
    max-width: 1516px;
    margin: 0 auto;
}

.pbox{
    position: relative;
    max-width: 1516px;
    margin: 0 auto 100px;
    padding: 0 75px 75px;
    background: #fff;
    border-radius: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
.pbox{
    margin-left: 40px;
    margin-right: 40px;
    padding: 0 5vw 5vw;
}
}
#wrapper .pbox .lead{
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 1.4;
}

.ttl1{
    position: relative;
    max-width: 1516px;
    margin: 50px auto 80px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.ttl1 .en{
    font-size: var(--fs70);
    font-weight: bold;
}
.ttl1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 5px;
    background: #000000;
}
@media screen and (max-width: 1600px) {
.ttl1{
    margin: 50px 40px 80px;
}
}

.ttl2{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: bold;
}
.ttl2 .en{
    font-size: var(--fs70);
    font-weight: bold;
}
.ttl2:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 5px;
    background: #000000;
}
.ttl2.txtc:after{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.txtc{
    text-align: center;
}
.planlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 26px;
}
.planlist .detail{
    position: relative;
	width: 320px;
	margin-top: 40px;
	padding: 0 30px 100px;
	border: 1px solid #707070;
	border-radius: 40px;
	box-sizing: border-box;
	text-align: center;
}/*
.planlist .detail.basic{
	background: #FFFBE6;
	padding: 0 26px 20px;
	border: 5px solid #FFC645;
}*/
.planlist .detail p{
	font-size: 16px;
}
.planlist .detail h3{
	width: 210px;
	margin: 0 auto;
	border-top: 9px solid #000000;
	font-size: 22px;
	font-weight: bold;
}
.planlist .detail.basic h3{
	border-top: 9px solid #FFE545;
}
.planlist .detail.premium h3{
	border-top: 9px solid #A78B4D;
}
.planlist .detail .price{
	margin: 0 -1em;
	font-size: 22px;
	font-weight: bold;
}
.planlist .detail .price .num{
	font-size: 50px;
	font-weight: bold;
}
.planlist .detail .off{
	margin: -5px 0 8px;
	padding: 5px;
	background: #fff;
	border: 1px solid #FD8901;
	border-radius: 16px;
	color: #FD8901;
	font-size: 14px;
}
.planlist .detail .bg{
	margin-top: 20px;
	background: #EEEEEE;
	border-radius: 11px;
	font-size: 14px;
}
.planlist .detail .btn {
	margin-top: 20px;
}
.planlist .detail .btn a{
	width: 258px;
	height: 54px;
	font-size: 18px;
	font-weight: bold;
}
.planlist .detail ul{
	margin: 24px -0.5em 0;
}
.planlist .detail ul li{
	padding: 10px 0 11px;
	border-top: 1px solid #EEEEEE;
	text-align: left;
	font-size: 14px;
}
.planlist .detail ul li:before{
	content: '';
	display: inline-block;
	width: 21px;
	height: 15px;
	margin-right: 5px;
	background: url(/started/img/ico_check.png) no-repeat;
	vertical-align: middle;
}
.planlist .detail .linkBtn{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 258px;
    margin: 0 auto;
}
.planlist .detail .linkBtn a:after{
    right: 20px;
    width: 25px;
    height: 26px;
	background: url(/img/cmn/ico_link.png) no-repeat;
}
.planlist .detail .note{
    margin-top: 10px;
    font-size: 15px;
}

.fbox{
    position: relative;
    margin-top: 130px;
    margin-bottom: -150px;
    padding-top: 100px;
    padding-bottom: 90px;
    text-align: center;
}
.fbox p{
    font-size: 28px;
    font-weight: bold;
}
.fbox p.btn{
    width: 343px;
    margin: 40px auto 0;
    border-radius: 35px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
}
.fbox p.btn a{
    padding: 19px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
.pbox{
    margin: 0 15px 40px;
    padding: 0 15px 40px;
    border-radius: 25px;
}
.ttl1{
    margin: 30px 15px;
    font-size: 14px;
}
.ttl2{
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 14px;
}
.ttl2:after{
    width: 40px;
    height: 3px;
}

.plannav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 274px;
    margin: -12px auto 0;
}
.plannav ul li{
    position: relative;
    display: flex;
    align-items: center;
    width: 130px;
    height: 40px;
    margin-top: 12px;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #000000;
    border-radius: 27px;
    box-sizing: border-box;
}
.plannav ul li.act{
    border: 2px solid #FFE545;
    background: #FFE545;
}
.planlist .detail{
	margin-top: 20px;
    padding-bottom: 20px;
	border-radius: 20px;
}
.planlist .detail .linkBtn{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.fbox {
    margin-bottom: -130px;
    padding-top: 30px;
}
.fbox p{
    font-size: 14px;
    margin: 0 -1em;
}
.fbox p.btn{
    width: 300px;
    margin: 20px auto 0;
    border-radius: 27px;
    filter:none;
}
.fbox p.btn a{
    padding: 15px 19px;
    font-size: 16px;
}
}

.fixnav{
    display: none;
    position: fixed;
    top: 94px;
    width: 100%;
    background: #F8F8F8;
    z-index: 10;
}
.fixnav ul {
    display: flex;
    align-items: center;
    height: 40px;
}
.fixnav ul li{
    margin: 0 30px 0 10px;
    padding-left: 25px;
    background: url(/img/cmn/img_anc02.png) no-repeat left center;
}
.fixnav ul li a{
    font-size: 16px;
}


@media screen and (max-width: 1200px) {

/* .footer */

footer {
min-width:inherit;
}

footer .inner {
width:93.75%;
margin:0 auto;
padding:3% 0;
}

footer .ft_top .rightBox {
margin:7px 0 35px;
}
}

@media screen and (max-width: 1200px) {

/* .footer */

footer {
min-width:inherit;
}

footer .inner {
width:93.75%;
margin:0 auto;
padding:3% 0;
}

footer .ft_top .rightBox {
    width: auto;
}
}
@media screen and (max-width: 1100px) {
    footer .fblock1 .box p{
        font-size: 1.8vw;
    }
}
    
@media screen and (max-width: 1000px) {
    footer .ft_top .rightBox ul{
        min-width: 120px;
    }
}

@media screen and (max-width: 1400px) {
/* .header */
header .nav li a{
    font-size: 15px;
}
header .nav li {
    padding-right: 2%;
}
}
@media screen and (max-width: 1200px) {
/* .header */
header {
}

header .gnav {
display: none;
position: absolute;
top: 60px;
right: -50px;
float: none;
width: 50%;
background: #fff;
z-index: 100;
    padding: 0;
}

header .nav {
display: block;
width: 100%;
text-align: center;
}

header .nav li {
display: block;
float: none;
width: auto;
margin: 0;
padding: 0;
}

header .nav li:last-child {
margin: 0;
}

header .nav li a {
display: block;
padding: 17px 0 18px;
}

header .navBtn {
position: relative;
top: 0;
display: flex;
justify-content: center;
width: 100%;
max-width: 100%;
margin: 36px 0 45px;
}

header .navBtn li {
margin: 0 19px;
}

header .menu {
position: absolute;
top: 0;
right: 0;
display: block;
padding: 29px 0 0;
    z-index: 120;
}

header .menu img {
display: inline-block;
width: 30px;
height: 30px;
}

#wrapper {
padding: 72px 0 0;
}

}

@media screen and (max-width: 767px) {

.pcHide {
display:inherit;
}

.spHide {
display:none !important;
}

#wrapper {
min-width: inherit;
margin-bottom:-20px;
padding: 60px 0 0;
}

.pagetop {
bottom: 10px;
right: 5%;
width: 24px;
}

/* .header */

header {
padding: 0;
    min-height: 1em;
}
header .inner{
    padding: 0;
}
header .logo{
position: relative;
    top: 0;
    display: flex;
    align-items: center;
    width: 78px;
    height: 60px;
    padding: 0 15px;
}

header .menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 22px;
    height: 22px;
    margin: auto 0;
    padding: 0;
}
header .menu img{
    width: 100%;
    height: auto;
}
header .spbtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.933vw 11.73vw 0 0;
    width: 22.4vw;
}
header .spbtn a {
    display: block;
    padding: 1.6vw;
    background-color: #fece3f;
    border-radius: 20px;
    font-size: 2.933vw;
    font-weight: 500;
    text-align: center;
}

header .gnav {
    width: 100%;
    height: calc(100vh - 60px);
    top: inherit;
    right: 0;
    padding: 0 7.97vw 7.97vw;
    box-sizing: border-box;
    overflow-y: auto;
}

header .nav li {
float: none;
margin-bottom: 10px;
}
header .nav li a {
padding: 5px 0;
font-size: 16px;
text-align: left;
}
header .nav li ul{
    margin-top: 15px;
}
header .nav li li,
header .nav li li:last-child {
    margin: 0 0 10px 20px;
    text-align: left;
    font-size: 14px;
}
header .nav li li a{
    display: inline;
    padding: 0;
    font-size: 14px;
}

header .navBtn {
    position: relative;
    top: 0;
    margin: 30px auto 0;
}

header .navBtn li {
width: 100%;
max-width: 100%;
margin: 0 0 2.4vw;
}

header .navBtn li a {
width: 300px;
height: 54px;
padding: 0;
font-size: 18px;
font-weight: 700;
}

header > p {
width: 108px;
margin: 0 auto;
padding: 8px 0;
}


/* .footer */

footer {
width:100%;
min-width: inherit;
padding:0;
}
footer .inner{
width: auto;
padding: 0 8%;
}
footer .bg{
margin: 0;
}
footer .fblock1{
    overflow: visible;

}
footer .fblock1 .contact{
position: relative;
top: -40px;
margin-bottom: -40px;
}
footer .fblock1 .box{
float: none;
width: 100%;
padding: 30px 0;
}
footer .fblock1 .box p{
    font-size: 14px;
    line-height: 1.5;
}
footer .fblock1 .box p.btn{
width: 240px;
margin: 20px auto 0;

}
footer .fblock1 .box a{
font-size: 14px;
}
footer .logo{
    width: 118px;

}
footer .ft_top .leftBox{
    float: none;
    padding-top: 20px;
}
footer .ft_top .rightBox,
footer .ft_btm .ft_nav02 {
display: none;
}
footer .ft_top .leftBox p{
font-size: 15px;
line-height: 1.7;

}
footer .ft_top .leftBox p.note,
footer .ft_btm p{
margin: 0;
font-size: 12px;
}
footer .ft_top .leftBox p.note{
margin-top: 38px;

}
footer .ft_btm{
margin-top: 70px;

}

}


.fixwrap {
  transform-origin: top left;
  --scale: 1;
  transform: scale(var(--scale));
  }
@media screen and (min-width: 768px) and (max-width: 1700px) {
    html{
        height: 100px;
    }
    body{
        height: 100px;
    padding-top: 100px;
    }
  .fixwrap {
  width: 1700px;
    --scale: calc(100vw / 1700px););
  }
  .fixwrap #wrapper{
    padding-top: 0;
  }
  .fixwrap .pbox,
  .fixwrap .ttl1 {
    margin-left: auto;
    margin-right: auto;
  }
}