/***********************************************************
for smartphone
************************************************************/
@media only screen and (max-width:736px){

/*** footer ***/
.footer_outer {
    position: relative;
    z-index: 20;
    background: linear-gradient(rgb(32 71 118) 0%, rgb(58 228 255) 100%);
}

.footerArea {
}

.footer_inner {
    padding: 5rem 5% !important;
}

.footer_inner .info {
}

.footer_inner .info .footer_logo {
    width: 75%;
}

.footer_inner .info .company_name {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.footer_inner .info .corplink {
    display: flex;
}

.footer_inner .info .corplink .company {
    margin-right: 30px;
}

.footer_inner .info .corplink .privacy {
}

.footer_inner .info .corplink .company a,
.footer_inner .info .corplink .privacy a,
.footer_inner .info address {
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
}

.footer_inner .info address {
    position: absolute;
    bottom: 1%;
    left: 0;
    display: block;
    width: 90%;
    margin: 0 5%;
    color: #000;
    text-align: center;
}

.footer_inner .sitemap {
    margin-top: 40px;
}

.footer_inner .sitemap .category_title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    border-bottom: solid 1px #FFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer_inner .sitemap .sitelink {
}

.footer_inner .sitemap .sitelink li {
}

.footer_inner .sitemap .sitelink li a {
    display: inline-block;
    padding: 7px 0;
    color: #FFF;
    font-size: 1rem;
}

.footer_inner .entry {
    margin-top: 40px;
}

.footer_inner .entry .category_title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    border-bottom: solid 1px #FFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer_inner .entry dl {
    margin-top: 20px;
}

.footer_inner .entry dl dd {
}

.footer_inner .entry dl dd a {
    position: relative;
}

.footer_inner .entry dl dd a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    padding: 30px 20px;
    background-color: #004977;
    color: #FFF;
}

.footer_inner .entry dl dd a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.footer_inner .entry dl dd a:hover .inner::before {
    opacity: 1;
}

.footer_inner .entry dl dd a .inner .text {
    position: relative;
    z-index: 20;
}

.footer_inner .entry dl dd a .arrow_r_b {
    position: absolute;
    top: 42px;
    right: 68px;
    display: inline-block;
    z-index: 20;
}

.footer_inner .entry dl dd a .arrow_r_b::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.footer_inner .entry dl dd a .arrow_r_b::after {
    content: "";
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
}



}





/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){

/*** footer ***/
.footer_outer {
    position: relative;
    z-index: 20;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
}

.footerArea {
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 10rem 4rem 6rem 4rem !important;
}

.footer_inner .info {
    width: 40%;
}

.footer_inner .info .footer_logo {
    width: 400px;
}

.footer_inner .info .company_name {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.footer_inner .info .corplink {
    display: flex;
    justify-content: flex-start;
    margin-top: 11rem;
}

.footer_inner .info .corplink .company {
    margin-right: 1rem;
}

.footer_inner .info .corplink .privacy {
    margin-right: 1rem;
}

.footer_inner .info .corplink .company a,
.footer_inner .info .corplink .privacy a,
.footer_inner .info address {
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
}

.footer_inner .sitemap {
    width: 21%;
}

.footer_inner .sitemap .category_title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 7.1rem;
}

.footer_inner .sitemap .sitelink {
}

.footer_inner .sitemap .sitelink li {
}

.footer_inner .sitemap .sitelink li a {
    color: #FFF;
    font-size: 1rem;
}

.footer_inner .entry {
    width: 25%;
}

.footer_inner .entry .category_title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8.2rem;
}

.footer_inner .entry dl {
    margin-top: 2.6rem;
}

.footer_inner .entry dl dd {
}

.footer_inner .entry dl dd a {
    position: relative;
}

.footer_inner .entry dl dd a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    padding: 30px 20px;
    background-color: #004977;
    color: #FFF;
}

.footer_inner .entry dl dd a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.footer_inner .entry dl dd a:hover .inner::before {
    opacity: 1;
}

.footer_inner .entry dl dd a .inner .text {
    position: relative;
    z-index: 20;
}

.footer_inner .entry dl dd a .arrow_r_b {
    position: absolute;
    top: 42px;
    right: 68px;
    display: inline-block;
    z-index: 20;
}

.footer_inner .entry dl dd a .arrow_r_b::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.footer_inner .entry dl dd a .arrow_r_b::after {
    content: "";
    width: 11px;
    height: 11px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
}


}
