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

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ,
    Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header {
  background-color: #d4e2ed;
}
#header-line {
  background: #172233;
  height: 50px;
}
#header-inner {
  position: relative;
}

#header-inner img {
  vertical-align: bottom;
  width: 100%;
}
img.smallimg {
  display: none;
}
img.largeimg {
  display: block;
}

#site {
  position: absolute;
  top: 50px;
  left: 12%;
  margin: auto;
  width: 20%;
  height: auto;
}

/************** back to top **************/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#page-top a {
  position: relative;
  background: #666;
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 25px;
}
.arrowImg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 11px 4px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/************** catch **************/
#catch {
  background-color: #eaeae2;
}
#catch-inner {
  text-align: center;
  padding: 80px 0 50px 0;
}
h2 {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 200px;
}
#catch-inner p {
  line-height: 200%;
  font-size: 1em;
}
.break {
  display: none;
}

/*********** categoryTitle ***********/
.categoryTitle {
  margin: 60px 0 10px 0;
  text-align: center;
  font-size: 1em;
}
.categoryTitle h4 {
  font-size: 25px;
  font-family: 'proxima-nova-extra-condensed';
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

/************ contents ************/
#contents:after {
  content: '';
  display: block;
  clear: both;
}
.cont-wrap {
  float: left;
  width: 32%;
  margin: 0.8% 0.5%;
}
.cont-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cont-text {
  padding: 2% 5% 2% 0;
  background-color: #eaeae2;
}
.cont-text h3 {
  font-size: 16px;
  color: #0a1e46;
  margin-left: 7%;
}
.cont-text li {
  font-size: 12px;
  line-height: 150%;
}

/************ outline ************/
#outline {
  margin-top: 20px;
  background-color: #eaeae2;
  padding: 5% 0;
}
#outline-inner {
  padding: 0 5%;
  display: block;
  content: '';
  clear: both;
}
#corparate {
  float: left;
  margin: 0 3.5%;
  width: 43%;
  font-size: 14px;
}
#corparate ul {
  padding-left: 18px;
}
#map {
  margin-top: 10px;
  border: 1px solid #333;
  padding: 0;
}
#map img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}
#contact {
  float: left;
  margin: 0 3.5%;
  width: 43%;
  padding: 0;
}
#contact h4 {
  font-size: 23px;
  font-family: 'proxima-nova-extra-condensed';
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 0;
  border-bottom: solid 1px #0a1e46;
}
#contact p {
  font-size: 14px;
}
form div:not(:last-child) {
  padding-bottom: 15px;
}
.text {
  width: 94%;
  height: 25px;
}
.comments {
  width: 94%;
  height: 185px;
}
.text,
.comments {
  padding: 5px 15px;
}
label {
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding-bottom: 3px;
}
.submitButton {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100px;
  height: 40px;
  margin-right: 15px;
  background: #777;
  border: none;
}
.submitButton:hover {
  background: #555;
}
#outline-inner:after {
  display: block;
  content: '';
  clear: both;
}

/************ group ************/
#group {
  text-align: center;
  margin: 20px 0 80px;
}
#group p {
  margin: 5px 0 15px;
  font-size: 14px;
}
#group a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
}
#group a:hover {
  text-decoration: underline;
}

/************ footer ************/
footer {
  background-color: #172233;
}
#footer-inner {
  padding: 30px 20px;
}
#footer-inner h5 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: white;
  font-weight: 200;
  letter-spacing: 0.05em;
}
#footer-inner p {
  font-size: 16px;
  color: white;
  font-weight: 200;
  letter-spacing: 0.05em;
}
#copy {
  font-size: 14px;
  color: white;
  margin-top: 45px;
  font-weight: 200;
  letter-spacing: 0.05em;
}

/* aditinal 2022 */
.achievement h4 {
  text-indent: -1.2em;
  margin-bottom: 2px;
  margin-top: 5px;
}

@media (max-width: 599px) {
  img.smallimg {
    display: block;
  }
  img.largeimg {
    display: none;
  }

  #site {
    position: absolute;
    top: 15px;
    left: 5%;
    margin: auto;
    width: 100px;
    height: 90px;
  }
  #catch-inner {
    padding: 35px 0 20px 0;
  }
  h2 {
    padding-bottom: 0;
    width: 130px;
  }
  #catch-inner p {
    line-height: 180%;
    font-size: 14px;
  }
  .break {
    display: block;
  }
  .cont-wrap {
    float: none;
    width: 94%;
    margin: 3% 3%;
  }
  .cont-text h3 {
    font-size: 14px;
  }
  #corparate,
  #contact {
    float: none;
    margin: 0 3.5%;
    width: 93%;
  }
  #map {
    margin-bottom: 50px;
  }
  .text,
  .comments {
    width: 88%;
  }
  #footer-inner p {
    font-size: 14px;
  }
}

@media (min-width: 600px) and (max-width: 1189px) {
  .cont-wrap {
    float: left;
    width: 47%;
    margin: 1.5% 1.5%;
  }
  #corparate,
  #contact {
    float: none;
    margin: 0 3.5%;
    width: 93%;
  }
  #map {
    margin-bottom: 50px;
  }
}

@media (min-width: 1190px) {
  #header-inner,
  #catch-inner,
  #contents,
  #outline-inner,
  #footer-inner {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
