@charset "UTF-8";

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

#topmenu{
	top:30%;
	bottom:0;
    transform: translate(0, 0);
}



/*billboard ------------------------------------------------*/

.page.company #billboard{
    background-color: #3DB680;
    overflow: hidden;
    min-height: 200px;
}

.page.company #billboard .fluid {
  position: absolute;
    top: 50%;
    left: 20vw;
    transform: translate(-50%,-10%);
    z-index: -1;
  width:80vw;/*横幅*/
  height: 60vw;/*縦幅*/
  background:rgba(24,221,85,0.20);
  animation: fluidrotate_intro 60s ease 0s infinite;/*アニメーションの設定*/
}

.page.company #billboard .fluid2 {
  position: absolute;
   top: 0;
   left: 60vw;
   transform: translate(-35%,-50%);
    z-index: -1;
  width:65vw;/*横幅*/
  height: 65vw;/*縦幅*/
  background:rgba(88,234,240,0.20);
  animation: fluidrotate_intro2 45s ease 0s infinite;/*アニメーションの設定*/
}


@keyframes fluidrotate_intro {  
	  
0%, 100% {
    border-radius: 62% 38% 29% 71% / 41% 46% 54% 59%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 70% 30% 60% 40% / 41% 64% 36% 59% ;
}
42% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 53% 47% 69% 31% / 28% 64% 36% 72% ;
}
84% {
    border-radius: 53% 47% 52% 48% / 56% 50% 50% 44% ;
}
	  
}


@keyframes fluidrotate_intro2 {    
0%, 100% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 53% 47% 52% 48% / 56% 50% 50% 44% ;
}
42% {
    border-radius: 62% 38% 29% 71% / 41% 46% 54% 59%;
}
56% {
    border-radius: 70% 30% 60% 40% / 41% 64% 36% 59% ;
}
70% {
    border-radius: 53% 47% 69% 31% / 28% 64% 36% 72% ;
}
84% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}	  
}


/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
    
.page.company #billboard{
    min-height: 25vh;
}

}





/*sec_greeting ------------------------------------------------*/

.page.company .sec_greeting{
    padding: 80px 0;
}

.sec_greeting .greeting_con .text{
    margin-bottom: 40px;
}

.sec_greeting .greeting_con .text span.tr{
    display: block;
    margin: 20px 0;
    text-align: right;
}

.sec_greeting .greeting_con .ceo{
    text-align: right;
}

.sec_greeting .greeting_con .ceo .chairman{
    margin-bottom: 10px;
}


.sec_greeting .greeting_con .ceo .name{
    font-size: 24px;
}




/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
.page.company .sec_greeting{
    padding: 40px 0;
}

}





/*page_business ------------------------------------------------*/

#page_business {
    position: relative;
    padding: 80px 0;
}

#page_business h2{
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #3DB680;
}

#page_business h2 span {
    font-size: 54px;
    display: block;
}

#page_business #particles-js{ 
	position:absolute;
    top: 0;
    left: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
}

#page_business .wrapper{
	position: relative;
	z-index: 1;
	width:100%;
	height:100%;
}


#page_business .wrapper .circle_menu_con {
    position: relative;
	z-index: 1;
	width:100%;
    max-width: 1280px;
	min-height: 75vw;
    margin: 0 auto;
}

#page_business .wrapper .circle_menu {
    position: absolute;
    overflow: hidden;
    display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: center;
    
}


#page_business .wrapper .circle_menu.circle_green {
    top: 300px;
    left: calc(95% - 20vw);
    transform: translate(-50%,-50%);
    width: 40vw;
    height: 40vw;
    border-radius: 100%;
    background: rgba(23,146,80,0.80);
    animation: circle_anime 60s ease 0s infinite;
}


#page_business .wrapper .circle_menu.circle_orange {
    top: 500px;
    left: calc(50% - 17vw);
    transform: translate(-50%,-50%);
    width: 36vw;
    height: 36vw;
    border-radius: 100%;
    background: rgba(255,181,105,0.80);
    animation: circle_anime 30s ease 0s infinite;
}


#page_business .wrapper .circle_menu.circle_pink {
    top: 100px;
    left: calc(45% - 7vw);
    transform: translate(-50%,-50%);
    width: 15vw;
    height: 15vw;
    border-radius: 100%;
    background: rgba(253,195,195,0.80);
    animation: circle_anime 10s ease 0s infinite;
}


#page_business .wrapper .circle_menu.circle_blue {
    top: 800px;
    left: calc(70% - 15vw);
    transform: translate(-50%,-50%);
    width: 30vw;
    height: 30vw;
    border-radius: 100%;
    background: rgba(151,211,227,0.80);
    animation: circle_anime 45s ease 0s infinite;
}

#page_business .wrapper .circle_menu.circle_lime {
    top: 750px;
    left: calc(96% - 12vw);
    transform: translate(-50%,-50%);
    width: 24vw;
    height: 24vw;
    border-radius: 100%;
    background: rgba(179,219,132,0.80);
    animation: circle_anime 25s ease 0s infinite;
}



@keyframes circle_anime {    
0%, 100% {
    transform: translate(-52%,-50%);
}
14% {
    transform: translate(-54%,-52%);
}
28% {
    transform: translate(-50%,-50%);
}
42% {
    transform: translate(-52%,-48%);
}
56% {
    transform: translate(-58%,-51%);
}
70% {
    transform: translate(-50%,-50%);
}
84% {
    transform: translate(-56%,-54%);
}	  
}

#page_business .wrapper .circle_menu h3 {
    text-align: center;
    color: #fff;
}

.circle_menu.circle_green h3,
.circle_menu.circle_orange h3{
    font-size: 42px;
}
.circle_menu.circle_blue h3{
    font-size: 32px;
}

.circle_menu.circle_pink h3,
.circle_menu.circle_lime h3{
    font-size: 22px;
}

#page_business .wrapper .circle_menu .circle_p {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


#page_business .wrapper .circle_menu .circle_p::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 150%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    background-color: rgba(255,255,255,0.50);
    background-image: url(../../common/img/button_arrow_b.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}


#page_business .wrapper .circle_menu:hover .circle_p::after {
    opacity: 1.0;
    transition: all .3s;
}



/*========= モーダル表示のためのCSS ===============*/

/*全て共通：hideエリアをはじめは非表示*/
#page .hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
#page .modaal-close:after, 
#page .modaal-close:before{
  background:#ccc;  
}

#page .modaal-close:focus:after,
#page .modaal-close:focus:before,
#page .modaal-close:hover:after,
#page .modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#page #modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
#page .modaal-video .modaal-inner-wrapper{
  padding:0;
}

/*以下はコンテンツ内のレイアウト*/
#page .modaal-container {
    background: #179250;
}

#page .modaal-container .service_menu_con .menu_ttl{
    position: relative;
    height: 200px;
    margin-bottom: 40px;
    padding: 0 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page .modaal-container .service_menu_con .menu_ttl.ttl_mice{
    background-image: url("../../img/top_bussiness_img01.png");
    background-size: cover;
    background-position: center;
}

#page .modaal-container .service_menu_con .menu_ttl.ttl_word{
    background-image: url("../../img/top_bussiness_img02.png");
    background-size: cover;
    background-position: center;
}

#page .modaal-container .service_menu_con .menu_ttl.ttl_translator{
    background-image: url("../../img/top_bussiness_img03.png");
    background-size: cover;
    background-position: center;
}

#page .modaal-container .service_menu_con .menu_ttl.ttl_inbound{
    background-image: url("../../img/top_bussiness_img04.png");
    background-size: cover;
    background-position: center;
}

#page .modaal-container .service_menu_con .menu_ttl.ttl_ad{
    background-image: url("../../img/top_bussiness_img05.png");
    background-size: cover;
    background-position: center;
}



.service_menu_con .menu_ttl h2{
    font-size: 42px;
    margin-bottom: 10px;
}

.service_menu_con .menu_ttl p{
    font-size: 12px;
    margin-bottom: 0;
}


.service_menu_con .menu_list_con{
    display: flex;
    justify-content: space-between;
}

.service_menu_con .menu_list_con .left,
.service_menu_con .menu_list_con .right{
    width: 46%;
}


.service_menu_con .menu_list_con .menu_list_single{
    margin-bottom: 40px;
}

.service_menu_con .menu_list_con .menu_list_single h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.service_menu_con .menu_list_con .menu_list_single li{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    list-style: none;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
}

.home .service_menu_con .btn_con {
    width: 100%;
    max-width: 200px;
    margin: 0;
    text-align: center;
}


.page .service_menu_con .btn_con  .link_btn a {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    background-color: #03034C;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all .3s;
}

.page .service_menu_con .btn_con  .link_btn a:hover {
    background-color: #fff;
    color: #03034C;
    transition: all .3s;
}


.page .service_menu_con .link_btn {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    box-sizing: border-box;
}

.page .service_menu_con .link_btn a::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 40%;
    right: 20px;
    display: inline-block;
    background-image: url(../../common/img/button_arrow.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all .8s;
}

.page .service_menu_con .link_btn:hover a::after {
    right: 10px;
    background-image: url("../common/img/button_arrow_b.svg");
}




/*@media (max-width: 768px) {*/
@media (max-width: 1000px) {
    
#page_business {
    padding: 40px 0 120px;
}  
    
#page_business h2 {
    font-size: 20px;
}    
    
#page_business h2 span {
    font-size: 42px;
}    
    
#page_business .wrapper .circle_menu_con {
    min-height: 135vw;
    margin: 0 auto;
}    
    
#page_business .wrapper .circle_menu.circle_pink {
    top: 150px;
    left: calc(45% - 17vw);
    transform: translate(-50%,-50%);
    width: 40vw;
    height: 40vw;
}    
    
#page_business .wrapper .circle_menu.circle_green {
    top: 300px;
    left: calc(100% - 30vw);
    transform: translate(-50%,-50%);
    width: 60vw;
    height: 60vw;
    z-index: 10;
}    
    
#page_business .wrapper .circle_menu.circle_orange {
    top: 600px;
    left: calc(60% - 25vw);
    width: 55vw;
    height: 55vw;
}    
    
#page_business .wrapper .circle_menu.circle_blue {
    top: 900px;
    left: calc(70% - 30vw);
    width: 42vw;
    height: 42vw;
}
    
    
#page_business .wrapper .circle_menu.circle_lime {
    top: 660px;
    left: calc(100% - 20vw);
    width: 40vw;
    height: 40vw;
}    
    
#page_business .wrapper .circle_menu .circle_p {
    font-size: 12px;
}    
    
.circle_menu.circle_green h3,
.circle_menu.circle_orange h3,
.circle_menu.circle_blue h3 {
    font-size: 24px;
}     
    
    
}


@media (max-width: 480px) {
    
    
#page_business .wrapper .circle_menu_con {
    min-height: 220vw;
}

#page_business .wrapper .circle_menu.circle_pink {
    top: 800px;
    left: calc(50% - 20vw);
    transform: translate(-50%,-50%);
    width: 45vw;
    height: 45vw;
}    
    
#page_business .wrapper .circle_menu.circle_green {
    top: 120px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80vw;
    height: 80vw;
}


#page_business .wrapper .circle_menu.circle_orange {
    top: 350px;
    left: calc(100% - 30vw);
    width: 70vw;
    height: 70vw;
    z-index: 10;
}    
    
    
#page_business .wrapper .circle_menu.circle_blue {
    top: 540px;
    left: calc(70% - 30vw);
    width: 60vw;
    height: 60vw;
}
   
#page_business .wrapper .circle_menu.circle_lime {
    top: 700px;
    left: calc(100% - 25vw);
    width: 60vw;
    height: 60vw;
}    
       
    

#page_business .wrapper .circle_menu .circle_p {
    font-size: 10px;
} 
    
    
.circle_menu.circle_green h3,
.circle_menu.circle_orange h3{
    font-size: 24px;
}     

.circle_menu.circle_pink h3,
.circle_menu.circle_lime h3 {
    font-size: 18px;
}     

#page_business .wrapper .circle_menu .circle_p::after {
    height: 25px;
    width: 25px;
    background-size: 15px auto;
}    
    
    
/*=== モーダル ===*/
    
#page .modaal-content-container {
    padding: 20px;
}    
    
#page .modaal-container .service_menu_con .menu_ttl{
    height: 150px;
    margin-bottom: 20px;
    padding: 0 20px;
}   
    
.service_menu_con .menu_ttl h2 {
    font-size: 24px;
}    
    
.service_menu_con .menu_ttl p {
    font-size: 10px;
    font-weight: 500;
}    
    
    
.service_menu_con .menu_list_con {
    flex-direction: column;
}    
    
.service_menu_con .menu_list_con .left,
.service_menu_con .menu_list_con .right {
    width: 100%;
}    
    
.service_menu_con .menu_list_con .menu_list_single h3 {
    font-size: 14px;
}    
    
.service_menu_con .menu_list_con .menu_list_single li {
    font-size: 12px;
    margin-bottom: 10px;
}    
    
.page .service_menu_con .btn_con {
    width: 65%;
    max-width: inherit;
    margin: 0 ;
    text-align: center;
}  
    
    
}



/*sec_company ------------------------------------------------*/

.page.company .sec_company{
    padding: 80px 0;
}


.page.company .sec_company .move_ttl .fluid {
    background: rgba(255,241,132,0.50);
}


.sec_company .companydetail_con table{
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    border-collapse:separate;
    border-spacing: 1em 20px;
}


.sec_company .companydetail_con table th{
    width: 12em;
    vertical-align: top;
    border-bottom: 0px;
    border-right: 2px solid #3DB680;
    color: #3DB680;
}

.sec_company .companydetail_con table td{
    width: calc(100% - 13em);
    vertical-align: top;
    border-bottom: 0px;
}

.sec_company .companydetail_con table td img.text-arrow{
    width: 1.5em;
    height: auto;
    margin-left: 0.5em;
    vertical-align: middle;
}



.sec_company .companydetail_con table ul.place_list{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
}

.sec_company .companydetail_con table ul.place_list li{
    margin-left:4%;
}
.sec_company .companydetail_con table ul.place_list li:first-child{
    margin-left:0;
}

.sec_company .companydetail_con table ul.place_list li p{
    margin-bottom: 0;
}


.sec_company .companydetail_con .group_list_con{
    max-width: 100%;
    margin: 0 auto;
}

.sec_company .companydetail_con .group_list_con h3{
    text-align: center;
    color: #3DB680;
    position: relative;
    margin-bottom: 40px;
}

.sec_company .companydetail_con .group_list_con h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: calc(50% - 5em);
    height: 1px;
    background-color: #3DB680;
}
.sec_company .companydetail_con .group_list_con h3::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: calc(50% - 5em);
    height: 1px;
    background-color: #3DB680;
}


.sec_company .companydetail_con .group_list_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    list-style: none;
}

.sec_company .companydetail_con .group_list_con li{
    width: 30%;
    margin-bottom: 20px;
    text-align: center;
}

.sec_company .companydetail_con .group_list_con li a i{
    color: #3DB680;
}



/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
    
    
.page.company .sec_company{
    padding: 40px 0;
}

.sec_company .companydetail_con table{
    margin-bottom: 40px;
    font-size: 16px;
    border-collapse:separate;
    border-spacing: 1em 10px;
}


.sec_company .companydetail_con table th{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 2px solid #3DB680;
    border-right: 0px;
    color: #3DB680;
    margin-bottom: 10px;
}

.sec_company .companydetail_con table td{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 0px;
    padding: 0;
    font-size: 14px;
}

    
.sec_company .companydetail_con table ul.place_list{
    flex-direction: column;

}

.sec_company .companydetail_con table ul.place_list li{
    margin-left:0;
    margin-bottom: 20px;
}
   
.sec_company .companydetail_con table ul.place_list li:last-child{
    margin-bottom:0;
}

.sec_company .companydetail_con .group_list_con li{
    width: 48%;
}
    
    
    
}

@media (max-width: 480px) {
    
    

.sec_company .companydetail_con .group_list_con ul{
    flex-direction: column;
}
    
.sec_company .companydetail_con .group_list_con li{
    margin: 0 0 20px;
}
    

.sec_company .companydetail_con .group_list_con li{
    width: 100%;
}
    
    
    
}







/*sec_map ------------------------------------------------*/

.page.company .sec_map{
    padding: 80px 0 160px;
}


.sec_map .map_con {
    display: flex;
    justify-content: space-between;
}

.sec_map .map_con .place {
  position: relative;
  width: 48%;
}

.sec_map .map_con .place .map_wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.sec_map .map_con .place iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.sec_map .map_con .place .adrress_con {
    position: relative;
}

.sec_map .map_con .place .adrress_con .adrress {
    margin-top: 20px;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}



/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
    
.page.company .sec_map{
    padding: 40px 0 80px;
}



.sec_map .map_con {
    flex-direction: column;
}

.sec_map .map_con .place {
  width: 100%;
    margin-bottom: 40px;
}
    
.sec_map .map_con .place .adrress_con .adrress {
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    white-space: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}    
    
    
}









