@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
    background: linear-gradient(93.87deg, #92D3E8 0%, #0085FF 100%);
	padding: 64px 0;
}
@media only screen and (max-width: 768px) {
    footer {
        padding: 64px 0 144px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__inner--phone{
    max-width: 645px;
    text-align: center;
	margin: 0 auto 40px;
}
.footer__inner--phone p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer__inner--phone p:nth-of-type(1){
    margin-bottom: 12px;
}
.footer__inner--phone p:nth-of-type(2){
    font-size: 10px;
    font-weight: 400;
}
.footer__inner--phone a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    max-width: 200px;
    width: 100%;
    border: 2px solid #fff;
    padding: 12px 0;
    margin: 0 auto 12px;
}
@media only screen and (max-width: 768px) {
    .footer__inner--phone{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer__inner--phone a{
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__inner--top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 645px;
	margin: 0 auto 40px;
}
.footer__inner--top > div{
    max-width: 200px;
    width: 31.007751938%;
}
.footer__inner--top > div:nth-of-type(1) img{
    width: 148px;
}
div.footer__inner--top--media p{
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
div.footer__inner--top--media p:nth-of-type(1){
    margin-bottom: 12px;
}
div.footer__inner--top--media a{
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    border: 2px solid #fff;
    padding: 12px 0;
}
.footer__inner--top > div:nth-of-type(3) p{
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}
.footer__inner--top > div:nth-of-type(3) > div{
    display: flex;
	justify-content: center;
	align-items: center;
}
.footer__inner--top > div:nth-of-type(3) > div a{
    max-width: 40px;
    width: 20%;
    margin: 0 4%;
}

@media only screen and (max-width: 768px) {
    .footer__inner--top{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer__inner--top > div{
        max-width: 152px;
        width: 45.373134328%;
    }
    .footer__inner--top > div:nth-of-type(1) img{
        width: 100%;
    }
    .footer__inner--top > div.footer__inner--top--media{
        display: none;
    }
    div.footer__inner--top--media{
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    div.footer__inner--top--media a{
        display: block;
        color: #fff;
        font-weight: 700;
    }
    .footer__inner--top > div:nth-of-type(3) p{
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer__inner--top > div:nth-of-type(3) > div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer__inner--top > div:nth-of-type(3) > div a{
        max-width: 40px;
        width: 20%;
        margin: 0 4%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--middle
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__middle{
	max-width: 645px;
    max-height: 640px;
	margin: 0 auto 32px;
}
.footer__middle p{
    display: block;
    text-align: left;
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.footer__middle p:last-of-type{
    margin-bottom: 0;
}
.footer__middle p a{
	color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer__middle img{
    width: 80px;
    margin: 16px 0 40px 0;
}

@media only screen and (max-width: 768px) {
    .footer__middle{
        display: block;
        max-width: 100%;
        max-height: 400px;
        padding: 0 20px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	footer__inner--bottom
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__bottom{
    display: flex;
	justify-content: space-between;
	max-width: 645px;
	margin: 0 auto 32px;
}
.footer__bottom > div{
    width: 48.837209302%;
}
.footer__bottom > div div{
    margin-bottom: 24px;
}
.footer__bottom > div div:last-of-type{
    margin-bottom: 0;
}
.footer__bottom > div div p{
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
}
.footer__bottom > div div p.sub{
    display: block;
	color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 8px;
}
.footer__bottom > div div a{
    position: relative;
    display: block;
	color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-left: 8px;
    margin-bottom: 8px;
}
.footer__bottom > div div a:before{
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer__bottom > div div a.border{
    margin-left: 4px;
    padding-left: 12px;
}
.footer__bottom > div div a.border:before{
    width: 8px;
    height: 1px;
}
.footer__bottom > div div a.underlined{
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
.footer__bottom > div div a.none{
    padding-left: 0;
    margin-bottom: 16px;
}
.footer__bottom > div div a.none:before{
    content: none;
}
.footer__copyright{
	color: #fff;
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
    .footer__bottom{
        display: block;
        max-width: 100%;
        padding: 0 20px;
    }
    .footer__bottom > div{
        max-width: 100%;
        width: 100%;
    }
    .footer__bottom > div div:last-of-type {
        margin-bottom: 24px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	tel mail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer__bottom > div div a.detail{
	width: 100%;
	display: inline-block;
	padding: 8px;
	border: 2px solid #fff;
    text-align: center;
}
.footer__bottom > div div a.detail p:nth-of-type(1){
	font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    border: none;
	margin-bottom: 4px;
}
.footer__bottom > div div a.detail p:nth-of-type(2){
    font-size: 12px;
    line-height: 1.4;
    padding: 0;
    border: none;
    margin: 0;
}
.footer__bottom > div div > p.attention{
    font-weight: 400;
    font-size: 10px;
	text-align: left;
    margin-bottom: 16px;
    padding: 0;
    border: none;
}