@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url("https://use.typekit.net/bkr7uez.css");
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family: 'Noto Sans JP', termina, sans-serif;
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}

*:focus {
  outline: none;
}


a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
cursor:pointer;
}


ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */



#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

canvas{
		position:absolute;
		position:fixed;
		z-index:-1;
}

.contents{
	width:100%;
	position:relative;
	
}


header{
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: 15px 0;
	overflow: auto;
	
}



header .logo{
	display: block;
	float: left;
	margin: 0 0 24px 20px;
}

header .hcopy{
	display: block;
	float: right;
	padding: 0;
	margin: 20px 40px 0 0;
	font-size: 16px;
	color: #CA5F4C;
	font-family: termina, sans-serif;
	font-weight: 500;
	line-height: 1.4em;
}

.bold{
	font-weight: 600;
}


header .menucont{
	clear: both;
	width: 100%;
	margin: 15px 0 20px;
	padding: 15px 0;
	background: #CA5F4C;
	overflow: auto;
}
	
header .menu{
	font-family: termina, sans-serif;
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	color:#ffffff;
}




.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}


.mainimg{
	width: 100%;
	position: relative;
	overflow: auto;
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}

.mainimg .inner{
	position: relative;
	display: block;
}

.mimg{
	width: 70%;
	margin: 0 0 0 30%;
	display: block;
	position: relative;
}

.mcopy{
	display: block;
	position: absolute;
	left: 5%;
	top: 0;
	width: 35%;
}



#top_people{
	clear: both;
	position: relative;
	display: block;
	width: 1100px;
	margin: 60px auto 0 auto;
}

#top_people .title_people{
	display: block;
	width: 124px;
	margin: 0 auto 40px auto;
}


#top_people .people_cont{
	display: block;
	overflow: auto;
}

#top_people .people_cont .pl{
	display: block;
	width: 540px;
	margin: 0 40px 0 0;
	float:left;
}

#top_people .people_cont .pr{
	display: block;
	width: 520px;
	margin: 0 0 0 0;
	float:left;
}

#top_people .people_cont .pr h2{
	font-family: termina, sans-serif;
	font-size:50px;
	font-weight: 400;
	line-height: 1.1em;
	padding: 0;
	margin: 10px 0 20px 0;
	color: #CA5F4C;
}

#top_people .people_cont .pr .ptxt{
	font-size:20px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #131D3A;
}


#top_message{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

#top_message .title_message{
	display: block;
	width: 150px;
	margin: 0 auto 40px auto;
}

#top_message .messagebox{
	width: 100%;
	padding: 40px 0;
	position: relative;
	overflow: auto;
	background: #CA5F4C;
}

#top_message .message_cont{
	display: block;
	overflow: auto;
	width: 800px;
	margin: 0 auto;
	
}

#top_message .message_cont .pl{
	display: block;
	float: left;
	width: 400px;
}
#top_message .message_cont .pr{
	display: block;
	float: left;
	width: 400px;
	background: #ffffff;
	height: 272px;
	border-bottom-right-radius: 120px;
}

#top_message .message_cont .pr .ptxt{
	font-size:16px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0;
	margin: 30px 0 40px 52px;
	color: #131D3A;
}

#top_message .message_cont .pr a{
	display: block;
	margin: 0 0 0 52px;
}

#top_message  .mcatch{
	position: absolute;
	top: 140px;
	left: 14%;
	mix-blend-mode: difference;
}

.pbold{
	font-weight: 600;
}

#top_people .title_service{
	display: block;
	width: 134px;
	margin: 0 auto 40px auto;
}



.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 40px 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 2514px;
	height: 64px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}



.slidebox{
	clear: both;
	margin: 0;
	background: #293088;
	width: 100%;
	position: relative;
	padding: 24px 0;
}


.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 252px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}



.news_area{
	clear: both;
	position: relative;
	display: block;
	width: 800px;
	margin: 60px auto;
	overflow: auto;
	
}

.news_title{
	display: block;
	width: 90px;
	margin:  0 auto 40px auto;
}

.news_info{
	display: block;
	width: 800px;
	margin: 0 auto;
	position: relative;
}




.news_info ul{
	display: block;
	margin: 0 0 40px 0;
}

.news_info ul li{
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	font-weight: 500;
	border: 1px solid #CA5F4C;
	overflow: auto;
	border-bottom-right-radius: 80px;
	border-top-left-radius: 80px;
}

.news_info ul li a{
	color: #131D3A;
}

.news_info ul li .nl{
	width: 399px;
	display: block;
	float: left;
	
}
.news_info ul li .nl img{
	vertical-align: top;
	width: 100%;
	height: auto;
	
}
.news_info ul li .nr{
	width: 394px;
	display: block;
	float: left;
	
}

.news_info ul li .nr .newstxt{
	font-size: 18px;
	margin: 20px 0 0 0;
	display: block;
	line-height: 1.6em;
	font-weight: 400;
}




.news_info ul li .date{
	font-family: termina, sans-serif;
	font-size: 16px;
	color:#CA5F4C;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	
}

.news_info ul li .year{

	font-size: 13px;
	color:#131D3A;
	display: inline-block;
	margin: 0 0 0 4px;
	font-weight: 600;
	
}
.news_info ul li .ntxt{

	display: block;
	margin: 0;
	font-weight: 600;
	
}

.news_info ul li .nr a{
	display: block;
	margin: 20px 0 0 20px;
}
.news_info .more_btn{
	display: block;
	width: 200px;
	margin: 0 auto;
}


.footer{
	clear: both;
	width:100%;
	text-align: center;
	padding:0;
	margin:100px 0 40px 0;
	
}

.contact_box{
	clear: both;
	width: 700px;
	margin:  0 auto;
	overflow: auto;
}

.contact_img{
	display: block;
	width: 308px;
	margin:  0 70px 0 0;
	float: left;

}

.contact_R{
	display: block;
	width: 322px;
	margin:  0 0 0 0;
	float: left;
	text-align: center;
	position: relative;
}

.contact_R .ptxt{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6em;
	color: #131D3A;
	padding: 0;
	margin: 40px 0 40px 0;
	
}

.contact_R .more_btn{
	
}

.copyright{
	display: inline-block;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#CA5F4C;
	
	
}

/*company*/

.mcopy2{
	display: block;
	position: absolute;
	left: 5%;
	top: 0;
	width: 35%;
}



.company_title{
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 0 100px 0;
	padding: 40px 0 0 0;
	
}

.compbox{
	width: 740px;
	margin: 0 auto 80px auto;
	display: block;
	
}

.company_box{
	width: 740px;
	margin: 0 auto 40px auto;
	display: block;
	
}

.cp_name{
	width: 160px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 8px 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 4px solid #CA5F4C;
	vertical-align: top;
}

.cp_info{
	width: 560px;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.8em;
}


.cp_info a {
    color:#333333;
    text-decoration:none;
    }


#top_message .message_cont2{
	display: block;
	overflow: auto;
	width: 1000px;
	margin: 0 auto;
	
}

#top_message .message_cont2 .pl{
	display: block;
	float: left;
	width: 400px;
}
#top_message .message_cont2 .pr{
	display: block;
	float: left;
	width: 600px;
	background: #ffffff;
	height: 436px;
	border-bottom-right-radius: 120px;
}

#top_message .message_cont2 .pr .prtxt{
	font-family: termina, sans-serif;
	font-size:14px;
	font-weight: 600;
	line-height: 1em;
	padding: 0;
	margin: 20px 0 8px 32px;
	color: #131D3A;
}


#top_message .message_cont2 .pr .prtxt2{
	font-family: termina, sans-serif;
	font-size:24px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 8px 32px;
	color: #CA5F4C;
}
#top_message .message_cont2 .pr .prtxt3{
	font-size:14px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0;
	margin: 0 40px 8px 32px;
	color: #131D3A;
}
#top_message .message_cont2 .pr .prtxt4{
	font-size:14px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0;
	margin: 0 50px 10px 32px;
	color: #CA5F4C;
	text-align: right;
}



/*service*/

#service_info{
	position: relative;
	clear: both;
	width: 840px;
	display: block;
	margin: 20px auto;
}

#service_info h2{
	text-align: center;
	font-size: 32px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #CA5F4C;
}

#service_info .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 20px 0;
}

#service_info img{
	display: block;
	margin: 0 0 10px 0;
	border-radius: 8px;
}

/*newsページ*/




.news_body{
	display: block;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}


.news_body .news_date{
	font-size: 14px;
	margin: 10px 0 6px 0;
	padding: 0;
	font-weight: 600;
	color: #CA5F4C;
	font-family: termina, sans-serif;
}

.news_body .news_title{
	display: block;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
	color: #131D3A;
	line-height: 1.7em;
	width: 100%;
	
}

.news_body p{
	font-size:15px;
	line-height: 2em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
}

.news_body img{
	display: block;
	margin: 20px 0 20px 0;
	border-radius: 8px;
	width: 100%;
	height: auto;
}


.backlist{
	position: relative;
	text-align: center;
}
.backlist a{
	margin: 40px 0 0 0;
	display: inline-block;
	text-align: center;
	color: #CA5F4C;
	font-family: termina, sans-serif;
	font-weight: 500;
	font-size: 18px;
}



.pagenation{
	width:100%;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
}

.page-numbers{
	font-size: 14px;
	font-family: termina, sans-serif;
	color: #CA5F4C;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 50%;/*角丸*/
	border: 1px solid #CA5F4C;
	text-align:center;
  line-height: 50px;
}

.current{
	font-size: 14px;
	font-family: termina, sans-serif;
	color: #ffffff;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 20px 0 0;
	border-radius: 50%;/*角丸*/
	border: 1px solid #CA5F4C;
	background: #CA5F4C;
	text-align:center;
  line-height: 50px;
}

.next{
	width: 100px;
	height: 50px;
	display: inline-block;
	border: 0px solid #0C3F9B;
	float: right;
}

.prev{
	width: 100px;
	height: 50px;
	display: inline-block;
	border: 0px solid #0C3F9B;
	float: left;
}


/*people*/

.news_area .title_people{
	display: block;
	width: 124px;
	margin: 0 auto 40px auto;
}

.people_sec{
	position: relative;
	display: block;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.people_sec .nl{
	width: 240px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	
}
.people_sec .nl img{
	vertical-align: top;
	
}
.people_sec .nr{
	width: 540px;
	display: block;
	float: left;
	
	margin: 0;
	padding: 0;
}

.people_sec .nr .newstxt{
	font-size: 24px;
	margin: 20px 0 0 0;
	display: block;
	line-height: 1.6em;
	font-weight: 500;
}




.people_sec .nr .date{
	font-family: termina, sans-serif;
	font-size: 20px;
	color:#CA5F4C;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	
}

.people_sec .nr .year{

	font-size: 15px;
	color:#131D3A;
	display: inline-block;
	margin: 0 0 0 4px;
	font-weight: 600;
	
}
.people_sec .nr .ntxt{

	display: block;
	margin: 0;
	font-weight: 600;
	
}



.qacont{
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
}

.qacont .qtxt{
	font-size: 22px;
	color: #CA5F4C;
	line-height: 1.6em;
	font-weight: 500;
	padding: 0;
	margin: 0 0 4px 0;
}
.qacont .atxt{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
}



/*contactページ*/

.hidden-fields-container{
	display: none;
}



.contacttitle{
	width:147px;
	margin: 0 auto;
	display: block;
}


.contact{
  width: 700px;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px auto 0 auto;
  
}

.contact h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
font-weight: 500;
  color: #DAB96E;
}
.contact .cotxt{
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 0;
  color: #716C6A;
}

.contact .contactform{
  font-size: 14px;
  width: 600px;
  display: block;
  margin: 40px auto;
  position: relative;
}

.hissu{
  color: #CA5F4C;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 4px 0 0 0;
}

input[type="submit"]{
  display: block;
  color: #ffffff;
  background: #CA5F4C;
  width: 200px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 16px;
  border: 0px solid #CA5F4C;
  border-radius: 4px;
}


.wpcf7-not-valid-tip{

   color: #f00;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 10px;
}


.spbtn{
	display: none;
}

.spmenu{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1400px) {
	
	#top_message  .mcatch{
	position: absolute;
	top: 140px;
	left: 5%;
}
	
}

@media only screen and (max-width: 800px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}

	

/* ベースレイアウト */


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}



	
	




header{
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: 15px 0;
	overflow: auto;
	
}



header .logo{
	position:relative;
	display: block;
	float: left;
	margin: 0 0 24px 4%;
	width: 34%;
}
	
	header .logo img{
		width: 100%;
		height: auto;
	}

header .hcopy{
	position:relative;
	display: block;
	float: left;
	padding: 0;
	margin: 8px 0 0 4%;
	font-size: 12px;
	color: #CA5F4C;
	font-family: termina, sans-serif;
	font-weight: 500;
	line-height: 1.2em;
}

.bold{
	font-weight: 600;
}


header .menucont{
	clear: both;
	width: 100%;
	margin: 15px 0 20px;
	padding: 15px 0;
	background: #CA5F4C;
	overflow: auto;
	display: none;
}
	
header .menu{
	font-family: termina, sans-serif;
	display: block;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	color:#ffffff;
}


.spbtn{
	position: relative;
	display: block;
		float: right;
		margin: 10px 10% 0 0;
	cursor: pointer;
	width: 10%;
		
}
	
	

	

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #CA5F4C;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 6px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

	
.spmenu{
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		position: fixed;
		top:50px;
		z-index: 9998;
		padding: 80px 0 0 0;
	}
	
	
	.spmenu a{
		display: block;
		font-family: termina, sans-serif;
	margin: 0 0 16px 0;
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		color:#CA5F4C;
		
		
		
	}
	
	.spmenu div{
	display: block;
	margin: 0 0 10px 0;
		text-align: center;
}
	

.mainimg{
	width: 100%;
	position: relative;
	overflow: auto;
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
}

.mainimg .inner{
	position: relative;
	display: block;
}

.mimg{
	width: 76%;
	margin: 0 0 0 24%;
	display: block;
	position: relative;
}

.mcopy{
	display: block;
	position: absolute;
	left: 5%;
	top: 0;
	width: 35%;
}



#top_people{
	clear: both;
	position: relative;
	display: block;
	width: 94%;
	margin: 60px auto 0 auto;
}

#top_people .title_people{
	display: block;
	width: 124px;
	margin: 0 auto 40px auto;
}


#top_people .people_cont{
	display: block;
	overflow: auto;
}

#top_people .people_cont .pl{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	float:none;
}
	
	#top_people .people_cont .pl img{
		width: 100%;
		height: auto;
	}

#top_people .people_cont .pr{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	float:none;
	
}
	
	

#top_people .people_cont .pr h2{
	font-family: termina, sans-serif;
	font-size:36px;
	font-weight: 400;
	line-height: 1.1em;
	padding: 0;
	margin: 10px 0 20px 0;
	color: #CA5F4C;
}

#top_people .people_cont .pr .ptxt{
	font-size:18px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #131D3A;
}

#top_people .people_cont .pr a{
		text-align: center;
	display: block;
	width: 200px;
	margin: 0 auto;
	}

#top_message{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 60px auto 0 auto;
	overflow: hidden;
}

#top_message .title_message{
	display: block;
	width: 150px;
	margin: 0 auto 40px auto;
}

#top_message .messagebox{
	width: 100%;
	padding: 40px 0;
	position: relative;
	overflow: auto;
	background: #CA5F4C;
}

#top_message .message_cont{
	display: block;
	overflow: auto;
	width: 90%;
	margin: 0 auto;
	
}

#top_message .message_cont .pl{
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_message .message_cont .pl img{
		width:100%;
		height: auto;
		vertical-align: bottom;
}
#top_message .message_cont .pr{
	display: block;
	float: none;
	width: 100%;
	background: #ffffff;
	height: 100%;
	border-bottom-right-radius: 120px;
	margin: 0;
	padding: 0;
	border:1px solid #ffffff;
	
}

#top_message .message_cont .pr .ptxt{
	font-size:16px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0;
	margin: 30px 5% 20px 5%;
	width: 90%;
	
	color: #131D3A;
}

#top_message .message_cont .pr a{
	display: block;
	width: 200px;
	margin: 0 auto 20px auto;
}

#top_message  .mcatch{
	position: absolute;
	top: 140px;
	left: 14%;
	mix-blend-mode: difference;
	display: none;
}

.pbold{
	font-weight: 600;
}

#top_people .title_service{
	display: block;
	width: 134px;
	margin: 0 auto 40px auto;
}



.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 2514px;
	height: 64px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}



.slidebox{
	clear: both;
	margin: 0;
	background: #293088;
	width: 100%;
	position: relative;
	padding: 24px 0;
}


.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 252px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}



.news_area{
	clear: both;
	position: relative;
	display: block;
	width: 90%;
	margin: 60px auto;
	overflow: auto;
	
}

.news_title{
	display: block;
	width: 90px;
	margin:  0 auto 40px auto;
}

.news_info{
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
}




.news_info ul{
	display: block;
	margin: 0 0 40px 0;
}

.news_info ul li{
	padding: 0 0 0 0;
	margin: 0 0 40px 0;
	font-weight: 500;
	border: 1px solid #CA5F4C;
	overflow: auto;
	border-bottom-right-radius: 80px;
	border-top-left-radius: 80px;
}

.news_info ul li a{
	color: #131D3A;
}

.news_info ul li .nl{
	width: 100%;
	display: block;
	float: none;
	
}
.news_info ul li .nl img{
	vertical-align: top;
	width: 100%;
	height: auto;
	
}
.news_info ul li .nr{
	width: 100%;
	display: block;
	float: none;
	
}

.news_info ul li .nr .newstxt{
	font-size: 18px;
	margin: 20px 0 0 0;
	display: block;
	line-height: 1.6em;
	font-weight: 400;
}




.news_info ul li .date{
	font-family: termina, sans-serif;
	font-size: 16px;
	color:#CA5F4C;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	
}

.news_info ul li .year{

	font-size: 13px;
	color:#131D3A;
	display: inline-block;
	margin: 0 0 0 4px;
	font-weight: 600;
	
}
.news_info ul li .ntxt{

	display: block;
	margin: 0;
	font-weight: 600;
	
}

.news_info ul li .nr a{
	display: block;
	margin: 20px 0 0 20px;
}
	
	.news_info ul li .nr a img{
		display: block;
		width: 156px;
		margin: 0 auto 20px auto;
	}
.news_info .more_btn{
	display: block;
	width: 200px;
	margin: 0 auto;
}


.footer{
	clear: both;
	width:90%;
	text-align: center;
	padding:0;
	margin:100px auto 40px auto;
	
}

.contact_box{
	clear: both;
	width: 100%;
	margin:  0 auto;
	overflow: auto;
}

.contact_img{
	display: block;
	width: 60%;
	margin:  0 auto 20px auto;
	float: none;

}
	
	.contact_img img{
		width: 100%;
		height: auto;
	}

.contact_R{
	display: block;
	width: 100%;
	margin:  0 0 0 0;
	float: none;
	text-align: center;
	position: relative;
}

.contact_R .ptxt{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.6em;
	color: #131D3A;
	padding: 0;
	margin: 40px 0 40px 0;
	
}

.contact_R .more_btn{
	
}

.copyright{
	display: inline-block;
	margin: 80px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#CA5F4C;
	
	
}

/*company*/

.mcopy2{
	display: block;
	position: absolute;
	left: 5%;
	top: 0;
	width: 35%;
}



.company_title{
	position: relative;
	text-align: center;
	width: 90%;
	margin: 0 auto 100px auto;
	padding: 40px 0 0 0;
	
}

.compbox{
	width: 100%;
	margin: 0 auto 80px auto;
	display: block;
	
}

.company_box{
	width: 100%;
	margin: 0 auto 40px auto;
	display: block;
	
}

.cp_name{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	text-align: center;
	font-size: 14px;
	border-bottom: 4px solid #CA5F4C;
	vertical-align: top;
}

.cp_info{
	width: 100%;
	display: block;
	text-align: none;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-size: 14px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.8em;
}

	
.cp_info a {
    color:#333333;
    text-decoration:none;
    }
	

#top_message .message_cont2{
	display: block;
	overflow: auto;
	width: 90%;
	margin: 0 auto;
	
}

#top_message .message_cont2 .pl{
	display: block;
	float: none;
	width: 100%;
}
	
	#top_message .message_cont2 .pl img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
#top_message .message_cont2 .pr{
	display: block;
	float: none;
	width: 100%;
	background: #ffffff;
	height: auto;
	border-bottom-right-radius: 80px;
	border: 1px solid #ffffff;
}

#top_message .message_cont2 .pr .prtxt{
	font-family: termina, sans-serif;
	font-size:14px;
	font-weight: 600;
	line-height: 1em;
	padding: 0;
	margin: 20px 0 8px 4%;
	color: #131D3A;
}


#top_message .message_cont2 .pr .prtxt2{
	font-family: termina, sans-serif;
	font-size:24px;
	font-weight: 500;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 8px 4%;
	color: #CA5F4C;
}
#top_message .message_cont2 .pr .prtxt3{
	font-size:15px;
	font-weight: 400;
	line-height: 1.6em;
	padding: 0;
	margin: 0 40px 8px 4%;
	color: #131D3A;
}
#top_message .message_cont2 .pr .prtxt4{
	font-size:14px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0;
	margin: 0 50px 30px 4%;
	color: #CA5F4C;
	text-align: right;
}



/*service*/

#service_info{
	position: relative;
	clear: both;
	width: 90%;
	display: block;
	margin: 20px auto;
}

#service_info h2{
	text-align: center;
	font-size: 32px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #CA5F4C;
}

#service_info .sertxt{
	font-size: 15px;
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 20px 0;
}

#service_info img{
	display: block;
	margin: 0 0 20px 0;
	border-radius: 8px;
}

/*newsページ*/




.news_body{
	display: block;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
}


.news_body .news_date{
	font-size: 14px;
	margin: 10px 0 6px 0;
	padding: 0;
	font-weight: 600;
	color: #CA5F4C;
	font-family: termina, sans-serif;
}

.news_body .news_title{
	display: block;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
	color: #131D3A;
	line-height: 1.7em;
	width: 100%;
	
}

.news_body p{
	font-size:15px;
	line-height: 2em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 400;
}

.news_body img{
	display: block;
	margin: 20px 0 20px 0;
	border-radius: 8px;
}


.backlist{
	position: relative;
	text-align: center;
}
.backlist a{
	margin: 40px 0 0 0;
	display: inline-block;
	text-align: center;
	color: #CA5F4C;
	font-family: termina, sans-serif;
	font-weight: 500;
	font-size: 18px;
}


/*people*/

.news_area .title_people{
	display: block;
	width: 124px;
	margin: 0 auto 40px auto;
}

.people_sec{
	width: 100%;
	position: relative;
	display: block;
	overflow: auto;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.people_sec .nl{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 20px 0;
	
}
.people_sec .nl img{
	vertical-align: top;
	width: 100%;
	height: auto;
	
}
.people_sec .nr{
	width: 100%;
	display: block;
	float: none;
	
	margin: 0;
	padding: 0;
}

.people_sec .nr .newstxt{
	font-size: 24px;
	margin: 20px 0 0 0;
	display: block;
	line-height: 1.6em;
	font-weight: 500;
}




.people_sec .nr .date{
	font-family: termina, sans-serif;
	font-size: 20px;
	color:#CA5F4C;
	display: inline-block;
	margin: 0;
	font-weight: 600;
	
}

.people_sec .nr .year{

	font-size: 15px;
	color:#131D3A;
	display: inline-block;
	margin: 0 0 0 4px;
	font-weight: 600;
	
}
.people_sec .nr .ntxt{

	display: block;
	margin: 0;
	font-weight: 600;
	
}



.qacont{
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
}

.qacont .qtxt{
	font-size: 22px;
	color: #CA5F4C;
	line-height: 1.6em;
	font-weight: 600;
	padding: 0;
	margin: 0 0 4px 0;
}
.qacont .atxt{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
}

/*contact*/

.contact{
  width: 90%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px auto 0 auto;
  
}


.contact .contactform{
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
}

.hissu{
  color: #CA5F4C;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 4px 0 0 0;
}

input[type="submit"]{
  display: block;
  color: #ffffff;
  background: #CA5F4C;
  width: 200px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 16px;
  border: 0px solid #CA5F4C;
  border-radius: 4px;
}






	
	
	
}