@charset "UTF-8";
:root{
    --theme_color:rgba(50,150,255,1);
	--base_color:rgb(255,255,255);
	--bg_color:rgb(250,250,250);
	--color_tx:rgb(100,100,100);
}
div,a,button,p,img{
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

div,p,a,button,table,tr,td,input,textarea{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
button{display:block;margin:0;padding:0;border:0;background-color:#fff;}
div{margin:0;padding:0;text-align:left;}
h1,h2,h3,h4,h5{font-weight:normal;margin:0;}
p{margin:0;padding:0;text-align:left;color:rgb(102,102,102);}
img{display:block;width:100%;vertical-align:bottom;object-fit:contain;}
table{width:100%;border-collapse:collapse;border:1px solid #cccccc;}
td{border:1px solid #cccccc; }
a:link,a:visited {color:#aaaaaa;text-decoration:none;}
a:hover,a:active {opacity:0.7;}
button,a,input{outline:none;}
.clearfix:after{content: "";clear: both;display: block;}
.dotTx{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*共通*/
.hid{overflow:hidden}
.esc_opacity0{opacity:0}
.esc_dispNone{display:none}
.esc_jsLoading{opacity:0}
.esc_hidden{overflow:hidden;}
@media screen and (min-width: 769px) {
	.onlyMb{display:none;}
}
@media screen and (max-width: 768px) {
	.onlyPc{display:none;}
}
/*設定*/
body{
    margin:0;
	padding:0;
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    line-height:1.4;
	font-size:16px;
    font-size:3.5vw;
}
body,div,p,a,button,h1,h2,h3,h4,h5,td{
	color:#000000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-weight:500;
	font-size:16px;
}
li,span{color:inherit;font-size:inherit;font-weight:inherit;}
@media screen and (max-width: 768px) {
    body,div,p,a,button,h1,h2,h3,h4,h5,td{
        font-size:3.5vw;
    }
}
/*
input::-webkit-input-placeholder {color:rgba(102,102,102,1);}
input:-ms-input-placeholder {color:rgba(102,102,102,1);}
input::-moz-placeholder {color:rgba(102,102,102,1);}
*/
/*スクロールバー*/

/*
::-webkit-scrollbar{
	width: 7px;
    height:7px;
}
::-webkit-scrollbar-track{
	background: rgba(222,222,222,1);
	border: none;
    border-radius: 10px;
    box-shadow:0 0 0 0; 
}
::-webkit-scrollbar-thumb{
	background: rgba(239,130,0,0.7);
	border-radius: 10px;
	box-shadow: none;
}
*/
ul,ol{
    margin:0;
    padding:0;
}
li{
    position:relative;
    list-style-type: none;
}
li:before{
    position:absolute;
    content:"";
}
a{cursor:pointer}

.flex{
    display:flex;
    align-items:stretch;
    align-content:stretch;/* 折り返し時の配置指定 */
    justify-content: space-between;
/*    justify-content: flex-start;*/
    flex-direction:row;
    flex-wrap: wrap;/* 折り返し指定 */
}
.flex2{
    display:flex;
    align-items:stretch;
    align-content:stretch;/* 折り返し時の配置指定 */
    justify-content: center;/*space-between;*/
/*    justify-content: flex-start;*/
    flex-direction:row;
    flex-wrap: wrap;/* 折り返し指定 */
}
.midCenter{
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
@media screen and (max-width: 768px) {
    .noFlex_mb{
        display:block;
    }   
}

/*
@media screen and (max-width: 1099px) {
    #bt_naviW{display:block;}
    #navMenu-pc,#bt_navLast{display:none;}
}
@media screen and (min-width: 1100px) {
    #bt_naviW{display:none;}
    #navMenu-pc,#bt_navLast{display:block;}
}
*/

/*alternate PCのみ*/
@media screen and (min-width: 769px) {
    .alterArea>div:nth-child(2n)>img, .alterArea>div:nth-child(2n)>div{
        float:right;
    }
    .alterArea>div:nth-child(2n) h3,.alterArea>div:nth-child(2n) p{
        text-align:right;
    }
}
/*wordpress*/
.content {
    font-size:18px;
}
@media screen and (max-width: 768px) {
    .content {
        font-size:3vw;
    }
}
.alignnone{padding:4px;margin:0;}	
.aligncenter{display:block;margin:0.5em auto;}	
.alignright{float:right;display:inline;margin:0 0 1em 1em;}	
.alignleft{float:left;display:inline;margin:0 1em 1em 0;}	
.clear {clear: both;}
@media screen and (max-width: 768px) {
    .alignright,.alignleft{width:48vw;}
}
#textArea .content [id^=gallery-] img{border-width:1px;}
@media screen and (max-width: 768px) {
#textArea .content [id^=gallery-] img{border-width:0px;height:auto;}
}

@media screen and (max-width: 768px) {
    .ggmap {
		position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;
    }
    .ggmap iframe, .ggmap object, .ggmap embed {
		position: absolute;top: 0;	left: 0;width: 100%; height: 100%;
    }
}

#bt_naviW span{
    transition-duration:0.5s;
}
#bt_naviW span:nth-child(1){
    transform-origin:100% 100%;
}
#bt_naviW span:nth-child(3){
    transform-origin:100% 100%;
}
/*2026*/
ul[class*=feature-list]{
    position:relative;
    padding:0.7em 1em 0.7em 4em;
    border:1px solid #f1be59;
}
ul[class*=feature-list] label{
    position:absolute;
    width:3em;
    top:50%;
    left:1em;
    transform:translateY(-50%);
    font-weight:bold;
}
ul[class*=feature-list] li{
    position:relative;
    padding:0.1em 0 0.1em 1.1em;
    font-size:14px;
}
ul[class*=feature-list] li:before{
    content:"";
    position:absolute;
    width:0.7em;
    height:0.7em;
    top:0.4em;
    left:0;
    border-radius:1em;
    background-color:#f1be59;
}
.department-business ul[class*=feature-list]{
    border-color:#86b1d8;
}
.department-business ul[class*=feature-list] li:before{
    background-color:#86b1d8;
}
.department-global ul[class*=feature-list]{
    border-color:#71bfc3;
}
.department-global ul[class*=feature-list] li:before{
    background-color:#71bfc3;
}
@media screen and (max-width:768px){
    ul[class*=feature-list] li{
        font-size:3vw;
    }
}
/* 
ul.feature-list2{
    overflow:hidden;
    padding-left:0;
    border:0;
    border-radius:10em;
    background-color:#fbecd0;
}
ul.feature-list2 img{
    width:4.5em;
    height:auto;
    float:left;
    margin:0 1.5em;
}
ul.feature-list2 li{
    margin-left:8em;
}
ul.feature-list2 li:before{
    border-radius:0;
}
ul.feature-list2{
    overflow:hidden;
    padding-left:0;
    border:0;
    border-radius:10em;
    background-color:#fbecd0;
} */
ul.feature-list2{
    overflow:hidden;
    padding-left:0;
    border-radius:0;
    background-color:transparent;
    min-height:4em;
    border-width:1px;
}
ul.feature-list2 img{
    position:absolute;
    width:4.5em;
    height:auto;
    top:50%;
    left:2em;
    transform:translateY(-50%);
}
ul.feature-list2 li{
    margin-left:9em;
}
ul.feature-list2 li:before{
    border-radius:0;
}
.feature-list2-wpr{
    position:relative;
    margin:1em 0 0;
    padding:5px;
}
.department-language .feature-list2-wpr{
    background-color:#fbecd0;
}
.department-business .feature-list2-wpr{
    background-color:#dee8f4;
}
.department-global .feature-list2-wpr{
    background-color:#e8f3f4;
}
@media screen and (max-width:768px){
    ul.feature-list2{
        border-radius:0;
    }
    ul.feature-list2 img{
        width:4em;
        left:1em;
    }
    ul.feature-list2 li{
        margin-left:6em;
    }
    .feature-list2-wpr{
        margin:1em 0 0;
    }
}
.feature-list2-wpr div{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.feature-list2-wpr div span{
    position:absolute;
    width:10px;
    height:10px;
    border:0px solid #000;
    overflow:hidden;
    background-color:#fbecd0;
}
.feature-list2-wpr div span:before{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    bottom:0%;
    left:0%;
    background-color:#fff;
    transform:rotate(-45deg);
    transform-origin:0% 100%;
}
.feature-list2-wpr div span:after{
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    bottom:0%;
    right:0%;
    background-color:transparent;
    transform:rotate(-45deg) translate(50%,50%);
    transform-origin:100% 100%;
    border:1px solid #f1be59;
}
.feature-list2-wpr div span:nth-child(2){
    top:0;
    right:0;
    transform:rotate(90deg);
}
.feature-list2-wpr div span:nth-child(3){
    bottom:0;
    right:0;
    transform:rotate(180deg);
}
.feature-list2-wpr div span:nth-child(4){
    bottom:0;
    left:0;
    transform:rotate(270deg);
}

.department-business .feature-list2-wpr div span{
    background-color:#dee8f4;
}
.department-business .feature-list2-wpr div span:after{
    border:1px solid #86b1d8;
}
.department-global .feature-list2-wpr div span{
    background-color:#e8f3f4;
}
.department-global .feature-list2-wpr div span:after{
    border:1px solid #71bfc3;
}
.slick-dots{
    width:100%;
    text-align:center;
}
.slick-dots li button{
	position:absolute;
    width:0.5em;
    height:0.5em;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:rgb(150,150,150);
    border-radius:100%;
    transition-duration:0.3s;
    color:transparent;
}
.slick-dots li button:before{
    display:none;
}
.slick-dots li{
    display:inline-block;
	position:relative;
	width:0.5em;
	height:0.5em;
	margin:0 2%;
}
.slick-dots li.slick-active button{
	width:0.7em;
	height:0.7em;
    background-color:rgb(50,50,50);
}