@charset "UTF-8";
/*====================
		reset 
====================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul, li {
  list-style: none;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: yellow;
  color: black;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea, a {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button:focus, input:focus, select:focus, textarea:focus, a:focus {
  outline: none;
}
button:active, button:hover, input:active, input:hover, select:active, select:hover, textarea:active, textarea:hover, a:active, a:hover {
  outline: none;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

/*====================
		layout 
====================*/
body {
  background: #efefef;
  font-size: 16px;
}

.top-bg {
  width: 100%;
  height: 0;
  padding-bottom: 35%;
}

.nav {
  padding: 0 3%;
  background: rgba(32, 124, 60, 0.8);
}

.logo {
  position: relative;
}

.logo-img {
  position: absolute;
  top: -125px;
  z-index: 9;
}

.menu {
  line-height: 65px;
  text-align: right;
  z-index: 10;
}
.menu li {
  padding: 0;
}
.menu li:after {
  display: inline-block;
  content: "／";
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: 2px;
}
.menu li.last.last:after {
  display: none;
}
.menu .link {
  font-size: 14px;
  margin-right: 5px;
  padding: 0;
}
.menu .link:link, .menu .link:visited, .menu .link:hover, .menu .link:focus, .menu .link:active {
  color: #fff;
  text-decoration: none;
}
.menu .link.active {
  border-bottom: 1px solid #fff;
}
.menu .link.last {
  margin-right: 0;
}

.container {
  width: 100% !important;
  max-width: 920px;
}
.container .title {
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.container .subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 35px;
}
.container .text {
  font-size: 18px;
  line-height: 35px;
}
.container .text.box {
  display: inline-block;
  margin-top: 25px;
  padding: 2px 15px;
  border: 1px solid #fff;
}
.container .deta-title {
  font-size: 17px;
  line-height: 30px;
  margin-top: 25px;
}
.container.top-head {
  background: url(../images/kv.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.container.body {
  color: #333;
  position: relative;
  padding: 90px 0 120px 0;
}
.container.body > div {
  margin: 0 115px;
}
.container.body .row {
  margin: 35px 0 0 0;
}
.container.home {
  background: #fff;
}
.container.aam {
  color: #fff;
  background: url(../images/aam_deco.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.container.icom {
  color: #fff;
  text-align: right;
  background: url(../images/icom_deco.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.container.question {
  padding: 0;
}
.container.question:after {
  margin-top: -10px;
}
.container .photo-wrap {
  padding: 0 3%;
}
.container .photo {
  position: relative;
  padding: 0;
  margin-bottom: -3px;
  cursor: pointer;
}
.container .photo img {
  width: 100%;
}
.container .photo.no-bg {
  cursor: default;
}
.container .photo.no-bg:after {
  display: none;
}
.container .img-wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 124, 60, 0.4);
}
.container .img-title {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .light-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -115px;
  padding-top: 140px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 8;
}
.container .box-close {
  position: absolute;
  right: -80px;
  top: -60px;
  z-index: 9;
  cursor: pointer;
}
.container .text-wrap {
  display: none;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  width: 495px;
  height: 515px;
  padding: 45px 25px 80px;
  text-align: left;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #065852;
  outline: 20px solid #fff;
}
.container .box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 70px;
}
.container .box-link {
  display: inline-block;
  margin-top: 50px;
}
.container .box-link:link, .container .box-link:visited, .container .box-link:hover, .container .box-link:focus, .container .box-link:active {
  color: #618b2c;
  text-decoration: none;
}

.footer {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  line-height: 1.2em;
  font-size: 10px;
  background: #243d36;
}
