@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #F6F6F6;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

li {
	list-style-type: none;
}
a {
	color: #009999;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right,
.img_left,
.img_center {
	padding: 30px;
}

.img_left {
	float: left;
	max-width: 65%;
}

.img_right {
	float: right;
	max-width: 65%;
}
.img_center {
	display: block;
	margin: auto;
}

u {
	font-weight: bold;
}

.txt_ylb {
	color: #FFEE55;
	font-weight: bold;
}

.att {
	color: #FF8000;
}

/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
}


.loader {
	color: #35BBDD;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
}

header h1 a {
	position: absolute;
	display: block;
	text-decoration: none;
	left: 5px;
	top: 15px;
}

header .h_txt {
	font-size: 14px;
	position: absolute;
	left: 240px;
	top: 5px;
	display: block;
	padding: 20px;
	font-weight: bold;
	color: #083D65;
}

header .h_btn a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 100%;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #E73C3C;
	text-align: center;
	padding-top: 20px;
}
header .h_btn a i {
	padding-right: 5px;
	font-size: 24px;
}

header .h_btn a:hover {
	color: #E73C3C;
	background-color: #FFF;
}

header .h_btn a strong {
	font-size: 22px;
}

header .head_in {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100px;
}

header .h_tel {
	position: absolute;
	top: 15px;
	width: 380px;
	right: 220px;
}

header .h_tel a {
	text-decoration: none;
	font-weight: bold;
}



header .h_tel a .tel_num {
	font-size: 34px;
	padding-left: 5px;
	color: #E73C3C;
	letter-spacing: -0.02em;
	line-height: 1;
}

header .h_tel a .tel_head {
	font-size: 12px;
	color: #E73C3C;
	display: inline-block;
	letter-spacing: 0em;
}

header .h_tel a .tel_foot {
	font-size: 13px;
	letter-spacing: 0em;
	color: #083D65;
}

/*
トップイメージ
-------------------------------------------*/


.top_img {
	width: 100%;
	text-align: center;
	background-color: #07B6B6;
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 900px;
	position: relative;
	overflow: hidden;
}
.top_img .top_img_01 {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -550px;
}

.top_img .top_img_02 {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -800px;
}

/*
フォーム
-------------------------------------------*/

.box_form {
	width: 100%;
	background-image: url(../img/box_form.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 820px;
	background-position: right bottom;
}

.form_top {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
}

.form_foot {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}

.box_form .form_01 {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -300px;
}

.box_form .form_02 {
	position: absolute;
	top: 222px;
	left: 50%;
	margin-left: -560px;
}

.box_form .form_03 {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -480px;
}

.box_form .form_04 {
	position: absolute;
	top: -70px;
	right: 50%;
	margin-right: -570px;
}

.box_form .form_05 {
	position: absolute;
	left: 50%;
	margin-left: -540px;
	top: -125px;
}

form.contact_form {
	width: 450px;
	display: block;
	background-color: #F9F9F9;
	padding: 5px;
	position: absolute;
	top: 220px;
	right: 50%;
	margin-right: -560px;
}

form.contact_form input {
	width: 200px;
	font-size: 18px;
	border: 1px solid #CCC;
	line-height: 28px;
	padding: 10px;
	background-color: #EEE;
}

form.contact_form table.form_table {
	width: 100%;
	margin-bottom: 15px;
}

table.form_table caption {
	background-color: #0F6692;
	color: #FFF;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #083D65;
}

table.form_table caption strong {
	color: #FEDD50;
	font-size: 130%;
}

table.form_table th {
	white-space: nowrap;
	text-align: right;
	padding: 15px;
}
table.form_table td {
	padding: 15px;
}
table.form_table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
table.form_table th.hissu {
	color: #FF2626;
}

table.form_table th.hissu span {
	font-size: 12px;
	color: #FFF;
	background-color: #FF2626;
	padding: 10px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	width: 360px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

form.contact_form input:focus {
	border-color: #FF2626;
	background-color: #FFF;
}



/*
お客様の声
-------------------------------------------*/

.list_voice {
	max-width: 1300px;
	margin: auto;
}

.list_voice li {
	display: block;
	float: left;
	padding: 30px;
	width: 33.3%;
	position: relative;
}

.list_voice li .voice_title {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1586B6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 18px;
}

.list_voice li .voice_title span {
	color: #333;
	padding-left: 5px;
	font-size: 16px;
}


.list_voice li .voice_name {
	font-weight: bold;
	padding: 10px;
	color: #111;
	font-size: 16px;
}

.list_voice li .voice_name i {
	font-size: 22px;
	color: #1586B6;
	padding-right: 5px;
}

.list_voice li p {
	margin: 0px;
	font-size: 15px;
	color: #FFF;
	background-color: #0F6692;
	border-radius: 10px;
	display: block;
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


.list_voice li img {
	width: 100%;
	border-radius: 20px;
	background-color: #EEE;
	padding: 15px;
}

.list_voice li .voice_icon {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	background-color: #1586B6;
	color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	z-index: 10;
	font-weight: bold;
	font-size: 14px;
}

.list_voice li p::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 10px;
  border: 15px solid transparent;
  border-bottom: 20px solid #0F6692;
  z-index: 0;
}


.list_voice li:hover {
	background-color: #FFF;
}

.list_voice li:hover img {
	background-color: #C3C3C3;
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}


/*
帯・各種
-------------------------------------------*/

.obi_01 {
	background-color: #1586B6;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/obi_01.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

.obi_01_foot {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.obi_02 {
	background-color: #0F6692;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}

.obi_02_title {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

.obi_02_title strong {
	color: #FEDD50;
}

.obi_02_foot {
	position: absolute;
	bottom: 10px;;
	right: 0;
}


.obi_03 {
	background-color: #083D65;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
	background: rgb(15,102,146);
	background: -moz-linear-gradient(0deg, rgba(15,102,146,1) 20%, rgba(8,61,101,1) 80%);
	background: -webkit-linear-gradient(0deg, rgba(15,102,146,1) 20%, rgba(8,61,101,1) 80%);
	background: linear-gradient(0deg, rgba(15,102,146,1) 20%, rgba(8,61,101,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f6692",endColorstr="#083d65",GradientType=1); 
}

.obi_03 h2 {
	color: #FFF;
	font-size: 32px;
	letter-spacing: 0em;
}

.obi_03 h2 strong {
	color: #FEDD50;
}

.obi_03 h2 i {
	color: #60C1EC;
	font-size: 38px;
}

.obi_03 h2 .h2_eng {
	color: #60C1EC;
	font-size: 65%;
}

.obi_04 {
	background-color: #0F6692;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}

.obi_04 h2 {
	color: #FFF;
}

.obi_04::before {
	content: '';
	position: absolute;
	left: 0;
	top: -50px;
	transform: skewY(-1.0deg);
	transform-origin: top right;
	width: 100%;
	height: 100%;
	background: rgb(15,102,146);
background: -moz-linear-gradient(0deg, rgba(15,102,146,1) 10%, rgba(21,134,182,1) 90%);
background: -webkit-linear-gradient(0deg, rgba(15,102,146,1) 10%, rgba(21,134,182,1) 90%);
background: linear-gradient(0deg, rgba(15,102,146,1) 10%, rgba(21,134,182,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f6692",endColorstr="#1586b6",GradientType=1); 
}

.obi_05 {
	background-color: #0F6692;
}

.obi_06 {
	background-color: #EEE;
}

/*
お問い合わせの流れ
-------------------------------------------*/

.flow_base {
	background-color: #B6D8E7;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.flow_base h2 .h2_eng {
	color: #FFF;
}


.box_flow {
	position: relative;
	max-width: 1100px;
	margin: auto;
	padding: 20px;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.flow_num {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 120px;
	line-height: 120px;
	font-size: 58px;
	color: #FFF;
	font-weight: bold;
	background-color: #FFA800;
	border-radius: 50%;
	text-align: center;
}

.box_flow img {
	float: left;
	max-width: 50%;
	border-radius: 10px;
}

.flow_cont {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.flow_title {
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
	color: #FFF;
	background-color: #1584B4;
}

.flow_title strong {
	background-color: #FF8000;
	padding-right: 5px;
	padding-left: 5px;
}

.flow_cont p {
	font-weight: 500;
	font-size: 17px;
	padding: 10px;
}


.flow_cont p strong {
	background-color: #FEE789;
	padding-right: 5px;
	padding-left: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content.no_pad {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content.kr {
	max-width: 100%;
	background-color: #195895;
	color: #FFF;
}


.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.content p strong {
	font-size: 130%;
}

.content p strong.txt_1 {
	font-size: 180%;
	padding-right: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

h2 {
	font-size: 44px;
	margin-top: 30px;
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3;
	position: relative;
	letter-spacing: 0.05em;
	color: #1586B6;
}

h2 img {
	vertical-align: bottom;
}

h2.h2_top {
	margin-top: -10px;
}


h2 .sub_catch {
	font-size: 44%;
	color: #083D65;
	background-color: #FEDD50;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	line-height: 40px;
	border-radius: 20px;
	letter-spacing: 0em;
}

h2 .sub_catch:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(254,221,80,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #FEDD50;
	top: 100%;
	left: 30%;
}

h2 strong {
	font-size: 140%;
	color: #E63B3B;
}

h2 .h2_eng {
	font-size: 44%;
	color: #ABD0E2;
	display: block;
}
h2 .h2_small {
	font-size: 65%;
}

h2 .h2_small_2 {
	font-size: 50%;
	color: #083D65;
}
h2.h2_line {
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}


h2 .kr_bg {
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: -10;
	max-width: 50%;
}

.obi_04 h2 strong {
	font-size: 180%;
	color: #FEDD50;
}

.obi_04 h2 .sub_catch {
	color: #111;
	background-color: #FFF;
}

.obi_04 h2 .sub_catch span {
	color: #1586B6;
	font-size: 130%;
}

.obi_04 h2 .sub_catch:after{
	border-color: rgba(255,255,255,0);
	border-top-color: #EFF;
}

.obi_05 h2 {
	color: #FFF;
}
p.sub_txt {
	font-size: 13px;
	color: #444;
	text-align: center;
}

.content h3 {
	font-size: 28px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #1586B6;
	padding: 20px;
	color: #045273;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1586B6;
	letter-spacing: 1px;
	position: relative;
}

.content.kr h3 {
	color: #FFFFFF;
	border-bottom-color: #FFF;
}

.content.kr h3 .kr_num {
	color: #195895;
	background-color: #FFEE55;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.content h3 strong {
	font-size: 130%;
}

.content h3 strong.gr {
	color: #07B6B6;
	padding-right: 5px;
	padding-left: 5px;
}

.content h3 i {
	padding-right: 10px;
}


/*
解決できます
-------------------------------------------*/

.kaiketsu_base {
	background-image: url(../img/kaiketsu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #0F6692;
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.kaiketsu_base h2 {
	color: #FFF;
}

.kaiketsu_base h2 strong {
	color: #FEDD50;
	text-decoration: underline;
}

.kaiketsu {
	margin: auto;
	max-width: 960px;
	padding: 20px;
}

ul.list_kaiketsu {
	display: block;
	background-color: #F6F6F6;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
}

ul.list_kaiketsu li {
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #225477;
}

ul.list_kaiketsu li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 5px;
	top: 15px;
	color: #22B59B;
}
ul.list_kaiketsu li strong {
	color: #1586B6;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1586B6;
}

.kaiketsu_staff {
	position: absolute;
	left: 50%;
	margin-left: -660px;
	bottom: 0px;
}
	
.content .cont_in {
	max-width: 960px;
	padding: 30px;
	margin: auto;
}


/*
６つのこと
-------------------------------------------*/

.box_flex.point {
	max-width: 960px;
	padding: 20px;
}

.box_flex .box_point {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
}

.box_flex .box_point img {
	width: 100% !important;
	padding: 20px;
}


.box_flex .box_point .title_num {
	font-weight: bold;
	font-size: 56px;
	display: block;
	color: #1586B6;
	position: absolute;
	text-align: center;
	top: -50px;
	left: -50px;
	width: 180px;
	height: 130px;
	padding-top: 10px;
	line-height: 120px;
	background-image: url(../img/point_bg.png);
	background-repeat: no-repeat;
}

.box_flex .box_point h3 {
	font-size: 26px;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

.box_flex .box_point h3 span {
	font-size: 65%;
	color: #1586B6;
}
.box_flex .box_point h3 strong {
	color: #E73C3C;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #E73C3C;
}

.box_flex .box_point p {
	font-size: 16px;
	margin: 30px;
	line-height: 1.8;
	text-align: left;
	font-weight: 500;
}


/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin: auto;
	padding: 10px;
	max-width: 1000px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #222;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.content .qa dt::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #EEE;
	top: 100%;
	right: 20%;
}


.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	color: #FFF;
	font-weight: 500;
	font-size: 17px;
}

.content .qa dt::before,
.content .qa dd::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #1586B6;
}

.content .qa dd::before {
	content: "A.";
	color: #FEDD50;
	top: 13px;
}



/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	display: block;
	color: #FFF;
	background-color: #0F6692;
	padding-bottom: 130px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}


footer ul {
	text-align: center;
	padding: 10px;
	display: block;
}

footer ul li {
	display: inline;
}

footer ul li a {
	display: inline-block;
	line-height: 1.5;
	font-size: 13px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0B558C;
}

footer ul li a:hover {
	color: #083D65;
	background-color: #FFFFFF;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table.table_01 {
	width: 100%;
	border-color: #789;
}

table.table_01 th,
table.table_01 td {
	padding: 10px;
	color: #333;
	border-color: #789;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: absolute;
	top: -60px;
	right: 0px;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	height: 60px;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	border-radius: 10px 10px 0 0;
 background: rgb(8,61,101);
background: -moz-linear-gradient(0deg, rgba(8,61,101,1) 65%, rgba(10,71,112,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(8,61,101,1) 65%, rgba(10,71,112,1) 100%);
background: linear-gradient(0deg, rgba(8,61,101,1) 65%, rgba(10,71,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083d65",endColorstr="#0a4770",GradientType=1); 
}
#to_top a:hover {
 background: rgb(8,61,101);
background: -moz-linear-gradient(0deg, rgba(8,61,101,1) 35%, rgba(6,101,147,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(8,61,101,1) 35%, rgba(6,101,147,1) 100%);
background: linear-gradient(0deg, rgba(8,61,101,1) 35%, rgba(6,101,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083d65",endColorstr="#066593",GradientType=1); 
}

/*
フッターバナー
-------------------------------------------*/

#foot_bn {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #083D65;
	height: auto;
	z-index: 500;
}

#foot_bn .box_flex {
	max-width: 1220px;
}

#foot_bn .box_flex .f_btn {
	width: 50%;
	text-align: center;
}

#foot_bn .box_flex .f_btn a:hover img {
	-webkit-filter:brightness(1.0);
    -moz-filter:brightness(1.0);
    -ms-filter:brightness(1.0);
    filter:brightness(1.0);
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin: auto;
}




@media screen and (min-width:1100px) {
header .h_tel a i {
	display: none;
}

header .h_tel a img {
	vertical-align: sub;
}
.no_pc {
	display: none;
}

}
/*-----（/1100～）-----*/


/*
トップ施工事例＆資格
-------------------------------------------*/
ul.top_w {
	padding: 10px;
}

ul.top_w li {
	width: 16.66%;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

ul.top_w li div {
	background-color: #EEE;
	 background: rgb(221,221,221);
background: -moz-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: -webkit-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#eeeeee",GradientType=1); 
	width: 180px;
	height: 180px;
	border-radius: 10px;
	padding: 10px;
	margin: auto;
}

ul.top_w li img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.top_w li p {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}



ul.top_s {
	padding: 10px;
	max-width: 800px;
}

ul.top_s li {
	width: 25%;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

ul.top_s li div {
	background-color: #EEE;
	 background: rgb(221,221,221);
background: -moz-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: -webkit-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#eeeeee",GradientType=1); 
	width: 170px;
	height: 170px;
	border-radius: 85px;
	padding: 10px;
	margin: auto;
}

ul.top_s li img {
	border-radius: 75px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.top_s li p {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}


/*
Googleクチコミ
-------------------------------------------*/

ul.kuchikomi {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul.kuchikomi li {
	width: 30%;
	margin-bottom: 50px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: -webkit-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#eeeeee",GradientType=1); 
}

ul.kuchikomi li a {
	display: block;
	background-color: #FFF;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

ul.kuchikomi li a p {
	color: #111;
	font-size: 18px;
}

ul.kuchikomi li a p .hoshi {
	font-size: 28px;
	color: #FF7F00;
	display: block;
}


ul.kuchikomi li a:hover {
	background-color: #EEE;
}
ul.kuchikomi li a:hover p .hoshi {
	color: #FF9900;
}



ul.kuchikomi li a p .hoshi strong {
	font-size: 150%;
}

ul.kuchikomi li a .s_name {
	font-size: 22px;
	position: absolute;
	top: -30px;
	left: -30px;
	background-color: #EC4233;
	color: #FFF;
	display: block;
	width: 120px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
}

ul.kuchikomi li a .s_name::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 25px solid #EC4233;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


ul.kuchikomi li a .s_name.cl_2 {
	background-color: #FCBB05;
}

ul.kuchikomi li a .s_name.cl_2::before {
  border-left-color: #FCBB05;
}

ul.kuchikomi li a .s_name.cl_3 {
	background-color: #34A853;
}

ul.kuchikomi li a .s_name.cl_3::before {
  border-left-color: #34A853;
}

ul.kuchikomi li a .s_name.cl_4 {
	background-color: #4286F5;
}

ul.kuchikomi li a .s_name.cl_4::before {
  border-left-color: #4286F5;
}



/*
社会貢献一覧
-------------------------------------------*/
ul.e_list li {
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
}

ul.e_list li div {
	background-color: #EEE;
	 background: rgb(221,221,221);
background: -moz-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: -webkit-linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
background: linear-gradient(330deg, rgba(221,221,221,1) 50%, rgba(238,238,238,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#eeeeee",GradientType=1); 
	width: 180px;
	height: 180px;
	border-radius: 10px;
	padding: 10px;
	margin: auto;
}

ul.e_list li img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul.e_list li p {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
	color: #1586B6;
}


@media screen and (max-width:1360px) {

ul.top_s {
	padding-right: 360px;
	max-width: 100%;
}

}

.voice_bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

@media screen and (max-width:1100px) {

.voice_bg {
	left: auto;
	margin-left: 0px;
}

.kaiketsu_base {
	padding-bottom: 270px;
}

ul.list_kaiketsu {
	padding-right: 20px;
	padding-left: 20px;
}

.kaiketsu_staff {
	margin-left: -170px;
	bottom: 0px;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
ヘッダー
-------------------------------------------*/

header .head_in {
	height: 60px;
}

header h1 a {
	top: 5px;
}

header h1 a img {
	height: 50px;
}

header .h_tel a img {
	display: none;
}
header .h_txt {
	font-size: 12px;
	left: 200px;
	top: 0px;
	height: 60px;
	line-height: 20px;
	padding: 10px;
}
header .h_btn a {
	width: 60px;
	padding-top: 0px;
}
header .h_btn a i {
	padding-right: 0px;
	font-size: 30px;
	line-height: 60px;
}

header .h_tel {
	right: 60px;
	width: 60px;
	height: 100%;
	text-align: center;
	top: 0px;
}

header .h_tel a {
	display: block;
	background-color: #1586B6;
	color: #FFF;
}

header .h_tel a i {
	font-size: 30x;
	line-height: 60px;
}

header .h_tel a .tel_num,
header .h_tel a .tel_head,
header .h_tel a .tel_foot,
header .h_btn a span {
	display: none;
}

/*
トップイメージ
-------------------------------------------*/


.top_img {
	height: auto;
	background-image: url(../img/top_img_sp.jpg);
}
.top_img .top_img_01 {
	position: relative;
	top: auto;
	left: 0px;
	margin-left: 0;
}

.top_img .top_img_02 {
	position: relative;
	margin-left: 0;
	left: 0;
}


ul.top_w li {
	width: 32%;
}

ul.top_w li div {
	width: 200px;
	height: 200px;
}

ul.top_s li div {
	width: 140px;
	height: 140px;
	border-radius: 70px;
}

/*
フォーム
-------------------------------------------*/
.box_form {
	text-align: center;
	padding-bottom: 20px;
	background-position: center center;
}

.box_form .form_01 {
	position: relative;
	left: auto;
	margin-left: -35px;
}

.box_form .form_02 {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 0px;
	margin-top: -30px;
	margin-bottom: 10px;
}

.box_form .form_03 {
	position: relative;
	bottom: auto;
	left: auto;
	margin-left: 0px;
}

.box_form .form_04 {
	display: none;
}

.box_form .form_05 {
	display: none;
}

form.contact_form {
	position: relative;
	top: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}


.no_tab {
	display: none;
}
}
/*-----（/～1100）-----*/



@media screen and (max-width:760px) {
	

.box_flex .box_point {
	margin-top: 10px;
}

ul.kuchikomi li {
	width: 47%;
	padding: 15px;
}

ul.kuchikomi li a .s_name {
	font-size: 18px;
	top: -20px;
	left: -20px;
	width: 90px;
	height: 60px;
	line-height: 60px;
}


ul.kuchikomi li a p {
	font-size: 16px;
}

ul.kuchikomi li a p .hoshi {
	font-size: 22px;
}

.box_flow img {
	float: none;
	max-width: 100%;
	width: 100%;
	border-radius: 0px;
}

.flow_cont {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.flow_num {
	top: -20px;
	left: -10px;
	width: 100px;
	line-height: 100px;
	font-size: 48px;
}


/*
トップイメージ
-------------------------------------------*/


.top_img {
	background-size: 135%;
}


.list_voice li {
	padding: 10px;
	width: 50%;
}

ul.top_w li div {
	width: 160px;
	height: 160px;
}

ul.top_s {
	padding-right: 0px;
}

.obi_02_foot {
	width: 300px;
	right: 50%;
	margin-right: -150px;
}

.obi_01 {
	padding-top: 40px;
	padding-bottom: 10px;
}
.obi_02 {
	padding-top: 30px;
	padding-bottom: 120px;
}
/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td {
	display: block;
}


}
/*-----（/～760）-----*/


@media screen and (max-width:640px) {
.content p {
	margin-right: 5px;
	margin-left: 10px;
}

h2 {
	font-size: 34px;
}
h2 .sub_catch {
	width: 320px;
	margin-left: -160px;
}

.obi_03 h2 {
	font-size: 24px;
}

.content h3 {
	font-size: 20px;
}

ul.list_kaiketsu li {
	font-size: 18px;
}


.box_flex .box_point {
	padding: 0px;
}

.no_sp {
	display: none;
}
}
/*-----（/～640）-----*/


@media screen and (max-width:560px) {

ul.top_w li div {
	width: 100%;
	height: 130px;
}

ul.top_s li div {
	width: 80px;
	height: 80px;
	padding: 0px;
}

header .h_txt {
	display: none;
}

textarea,
input {
	max-width: 360px;
}

.content .cont_in {
	padding: 10px;
}


.img_right,
.img_left,
.img_center {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	max-width: 100%;
	margin: auto;
	display: block;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:450px) {

form.contact_form {
	width: 100%;
}

form.contact_form input {
	width: 180px;
	font-size: 18px;
	padding: 5px;
}

table.form_table caption {
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 0;
}

table.form_table th {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	letter-spacing: 0;
}
table.form_table td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

form.contact_form input.form_btn {
	width: 96%;
}


}
/*-----（/～450）-----*/


.sankaku_01 {
	text-align: center;
	margin-bottom: -20px;
	position: relative;
	z-index: 10;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px); 
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.d_10 {
transition-delay:1.0s;
-webkit-transition-delay:1.0s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
