@charset "utf-8";
/**************************************************
reboot.css
**************************************************/
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /*font-family: sans-serif;*/
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
font-weight:100;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
margin-top: 0;
margin-bottom:0;
list-style:none;
padding:0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;

}

dt {
}

dd {
  margin-bottom:0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  /*font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /*font-family: inherit;*/
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} 
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} 
/* End hide from IE-mac */
/*clearfix end*/


/*font*/


body {
font-family: 'Noto Serif JP', serif;
font-size: 14px;
font-weight:100;
font-feature-settings:"palt";
color:#3a3a3a;
/*background:rgba(72,205,247,0.08);8月*/
/*background:rgba(225,111,23,0.08);9月*/
}

body#index{
background:#fff;
}


a,a:hover,a:visited{
color:#333;
}
a:hover{
opacity: 0.6;
text-decoration:none;
}

.no_link a{
opacity: 0.4;
text-decoration:none;
cursor:default;
}
.no_link a:hover{
opacity: 0.4;
text-decoration:none;
}
/**************************************************
SP
**************************************************/
.sp{
display:block;
}
.pc{
display:none;
}
img{
width:100%;
}

/*header*/
header .h-top{
display:flex;
justify-content:space-between;
align-items:flex-end;
padding:3%;
}
header .h-top h1{
width:25%;
}
header .h-top ul{
display:flex;
justify-content:space-between;
width:70%;
}
header .h-top li{
width:25%;
}
header .h-top li:first-child{
background:url(../img/common/bg_arrow.png) no-repeat left center;
padding:3.5% 0 3.5% 8%;
font-size:2.5vw;
}
header .h-top li:last-child{
width:10%;
}
header .h-top ul.sp_menu{
display:block;
width:90%;
}


/*menu*/
header .sp_menu li{
width:100%;
}
header .sp_menu li:last-child{
width:100%;
}
header .sp_menu li:first-child{
background:transparent;
padding:0;
font-size:4.5vw;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    /*display: inline-block;*/
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 85%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: rgba(255,255,255,0.9);/*背景色*/
    transition: .5s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*左に隠しておく*/

padding:1em;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.sp_menu{
margin-left:1em;
font-size:4.5vw;
line-height:.1.2em;
}
.sp_menu li{
/*border-top:1px solid #333;*/
font-weight:400;
margin-bottom:0.3em;
}

.sp_menu li .m_arrow{
width:0.8em;
height:0.8em;
border:2px solid;
border-color: #565656 #565656 transparent transparent;
transform: rotate(45deg);
display: block;
margin-top: 3%;
float: right;
}

.sp_menu ul{
margin-left:1em;
}
.sp_menu ul li{
border-top:0;
font-weight:100;
margin-bottom:0;
padding:0.2em 0 0 0.5em;
border-left: 2px solid #333;
}

/*content*/
.sub_img{
height:200px;
line-height:200px;
font-size:5vw;
color:#fff;
padding-left:1em;
font-weight:100;
margin-bottom:0;
}

section{
margin-bottom:10%;
position:relative;
z-index:20;
}
.first_s{
padding-top:10%;
/*background:url(../img/common/top_bg.png);*/
background-repeat:no-repeat;
background-size:contain;
background-position:top center;
}
.first_s h4{
font-size:4.5vw;
width:90%;
margin:0 auto 5%;
}


/*footer*/
footer{
/*background:linear-gradient(
  to bottom right, rgba(255,255,255,0) 50%, rgba(224,255,242,0.34) 50.5%) no-repeat top left/150% 100%*/
/*background:rgba(224,255,242,0.34);*/
border-top:2px solid #091948;
position:relative;
overflow: hidden;
}
footer .f_inner{
width: 100%;
height: 100%;
}


.sp_fb{
padding-top:10%;
margin-bottom:5%;
width:90%;
margin:0 auto;
}



.f_info{
text-align:center;
}
.f_info ul{
width: 90%;
padding:0;
margin:0 auto 5%
}
.f_info li{
margin-bottom:5%;
}
.copy{
background:#fff;
padding:0.5em;
font-weight:11px;
text-align:center;
padding-bottom:50px;
}

.f_fmenu{
position:fixed;
bottom:0;
/*height:50px;*/
width:100%;
z-index:100;
background: rgba(255,255,255,0.8);

}
.f_fmenu img{
width:auto;
height:40px;
}
.f_fmenu ul{
display:flex;
}
.f_fmenu li{
width:50%;
border-top:2px solid #fff;
}
.f_fmenu li a{
display:flex;
font-size:25px;
display:block;
text-align:center;
}
.f_fmenu li:nth-child(1) a{
background:#c2c2c2;
border-right:1px solid #fff;
padding:5px;
box-sizing:border-box;
text-align:center;
}
.f_fmenu li:nth-child(2) a{
background:#a80079;
color:#fff;
border-left:1px solid #fff;
padding:5px;
box-sizing:border-box;

}


.f_fmenu li a p{
font-size:25px;
/*padding-left:10px;*/
}
/**************************************************
PC
**************************************************/
@media screen and (min-width: 768px){
.sp{
display:none;
}
.pc{
display:block;
}
img{
width:auto;
}


/*header*/
header .inner{
max-width:1200px;
margin:0 auto;
padding:45px 0 5px;
}
header .h-top{
display:flex;
justify-content:space-between;
align-items:center;
padding:0;
margin-bottom:10px;
}
header .h-top h1{
width:120px;
}
header .h-top ul{
display:flex;
justify-content:space-between;
width:380px;
}
header .h-top li{
width:auto;
}
header .h-top li:first-child{
padding:10px 0 0 20px;
font-size:16px;
}
nav ul{
margin:0 0 0 130px;
display:flex;
justify-content:space-between;
max-width:1070px;
}
nav li{
padding:0 5px;
box-sizing:border-box;
}
#comp nav ul li:nth-child(1),
#faq nav ul li:nth-child(1),
#outline nav ul li:nth-child(1){
border-bottom:2px solid #fff;
padding-bottom:13px;
}
nav ul li:hover,
#index nav ul li:nth-child(1),
#loca nav ul li:nth-child(2),
#model nav ul li:nth-child(3),
#plan nav ul li:nth-child(4),
#security nav ul li:nth-child(5),
#construction nav ul li:nth-child(6),
#equip nav ul li:nth-child(7),
#design nav ul li:nth-child(8){
border-bottom:2px solid #091948!important;
padding-bottom:13px;
}
/*menu*/



/*content*/
.sub_img{
height:500px;
line-height:500px;
font-size:45px;
color:#fff;
padding-left:1em;
font-weight:100;
margin-bottom:0;
}

section{
margin-bottom:200px;
}
.first_s{
padding-top:200px;
/*background:url(../img/common/top_bg.png);*/
background-repeat:no-repeat;
background-size:contain;
background-position:top center;
}
.first_s h4{
font-size:40px;
margin:0 auto 60px;
}

/*footer*/
footer{
padding:100px 0 0 ;
font-size:16px;
}
footer .f_inner{
max-width: 1300px;
margin:0 auto;
display:flex;
justify-content:space-between;
padding:0 20px;
}

.f_box_l h3{
display:inline-block;
position:relative;
font-size:30px;
}
.f_box_l h3:before {
content:'';
position:absolute;
left:0;
bottom:-10px; /*下線の上下位置調整*/
display:inline-block;
width:35px; /*下線の幅*/
height:5px; /*下線の太さ*/
background-color:#a80079; /*下線の色*/
}
.f_box_l div{
/*width:400px;*/
text-align:center;
display:flex;
justify-content:space-between;
margin-top:10px;
}



.f_menu_box{
/*width:450px;*/
display:flex;
justify-content:space-between;
margin-bottom:60px;
}
.f_menu_box ul{
padding-right:3em;
}
.f_menu_box ul:first-child{
border-left:0;
}
.f_menu_box li{
margin-bottom:1em;
text-align:left;
}
.f_info{
text-align:left;
}
.f_info ul{
width: auto;
padding:0;
margin:0 auto;
}
.f_info li{
/*margin-bottom:30px;*/
}

.f_box_r{
/*width:410px;*/
}



.copy{
position:relative;
background:#fff;
padding:50px;
font-weight:11px;
text-align:center;
z-index: 5;
}
	
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 100px 20px;
border-color: transparent transparent #ffffff transparent;
	position: relative;
	z-index: 9999;
	}
	
	
	.under-header{
		position: fixed;
		top:10%;
	}
	
	.megaContent dl dd a{
		color:#333333;
		font-weight: 500;
	}
	
	
}/*@media*/

@media screen and (max-width: 768px){
	.hsp{
		display: flex;
	}
	

}
