@charset "utf-8";
/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-waight: 900;
}


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#bottom-fixed {
	background: #003483;
	width: 100%;
	color: #FFF;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	padding: 30px 0;
}
#bottom-fixed .wrap {
	width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
#bottom-fixed .wrap h2 {
	font-size: 38px;
}
@media screen and (min-width:1100px) and ( max-width:1520px) {
  #bottom-fixed {
		padding: 15px 0;
	}
	#bottom-fixed .wrap {
		width: 96%;
	}
	#bottom-fixed .wrap h2 {
		font-size: 20px;
	}
	#bottom-fixed .wrap .tel {
		padding: 0 15px;
	}
}


#sec-summary {
	text-align: center;
	padding: 100px 0;
}
#sec-summary .ttl {
	font-size: 48px;
	font-weight: 700;
	color: #004BB1;
	margin-bottom: 40px;
}
#sec-summary p {
	font-size: 30px;
	font-weight: 700;
}
#sec-problem {
	background: #F4F9FF;
	padding: 100px 0;
}
#sec-solution {
	background: url("../image/solution-bg.jpg") top center no-repeat;
	padding: 150px 0 100px;
}
#sec-solution .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec-solution .left {
	width: 712px;
}
#sec-solution .left h2 {
	background: linear-gradient(293deg, #04A4E6 0%, #003483 100%);
	width: 530px;
	font-size: 55px;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}
#sec-solution .left h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
#sec-solution .left p {
	font-size: 20px;
}
#sec-solution .right {
	width: 360px;
}
#sec-service {
	background: #FCFBED;
	padding: 100px 0;
}
#sec-service .image {
	text-align: center;
	margin-bottom: 80px;
}
#sec-service h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}
#sec-service .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#sec-service .flex .item {
	width: 330px;
}
#sec-service .flex .item .ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#sec-service .flex .item .ttl .icon {
	width: 80px;
}
#sec-service .flex .item .ttl h4 {
	width: calc(100% - 90px);
	font-size: 20px;
	font-weight: 400;
}
#sec-service .flex .item .ttl h4 span {
	font-weight: 700;
	color: #FF7F00;
}
#sec-service .txt {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
#sec-contact {
	background: linear-gradient(347deg, #049DDF 0%, #003483 100%);
	padding: 80px 0;
}
#sec-contact .inner {
	max-width: 900px;
}
#sec-contact h3 {
	background: #FFF;
	width: 580px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	border-radius: 100px;
	padding: 6px 0;
	margin: auto auto 40px auto;
}
#sec-contact h3 span {
	color: #FF7F00;
}
#sec-contact .wrap {
	background: #FFF;
	text-align: center;
}
#sec-contact .wrap h4 {
	background: #0046AE;
	font-size: 26px;
	font-weight: 700;
	color: #FFFF00;
	text-align: center;
	padding: 10px 0;
}
#sec-contact .box {
	padding: 40px 50px;
}
#sec-contact .box .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec-contact .box .flex .ttl {
	margin-bottom: 10px;
}
#sec-features {
	padding: 100px 0;
}
#sec-features .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec-features .flex .item {
	box-sizing: border-box;
	width: 520px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 2px #003483;
	margin-bottom: 40px;
}
#sec-features .flex .item .num {
	background: #013583;
	width: 90px;
	font-size: 50px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	position: relative;
}
#sec-features .flex .item .num p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec-features .flex .item .cnt {
	box-sizing: border-box;
	width: calc(100% - 90px);
	padding: 20px 15px;
}
#sec-features .flex .item .cnt .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #0C3E88;
	margin-bottom: 5px;
}
#sec-greeting {
	background: #FCFBED;
	padding: 100px 0;
}
#sec-greeting .block1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#sec-greeting .block1 .left {
	width: 710px;
}
#sec-greeting .block1 .left .name {
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	margin-top: 30px;
}
#sec-greeting .block1 .right {
	width: 350px;
}
#sec-greeting .block2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec-greeting .block2 .ttl {
	font-size: 18px;
	font-weight: 700;
	color: #003483;
	margin-bottom: 10px;
}
#sec-greeting .block2 .left {
	width: 520px;
}
#sec-greeting .block2 .left ul li {
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
}
#sec-greeting .block2 .left ul li:first-of-type {
	border-top: solid 1px #ccc;
}
#sec-greeting .block2 .right {
	width: 520px;
}
#sec-mailform {
	background: #F4F9FF;
	padding: 100px 0;
}
#sec-mailform .inner {
	max-width: 1000px;
}
#sec-mailform .wrap {
	background: #FFF;
	border-radius: 15px;
	padding: 50px;
}
#sec-mailform table {
	width: 100%;
	margin-bottom: 40px;
}
#sec-mailform table tr {
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#sec-mailform table tr th {
	width: 28%;
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
}
#sec-mailform table tr td {
	padding: 15px;
}
#sec-mailform .need {
	background: #FF8000;
	font-size:11px;
	font-weight: 700;
	color: #FFF;
	border-radius: 4px;
	padding: 2px 5px;
	margin-left: 15px;
}
#sec-mailform .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}
#sec-mailform .btn {
	text-align: center;
}
#sec-mailform .btn input {
	background: #0C3E89;
	width: 360px;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	padding: 18px 0;
	margin: auto;
}
#footer {
	padding-bottom: 130px;
}
#footer .logo {
	background: #F4F4F4;
	text-align: center;
	padding: 30px 0;
}
#footer #copyright {
	background: #333;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}



/**************************************************
	thanks
**************************************************/
#sec-thanks {
	box-sizing: border-box;
	min-height: 100vh;
	text-align: center;
	padding: 100px 0;
}
#sec-thanks.inner {
	max-width: 900px;
}
#sec-thanks h2 {
	font-size: 30px;
	margin: 40px;
}
#sec-thanks .btn a {
	background: #004BB1;
	width: 100%;
	max-width: 360px;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: 40px auto auto auto;
}



/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.marker {
	background: linear-gradient(rgba(255,255,0,0) 51%, rgba(255,255,0,0.5) 51%);
}
.sec-ttl001 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 60px;
}
.sec-ttl001 .sub {
	font-size: 36px;
	color: #004BB1;
	display: block;
}
.sec-ttl001::after {
	content: "";
	background: #003483;
	width: 50px;
	height: 4px;
	display: block;
	margin: 15px auto auto auto;
}
.sec-ttl002 {
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 60px;
}
.sec-ttl002 .sub {
	font-size: 20px;
	color: #003383;
	display: block;
}
.sec-ttl002::after {
	content: "";
	background: #003483;
	width: 50px;
	height: 4px;
	display: block;
	margin: 15px auto auto auto;
}



/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media only screen and (max-width:1099px) {
  #mainContent,
  #sideContent{
    float:none;
    width:auto;
  }
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
		max-width: 265px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: 10px auto auto auto;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #000;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #F4F4F4;
		text-align: center;
		border-top: dotted 1px #CCC;
		padding: 10px;
	}
	.slideBox a {
		color: #000;
		display:block;
	}

	
	#bottom-fixed {
		padding: 5px 0;
	}
	#bottom-fixed .wrap {
		width: 90%;
		flex-wrap: wrap;
	}
	#bottom-fixed .wrap h2 {
		width: 100%;
		font-size: 16px;
		text-align: center;
		margin-bottom: 5px;
	}
	#bottom-fixed .wrap .tel {
		width: 48%;
	}
	#bottom-fixed .wrap .contact {
		width: 48%;
	}
	#sec-summary {
		padding: 60px 0;
	}
	#sec-summary .ttl {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#sec-summary p {
		font-size: 18px;
		font-weight: 400;
		text-align: left;
	}
	#sec-problem {
		padding: 60px 0;
	}
	#sec-solution {
		background: url("../image/solution-bg.jpg") top center no-repeat;
		background-size: 50%;
		padding: 100px 0 60px;
	}
	#sec-solution .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec-solution .left h2 {
		width: 100%;
		font-size: 35px;
		text-align: center;
		margin-bottom: 30px;
	}
	#sec-solution .left h3 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#sec-solution .left p {
		font-size: 18px;
	}
	#sec-solution .right {
		width: 100%;
		max-width: 250px;
		margin: auto;
	}
	#sec-service {
		padding: 60px 0;
	}
	#sec-service .image {
		margin-bottom: 40px;
	}
	#sec-service h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#sec-service .flex {
		margin-bottom: 0px;
	}
	#sec-service .flex .item {
		width: 100%;
		margin-bottom: 40px;
	}
	#sec-service .flex .item .ttl {
		margin-bottom: 10px;
	}
	#sec-service .flex .item .photo {
		text-align: center;
	}
	#sec-service .flex .item .photo img {
		max-width: 280px;
	}
	#sec-service .txt {
		font-size: 22px;
		text-align: left;
	}
	#sec-contact {
		padding: 60px 0;
	}
	#sec-contact h3 {
		box-sizing: border-box;
		width: 100%;
		font-size: 22px;
		border-radius: 15px;
		padding: 10px;
		margin: auto auto 30px auto;
	}
	#sec-contact h3 span {
		display: block;
	}
	#sec-contact .wrap h4 {
		font-size: 22px;
		line-height: 1.5;
	}
	#sec-contact .box {
		padding: 20px;
	}
	#sec-contact .box .tel {
		margin-bottom: 20px;
	}
	#sec-features {
		padding: 60px 0;
	}
	#sec-features .flex .item {
		width: 100%;
		border: solid 1px #003483;
		margin-bottom: 20px;
	}
	#sec-features .flex .item .num {
		width: 80px;
		font-size: 40px;
	}
	#sec-features .flex .item .cnt {
		width: calc(100% - 80px);
		padding: 15px;
	}
	#sec-features .flex .item .cnt .ttl {
		font-size: 18px;
	}
	#sec-greeting {
		padding: 60px 0;
	}
	#sec-greeting .block1 {
		margin-bottom: 40px;
	}
	#sec-greeting .block1 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec-greeting .block1 .left .name {
		font-size: 16px;
		margin-top: 20px;
	}
	#sec-greeting .block1 .right {
		width: 100%;
		text-align: center;
	}
	#sec-greeting .block2 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec-greeting .block2 .left ul li {
		font-size: 14px;
	}
	#sec-greeting .block2 .right {
		width: 100%;
	}
	#sec-mailform {
		padding: 60px 0;
	}
	#sec-mailform .wrap {
		padding: 30px 10px;
	}
	#sec-mailform table {
		margin-bottom: 30px;
	}
	#sec-mailform table tr {
		border-top: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}
	#sec-mailform table tr th {
		width: 100%;
		display: block;
		padding: 10px 0 5px;
	}
	#sec-mailform table tr td {
		width: 100%;
		display: block;
		padding: 0 0 10px 0;
	}
	#sec-mailform .btn input {
		width: 100%;
		padding: 14px 0;
	}
	#footer {
		padding-bottom: 76.35px;
	}
	#footer .logo {
		padding: 15px 0;
	}
	#footer .logo img {
		width: 70%;
	}
	#footer #copyright {
		font-size: 11px;
	}
	



	/**************************************************
		thanks
	**************************************************/
	#sec-thanks {
		box-sizing: border-box;
		min-height: 100vh;
		text-align: center;
		padding: 100px 0;
	}
	#sec-thanks.inner {
		max-width: 900px;
	}
	#sec-thanks h2 {
		font-size: 30px;
		margin: 40px;
	}
	#sec-thanks .btn a {
		background: #004BB1;
		width: 100%;
		max-width: 360px;
		color: #FFF;
		text-align: center;
		display: block;
		border-radius: 5px;
		padding: 15px 0;
		margin: 40px auto auto auto;
	}





  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.sec-ttl001 .sub {
		font-size: 18px;
	}
	.sec-ttl001::after {
		width: 30px;
		height: 2px;
		margin: 15px auto auto auto;
	}
	.sec-ttl002 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.sec-ttl002 .sub {
		font-size: 18px;
	}
	.sec-ttl002::after {
		background: #003483;
		width: 30px;
		height: 2px;
	}
}

/* スマートフォン 横 */
@media only screen and (max-width:640px){

}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media screen and (min-width:480px) and ( max-width:979px) {
    
}