
@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;
}


@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%;
	height: auto;
	margin:0px auto 0px auto;
	font-size: 95%;

}


/****************************************************************************************
/* ヘッダーメニュー設定
****************************************************************************************/

header {
  width: 100%;
  box-sizing: border-box;
}
header p {
  color :#134165;
}




/****************************************************************************************
/* リンク設定
****************************************************************************************/

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{
text-decoration:none;

}
a:active, a:focus {
outline:0;
text-decoration:none;
}

a { text-decoration: none; }




/****************************************************************************************
/* イメージ設定
****************************************************************************************/

.img_radius {
	border-radius: 8px;
}


/****************************************************************************************
/* メインイメージエリア
****************************************************************************************/


#viewer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100vh; /* 全画面表示 */
	z-index: -1;
	overflow:hidden;
}


.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;
}

@media screen and (max-width:1920px) {


#viewer > img {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index:-2;
	object-fit: cover;
	object-position: 100% 0%;
	overflow:hidden;
}

}

@media screen and (min-width:1920px) {

#viewer > img {
	width: 100%;
	height: auto;
	position: absolute;
	z-index:-2;
	object-fit: cover;
	object-position: 100% 0%;
	overflow:hidden;
}

}




/****************************************************************************************
/* ヘッダーエリア
****************************************************************************************/

.header{
	position: absolute;
	top: 0:
	left: 0;
	z-index: 9999999;

}


.logo_area{
	width: 350px;
	height: auto;
	background-color: rgba(255,255,255,1.0);
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.header_logo{
	width: 100%;
	height: auto;

}



/****************************************************************************************
/* コピーエリア
****************************************************************************************/

#main_image_copy {
	position: absolute;
	top: 80%;
	left: 30%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 55%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	z-index: 100;
}


#main_image_copy2 {
	position: absolute;
	top: 86%;
	left: 30%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	z-index: 100;
}


#main_image_copy3 {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	z-index: 100;
}




/* アニメーションスタートの遅延時間を決めるCSS*/

/******************************************************************************
/* アニメーション用
******************************************************************************/


#cut_in_copys {
	opacity: 0;
	animation-name: cut_in_copys;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.0s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}
 @keyframes cut_in_copys {
 0% {
 opacity: 0;
	transform: translateY(50px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 


#cut_in_copys2 {
	opacity: 0;
	animation-name: cut_in_copys2;
	animation-duration: 1.4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	z-index: 10;
	overflow: hidden;

}
 @keyframes cut_in_copys2 {
 0% {
 opacity: 0;
	transform: translateY(60px);

}

 100% {
 opacity: 1;
	transform: translateY(0);
}
} 




/******************************************************************************
/* 日本語明朝
*******************************************************************************/

.min01{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
	color: #060725;
	letter-spacing: 1.2px;

}

.min02{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	color: #060725;
	letter-spacing: 1.2px;

}

.min03{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-style: normal;
	color: #060725;
	letter-spacing: 1.2px;

}


/******************************************************************************
/* 英語フォント
*******************************************************************************/

.eng_mont01{
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1.0px;
	font-size: 110%;

}


.eng_mont02{
	font-family: "Merriweather", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	letter-spacing: 1.0px;
	font-size: 110%;

}



/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch {
	margin-top: 100px;
	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
}
.catch:after {
	border-top: 1px solid #E0DFDF;
	content: "";
	width: 100%; /* 線の長さ */
}

.catch:after {
	margin-left: 1em; /* 文字の左隣 */
}

/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch2 {
	margin-top: 60px;
	margin-bottom: 60px;

	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
}
.catch2:after {
	border-top: 1px solid #E0DFDF;
	content: "";
	width: 100%; /* 線の長さ */
}

.catch2:after {
	margin-left: 1em; /* 文字の左隣 */
}


/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch3 {
	margin-top: 150px;
	margin-bottom: 0px;

	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
}
.catch3:after {
	border-top: 1px solid #E0DFDF;
	content: "";
	width: 100%; /* 線の長さ */
}

.catch3:after {
	margin-left: 1em; /* 文字の左隣 */
}




/******************************************************************************
/* Moreクリック
******************************************************************************/


.more {
	position:relative;
	top: 10px;
	overflow: hidden;
	text-align: right;
	z-index:10;
	margin-bottom: 40px;
}

.more span {
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
	color:#000000;
	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%;
}

/***************************************************************************************
/* 文字リンク
****************************************************************************************/


.textlink {
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	display: block;
	box-sizing:border-box;
	border-collapse:collapse;
	border-bottom: 1px solid #cccccc;

}



.textlink span {
	vertical-align: middle;

}


.textlink a {
	margin: 0 auto 0 auto;
	display: block;
	width:100%;
	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: 100px;
  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: 0px;
	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: 100%;
	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;
}




 
.news_blue {
	color:#AE2923;
	font-weight: 700;
}



ul.news {
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP", serif;

}

.news li{
	display: block;
	vertical-align: top;
	position: relative;
	width: 100%;
}


.news li:nth-child(1){
	font-size: 100%;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 0px;
	color: #5579B2;
	white-space: nowrap;
}

.news li:nth-child(2){
	font-size: 100%;
	margin-top: 10px;
}





/******************************************************************************
/* 本文
*******************************************************************************/



.contents_area {
	width: 100%;
	height: auto;
	margin:0px auto 0px auto;
	background-image: url(../images/background01.png?ver-20240508); 
	background-position: 0% 0%;
	overflow:hidden;

}



.contents {
	width: 86%;
	margin: 100px auto 0px auto;

}

/******************************************************************************
/* infor本文
*******************************************************************************/




.infor_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 50px auto 0px auto;
	text-align: left;
	justify-content: space-between;
}






/******************************************************************************
/* about本文
*******************************************************************************/



.about_area {
	position: relative;
	display: flex;
	width: 100%;
	margin: 100px auto 110px auto;
	text-align: left;
	justify-content: space-between;
}


.about_area_in01 {
	display: flex;
	align-items: center;
	width: 35%;
	flex-wrap: wrap;
}

.about_area_in01 p {
	font-size: 140%;
}

.about_area_in01 span {
	margin-top: 10px;
	display: block;
	font-size: 60%;
}



.about_area_in01_1 {
	display: flex;
	align-items: center;
	width: 35%;
	flex-wrap: wrap;
	margin-left: 50px;
}

.about_area_in01_1 img {
	width: auto;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}


.about_area_in01_2 {
	display: flex;
	align-items: center;
	width: 35%;
	flex-wrap: wrap;
	margin-right: 50px;
}

.about_area_in01_2 img {
	width: auto;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}




.about_area_in02 {
	width: 65%;
}

.about_area_in02 p {
	font-size: 90%;
	line-height: 2.2;
}


.about_area_in02 p.middle_p {
	font-size: 105%;
	margin-bottom: 15px;
}




.about_area_in01_3 {
	display: flex;
	align-items: center;
	width: 50%;
	flex-wrap: wrap;
	margin-right: 50px;

}

.about_area_in01_3 img {
	width: auto;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}




.about_area_in01_4 {
	display: flex;
	align-items: center;
	width: 50%;
	flex-wrap: wrap;
}

.about_area_in01_4 img {
	width: auto;
	height: 100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}


.about_area_in01_4 .map_area {
	width: 100%;
	height: 100%;
}




.about_area_in01_5 {
	display: flex;
	align-items: center;
	width: 50%;
	flex-wrap: wrap;

}


.about_area_in01_6 {
	display: flex;
	align-items: center;
	width: 45%;
	flex-wrap: wrap;
	margin-left: 0px;

}




.about_area2 {
	position: relative;
	display: flex;
	width: 100%;
	margin: 100px auto 110px auto;
	text-align: left;
	justify-content: space-between;
}




/******************************************************************************
/* 会社概要本文
*******************************************************************************/





.profile_area {
	position: relative;
	display: flex;
	width: 100%;
	margin: 100px auto 100px auto;
	text-align: left;
	justify-content: space-between;
}


.profile_area_in01 {
	width: 30%;
}


.profile_area_in02 {
	width: 100%;
}




/******************************************************************************
/* グループ本文
*******************************************************************************/





.group_area {
	position: relative;
	display: flex;
	width: 100%;
	margin: 60px auto 50px auto;
	text-align: left;
	justify-content: space-between;
}


.group_area_in {
	width: 24%;
}


.group_area_in p {
	font-size: 90%;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 5px;
}


.group_area_in span {
	font-size: 80%;
}

/********************************************************************************************************
/* お知らせタイトル設定
*********************************************************************************************************/




.information_copy {
	position: relative;
	width: 100%;
	display: block;
	font-size: 100%;
	font-weight: 700;
	color: #40589F;
	margin: 30px auto 50px auto;
	background: #E1E5EF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;

}


.information_comment_area {
    line-height: 3;
}



.kakomi_maru5 {
	position: absolute;
	top: 22px;
	right: -50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
	font-size: 80%;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #40589F;
	background-color: #ffffff; /*背景色*/
	border-radius: 5px; /*角の丸み*/ 
	font-family: "Noto Serif JP", serif;

	}





/********************************************************************************************************
/* プライバシーポリシー設定
*********************************************************************************************************/


.privacy_policy {
	font-size: 90%;
	font-family: "Noto Serif JP", serif;

}

p.midashi{
	font-weight: 700;
	font-size: 110%;
	color :#003366;
	margin-top: 20px;
	margin-bottom: 20px;
}


.privacy_policy p {
	line-height: 1.8;

}


ul.description {
	font-family: "Noto Serif JP", serif;
	margin: 0px auto 0 auto;
	width: 100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 10px;
}





/******************************************************************************
/* サブページトップ設定
******************************************************************************/


.middle_menu2_image{
	width:100%;
	height:auto;
	margin: 0px auto 0px auto;
	z-index: 1;
	overflow:hidden;

}



/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {

	width: 100%;
	position: relative;
	padding: 10px;
	display: block;
	border: 1px dotted #bdc3c7;
	text-align: left;
	margin: 20px auto 0px auto;
	background-color: rgba(255,255,255, 0.9);
	font-family: "Noto Serif JP", serif;

}

.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 {
	color: #555555;
	font-weight: 700;
	font-size: 90%;
	letter-spacing : 1.5px;
	color: #524640;
}

.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;

}

.ttlTombo p.bold_green {
	display: block;
	font-size: 110%;
	line-height: 1.5;
	font-weight: 700;
	color: #6EB92B;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	letter-spacing : 3px;
}



.ttlTombo_in {
	height: 150px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
}




.ttlTombo_in p {
	color: #555555;
	font-weight: 700;
	font-size: 100%;
	letter-spacing : 1.5px;
	color: #524640;
}


/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo2 {

	width: 100%;
	position: relative;
	padding: 10px;
	display: block;
	border: 1px dotted #bdc3c7;
	text-align: left;
	margin: 20px auto 0px auto;
	background-color: rgba(255,255,255, 0.9);
	font-family: "Noto Serif JP", serif;

}

.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);
}








/****************************************************************************************
/* 実績デザイン
****************************************************************************************/



#result_contents {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg01.png); 
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 0px;
}






.main_result {
  display: flex;
	width: 100%;
	height: 550px;
	margin: 0px auto 0px auto ;
	background: #C8E2E9;

}

.main_result_left {
	float: left;
	width: 65%;
	overflow: hidden;
}



.main_result_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-right: 3%;
}


.main_result_right {
	width: 32%;
	height: 550px;
	margin: 0px auto 0px auto ;
	line-height: 550px;
}


.main_result_right p {
	display: inline-block;
	vertical-align: middle;	/*上下の中央揃え指定*/
	line-height: 1.8;	/*BOX内のテキスト行間を元に戻します*/
	font-size: 110%;
	text-align: center;
	font-weight: 600;
	color: #317E8F;
}

/********************************************************************************************************
/* 写真並び（4枚）
*********************************************************************************************************/



ul.menu_picture {
	margin: 50px auto 0;
	width:100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}


ul.menu_picture::after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}


ul.menu_picture li {
	position: relative;
	width: 24%; 
	margin-bottom: 15px;
}

ul.menu_picture li .big{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index; 100;
}



/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align:center;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 50px;

}

ul.contact_us li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;

}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-family: "Merriweather", serif;
	font-weight: 500;
	font-size: 140%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 500;
	font-size: 80%;
	letter-spacing: 1.2px;
	margin-bottom: 5px;
}

.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 {
	position: relative;
	display:inline-block;
	border: solid 1px #ffffff;
	color:#ffffff;
	padding:10px 50px 10px 30px;
	text-align:center;
	margin-bottom: 5px;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}




.contact_us_box p {
	margin-top: 4px;
	margin-bottom: 4px;
	letter-spacing: 1.5px;
	font-weight: 700;
}



.contact_us_box p img {
	width: auto;
	height: 18px;
	margin-top: -3px;
	margin-right: 10px;
}




.contact_us_box2 {
	position: relative;
	display:inline-block;
	color:#ffffff;
	padding:10px 50px 10px 10px;
	text-align:center;
	margin-bottom: 5px;
	font-family: "Merriweather", serif;
	font-weight: 500;
	font-size: 100%;
}
.contact_us_box2::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box2:hover::after{
	right: 20px;
}


/******************************************************************************
/* ステップ横並び
*******************************************************************************/

.step_area {
	width: 100%;
	text-align: left;
}


.item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px auto 0px auto;
}


.item_block {
	position: relative;
	margin: 0px auto 0px auto;
}



.process_nav {
	margin: 20px auto 50px auto;

}

.process_nav ul{
	display: flex;
	width: 360px;
}

.process_nav li {
	display: inline-block;
}
 
.process_nav li:nth-child(1) {
	width: 80px;
}

.process_nav li:nth-child(2) {
	width: 25px;
	flex-wrap: wrap;

}

.process_nav li:nth-child(3) {
	width: 80px;
}

.process_nav li:nth-child(4) {
	width: 25px;
}

.process_nav li:nth-child(5) {
	width: 80px;

}
/******************************************************************************
/* ステップマーク
*******************************************************************************/

.balloon3-right {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #ff8e9d;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #ff8e9d;
	z-index: 0;
}


.balloon3-right2 {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #C4C4C4;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #C4C4C4;
	z-index: 0;
}




.balloon3-right p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: -5px;
}

.balloon3-right p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	font-weight: 700;
}

.step3 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
}



.balloon3-right2 p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: -5px;
}

.balloon3-right2 p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	font-weight: 700;
}

.step3_2 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
	color: #C4C4C4;
}


/******************************************************************************
/* 矢印
*******************************************************************************/


.arrow {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#FF8E9D;
	position:relative;
}

.arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #FF8E9D;
	left:10px;
	top: -8px;
}


.arrow2 {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#C4C4C4;
	position:relative;
	top: 7px;
}

.arrow2:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #C4C4C4;
	left:10px;
	top: -8px;
}



.thanks_area {
	width: 100%;
	text-align: left;
	font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	letter-spacing: 1.2px;
}




/******************************************************************************
/* トップに戻る
*******************************************************************************/



#page-top {
	position: fixed;
	bottom: 39px;
	right: 0px;
	z-index:100;
}
#page-top a {
	text-decoration: none;
	width: 50px;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
}




/******************************************************************************
/* お問い合わせ用
******************************************************************************/

.footer_area {
	width: 100%;
	height: auto;
	margin: 100px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bottom_image2.jpg);
	background-repeat:  no-repeat;
	background-position: 0px 50%;
	background-size: 100%;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 1.2px;

}

.footer_area_in {
	width: 86%;
	margin: 0px auto 0px auto;
	padding-top: 110px;
	padding-bottom: 130px;
}






#copyright{
	font-size:70%;
	font-family: "Noto Serif JP", serif;
	background-color:#134165;
	padding:12px 0;
	margin-top:0px;
	color:#fff;
	text-align: center;
	letter-spacing: 1.0px;

}



.copyright br{
	display:none;
}


/* スマホ用メニュー
*******************************************************************************/


.sub_menu {
	display: flex;
	padding-top: 130px;
	padding-bottom: 0px;
	justify-content: space-between;
	flex-wrap: wrap;

}



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: #134165;
	border-radius: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #ffffff;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	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: 0px;
	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) {
	width: 100%;
	z-index: 1;

}



nav ul li:nth-child(2) {
	float: left;
	width: 33%;
}



nav ul li:nth-child(3) {
	float: left;
	width: 33%;
}

nav ul li:nth-child(4) {
	float: right;
	width: 33%;
}


nav ul li:nth-child(7) {
	float: left;
	width: 49%;

}


nav ul li:nth-child(8) {
	float: right;
	width: 49%;

}




/******************************************************************************
/* スマートフォン・タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}


.footer_area {
	width: 100%;
	height: 900px;
	margin: 50px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bottom_image2.jpg);
	background-repeat:  repeat;
	background-position: 50% 50%;
	background-size: cover;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 1.2px;
	background-color: #555555;
}


}

/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}


/****************************************************************************************
/* ヘッダーエリア
****************************************************************************************/


.logo_area{
	width: 170px;
	height: auto;
	background-color: rgba(255,255,255,1.0);
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/****************************************************************************************
/* メインイメージエリア
****************************************************************************************/


#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% 50%;
	overflow:hidden;
}


/******************************************************************************
/* infor本文
*******************************************************************************/




.infor_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 80px auto;
	text-align: left;
	justify-content: space-between;
}



/****************************************************************************************
/* コピーエリア
****************************************************************************************/

#main_image_copy {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: 1000;
	margin: 0px auto 0px auto;
	z-index: 100;
}



/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch {
	margin-top: 0px;
	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	font-size: 80%;
}


/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch2 {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	font-size: 80%;
}


/****************************************************************************************
/* 見出しタイトル設定
****************************************************************************************/


.catch3 {
	margin-top: 90px;
	margin-bottom: 0px;

	width: 100%;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
}



/******************************************************************************
/* 本文
*******************************************************************************/

.contents {
	width: 90%;
	margin: 50px auto 0px auto;

}

/****************************************************************************************
/* aboutエリア
****************************************************************************************/




.about_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px auto 0px auto;
	text-align: left;
	justify-content: space-between;
}



.about_area_in01 {
	display: block;
	align-items: center;
	width: 100%;
}

.about_area_in01 p {
	font-size: 120%;
}

.about_area_in01 span {
	margin-top: 10px;
	display: block;
	font-size: 60%;
}



.about_area_in02 {
	margin-top: 30px;
	width: 100%;
}

.about_area_in02 p {
	font-size: 80%;
	line-height: 2.2;
}


.about_area_in02 p.middle_p {
	font-size: 80%;
	margin-bottom: 15px;
}


.about_area_in01_3 {
	display: block;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-left: 0px;
}


.about_area_in01_4 {
	display: block;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 20px;
	height: 250px;
}


.about_area_in01_6 {
	display: block;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-left: 0px;

}

.about_area2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px auto 50px auto;
	text-align: left;
	justify-content: space-between;
}



/******************************************************************************
/* 会社概要本文
*******************************************************************************/





.profile_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px auto 0px auto;
	text-align: left;
	justify-content: space-between;
}


.profile_area_in01 {
	width: 100%;
	margin-bottom: 30px;
}



.profile_area_in02 {
	width: 100%;
}


/********************************************************************************************************
/* お知らせタイトル設定
*********************************************************************************************************/




.information_copy {
	position: relative;
	width: 100%;
	display: block;
	font-size: 90%;
	font-weight: 700;
	color: #40589F;
	margin: 30px auto 50px auto;
	background: #E1E5EF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;

	box-sizing: border-box;
}


/****************************************************************************************
/* リンク設定
****************************************************************************************/


.news_contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 80%;

}


/****************************************************************************************
/* リンク設定
****************************************************************************************/



ul.news {
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP", serif;

}

.news li{
	display: block;
	vertical-align: top;
	position: relative;
	width: 100%;
}


.news li:nth-child(1){
	font-size: 80%;
	font-weight: 700;
	margin-right: 10px;
	margin-left: 0px;
	color: #5579B2;
	white-space: nowrap;
}

.news li:nth-child(2){
	font-size: 80%;
	margin-top: 10px;
	padding-right: 70px;
}


/******************************************************************************
/* グループ本文
*******************************************************************************/





.group_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 30px auto 0px auto;
	text-align: left;
	justify-content: space-between;
}


.group_area_in {
	width: 100%;
}



.group_area_in img{
	margin-top: 20px;

	width: 70%;
	height: auto;
}


.group_area_in p {
	font-size: 80%;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 0px;
}


.group_area_in span {
	font-size: 70%;
	margin-bottom: 10px;

}

/********************************************************************************************************
/* プライバシーポリシー設定
*********************************************************************************************************/


.privacy_policy {
	font-size: 80%;
	font-family: "Noto Serif JP", serif;

}

p.midashi{
	font-weight: 700;
	font-size: 90%;
	color :#003366;
	margin-top: 20px;
	margin-bottom: 20px;
}


.privacy_policy p {
	line-height: 1.8;

}


ul.description {
	font-family: "Noto Serif JP", serif;
	margin: 0px auto 0 auto;
	width: 100%; 
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;

}



/****************************************************************************************
/* 実績デザイン
****************************************************************************************/



#result_contents {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg01.png); 
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 0px;
	overflow:hidden;
}






.main_result {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto ;
	background: #C8E2E9;

}

.main_result_left {
	display: block;
	float: left;
	width: 100%;
}



.main_result_left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-right: 3%;
}


.main_result_right {
	margin: 0px auto 10px auto ;
	height: auto;
	float: right;
	width: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C8E2E9;
	padding-top: 10px;
	padding-bottom: 10px;
}


.main_result_right p {
	font-size: 90%;
	text-align: center;
	font-weight: 600;
	color: #317E8F;
}



/********************************************************************************************************
/* 写真並び（4枚）
*********************************************************************************************************/



ul.menu_picture {
	margin: 50px auto 0px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}


ul.menu_picture::after {
	content: "";
	display: block;
	width: 49%;
	height: 0;
}


ul.menu_picture li {
	position: relative;
	width: 49%; 
	margin-bottom: 15px;
}

ul.menu_picture li a { display: block; pointer-events:none;}


ul.menu_picture li .big{
	display: none;
}






/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {

	width: 100%;
	position: relative;
	padding: 10px;
	display: block;
	border: 1px dotted #bdc3c7;
	text-align: left;
	margin: 20px auto 30px auto;
	background-color: rgba(255,255,255, 0.9);
	font-family: "Noto Serif JP", serif;
	font-size: 80%;


}



.ttlTombo2 {

	width: 100%;
	position: relative;
	padding: 10px;
	display: block;
	border: 1px dotted #bdc3c7;
	text-align: left;
	margin: 50px auto 60px auto;
	background-color: rgba(255,255,255, 0.9);
	font-family: "Noto Serif JP", serif;
	font-size: 80%;


}



/******************************************************************************
/* お問い合わせ用
******************************************************************************/


.footer_area {
	width: 100%;
	height: auto;
	margin: 50px auto 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bottom_image2.jpg);
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 1.2px;
}

.footer_area_in {
	width: 90%;
	margin: 0px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;

}




/******************************************************************************
/* お問い合わせエリア用
******************************************************************************/


ul.contact_us {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align:center;
}


 
ul.contact_us li {
	letter-spacing:normal;
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;
	width: 100%;
}

ul.contact_us li:last-child {
	letter-spacing:normal;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0px;
	width: 100%;

}

.contact_midashi {
	margin: 0px auto 10px auto;
	font-family: "Merriweather", serif;
	font-weight: 500;
	font-size: 110%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contact_txt {
	font-weight: 500;
	font-size: 80%;
	letter-spacing: 1.2px;
	margin-bottom: 5px;
}

.contact01 {
	margin-bottom: 30px;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 80%;

}

.contact02 {
	font-size: 100%;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
	font-weight: 700;
}

.footer_company2 {
	font-size: 80%;

}





.contact_us_box {
	position: relative;
	display:block;
	border: solid 1px #ffffff;
	color:#ffffff;
	padding:10px 20px 10px 10px;
	text-align:center;
	margin-bottom: 5px;
	width: 100%;
}
.contact_us_box::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box:hover::after{
	right: 20px;
}




.contact_us_box p {
	font-size: 90%;
	margin-top: 4px;
	margin-bottom: 4px;
	letter-spacing: 1.5px;
	font-weight: 700;
}



.contact_us_box p img {
	width: auto;
	height: 18px;
	margin-top: -3px;
	margin-right: 10px;
}




.contact_us_box2 {
	position: relative;
	display:inline-block;
	color:#ffffff;
	padding:10px auto 10px auto;
	text-align:left;
	margin-bottom: 5px;
	margin-left: -10px;
	font-family: "Merriweather", serif;
	font-weight: 500;
	font-size: 90%;
}
.contact_us_box2::after{
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 30px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #ffffff #ffffff;
	transform: rotate(-135deg);
	transition: .3s;
}
.contact_us_box2:hover::after{
	right: 20px;
}



.thanks_area {
	width: 100%;
	text-align: left;
	font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-size: 80%;

}




}
