@charset "UTF-8";
/* CSS Document */

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.4;text-align:left;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.4;text-align:left}article,footer,header,nav,section,main{display:block}table{border-collapse:collapse;border-spacing:0}


strong{
    font-weight: bold;
}

html{
	background-color: #132A4A;
}

body {
background-color: #fff;
margin: 0;
padding: 0;
font-size: 17px;
line-height: 1.5;
font-family: "Noto Sans JP", sans-serif;
font-weight: 100;	
/*word-break: break-all;*/
overflow-wrap: break-word;
}

ol{
    list-style-position: outside;
}

ul{
        list-style-type: none!important;
}

/* Common 共通
----------------------------------------------------------------------------------------------------*/

.bogoflags-us:before,.bogoflags-jp:before{
	display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt-indent{
    text-indent: -1.3em;
    padding-left: 2em;
}

#main-contents{
    min-height: 800px;
    animation-name: fadeinmain;
    animation-duration: 0.6s;
}

@keyframes fadeinmain{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}

a {
	/*color: #015c03;*/
	color: #253b74;
}

a:hover {
	opacity: .8;
}

.pc-n{
    display: none;
}

.sp-n{
    display: block;
}

.contents-inner{
	max-width: 1000px;
	padding: 0 15px 40px;
	margin: 0 auto;
}

.footer-btn{
	max-width: 1200px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	text-align: right;
}

.return-btn, .topreturn-btn{
	text-align: right;
	display: inline-block;
}

.return-btn a, .topreturn-btn a{
	text-decoration: none;
	font-size: 18px;
	border: 1px solid #ccc;
	background-color: #333;
	color: #ccc;
}

.return-btn a{
	padding: 10px 53px;
    border-radius: 10px;
}

.return-btn a:before{
	font-family: fontawesome;
	content: '\f105';
	padding-right: 10px;
}

.topreturn-btn a{
	padding: 10px 36px;
    border-radius: 10px;
}

.topreturn-btn a:before{
	font-family: fontawesome;
	content: '\f106';
	padding-right: 10px;
}



h1:first-child{
    padding-top: 40px;
}

h1{
	text-align: center;
font-size: 40px;
	color: #224981;
	font-weight: bold;
    padding-top: 60px;
    padding-bottom: 30px;
	width: 60%;
	margin: 0 auto;
}

.en-US h1{
    font-size: 36px;
}

h2{
	text-align: center;
	font-size: 22px;
	background-color: #222;/*#69a1a3;*/
	color: #fff;
	padding: 12px 15px;
	border-radius: 10px;
	margin: 50px 0 20px;
    font-weight: bold;
}

.en-US h2{
	font-size: 20px;
	padding: 15px;
}

h3{
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px;
	margin-bottom: 10px;
}

main h2:nth-of-type(1){
	margin-top: 15px;
}

.common-inner{
	padding: 0 20px;
}


.btn{
	color: #fff;
	width: 240px;
	text-align: center;
	margin: 20px auto;
	padding: 4px;
}

#research-top .btn{
	border: 1px solid #888;
}


.btn a{
	color: #333;
	padding: 10px;
	text-align: center;
	display: block;
	text-decoration: none;
    border-radius: 10px;
}

.btn a:before{
	font-family: fontawesome;
	content: '\f105';
	padding-right: 10px;
}


iframe{
	width: 100%;
	height: 600px;
	margin-top: 20px;
}

.dp-n{
	display: none;
}

.blocks-gallery-grid, .wp-block-gallery{
	display: inline!important;
}

.ant{
    font-size: 13px;
}

em{
    font-style: italic;
}

.page_menu{
    padding: 10px 0 10px;
}

.page_menu ul{
	text-align: center;
    margin-bottom: 30px;
}

.page_menu ul li{
	text-align: center;
	display: inline-block;
}

.page_menu ul li a{
	padding: 10px;
	display: block;
	border: 1px solid #666;
	text-decoration: none;
	min-width: 190px;
	text-align: center;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	margin-right: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.page-id-31 .page_menu ul li a, .page-id-350 .page_menu ul li a, .page-id-346 .page_menu ul li a{
    width: 240px;
}


.page_menu ul li.current a{
	background-color: #265daa;
	color: #fff;
	border: none;
}

.page_menu ul li a:hover{
	background-color: #eee;
}

.page_menu ul li.current a:hover{
	opacity: inherit;
	background-color: #265daa;
}


.memberpage{
        border: 1px solid #fff;
    width: 140px;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 0;
}

.memberpage a{
    text-decoration: none;
}


.center_txt{
    font-size: 20px;
    margin-top: 40px;
}
	
.wp-block-gallery figure.wp-block-image{
    display: inline-block!important;
}


.wp-block-image{
	vertical-align: top;
    padding-top: 7px;
}

/* header
----------------------------------------------------------------------------------------------------*/

header{
	background: #fff;
	z-index: 9999;
	width: 100%;
	position: relative;
}

header .contents-inner{
	padding: 3px 15px 0;
}

header ,header a {
	color: #253b74;
}

header a:hover{
	color: #888;
}

.header-logo{
	display: inline-block;
	width: 26%;
    min-width: 311px;
}

.header-logo a{
	text-decoration: none;
	display: inline-block;
}

.header-logo img{	
	width: 160px;
	height: auto;
	padding: 5px 0 0 5px;
}

.header-logo ul{
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
    color: #395ba6;
}

.header-logo ul li:first-child{
	font-size: 12.2px;
	letter-spacing: 0;
}

.header-logo ul li:nth-child(2){
	font-size: 18px;
	letter-spacing: 2px;
}

.header-logo ul li:nth-child(3){
	font-size: 22px;
	letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

.en-US .header-logo ul{
	padding-top: 20px;
}

.en-US .header-logo ul li:first-child{
    font-size: 11px;   
    letter-spacing: 0.5px;
}

 .en-US .header-logo ul li:nth-child(2), .en-US .header-logo ul li:nth-child(3){
	font-size: 20.4px;
	letter-spacing: 0;
}

header ul{
display: inline-block;
top: 0;	
right: 0;	vertical-align: top;
}

.sub-menu-wrap{
    position: absolute;
    right: 10px;
    top: 8px;
}

.about-section{
    display: inline-block;
    font-size: 19px;
    vertical-align: top;
    padding-top: 22px;
    color: #5284a0;
    width: 53%;
    min-width: 409px;
    text-align: center;
}

.en-US .about-section{
    padding-top: 26px;
    padding-left: 20px;
    font-size: 16px;
}

.bogo-language-switcher{
	padding: 6px 0;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px;
}

.bogo-language-switcher li{
	display: inline-block;
}

.bogo-language-switcher li:first-child{
	margin-right: 10px;
}

.bogo-language-switcher li:nth-child(2){
	margin-left: 4px;
}


.bogo-language-switcher li a{
	text-decoration: none;
}

.bogo-language-switcher li.current{
	border-bottom: 2px solid #666;
}

.bogo-language-name:before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}


/*bogo非表示用


.bogo-language-switcher{
	.current{
		display: none;
	}
	li{
		text-align: right;
	}
	a:before{
		content: "\f0ec";
		font-family: FontAwesome;
		padding-right: 8px;
	}
}

*/

.ja .ja.current{
    display: none;
}

.en-US .en.current{
    display: none;
}

/* bogo非表示用　ここまで*/



/* nav
----------------------------------------------------------------------------------------------------*/

nav#nav-wrap {
	width: 100%;
	color: #000;
    margin-top: 5px;
    background-color: #e62f2b;/*#69a1a3*/
}

nav#nav-wrap .contents-inner{
	padding: 0 15px 0;
	text-align: center;
}

nav#nav-wrap .contents-inner a {
	width: 14vw;
	max-width: 160px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px;
	text-align: center;
}	

nav#nav-wrap .contents-inner a:hover{
    background-color: #ff3d39;
}

nav#nav-wrap .contents-inner .current-menu-item a:hover{
    background-color: #e62f2b;
    opacity: 1;
}


nav#nav-wrap ul {
	text-align: center;
}

nav#nav-wrap ul li {
	display: inline-block;
}

nav#nav-wrap ul li.current-menu-item {
	display: inline-block;
}

nav#nav-wrap .contents-inner .current-menu-item a{
	color: #ccc;
}

nav#nav-wrap .contents-inner .current-menu-item a:hover{
	color: #ccc;
}

ul#menu-main li a:before{
    font-family: fontawesome;
	content: "\f0da";
	padding-right: 10px;
}


/* main-visual
----------------------------------------------------------------------------------------------------*/

#main-visual{
	text-align: center;
	overflow: hidden;
    animation-name: fadein;
    animation-duration: 1.2s;
    position: relative;
    box-shadow: 10px 10px 10px -3px #eee;
    font-size: 0;
}

#main-visual img {
	width: 100%;
        
}

@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}

.eyecatch-title{
    width: 7.5vw;
    position: absolute;
    top: 4vw;
    left: 8vw;
}

.eyecatch-txt{
    width: 100%;
    position: absolute;
    opacity: 0;
    animation: change-img-anim 26.8s infinite;
}

.eyecatch-txt:nth-of-type(1) {
	animation-delay: 0.3s;
}
.eyecatch-txt:nth-of-type(2) {
	animation-delay: 8s;
}
.eyecatch-txt:nth-of-type(3) {
	animation-delay: 17s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	15%{ opacity: 1;}
	20%{ opacity: 1;}
	30%{ opacity: 0;}
	100%{ opacity: 0;}
}


/* toppage news
----------------------------------------------------------------------------------------------------*/

#news h2{
	border-radius: none;
}

#news summary{
	display: inline-block;
	width: 84%;
	margin-left: 2%;
}

.news_wrap{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

#news time{
	vertical-align: top;
	color: #333;
	font-size: 14px;
    position: relative;
    top: 2px;
}



/* news
----------------------------------------------------------------------------------------------------*/


#news-area h4{
	display: inline-block;
	padding-left: 15px;
	width: 88%;
	vertical-align: top;
}

#news-area li{
	border-bottom: 1px solid #ccc;
	padding: 20px 15px;
}

#news-area time{
	vertical-align: top;
	color: #666;
	font-size: 12px;
	position: relative;
	top: 3px;
}


/* Our Buisiness
----------------------------------------------------------------------------------------------------*/
.our-buisiness{
    background: #eee;
    background-image: url("https://preview.artaction.co.jp/blisxia/wp-content/uploads/our-business-back.jpg");
    background-size: cover;
    background-position: top center;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0 100px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0px -3px 6px 0px #eee;
}

.our-buisiness::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
}


/* Company Profile
----------------------------------------------------------------------------------------------------*/
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.company-table th,
.company-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.company-table th {
  width: 200px;
  font-weight: bold;
  background: #eff1f4;
  text-align: center;
}

.about-us-wrap{
    background: #f1f5fa;
}


/* team
----------------------------------------------------------------------------------------------------*/

.team-box:first-of-type{
    padding-top: 0;
}

.team-box{
    padding-top: 40px;
}

.team-name{
    font-weight: bold;
    font-size: 20px;
}

.team-box ul li:first-of-type{
    padding-top: 0;
}

.team-box ul li{
  display: flex;
  align-items: flex-start;
margin-top: 10px;
}

.team-box ul li::before{
  content: "-";
  margin-right: 8px; /* ハイフンと文字の間隔 */
  color: #333;       /* ハイフンの色（任意） */
}

.team-wrap{
    background: #f1f5fa;
    padding-bottom: 20px;
}


.contact{
    padding-bottom: 40px;
}

.contact h1{
    padding-top: 20px;
}

.email img{
    width: 210px;
}

/* Page
----------------------------------------------------------------------------------------------------*/
p{
    
    padding: 10px;
}





/* footer
----------------------------------------------------------------------------------------------------*/

footer {
	background-color: #132A4A;
	color: #fff;
	font-size: 14px;
}

footer .contents-inner{
	padding: 30px 0 30px;
    text-align: center;
    position: relative;
}

footer a{
	color: #eee;
}

footer ul{
	display: inline-block;
	vertical-align: top;
	padding-top: 16px;
}

.footer-logo{
	display: inline-block;
	margin-right: 15px;
}


.footer-logo a{
	text-decoration: none;
	display: inline-block;
}

.footer-logo img{
	width: 186px;
	height: auto;
	padding: 10px;
}


.footer-logo ul{
	vertical-align: top;
	padding-top: 15px;
}

.footer-logo ul li:first-child{
	font-size: 15.5px;
	letter-spacing: 0.3px;
}

.footer-logo ul li:nth-child(2){
	font-size: 26px;
	letter-spacing: 1.5px;
}


.en-US .footer-logo ul{
	vertical-align: top;
	padding-top: 10px;
}

.en-US .footer-logo ul li:first-child{
	font-size: 18.8px;
	letter-spacing: 0.5px;
}

.en-US .footer-logo ul li:nth-child(2){
	font-size: 14px;
	letter-spacing: 0;
}

.en-US .footer-logo ul li:nth-child(3){
	font-size: 15px;
	letter-spacing: 0.4px;
}


footer .btn{
	margin: 14px 0;
}

footer .btn a{
	background-color: transparent;
	padding: 4px;
	font-size: 12px;

}

.footer_info{
    font-size: 16px;
}

ul.footer_info li{
    margin-bottom: 10px;
}

.copyright{
    text-align: center;
    font-size: 16px;
    margin: 30px 0 20px;
}


@media (max-width: 981px) {
   /* 横幅が1020px以下の場合に適用するスタイル */
    .en-US .header-logo ul li:first-child {
    font-size: 14.6px;
    letter-spacing: 0.5px;
    }
    
    .en-US .header-logo ul li:nth-child(2), .en-US .header-logo ul li:nth-child(3) {
    font-size: 11px;
    letter-spacing: 0;
    }
     
    .header-logo img {
    width: 45px;
    }
    
    nav#nav-wrap .contents-inner a{
    width: 13vw;
    font-size: 14px;
    }
    
    #main-contents{
        padding-top: 126px;
    }
    
}


@media (max-width: 820px) {
   /* 横幅が1020px以下の場合に適用するスタイル */
    .en-US .header-logo ul li:first-child {
    font-size: 10px;
    letter-spacing: 0.5px;
    }
    
    .en-US .header-logo ul li:nth-child(2), .en-US .header-logo ul li:nth-child(3) {
    font-size: 18.6px;
    letter-spacing: 0;
    }
    
    .en-US .header-logo{
        width: 33%;
    }
    
    .en-US .header-logo img{
    width: 57px;
    margin-top: 0px;
}
    
    .en-US .about-section{
        font-size: 12px;
    }
    
     
    .header-logo img {
    width: 120px;
    }
    
    nav#nav-wrap .contents-inner a{
    width: 13vw;
    font-size: 13px;
    }
    
    #main-contents{
        padding-top: 0;
    }
    
    .about-section{
        width: auto;
        min-width: auto;
        font-size: 17px;
    }
    
    header{
        position: static;
    }
    
    .header-logo{
        min-width: 270px;
    }
    
    .page_menu ul li a{
        min-width: 140px;
    }
    
    .page-id-31 .page_menu ul li a, .page-id-350 .page_menu ul li a, .page-id-346 .page_menu ul li a{
        width: 210px;
    }
    
    .links-wrap{
        margin: 0 10px 0 0;
    }
    
    .links-wrap h5{
        margin: 40px 10px 10px 10px;
    }

}