@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #231815;
	text-decoration: none;
    transition: 0.3s opacity ease;
    display: block;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
	color: #231815;
    line-height: 2;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1400px;
}

.animated{
    opacity: 0;
}

@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}



/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #231815;
}

header .logo01 img{
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    width: 231px;
}

header ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
}

header ul li{
    line-height: 1;
    margin: 0 21px;
    font-weight: 500;
}

header > a{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 272px;
    font-size: 2.5rem;
    color: #fff;
    letter-spacing: 0.35em;
    padding-left: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000 url("../img/arrow04.svg") no-repeat center right 20px;
    background-size: 42px;
    font-weight: 500;
}



/* =====================================
	main
===================================== */

.visual{
    width: 100%;
}

.visual h1 img{
    width: 100%;
}

.visual ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #ffee6a;
    border-top: 1px solid #231815;
}

.visual ul li{
    width: 50%;
    padding: 10px;
    border-right: 1px solid #231815;
}

.visual ul li:last-child{
    border-right: none;
}

.visual ul li a{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff5e03;
    border: 4px solid #000;
}

.list{
    width: 100%;
    padding: 150px 0 0;
}

.list h2{
    width: 100%;
    background: url("../img/bg01.png");
    padding: 25px 0;
    margin-bottom: 11px;
}

.list h2 img{
    margin: 0 auto;
}

.list .cnt{
    width: 100%;
    background: #fffce1;
    padding: 85px 0 98px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
}

.list .cnt ul{
    width: 1100px;
    margin: 0 auto 77px;
    display: flex;
    justify-content: space-between;
}

.list .cnt ul li a{
    width: 100%;
    height: 69px;
    background: #000;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.list .cnt ul li a::before{
    content: "";
    background: url("../img/arrow01.svg") no-repeat;
    background-size: 19px 16px;
    width: 19px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.list .cnt h3{
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.4em;
    margin-bottom: 37px;
}

.list .cnt p{
    font-size: 1.7rem;
    line-height: 2.235;
    width: 1100px;
    margin: 0 auto;
}

.list .cnt p span{
    color: #2ea1da;
}

.introduction{
    width: 100%;
    padding: 115px 0 0;
}

.introduction h2{
    width: 100%;
    background: url("../img/bg01.png");
    padding: 25px 0;
    margin-bottom: 11px;
}

.introduction h2 img{
    margin: 0 auto;
}

.introduction > ul > li{
    width: 100%;
    background: #edecec;
    border-top: 1px solid #231815;
    padding: 84px 0 125px;
    margin-bottom: 32px;
}

.introduction > ul > li:last-child h3{
    margin: 0 auto 30px;
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
}

.introduction > ul > li:last-child p{
    margin: 0 auto 48px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
}

.introduction > ul > li h3 img{
    margin: 0 auto 32px;
}

.introduction > ul > li:nth-child(1) h3 img{
    width: 435px;
}

.introduction > ul > li:nth-child(2) h3 img{
    width: 262px;
}

.introduction > ul > li:nth-child(3) h3 img{
    width: 259px;
}

.introduction > ul > li .cnt{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.introduction > ul > li .cnt .txtArea{
    width: 660px;
}

.introduction > ul > li .cnt .txtArea p + h4{
    margin-top: 20px;
}

.introduction > ul > li .cnt .txtArea h4 img{
    margin-bottom: 8px;
}

.introduction > ul > li .cnt .txtArea h4 img.recommend{
    width: 292px;
}

.introduction > ul > li .cnt .txtArea h4 img.features{
    width: 139px;
}

.introduction > ul > li .cnt .txtArea h4 img.area{
    width: 168px;
}

.introduction > ul > li .cnt .txtArea h4 span{
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 500;
    background: #ffee6a;
    display: table;
    padding: 7px 15px 4px 0;
    margin-left: 8px;
}

.introduction > ul > li .cnt .txtArea h4 span + span{
    margin-top: 3px;
}

.introduction > ul > li .cnt .txtArea .fee{
    margin: 32px 0 38px 8px;
    width: 100%;
    height: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #231815;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.introduction > ul > li .cnt .txtArea .fee::before{
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f1ecd2;
}

.introduction > ul > li .cnt .txtArea .fee span{
    position: relative;
    z-index: 5;
}

.introduction > ul > li .cnt .txtArea .fee small{
    font-size: 1.8rem;
}

.introduction > ul > li .cnt .txtArea .fee .note{
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 12px;
    width: 100%;
    text-align: center;
}

.introduction > ul > li .cnt .txtArea .fee .note small{
    font-size: 1.44rem;
}

.introduction > ul > li .cnt .txtArea p{
    margin-left: 8px;
}

.introduction > ul > li .cnt .imgArea{
    width: 413px;
    padding-top: 24px;
}

.introduction > ul > li .cnt .imgArea img{
    width: 405px;
}

.introduction > ul > li ul{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.subscription{
    width: 100%;
    background: #fffce1;
    border-top: 1px solid #231815;
    padding-bottom: 104px;
}

.subscription h2{
    width: 100%;
    background: url("../img/bg01.png");
    padding: 25px 0;
    margin-bottom: 50px;
}

.subscription img{
    margin: 0 auto;
}


#contact{
    width: 100%;
    background: #e1dfdf;
    padding: 0 0 324px;
    margin: 125px 0 73px;
}

#contact h2{
    width: 100%;
    background: url("../img/bg01.png");
    padding: 25px 0;
    margin-bottom: 12px;
}

#contact h2 img{
    margin: 0 auto;
}

#contact form{
    padding-top: 66px;
    border-top: 1px solid #231815;
}

#contact p{
    width: 1100px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 auto 115px;
}

#contact p span{
    display: inline!important;
}

#contact p a{
    display: inline;
    padding-right: 20px;
    position: relative;
}

#contact p a::before{
    content: "";
    background: url("../img/arrow02.svg") no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#contact strong{
    font-weight: normal;
    color: #ffff60;
}

#contact table{
    width: 1100px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

#contact table th{
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 500;
    width: 350px;
    line-height: 1.5;
}

#contact table th small{
    font-size: 1.6rem;
}

#contact table tr:last-child th{
    vertical-align: top;
    padding-top: 24px;
}

#contact table td{
    padding: 17px 0;
    font-weight: 500;
    font-size: 1.7rem;
}

input[type=radio]{
   display: none; 
}   

/*ボックス枠のCSS*/
.label:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 1px solid #231815;
    background: #f1f0f0!important;
}

.label{
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    margin-right: 50px;
}

.label:hover:after {
    border-color: #0171bd;
}

/*チェックマークの追加*/
.label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 8px;
    margin-top: -11px;
    transform: rotate(45deg);
    width: 11px; 
    height: 18px; 
    border-right: 3px solid #231815; 
    border-bottom: 3px solid #231815; 
    opacity: 0; 
    z-index: 100;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type=radio]:checked + .label:before {
    opacity: 1; 
}

.select{
    width: 100%;
    border: 1px solid #231815;
    background: #f1f0f0!important;
    font-family: "IBM Plex Sans JP", sans-serif;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.select.short{
    width: 135px;
    margin-left: 30px;
}

.select::after{
    position: absolute;
    content: '';
    background: url("../img/arrow03.svg") no-repeat;
    width: 19px;
    height: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

select{
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    padding: 12px 50px 12px 25px;
    font-family: "IBM Plex Sans JP", sans-serif;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

input[type="text"]{
    font-size: 1.8rem;
    width: 100%;
    border: 1px solid #231815;
    background: #f1f0f0!important;
    padding: 16px 25px 15px;
    font-family: "IBM Plex Sans JP", sans-serif;
}

input[type="text"].short{
    width: 106px;
    margin-left: 30px;
}

input[type="text"].short:first-child{
    margin-left: 0;
}

textarea{
    font-size: 1.7rem;
    width: 100%;
    height: 255px;
    border: 1px solid #231815;
    background: #f1f0f0!important;
    padding: 15px 25px;
    font-family: "IBM Plex Sans JP", sans-serif;
}

input[type="submit"]{
    border-radius: 0;
    background: #ff5e03;
    border: 4px solid #000;
    width: 1100px;
    padding: 26px 0 24px;
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.4em;
    color: #fff;
    text-align: center;
    display: block;
    margin: 93px auto 0;
    font-family: "IBM Plex Sans JP", sans-serif;
    transition: 0.3s opacity ease;
}

input[type="submit"]:hover{
    opacity: 0.6;
}



/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #231815;
    padding: 32px 0;
}

footer .inner{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.75;
}

footer .inner a{
    color: #fff;
    display: inline;
}

footer .inner ul{
    display: flex;
    justify-content: space-between;
    width: 386px;
}


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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.75vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header{
    height: 15.3645833vw;
}

header.navOpen{
    background: #ffee6a;
}

header .logo01 img{
    left: 5.729167vw;
    width: 45.18229167vw;
}

header ul{
    width: 100%;
    height: calc(100vh - 15.3645833vw);
    overflow-y: scroll;
    top: 15.3645833vw;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    background: #ffee6a;
    padding: 7.29167vw 5.2vw 13vw;
    display: none;
}

header ul li{
    margin: 0 0 5.2vw;
    text-indent: -9999px;
    width: 100%;
    height: 20.96354vw;
}

header ul li img{
    height: 20.96354vw;
}

header ul li:nth-child(4){
    margin-bottom: 20vw;
}

header ul li:nth-child(5){
    width: 100%;
    height: 16.927vw;
    margin-bottom: 2.34375vw;
}

header ul li:nth-child(6){
    width: 100%;
    height: 16.927vw;
    margin-bottom: 0;
}

header ul li:nth-child(5) a, header ul li:nth-child(6) a{
    width: 100%;
    height: 16.927vw;
    background: #ff5e03;
    border: 0.52vw solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li:nth-child(5) img{
    width: 38.151vw;
}

header ul li:nth-child(6) img{
    width: 45.703125vw;
}

header > a{
    right: 16.276vw;
    height: 10.4167vw;
    width: 29vw;
    font-size: 3.645833vw;
    letter-spacing: 0;
    padding-left: 1.953125vw;
    justify-content: flex-start;
    background: #000 url("../img/arrow04.svg") no-repeat center right 1.5625vw;
    background-size: 5.33854vw auto;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999999;
}
.menu-trigger {
    width: 6.77vw;
    height: 4.9479167vw;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5.2vw;
    transform: translateY(-50%);
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.78125vw;
    background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 2vw;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: 2vw;
}


/* =====================================
	main
===================================== */

.visual{
    position: relative;
}

.visual ul{
    display: block;
    border-top: none;
    position: absolute;
    bottom: 10.9375vw;
    left: 0;
}

.visual ul li{
    width: 100%;
    padding: 0 5.20833vw 2.6vw;
    border-right: none;
}

.visual ul li:last-child{
    padding: 0 5.20833vw;
}

.visual ul li a{
    height: 16.9270833vw;
    background: #ff5e03 url("../img/arrow04.svg") no-repeat center right 4.6875vw;
    background-size: 8.33vw;
    border: 0.52vw solid #000;
}

.visual ul li a img{
    width: 38.151vw;
}

.visual ul li:nth-child(2) a img{
    width: 45.703125vw;
}

.list{
    padding: 11.71875vw 0 0;
}

.list h2{
    background: url("../img/bg01.png");
    background-size: 0.520833vw auto;
    padding: 7.16145833vw 0;
    margin-bottom: 11.45833vw;
}

.list h2 img{
    width: 50.390625vw;
}

.list .cnt{
    padding: 17.96875vw 0 20.18229167vw;
}

.list .cnt ul{
    width: 89.5833vw;
    margin: 0 auto 18.88vw;
    display: block;
}

.list .cnt ul li{
    display: flex;
    margin-bottom: 5.2vw;
}

.list .cnt ul li:last-child{
    margin-bottom: 0;
}

.list .cnt ul li img{
    width: 65.3645833vw;
}

.list .cnt ul li a{
    width: 24.2187167vw;
    height: 73.5677vw;
    font-size: 4.167vw;
    padding: 26.3vw 0 0;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.46875;
}

.list .cnt ul li a::before{
    background: url("../img/arrow01.svg") no-repeat;
    background-size: 4.03645833vw auto;
    width: 4.03645833vw;
    height: 3.3854167;
    position: absolute;
    top: 42.96875vw;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
}

.list .cnt h3{
    font-size: 5.2vw;
    margin-bottom: 7.8125vw;
}

.list .cnt p{
    font-size: 3.54167vw;
    line-height: 2.125;
    width: 89.5833vw;
}

.introduction{
    padding: 11.71875vw 0 0;
}

.introduction h2{
    background: url("../img/bg01.png");
    background-size: 0.520833vw auto;
    padding: 7.16145833vw 0;
    margin-bottom: 11.45833vw;
}

.introduction h2 img{
    width: 51.6927vw;
}

.introduction > ul > li{
    padding: 18.229167vw 0 23.6979167vw;
    margin-bottom: 4.167vw;
}

.introduction > ul > li:last-child h3{
    margin: 0 auto 6.51vw;
    font-size: 7.8125vw;
}

.introduction > ul > li:last-child p{
    margin: 0 auto 7.552vw;
    font-size: 4.55729167vw;
    line-height: 2;
}

.introduction > ul > li h3 img{
    margin: 0 auto 10.4167vw;
}

.introduction > ul > li:nth-child(1) h3 img{
    width: 78.3854167vw;
}

.introduction > ul > li:nth-child(2) h3 img{
    width: 47.395833vw;
}

.introduction > ul > li:nth-child(3) h3 img{
    width: 46.74479167vw;
}

.introduction > ul > li .cnt{
    width: 93.4895833vw;
    flex-direction: column-reverse;
}

.introduction > ul > li .cnt .txtArea{
    width: 100%;
}

.introduction > ul > li .cnt .txtArea p + h4{
    margin-top: 8.33vw;
}

.introduction > ul > li .cnt .txtArea h4 img{
    margin-bottom: 1.3vw;
}

.introduction > ul > li .cnt .txtArea h4 img.recommend{
    width: 60.9375vw;
}

.introduction > ul > li .cnt .txtArea h4 img.features{
    width: 28.90625vw;
}

.introduction > ul > li .cnt .txtArea h4 img.area{
    width: 34.895833vw;
}

.introduction > ul > li .cnt .txtArea h4 span{
    font-size: 6.25vw;
    padding: 1.5625vw 4.55729167vw 0.91145833vw 0;
    margin: 2.8645833vw 0 0 1.3vw;
    letter-spacing: 0;
}

.introduction > ul > li .cnt .txtArea h4 span + span{
    margin-top: 0.651vw;
}

.introduction > ul > li .cnt .txtArea .fee{
    margin: 6.25vw auto 12.2395833vw;
    width: 89.5833vw;
    height: 26.04167vw;
    font-size: 6.25vw;
}

.introduction > ul > li .cnt .txtArea .fee::before{
    width: calc(100% - 1.04167vw);
    height: calc(100% - 1.04167vw);
}

.introduction > ul > li .cnt .txtArea .fee small{
    font-size: 60%;
}

.introduction > ul > li .cnt .txtArea .fee .note{
    font-size: 5vw;
    margin-top: 2.8645833vw;
}

.introduction > ul > li .cnt .txtArea .fee .note small{
    font-size: 60%;
}

.introduction > ul > li .cnt .txtArea p{
    width: 89.5833vw;
    margin-left: 3.2552vw;
}

.introduction > ul > li .cnt .imgArea{
    width: 84.1145833vw;
    padding-top: 0;
    margin: 0 auto 10vw;
}

.introduction > ul > li .cnt .imgArea img{
    width: 100%;
}

.introduction > ul > li ul{
    width: 89.5833vw;
    display: block;
}

.introduction > ul > li ul li{
    margin-bottom: 6.51vw;
}

.introduction > ul > li ul li:last-child{
    margin-bottom: 0;
}

.subscription{
    padding-bottom: 20.833vw;
}

.subscription h2{
    background: url("../img/bg01.png");
    background-size: 0.520833vw auto;
    padding: 7.16145833vw 0;
    margin-bottom: 11.45833vw;
}

.subscription h2 img{
    width: 74.08854167vw;
}

.subscription p img{
    width: 89.453125vw;
}


#contact{
    padding: 0 0 33.33vw;
    margin: 11.71875vw 0 7.29167vw;
}

#contact h2{
    background: url("../img/bg01.png");
    background-size: 0.520833vw auto;
    padding: 7.16145833vw 0;
    margin-bottom: 11.45833vw;
}

#contact h2 img{
    width: 66.53645833vw;
}

#contact form{
    padding: 10.6770833vw 5.2vw 0;
}

#contact p{
    width: 100%;
    line-height: 1.75;
    font-size: 3.75vw;
    margin: 0 auto 10.15625vw;
}

#contact p span{
    display: none!important;
}

#contact p a{
    display: table;
    padding-right: 5.2vw;
}

#contact p a::before{
    background: url("../img/arrow02.svg") no-repeat;
    background-size: 2.34375vw auto;
    width: 2.34375vw;
    height: 2.34375vw;
}

#contact table{
    width: 100%;
}

#contact table th{
    font-size: 3.75vw;
    width: 100%;
    display: block;
}

#contact table th small{
    font-size: 88.88%;
}

#contact table tr:last-child th{
    padding-top: 0;
}

#contact table td{
    padding: 3.385vw 0 6.51vw;
    font-size: 3.54167vw;
    display: block;
}

/*ボックス枠のCSS*/
.label:after{
    width: 5.2vw;
    height: 5.2vw;
}

.label{
    padding: 0 0 0 8.33vw;
    margin-right: 11.0677vw;
}

/*チェックマークの追加*/
.label:before {
    left: 1.6vw;
    margin-top: -2.2vw;
    width: 2.2vw; 
    height: 3.6vw; 
    border-right: 0.6vw solid #231815; 
    border-bottom: 0.6vw solid #231815; 
}

.select.short{
    width: 27.99479vw;
    margin: 4.6875vw 0 0;
}

.select::after{
    background: url("../img/arrow03.svg") no-repeat;
    background-size: 4.03645833vw auto;
    width: 4.03645833vw;
    height: 3.3854167vw;
    right: 3.2552vw;
}

select{
    font-size: 3.54167vw;
    padding: 3.9vw 5.2vw;
}

input[type="text"]{
    font-size: 3.54167vw;
    padding: 3.9vw 5.2vw;
}

input[type="text"].short{
    width: 16.927vw;
    margin-left: 6.25vw;
}

textarea{
    font-size: 3.54167vw;
    height: 26.8229167vw;
    padding: 3.9vw 5.2vw;
}

input[type="submit"]{
    width: 100%;
    height: 16.927vw;
    background: #ff5e03;
    border: 0.52vw solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 7.29167vw;
    margin: 17.96875vw auto 0;
}



/* =====================================
	footer
===================================== */

footer{
    padding: 6.77vw 5.2vw 13vw;
}

footer .inner{
    width: 100%;
    display: block;
    font-size: 4.167vw;
}

footer .inner ul{
    margin-top: 6.25vw;
    width: 80.20833vw;
}

footer .inner ul li img{
    width: 18.75vw;
}

}