/***************************************

ハートセッション CSS
2021/10/10

******************************************/

/***********************

common

**********************/


*{
box-sizing:border-box;
}

a{
text-decoration:none;
color:inherit;
}

a:hover{
opacity:0.8;
}

i{
font-style:normal;
}

li{
list-style:none;
}

html{
  height: 100%;  
  margin:0px;
  color:#353E47;
  padding:0px; 
  font-family: "kozuka-gothic-pro",sans-serif;
  font-feature-settings:'palt';
}

body{
  height: 100%;  
  margin:0px;
  color:#353E47;
  padding:0px; 
  font-family: "kozuka-gothic-pro",sans-serif;
  font-feature-settings:'palt';
  overflow-x:hidden;
}


ul{
margin:0;
padding:0;
}

/*.header{
width:1200px;
margin:0 auto;
position:relative;
}*/

#wpadminbar{
display:none;
}

.pc_content{
display:block !important;
}
.sp_content{
display:none !important;
}

/***********************************************

ふわっとあにめーしょん

************************************************/

.fadeInDown {
   -webkit-animation-fill-mode:both;
   -ms-animation-fill-mode:both;
   animation-fill-mode:both;
   -webkit-animation-duration:1s;
   -ms-animation-duration:1s;
   animation-duration:1s;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
   0% { opacity: 0; -webkit-transform: translateY(50px); }
   100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
   0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
   100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/********************************

header

***********************************/

/*scroll用*/

.scrolled{
  width:100%;
  left:0;
  top:0;
  transition:0.3s ease;
  height:60px;
  overflow:hidden;
  display:block;
}

.wrapper{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background:#6bc4d6;
}

.headerBack{
  width: 100%;
  height:95px;  
  display: block;
  background-color: white;
  border-top:3px solid #6bc4d6;
  position: fixed;
  top: 0;  
  z-index:99999;   
}

.headerMenu{
  width: 100%;
  max-width: 1200px;  
  display: flex;
}

header.headerMenu{
/*  width: 100%;  */
  max-width: 2000px;    
  position:fixed;
  top: 0;
  left:0;
  right: 0;
  overflow:hidden;
  z-index:99999; 
  background:#fff;
  height:95px;
  transition:0.3s ease;
  display: flex;
  margin: 0 auto;
  border-top:3px solid #6bc4d6;
  transition:0.3s ease;  
}



/*header.scrolled .header{
  width: 1200px;height:60px;
  padding: 10px 0px;
}

header.scrolled  nav ul li a {
  padding:25px 0px;
  min-height:inherit;
  height:60px;
}*/



h1.logo{
  font-family:"kozuka-mincho-pro";
  font-size:19px;
  margin: 0;
  padding: 5px 0 0 10px;
  flex: 2;
}

img.logo{
/*  width: 100%;*/
  max-width:220px;
}

header.scrolled  h1{
  margin-top:0;
}
header.scrolled  h1:before{
  transform:scale(0.6);
}

nav.headerMenu{
    flex: 6;
}

/*header.scrolled nav{
  position:absolute;
  right:0;
  top:0px;
}*/

ul.headerMenu{
/*  display: block;*/
/*  display:flex;*/
  justify-content:space-between;
}

li.headerMenu{
/*  flex:1;*/
/*  width:15%;*/
}

li.headerMenu:first-child{
    width: 85%;
}

/*li.headerMenu{
  position:absolute;
  right:0px;
  top: 0px;
  width:13%
  margin: 0 0 0 50px;
}
*/
a.headerMenu {
  display:block;
  padding:35px 10px;
  text-align:center;
  color:#353E47;
  font-weight:800;
  font-size:15px;
  position:relative;
  transition:0.3s ease;
  min-height:92px;
}


.tel{
  flex: 1;
  background:#6bc4d6;
  margin: 0 0 0 2%;
}

a.tel{
  display: block;  
  text-align:center;
  color:#353E47;
  font-weight:800;
  font-size:15px;
  transition:0.3s ease;
  min-height:92px;
}

a.tel:before {  
  display: block;
  padding:30px 0 30px;  
  color: #fff;
  font-size: 34px;
  content: "\f879";
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
}




/*電話マークの制御*/


a.tel:before {  
  color: #fff;
  font-size: 34px;
  content: "\f879";
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
}

header nav ul li a:hover {
  transition:0.3s ease;
  color:#fff;
  background:#77c9d5;
}

a.headerMenu i {  
  width: 100%;
  line-height: 1.15;
  text-align: center;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
}

.tel a i {  
  width: 100%;
  line-height: 1.15;
  text-align: center;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
}


/*上下移動で、英語と日本語のメニューの入れ替え*/

a.headerMenu:hover span{
  color:#fff;
}

a.headerMenu span {
  display: block;
  -webkit-transition: .5s cubic-bezier(.075,.82,.165,1);
  transition: .5s cubic-bezier(.075,.82,.165,1);
  position: relative;
}

a.headerMenu span::before {
  content: attr(data-hover);
  display: block;
  width: 100%;
  font-size:15px;
  text-align: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: absolute;
  bottom: 100%;
}

a.headerMenu:hover i span {
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}






a.hamburger_menu:hover span{
  color:#fff;
}

a.hamburger_menu span {
  display: block;
  -webkit-transition: .5s cubic-bezier(.075,.82,.165,1);
  transition: .5s cubic-bezier(.075,.82,.165,1);
  position: relative;
}

a.hamburger_menu span::before {
  content: attr(data-hover);
  display: block;
  width: 100%;
  font-size:15px;
  text-align: center;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  position: absolute;
  bottom: 100%;
}

a.hamburger_menu:hover i span {
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
}


/*ハンバーガーメニューを隠す*/

h1.hamburger_logo{
  display: none;
}

.hamburger_menu{
  display: none;
}

#hamburger_menu_icon{
  display: none;
}

#hamburger_menu_list{
  display: none;
}


/*メイン画像*/

main.topImg{
  width: 100%;
  max-height:1500px;
  margin-top:60px;  
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;  
}

p.topcopy {
    position: absolute;
    width: 700px;
    font-size:40px;    
    z-index: 99;
    top: calc(21% - 0px);
    left:50px;
}


/*出てくる時間を少しずつズラす*/

p.topcopy:nth-child(1){
  color:#fff;
  letter-spacing:2px;
  animation:top_p01 4s forwards;
/*  font-size:40px;*/
  font-weight:700;
  line-height:1.6;
  margin:15px 0px 10px;
  text-shadow:3px 3px 3px rgba(0,0,0,.3);
}

.topImage{
  position: absolute;
  top:-180px; 
  right: 0;  
  height:400px;  
}


img.topImg{
  margin:-20% 0 0;
  height:auto;
  max-width:1600px;
/*  width: 100%;*/
  overflow:hidden;
}

h2.introCopy{
  font-size:32px;
  line-height:1.6;
  text-align: center;
  margin: 35% 0 0;
}

/*.intro_copy{
  display: block;
  margin: 0 auto;
}
*/
p.introCopy{
  text-align: left;
  font-display: block;
  margin: 25px auto 0; 
  padding-left: 5%; 
  width: 80%;
  font-size: 1.2vw; 
  line-height: 150%;  
}

span.IC{
  display: inline-block;
  padding-bottom: 10px;
/*  text-indent: 1em;*/
}


@keyframes top_p01 {
0%{
opacity:0;
}
20%{
opacity:0;
}
45%{
opacity:1;
}
100%{
opacity:1;
}
}
p.topcopy:nth-of-type(2){
animation:top_p02 4s forwards;
margin:10px 0px;font-weight:600;
line-height:1.6;
padding-left:0px;font-size:24px;
}

@keyframes top_p02 {
0%{
opacity:0;
}
45%{
opacity:0;
}
70%{
opacity:1;
}
100%{
opacity:1;
}
}

p.topcopy:nth-of-type(3){
animation:top_p03 4s forwards;
margin:10px 0px;font-weight:600;
line-height:1.6;
padding-left:0px;font-size:24px;
}

@keyframes top_p03 {
0%{
opacity:0;
}
70%{
opacity:0;
}
95%{
opacity:1;
}
100%{
opacity:1;
}
}

.topcopy a{
width:320px;
display:block;
margin:40px 0px 30px 00px;
border:2px solid #000;
font-size:16px;color:#000;
text-align:center;
padding:15px;animation:top_p04 5s forwards;
background:rgba(255,255,255,.7);
}

@keyframes top_p04 {
0%{
opacity:0;
}
80%{
opacity:0;
}

100%{
opacity:1;
}
}

.ways{
  display: block;
  margin: 20px 7% 30px;  
}

ul.threeWays{

  margin: 0 auto;  
  display:flex;
}

li.threeWays{
  flex: 1;
  color: white;
  background-color: #6bc4d6;
  text-align: center;
  margin: 30px 20px;
  padding: 30px 20px;
}

a.threeWays{
  font-size: 18px;
  letter-spacing:2.2px; 
}


/*イントロ文章*/
.intro{
height:700px;

}


.intro .ib{
padding:0 0 40px;
height:100%;
}

/*h2.introCopy{
font-size:30px;
line-height:1.6;
text-align: center;
}*/

/*事業内容*/
h3.business{
position:relative;
margin:90px 0px 80px;
font-size:28px;
width:100%;
}

h3.business:before{
content:'';
height:4px;
background:;
position:absolute;
bottom:-20px;width:25%;
background:#f1f1f1;
left:0;
}

h3.business:after{
content:'';
height:4px;
background:;
position:absolute;
right:0;
bottom:-20px;width:75%;
background:#353E47;
}



/*上に上がるボタンの制御*/
.to_about{
margin:100px 0px 80px;
display:flex;
justify-content:space-between;
}



/*　フッター部分　*/

.foot{
  width: 100%;
/*  position:absolute;
  */
  margin: 0 auto;
}


footer.footerMenu{
  margin: 0;
  padding:0 0 20px;
  background:#6bc4d6;
  display:block;
}

ul.footerMenu{
  margin: 0 25%;
  display:flex;
  justify-content:center;
}

li.footerMenu{
  flex: 1;
  border-right:1px solid #fff;
  padding:0px 10px;
}

li.footerMenu:last-child {
  border:none;
}

a.footerMenu{
  color:#fff;
  font-size:12px;
  text-align:center;
  display:block;
}

p.copy{
  font-size:14px;
  color:#fff;
  text-align:center;
  margin:20px 0px 0px;
}

.fb{
  margin: 0 auto;
}


a.fb:before { 
  font-size: 1px;
  content: "\f082";
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
}


i.fa-facebook-square { 
  color: white;  
  font-size: 30px;
  display: block;
  margin: 0 auto 20px;  
  text-align: center;
}



/*aboutのページ*/


main.company{
  background-color: white; 
  width: 100%;
  max-height:auto;
  margin-top:60px;  
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;  
}


.head_img_around{
  display: block;
}

h1.company{
  display: block;
  padding-top:90px;
  width: 100%;
  height: 220px;
  text-align: center;
  color:#fff;
  letter-spacing:2px;
  font-weight:700;
  line-height:1.6;
  text-shadow:3px 3px 3px rgba(0,0,0,.3);
}


.panlist{
  display: block;
  width: 100%;
  padding:0 5%; 
  border-bottom: thin solid #ebebeb; 
}

p.pan_list{
  font-size: 90%;  
  margin: 0;
  padding:0;  
}

a.pan_list{
  display: inline-block;
  margin-right: 1%;
}

section.company{
  width: 100%;
  display: block;
/*  margin:0 auto; */  
  padding: 0 8%;
}

h2.company{
  letter-spacing:1px; 
  border-bottom: thin solid #ebebeb;  
  display: block;
  margin: 30px 0;  
}

article.profile{
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: thin solid #ebebeb;  
  margin-bottom: 40px;
}

.CEO_L{
  flex: 2;
  vertical-align: top;
  margin-right: 2%;
}

.CEO_R{
  flex: 1;
  vertical-align: top;
  margin-right: 2%;
}

p.CEO{
  display: inline-block;  
  margin: 10px 0 30px;
  padding:0 2% 0 0;
  letter-spacing:1px;  
}

b.CEO_name{
  margin: 0 10px 15px ;
  letter-spacing:1px;  
  font-size: 140%; 
}

img.CEO{
  display: inline-block;  
  width: auto;
  max-height:280px;
  vertical-align: top;
  margin-right: 2%;  
}

table.profile{
  margin: 0;
}

tr.profile{
  display: block;
  margin: 0 0 15px 0;  
}

th.profile{ 
  vertical-align: top;
}

td.profile{
  padding-left: 10px;
}

p.statement{
  margin: 0 0 20px; 
  text-indent: 1em;   
}

b.statement{
  display: block;
  margin:40px 0;  
  font-size: 105%;
}

b.sign{
  display: block;  
  margin:0 0 60px;    
}

h2.companyInfo{
  letter-spacing:1px; 
  border-top: thin solid #ebebeb;   
  border-bottom: thin solid #ebebeb;  
  display: block;
  margin: 20px 0;
  padding: 10px 0;  
}

p.companyPhilosophy{
  margin: 50px 0 100px;  
}

table.companyInfo{
  width: 100%;
}

tr.companyInfo{
  display: block;
  margin: 0 0 15px 0;   
}

th.companyInfo2{ 
  vertical-align: top;
  padding:0 140px 0 0;
  border-bottom: thin solid #6bc4d6;    
}

th.companyInfo3{ 
  vertical-align: top;
  padding:0 125px 0 0;
  border-bottom: thin solid #6bc4d6;     
  vertical-align: bottom;  
}

th.business{ 
  vertical-align: top;
  padding:0 110px 0 0;
  margin: 0;  
  border-bottom: thin solid #6bc4d6;       
}


td.companyInfo{
  width: 75%;
  border-bottom: thin solid #ebebeb;     
  padding: 0;
  margin: 0;
}

 span.companyInfo{
  display: block;
  width: 100%;  
  margin-right: 10px;
}


.map{
  margin: 30px 0 100px;
}


/*businessのページ*/

section.company{
  width: 100%;
  display: block;
/*  margin:0 auto; */  
  padding: 0 12%;
}

.ways{
  display: block;
  margin: 20px 5% 50px;  
}

.ways_BI{
  display: block;
  margin: 20px 0 0;  
}

ul.threeWays_BI{
  margin: 0 auto;  
  display:flex;
}

li.threeWays_BI{
  flex: 1;
  color: white;
  background-color: #6bc4d6;
  text-align: center;
  margin: 30px 40px 30px 0;
  padding: 30px 10px;
}

li.threeWays_BI:last-child{
  margin: 30px 0;
}

a.threeWays_BI{
  font-size: 17px;
  letter-spacing:2.2px; 
}

section.businessInfo{
  width: 80%;
  max-width:800px ;  
  margin:0 auto;   
  padding: 0;
}

h2.businessInfo{
  letter-spacing:1px; 
  border-bottom: 3px solid #6bc4d6; 
  display: block;
  margin:0 0 60px;  
  padding: 110px 0 0;
}

article.businessInfo{
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

article.businessInfo:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}

p.businessInfo{
  display: block;
  margin: 0 0 25px;  
}

ul.businessInfo{
  display: block;
  margin:50px 0;  
  font-weight: bold;    
/*  background: whitesmoke;*/
  background:#cee9f1;  
  border-radius: 5px;
  padding: 20px 1.5em;
  position: relative;  
}


li.businessInfo{
  display: block;
  margin:0 0 20px;
  background-color: white;    
  line-height: 1.5;
  padding: 0.5em 1em 0.5em 2.5em;
  border-bottom: 2px solid white;
  list-style-type: none!important;
  border-radius: 5px;   
}

li.businessInfo:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコン種類*/
  position: absolute;
  left : 2.2em; /*左端からのアイコンまで*/
  color: #6bc4d6; /*アイコン色*/
}

li.businessInfo:last-child{
  display: block;
  margin: 0;  
  border-bottom: none;/*最後の線だけ消す*/  
}


h3.businessInfo {
  display: block;
  position: relative;
  padding: 0.7rem;
  margin: 0 0 40px;
}


h3.businessInfo:before{
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6bc4d6, #6bc4d6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6bc4d6, #6bc4d6 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


h3.businessInfo:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6bc4d6, #6bc4d6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6bc4d6, #6bc4d6 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.balloon5 {
  max-width: 800px;
  width: 100%;
  margin: 1.5em 0 3.5em;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 200px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;

}

.balloon5 .chatting {
  width: 100%;
}

.faceicon_2{
  display: none;
}

.says1 {
  display: inline-block;
  position: relative; 
  margin: 10px 0 0 105px;
  padding: 15px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says2 {
  display: inline-block;
  position: relative; 
  margin: 10px 0 0 105px;
  padding: 15px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says3 {
  display: inline-block;
  position: relative; 
  margin: 10px 0 0 105px;
  padding: 15px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

p.says1{
  margin: 0;
  padding: 0;
}

p.says2{
  margin: 0;
  padding: 0;
}

p.says3{
  margin: 0;
  padding: 0;
}

.clear{
  clear:both;
}

h4.businessInfo{
  padding: 0.5em 10% 0.5em 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #cee9f1; /*背景色*/
  border-left: solid 5px #6bc4d6;/*左線（実線 太さ 色）*/
  display: inline-block;
}

p.businessInfo{
  text-indent: 1em;
}


p.business_contact{
  width: 100%;
  display: block;  
  letter-spacing:1.5px; 
  margin: 50px 0 20px;  
}

a.business_contact{
  margin: 10px 0;
  padding: 10px 3%;
  background-color:#6bc4d6;    
  color: white;  
  border-radius: 10px;
}

.businessInfo_photo{
  display: block;
  margin: 50px auto;
}

img.office_women{
  display: block;
  margin: 0 auto;  
  max-width: 400px;
  width: 100%;
}

.education_area{
  margin: 60px auto 90px;   
}

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

.education_text{
  width: 50%;
  float: left;
}

.education_photo{
  margin: auto 0 auto 5%;
  float: left;
  width: 45%;
}

img.education1{
  width: 100%;
}

.education_area2{
  margin: 60px auto 20px;   
}

.education_area3{
  margin: 0 auto 140px;   
}

/*session*/

main.session{
  background-color: white; 
  width: 100%;
  max-height:auto;
  margin:60px auto 0;  
  display: block;

  background-color: white;  
}

section.FB_enbed{
  width: 100%;
  display: block;
  margin: 0 0 50px;
}

h2.FB_enbed{
  font-size: 150%;
  display: block;  
  letter-spacing:1px; 
  border-bottom: 3px solid #6bc4d6; 
  margin: 60px 3% 80px;    
}

span.FB_enbed{
  display:inline; 
}

.FB_grid{
  margin: 0 3%;  
/*  width: 100%;  */
  display: flex;
  flex-wrap: wrap;
}

.FB_enbeded{
  width: 24%;
  height: auto;
  margin:0 1.3% 10px 0;
}


.FB_enbeded:nth-of-type(4n){
  width: 24%;
  height: auto;  
  margin:0 0 10px;
  overflow: hidden;  
}


img.FB_enbed{
  width: 100%;
/*  max-height: 200px;  */
  height: auto;
}

p.FB_date{
  font-weight: bold;
  display: block;  
  margin: 0;
  padding:3px 0 0;
}

p.FB_text{
  display: block;  
  margin: 0;
  padding:3px 0 0;
}




/*contact*/


main.contact{
  background-color: white; 
  width: 100%;
  max-height:auto;
  margin:60px auto 0;  
  display: block;
  background-color: white;  
  position: relative;
  overflow: hidden;
}

.Contact{
  width: 100%;
  display: block;
  padding-bottom: 30px 10%;

}


h2.contact{
  width: 100%;
  display: block;  
  letter-spacing:1px; 
  border-bottom: 3px solid #6bc4d6; 
  margin: 50px 8%;    
}


p.contact{
  width: 100%;
  display: block;  
  letter-spacing:1px; 
  margin: 30px 8% 60px;  
}

a.contact{
  font-size: 120%;
  margin: 20px 10%;
  padding: 20px 10%;
  background-color:#6bc4d6;    
  color: white;  
  border-radius: 20px;
}