@charset "UTF-8";
@import url("reset.css");
@import url("menu.css");
@import url("slick.css");
@import url("slick-theme.css");

/* 基本フロア */
/* ===========================================================================*/
.container {
  display: block;
  width: 100%;
  padding: 0;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #0d308f;
  display: block;
}

header .hdArea {
  width: 1000px;
  height: 90px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width:480px) {
  header .hdArea {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.logo {
  width: 125px;
  height: 60px;
  display: inline-block;
  background-image: url(../../img/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 60px;
  background-size: 60px auto;
}

h1 {
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 2.8rem;
}

h1 span {
  font-size: 2.8rem;
}

h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4rem;
    display: block;
    width: 100%;
    color: #0d308f;
    font-weight: bold;
    line-height: 4rem;
    text-align: center;
}

@media screen and (max-width:480px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
    font-size: 1.4rem;
    display: block;
    margin: 0  0 20px;
    width: 100%;
    text-align: center;
}

main {
  width: 100%;
  height: auto;
  display: block;
}
/*スライドショー
---------------------------------------------------------------------------*/
.ad {
    width: 100%;
    height: 100%;
    aspect-ratio: 50 / 17;
    text-align: center;
}

.ad p {
    color: #FFFFFF;
    font-size: 5rem;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 15;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-shadow: 2px 2px 3px #000000;
}

@media screen and (max-width:480px) {
.ad p {

    font-size: 2rem;
	line-height: 1;
    top: 24%;
}
}

#slideshow {
   position: relative;
   width: 100%; /* 画像の横幅に合わせて記述 */
   height: auto; /* 画像の高さに合わせて記述 */
}

#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/*業務内容領域
---------------------------------------------------------------------------*/
.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  margin: 50px auto 0;
  width: 1000px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .service {
    width: 95%;
    margin: 20px auto 0;
  }
}

.service p {
  width: 100%;
  margin: 20px 0;
  display: block;
}

.item01 p, .item02 p, .item03 p, .item04 p, .item05 p, .item06 p, .item07 p, .item08 p, .item09 p, .item10 p {
  font-size: 1.4rem;
  height: 60px;
  margin: 0;
  border: 1px solid #2ea7e0;
  line-height: 1.8rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item01, .item02,.item03, .item04 {
  display: block;
  margin: 0  0 20px;
  flex-basis: 49%;
}

.item05, .item06, .item07, .item08, .item09, .item10 {
  display: block;
  margin: 0  0 20px;
  flex-basis: 32%;
}

@media screen and (max-width:480px) {
.item05, .item06, .item07, .item08, .item09, .item10 {
  display: block;
  margin: 0  0 20px;
  flex-basis: 49%;
}
}

/*施工事例
---------------------------------------------------------------------------*/
.construction {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
}

@media screen and (max-width:480px) {
.construction {
  width: 100%;
}
}
.multiple-item {
   position: relative;
   width: 100%; /* 画像の横幅に合わせて記述 */
   height: auto; /* 画像の高さに合わせて記述 */
}
.multiple-item img {

}
/*会社・採用情報
---------------------------------------------------------------------------*/
.company,.recruit {
  width: 960px;
  height: auto;
  margin: 50px auto 0;
}

@media screen and (max-width:480px) {
.company,.recruit {
  width: 100%;
}
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

th {
    border-bottom: 2px solid #FFF;
    text-align: center;
    padding: 20px;
    font-weight: normal;
    background-color: #0d308f;
    color: #FFFFFF;
}

td {
    border-bottom: 2px solid #FFF;
    text-align: left;
    padding: 20px;
    background-color: #EEE;
}

@media screen and (max-width:480px) {
th,td {
    width: 95%;
	margin: 0 auto;
	padding: 10px;
	display: block
}
}

/*フォーム領域
---------------------------------------------------------------------------*/
.inquiry-bg {
    clear: both;
    width: 100%;
    background-repeat: repeat;
    margin: 0;
    padding-bottom: 40px;
    background-color: #FDFFEB;
}

.inquiry {
  clear: both;
  margin: 50px auto 0;
  padding: 50px 0 0;
  width: 960px;
}

@media screen and (max-width:480px) {
.inquiry {
  width: 100%;
}
}

.contact_form {
    width: 600px;
    margin: 0 auto;
    padding: 0px;
}

@media screen and (max-width:480px) {
.contact_form {
  width: 100%;
}
}
/* === List Styles === */
.contact_form ul {
  width: 80%;
  list-style-type: none;
  list-style-position: outside;
  margin: 0 auto 30px;
  padding: 0px;
}

@media screen and (max-width:480px) {
.contact_form ul {
    width: 100%;
    text-align: center;
}
}

.contact_form li {
  padding: 12px;
  position: relative;
}

/* === Form Header === */
.contact_form h2 {
  margin: 0;
  display: inline;
}

.required_notification {
  color: #d45252;
  margin: 5px 0 0 0;
  display: inline;
  float: right;
}

/* === Form Elements === */
.contact_form label {
  width: 150px;
  margin-top: 3px;
  display: inline-block;
  float: left;
  padding: 3px;
  font-size: 0.9em;
}

@media screen and (max-width:480px) {
.contact_form label {
  float: none;
}
}

.contact_form input {
  width: 300px;
  padding: 5px 8px;
}

.contact_form textarea {
  padding: 8px;
  width: 300px;
}

/* form element visual styles */
.contact_form input,
.contact_form textarea,
.contact_form select {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius: 2px;
  padding-right: 30px;
  -moz-transition: padding .25s;
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.contact_form input:focus, .contact_form textarea:focus {
  background: #fff;
  border: 1px solid #555;
  box-shadow: 0 0 3px #aaa;
  padding-right: 70px;
}

/* === Button Style === */
button.submit {
  background-color: #113281;
  background: linear-gradient(top, #113281, #004e91);
  border: 1px solid #0073ab;
  border-bottom: 1px solid #0073ab;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #0073ab;
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 0 -1px 0 #0073ab;
  display: block;
}

button.submit:hover {
  opacity: .85;
  cursor: pointer;
}

button.submit:active {
  border: 1px solid #0073ab;
  box-shadow: 0 0 10px 5px #0073ab inset;
}

/*map領域
---------------------------------------------------------------------------*/
iframe {
  vertical-align: bottom;
}

/*footer領域
---------------------------------------------------------------------------*/
footer {
  display: block;
  background-image: url(../../img/foter.png);
  background-repeat: no-repeat;
  background-position: center center;
}

footer .ftArea {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 20px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width:480px) {
  footer .ftArea {
    width: 100%;
    padding: 30px 0;
  }
}

footer .ftArea h4 {
  margin: 10px 0;
  display: block;
  font-weight: normal;
}

footer .ftArea p {
  margin: 10px 0;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (min-width: 480px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

footer .copy {
  width: 100%;
  display: block;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  line-height: 5rem;
}

footer .copyArea {
  width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width:480px) {
  footer .copyArea {
    width: 100%;
    text-align: center;
  }
}

footer .ftArea h5 {
  margin: 10px 0;
  display: inline-block;
  font-weight: normal;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 20;
}

#pagetop a {
    background-color: rgba(13, 59, 96, 0.7);
    text-decoration: none;
    color: #fff;
    width: 75px;
    padding: 28px 0;
    text-align: center;
    display: block;
    border-radius: 38px;
}

#pagetop a:hover {
  text-decoration: none;
  background-color: rgba(46, 95, 135, 0.70);
}

/*slideshow設定
---------------------------------------------------------------------------*/
.bg-slider {
  width: 100vw;
  height: 680px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:480px) {
  .bg-slider {
    height: 150px;
  }
}

.bg-slider__title {
  color: #fff;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 30px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width:480px) {
  .bg-slider__title {
    font-size: 3rem;
    line-height: 3;
  }
}

.bg-service {
  width: 100vw;
  height: 340px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/service.jpg);
}

@media screen and (max-width:480px) {
  .bg-service {
    width: 100%;
    height: 150px;
  }
}

.bg-service__title {
  color: #fff;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  padding: 30px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width:480px) {
  .bg-service__title {
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
}
