/*
Theme Name: RUNDEX
*/
@charset "UTF-8";

* {
	font-size:			100%;
	font-weight:		normal;
	margin:	 			0;
	padding:			0;
}
a:link{
	text-decoration: none;
	
}

li{
	list-style-type: none;
}

/*/////////////////////////////////////////////
フォント
/////////////////////////////////////////////*/

@font-face{
	font-family:"ADAM.CG PRO";
	src:url(fonts/ADAM.otf)format("opentype");
}
@font-face{
	font-family:"hiraginokaku3";
	src:url(fonts/hiraginokaku3.otf)format("opentype");
}
@font-face{
	font-family:"hiraginokaku4";
	src:url(fonts/hiraginokaku4.otf)format("opentype");
}
@font-face{
	font-family:"hiraginokaku5";
	src:url(fonts/hiraginokaku5.otf)format("opentype");
}
@font-face{
	font-family:"hiraginokaku6";
	src:url(fonts/hiraginokaku6.otf)format("opentype");
}
@font-face{
	font-family:"hiraginokaku7";
	src:url(fonts/hiraginokaku7.otf)format("opentype");
}


/*/////////////////////////////////////////////
ページフェード
/////////////////////////////////////////////*/

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

body.fadeout article{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

/*/////////////////////////////////////////////
ページトップボタン
/////////////////////////////////////////////*/

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(180deg, #0052a1 0%, #053666 80%);
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*/////////////////////////////////////////////
ボタンエフェクト
/////////////////////////////////////////////*/

.more {
    transition: all 0.8s linear 0s;
    cursor: pointer;
}
.more:hover {
    transform: rotateX(360deg);
}


/*/////////////////////////////////////////////
slide
/////////////////////////////////////////////*/

.slickbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.slickbox li {
	float: left;
}
.slickbox li img {
	max-width: 100%;
	height: auto;
}


/*/////////////////////////////////////////////
textanimation
/////////////////////////////////////////////*/
/*スクロール後textカラー紺*/
.wipein {
	position: relative;
	color: transparent;
}
.wipein:after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #163355;
}
.wipein.show {
  animation: wipecolor .7s ease-in-out both;
}
.wipein.show:after {
  animation: wipebar .7s ease-in-out both;
}
/*スクロール後textカラー黒*/
.wipein1 {
	position: relative;
	color: transparent;
}
.wipein1:after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #FFFFFF;
}
.wipein1.show {
  animation: wipecolor1 .7s ease-in-out both;
}
.wipein1.show:after {
  animation: wipebar .7s ease-in-out both;
}
/*ファーストビュー内textカラー紺*/
.wipein2 {
	position: relative;
	color: transparent;
}
.wipein2:after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #0A2E51;
}
.wipein2.show {
  animation: wipecolor 1.0s ease-in-out both;
}
.wipein2.show:after {
  animation: wipebar 1.0s ease-in-out both;
}
/*ファーストビュー内textカラー黒*/
.wipein3 {
	position: relative;
	color: transparent;
}
.wipein3:after {
	display: block;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #333333;
}
.wipein3.show {
  animation: wipecolor3 1.0s ease-in-out both;
}
.wipein3.show:after {
  animation: wipebar 1.0s ease-in-out both;
}
@keyframes wipebar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes wipecolor {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: #163355;
  }
  100% {
    color: #163355;
  }
}
@keyframes wipecolor1 {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: #FFFFFF;
  }
  100% {
    color: #FFFFFF;
  }
}
@keyframes wipecolor3 {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: #333333;
  }
  100% {
    color: #333333;
  }
}

/*/////////////////////////////////////////////
ヘッドナビ
/////////////////////////////////////////////*/

/* header */

.mobile_nav{
	display: none;
}
.globalMenuSp{
	display: none;
}
.pc_header{
	height: 100px;
	width: 100%;
	display: flex;
	padding-top: 30px;
}
.pc_logo{
	padding-left: 30px;
	width: 30%;
	height: 60px;
}
.pc_nav{
	display: flex;
	width: 70%;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
}
.pc_nav li{
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
}
.pc_nav li a{
	color: #22334D;
}
.pc_nav li a:hover{
	transition: all 0.6s ease 0s;
	color: #999999;
}
.pc_contact{
	display: flex;
}
.pc_contact li{
	padding-right: 25px;	
}
.pc_contact li a:hover{
	opacity:0.8;
	transition:.6s;	
}

/*/////////////////////////////////////////////
pc
/////////////////////////////////////////////*/

body {
	}
.main{
	height: 720px;
	width: 100%;
	position: relative;
	margin-top: -10px;
}

.main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.maintaitle{
	height: 500px;
	width: 100%;
	text-align: center;
	
}
.maintaitle h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 0.03em;
	
	padding-top: 300px;
}
.maintaitle p{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-top: 30px;
}
.maintaitle h1 span{
	font-size: 36px;
}
.about{
	width: 100%;
	text-align: center;
	padding-top: 80px;
	background-image: url(img/service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.about h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
}
.about h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	padding-top: 50px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #163355;
}
.about p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 30px;
	font-size: 17px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
}
.about ul{
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.about li{
	margin-left: 25px;
	margin-right: 25px;
}
.service{
	width: 100%;
	margin-bottom: 120px;
	padding-top: 100px;
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.service img{
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
}
.service h3{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	padding-bottom: 90px;
}
.service_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.service_item1{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service1.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item2{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service2.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item3{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service3.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_box h4{
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	padding-top: 280px;
	padding-left: 10px;
	background: linear-gradient(180deg, #0052a1 0%, #053666 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 600;
}
.service_box p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
	line-height: 2em;
	width: 93%;
	padding-top: 15px;
	padding-left: 10px;
	color: #1f1f1f;
}
.news{
	width: 100%;
	padding-bottom: 120px;
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.news h5{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	padding-top: 120px;
	text-align: center;
	width: 100%;
	padding-bottom: 90px;
}
.news_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.news_item{
	width: 360px;
	margin-right: 15px;
	margin-left: 15px;
}
.news_item a:hover{
	opacity:0.6;
	transition:.6s;	
}
.news_item img{
	width:100%;
	height:228px;
	object-fit: cover;
}
.news_cont h6{
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	padding-top: 20px;
	color: #888787;
}
.news_cont span{
	color: #FFFFFF;
	background-image: linear-gradient(180deg, #0052a1 0%, #053666 80%);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 3px;
}
.news_cont span a:link{
	color: #FFFFFF;
}
.news_cont span a:visited{
	color: #FFFFFF;
}
.news_cont p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
	line-height: 2em;
	width: 93%;
	padding-top: 10px;
	color: #1f1f1f;
}
.news_cont p a:link{
	color: #1f1f1f;
}
.news_cont p a:visited{
	color: #1f1f1f;
}
.news_cont p a:hover{
	opacity:0.5;
	transition:.6s;
}
footer{
	background-color: #333;
	width: 100%;
	text-align: center;
	padding-top: 90px;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
}
.foot_logo{
	height: 129px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
footer p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
footer a{
	color: #7C7C7C;
}
.copy{
	font-family: 'Montserrat'、sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
}


/*/////////////////////////////////////////////
pc-階層共通
/////////////////////////////////////////////*/
.about2{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 100px;
}
.about2 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #0A2E51;
	letter-spacing: 0.2em;
	padding-top: 90px;
}
.about2 p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 30px;
	font-size: 17px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
}
.about3{
	width: 100%;
	padding-bottom: 80px;
	text-align: center;
	background-image: url(img/greetings.png);
	background-position: center center;
}
.about3 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	padding-top: 90px;
	text-align: center;
}
.about3 h3{
	font-family: "Times New Roman", Times, serif;
	padding-top: 50px;
	font-size: 27px;
	color: #163355;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.about3 p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2.2em;
	padding-top: 30px;
	font-size: 17px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.submaintaitle{
	width: 100%;
	text-align: center;
}
.submaintaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 180px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.submaintaitle h1 a:link{
	color: #FFFFFF;
}
.submaintaitle h1 a:visited{
	color: #FFFFFF;
}
.submaintaitle h1 a:hover{
	color: #FFFFFF;
}

/*/////////////////////////////////////////////
pc-階層safe
/////////////////////////////////////////////*/
.safe_main{
	background-image: url(img/safe_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.safecont{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #039;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: 50px;
}
.safecont_box{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
.safecont h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #039;
	text-align: left;
}
.safeimg{
	object-fit: cover;
	margin-top: 30px;
	margin-bottom: 30px;
}
.safecont_box h5{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 2.2em;
}


/*/////////////////////////////////////////////
pc-階層message
/////////////////////////////////////////////*/
.message_main{
	background-image: url(img/message_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.message_last{
	background-color: #f5f5f5;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}
.message_lastimg{
	background-image: url(img/greetings2.png);
	background-repeat: no-repeat;
	height: 234px;
	width: 602px;
	margin-right: auto;
	margin-left: auto;
}




/*/////////////////////////////////////////////
pc-階層jigyou
/////////////////////////////////////////////*/
.jigyou_main{
	background-image: url(img/estimate_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.about2 ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.about2 li{
	margin-left: 30px;
}


.jigyou_map{
	width: 100%;
	text-align: center;
	padding-bottom: 130px;
	background-image: url(img/point_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.jigyou_map h5{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #0A2E51;
	letter-spacing: 0.2em;
	padding-top: 110px;
	}
.jigyou_map p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 50px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
}
.jigyou_box{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_map dl{
	width: 25%;
	font-family: 'Montserrat'、sans-serif;
	margin-top: 30px;
	color: #163355;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	opacity: 0.8;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
.jigyou_map dt{
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
}
.jigyou_map dd{
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #000;
}

.jigyou_flex_bg1{
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex_bg2{
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex{
	display: flex;
	align-items: stretch;
	justify-content: center ;
	width: 60%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_flex h4{
	font-family: 'Noto Serif JP'、serif;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding-top: 30px;
}
.jigyou_flex p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
	line-height: 2em;
	padding-bottom: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_itembox1{
	background-color: #0A2E51;
	color: #FFF;
	margin-right: 30px;
}
.jigyou_itembox2{
	background-color: #333;
	color: #FFF;
	margin-left: 30px;	 
}
.jigyou_itembox3{
	background-color: #333;
	color: #FFF;	
	margin-right: 30px;
}
.jigyou_itembox4{
	background-color: #0A2E51;
	color: #FFF;
	margin-left: 30px;	
	 
}

/*/////////////////////////////////////////////
pc-階層company
/////////////////////////////////////////////*/
.company_main{
	background-image: url(img/contact2_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 237px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.companytaitle{
	width: 100%;
	text-align: center;
}
.companytaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 100px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.company_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 150px;
}
.company_box dl{
	display: table;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
.company_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.company_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
/*/////////////////////////////////////////////
pc-階層saiyou
/////////////////////////////////////////////*/
.saiyou_main{
	background-image: url(img/contact_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.saiyoutaitle{
	width: 100%;
	text-align: center;
}
.saiyoutaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 180px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.saiyou1 {
	width: 90%;
	clear: both;
	padding-top: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.saiyou1 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.saiyou1 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.saiyou_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 50px;
}
.saiyou_box dl{
	display: table;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 2em;
}
.saiyou_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.saiyou_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
.saiyou2 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 40px;
}
.saiyou2 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.saiyou2 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}

/*/////////////////////////////////////////////
pc-階層privacy
/////////////////////////////////////////////*/
.privacy_main{
	background-image: url(img/charter_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}

/*/////////////////////////////////////////////
pc-階層contact,contact_thanks
/////////////////////////////////////////////*/
.contact_main{
	background-image: url(img/contact2_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 237px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.contacttaitle{
	width: 100%;
	text-align: center;
}
.contacttaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 100px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.contactcont {
	width: 90%;
	clear: both;
	padding-top: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.contactcont h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.contactcont p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.contactcont1 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.contactcont1 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.contactcont1 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.contact_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 50px;
}
.contact_box dl{
	display: table;
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
}
.contact_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.contact_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
.contactthanks {
	width: 90%;
	clear: both;
	padding-top: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B1B;
	padding-bottom: 120px;
	letter-spacing: 0.1em;
}
.contactthanks h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 36px;
	color: #333;
	text-align: center;
}
.contactthanks p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*/////////////////////////////////////////////
pc-階層submit
/////////////////////////////////////////////*/
.contact_submit {
	width: 30%;
	margin-right: auto;
	margin-bottom: 110px;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
}
.submit {
	font-family: "hiraginokaku5";
	font-size: 21px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #0a2e51;
	height: 80px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit:hover {
	background-color: rgba(34,85,143,1.0);
	transition: all 1.0s;
}
input,textarea{
	width: 100%;
}
.date{
	width: 38%;
}
input,textarea,select{
	padding: 10px;
	font-family: "hiraginokaku3";
	font-size: 16px;
	letter-spacing: 0.1em;
}


/*/////////////////////////////////////////////
pc-final
/////////////////////////////////////////////*/


@media screen and (min-width: 1180px) and (max-width: 1480px) {
/*/////////////////////////////////////////////
ヘッドナビ
/////////////////////////////////////////////*/

/* header */

.mobile_nav{
	display: none;
}
.globalMenuSp{
	display: none;
}
.pc_header{
	height: 100px;
	width: 100%;
	display: flex;
	padding-top: 30px;
}
.pc_logo{
	padding-left: 30px;
	width: 30%;
	height: 60px;
}
.pc_nav{
	display: flex;
	width: 70%;
	height: 60px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
}
.pc_nav li{
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 0.1em;
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
}
.pc_nav li a{
	color: #22334D;
}
.pc_nav li a:hover{
	transition: all 0.6s ease 0s;
	color: #999999;
}
.pc_contact{
	display: flex;
}
.pc_contact li{
	padding-right: 20px;	
}
/*/////////////////////////////////////////////
note
/////////////////////////////////////////////*/
.main{
	height: 580px;
}

.main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.maintaitle{
	height: 500px;
	width: 100%;
	text-align: center;
	
}
.maintaitle h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 0.03em;
	
	padding-top: 220px;
}
.maintaitle p{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-top: 30px;
}
.maintaitle h1 span{
	font-size: 36px;
}
.about{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-image: url(img/service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.about h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
}
.about h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #163355;
}
.about p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 30px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
}
.about ul{
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.about li{
	margin-left: 25px;
	margin-right: 25px;
}
.service{
	width: 100%;
	margin-bottom: 120px;
	padding-top: 80px;
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.service img{
	box-shadow: 0px 5px 5px -6px rgba(0, 0, 0, 0.3);
}
.service h3{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}
.service_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.service_item1{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service1.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item2{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service2.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item3{
	width: 420px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service3.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_box h4{
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	padding-top: 260px;
	padding-left: 0px;
	background: linear-gradient(180deg, #0052a1 0%, #053666 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 600;
}
.service_box p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
	line-height: 2em;
	width: 93%;
	padding-top: 10px;
	padding-left: 0px;
	color: #1f1f1f;
}
.news{
	width: 100%;
	padding-bottom: 80px;
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.news h5{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	padding-top: 80px;
	text-align: center;
	width: 100%;
	padding-bottom: 60px;
}
.news_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.news_item{
	width: 360px;
	margin-right: 15px;
	margin-left: 15px;
}
.news_item a:hover{
	opacity:0.6;
	transition:.6s;	
}
.news_item img{
	width:100%;
	height:228px;
	object-fit: cover;
}
.news_cont h6{
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	padding-top: 30px;
	color: #888787;
}
.news_cont span{
	color: #FFFFFF;
	background-image: linear-gradient(180deg, #0052a1 0%, #053666 80%);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 3px;
}
.news_cont span a:link{
	color: #FFFFFF;
}
.news_cont span a:visited{
	color: #FFFFFF;
}
.news_cont p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 15px;
	line-height: 2em;
	width: 93%;
	padding-top: 15px;
	color: #1f1f1f;
}
.news_cont p a:link{
	color: #1f1f1f;
}
.news_cont p a:visited{
	color: #1f1f1f;
}
.news_cont p a:hover{
	opacity:0.5;
	transition:.6s;
}
footer{
	background-color: #333;
	width: 100%;
	text-align: center;
	padding-top: 90px;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
}
.foot_logo{
	height: 129px;
	width: 149px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
footer p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
footer a{
	color: #7C7C7C;
}
.copy{
	font-family: 'Montserrat'、sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 50px;
}


/*/////////////////////////////////////////////
note-階層共通
/////////////////////////////////////////////*/
.about2{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 100px;
}
.about2 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #0A2E51;
	letter-spacing: 0.2em;
	padding-top: 90px;
}
.about2 p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 30px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
}
.about3{
	width: 100%;
	padding-bottom: 100px;
	text-align: center;
	background-image: url(img/greetings.png);
	background-position: center center;
}
.about3 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	padding-top: 90px;
	text-align: center;
}
.about3 h3{
	font-family: "Times New Roman", Times, serif;
	padding-top: 50px;
	font-size: 27px;
	color: #163355;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.about3 p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2.2em;
	padding-top: 30px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 0.1em;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.submaintaitle{
	width: 100%;
	text-align: center;
}
.submaintaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 180px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.submaintaitle h1 a:link{
	color: #FFFFFF;
}
.submaintaitle h1 a:visited{
	color: #FFFFFF;
}
.submaintaitle h1 a:hover{
	color: #FFFFFF;
}

/*/////////////////////////////////////////////
note-階層safe
/////////////////////////////////////////////*/
.safe_main{
	background-image: url(img/safe_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.safecont{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #039;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: 50px;
}
.safecont_box{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
.safecont h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #039;
	text-align: left;
}
.safeimg{
	object-fit: cover;
	margin-top: 30px;
	margin-bottom: 30px;
}
.safecont_box h5{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 2.2em;
}


/*/////////////////////////////////////////////
note-階層message
/////////////////////////////////////////////*/
.message_main{
	background-image: url(img/message_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.message_last{
	background-color: #f5f5f5;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}
.message_lastimg{
	background-image: url(img/greetings2.png);
	background-repeat: no-repeat;
	height: 234px;
	width: 602px;
	margin-right: auto;
	margin-left: auto;
}




/*/////////////////////////////////////////////
note-階層jigyou
/////////////////////////////////////////////*/
.jigyou_main{
	background-image: url(img/estimate_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}
.about2 ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.about2 li{
	margin-left: 30px;
}


.jigyou_map{
	width: 100%;
	text-align: center;
	padding-bottom: 130px;
	background-image: url(img/point_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.jigyou_map h5{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #fff;
	letter-spacing: 0.2em;
	padding-top: 80px;
	}
.jigyou_map p{
	font-family: 'Montserrat'、sans-serif;
	line-height: 2em;
	padding-top: 50px;
	font-size: 16px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
}
.jigyou_box{
	margin-top:30px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_map dl{
	width: 35%;
	font-family: 'Montserrat'、sans-serif;
	margin-top: 30px;
	color: #163355;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	opacity: 0.8;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 50px;
	padding-left: 50px;
}
.jigyou_map dt{
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
}
.jigyou_map dd{
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
	color: #000;
}

.jigyou_flex_bg1{
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex_bg2{
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex{
	margin-top:-30px;
	display: flex;
	align-items: stretch;
	justify-content: center ;
	width: 60%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_flex h4{
	font-family: 'Noto Serif JP'、serif;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding-top: 30px;
}
.jigyou_flex p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
	line-height: 2em;
	padding-bottom: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_itembox1{
	background-color: #0A2E51;
	color: #FFF;
	margin-right: 30px;
}
.jigyou_itembox2{
	background-color: #333;
	color: #FFF;
	margin-left: 30px;	 
}
.jigyou_itembox3{
	background-color: #333;
	color: #FFF;	
	margin-right: 30px;
}
.jigyou_itembox4{
	background-color: #0A2E51;
	color: #FFF;
	margin-left: 30px;	
	 
}

/*/////////////////////////////////////////////
note-階層company
/////////////////////////////////////////////*/
.company_main{
	background-image: url(img/contact2_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 237px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.companytaitle{
	width: 100%;
	text-align: center;
}
.companytaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 100px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.company_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 150px;
}
.company_box dl{
	display: table;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.company_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.company_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
/*/////////////////////////////////////////////
note-階層saiyou
/////////////////////////////////////////////*/
.saiyou_main{
	background-image: url(img/contact_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.saiyoutaitle{
	width: 100%;
	text-align: center;
}
.saiyoutaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 180px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.saiyou1 {
	width: 90%;
	clear: both;
	padding-top: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.saiyou1 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.saiyou1 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.saiyou_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 50px;
}
.saiyou_box dl{
	display: table;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2em;
}
.saiyou_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.saiyou_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
.saiyou2 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 40px;
}
.saiyou2 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.saiyou2 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}

/*/////////////////////////////////////////////
note-階層privacy
/////////////////////////////////////////////*/
.privacy_main{
	background-image: url(img/charter_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 407px;
	width: 100%;
	margin-top: -10px;
}

/*/////////////////////////////////////////////
note-階層contact,contact_thanks
/////////////////////////////////////////////*/
.contact_main{
	background-image: url(img/contact2_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 237px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.contacttaitle{
	width: 100%;
	text-align: center;
}
.contacttaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 100px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.contactcont {
	width: 90%;
	clear: both;
	padding-top: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.contactcont h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.contactcont p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.contactcont1 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 80px;
}
.contactcont1 h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 30px;
	color: #0A2E51;
	text-align: center;
}
.contactcont1 p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}
.contact_box{
	width: 80%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 60px;
	margin-bottom: 50px;
}
.contact_box dl{
	display: table;
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
}
.contact_box dt {
	display: table-cell;
	width: 22%;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004F9D;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left: 30px;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #0a2e51;
}
.contact_box dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	letter-spacing: 0.1em;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 28px;
	padding-bottom: 28px;
}
.contactthanks {
	width: 90%;
	clear: both;
	padding-top: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B1B;
	padding-bottom: 120px;
	letter-spacing: 0.1em;
}
.contactthanks h2 {
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 36px;
	color: #333;
	text-align: center;
}
.contactthanks p {
	width: 60%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}


}



@media screen and (max-width:599px){
/*/////////////////////////////////////////////
smartPhone
/////////////////////////////////////////////*/
/*/////////////////////////////////////////////
ページトップボタン
/////////////////////////////////////////////*/

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/*/////////////////////////////////////////////
smトップページ
/////////////////////////////////////////////*/

.main{
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	background-size:contain;
}
.maintaitle{
	height: 300px;
	width: 100%;
	text-align: center;
}
.maintaitle h1{
	font-size: 20px;
	padding-top: 110px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.maintaitle p{
	font-size: 14px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.maintaitle h1 span{
	font-size: 18px;
}

.about{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom:10px;
}
.about h2{
	font-family: "ADAM.CG PRO";
	font-size: 30px;
	color: #163355;
	letter-spacing: 0.2em;
}
.about h3{
	font-size: 22px;
	margin-top: -20px;
}
.about p{
	line-height: 2em;
	padding-top: 30px;
	font-size: 14px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.about p br{
	display: none;	
}
.about ul{
	display:none;
}
.service{
	width: 100%;
	margin-bottom: 70px;
	padding-top: 50px;
	margin-top: -20px;
}
.service h3{
	font-family: "ADAM.CG PRO";
	font-size: 30px;
	color: #163355;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}
.service_box{
	width: 84%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.service_item1{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/service1.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item2{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/service2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 40px;
}
.service_item3{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(img/service3.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	margin-top: 40px;
}
.service_box h4{
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	padding-top: 215px;
	padding-left: 0px;
	font-weight: bold;
	color: #0052a1;
}
.service_box p{
	font-size: 14px;
	line-height: 2em;
	width: 93%;
	padding-top: 10px;
	padding-left: 0px;
	color: #1f1f1f;
}

.news{
	width: 100%;
	padding-bottom: 70px;
}
.news h5{
	font-family: "ADAM.CG PRO";
	font-size: 30px;
	color: #163355;
	letter-spacing: 0.3em;
	padding-top: 60px;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.news_box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.news_item{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.news_item img{
	width: 100%;
	
	object-fit: contain;
}
.news_cont h6{
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 0px;
	color: #888787;
}
.news_cont span{
	color: #FFFFFF;
	margin-left: 0px;
	background-color: #0052a1;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius:3px;
}
.news_cont p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	line-height: 2em;
	width: 93%;
	padding-top: 15px;
	padding-left: 0px;
	color: #1f1f1f;
}
footer{
	background-color: #333;
	width: 100%;
	text-align: center;
	padding-top: 70px;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}
.foot_logo{
	margin-right: auto;
	margin-left: auto;
}
footer p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
}

.copy{
	font-family: 'Montserrat'、sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	
	margin-top: 30px;
}

/*/////////////////////////////////////////////
sm_slide
/////////////////////////////////////////////*/

.slickbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.slickbox li {
	float: left;
}
.slickbox li img {
	max-width: 100%;
	height: auto;
}


/*/////////////////////////////////////////////
sm-階層共通
/////////////////////////////////////////////*/
.about2{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 40px;
}
.about2 h2{
	font-family: "ADAM.CG PRO";
	font-size: 30px;
	color: #163355;
	letter-spacing: 0.05em;
	padding-top: 40px;
}
.about2 p{
	line-height: 2em;
	padding-top: 30px;
	font-size: 14px;
	letter-spacing: 0em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.about2 p br{
	display:none;
}


.submaintaitle{
	width: 100%;
	text-align: center;
}
.submaintaitle h1{
	font-family: 'Noto Serif JP'、serif;
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 110px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

/*/////////////////////////////////////////////
sm-階層 事業内容
/////////////////////////////////////////////*/
.jigyou_main{
	height: 270px;
	background-position: center;
	background-size:cover;
}
.jigyou_main h1{
	font-size: 26px;
}
.about2 ul{
	
}
.about2 li{
	display:none;
}

.jigyou_map{
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}
.jigyou_map h5{
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	padding-top: 80px;
	}

.jigyou_box{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_map dl{
	width: 100%;
	margin-top: 30px;
	color: #163355;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 45px;
	padding-left: 45px;
}
.jigyou_map dt{
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.jigyou_map dd{
	font-size: 14px;
	line-height: 1.5em;
}

.jigyou_flex_bg1{
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex_bg2{
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex{
	display: flex;
	align-items: stretch;
	flex-direction: column;
	width: 90%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_flex h4{
	font-size: 20px;
	padding-top: 30px;
}
.jigyou_flex p{
	font-size: 14px;
	padding-top: 20px;
	text-align: left;
	line-height: 1.5em;
}
.jigyou_flex br{
	display:none;
}
.jigyou_flex img{
	width: 100%;
}
.jigyou_itembox1{
	margin-right: 0px;
}
.jigyou_itembox2{
	margin-left: 0px;
	margin-top: 30px;
}
.jigyou_itembox3{
	background-color: #0A2E51;
	margin-right: 0px;
	margin-top: -30px;
}
.jigyou_itembox4{
	background-color: #333;
	margin-left: 0px;
	margin-top: 30px;	 
}

/*/////////////////////////////////////////////
sm-階層message
/////////////////////////////////////////////*/
.message_main{
	background-position: center;
	background-size:cover;
	height: 270px;
}
.message_main h1{
	font-size: 26px;
}
.about3{
	width: 80%;
	padding-bottom: 80px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.about3 h2{
	font-size: 30px;
	padding-top: 50px;
}
.about3 h3{
	padding-top: 20px;
	font-size: 20px;
	color: #163355;
	letter-spacing: 0.1em;
}
.about3 p{
	line-height: 2em;
	font-size: 14px;
	letter-spacing: 0em;
	width: 100%;
}
.message_last{
	padding-bottom: 80px;
	letter-spacing: 0.1em;
	padding-top: 80px;
}
.message_lastimg{
	background-image: url(img/greetings_sm.png);
	background-repeat: no-repeat;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	background-size: contain;
	height: 280px;
}

/*/////////////////////////////////////////////
sm-階層safe
/////////////////////////////////////////////*/
.safe_main{
	height: 270px;
	background-position: center;
	background-size:cover;
}
.safe_main h1{
	font-size: 26px;
}
.safecont{
	width: 100%;
	margin-top: 40px;
}
.safecont_box{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.safecont h4{
	font-size: 20px;
}
.safeimg{
}
.safecont_box h5{
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}

/*/////////////////////////////////////////////
sm-階層company
/////////////////////////////////////////////*/
.company_main{
}
.companytaitle{
}
.companytaitle h1{
	font-size: 26px;
}
.company_box{
	margin-bottom: 100px;
}
.company_box dl{
	font-size: 14px;
}
.company_box dt {
	padding-left: 10px;
}
.company_box dd {
}

/*/////////////////////////////////////////////
sm-階層contact
/////////////////////////////////////////////*/
.contact_main{
}
.contacttaitle{
}
.contacttaitle h1{
	font-size: 26px;
}
.contactcont {
	width: 100%;
	clear: both;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.contactcont h2 {
	font-size: 24px;
	color: #163355;
}
.contactcont p {
	width: 80%;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	margin-bottom: 10px;
}
.contact_box{
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact_box dl{
	display: table;
	width: 100%;
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
}
.contact_box dt {
	display: table-cell;
	width: 28%;
	text-align: left;
	padding-left: 5px;
	padding-top: 28px;
	padding-bottom: 28px;
}
.contact_box dd {
	display: table-cell;
	border-left-width: 10px;
	padding-top: 28px;
	padding-bottom: 28px;
}
.contact_submit {
	width: 80%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}
.submit {
	font-family: 'Montserrat'、sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #163355;
	height: 80px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit:hover {
	background-color: rgba(34,85,143,1.0);
	transition: all 1.0s;
}
input,textarea{
	width: 90%;
}
input,textarea,select{
	padding: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

/*/////////////////////////////////////////////
sm-階層contact_a
/////////////////////////////////////////////*/
.contactthanks_main{
}
.contactthanks {
	padding-top: 26px;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
}
.contactthanks h2 {
	width: 100%;
	font-size: 20px;
	color: #163355;
	text-align: center;
}
.contactthanks p {
	width: 90%;
	font-size: 14px;
	text-align: left;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*/////////////////////////////////////////////
sm-階層privacy
/////////////////////////////////////////////*/
.privacy_main{
	background-position: right center;
	height: 270px;
}
.privacy_main h1{
	font-size:24px;
}
/*/////////////////////////////////////////////
sm-階層saiyou
/////////////////////////////////////////////*/
.saiyou_main{
	background-position: center center;
	height: 270px;
	background-size: cover;
	width: 100%;
	margin-bottom: 15px;
	margin-top: -10px;
}
.saiyoutaitle{
	width: 100%;
	text-align: center;
}
.saiyoutaitle h1{
	font-size: 26px;
	padding-top:110px;
}
.saiyou1 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.saiyou1 h2 {
	font-size: 24px;
	color: #0A2E51;
}
.saiyou1 p {
	font-size: 14px;
	margin-top: -10px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.saiyou_box{
	width: 90%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.saiyou_box dl{
	font-size: 14px;
}
.saiyou_box dt {
	width: 28%;
	text-align: left;
	padding-left: 10px;
	color: #0a2e51;
}
.saiyou_box dd {
}
.saiyou2 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.saiyou2 h2 {
	font-size: 24px;
	color: #0A2E51;
	text-align: center;
}
.saiyou2 p {
	width: 90%;
	font-size: 14px;
	text-align: left;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}


/*/////////////////////////////////////////////
smナビゲーション
/////////////////////////////////////////////*/
/* header */
.pc_header{
	height: 150px;
	width: 100%;
	display: none;
}
.mobile_nav{
	display: block;
	height: 100px;
	width: 100%;
}
.mobile_logo{
	padding-top: 30px;
	padding-left: 20px;
}
.mobile_logo img{
	width: 42%;
}
.globalMenuSp{
	display: block;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 25px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 50px;
	height  : 4px;
	left    : 6px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	background-color: #666;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav1.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.9);
	text-align: center;
	width: 100%;
	transition: all 0.6s;
	height: 100%;
	padding-top: 180px;
	transform: translateX(100%);
}

nav1.globalMenuSp ul {
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

nav1.globalMenuSp ul li {
	list-style-type: none;
	width: 20%;
	transition: .4s all;
	font-size: 13px;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
	font-family: 'Montserrat'、sans-serif;
	letter-spacing: 0em;
}
nav1.globalMenuSp ul li img{
	margin-bottom: 10px;
}
nav1.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav1.globalMenuSp ul li:hover{
	opacity:0.5;
	transition: all 1.0s ease-out;
}

nav1.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav1.globalMenuSp.active {
  transform: translateX(0%);

}





}
		

/*/////////////////////////////////////////////
smartPhone-final
/////////////////////////////////////////////*/







@media screen and (min-width: 600px) and (max-width: 1179px) {
/*/////////////////////////////////////////////
tablet
/////////////////////////////////////////////*/

/*/////////////////////////////////////////////
ページトップボタン
/////////////////////////////////////////////*/

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/*/////////////////////////////////////////////
トップページ
/////////////////////////////////////////////*/

.main{
	height: 480px;
}
.maintaitle{
	height: 410px;
	width: 100%;
	text-align: center;
}
.maintaitle h1{
	font-size:36px;
	padding-top: 200px;
	padding-left: 0px;
}
.maintaitle p{
	font-size: 22px;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 30px;
}
.about{
	padding-top: 70px;
	padding-bottom: 50px;
}
.about h2{
	
}
.about h3{
	font-size:30px;
}
.about p{
	line-height: 2em;
	padding-top: 30px;
	font-size: 18px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.about p br{
	display:none;
}

.service{
	width: 100%;
	margin-bottom: 90px;
	padding-top: 10px;
}
.service h3{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #163355;
	letter-spacing: 0.2em;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
}
.service_box{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.service_item1{
	width: 30%;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service1.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item2{
	width: 30%;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service2.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_item3{
	width: 30%;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(img/service3.jpg);
	background-repeat: no-repeat;
	background-size:contain;
}
.service_box h4{
	font-family: 'Montserrat'、sans-serif;
	font-size: 20px;
	padding-top: 150px;
	padding-left: 0px;
	color: #0052a1;
	font-weight: 600;
}
.service_box p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	color: #1f1f1f;
}
.news{
	width: 100%;
	padding-bottom: 90px;
}
.news h5{
	font-size: 42px;
	color: #163355;
	padding-top: 70px;
	padding-bottom: 40px;
}
.news_box{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
.news_item{
	width: 30%;
	margin-right: 15px;
	margin-left: 15px;
}
.news_item img{
	width:100%;
	height:180px;
	object-fit: contain;
}
.news_cont h6{
	font-size: 16px;
	padding-top: 0px;
	padding-left: 0px;
	color: #888787;
}
.news_cont span{
	color: #FFFFFF;
	margin-left: 0px;
	background-color: #0052a1;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 3px;
}
.news_cont p{
	font-size: 16px;
	line-height: 1.5em;
	width: 100%;
	padding-top: 15px;
	padding-left: 0px;
	color: #1f1f1f;
}
footer{
	background-color: #333;
	width: 100%;
	text-align: center;
	padding-top: 60px;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
.foot_logo{
	margin-right: auto;
	margin-left: auto;
}
footer p{
	font-family: 'Montserrat'、sans-serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.1em;
}
.copy{
	font-family: 'Montserrat'、sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 40px;
}


/*/////////////////////////////////////////////
tab-階層共通
/////////////////////////////////////////////*/
.about2{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 60px;
}
.about2 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #22334d;
	letter-spacing: 0.2em;
	padding-top: 70px;
}
.about2 p{
	width: 80%;
	line-height: 2em;
	padding-top: 30px;
	font-size: 17px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.about2 p br{
	display:none;
}
.about2 ul{
	
}
.about2 li{
	display:none;
}
/*/////////////////////////////////////////////
tab-階層 事業内容
/////////////////////////////////////////////*/
.jigyou_main{
	height: 270px;
	background-position: center;
	background-size:cover;
}
.jigyou_main h1{
	font-size: 36px;
	padding-top: 110px;
}
.jigyou_map{
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
	margin-top: -20px;
}
.jigyou_map h5{
	font-size: 42px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	padding-top: 80px;
	}

.jigyou_box{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_map dl{
	width: 100%;
	margin-top: 30px;
	color: #163355;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 80px;
	padding-left: 80px;
}
.jigyou_map dt{
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
}
.jigyou_map dd{
	font-size: 17px;
	line-height: 1.5em;
}

.jigyou_flex_bg1{
	background-image: url(img/service_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex_bg2{
	background-image: url(img/service_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.jigyou_flex{
	display: flex;
	align-items: stretch;
	flex-direction: column;
	width: 80%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
.jigyou_flex h4{
	font-size: 24px;
	padding-top: 30px;
}
.jigyou_flex p{
	font-size: 17px;
	padding-top: 20px;
	text-align: left;
	line-height: 1.5em;
}
.jigyou_flex br{
	display:none;
}
.jigyou_flex img{
	width: 100%;
}
.jigyou_itembox1{
	margin-right: 0px;
}
.jigyou_itembox2{
	margin-left: 0px;
	margin-top: 30px;
}
.jigyou_itembox3{
	background-color: #0A2E51;
	margin-right: 0px;
	margin-top: -30px;
}
.jigyou_itembox4{
	background-color: #333;
	margin-left: 0px;
	margin-top: 30px;	 
}


/*/////////////////////////////////////////////
tab-階層message
/////////////////////////////////////////////*/
.message_main{
	background-position: center;
	background-size:cover;
	height: 270px;
}
.message_main h1{
	font-size: 36px;
	padding-top: 110px;
}
.about3{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 60px;
}
.about3 h2{
	font-family: "ADAM.CG PRO";
	font-size: 42px;
	color: #22334d;
	letter-spacing: 0.2em;
	padding-top: 70px;
}
.about3 h3{
	padding-top: 40px;
	font-size: 26px;
	color: #163355;
	letter-spacing: 0.1em;
}
.about3 p{
	width: 80%;
	line-height: 2em;
	padding-top: 30px;
	font-size: 17px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.message_last{
	padding-bottom: 80px;
	letter-spacing: 0.1em;
	padding-top: 80px;
}
.message_lastimg{
	background-image: url(img/greetings2.png);
	background-repeat: no-repeat;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-size: contain;
	height: 210px;
}

/*/////////////////////////////////////////////
tab-階層safe
/////////////////////////////////////////////*/
.safe_main{
	height: 270px;
	background-position: center;
	background-size:cover;
}
.safe_main h1{
	font-size: 36px;
	padding-top: 110px;
}
.safecont{
	width: 85%;
	margin-top: 40px;
}
.safecont_box{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.safecont h4{
	font-size: 24px;
}
.safeimg{
}
.safecont_box h5{
	font-size: 17px;
	text-align: left;
	line-height: 1.5em;
}

/*/////////////////////////////////////////////
tab-階層saiyou
/////////////////////////////////////////////*/
.saiyou_main{
	height: 270px;
	background-position: center;
	background-size:cover;
}
.saiyoutaitle{
	width: 100%;
	text-align: center;
}
.saiyoutaitle h1{
	font-size: 36px;
	padding-top: 110px;
}
.saiyou1 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.saiyou1 h2 {
	font-size:32px;
}
.saiyou1 p {
	margin-top:-10px;
	width: 90%;
}
.saiyou_box{
	width: 90%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.saiyou_box dl{
	font-size: 16px;
}
.saiyou_box dt {
	width: 28%;
	text-align: left;
	padding-left: 10px;
	color: #0a2e51;
}
.saiyou_box dd {
}
.saiyou2 {
	width: 90%;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
.saiyou2 h2 {
	font-size: 32px;
	color: #0A2E51;
	text-align: center;
}
.saiyou2 p {
	width: 90%;
	font-size: 16px;
	text-align: left;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}
/*/////////////////////////////////////////////
tab-階層privacy
/////////////////////////////////////////////*/
.privacy_main{
	background-position: right center;
	height: 270px;
}
.privacy_main h1{
	font-size: 36px;
	padding-top: 110px;
}

/*/////////////////////////////////////////////
tab-階層company
/////////////////////////////////////////////*/
.company_main{
}
.companytaitle{
}
.companytaitle h1{
	font-size: 36px;
}
.company_box{
	margin-bottom: 100px;
}
.company_box dl{
	font-size: 16px;
}
.company_box dt {
	padding-left: 10px;
}
.company_box dd {
}

/*/////////////////////////////////////////////
tab-階層contactform
/////////////////////////////////////////////*/
.contactcont {
	width: 90%;
	padding-top: 50px;
	padding-bottom: 70px;
}
.contactcont h2 {
	font-size:34px;
}
.contactcont p {
	font-size:14px;
	margin-top:-10px;
	width: 90%;
}


/*/////////////////////////////////////////////
tab-階層contact共通
/////////////////////////////////////////////*/
.contact_submit {
	width: 50%;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	text-align: center;
}
.submit {
	font-size: 21px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #163355;
	height: 80px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submit:hover {
	background-color: rgba(34,85,143,1.0);
	transition: all 1.0s;
}
input,textarea{
	width: 100%;
}
.date{
	width: 38%;
}
input,textarea,select{
	padding: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

/*/////////////////////////////////////////////
tab-階層contact_thanks
/////////////////////////////////////////////*/
.contactthanks_main{
	background-image: url(img/contact2_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 237px;
	width: 100%;
	margin-bottom: 15px;
}
.thanksmaintaitle{
	width: 100%;
	text-align: center;
}
.thanksmaintaitle h1{
	font-family: "Baskerville Old Face";
	font-size: 36px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	padding-top: 100px;
	letter-spacing: 0.1em;
}
.contactthanks {
	width: 90%;
	clear: both;
	padding-top: 70px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B1B1B;
	padding-bottom: 70px;
	letter-spacing: 0.1em;
}
.contactthanks h2 {
	width: 100%;
	font-size: 30px;
	color: #333;
	text-align: center;
}
.contactthanks p {
	width: 70%;
	font-size: 16px;
	color: #333;
	text-align: left;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactthanks p br{
	display: none;
}

/*/////////////////////////////////////////////
ナビゲーション
/////////////////////////////////////////////*/
/* header */
.pc_header{
	height: 150px;
	width: 100%;
	display: none;
}
.mobile_nav{
	display: block;
	height: 110px;
	width: 100%;
}
.mobile_logo{
	padding-top: 30px;
	padding-left: 30px;
}
.globalMenuSp{
	display: block;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 32px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 50px;
	height  : 4px;
	left    : 6px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	background-color: #666;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav1.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba(0,0,0,0.9);
	text-align: center;
	width: 100%;
	transition: all 0.6s;
	height: 100%;
	padding-top: 220px;
	transform: translateX(100%);
}

nav1.globalMenuSp ul {
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

nav1.globalMenuSp ul li {
	list-style-type: none;
	width: 20%;
	transition: .4s all;
	font-size: 16px;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
	font-family: 'Montserrat'、sans-serif;
	letter-spacing: 0.1em;
}
nav1.globalMenuSp ul li img{
	margin-bottom: 10px;
}
nav1.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav1.globalMenuSp ul li:hover{
	opacity:0.5;
	transition: all 1.0s ease-out;
}

nav1.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav1.globalMenuSp.active {
  transform: translateX(0%);

}

}
