:root {
  --blue: #0578C8;
  --blk: #000;
}

body{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}

 *{
	 box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;     
 }

 a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: var(--blue);
 }

  a:hover{
  	opacity: .7;
  }

.row{
 	padding-top: 60px;
 	padding-bottom: 60px;
 }

.wrap,
.wrap-big{
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wrap{
	max-width: 1240px;
}

.wrap-big{
	max-width: 1340px;
}

img.img-full,
.header-logo img{
	display: block;
	max-width: 100%;
	height: auto;
}

.header-nav nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.ta-center{
	text-align: center;
}

.fl-box{
	display: flex;
}

.btn-big{
	margin: 30px auto 0 auto;
}

.btn-big a{
	font-size: 15px;
	padding: 0 40px;
	line-height: 50px;
	border-radius: 40px;
	background-color: #fff;
	color: #345D8A;
	display: block;
	text-decoration: none;
}

.bg-lgrey{
  background-color: #fafafa;
}

/*Header*/

header{
	padding: 20px 0;
}

header a{
	text-decoration: none;
}

.header-logo{
	max-width: 200px;
}

.header-ctas,
.header-nav nav ul,
.site-header .wrap-big,
.header-nav{
	display: flex;
	align-content: center;
}

.site-header .wrap-big{
	justify-content: space-between;
	align-items: center;
}

.header-nav{
	gap: 40px;
}

.header-nav nav ul li a{
	color: inherit;
	padding: 10px;
}

.header-nav nav ul{
	height: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.header-ctas{
	gap: 20px;
}

.header-ctas a{
	color: #fff;
	font-size: 15px;
    padding: 0 40px;
    line-height: 50px;
    border-radius: 40px;
    display: block;
    text-align: center;
}

.btn-blue{
	background-color: var(--blue);
}

.btn-blk{
	background-color: var(--blk);
}




/* Menu trigger */
.hamburger {
  width: 34px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  margin: 10px;
  display: none;
  right: 20px;
  top: 20px;
}


.hamburger::before,
.hamburger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--blue);
  left: 0;
  transition: all 0.3s ease;
}

.hamburger::before {
  top: 5px;
}

.hamburger::after {
  top: 15px;
}

/* keep hamburger animation tied to .nav-open */
.nav-open .hamburger::before {
  transform: rotate(45deg);
  top: 10px;
}
.nav-open .hamburger::after {
  transform: rotate(-45deg);
  top: 10px;
}

/* menu starts hidden; jQuery fadeIn/Out will toggle display */
.main-nav { display: none; }



/* Nav menu (fade effect) */
.main-nav {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
}

.nav-open .main-nav {
  display: block;
  opacity: 1;
}

.nav-close .main-nav {
  display: block;
  opacity: 0;
  pointer-events: none;
}




.link-text{
	margin: 20px 0;
}

.link-text:after{
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 8px;
	height: 13px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/themes/custom/swiftbridge_theme/images/arrow-right-white.svg);
}

/*Footer*/
footer{
  color: #fff;
  font-size: 14px;
}

footer a{
  color: #fff;
}

.ft-top{
  text-align: center;
  background: linear-gradient(to bottom,  #005590 0%,#063f6c 50%,#0c2644 100%);
}

.ft-top .fl-box{
  justify-content: center;
  gap: 40px;
}

.ft-top .btn-big{
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.ft-mid,
.ft-btm{
  background-color: #000;
}

.ft-logo{
  max-width: 280px;
  margin: 0 0 10px 0;
}

.ft-sns{
  margin: 30px 0 0 0;
}

.sns-links__list { 
  list-style: none; 
  display: flex; 
  gap: .75rem; 
  padding: 0; 
  margin: 0; 
}

.sns-links__item a { 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  width: 28px; 
  height: 28px;
  color: #fff; 
}

.sns-icon { 
  width: 20px; 
  height: 20px; 
  fill: currentColor; 
}

.ft-mid .wrap-big,
.ft-mid-right{
  display: flex;
}

.ft-mid{
  position: relative;
}

.ft-mid .wrap-big{
  justify-content: space-between;
  gap: 10%;
  z-index: 1;
  flex-direction: row-reverse;
}


.ft-mid-right{
  justify-content: space-between;
  flex: 1;
}

.ft-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-menu ul li{
  margin: 0 0 15px 0;
}

.ft-menu ul li a{
  text-decoration: none;
}

.latest-topics{
  background-color:  #373737;
}

.latest-topics .views-row{
  display: flex;
  gap: 20px;
  margin: 10px 0 0 0;
}

.latest-topics .views-row a{
  text-decoration: none;
}

.latest-topics .latest-topics_date{
  text-decoration: underline;
  display: block;
  margin-bottom: 5px;
}

.ft-btm{
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
}


.ft-btm .wrap-big{
  position: relative;
}


.ft-btm p{
  margin: 0;
  padding: 0;
}

.ft-privacy{
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  marign: auto;
}

.ft-privacy-mb{
  margin-bottom: 20px;
}


@media all and (min-width:768px){
.ft-privacy-mb{
  display: none;
}

}

@media all and (min-width:1200px){

.latest-topics{
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 60px;
  padding-right: 50px;
  padding-left: 60px;
  height: 100%;
  max-width: 520px;
}
}

@media all and (max-width:1300px){
.ft-mid .wrap-big{
  justify-content: space-between;
  gap: 7%;
}

.latest-topics{
  padding-right: 60px;
}


}

@media all and (max-width:1200px){
.ft-mid.row{
  padding: 0;
}

.ft-mid .wrap-big,
.ft-mid-right{
  display: block;
}

.ft-mid .wrap-big{
  padding: 0;
}

.ft-mid-right>div,
.ft-mid-left{
  padding: 40px 20px;
}
}

@media all and (max-width:1000px){
.header-nav{
	gap: 20px;
}

.header-ctas{
	gap: 10px;
}

.header-ctas a{
	font-size: 14px;
}


}

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

.header-nav nav ul,
.header-ctas,
.hamburger{
	display: block;
}

.header-nav{
	display: none;
	align-content: flex-start;
	font-size: 17px;
}

.header-logo{
	position: relative;
}

.header-logo,
.hamburger{
  z-index: 6;
}

.header-nav{
	position: fixed;
	z-index: 5;
	background-color: rgba(255, 255, 255, .97);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 130px 30px 30px 30px;
	text-align: center;
}


.header-nav nav ul li a{
	display: block;
	padding: 20px 0;
}

.header-ctas a{
	margin: 20px auto 0 auto;
  max-width: 300px;
}

.ft-logo{
  margin: 0 auto;
}

.ft-mid-left{
  text-align: center;
}

.ft-mid-left .line-br{
  text-align: left;
}

.ft-privacy{
  display: none;
}

.sns-links__list{
  justify-content: center;
}

.line-br br{
	display: none;
}

.fl-box{
	display: block;
}

.fl-box>div:not(fl-box>div:last-child){
	margin-bottom: 40px;
}

.btn-big{
	margin: 10px auto 0 auto;
}


}
/*STglobal*/