@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size:16px;
    font-family: sans-serif,'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ;
    color: #000000; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size:16px;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
}


#hpb-headerExtra1{
    width: 480px;
    float: right;
    text-align: right;
    margin-top: -12px;
}

#hpb-inner{
    clear: both;
    width: 100%;
}

#hpb-inner::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-wrapper{
    width: 100%;
}

*:first-child + html #hpb-wrapper{
    /*for IE7*/
    margin-top: 20px;
}

#hpb-title{
    position: relative;
    top: 0;
}

#hpb-main{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    float: left;
    text-align: left;
    background-color: #fff;
}

#pagetop{
    padding-bottom: 10px;
}



#hpb-header{
	width: 90%;
	padding: 0 5%;
	height: 90px;
	overflow: hidden;
    position: fixed;
    z-index: 999;
    background-color: #d9e5ec80;  
    top: 0;
}
.header-box{
	display:flex;
	width: 100%;
	margin: 0;
  flex-wrap:wrap;
  padding: 0;
}
.header-box-logo{
	width:150px;
}
.header-box-nav {
  width: auto;
  margin-left: auto; 
  display: flex;
  align-items: center; 
}
.nav-j{
  font-size: 12px;
  position: relative;
  top: -5px;
}

.header-box-menu {
  display: none;
}

.header-box-nav ul {
  display: flex;
}

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

.header-box-nav li {
  margin: 0 0 0 40px;
}

.header-box-nav a {
  text-decoration: none;
  color: #333; 
	font-size: 16px;
	font-weight: 600;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* ヘッダー領域 */

#hpb-headerLogo{
    width: 330px;
    float: left;
}

* html #hpb-headerLogo{
   /* for IE6 */
  padding-bottom: 0;
}

#hpb-headerLogo a{
  display: block;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-indent: -9999px;
  overflow: hidden;
  height: 70px;
  background-image : url(logo.png);
  background-position: top left;
  background-repeat: no-repeat;
}

* html #hpb-headerLogo a{
  /* for IE6 */
  margin-top: 0;
}

.hpb-layoutset-01 #hpb-title{
  display: block;
  width: 100%;   
  height: auto;  
}



/******************************
 * フェードイン設定
 ******************************/
.effect {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.effect-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein-right {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.effect-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein-left {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/*btn:*/
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 40px auto 0;  
  font-size: 18px;
  font-weight: 500;  
  letter-spacing: 2px;
  text-decoration: none;
  color: #1E2361;
  background-color: #fff;
  border: 2px solid #1E2361; 
  box-sizing: border-box;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .06s ease;
}

/* ホバー / フォーカス */
.btn:hover,
.btn:focus {
  background-color: #d9e5ec80;
  color: #fff;
  box-shadow: 0 6px 18px rgba(30,35,97,0.12);
  text-decoration: none;
}

.btn:focus-visible{
  outline: 3px solid rgba(30,35,97,0.15);
  outline-offset: 3px;
}

.btn:active{
  transform: translateY(1px);
}

/*btn-2*/
.btn-2{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 40px auto 0;  
  font-size: 18px;
  font-weight: 500;  
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff !important;
  background-color: #1E2361;
  border: 2px solid #1E2361; 
  box-sizing: border-box;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .06s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn-3{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  margin: 40px auto ;  
  font-size: 18px;
  font-weight: 500;  
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff !important;
  background-color: #1E2361;
  border: 2px solid #1E2361; 
  box-sizing: border-box;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .06s ease;
}


/* 横に流れるテキスト */
.bbs {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #1E2361;
}

.bbs-inner {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  display: flex;
  transform: rotate(-4.71deg); /* clip-pathの下辺と一致 */
  transform-origin: center;
}

.bbs ul {
  display: flex;
  animation: flowing 50s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none !important;
  text-decoration: none;
}

.bbs ul li {
  font-size: 45px;
  font-weight: bold;
  margin-right: 40px;
  white-space: nowrap;
  color: #fff !important;
  border-bottom-style: none;
  background-color:  rgba(255, 255, 255, 0.5);
  padding: 0 15px;
}

@keyframes flowing {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


.backbutton {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 6px 0px;
  z-index: 999;
}


/* ホバー / フォーカス */
.btn-2:hover,
.btn-2:focus ,.btn-3:hover,
.btn-3:focus {
  background-color: #d9e5ec80;
  color: #1E2361 !important;
  box-shadow: 0 6px 18px rgba(30,35,97,0.12);
  text-decoration: none;
}

.btn-2:focus-visible,.btn-3:focus-visible{
  outline: 3px solid rgba(30,35,97,0.15);
  outline-offset: 3px;
}

.btn-2:active,.btn-3:active{
  transform: translateY(1px);
}

/*top*/
h3{
  width: 100%;
  color: #333;
  font-weight: bold;
	font-size: 34px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	line-height: 1em;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0 3%;
}

.top{
	width: 100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	background-image : url(top/en.png);
  background-position: bottom center;
  background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 4em;
}

.top p{
	padding: 0;
	line-height: 2.0;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

.top-rec{
	/*position: relative;	*/
	background-color: #fff;
	color: #1E2361;
}

.top-rec-box {
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  padding: 0;
}
.top-rec-box-l{
	width: 40%;
  margin:2% 5%;
  flex-grow: 1;
}

.top-rec-box-r{
	width: 40%;
  margin:2% 5%;
  flex-grow: 1;
}

.rec-en {
	font-family: "Anton",'メイリオ' ,sans-serif;
	font-size: 33px;
  font-weight: 400;
	padding-left: 5%;
}

.rec-ja {     
	font-family: "Anton",'メイリオ' , sans-serif;
	font-size: 20px;
  font-weight: 400;
	text-align: right;
	padding: 0 5% 5% 0;
  font-weight: 600;
}

.rec-q {
	padding: 0;
	color: #1E2361;
  font-weight: 600;
}
.rec-a {
	padding: 0 0 20px;
	color: #292929;
}

.top-features{
	position: relative; 
  background: #1E2361;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  color: #fff;
  width: 100%;
  padding: 5% 0;
  top: -3px;
}

.top-features-box {
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  padding: 0;
  max-width: 1000px;
}

.top-features-box-mini {
  width: 46%;
  margin: 2%;
  padding: 30px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1E2361;
  background-color: #fff;
  border-radius: 20px;
  
}
.top-features-box-mini p{
  padding: 5%;
}
.top-features-box-mini.dummy {
  opacity: 0;
  pointer-events: none;
}

.point{
  font-size: 23px;
  font-weight: 600;
}

.top-features h3{
  width: 100%;
  color: #333;
  font-weight: bold;
	font-size: 45px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	line-height: 1em;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5% 0;
  background-image: url(top/q-2.png),url(top/q.png);
  background-repeat: no-repeat;
  background-position: top right,top left;
  background-size: 30%;
}

.top-mess{
  background-color: #d9e5ec80;
}

.chat {
  display: flex;
  flex-direction: column;
  gap: 15px; 
  max-width: 1200px;
  margin: 20px auto;
  font-family: sans-serif;padding-bottom: 5%;
}

/* Q（左寄せ） */
.chat-q {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.chat-q .bubble {
  background: #fff; 
  padding: 10px 15px;
  border-radius: 15px;
  margin-left: 10px;
  max-width: 70%;
}

/* A（右寄せ） */
.chat-a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.chat-a .bubble {
  background: #fff; 
  padding: 10px 15px;
  border-radius: 15px;
  margin-right: 10px;
  max-width: 70%;
}

.icon-a,.icon-q {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding-top: 5%;
}

.top-contact-box{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  padding: 0;
  max-width: 1280px;
}
.top-contact-box-info{
  width: 30%;
  margin: 5%;
  flex-grow: 1;
}
.top-contact-box-map{
  width: 60%;
  margin: 5% 0 0 0;
  flex-grow: 1;
}
.top-contact-box-info p{
  padding-left: 30px;
}

/*contact*/
#contact{
  max-width: 900px;
  margin:auto;
  padding: 5% 0;
}

.contact-mall{
  max-width: 680px;
  margin: 0 auto;
}

.contact-mall p{
  margin: 15px 0;
}

.h3-p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0 0 5% 0;
  position: relative;
  top: -15px;
}

.tel-icon {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-right: 0.3em;
}

#contact a{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.contact-tel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.horizontal-line {
  border-top: 2px solid #1E2361;
  max-width: 1200px;
  margin: 0;
}

.content-service{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin:0 auto;
  padding: 0;
  max-width: 1000px;
}
.content-service-l{
  width: 40%;
  margin: 5%;
  flex-grow: 1;
}
.content-service-r{
  width: 40%;
  margin: 5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.list{
  color: #1E2361;
  font-weight: 600;
}
.details{
  padding-bottom: 10px;
}

#company{
  max-width: 900px;
  margin: 0 auto;
}

#privacy{
  max-width: 900px;
  margin: 0 auto;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 1000px){

#toppage h3{
	font-size: 34px;
}

#hpb-header {
    height: 100px;
}

.header-box-menu {
  display: block;
  cursor: pointer;
  width: 40px;
  position: relative;
  top: 30px;
}

.header-box-nav ul {
  display: none;
  flex-direction: column;
  background: #fff;
  position: fixed;
  top: 79px;
  right: 0;
  width: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 999;
  margin: 0;
}

.header-box-nav ul.show {
  display: flex;
  width: 80%;
  margin-left: 20%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 75px;
}

.header-box-nav li {
  margin: 0;
  padding-bottom: 5%;
}

.nav-j{
  
}

.header-box-logo{
	width:70%;
  }

.header-box-menu img{
    width: 98%;
    margin: 1%;
}

#hpb-wrapper{
	width: 100%;
	padding-top: 100px;
}

.bbs-inner {
  transform: rotate(-6.71deg); 
}  

.top-contact-box-map{
  width: 90%;
  margin: 5%;
  order: 1;
}
.top-contact-box-info{
  width: 90%;
  margin: 5%;
  order: 2;
  background-image: url(m-logo.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-mess{
  width: 96%;
  padding: 2%;
  margin: 0;
}

#company{
  width: 90%;
  margin: 0 5%;
}

}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 780px) {

	body{
		min-width: 100%;
		background-image : none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/

    #hpb-header{
	    height: 95px;
    }
	
	#hpb-headerExtra1{
		width: 98%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

    #hpb-wrapper{
	   width: 100%;
	   padding-top: 95px;
    }
	#hpb-inner{
		width: 100%;
	}
	
	#hpb-title{
		margin-top: 0;
	}
	#hpb-main{
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		float: none;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{

	}
	#pagetop{
		padding-bottom: 0;
	}
	
	#hpb-nav{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		border-top-width: 1px;
		border-top-color: #cccccc;
		border-top-style: solid;
		border-bottom-width: 6px;
		border-bottom-color: #2a88c4;
		border-bottom-style: solid;
		background-color: #f6f6f6;
	}

  #contact,#privacy {
    width: 90%;
    margin: 0 5%;
  }

  

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー領域 */
	#hpb-headerLogo{
		max-width: 100%;
		float: none;
	}
	#hpb-headerLogo a{
	  display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background-size: contain;
		background-position: top center;
	}
	.hpb-layoutset-01 #hpb-title{
		
	}
	#toppage p.large{
		background-size: contain;
	}
	#toppage h3{
		width: 100%;
		padding: 5%;
		height: auto;
		box-sizing: border-box;
		margin: 5% 0;
		font-size: 34px;
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
		background-image : none;
		height: auto;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav ul::after{
		display: none;
	}
	#hpb-nav li{
		float: none;
		line-height: 1.4;
		padding-right: 0;
		text-align: left;
		border-top-width: 1px;
		border-top-color: #cccccc;
		border-top-style: solid;
	}
	#hpb-nav li a{
		width: 100%;
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
	}
	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav li a:hover{
		background-color: #ebebeb;
	}

	.top-rec-box-l,.top-rec-box-r,.top-features-box-mini{
	  width: 90%;
    margin:2% 5%;
  }
	
	.bbs-inner {
    transform: rotate(-14.41deg); 
    top: 33%;
  }  
  .bbs {
    height: 280px;
  }  

  .content-service-l,.content-service-{
    width: 90%;
    margin: 5%;
}

}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	.bbs-inner {
      transform: rotate(-21.71deg); 
    } 

	#toppage h3{
		font-size: 31px;
	}

  .top{
	  width: 90%;
    padding: 5%;
  }

  .top p{
	  text-align: left;
    padding-bottom: 5%;
  }

  #contact a {
    font-size: 30px;
}

  .bbs {
    height: 260px;
  }



}