@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.en {
font-family:"Ubuntu", sans-serif;
}

.txt_grad{
background-image: radial-gradient(#0000d9, rgba(0,0,0, 1) 80%);
background-clip:border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


@keyframes zoom {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}

#totop a:focus{ outline: none; }

@keyframes hide {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}
@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
.pc {
display:block !important;
}
.sp {
display:none !important;
}


body{
min-width: 1300px;
line-height: 2;
}

/*--スクロールトップ---------*/
#totop {
bottom:140px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 90px;
margin-top: -90px
}


/*com*/
/*----------------------------*/
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}



/* header
--------------------------------------------*/
header {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
min-width:1500px;
}

#header {
display: flex;
align-items: center;
justify-content:flex-end;
width: 100%;
height: 100%;
max-width: none;
padding: 0 2.2% 0 2.5%;
box-sizing: border-box;
position: relative;
background: #FFF;
}

#header .logo_wrap {
position: relative;
display: block;
width: 160px;
}

#header .logo_wrap {
position: absolute;
left: 0;
top: 0;
padding: 40px 2vw;
background: #fff;
border-bottom-right-radius: 40px;
}

#header .logo_wrap::after {
content: "";
display: block;
width: 30px;
height: 30px;
background: url("../images/com/top_bg.svg") no-repeat left top/contain;
position: absolute;
top: 100px;
left: 100%;
}


#header .menu_wrap{
display: flex;
align-items: center;
justify-content: flex-end;
width:calc(100% - 220px);
}

#header .hed_btn_list{
display: flex;
justify-content: end;
align-items: center;
margin-left:20px;
}

#header .hed_btn_list li{
background:#0000d9;
border-radius:8px 0 0 8px;
}

#header .hed_btn_list li:last-child{
margin-right: 0;
}

#header .hed_btn_list li a{
display: flex;
align-items: center;
justify-content: center;
color: #fff;
width: 120px;
height: 60px;
font-size:.8rem;
font-weight:800;
line-height: 1;
font-feature-settings: "palt";
letter-spacing: 0.01em;
transition: 0.5s;
}

#header .hed_btn_list li:last-child{
background:#f22a0f;
border-radius: 0 8px 8px 0;
}

#header .hed_btn_list li:hover{
opacity: .8;
transition: 0.5s;

}

#header .hed_btn_list li a span{
width:15px;
display: inline-block;
margin-right: 6px;
margin-top: -2px;
}

#header .menu_list {
display: flex;
justify-content: end;
}

#header .menu_list li {
margin-left: 1rem;
}

#header .menu_list li:first-child {
margin-left: 0;
}

#header .menu_list li a {
color: #111;
font-size:.9rem;
font-weight:800;
transition: 0.5s;
line-height: 1;
position: relative;
text-align: center;
}

#header .menu_list li.official a {
background: #1d2956;
border: 2px solid #fff;
padding: 8px 15px;
color: #fff;
border-radius: 5px;
font-size: .8rem;
}

#header .menu_list li a::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 0%;
height:1px;
background: #0066a1;
transition: all 0.6s ease;
}

#header .menu_list li a img {
width: 25px
}

#header .menu_list li a span{
font-size: .66rem;
display: block;
font-weight:300;
color: #d0d4d6;
}

#header .menu_list li a:hover{
color:#111;
text-shadow:none;
}
#header .menu_list li.official a:hover{
background: #fff;
border: 2px solid #1d2956;
}

#header .menu_list li a:hover::before {
width: 100%;
}
#header .menu_list li.official a:hover::before {
width: 0%;
}

.burger-btn {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin: 20px 0 0;
}

.siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}

.siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
line-height: 1.5;
}

.siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-left:1.2rem;
font-size: 0.6rem;
font-weight: 500;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a:first-child {
margin-left: none;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#000, #000) 100% 100% / 0 .5px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}

body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_content .siteNav_a:hover .siteNav_aLine {
background-position: 0 100%;
background-size: 100% 0.5px;
}


.menuWrap,
.gnav{
display: none;
}

/* footer
--------------------------------------------*/
footer {
position: relative;
padding:100px 5% 85px;
box-sizing: border-box;
background:linear-gradient(to right, #0000d9 0%, #0000d9 50%, #133160 100%);
}
#footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#footer .fot_top{
width: 50%;
}

#footer .fot_top .fot_list_wrap{
width: 100%;
position: relative;
}
#footer .fot_top .fot_list_wrap .fot_list_inner{
margin: 0;
position: relative;
}

#footer .fot_top .fot_list_wrap h3{
position: relative;
font-size:.7rem;
font-weight: 700;
margin:0;
color:#FFF;
padding-top:5px;
box-sizing: border-box;
}

#footer .fot_top .fot_list_wrap .fot_list{
display: flex;
flex-wrap: wrap;
margin:10px 0 20px;
}
#footer .fot_top .fot_list_wrap .fot_list li{
width:33.333%;
box-sizing: border-box;
font-size: 1rem;
font-weight:700;
margin-bottom:10px;
}

#footer .fot_top .fot_list_wrap .fot_list li a{
display:block;
color:#FFF;
}

#footer .fot_top .fot_list_wrap .txt a{
color:#FFF;
font-weight: 600;
}

#footer .fot_btm{
width:40%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width:260px;
margin: 0 0 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1.2rem;
color:#FFF;
font-weight:800;
margin: 0;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap address {
color:#FFF;
font-style: normal;
font-size: .9rem;
margin: 0 0 40px;
}

#footer .fot_btm .address_wrap address .link{
display: flex;
flex-wrap: wrap;
margin:30px 0 0;
}

#footer .fot_btm .address_wrap address .link li{
box-sizing: border-box;
margin-right:20px;
white-space: nowrap;
}

#footer .fot_btm .address_wrap address .link li a{
display: block;
color: #FFF;
font-size: .8rem;
line-height: 1;
}

#footer .fot_btm .address_wrap address .link li a span{
width: 15px;
display: inline-block;
}


#footer .fot_btm .copy {
font-size: .8rem;
color:#FFF;
}


/*hed
---------------------------------------------*/
#hed{
padding:220px 0 0;
}

#hed .inner{
width: 88%;
margin:0 auto;
}

#hed .inner .ttl_row{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}

#hed .inner .ttl_row h1{
font-size: 52px;
line-height: 1;
font-feature-settings: "palt";
letter-spacing: 0.07em;
}

#hed .inner .ttl_row .sec_ttl{
text-align: right;
font-feature-settings: "palt";
font-size:1rem;
font-weight: 300;
line-height: 1;
letter-spacing: 0;
}

#hed .breadcrumb ul {
display: flex;
align-items: center;
}

#hed .breadcrumb ul li {
font-size: 13px;
font-feature-settings: "palt";
letter-spacing: 0.01em;
display: flex;
align-items: center;
line-height: 1;
}

#hed .breadcrumb ul li:first-child::before {
content: "";
display: block;
width: 9px;
height: 9px;
background: #0000d9;
border-radius: 50%;
margin-right: 8px;
}

#hed .breadcrumb ul li:not(:last-child) {
margin-right: 10px;
}

#hed .breadcrumb ul li:not(:last-child)::after {
content: "";
display: block;
width: 18px;
height: 1px;
background: #000;
margin-left: 10px;
}

#hed article{
width: 100%;
overflow: hidden;
position:relative;
bottom:80px;
left: 0;
z-index:-1;
}

#hed .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#hed .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 12rem;
font-weight: 300;
letter-spacing: -.5rem;
line-height: 1;
overflow: hidden;
color:#0000d9;
opacity: .05;
}

#hed .loop_wrap div:nth-child(odd) {
animation: txtloop 300s -150s linear infinite;
}

#hed .loop_wrap div:nth-child(even) {
animation: txtloop2 300s linear infinite;
}


.en_ttl{
font-size: 1.1rem;
font-weight: 700;
line-height: 1;
margin: 0 0 15px;
}

.ttl{
font-size:2.4rem;
font-weight: 800;
font-style: italic;
line-height: 1;
margin: 0 0 50px;
}

.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid rgba(0,0,0,1);
}

.com_table td {
padding: 20px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}


/*btn
----------------------*/
.common_btn_box{
margin-top: 60px;
position: relative;
z-index: 5;
}

.common_btn {
position: relative;
display: inline-flex;
align-items: center;
color: #fff;
background-color: #0000d9;
border: 1px solid #0000d9;
text-align: left;
font-size: 1rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 30px;
border-radius: 6px;
transition: 0.3s;
}

.common_btn .icon {
position: relative;
width: 35px;
}

.common_btn .icon::after {
position: absolute;
content: "";
background-image: url("../images/com/btn-arrow-r.svg");
background-size: cover;
width: 35px;
height: 34px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 0.3s;
}

.common_btn .text{
width:200px;
text-align: center;
margin-right: 0;
}

.common_btn:hover {
background-color: #fff;
color: #0000d9;
}
.common_btn:hover .icon img {
opacity: 0;
}
.common_btn:hover .icon::after {
opacity: 1;
}





}
/*sp*/
@media only screen and (max-width: 767px) {
.pc {
display:none !important;
}
.sp {
display:block !important;
}


body{
overflow-x: hidden;
line-height:1.85;
}
/*--スクロールトップ---------*/
#totop {
bottom: 80px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
width:40px;
}
#totop a {
display: block;
width: 40px;
height: 40px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 50px;
margin-top: -50px
}
/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}


/* header
--------------------------------------------*/
header {
z-index: 100;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
}

#header {
display: flex;
align-items: center;
justify-content:flex-end;
width: 100%;
height: 100%;
max-width: none;
padding: 0 2.5% 0 2.5%;
box-sizing: border-box;
position: relative;
background: #FFF;
}

#header .logo_wrap {
position: absolute;
left: 0;
top: 0;
background: #fff;
padding: 20px 2vw;
border-bottom-right-radius:20px;
width: 90px;
}


#header .logo_wrap::after {
content: "";
display: block;
width: 15px;
height: 15px;
background: url("../images/com/top_bg.svg") no-repeat left top/contain;
position: absolute;
top: 60px;
left: 100%;
}

/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}

/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 50px;
height: 39px;
position: relative;
z-index: 3;
border: none;
}

.bar {
width: 20px;
height: 1px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #000;
}

.bar_top {
top: 10px;
}
.bar_mid {
top: 50%;
transform: translate(-50%, -50%);
}
.bar_bottom {
bottom: 10px;
}
.burger-btn.close .bar_top {
transform: translate(-50%, 10px) rotate(45deg);
transition: transform .3s;
}
.burger-btn.close .bar_mid {
opacity: 0;
transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
transform: translate(-50%, -8px) rotate(-45deg);
transition: transform .3s;
}
.menu_list,
.hed_btn_list{
display: none;
}
.noscroll {
overflow: hidden;
}

.siteNav {
display: none;
}

/*menu*/
p.ig {
width:30px;
margin-right: 15px;
}

.menuWrap {
width:40px;
height:40px;
z-index: 20000;
cursor: pointer;
/*background: rgba(255,255,255,1);*/
box-sizing: border-box;
}

.menuWrap p {
width: 100%;
display: block;
position: relative;
font-size: 9px;
font-weight: bold;
line-height: 1em;
text-align: center;
padding-top: 5px;
box-sizing: border-box;
}

.menu {
display: block;
position: relative;
width:100%;
height: 70%;
top:5px;

}
.menu__line {
background: #333;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 100%;
}
.menu__line--center {
top: 2px;
}
.menu__line--bottom {
bottom: 0;
}
.menu__line--top.active {
top: 15px;
transform: rotate(45deg);
width: 100%;
background: #FFF
}
.menu__line--center.active {
transform: scaleX(0);
}
.menu__line--bottom.active {
bottom:12px;
transform: rotate(135deg);
background: #FFF
}

#header.scroll-nav .menuWrap p {
color: #333;
}

#header.scroll-nav .menu__line{
background: #333;
}
/*gnav*/
.gnav {
background:linear-gradient(to right, #0000d9 0%, #0000d9 50%, #133160 100%);
display: none;
height: 100%;
position: fixed;
width: 110%;
top: 0;
z-index: 1000;
left: -5%;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
background-size: cover;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background-size: 180px 224px, cover;
height: 100%;
display: flex;
align-items: center;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 80%;
align-items: center;
overflow-y: scroll;
height:calc(80vh - 65px);
height:calc(80svh - 65px);
margin: auto;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
}
.gnav__menu__item {
border-bottom: 1px solid rgba(255,255,255,.15);
padding: 10px 0;
box-sizing: border-box;
}
.gnav__menu__item a{
color: #FFF;
line-height:1;
letter-spacing: 0.03em;
font-weight: 500;
text-decoration: none;
transition: .5s;
display: block;
font-size: 1rem;
padding: 5px 0;
box-sizing: border-box;
}
.gnav__menu__item a span{
font-size:1rem;
display: block;
color: #fb80b0;
}
.gnav__menu__item a:hover {
color: #FFF;
}

.gnav__menu__item ul{
margin-left: 10px;
}

.gnav__menu__item ul li{
margin: 10px 0;
}

.gnav__menu__item ul li a{
font-size:.8rem;
color: #FFF;
}

.gnav_logo {
width: 220px;
margin: 0 0 30px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
box-sizing: border-box;
margin: 0 auto;
margin: 20px 0 0 5px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #666;
display: block;
font-size: 10px;
}

.g_menu_wrap {
display: none;
}

.menu_logo{
width:220px;
margin: 0 0 20px;
}

.company_name1{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #005bac;
}

.company_name2{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #5d1b56;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
padding:50px 5% 85px;
box-sizing: border-box;
background:linear-gradient(to right, #0000d9 0%, #0000d9 50%, #133160 100%);
}
#footer {
}

#footer .fot_top{
display: none;
}

#footer .fot_btm{
width:100%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width:200px;
margin: 0 auto 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1rem;
color:#FFF;
font-weight:800;
margin: 0;
text-align: center;
}

#footer .fot_btm .address_wrap address {
color:#FFF;
font-style: normal;
font-size: .8rem;
margin: 0 0 40px;
text-align: center;
}

#footer .fot_btm .address_wrap address .link{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin:30px 0 0;
}

#footer .fot_btm .address_wrap address .link li{
box-sizing: border-box;
margin:0 8px;
white-space: nowrap;
}

#footer .fot_btm .address_wrap address .link li a{
display: block;
color: #FFF;
font-size: .8rem;
line-height: 1;
}

#footer .fot_btm .address_wrap address .link li a span{
width: 12px;
display: inline-block;
}


#footer .fot_btm .copy {
font-size: .7rem;
color:#FFF;
text-align: center;
}


/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 1000;
height: 60px;
background:#FFF;
}
.sp_list li {
background:#ff6600;
width:49.9%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.sp_list li a {
display: block;
color: #fff;
text-align: center;
font-size:.7rem;
font-weight: 700;
}
.sp_list li a span.tit {
display: block;
line-height:1;
}
.sp_list li a i {
font-size: 16px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}

/*hed
---------------------------------------------*/
#hed{
padding:120px 0 0;
}

#hed .inner{
width: 90%;
margin:0 auto;
}

#hed .inner .ttl_row{
margin-bottom: 20px;
}

#hed .inner .ttl_row h1{
font-size:1.6rem;
line-height: 1;
font-feature-settings: "palt";
letter-spacing: 0.02em;
}

#hed .inner .ttl_row .sec_ttl{
text-align: right;
font-feature-settings: "palt";
font-size:.6rem;
font-weight: 300;
line-height: 1;
letter-spacing: 0;
}

#hed .breadcrumb ul {
display: flex;
align-items: center;
}

#hed .breadcrumb ul li {
font-size: 10px;
font-feature-settings: "palt";
letter-spacing: 0.01em;
display: flex;
align-items: center;
line-height: 1;
}

#hed .breadcrumb ul li:first-child::before {
content: "";
display: block;
width: 9px;
height: 9px;
background: #0000d9;
border-radius: 50%;
margin-right: 8px;
}

#hed .breadcrumb ul li:not(:last-child) {
margin-right: 10px;
}

#hed .breadcrumb ul li:not(:last-child)::after {
content: "";
display: block;
width: 12px;
height: 1px;
background: #000;
margin-left: 10px;
}

#hed article{
width: 100%;
overflow: hidden;
position:relative;
bottom:-8px;
left: 0;
z-index:-1;
}

#hed .loop_wrap {
display: flex;
width: 100%;
overflow: hidden;
margin: 0 auto 0;
}

#hed .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 4rem;
font-weight: 300;
letter-spacing: -.1rem;
line-height: 1;
overflow: hidden;
color:#0000d9;
opacity: .05;
}

#hed .loop_wrap div:nth-child(odd) {
animation: txtloop 300s -150s linear infinite;
}

#hed .loop_wrap div:nth-child(even) {
animation: txtloop2 300s linear infinite;
}



.en_ttl{
font-size: .8rem;
font-weight: 700;
line-height: 1;
margin: 0 0 10px;
}

.ttl{
font-size:1.4rem;
font-weight: 800;
font-style: italic;
line-height: 1;
margin: 0 0 30px;
}


.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 100%;
padding: 10px 10px 0;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
display: block;
}

.com_table td {
display: block;
padding: 10px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}



/*btn
----------------------*/
.common_btn_box{
margin-top: 30px;
position: relative;
z-index: 5;
}

.common_btn {
position: relative;
display: inline-flex;
align-items: center;
color: #fff;
background-color: #0000d9;
border: 1px solid #0000d9;
text-align: left;
font-size: .8rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 10px;
border-radius: 6px;
transition: 0.3s;
}

.common_btn .icon {
position: relative;
width: 25px;
}

.common_btn .icon::after {
position: absolute;
content: "";
background-image: url("../images/com/btn-arrow-r.svg");
background-size: cover;
width: 25px;
height:24px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 0.3s;
}

.common_btn .text{
width:160px;
text-align: center;
margin-right: 0;
}

.common_btn:hover {
background-color: #fff;
color: #0000d9;
}
.common_btn:hover .icon img {
opacity: 0;
}
.common_btn:hover .icon::after {
opacity: 1;
}


}