@charset "utf-8";

html {
   -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html{
  margin: 0;
  padding: 0;
}

body {
color:#333333; 
text-align:center;
padding: 0px 0px 0px 0px; 
margin:0px 0px 0px 0px; 
font-size: 16px;  
font-family: 'Noto Sans Japanese', serif !important;
line-height:180%; 
}
body {
	min-width: 1300px; 
}
a {
color: #333333; 
text-decoration: none; 
font-weight: bold; 
background-color: transparent;
}
a:hover {
color: #1464cd; 
text-decoration:none;
}
.anchorLink{
    display: block;
}

img {
max-width: 100%;
height:auto;
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
vertical-align: bottom;
}

.pc_on {
	display:block;
}
.sp_on {
	display:none;
}
.sp_none {
    display: block;
  }
  
/*ハンバーガーボタン*/
.el_humburger {
	display: none;
    position: fixed;
    top: 45px;
    right: 60px;
    width: 46px;
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

.el_humburger_wrapper {
    margin-bottom: 5px;
    width: 42px;
    display: inline-block; 
}

.spm_menu {
    font-size: 15px;
    color: #ccc;
    color: #fff;
    text-align: center;
    padding:  0px 0px 0px 0px;
    margin-top: -10px;
	margin-top: -5px;
	margin-top: -10px;
}

.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; 
	font-family: 'Noto Sans Japanese', serif !important;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}

.el_humburger_text.el_humburger_text__close {
    display: none; 
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block; 
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}

.el_humburger span.el_humburger_bar:last-child {
margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #000;
    background: #fff;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
opacity: 0; 
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
-webkit-transform: translateY(-11px) rotate(45deg);
-ms-transform: translateY(-11px) rotate(45deg);
transform: translateY(-11px) rotate(45deg); }

.el_humburgerButton.el_humburgerButton__close {
top: 2%;
right: 2%; 
}

.el_humburgerButton__close span.el_humburger_bar {
display: block;
width: 35px;
margin: 0 auto;
height: 4px;
background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
-webkit-transform: translateY(5px) rotate(-45deg);
-ms-transform: translateY(5px) rotate(-45deg);
transform: translateY(5px) rotate(-45deg); }

.el_humburgerButton__close span.el_humburger_bar.bottom {
-webkit-transform: translateY(-6px) rotate(45deg);
-ms-transform: translateY(-6px) rotate(45deg);
transform: translateY(-6px) rotate(45deg); }

.navi {
    display: none;
    position: fixed;
    will-change: transform;
    right:0;
    height: 100%;
    background-color: #f6f6f6;
	background-color: #fff9f1;
	background-color: rgba(246,246,246,0.97);
    width: 0px;
    z-index: 3;
	z-index: 9999999 !important;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*	 transition: all 600ms ease-out; */ 
transition: all 600ms ease-out;
transition: all 500ms ease-out;
    overflow-y: scroll;
}

.js_humburgerOpen .navi {
width: 450px;
    /*transform:translateZ(0) translateX(0%);*/ 
	
}
.navi_item {
	margin-bottom: 10px;
	margin-bottom: 4px;
	font-size: 18px;
	font-size: 16px;
	padding: 0 10px 10px 6vw;
	padding: 0 10px 5px 6vw;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; 
	font-family: 'Noto Sans Japanese', serif !important;
    white-space: nowrap;
    margin-left: 90px; 
	border-bottom: 1px solid #666;
	border-bottom: 1px solid #aaa;
    box-sizing: border-box;
}

.navi_item.op_innerLink {
	cursor: pointer; 
}

.aiefu {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow:hidden;
}

/* =ヘッダビジュアル
----------------------------------------------- */
.bg-top {
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 685px;
  height: 670px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}

.bg-top .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  margin: 0px auto 0px auto;
  margin: 0px auto 0px auto;
}

.bg-top:after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/aiefu_mainimg.jpg) no-repeat center center;
  background-size: cover;
  content: "";
}


/* =ヘッダ
----------------------------------------------- */
#header0 {
box-sizing: border-box;
   width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.wrap {
box-sizing: border-box;
  position: relative;
   width: 100%;
  overflow: hidden;
}
#header {
box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* ロゴ部分 */
.header_logo {
float:left;
 width: 210px;
  position: relative;
  margin: 0px 0 0px 3%;
  padding: 10px 0px 0px 0px;
}
.header_logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.header_right {
  float:right;
  position: relative;
  margin: 0px 2% 0px 0%;
  padding: 20px 0px 0px 0px;
}

.contact_tel {
 float:right;
 width: 170px;
  position: relative;
  margin: 0px 0% 0px 0%;
  padding: 0px 0px 0px 40px;
}
.contact_tel img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ナビゲーション */
.header_nav {
  float:right;
  position: relative;
  margin: 0px 0% 0px 0%;
  padding: 0px 0px 0px 0px;
}
.header_nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.header_nav ul li {
  margin: 3px 15px 0 15px;
}
.header_nav ul li:last-child {
  margin-right: 0;
}
.header_nav ul li a {
	color: #666;
	color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  transition: color 0.3s ease;
}
.header_nav ul li a:hover {
	  color: #2391E1;
	  color: #ffffff;
	   color: #0064c8;
}

/* =ヘッダメインコピー
----------------------------------------------- */
.maincp {
 width:500px;
  margin: 200px auto 0px auto;
  padding: 0px 0px 0px 0px;
position: relative;
z-index: 10;
}
.maincp_bk {
 width:330px;
 text-align:left;
  margin: 0px 0 0px -30px;
  padding: 0px 0px 0px 0px;
position: relative;
z-index: 12;
}
.maincp_bk img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1.maincp_cp {
 font-size: 40px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.7em;
padding: 0px 0px 0px 10px;
margin:0px 0 ;
position: relative;
z-index: 15;
top:-137px;
}
h1.maincp_cp span {
display:inline-block;
color:#0064c8;
padding: 0px 40px 0px 0px;
}

/* =ヘッダ直下コンテンツ
----------------------------------------------- */
.hd_cts {
   box-sizing: border-box;
   width: 100%;
   min-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 30;
  top:-54px;
  top:-39px;
}
.hd_cts_left {
   box-sizing: border-box;
     float:left;
   width: 40%;
   width: 35%;
   width: 38%;
   height: 450px;
    background: url(images/aiefu_hdimg.png) no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  z-index: 35;
  position: relative;
  overflow: hidden;
}
.hd_cts_right {
   box-sizing: border-box;
float:right;
   width: 60%;
   width: 65%;
   width: 62%;
   width:  calc(65% + 234px);
   width:  calc(62% + 234px);
   min-width: 1084px;
   min-width: 1076px;
  margin: 54px auto 0px auto;
  margin: 54px auto -390px auto;
  margin: 39px auto -390px auto;
  padding: 0px 0px 0px 0px;
  z-index: 35;
  position: relative;
 top:-450px;
}


h2.hd_cts_right_cp {
 font-size: 28px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.5em;
padding: 0px 0px 0px 0px;
margin:20px 0 10px 280px ;
margin:15px 0 6px 230px ;
}
h3.hd_cts_right_cp2 {
 font-size: 22px; 
font-weight: normal; 
color:#333333;
text-align:left;
line-height:1.5em;
padding: 0px 0px 0px 0px;
margin:0px 0 15px 230px ;
}
h3.hd_cts_right_cp2 span {
font-weight: bold; 
color:#1464d2;
}

.hd_cts_right_kei {
   box-sizing: border-box;
   width: 100%;
   height:2px;
   background: #3888ff;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.hd_cts_right_img{
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
.hd_cts_right_img img {
  max-width: 100%;
  height: auto;
}

.hd_cts_right_img1{
float:left;
width: 632px;
  margin: 0px 14px 0px 0;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}
.hd_cts_right_img2{
float:left;
width:430px;
  margin: 0px 0 0px 0;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.hd_cts_right_img_sp{
  display:none;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}


/* =サービスの特長
----------------------------------------------- */
#cts_service {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.service {
  box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  margin: -220px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow:hidden;
  z-index: 10;
}

/* =サービスの特長背景画像 */
.bg-svc{
box-sizing: border-box;
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 900px;
  margin: 0px auto 0px auto;
  padding: 180px 0px 0px 0px;
  clear: both;
}
.bg-svc .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  margin: 0px auto 0px auto;
}
.bg-svc:after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/aiefu_sv_bk.jpg) no-repeat center center;
  background-size: cover;
  content: "";
}

/* =特長紹介 ------- */
.service_cts {
  box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.service_cts img {
  max-width: 100%;
  height: auto;
}
.service_cts_box {
  box-sizing: border-box;
  float:left;
  width: 350px;
   height: 300px;
   background: #ffffff;
  border: 1px solid #0064c8;
  margin: 0px 75px 0px 0;
  padding: 35px 0px 20px 0px;
 overflow: hidden;
  position: relative;
}
.service_cts_box:nth-child(3n) {
 margin:0px 0px 0px 0;
}

.service_sttl {
  box-sizing: border-box;
   font-size: 26px; 
font-weight: bold; 
color:#333333;
text-align:center;
line-height:1.5em;
  margin: 0px auto 16px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.service_icn {
  box-sizing: border-box;
   width: 146px;
text-align:center;
line-height:1.5em;
  margin: 0px auto 15px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.service_scp {
  box-sizing: border-box;
   font-size: 19px; 
font-weight: normal; 
color:#333333;
text-align:center;
line-height:1.5em;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}

/* =サービスイメージ画像 ------- */
.service_img {
  box-sizing: border-box;
  width: 1200px;
  margin: -350px auto 5px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.service_img img {
  max-width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
.service_img_box {
  box-sizing: border-box;
  float:left;
  width: 390px;
  margin: 0px 15px 15px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}
.service_img_box:nth-child(3n) {
 margin: 0px 0px 15px 0;
}

/* =保有サイズ ------- */
.service_size {
  box-sizing: border-box;
  width: 1200px;
  border: 1px solid #969696;
  margin: 0px auto 120px auto;
  padding: 25px 50px 25px 110px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}

.service_size1 {
  box-sizing: border-box;
  float:left;
  width: 260px;
   font-size: 25px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 20px 15px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}
.service_size2 {
  box-sizing: border-box;
  float:left;
  width: 360px;
  margin: 0px 40px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}
.service_size3 {
  box-sizing: border-box;
  float:left;
  width: 360px;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}

.service_size_cp1 {
  box-sizing: border-box;
   font-size: 22px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.5em;
border-bottom: 1px solid #969696;
  margin: 0px 0px 10px 0;
  padding: 0px 0px 10px 10px;
 overflow: hidden;
  position: relative;
}
.service_size_cp1 span {
  box-sizing: border-box;
   font-size: 20px; 
font-weight: normal; 
}
.service_size_cp2 {
  box-sizing: border-box;
   font-size: 22px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 10px;
 overflow: hidden;
  position: relative;
}
.service_size_cp2 span {
  box-sizing: border-box;
   font-size: 20px; 
font-weight: normal; 
}



/* =タイトル関係
----------------------------------------------- */
.cts_ttl {
  box-sizing: border-box;
  width: 1200px;
  margin: 30px auto 35px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
}
.cts_ttl_bk {
 width:450px;
 text-align:center;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
position: relative;
z-index: 12;
}
.cts_ttl_bk img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cts_ttl_kei {
 box-sizing: border-box;
   width: 100%;
   height:1px;
   background: #0064c8;
  margin: -40px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 11;
}

h2.cts_ttl_cp {
 font-size: 28px; 
font-weight: bold; 
color:#ffffff;
text-align:center;
line-height:1.5em;
padding: 0px 0px 0px 0px;
margin:0px 0 -24px 0 ;
position: relative;
z-index: 15;
top:-24px;
}
h2.cts_ttl_cp2 {
 font-size: 28px; 
font-weight: bold; 
color:#ffffff;
text-align:center;
line-height:1.5em;
padding: 0px 0px 0px 0px;
margin:0px 0 -52px 0 ;
position: relative;
z-index: 15;
top:-62px;
}



/* =ご利用までの流れ
----------------------------------------------- */
#cts_flow {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.flow_cts {
  box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 80px auto;
  padding: 30px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.flow_cts_scroll {
  box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.flow_cts_box {
  box-sizing: border-box;
  float:left;
  width: 140px;
  width: 120px;
   height: 310px;
  border: 1px solid #3091ff;
  background: #ffffff;
  margin: 0px 22px 0px 0;
  padding: 30px 0px 20px 0px;
 overflow: hidden;
  position: relative;
}
.flow_cts_box_last {
  box-sizing: border-box;
  float:left;
  width: 140px;
  width: 120px;
   height: 310px;
  border: 1px solid #3091ff;
  background: #ffffff;
  margin: 0px 0px 0px 0;
  padding: 30px 0px 20px 0px;
 overflow: hidden;
  position: relative;
}
.flow_cts_box_ya {
  box-sizing: border-box;
  float:left;
  width: 16px;
  margin: 0px 22px 0px 0;
  padding: 130px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}
.flow_cts_box_ya img {
  max-width: 100%;
  height: auto;
}

.flow_cts_icn {
  box-sizing: border-box;
  width: 90px;
  margin: 0px auto 30px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.flow_cts_icn img {
  max-width: 100%;
  height: auto;
}

.flow_cts_sttl {
  font-size: 23px; 
font-weight: bold; 
color:#333333;
text-align:left;
line-height:1.5em;
 writing-mode: vertical-rl;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.flow_cts_sttl span {
display:inline-block;
  font-size: 16px; 
font-weight: normal; 
}

/* =ご利用までの流れ下画像 */
.bg-flow {
  z-index: 0;
  position: relative;
  width: 100%;
  min-width: 1300px;
  height: 705px;
  margin: -200px auto 100px auto;
  padding: 0px 0px 0px 0px;
  clear: both;
}
.bg-flow .inner {
  z-index: 10;
  position: relative;
  left: 0px;
  margin: 0px auto 0px auto;
  margin: 0px auto 0px auto;
}
.bg-flow:after {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/aiefu_flow_mimg.jpg) no-repeat center center;
  background-size: cover;
  content: "";
}

/* =施工画像 */
.flow_img0 {
  box-sizing: border-box;
  width: 1260px;
  background: #ffffff;
  margin: -240px auto 90px auto;
  padding: 30px 0px 30px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.flow_img {
  box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.flow_img img {
  max-width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}
.flow_img_box {
  box-sizing: border-box;
  float:left;
  width: 596px;
  margin: 0px 8px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
}
.flow_img_box:nth-child(2n) {
 margin: 0px 0px 0px 0;
}



/* =よくあるご質問
----------------------------------------------- */
#cts_faq {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}

.faq_cts {
  box-sizing: border-box;
  width: 1200px;
  background: #f6f6f6;
  margin: -110px auto 90px auto;
  padding: 70px 0px 30px 0px;
 overflow: hidden;
  position: relative;
  z-index:10;
}

.faq-pretty{
	width: 100%;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow:hidden;
}
.faq-pretty ul{
	margin-top: 15px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.faq-pretty .faq-item{
	margin-bottom: 16px;
	margin-bottom: 18px;
	list-style: none;
	margin-left: 0;
}
.faq-pretty .faq-question{
	padding: 10px 10px 10px 50px;
	background: #FFF url(images/faq-bg.png) no-repeat left center;
	border: 1px solid #1ABCFF;
	cursor: pointer;
	 font-size: 18px;
	line-height: 1.6em;
	color: #333333;
	font-weight: bold;
}
.faq-pretty .faq-question:hover {
	color:#0064c8;
}
.faq-pretty .faq-item.highlight .faq-question{
	background: #fff url(images/faq-bg-hover.png) no-repeat left center;
	border: 1px solid #2D64DC;
	border-bottom: 0px;
	color: #0064C8;
  font-size: 18px;
}
.faq-pretty .faq-answer{
	padding: 5px 10px 5px 20px;
	background: #fff;
	margin-left: 30px;
	border: 1px solid #2D64DC;
	border-top: 0px;
}
.faq-pretty .faq-answer p {
	font-size: 16px;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
}
.faq-pretty .faq-answer p:last-child{
	margin-bottom: 16px;
	padding-bottom: 0;
}

/* =会社概要
----------------------------------------------- */
#cts_about {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.about_cts {
  box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 110px auto;
  padding: 10px 0px 0px 0px;
 overflow: hidden;
}
.about_info {
  box-sizing: border-box;
  float:left;
  width: 580px;
  border-top: 1px solid #bbbbbb;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.about_map {
  box-sizing: border-box;
  float:right;
  width: 595px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.about_map_sp {
display:none;
}

.about_info_cts {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
  margin: 0px auto 0px auto;
  padding: 11px 0px 12px 0px;
 overflow: hidden;
}
.about_info1 {
  box-sizing: border-box;
  float:left;
  width: 150px;
  font-size: 16px; 
font-weight: normal ;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 35px;
 overflow: hidden;
}
.about_info2 {
  box-sizing: border-box;
  float:left;
  width: auto;
   font-size: 16px; 
font-weight: normal ;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.about_info2 a {
color: #333333; 
text-decoration: none; 
font-weight: normal; 
background-color: transparent;
}
.about_info2 a:hover {
color: #1464cd; 
text-decoration:none;
}

.info22 a {
color: #333333; 
text-decoration: none; 
font-weight: normal; 
background-color: transparent;
}
.info22 a:hover {
color: #333333; 
text-decoration:none;
}

/* =関連会社
----------------------------------------------- */
#cts_group {
margin:0px auto 0px auto;
padding: 0px 0px 0px 0px;
overflow:hidden;
}
.group_cts {
box-sizing: border-box;
  width: 1200px;
  background: #eff6ff;
  margin: -110px auto 100px auto;
  padding: 100px 0px 60px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}

.group_cts_box {
box-sizing: border-box;
  width: 1040px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
}
.group_cts_box img {
  max-width: 100%;
  height: auto;
}

.group_cts1 {
box-sizing: border-box;
float:left;
  width: 495px;
  background: #ffffff;
  border: 1px solid #a2d6ff;
  margin: 0px auto 0px auto;
  padding: 40px 0px 30px 0px;

  position: relative;
  z-index: 10;
}
.group_cts2 {
box-sizing: border-box;
float:right;
  width: 495px;
  background: #ffffff;
  border: 1px solid #a2d6ff;
  margin: 0px auto 0px auto;
   padding: 40px 0px 30px 0px;
 
  position: relative;
  z-index: 10;
}
.group_cts_sttl {
box-sizing: border-box;
  width: 185px;
  width: 260px;
  font-size: 18px; 
font-weight: normal ;
color:#333333;
text-align:left;
line-height:1.5em;
  background: #b1ddff;
  margin: 0px 0 0px -1px;
  padding: 6px 0px 6px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
 overflow: hidden;
  position: relative;
  position: absolute;
  z-index: 15;
  top:-20px;
}
.group_cts_hkk {
box-sizing: border-box;
  width: 330px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.group_cts_hkk a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}	
.group_cts_aiefu {
box-sizing: border-box;
  width: 270px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.group_cts_aiefu a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-ms-filter: "alpha(opacity=70)";
}


/* =インフォメーション
----------------------------------------------- */
.news_cts {
box-sizing: border-box;
  width: 860px;
  margin: 0px auto 130px auto;
  padding: 20px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.news_cts_box {
box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  margin: 0px auto 5px auto;
  padding: 10px 0px 15px 0px;
   overflow: hidden;
  position: relative;
  z-index: 10;
}
.news_cts1 {
  box-sizing: border-box;
  float:left;
  width: 170px;
  font-size: 17px; 
font-weight: normal ;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 40px;
 overflow: hidden;
}
.news_cts2 {
  box-sizing: border-box;
  float:left;
  width: auto;
   font-size: 17px; 
font-weight: normal ;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}

/* =お問い合わせ
----------------------------------------------- */
.ctt_cts {
box-sizing: border-box;
  width: 1200px;
  margin: 0px auto 100px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.ctt_cts_box {
box-sizing: border-box;
  width: 100%;
  width: 700px;
  margin: 0px auto 30px auto;
  padding: 35px 0px 0px 0px;
   overflow: hidden;
  position: relative;
  z-index: 10;
}
.ctt_cts1 {
  float:left;
  width: 354px;
  margin: 0px 40px 0px 0;
  padding: 0px 0px 0px 40px;
 overflow: hidden;
}
.ctt_cts1 img {
  max-width: 100%;
  height: auto;
}
.ctt_cts1 a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-ms-filter: "alpha(opacity=100)";
}

.ctt_cts2 {
  box-sizing: border-box;
  float:left;
  width: auto;
   font-size: 22px; 
font-weight: normal;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 2px 0px 0px 0px;
 overflow: hidden;
}

.ctt_policy_cp {
  box-sizing: border-box;
  width: 1080px;
  border-top: 1px solid #cccccc;
   font-size: 16px; 
font-weight: normal ;
color:#333333;
text-align:center;
line-height:1.5em;
  margin: 0px auto 0px auto;
  padding: 25px 0px 0px 0px;
 overflow: hidden;
}
.ctt_policy_cp a {
  font-weight: bold;
  padding-bootom: 7px;
  border-bottom: 1px solid #333;
}
.ctt_policy_cp a:hover {
  font-weight: bold;
  padding-bootom: 7px;
  border-bottom: 1px solid #1464cd; 
}

.ctt_policy_cp span {
  box-sizing: border-box;
   font-size: 18px; 
font-weight: bold;
color:#333333;
text-align:left;
line-height:1.5em;
  margin: 0px 0px 0px 0;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}


/* =フッター
----------------------------------------------- */
.ft_cts {
box-sizing: border-box;
  width: 100%;
  min-width: 1300px;
  background: #f9f9f9;
  margin: 0px auto 0px auto;
  padding: 60px 0px 80px 0px;
 overflow: hidden;
  position: relative;
  z-index: 10;
}
.ft_cts_box {
box-sizing: border-box;
  width: 1200px;
  text-align:left;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
   overflow: hidden;
  position: relative;
  z-index: 10;
}
.ft_logo {
  box-sizing: border-box;
  width: 348px;
  text-align:center;
  margin: 0px auto 20px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.ft_logo img {
  max-width: 100%;
  height: auto;
}

.ft_cp {
  box-sizing: border-box;
   font-size: 15px; 
font-weight: normal;
color:#4d4d4d;
text-align:center;
line-height:1.5em;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
 overflow: hidden;
}
.ft_cp span {
  display:inline-block;
   padding: 0px 0px 0px 30px;
}
.ft_cp a {
color: #333333; 
text-decoration: none; 
font-weight: normal; 
background-color: transparent;
}
.ft_cp a:hover {
color: #333333; 
text-decoration:none;
}

/* =個人情報保護方針
----------------------------------------------- */		
.pg_cct_policy_cts {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 1100px;
	background-color: #fff9f2;
	margin: 0px auto 20px auto;
	padding: 50px 0 35px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts_sp {
	max-width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts2 {
	clear:both;
	box-sizing: border-box;
	width: 1100px;
	width: auto;
	max-width: 1100px;
	background-color: #fff9f2;
	background-color: #fff;
	margin: 0px auto 20px auto;
	margin: 0px auto 0px auto;
	padding: 55px 0 35px 0px;
	padding: 20px 0 0px 0px;
	overflow:hidden;
	position: relative;
}	
.pg_cct_policy_cts_box {
	box-sizing: border-box;
	width: 1000px;
	width: 950px;
	width: auto;
	max-width: 950px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0 0px 0px;
	overflow:hidden;
	position: relative;
}


.pg_cct_policy_ttl {
	box-sizing: border-box;
	font-size: 21px;
	color: #0064c8;
	line-height:1.6em; 
	text-align: left;
	border-left: 5px solid #0064c8;
	margin:0px 0% 20px 0px;
	padding: 0px 0px 0px 16px;
	font-weight: bold; 
}
.policy_txt1 {
  font-size: 15px;
  line-height: 1.8;
   color: #111;
	margin:0px 0 15px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt {
  font-size: 15px;
  line-height: 1.8;
 color: #111;
	margin:0px 0 40px 0;
	padding: 0px 0px 0px 0px;
}
.policy_txt_last {
  font-size: 15px;
  line-height: 1.8;
   color: #111;
	margin:0px 0 0px 0;
	padding: 0px 0px 0px 0px;
}
.policy_sttl {
  font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #ccc;
	margin:0px 0 15px 0;
	padding: 0px 0px 8px 0px;
}
.policy_txt2 {
  font-size: 18px;
  line-height: 1.6;
   color: #111;
	margin:0px 0 8px 0;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.policy_txt2 span {
  font-size: 16px;
  line-height: 1.6;
}

/* モーダルCSSここから */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 100; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
  background-color: rgba(30,30,30,0.75);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  height: 250px;
  height: 80%;
  max-width: 1000px;
  padding: 10px 30px;
  background-color: #fff;
  overflow: auto;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  color: #fff;
  width: 30px;
  background-color: #0064c8;
  border-radius:15px;
}
.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}
/* モーダルCSSここまで */

/* 以下ボタンスタイル */
button {
  padding: 1rem 2rem;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #282828;
  border-radius: 4px;
  cursor: pointer;
}
.container {
  display: flex;
  justify-content: center;
}


/* =ページのトップへ
----------------------------------------------- */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
	background: #0064c8;
	background: #3888ff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
	font-size: 16px;
    text-decoration: none;
    display: none;
    transition: opacity 0.3s ease;
	z-index: 50;
  }
  .back-to-top.show {
    display: block;
    opacity: 0.9;
  }

.back-to-top:hover {
      opacity: 1;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	 color: #fff;
}



/* =新規アニメーション
----------------------------------------------- */
/* フェードイン(初期値) 縦軸*/
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(50px); /* 下に50pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
  position: relative;
  z-index: 30;
}
/* フェードイン(スクロールした後) 縦軸*/
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 50px上に移動する */
  transition-delay: .2s; /* フェード開始を0.2秒遅らせる */
  transition-delay: .1s; /* フェード開始を0.1秒遅らせる */
}



