
@charset "utf-8";




/* =============================================================  Reset and Utility.css  */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;vertical-align: baseline;box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
caption, th{text-align: left;}
img {vertical-align: middle; max-width:100%;}
*:focus {outline: none !important;}
table.table {border-collapse: separate;border-spacing: 0;}

.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
* html .clearfix {
    height: 1px;
    height: auto;
    overflow: hidden;
}
.both{clear:both;}

::selection {
    background:#ededed; /* Safari */
}

::-moz-selection {
    background:#ededed; /* Firefox */
}

/* =============================================================  HTML,Body,Anchor*/


html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	margin:0px auto 0px auto;
	letter-spacing: 1.2px;

}


@media screen and (min-width : 979px){
html{ font-size : 100%;}
}


.pcOnly {
	display: block;
}


.spOnly {
	display: none;
}






html {
overflow-x: hidden;
overflow-y: scroll;
}



body{
	width: 100%;
	margin:0px auto 0px auto;

}




/****************************************************************************************
/* リンク設定
****************************************************************************************/

figure a{color:#666666;text-decoration:none;}
figure a:hover{color:#4fa417;}
figure a:active, a:focus {outline:0;}


a{
text-decoration:none;
}
a:hover{
}
a:active, a:focus {outline:0;}

a { text-decoration: none; }






/****************************************************************************************
/* トップページ設定
****************************************************************************************/






.obi {
	position: absolute;
	top: 0%;
	left: 0;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 100px; 
	z-index: 1000;
	background-color: #2B3447;
	animation-name: anime1;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	text-align: center;
}

@keyframes anime1 {
  0% {
    width: 0px;
  }

  100% {
    width: 250px;
    background-color: #2B3447;
  }
}




.menu_area {
	position: absolute;
	top: 5px;
	right: 80px;
	z-index: 10;

}



.link_section li {
	margin-top: 4px;

	text-align: center;
	float: left;
	border-left:1px solid #ffffff;

}



.link_section li:last-child{
	float:left;
	text-align:center;
	border-right:1px solid #ffffff;

}


.link_section li a {
	font-weight: 900;
	font-size: 90%;
	color: #ffffff;
	line-height:100%;
	padding-left: 20px;
	padding-right: 20px;
	text-shadow:1px 1px 10px #000000;


}




.link_section {
	opacity: 0;
	animation-name: anime4;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
	margin-top: 20px;
	margin-right: 20px;
}


@keyframes anime4 {
  0% {
    transform: translateY(-64px);
  }

  100% {
    transform: translateY(0);
  opacity: 1;

  }
}


.link_section a{
  position: relative;
  display: inline-block;
  transition: .3s;
	font-size: 90%;
	color: #ffffff;
	margin-bottom: 5px;
}

.link_section a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: .3s;
  transform: translateX(-50%);
}

.link_section a:hover::after{
	width: 75%;

}

.link_section span.on{
	border-bottom: 1px solid #ffffff;
}



.link_section2 {

	opacity: 0;
	animation-name: anime4;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
	margin-top: 0px;
	margin-right: 0px;
}


@keyframes anime4 {
  0% {
    transform: translateY(-64px);
  }

  100% {
    transform: translateY(0);
  opacity: 1;

  }
}



/****************************************************************************************
/* アニメーション5（フェードライト）
****************************************************************************************/





.an5-faderight {
	margin-top:18px;
	width: 200px;
	animation-name: faderight;
	animation-duration: 1.0s;
	animation-delay: 1.5s;
	opacity: 0;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
@keyframes faderight {
0% {
	opacity: 0;
	transform: translateX(-150px);
}
100% {
	opacity: 1;
	transform: translateX(25px);
}
}



.an5-faderight2 {
	width: 120px;
	animation-name: faderight2;
	animation-duration: 0.5s;
	animation-delay: 1.0s;
	opacity: 0;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}
@keyframes faderight2 {
0% {
	opacity: 0;
	transform: translateX(-120px);
}
100% {
	opacity: 1;
	transform: translateX(15px);
}
}



/******************************************************************************
/* サブページトップ設定
******************************************************************************/


.middle_menu2_image{
	position: relative;
	width:100%;
	height:350px;
	margin-bottom:0px;
	z-index: 1;
}



.middle_menu2_image img {
	width:100%;
	height:350px;
	over-fit: cover;
}

.sub_page_logo {
	position: absolute;
	margin: 0 auto 0 auto;

	top: 0px;
	left: 0px;
	width: 274px;
	height: 110px;
	background-color: #2B3447;
	z-index: 1000;
}

.sub_page_logo img {
	margin-top:21px;
	margin-left:27.5px;
	width: 220px;
	height: auto;

}



/****************************************************************************************
/* ページタイトル設定
****************************************************************************************/




.obi2 {
	position: absolute;
	bottom: 0%;
	left: 5%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 50px; 
	z-index: 100;
	background-color: #ffffff;
	animation-name: anime2_1;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	text-align: center;
}

@keyframes anime2_1 {
  0% {
    width: 350px;
    height: 0px;
  }

  100% {
    width: 350px;
    height: 50px;
    background-color: #ffffff;
  }
}


.obi2_in {
	position: absolute;
	bottom: 0%;
	left: 0%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 35px; 
	z-index: 10;
	background-color: #ffffff;
	animation-name: anime2_2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	text-align: center;
}

.obi2_in img {
	width: auto;
	height: 35px;
}

@keyframes anime2_2 {
  0% {
    width: 350px;
    height: 0px;
  }

  100% {
    width: 350px;
    height: 35px;
	opacity: 1;

  }
}

.service_title01_area_in_image {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	margin: 0px auto 0;
	text-align: center;
	opacity: 0;
	width:100%;
	height: 350px;
	object-fit: cover;
	background-color: #ffffff;
	animation-name: anime3;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;

}


@keyframes anime3 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}


.sp_logo {
	position: absolute;
	z-index: 100;
	top: 13px;
	left: 10px;
	width: auto;
	height: 40px;

}



/******************************************************************************
/* コンテンツエリア設定
******************************************************************************/


.contents_area {
	position: relative;
	margin: 60px auto 100px auto;
	width: 90%;
}


.contents_area p {
	font-size: 100%;
	line-height: 1.6;

}




.contents_inner {
	margin:0px auto 0px auto;
	width:100%;

}



.contents_inner2 {
	margin:80px auto 80px auto;
	width:100%;

}

/****************************************************************************************
/* 理事長あいさつ横並び
****************************************************************************************/



.rijicyo_list {
	display: flex;

}

.rijicyo_list li:nth-child(1)  {
	width: 30%;
	padding-right: 20px;
}





.rijicyo_list li:nth-child(1) img  {
	width: 100%;
	height: auto;
}



.rijicyo_list_img {
  position: relative;
  z-index: -100;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	text-align: center;
}


.left {
	width:100%;
	display: block;
	text-align: right;
	font-size: 100%;
	line-height: 1.6;
	margin-top: 20px;
	font-weight: 700;
}


/****************************************************************************************
/* スライドショー
****************************************************************************************/

#main_image_area {
	position: relative;
	width: 100%;
	height: 100vh; /* 全画面表示 */
	z-index: 1;
	overflow: hidden;


}

.main-inner-content2 {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	margin: 0 auto 0 auto;
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	width: 100%;
	bottom: 5%;
	left: 3%;
	overflow: hidden;
}


.main-inner-content2 img {
	width: 72%;
	height:auto;
}


/* アニメーションスタートの遅延時間を決めるCSS*/

/******************************************************************************
/* アニメーション用
******************************************************************************/


#cut_in_copys {
	opacity: 0;
	animation-name: cut_in_copys;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 2.0s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}
 @keyframes cut_in_copys {
 0% {
 opacity: 0;
	transform: translateY(100px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 



#cut_in_copys2 {
	margin-top: 55vh;
	position: absolute;
	top: 0%;
	right: -40px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 3.5s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}
 @keyframes cut_in_copys2 {
 0% {
 opacity: 0;
	transform: translateY(100px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 


#cut_in_copys3 {
	margin-top: 25vh;
	position: absolute;
	top: 0%;
	right: -40px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}


.thumbnail {
	padding: 100px;
	z-index: 100;
	width: 420px;
}



.thumbnail2 {
	position: absolute;
	margin-top: 5vh;
	right: 5%;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
	width: 35%;
	height: auto;
	z-index: 1000;
}



/****************************************************************************************
/* スライドショー
****************************************************************************************/


#viewer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100vh; /* 全画面表示 */
	z-index: 1;
	overflow: hidden;
}

#viewer > img {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index:-2;
	object-fit: cover;
	object-position: 50% 0%;

}






.one_image {
animation-name:one_image;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.one_image01{
animation-delay: 0.2s;
}

.one_image02{
animation-delay: 0.4s;
}





.header {
position: absolute;
top: 0px;
right:0px;
width: 100%;
height: 150px;
z-index: 100;
    background-image: url(../images/bg_line.png);
    background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
    background-position: top;
	margin: 0px auto 0px auto;
	text-align: center;
}


.header2 {
top: 0px;
right:0px;
width: 100%;
height: 150px;
z-index: 100;
    background-image: url(../images/bg_line.png);
    background-size: contain;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
    background-position: top;
	margin: 0px auto 0px auto;
	text-align: center;
}


/******************************************************************************
/* 文字設定用
******************************************************************************/

p.bold {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #5472CD;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;

}

p.bold_red {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #AE2923;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;

}


p.bold_red2 {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #AE2923;
	margin-top: 0px;

}

/******************************************************************************
/* フォント設定用
******************************************************************************/


.en {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:20px;
color:#0E224B;
font-size:120%;
line-height:1.1;;

}

.en2 {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:50px;
color:#ffffff;
font-size:1.2rem;
}



.c-jp {
color:#555555;
font-weight:700;
display:block;
margin-bottom:10px;
font-size:160%;
line-height:1;
}



.sub_midashi {
  padding: 1px 0px 1px 7px;
  border-left: 4px solid #000;
}


/******************************************************************************
/* 下線設定用
******************************************************************************/

.under_line {
 
    background:linear-gradient(transparent 60%, #ff6 60%);
 
}


/******************************************************************************
/* コンセプト用
******************************************************************************/

.contents_header {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 150px;
	background-image: url(../images/bg01.png);
	overflow: hidden;
}



.contents_header_in {
	position: relative;
	margin: 100px auto 50px auto;
	width: 90%;
	height: 450px;

}



.contents_header .img_pic {
  position: absolute;
	width: 40%;
	top: 0px;
	right: 50px;
	z-index: 1;

}


.contents_header .img_pic img {
	width: 100%;
	height: auto;

}


.contents_header .txt p {
	line-height: 2.00;
	letter-spacing: .08em;
}

.contents_header .img_ico {
	position: absolute;
	line-height: 0;
	bottom: 34px;
	left: 50%;
	margin-left: -76px;
}



.contents_header .txt {
	background: #ffffff;
	position: absolute;
	top: 100px;
	left: 0;
	width: 80%;
	height: 380px;
}

.contents_header .txt .container {
	width: 50%;
	margin-top: 50px;
	margin-left: 60px;
}



.contents_header .txt p {
	font-size: 90%;
	margin-bottom: 35px;
}


.contents_header .container img {
	margin-top: -60px;
	width: 455px;
	height: auto;
}



.contents_header .txt p.reason_in_title01 {
	font-size: 120%;
	font-weight: 700;
}



/****************************************************************************************
/* 研修会情報
****************************************************************************************/





 .flex_news {
	margin: 0 auto 0px auto;
	width: 90%;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-top: 100px;
	margin-bottom: 150px;
 }


 .flex_news1 {
	width: 100%;
	margin-left:0%;
	margin-bottom:0px;

 }


/****************************************************************************************
/* 文字リンク
****************************************************************************************/


.textlink {
	position: relative;
	display: block;
	box-sizing:border-box;
	border-collapse:collapse;
	border-bottom: 1px solid #cccccc;

}



.textlink span {
	vertical-align: middle;

}


.textlink a {
	display: block;
	width:100%;
	position: relative;
	bottom: 0;
	right: 0;
	color: #333;
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;

}


.textlink:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 120px;
  border-bottom: 1px solid #99DCE7;
}




.textlink a:hover {
	color: #2C91A7;
}


.textlink02 a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 0;
	height: 2px;
	border-collapse:collapse;
	background-color: #2C91A7;
	transition: 1.0s;
}

.textlink02 a:hover::after {
	width: 100%;
}





.link_icon {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;

}





.link_icon2 {
	position: absolute;
	top: 40%;
	right: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;
}







.news_title {
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 35px;
}




 
.title_box {
	margin: 50px auto 0px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 13px;
}


 
.title_box2 {
	position: relative;
	margin: 0px auto 5px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 11px;
}


 
.title_box3 {
	position: relative;
	margin: 150px auto 5px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 11px;
}





.midashi_title {
	margin: 0px auto 0px auto;
	padding-left: 10px;
	padding-top: 1px;
	margin-left:5px;
	margin-top:3px;
	margin-bottom:2px;
	border-left: 5px solid #3049A3;
	font-size: 100%;
	font-weight: 700;
	text-align: left;
}

 
.midashi_title p {
	display: inline-block;
	margin-top:1px;
	font-weight: 700;
}



ul.news {
   display: flex;
}

.news li{
	display: inline-block;
	vertical-align: top;
	position: relative;

}


.news li:nth-child(1){
	font-size: 90%;
	font-weight: 700;
	margin-right: 20px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}


.news li:nth-child(2){
	font-size: 100%;
	font-weight: 700;
}







ul.news2 {
   display: flex;
}

.news2 li{
	display: inline-block;
	vertical-align: top;
	position: relative;

}


.news2 li:nth-child(1){
	font-size: 90%;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news2 li:nth-child(2){
	margin-top: -2px;
	white-space: nowrap;
}

.news2 li:nth-child(3){
	font-weight: 700;

}


ul.news3 {
   display: flex;
}

.news3 li{
	display: inline-block;
	vertical-align: top;
	position: relative;

}


.news3 li:nth-child(1){
	width: 200px;
	font-size: 100%;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news3 li:nth-child(2){
	margin-top: -2px;
	white-space: nowrap;
	font-size: 90%;

}

 
.news_blue {
	color:#AE2923;
	font-weight: 700;
}



ul.news4 {
   display: flex;
}

.news4 li{
	display: inline-block;
	vertical-align: top;
	position: relative;

}


.news4 li:nth-child(1){
	font-size: 90%;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news4 li:nth-child(2){
	width: 100px;
	margin-top: -3px;
	margin-right: 10px;
	white-space: nowrap;
}

.news4 li:nth-child(3){
	font-weight: 700;
}


/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

ul.news5 {
   display: flex;
}

.news5 li{
	vertical-align: top;
	position: relative;

}



.news5 li:nth-child(1){
	margin-top: -3px;
	white-space: nowrap;
}

.news5 li:nth-child(2){
	margin-left: 10px;
	font-weight: 700;
	white-space: nowrap;
	align-items: left;
	justify-content: left;

}



.news5 li:nth-child(3){
	font-weight: 700;
	margin-left: 10px;
	margin-right: 80px;
	align-items: left;
	justify-content: left;
}


/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/


.kakomi_maru1 {
	display: inline-block;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	color: #ffffff; /*文字色*/
	background-color: #164270; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;

	position: absolute;
	top: 51%;
	right: -18px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	}



.kakomi_maru2 {
	display: inline-block;
	font-size: 90%;
	padding-top: 6.5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 7px;

	color: #2E759A; /*文字色*/
	border: 2px solid #2E759A;
	border-radius: 20px; /*角の丸み*/ 
	font-weight: 700;
}



.kakomi_maru1_2 {
	display: inline-block;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	color: #ffffff; /*文字色*/
	background-color: #164270; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;

	position: absolute;
	top: 51%;
	right: -86px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	}


.kakomi_maru1_3 {
	display: inline-block;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	color: #ffffff; /*文字色*/
	background-color: #164270; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;

	position: absolute;
	top: 51%;
	right: -52px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	}





.kakomi_kaku1 {
	display: inline-block;
	text-align: center;
	width: 95%;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #61afd0; /*背景色*/
	font-weight: 700;

	}



.kakomi_kaku2 {
	display: inline-block;
	text-align: center;
	width: 95%;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #E8AC2D; /*背景色*/
	font-weight: 700;

	}



.kakomi_kaku3 {
	display: inline-block;
	text-align: center;
	width: 95%;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #DB818E; /*背景色*/
	font-weight: 700;

	}


.kakomi_kaku4 {
	display: inline-block;
	text-align: center;
	width: 95%;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #5472CD; /*背景色*/
	font-weight: 700;
	}


.kakomi_kaku5 {
	display: inline-block;
	text-align: center;
	width: 95%;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #AE2923; /*背景色*/
	font-weight: 700;
	}


.kakomi_kaku6 {
	display: inline-block;
	text-align: center;
	width: 90px;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #AAAAAA; /*背景色*/
	font-weight: 700;
	}


.kakomi_kaku7 {
	display: inline-block;
	text-align: center;
	width: 90px;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #AE2923; /*背景色*/
	font-weight: 700;
	}



.kakomi_kaku8 {
	display: inline-block;
	text-align: center;
	width: 90px;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	color: #ffffff; /*文字色*/
	background-color: #5472CD; /*背景色*/
	font-weight: 700;
	}

/******************************************************************************
/* フェードインアニメ用
******************************************************************************/

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
	opacity: 0;
	transform: translateX(-150px);
	transition: all 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
	}

/*下から上にフェードイン*/
.down-to-top {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s;

}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}


/******************************************************************************
/* Moreクリック
******************************************************************************/


.more {
	position:relative;
	top: 20px;
	overflow: hidden;
	text-align: right;
	z-index:10;
}

.more span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	color:#ffffff;
	font-family:"Cormorant Garamond",serif;
	font-weight:500;
	font-size:1.4rem;

}

.more span:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	color:#777777;

}

.more span:before {
    right: 100%;
}



/******************************************************************************
/* ミドルメニューエリア用
******************************************************************************/

.middle_area {
	width: 100%;
	margin: 150px auto 0px auto;
	background-color: #F9F9F9;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.middle_area a {
	text-decoration: none;
	color: #000000;
}

.middle_area_in {
	width: 90%;
	margin: 50px auto 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.middle_area_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



 
ul.middle_area_nav li {
	position: relative;
	letter-spacing:normal;
	display: block;
	width: 49%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;

}


.middle_area_nav li:nth-child(1){
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
}

.middle_area_nav li:nth-child(2){
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
}

.middle_area_nav li:nth-child(3){
	margin-top: -20px;
	border-bottom: solid 1px #E4E4E4;
}

.middle_area_nav li:nth-child(4){
	margin-top: -20px;
	border-bottom: solid 1px #E4E4E4;
}

/******************************************************************************
/* ミドルメニューエリア各バナー用
******************************************************************************/


ul.middle_area_nav_in {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}



 
ul.middle_area_nav_in li {
	width: 50%; 
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;


}

ul.middle_area_nav_in li:nth-child(1) img {
	width: 100%; 
	height: auto;

}

ul.middle_area_nav_in li:nth-child(3) img {
	width: 50px; 
	height: auto;

}

.middle_area_nav_in li:nth-child(1){
	width: 30%; 
	margin-right: 20px;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}

.middle_area_nav_in li:nth-child(2){
	width: 55%;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}


.middle_area_nav_in li:nth-child(3){
	width: 10%;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}


 
.sub_menu_midashi {
	margin: 0px auto 10px auto;
	display: inline-block;
	font-weight: 700;
	font-size: 100%;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}



.middle_area_nav_in p {
	font-weight: 400;
	font-size: 90%;
}





/******************************************************************************
/* ページタイトル
*******************************************************************************/




.page_title {
 	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 50px auto;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 120%;
	font-weight:700;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.page_title::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #1AA3B7;
}




.page_title2 {
 	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto 30px auto;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 120%;
	font-weight:700;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.page_title2::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #1AA3B7;
}



/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav2 {

	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.submenu_nav2::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

ul.submenu_nav2 li:nth-child(1) {
	letter-spacing:normal;
	display: inline-block;
	height: 400px;
	width: 100%; 
	vertical-align: top;
	text-align: center;

}

ul.submenu_nav2 li:nth-child(1) .detail_image_size {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: 50% 50%

}

ul.submenu_nav2 li:nth-child(2) {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 

}


ul.submenu_nav2 li:nth-child(2) p {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	font-size: 90%;
	margin-top: 0px;
	text-align: left;
}


ul.submenu_nav2 li {
	letter-spacing:normal;
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;

}

ul.submenu_nav2 li .detail_image_size {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: 50% 50%
}



ul.submenu_nav2 li p {
	font-size: 90%;
	margin-top: 10px;
	text-align: left;

}



ul.submenu_nav2 img {
	border-radius: 8px;

}





/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav3 {
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0px;
}


ul.submenu_nav3::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}




ul.submenu_nav3 li {
	letter-spacing:normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;

}





/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav4 {
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 20px;
}


ul.submenu_nav4::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}




ul.submenu_nav4 li {
	letter-spacing:normal;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}

ul.submenu_nav4 li .detail_image_size {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 50% 50%
}



ul.submenu_nav4 li p {
	font-size: 90%;
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
	color: #5472CD;
}



ul.submenu_nav4 img {
	border-radius: 8px;

}




/******************************************************************************
/* お知らせサブメニュー設定
*******************************************************************************/


ul.about_news {
	margin: 0 auto 50px auto;
	display:flex;
	flex-wrap: wrap;
}

ul.about_news li {
	width: 18%;
	margin-right: 10px;
}




/******************************************************************************
/* お知らせ本文設定
*******************************************************************************/


.news_comment_area {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
	line-height: 1.6;
	margin-bottom: 30px;
}

.news_comment_area p {
	font-weight: 700;
}



/******************************************************************************
/* 申し込みボタン設定
******************************************************************************/

.input_area {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 40px;
	margin-top: 30px;
	text-align: center;
}


.input_area_in {
	margin: 0 auto 0 auto;
	padding-top : 30px;
	width: 60%;
	text-align: left;
}




/******************************************************************************
/* 囲い詳細ページレイアウト
*******************************************************************************/


.input_area2 {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}


.input_area2_in {
	margin: 0 auto 0 auto;
	padding-top : 30px;
	width: 60%;
	text-align: left;
}



/******************************************************************************
/* 囲い詳細ページレイアウト
*******************************************************************************/


.input_area3 {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
}


.input_area3_in {
	margin: 0 auto 0 auto;
	padding-top : 30px;
	width: 60%;
	text-align: left;
}

/******************************************************************************
/* 申し込みボタン設定
******************************************************************************/

.input_area4 {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}



/******************************************************************************
/* サブメニュー矢印設定
******************************************************************************/


.sub_menu01 {
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:20px;
	width: 100%;
	font-size: 100%;
	color: #ffffff;
	background: #2D579D;
	font-weight: 700;
	text-align: center;
}

.sub_menu01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 15px solid #2D579D;
}

.sub_menu01 p {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
	font-weight: 900;
}



.sub_menu01_2 {
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:20px;
	width: 100%;
	color: #ffffff;
	background: #738FBD;
	font-size: 100%;
	font-weight: 700;
	z-index : 1;
	text-align: center;
}



.sub_menu01_2 p {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
	font-weight: 900;
}



.sub_menu02 {
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:20px;
	width: 100%;
	height: 60px;
	color: #ffffff;
	background: #BE0D0C;
	font-size: 100%;
	font-weight: 700;

}

.sub_menu02:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 15px solid #BE0D0C;
}

.sub_menu02 p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
	font-weight: 700;
}



.sub_menu02_1 {
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:20px;
	width: 100%;
	height: 60px;
	color: #ffffff;
	background: #E9AEAE;
	font-size: 100%;
	font-weight: 700;
	z-index : 1;
}




.sub_menu02_1 p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 90%;
	font-weight: 900;
}



/******************************************************************************
/* アップロード済みPDF
*******************************************************************************/

.upload_box {
	background: #F5F5F5;
	border 1px solid #ff8e9d;
	font-size: 90%;
	font-weight: 700;
	padding: 20px;
}







.detail_image_size {
	object-fit: cover;
	width: 100%;
	height: 200px;
	object-position: 50% 50%
}



a.order {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}


.goods {
	position: relative;
	margin-bottom: 0px;
	width:100%;
	height: 445px;
	z-index:1;

}

.goods a { display: block; }

a.goods-menu {
	width:100%;
}



.goods2 {
	position: relative;
	margin-bottom: 10px;
	width:100%;
	height: 200px;
	z-index:1;

}

.goods2 a { display: block; }



a.goods-menu2 {
	width:100%;
}




.trim {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
	margin: 0 auto;
}



.trim img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 300px;
	object-position: 50% 50%;
}

.trim:hover img {
	transform: scale(1.3);
}


.trim2 {
	overflow: hidden;
	width: 100%;
	max-height: 300px;
	margin: 0 auto;
}



.trim2 img {
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 300px;
	object-position: 50% 50%;
}





hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* 点線 */
.hr1 {
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
}




/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.contact_us_area {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding-top: 90px;
	padding-bottom: 50px;
	background-image: url(../images/contact_us.jpg);
	background-repeat:  no-repeat;
	background-position:50% 30%;
	background-size:cover;
}

.contact_us_area_in {
	width: 90%;
	margin: 0px auto 0px auto;
}


/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 50px;

}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 140%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 700;
	font-size: 90%;
}

.contact01 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.contact02 {
	font-size: 140%;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}


.contact_us_box p {
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	font-weight: 700;
}






.contact_us_box {
	position: relative;
	display:inline-block;
	border: solid 2px #000000;
	color:#000000;
	padding:10px 50px 10px 10px;
	text-align:center;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #000000 #000000;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}


.contact_us_box p {
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.contact_us_box p img {
	width: auto;
	height: 20px;
	margin-right: 10px;
}



/****************************************************************************************
/* ボックス設定
****************************************************************************************/





.osaka_box {
	background-color: #f7f7f7;
	position: relative;
	min-height: 4em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
} 

.osaka_box p.en{
	font-weight:700;
	font-size: 90%;
	padding-top: 20px;
	margin-bottom: 10px;
} 

.osaka_box p.jp {
	color: #AE2923;
	font-size: 120%;
	font-weight: 700;
	padding-bottom: 20px;
}

.osaka_box p.jp2 {
	color: #AE2923;
	font-size: 120%;
	font-weight: 700;
	padding-bottom: 20px;
}



.osaka_box:hover {
	opacity: 0.5;
}



.osaka_box::after {
	content: "";
	width: 4em;
	height: 4em;
	position: absolute;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right: 1em solid #194375;
	border-top: 1em solid transparent;
	border-left: 1em solid transparent;
	right: 0;
	bottom: 0;
}






.contact_box2 {
	background-color: #f7f7f7;
	position: relative;
	min-height: 4em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	margin-top: 30px;
	margin-bottom: 15px;
} 

.contact_box2 p.en{
	font-weight:700;
	font-size: 90%;
	padding-top: 20px;
	margin-bottom: 10px;
} 

.contact_box2 p.jp {
	color: #AE2923;
	font-size: 120%;
	font-weight: 700;
	padding-bottom: 20px;
}

.contact_box2 p.jp2 {
	color: #AE2923;
	font-size: 120%;
	font-weight: 700;
	padding-bottom: 20px;
}



.contact_box2:hover {
	opacity: 0.5;
}



.contact_box2::after {
	content: "";
	width: 4em;
	height: 4em;
	position: absolute;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right: 1em solid #194375;
	border-top: 1em solid transparent;
	border-left: 1em solid transparent;
	right: 0;
	bottom: 0;
}

/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area01{
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: flex;
	margin-bottom: 0px;
	flex-wrap: nowrap;
}


.pdf_area01 .flex-1 {
	flex: 1;
	margin-right: 20px;
}



.pdf_area01 .flex-2 {
	flex: 1;
	margin-right: 20px;

}



.pdf_area01 .flex-3 {
	flex: 1;
	margin-right: 0px;

}


/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area02{
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}


.pdf_area02 .flex-1 {
	flex: 1;
	margin-right: 20px;
}



.pdf_area02 .flex-2 {
	flex: 1;

}



/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area03{
	width: 100%;
	margin: 30px auto 0px auto;
	font-size: 100%;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}


.pdf_area03 .flex-1 {
	flex: 1;
	height: 100%;
	margin-right: 20px;
	overflow: hidden;
}


.pdf_area03 .flex-1 img {
	height: 100%;
	over-fit: cover;
}


.pdf_area03 .flex-2 {
	flex: 3;

}



/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area04 {
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: nowrap;
}


.pdf_area04 .flex-1 {
	flex: 1;
}



/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/bg02.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	background-size:cover;
}

.footer_area_in {
	width: 90%;
	margin: 0px auto 0px auto;
}




ul.footer_company {

	width:100%; 
	display: flex;


}


 
ul.footer_company li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 30px;

}

ul.footer_company img {
	width: 250px;
	height: auto;

}




ul.footer_company2 {
	margin-top: 50px;
	margin-bottom: 0px;
	width:100%; 
	display: flex;
}


 
ul.footer_company2 li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 30px;

}


ul.footer_company2 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}



ul.footer_company3 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	width:100%; 
	margin-right: 20px;

}


 
ul.footer_company3 li {
	width: 150px;
	position: relative;
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 15px;

}




ul.footer_company3 p {
	display: block;
	padding-right: 20px;
}



.footer_company3_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #2E759A;
}

.footer_company3_txt {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 90%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #2E759A;
}



ul.footer_company4 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	width:100%; 
	margin-right: 20px;

}


 
ul.footer_company4 li {
	width: 350px;
	position: relative;
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;

}

.footer_company4_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #2E759A;
}




.link_icon3 {
	position: absolute;
	top: 12px;
	right: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
}







.footer_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.footer_txt {
	font-weight: 700;
	font-size: 90%;
}




.kakomi_maru3_btn,
a.kakomi_maru3_btn,
button.kakomi_maru3_btn {
  font-size: 90%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.kakomi_maru3,a.kakomi_maru3 {
  color: #2E759A;
  background-color: #ffffff;
	border: 2px solid #2E759A;

}
.kakomi_maru3:hover,
a.kakomi_maru3:hover {
  color: #fff;
  background: #2E759A;
}

a.kakomi_maru3_r {
   border-radius: 100vh;
}





#copyright{
	font-size:60%;
	font-family:Arial, sans-serif;
	background-color:#1D222F;
	padding:12px 0;
	margin-top:0px;
	color:#fff;
	text-align: center;
}



.copyright br{
	display:none;
}





/******************************************************************************
/* コンセプト（ライトポジション）用
******************************************************************************/

.contents_header1 {
	position: relative;
	width: 90%;
	height: 500px;
	margin: 0px auto 0px auto;
}



.contents_header1 .title_menu {
	position:absolute;
	width: 60%;
	top: 10px;
	left: 0px;
	display:block;

}

.contents_header1 .img_pic {
	width:45%;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 10;
}

.contents_header1 .img_pic img {
	width:100%;
	height: auto;
}



.box {
	position: absolute;
	width: 45%;
	height: auto;
	top: 10px;
	right: 10px;
	padding: 0;
	font-weight: bold;
	border: solid 1px #dddddd;
	z-index: 10;
}





.contents_header1 .txt {
	background: #0E224B;
	position: absolute;
	top: 120px;
	left: 0;
	width: 90%;
	height: 330px;
	color: #ffffff;
}


.contents_header1 .txt:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ.png) no-repeat;

}




.contents_header1 .txt .container {
	position:absolute;
	width: 50%;
	margin-top: 40px;
	margin-left: 50px;
	display:block;

}

.contents_header1 .txt .container p {

	font-size: 100%;
	margin-bottom: 35px;
	line-height: 2.00;

}


.contents_header1 .container img {
	width: 455px;
	height: auto;

}



ol.concept  {
	list-style-type: decimal;
	padding-left: 25px;
	line-height: 1.8;

}





/********************************************************************************************************
/* サブヘッダー用
*********************************************************************************************************/

.service_title01_area {
	width: 100%;
	height:450px;
	position: relative;
	z-index: 1;
	margin: 0px auto 0;
	text-align: center;

}

.service_title01_area_in_image {
	width: 100%;
	height: 450px;
	z-index: 99;
	margin: 0px auto 0;
	text-align: center;
	object-fit: cover;


}

.top_fadein {
	display:none;
}





.service_title01_area:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	animation: main_copy_slidein2 3s cubic-bezier(0.08, 1, 0.08, 1);
	width: 100%;
	height: 100%;
	background: url(../images/main_bg2.png) no-repeat bottom right;
	background-size: 40% auto;

}






/******************************************************************************
/* 各サービス説明
*******************************************************************************/

.service_title01_area_in {
	position: relative;
	width: 100%;
	margin: 0px auto 0 auto;
	background-color: #ffffff;
	z-index: 10;


}


.service_title01_area_in2 {
	background: url(../images/main_bg2_1.png) no-repeat;
	background-size: 60% auto;
	z-index: 11;
}




.service_contents {
	margin: 0px auto 0 auto;
	width: 90%;
	z-index: 12;

}





/********************************************************************************************************
/* 各タイトル＆文章
*********************************************************************************************************/

.Headline-simple-en {
	font-weight:900;
	display: block;
	margin-bottom: 5px;
	font-size: 140%;
	color: #C51528;
	line-height: 1.4;
}



.Headline-simple-jp {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0px;
}


.under_point {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 90px;
}



.under_point:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.under_point2 {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 80px;
	margin-bottom: 90px;
}



.under_point2:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.sub-simple-jp {
	display: block;
	font-size: 95%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 20px;
}


.sub-comment-jp {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:500;
	margin-bottom: 40px;
}


.sub-simple-jp2 {
	display: block;
	font-size: 95%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0px;
}


.sub-comment-jp2 {
	display: block;
	font-size: 90%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 30px;
}

.sub-comment-jp3 {
	display: block;
	font-size: 90%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 0px;
}


.sub-simple-jp3 {
	font-weight:900;
	display: block;
	margin-bottom: 5px;
	font-size: 80%;
	color: #C51528;
	line-height: 1.4;
}

.sub-simple-jp4 {
	font-weight:900;
	display: block;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.4;
}




/********************************************************************************************************
/* 人事採用サポート悩みエリア
*********************************************************************************************************/



ul.business_box {
	margin: 50px auto 50px auto;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}


ul.business_box::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}


ul.business_box li {
	position: relative;
	width: 32%; 
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
	color: #426DB2;
	font-weight: 700;
	text-align: center;
}



ul.business_box li:before{ 
	position: absolute;
	left:0;
	top: 0;
	content: '';
	border-right:7px solid #F2F2F2;
	border-bottom:7px solid #F2F2F2;
	border-left: 7px solid #426DB2;
	border-top: 7px solid #426DB2;
	box-sizing: border-box;
}







/****************************************************************************************
/* プライバシーポリシー設定
****************************************************************************************/


.privacy_policy {
	font-size: 90%;

}

p.midashi{
	font-weight: 700;
	font-size: 110%;
	color :#003366;
	margin-top: 20px;
	margin-bottom: 20px;
}




/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 10px 5px 10px;
	border: 1px dotted #bdc3c7;
	color: #555555;
	text-align: left;
	margin: 20px auto 0px auto;

	font-size: 100%;
	line-height: 1.5;

}

.ttlTombo:before,
.ttlTombo:after,
.ttlTombo > span:before,
.ttlTombo > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo p {
	font-weight: 500;
	padding-bottom: 10px;


}

.ttlTombo p.blue {
	font-size: 120%;
	font-weight: 600;
	padding-bottom: 10px;
	color: #4BBFBF;

}

.ttlTombo p.red {
	font-size: 110%;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B3184B;

}


/********************************************************************************************************
/* 送信完了
*********************************************************************************************************/



.ttlTombo2 {
	max-width: 1200px;
	position: relative;
	display: block;
	padding: 10px 10px 5px 10px;
	border: 1px dotted #bdc3c7;
	color: #555555;
	text-align: left;
	margin: 50px auto 0px auto;

	font-size: 100%;
	line-height: 1.5;

}

.ttlTombo2:before,
.ttlTombo2:after,
.ttlTombo2 > span:before,
.ttlTombo2 > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo2:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo2:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo2 > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo2 > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo2 p {
	font-weight: 500;
	padding-bottom: 10px;


}

.ttlTombo2 p.blue {
	font-size: 110%;
	font-weight: 600;
	padding-bottom: 10px;
	color: #4BBFBF;

}

.ttlTombo2 p.red {
	font-size: 110%;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B3184B;

}


/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 200px;
	right: 10px;
	z-index:100;
}
#page-top a {
	text-decoration: none;
	width: 50px;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
}








/******************************************************************************
/* スマホ用メニュー
*******************************************************************************/


.sub_menu {

	padding-top: 130px;
	padding-bottom: 0px;


}



nav{
	display: none;
	position: absolute;
	top:0px;
	width: 100%;
	left: 0;
	padding-bottom: 50px;
	z-index: 9999999;

}
 
/*------------------------------------プルダウンの部分を記述--------------*/
 
nav ul{
	margin:30px auto 0px;
	width: 90%;
}
 
nav ul li{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
 
/*最後のメニューは下線を不要にする -------------------------------------------*/






/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;/*固定にします。*/
	top: 15px;
	right:30px;/*左端に配置*/
	z-index: 9999999;
	background-color: #5472CD;
	border-radius: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer

}



#nav_toggle div {
	position: relative;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;


}


 
#nav_toggle span {
	display: block;
	height: 3px;
	background-color: #ffffff;
	position:absolute;
	width: 50%;
	top: 30px;
	left: 11px;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 14px;
}


 
#nav_toggle p {
	display: block;
	position:absolute;
	transition: 0.5s ease-in-out;
	text-align: center;
	margin-top: 49px;
	margin-left: -4px;
	font-size: 75%;
}

nav {
	position: fixed;
	background-color: rgba(59,59,59,0.77);
	z-index: 999999;
}

 
/*-----------------------------------------------------三本ずつずらして設定*/

#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:8px;
}
#nav_toggle span:nth-child(3){
	top:16px;
}

 
/*-----------------------------開閉ボタンopen時-------*/

.open #nav_toggle span:nth-child(1) {
top: 7px;
left: 11.5px;
transform: rotate(135deg);
}
 
/* ----------------------------2本目を非表示にすることで、三本が2本になる*/

.open #nav_toggle span:nth-child(2) {
display:none;
}

.open #nav_toggle span:nth-child(3) {
top: 7px;
left: 11.5px;
transform: rotate(-135deg);
}


/******************************************************************************
/* スマホ用メニュー各ブロック
*******************************************************************************/


.homeWorkItem{text-align: center; padding: 1px;}





.homeWorkItem .line{
	display: none;
	position: absolute;
	background-color: #d9d9d9;
	transition:all 0.3s 0s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}


.homeWorkItem .line{display: block; transition:all 0.3s 0s cubic-bezier(0.215, 0.61, 0.355, 1)}

.homeWorkItem .line.line-top{top: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-left{top: 0;left: 0; height: 100%; width: 1px}
.homeWorkItem .line.line-bottom{bottom: 0;left: 0; width: 100%; height: 1px}
.homeWorkItem .line.line-right{right: 0; top: 0; height: 100%; width: 1px}

.homeWorkItem a{display:block;}
.homeWorkItem a{position:relative; box-sizing:border-box;background:none; height: 80px;}
.homeWorkItem a:hover{color: #ffd20d}
.homeWorkItem a:hover .line{background-color: #ffd20d}
.homeWorkItem a:hover .line.line-top{height: 4px}
.homeWorkItem a:hover .line.line-left{width: 4px}
.homeWorkItem a:hover .line.line-bottom{height: 4px}
.homeWorkItem a:hover .line.line-right{width: 4px}

.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 80%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}




/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	float: left;
	width: 24%;
	z-index: 1;
	margin-right: 1%;

}



nav ul li:nth-child(2) {
	float: left;
	width: 24%;
	margin-right: 1%;
}



nav ul li:nth-child(3) {
	float: left;
	width: 24%;
	margin-right: 1%;
}

nav ul li:nth-child(4) {
	float: right;
	width: 25%;

}

nav ul li:nth-child(5) {
	float: left;
	width: 49%;
}

nav ul li:nth-child(6) {
	float: right;
	width: 50%;

}

nav ul li:nth-child(7) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(8) {
	float: right;
	width: 50%;

}


nav ul li:nth-child(9) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(10) {
	float: right;
	width: 50%;

}


nav ul li:nth-child(11) {
	width: 100%;

}


/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}



/******************************************************************************
/* スマホ用メニュー各ブロックサイズ
*******************************************************************************/



nav ul li:nth-child(1) {
	float: left;
	width: 24%;
	z-index: 1;
}



nav ul li:nth-child(2) {
	float: left;
	width: 24%;
	margin-right: 1.5%;
}



nav ul li:nth-child(3) {
	float: left;
	width: 24%;
	margin-right: 1.5%;
}

nav ul li:nth-child(4) {
	float: right;
	width: 24%;

}

nav ul li:nth-child(5) {
	float: right;
	width: 49%;
}

nav ul li:nth-child(6) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(7) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(8) {
	float: right;
	width: 49%;

}


nav ul li:nth-child(9) {
	float: left;
	width: 49%;

}

nav ul li:nth-child(10) {
	float: right;
	width: 49%;

}

nav ul li:nth-child(11) {
	width: 100%;

}



/****************************************************************************************
/* お問い合わせ用エリア
****************************************************************************************/

.contents_box2 {

	width: 50%;
	z-index: 10;
	text-align: left;
	padding-right: 7%;

}

/****************************************************************************************
/* スライドショー
****************************************************************************************/

#viewer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100vh; /* 全画面表示 */
	z-index: 1;
}

#viewer > img {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index:-2;
	object-fit: cover;
	object-position: 50% 0%;

}




/******************************************************************************
/* コンセプト
*******************************************************************************/

.contents_header_in {
	position: relative;
	margin: 0px auto 0px auto;
	width: 95%;
	height: 450px;

}


.contents_header .img_pic {
	width: 45%;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 1;
}



.contents_header .txt p {
  line-height: 2.00;
  letter-spacing: .08em;
}

.contents_header .img_ico {
  position: absolute;
  line-height: 0;
  bottom: 34px;
  left: 50%;
  margin-left: -76px;
}



.contents_header .txt {
	background: #ffffff;
	position: absolute;
	top: 100px;
	left: 0;
	width: 80%;
	height: 330px;
}

.contents_header .txt .container {
	width: 58%;
	margin-top: 30px;
	margin-left: 40px;
}



.contents_header .txt p {
	font-size: 90%;
	margin-bottom: 35px;
}


.contents_header .container img {
	width: 50%;
	height: auto;
}



.contents_header1 .txt {
	background: #0E224B;
	position: absolute;
	top: 120px;
	left: 0;
	width: 90%;
	height: 330px;
	color: #ffffff;
}


.contents_header1 .txt:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 190px;
	height: 143px;
	background:url(../images/left_squ.png) no-repeat;

}




.contents_header1 .txt .container {
	position:absolute;
	width: 50%;
	margin-top: 40px;
	margin-left: 50px;
	display:block;

}

.contents_header1 .txt .container p {

	font-size: 100%;
	margin-bottom: 35px;
	line-height: 2.00;

}


.contents_header1 .container img {
	width: 455px;
	height: auto;

}


/******************************************************************************
/* フォント設定用
******************************************************************************/


.en {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:20px;
color:#0E224B;
font-size:120%;
line-height:1.1;;

}

.en2 {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:50px;
color:#ffffff;
font-size:1.2rem;
}



.c-jp {
color:#555555;
font-weight:700;
display:block;
margin-bottom:10px;
font-size:120%;
line-height:1;
}



/********************************************************************************************************
/* サブヘッダー用
*********************************************************************************************************/


.main-inner-content2 {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	margin: 0 auto 0 auto;
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	width: 100%;
	bottom: 5%;
	left: 3%;
}


.main-inner-content2 img {
	width: 65%;
	height:auto;
}


/********************************************************************************************************
/* サブヘッダー用
*********************************************************************************************************/

.service_title01_area {
	width: 100%;
	height:450px;
	position: relative;
	z-index: 1;
	margin: 0px auto 0;
	text-align: center;

}

.service_title01_area_in_image {
	width: 100%;
	height: 450px;
	z-index: 99;
	margin: 0px auto 0;
	text-align: center;
	object-fit: cover;


}

.top_fadein {
	display:none;
}





.service_title01_area:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	animation: main_copy_slidein2 3s cubic-bezier(0.08, 1, 0.08, 1);
	width: 100%;
	height: 100%;
	background: url(../images/main_bg2.png) no-repeat bottom right;
	background-size: 60% auto;

}


 @keyframes main_copy_slidein2 {
 0% {
 opacity: 0;
 transform: translate(50px, 50px);
}
 35% {
 opacity: 0;
 transform: translate(50px, 50px);
}
 100% {
 opacity: 1;
 transform: translate(0, 0);
}
}








#cut_in_copys2 {
	margin-top: 55vh;
	position: absolute;
	top: 0%;
	right: -40px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 3.0s;
	animation-fill-mode: forwards;
	z-index: 10;


}
 @keyframes cut_in_copys2 {
 0% {
 opacity: 0;
	transform: translateY(100px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 


#cut_in_copys3 {
	margin-top: 25vh;
	position: absolute;
	top: 0%;
	right: -40px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}


.thumbnail {
	padding: 100px;
	z-index: 100;
	width: 420px;
}



.thumbnail2 {
	position: absolute;
	margin-top: 5vh;
	right: 5%;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
	width: 35%;
	height: auto;
	z-index: 1000;
}


/******************************************************************************
/* 各サービス説明
*******************************************************************************/

.service_title01_area_in {
	position: relative;
	width: 100%;
	margin: 0px auto 0 auto;
	background-color: #ffffff;
	z-index: 10;


}


.service_title01_area_in2 {
	background: url(../images/main_bg2_1.png) no-repeat;
	background-size: 40% auto;
	z-index: 11;
}




.service_contents {
	margin: 0px auto 0 auto;
	width: 90%;
	z-index: 12;

}





ul.description {
	margin: 0px auto 0 auto;
	width: 100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 10px;
}




 
ul.description li:first-child {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	vertical-align: top;
}



.description_in {
	color: #555555;
	width: 100%;
	font-size: 95%;
	text-align: left;
	line-height: 1.8;
	font-weight: 500;
}


/********************************************************************************************************
/* 各タイトル＆文章
*********************************************************************************************************/

.Headline-simple-en {
	font-weight:900;
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
	color: #C51528;
	line-height: 1.4;
}



.Headline-simple-jp {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0px;
}


.under_point {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 30px;
	margin-bottom: 90px;
}



.under_point:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.under_point2 {
	width:100%;
	position: relative;
	text-align: left;
	display: block;
	margin-top: 80px;
	margin-bottom: 90px;
}



.under_point2:before {
	position: absolute;
	bottom: -10px;
	width: 50px;
	height: 4px;
	content: '';
	border-radius: 0px;
	background: #C51528;
	margin-bottom: -15px;
}



.sub-simple-jp {
	display: block;
	font-size: 95%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 20px;
}


.sub-comment-jp {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:500;
	margin-bottom: 40px;
}


.sub-simple-jp2 {
	display: block;
	font-size: 90%;
	line-height: 1.3;
	font-weight:700;
	margin-bottom: 0px;
}


.sub-comment-jp2 {
	display: block;
	font-size: 70%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 30px;
}

.sub-comment-jp3 {
	display: block;
	font-size: 80%;
	line-height: 1.7;
	font-weight:500;
	margin-bottom: 0px;
}


.sub-simple-jp3 {
	font-weight:900;
	display: block;
	margin-bottom: 5px;
	font-size: 70%;
	color: #C51528;
	line-height: 1.4;
}

.sub-simple-jp4 {
	font-weight:900;
	display: block;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 1.4;
}





/********************************************************************************************************
/* ステップボックス1
*********************************************************************************************************/



.step_left {
	float: left;
	width: 35%;
	text-align: left;
	margin-right: 3%;
}

.step_right {
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 55px;
	font-size: 85%;

}

.step_right2 {
	float: right;
	width: 62%;
	text-align: left;
	padding-top: 15px;
	font-size: 85%;

}

/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 10px 0px 10px;
	border: 1px dotted #bdc3c7;
	color: #555555;
	text-align: left;
	margin: 20px auto 0px auto;
	font-size: 90%;
	line-height: 1.5;
	word-break: break-all;

}


/******************************************************************************
/* フッター
*******************************************************************************/



.site_footer{
	width: 100%;
	background-color:#2B3447;
	margin-top: 150px;
	color: #ffffff;

}

.footer_in{
	margin:0px auto 0px auto;
	width:90%;
	font-size:100%;
	text-align:left;

}




.footer_link_wrapper{
	width: 100%;
	padding:0px 0;
	text-align:center;
}






.footer_link a,
.corporate_link a{
	text-decoration:none;
}




.footer_in_left{
	float:left;
	width:50%;
	margin:35px auto 0px auto;
	text-align:left;
	font-size: 80%;
	color: #ffffff;

}

.footer_in_left p {
	margin-bottom: 5px;
	font-size:90%;
	color: #ffffff;
}

.footer_in_left p.title {
	font-size:105%;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer_in_left img {
	width: 50%;
	height: auto;
	margin-bottom: 15px;
}


.footer_in_right {
	float: right;
	position: relative;
	width:246px;
	height: 250px;
	margin:0px 0px 0px 0px;
	vertical-align: bottom;
}


.footer_in_right_box {
	position: absolute;
	top: -60px;
	right: 0;
	width:350px;
	height: 255px;
	padding: 30px;
	margin:0px 0px 0px 0px;
	background-color:#5579B2;

}

.footer_in_right_box p {
	margin-bottom: 5px;
	display: block;
}

.footer_in_right_box a {
	font-size: 90%;
	color: #ffffff;

}



.footer_in_right_box2 {
	position: absolute;
	top: 120px;
	right: -50px;
	width:100px;
	height: 100px;
	padding: 30px;
	margin:0px 0px 0px 0px;
	background-color:#8EA5CB;
	z-index: 10;
}




.footer_in_right_box3 {
	position: absolute;
	top: 0px;
	right: 0;
	width:500px;
	height: 260px;
	padding: 30px;
	margin:0px 0px 0px 0px;
	background-color:#8F9193;

}

#bottom_menu {
	margin-bottom: 60px;
}


#bottom_menu a{
	position: relative;
	display: inline-block;
	transition: .3s;
	font-size: 70%;
	color: #ffffff;
	margin-bottom: 6px;
}

#bottom_menu a::after {
	position: absolute;
	bottom: -3px;
	left: 12px;
	content: '';
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: .3s;
	transform: translateX(0%);
}

#bottom_menu a:hover::after{
	width: 94%;
}


.footer_in_right_box4 {
	position: absolute;
	top: 150px;
	right: -50px;
	width:100px;
	height: 100px;
	padding: 30px;
	margin:0px 0px 0px 0px;
	background-color:#A9AAAA;
	z-index: 10;
}











.corporate_link{
	position:relative;
	top:-10px;
	padding-left:40px;
	font-size:85%;
}




#copyright{
	font-size:60%;
	font-family:Arial, sans-serif;
	background-color:#1D222F;
	padding:12px 0;
	margin-top:0px;
	color:#fff;
	text-align: center;
}



.copyright br{
	display:none;
}




}


/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}




/****************************************************************************************
/* トップページ設定
****************************************************************************************/



.contents_area {
	font-size: 90%;
	line-height: 1.6;

}





/*開閉ボタンの作り方 ------------------------------------------------*/

#nav_toggle {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;/*固定にします。*/
	top: 10px;
	right:10px;/*左端に配置*/
	z-index: 9999999;
	background-color: #5472CD;
	border-radius: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer

}



.sub_menu {

	padding-top: 80px;
	padding-bottom: 0px;


}



.homeWorkItem .menutitle{
	position: absolute;
	width:100%;
	top: 50%;
	transform : translateY(-50%);
	font-size: 70%;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-decoration: none;

}






.main-inner-content2 {
	position: absolute; /* if position is not set, the script will set it to 'relative'. */
	margin: 0 auto 0 auto;
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	width: 100%;
	bottom: 13%;
	left: 3%;
}


.main-inner-content2 img {
	width: 95%;
	height:auto;
}







.obi {
	position: absolute;
	top: 0%;
	left: 0;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 70px; 
	z-index: 100000;
	background-color: #2B3447;
	animation-name: anime1;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	text-align: center;
}

@keyframes anime1 {
  0% {
    width: 0px;
  }

  100% {
    width: 150px;
    background-color: #2B3447;
  }
}


.obi img{

    width: 130px;
	height: auto;
	margin-top: -5px;
	margin-left:-100px;

}





#cut_in_copys {
	opacity: 0;
	animation-name: cut_in_copys;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 2.0s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow:hidden;

}
 @keyframes cut_in_copys {
 0% {
 opacity: 0;
	transform: translateY(100px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 




#cut_in_copys2 {
	margin-top: 45vh;
	position: absolute;
	top: 0%;
	right: 10px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 4.0s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow:hidden;

}
 @keyframes cut_in_copys2 {
 0% {
 opacity: 0;
	transform: translateY(100px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 


#cut_in_copys3 {
	margin-top: 25vh;
	position: absolute;
	top: 0%;
	right: 10px;
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 3.0s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow:hidden;

}


.thumbnail {
	padding: 20px;
	z-index: 100;
	width: 180px;
	overflow: hidden;
}



.thumbnail2 {
	position: absolute;
	margin-top: 5vh;
	right: 5%;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
	width: 35%;
	height: auto;
	z-index: 1000;
}



/****************************************************************************************
/* ロゴ
****************************************************************************************/

.middle_menu2_image{
	position: relative;
	width:100%;
	height:200px;
	margin-bottom:0px;
	z-index: 1;
}



.middle_menu2_image img {
	width:100%;
	height:200px;
	over-fit: cover;
}


.sub_page_logo {
	position: absolute;
	margin: 0 auto 0 auto;

	top: 0px;
	left: 0px;
	width: 150px;
	height: 70px;
	background-color: #2B3447;
	z-index: 1000;
}

.sub_page_logo img {
	margin-top: 15px;
	margin-left: 10px;
	width: 130px;
	height: auto;

}


/****************************************************************************************
/* ページタイトル設定
****************************************************************************************/




.obi2 {
	position: absolute;
	bottom: 0%;
	left: 5%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 30px; 
	z-index: 100;
	background-color: #ffffff;
	animation-name: anime2_1;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
	text-align: center;
}

@keyframes anime2_1 {
  0% {
    width: 90%;
    height: 0px;
  }

  100% {
    width: 90%;
    height: 30px;
    background-color: #ffffff;
  }
}


.obi2_in {
	position: absolute;
	bottom: 0%;
	left: 0%;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 30px; 
	z-index: 10;
	background-color: #ffffff;
	animation-name: anime2_2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	text-align: center;
}

.obi2_in img {
	margin-top: 10px;
	width: auto;
	height: 25px;
}

@keyframes anime2_2 {
  0% {
    width: 350px;
    height: 0px;
  }

  100% {
    width: 350px;
    height: 30px;
	opacity: 1;

  }
}


/****************************************************************************************
/* コンテンツエリア
****************************************************************************************/





.main_image img {
	margin: 0px auto 0 auto;
	width: 100%;
	height: 250px;
	object-fit: cover;
	z-index: 0;

}


.contents_box {
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	text-align: left;
	padding: 15px;
	background-color: #ffffff;
	z-index: 0;

}

.contents_box2 {
	position: relative;
	top: 0px;
	right: 0;
	width: 93%;
	text-align: left;
	padding: 15px;
	background-color: #ffffff;
	z-index: 0;

}


.contents_box_in {
	margin-top: 30px;
	width: 100%;
	text-align: left;
	font-size: 90%;
}

.contents_box_in p {
	margin-bottom: 3px;

}

.title_header {
	width:95%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	font-size: 110%;
	color: #101010;
	line-height:100%;
	letter-spacing: 2px;
	margin-bottom: 10px;
}




/******************************************************************************
/* コンセプト用
******************************************************************************/

.contents_header {
	width: 90%;
	height: auto;
	margin: 0px auto 0px auto;
	background: #ffffff;

}



.contents_header .container {
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
}



.contents_header .container img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}



.contents_header .img_pic {
	position: absolute;
	width: 100%;
	top: 100px;
	right: 0;
	left: 0%;
	z-index: 0;
}


.contents_header .img_pic img{
	width: 100%;
	height: auto;
}


.contents_header .txt {
	background: #ffffff;
	position: absolute;
	top: 380px;
	left: 0;
	width: 100%;
	height: 320px;
	font-size: 90%;

}

.contents_header .txt_right {
	background: #ffffff;
	position: absolute;
	top: 380px;
	left: 0;
	width: 100%;
	height: 320px;
	font-size: 90%;

}

.contents_header .txt .container {
	width: 100%;
	margin-top: -0px;
	margin-left: 0px;

}


.contents_header .txt p {

  line-height: 1.50;
  letter-spacing: .08em;
}

.contents_header .img_ico {
  position: absolute;
  line-height: 0;
  bottom: 34px;
  left: 50%;
  margin-left: -76px;
}



.contents_header .txt p {

  margin-bottom: 25px;
}






.contents_header .txt p {
	font-size: 80%;
	margin-bottom: 0px;
}


.contents_header .container img {
	margin-top: -60px;
	width: 455px;
	height: auto;
}



.contents_header .txt p.reason_in_title01 {
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 20px;
}



/******************************************************************************
/* フォント設定用
******************************************************************************/





.sub_midashi {
  padding: 1px 0px 1px 7px;
  border-left: 4px solid #000;
}


/******************************************************************************
/* 文字設定用
******************************************************************************/

p.bold {
	display: inline-block;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 700;
	color: #5472CD;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;

}

/******************************************************************************
/* フォント設定用
******************************************************************************/


.en {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:10px;
color:#0E224B;
font-size:120%;
line-height:1.1;;

}

.en2 {
font-family:"Cormorant Garamond",serif;
font-weight:400;
letter-spacing:-0.01em;
display:block;
margin-bottom:50px;
color:#ffffff;
font-size:1.2rem;
}



.c-jp {
color:#555555;
font-weight:700;
display:block;
margin-bottom:10px;
font-size:100%;
line-height:1;
}



.sub_midashi {
  padding: 1px 0px 1px 7px;
  border-left: 4px solid #000;
}



/******************************************************************************
/* バナーエリア用
******************************************************************************/

.banner_area {
	width: 90%;
	margin: 0px auto 0px auto;
	margin-top: 20px;
	margin-bottom: -80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner_area2 {
	width: 100%;
	margin: 0px auto 0px auto;
	margin-top: -40px;
	margin-bottom: -80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.banner_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.banner_nav::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

 
ul.banner_nav li {
	letter-spacing:normal;
	display: inline-block;
	width: 100%; 
	vertical-align: top;
	text-align: center;
	margin-bottom: 20px;

}

ul.banner_nav li img {
	width: 100%; 
	height: auto;

}



/******************************************************************************
/* コンセプト（ライトポジション）用
******************************************************************************/

.contents_header1 {
	width: 100%;
	margin: 0px auto 0px auto;
}



.contents_header1 .title_menu {
	width: 100%;
	display:block;

}

.contents_header1 .img_pic {
	width:100%;
	z-index: 10;
	margin-bottom: 100px;
}

.contents_header1 .img_pic img {
	width:100%;
	height: auto;
}



.box {
	display: none;
}





.contents_header1 .txt {
	background: #0E224B;
	margin: -50px auto 0 auto;
	width: 100%;
	height: 300px;
	color: #ffffff;
	text-align: center;
}


.contents_header1 .txt:before{
	position:absolute;
	top: 0;
	left : 0;
	content:"";
	display:inline-block;
	width: 90%;
	height: 143px;
	background:url(../images/left_squ.png) no-repeat;

}




.contents_header1 .txt .container {
	width: 95%;
	padding-left: 5%;
	margin: 30px auto 0 auto;
	display:block;
	text-align: left;

}

.contents_header1 .txt .container p {

	font-size: 100%;
	margin-bottom: 0px;
	line-height: 2.00;

}


.contents_header1 .container img {
	width: 455px;
	height: auto;

}



ol.concept  {
	list-style-type: decimal;
	padding-left: 25px;
	line-height: 1.8;

}

/******************************************************************************
/* Moreクリック
******************************************************************************/


.more {
	position:relative;
	top: 20px;
	overflow: hidden;
	text-align: right;
	z-index:10;
}

.more span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	color:#ffffff;
	font-family:"Cormorant Garamond",serif;
	font-weight:500;
	font-size:1.2rem;

}

.more span:before {
	border-top: 1px solid;
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	color:#777777;

}

.more span:before {
    right: 100%;
}



/******************************************************************************
/* コンセプト（レフトポジション）用
******************************************************************************/

.contents_header2 {
	position: relative;
	width: 90%;
	margin: 0px auto -220px auto;
}




.contents_header2 .title_menu_right {
	position:absolute;
	width: 60%;
	top: 10px;
	right: 0px;
	display:block;
	text-align: right;
}

.contents_header2 .img_pic_right {
	width:45%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
}




.contents_header2 .img_pic img {
	width:100%;
	height: auto;
}





.contents_header2 .txt_right {
	background: #f5f5f5;
	position: absolute;
	top: 150px;
	right: 0;
	width: 100%;
	height: 230px;
	color: #000000;
	text-align: center;
}


.contents_header2 .txt_right:after{
	position:absolute;
	bottom: 0px;
	right: 0px;
	content:"";
	width: 190px;
	height: 143px;
	background:url(../images/right_squ.png) no-repeat;
	z-index: 1;

}




.contents_header2 .txt_right .container {
	margin: 0 auto 0 auto;
	position:absolute;
	width: 90%;
	top: 20px;
	right: 0px;
	left: 0px;
	display:block;
	z-index: 10;
	text-align: left;
	font-size: 80%;
}



.contents_header2 .txt_right .container p {
	font-family:"Noto Serif JP",serif;
	font-size: 100%;
	margin-bottom: 15px;
	line-height: 2.00;

}


.contents_header2 .container img {
	width: 455px;
	height: auto;

}

.box_right {
	position: absolute;
	width: 45%;
	height: auto;
	top: 10px;
	left: 10px;
	padding: 0;
	z-index: 10;
}



/******************************************************************************
/* コンセプト（レフトポジション）用
******************************************************************************/

.contents_header3 {
	position: relative;
	width: 90%;
	margin: 60px auto -200px auto;
}




.contents_header3 .title_menu_right {
	position:absolute;
	width: 60%;
	top: 10px;
	right: 0px;
	display:block;
	text-align: right;
}

.contents_header3 .img_pic_right {
	width:45%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
}




.contents_header3 .img_pic img {
	width:100%;
	height: auto;
}





.contents_header3 .txt_right {
	background: #f5f5f5;
	position: absolute;
	top: 150px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	color: #000000;
	text-align: center;

}


.contents_header3 .txt_right:after{
	position:absolute;
	bottom: 0px;
	right: 0px;
	content:"";
	width: 190px;
	height: 143px;
	background:url(../images/right_squ.png) no-repeat;
	z-index: 1;

}




.contents_header3 .txt_right .container {
	margin: 0 auto 0 auto;
	position:absolute;
	width: 90%;
	top: 40px;
	right: 0px;
	left: 0px;
	display:block;
	z-index: 10;
	font-size: 80%;
	text-align: left;

}



.contents_header3 .txt_right .container p {
	font-family:"Noto Serif JP",serif;
	font-size: 100%;
	margin-bottom: 15px;
	line-height: 2.00;

}


.contents_header3 .container img {
	width: 455px;
	height: auto;

}

.box_right {
	position: absolute;
	width: 45%;
	height: auto;
	top: 10px;
	left: 10px;
	padding: 0;
	z-index: 10;
}


/****************************************************************************************
/* ニュースタイトル設定
****************************************************************************************/

.news_title {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 35px;
}



ul.news {
	display: block;
	margin-right: 60px;
}

.news li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 90%;

}


.news li:nth-child(1){
	font-size: 90%;
	font-weight: 700;
	margin-right: 20px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news li:nth-child(2){
	font-weight: 700;
}



news2 ul {
	width: 200px;
	display: block;
	margin-right: 160px;
	flex-wrap: wrap;


}

.news2 li{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;

}


.news2 li:nth-child(1){
	font-size: 90%;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news2 li:nth-child(2){
	margin-top: -2px;
	white-space: nowrap;
}





.news3 ul {
	display: flex;
	flex-wrap: wrap;
}

.news3 li{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;

}

.news3 li:nth-child(1){
	margin-bottom: 10px;
}




ul.news4 {
	display: block;
	margin-right: 60px;
}

.news4 li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 90%;

}


.news4 li:nth-child(1){
	font-size: 80%;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 5px;
	color: #5579B2;
	white-space: nowrap;
}

.news4 li:nth-child(2){
	width: 80px;
	margin-top: -3px;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 80%;
}

.news4 li:nth-child(3){
	margin-top: 10px;
	font-weight: 700;
}



/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/

ul.news5 {
	display: block;
}

.news5 li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 90%;

}



.news5 li:nth-child(1){
	width: 100px;
	margin-top: -3px;
	margin-right: 10px;
	white-space: nowrap;
}

.news5 li:nth-child(2){
	margin-top: 10px;
	font-weight: 700;
	margin-right: 60px;
	white-space: wrap;
}

.news5 li:nth-child(3){
	display: block;
	font-weight: 700;
	white-space: wrap;
	margin-top: 10px;
	margin-right: 60px;
}








.title_box2 {
	position: relative;
	margin: -50px auto 5px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 11px;
}


 
.title_box3 {
	position: relative;
	margin: 50px auto 5px auto;
	display:block;
	box-sizing:border-box;
	border: solid 1px #3049A3;
	width:100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 11px;
}




/****************************************************************************************
/* 研修会情報
****************************************************************************************/





 .flex_news {
	margin: 0 auto -50px auto;
	width: 90%;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-top: 100px;
	margin-bottom: 50px;
 }


 .flex_news1 {
	width: 100%;
	margin-left:0%;
	margin-bottom:0px;

 }




/******************************************************************************
/* ミドルメニューエリア用
******************************************************************************/

.middle_area {
	width: 100%;
	margin: 50px auto 0px auto;
	background-color: #F9F9F9;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.middle_area a {
	text-decoration: none;
	color: #000000;
}

.middle_area_in {
	width: 90%;
	margin: 0px auto 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.middle_area_nav {
	margin-top: 0px;
	margin-bottom: 0px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



 
ul.middle_area_nav li {
	position: relative;
	letter-spacing:normal;
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 20px;

}


.middle_area_nav li:nth-child(1){
	border-top: solid 0px #E4E4E4;
	border-bottom: solid 0px #E4E4E4;
}

.middle_area_nav li:nth-child(2){
	margin-top: 0px;
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #E4E4E4;
}

.middle_area_nav li:nth-child(3){
	margin-top: 0px;
	border-bottom: solid 1px #E4E4E4;
}

.middle_area_nav li:nth-child(4){
	margin-top: 0px;
	border-bottom: solid 1px #E4E4E4;
}

/******************************************************************************
/* ミドルメニューエリア各バナー用
******************************************************************************/


ul.middle_area_nav_in {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}



 
ul.middle_area_nav_in li {
	width: 50%; 
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;


}

ul.middle_area_nav_in li:nth-child(1) img {
	width: 100%; 
	height: auto;

}

ul.middle_area_nav_in li:nth-child(3) img {
	width: 50px; 
	height: auto;

}

.middle_area_nav_in li:nth-child(1){
	width: 30%; 
	margin-right: 20px;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}

.middle_area_nav_in li:nth-child(2){
	width: 55%;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}


.middle_area_nav_in li:nth-child(3){
	width: 10%;
	border-top: solid 0px #3049A3;
	border-bottom: solid 0px #3049A3;
}


 
.sub_menu_midashi {
	margin: 0px auto 10px auto;
	display: inline-block;
	font-weight: 700;
	font-size: 100%;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}



.middle_area_nav_in p {
	font-weight: 400;
	font-size: 90%;
}




/******************************************************************************
/* ページタイトル
*******************************************************************************/




.page_title {
 	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0px auto 30px auto;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 100%;
	font-weight:700;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.page_title::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #1AA3B7;
}




.page_title2 {
 	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto 30px auto;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 100%;
	font-weight:700;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.page_title2::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #1AA3B7;
}


/****************************************************************************************
/* 理事長あいさつ横並び
****************************************************************************************/



.rijicyo_list {
	display: flex;
	flex-wrap: wrap;

}

.rijicyo_list li:nth-child(1)  {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
}





.rijicyo_list li:nth-child(1) img  {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 0% 0%
}



.rijicyo_list_img {
  position: relative;
  z-index: -100;
	width: 100%;
	height: auto;
	margin: 0px auto 0;
	text-align: center;
}


.left {
	width:100%;
	display: block;
	text-align: right;
	line-height: 1.6;
	margin-top: 20px;
	font-weight: 700;
}




/******************************************************************************
/* ノベルティ詳細ページ写真レイアウト
*******************************************************************************/

ul.submenu_nav4 {
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 20px;
}


ul.submenu_nav4::after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}




ul.submenu_nav4 li {
	letter-spacing:normal;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;

}

ul.submenu_nav4 li .detail_image_size {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: 50% 50%
}



ul.submenu_nav4 li p {
	font-size: 90%;
	margin-top: -50px;
	text-align: center;
	font-weight: 700;
	color: #5472CD;
}



ul.submenu_nav4 img {
	border-radius: 8px;

}


/****************************************************************************************
/* ボックス設定
****************************************************************************************/



.osaka_box {
	background-color: #f7f7f7;
	position: relative;
	min-height: 4em;
	text-align: center;
	text-decoration: none;
	transition: .3s;

} 

.osaka_box p.en{
	font-weight:700;
	font-size: 90%;
	padding-top: 20px;
	margin-bottom: 10px;
} 

.osaka_box p.jp{
	color: #AE2923;
	font-size: 100%;
	font-weight: 700;
	padding-bottom: 20px;


} 
.osaka_box:hover {
	opacity: 0.5;
}



.osaka_box::after {
	content: "";
	width: 4em;
	height: 4em;
	position: absolute;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right: 1em solid #194375;
	border-top: 1em solid transparent;
	border-left: 1em solid transparent;
	right: 0;
	bottom: 0;
}






.contact_box2 {
	background-color: #f7f7f7;
	position: relative;
	min-height: 4em;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	margin-top: 30px;
	margin-bottom: 15px;
} 

.contact_box2 p.en{
	font-weight:700;
	font-size: 90%;
	padding-top: 20px;
	margin-bottom: 10px;
} 

.contact_box2 p.jp{
	color: #AE2923;
	font-size: 100%;
	font-weight: 700;
	padding-bottom: 20px;


} 
.contact_box2:hover {
	opacity: 0.5;
}



.contact_box2::after {
	content: "";
	width: 4em;
	height: 4em;
	position: absolute;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right: 1em solid #194375;
	border-top: 1em solid transparent;
	border-left: 1em solid transparent;
	right: 0;
	bottom: 0;
}


/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area01{
	width: 100%;
	margin: 0px auto 0px auto;
	font-size: 100%;
	display: block;
	margin-bottom: 0px;
	flex-wrap: wrap;
}


.pdf_area01 .flex-1 {
	display: block;
	margin-right: 0px;
}



.pdf_area01 .flex-2 {
	display: block;
	margin-right: 0px;

}



.pdf_area01 .flex-3 {
	display: block;
	margin-right: 0px;

}


/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area02{
	width: 100%;
	margin: 0px auto -100px auto;
	font-size: 100%;
	display: block;
	margin-bottom: 0px;
	flex-wrap: wrap;
}


.pdf_area02 .flex-1 {
	display: block;
	width: 100%;
	margin-right: 0px;
}



.pdf_area02 .flex-2 {
	display: block;
	width: 100%;

}





/******************************************************************************
/* PDFレイアウト
*******************************************************************************/




.pdf_area03{
	width: 100%;
	margin: 30px auto 0px auto;
	font-size: 100%;
	display: block;
	margin-bottom: 30px;
	flex-wrap: wrap;
}


.pdf_area03 .flex-1 {
	display: block;
	height: 100%;
	margin-right: 0px;
	overflow: hidden;
}


.pdf_area03 .flex-1 img {
	width: 100%;
	height: auto;
	over-fit: cover;
}


.pdf_area03 .flex-2 {
	display: block;


}



/******************************************************************************
/* お知らせサブメニュー設定
*******************************************************************************/


ul.about_news {
	margin: 0 auto 0px auto;
	display:flex;
	flex-wrap: nowrap;
}

ul.about_news li:nth-child(1) {
	width: 32%;
	margin-right: 2%;
}

ul.about_news li:nth-child(2) {
	width: 32%;
	margin-right: 2%;
}

ul.about_news li:nth-child(3) {
	width: 32%;
	margin-right: 0%;
}



/******************************************************************************
/* 囲い詳細ページレイアウト
*******************************************************************************/

.input_area {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}



.input_area_in {
	margin: 0 auto 0 auto;
	padding-top : 20px;
	width: 100%;
	text-align: left;
}




.input_area2 {
	box-sizing: border-box;
	border: solid 1px black;
	width: 100%;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: left;
}


.input_area2_in {
	margin: 0 auto 0 auto;
	padding-top : 20px;
	width: 100%;
	text-align: left;
}

/****************************************************************************************
/* 研修一覧ボタン設定
****************************************************************************************/

.kakomi_maru1_2 {
	display: inline-block;
	font-size: 80%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;

	color: #ffffff; /*文字色*/
	background-color: #164270; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-weight: 700;

	position: absolute;
	top: 51%;
	right: -30px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	}


/****************************************************************************************
/* プライバシーポリシー設定
****************************************************************************************/


.privacy {
	font-size: 80%;
	word-break: break-all;

}


p.midashi{
	font-weight: bold;
	font-size: 90%;
	color :#555555;
	margin-top: 10px;
	margin-bottom: 10px;
}


/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%; 
	display: flex;
	flex-wrap: wrap;
}


 
ul.contact_us li {
	width: 100%;
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 50px;
	font-size: 90%;
}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 700;
	font-size: 90%;
}

.contact01 {
	font-size: 90%;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.contact02 {
	font-size: 140%;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}


.contact_us_box p {
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	font-weight: 700;
}






.contact_us_box {
	position: relative;
	display:inline-block;
	border: solid 2px #000000;
	color:#000000;
	padding:10px 50px 10px 10px;
	text-align:center;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #000000 #000000;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}


.contact_us_box p {
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.contact_us_box p img {
	width: auto;
	height: 20px;
	margin-right: 10px;
}


/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.contact_us_area {
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding-top: 90px;
	padding-bottom: 50px;
	background-image: url(../images/contact_us.jpg);
	background-repeat:  no-repeat;
	background-position:90% 0%;
	background-size:cover;
}

.contact_us_area_in {
	width: 90%;
	margin: 0px auto 0px auto;
}


/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 10px 0px 10px;
	border: 1px dotted #bdc3c7;
	color: #555555;
	text-align: left;
	margin: 20px auto 0px auto;
	font-size: 90%;
	line-height: 1.5;
	word-break: break-all;

}



/********************************************************************************************************
/* 送信完了
*********************************************************************************************************/



.ttlTombo2 {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 10px 5px 15px;
	border: 1px dotted #bdc3c7;
	color: #555555;
	text-align: left;
	margin: 30px auto 30px auto;

	font-size: 80%;
	line-height: 1.5;

}




.ttlTombo2 p {
	font-weight: 500;
	padding-bottom: 10px;


}


.ttlTombo2 p.red {
	font-size: 110%;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B3184B;

}


/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index:100;
}




/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/bg02.png);
	background-repeat:  no-repeat;
	background-position:50% 0%;
	background-size:cover;
}

.footer_area_in {
	width: 90%;
	margin: 0px auto 0px auto;
}




ul.footer_company {

	width:100%; 
	display: flex;
	flex-wrap: wrap;


}


 
ul.footer_company li {
	width: 100%;
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 30px;

}

ul.footer_company img {
	width: 250px;
	height: auto;

}




ul.footer_company2 {
	display: none;
}


 
ul.footer_company2 li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 30px;

}


ul.footer_company2 li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}



ul.footer_company3 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	width:100%; 
	margin-right: 20px;

}


 
ul.footer_company3 li {
	width: 150px;
	position: relative;
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 15px;

}




ul.footer_company3 p {
	display: block;
	padding-right: 20px;
}



.footer_company3_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #2E759A;
}

.footer_company3_txt {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 90%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #2E759A;
}



ul.footer_company4 {
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	width:100%; 
	margin-right: 20px;

}


 
ul.footer_company4 li {
	width: 350px;
	position: relative;
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;

}

.footer_company4_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #2E759A;
}




.link_icon3 {
	position: absolute;
	top: 12px;
	right: 0%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
}







.footer_midashi {
	margin: 0px auto 10px auto;
	font-weight: 700;
	font-size: 100%;
	display: inline-block;
	border-bottom: solid 1px #3049A3;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


.footer_txt {
	font-weight: 700;
	font-size: 90%;
}




.kakomi_maru3_btn,
a.kakomi_maru3_btn,
button.kakomi_maru3_btn {
  font-size: 90%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.kakomi_maru3,a.kakomi_maru3 {
  color: #2E759A;
  background-color: #ffffff;
	border: 2px solid #2E759A;

}
.kakomi_maru3:hover,
a.kakomi_maru3:hover {
  color: #fff;
  background: #2E759A;
}

a.kakomi_maru3_r {
   border-radius: 100vh;
}





#copyright{
	font-size:60%;
	font-family:Arial, sans-serif;
	background-color:#1D222F;
	padding:12px 0;
	margin-top:0px;
	color:#fff;
	text-align: center;
}



.copyright br{
	display:none;
}





}