@charset "UTF-8";

/*　top */
.top_img {
  position: relative;
  background: url("../../../common/img/top_img.png") no-repeat;
  background-size: cover;
}

/*　contents */
.content_box.base {
  padding: 90px 5%;
      max-width: 100%;
}
.content_inner {
  max-width: 1000px;
  margin: auto;
}
.info_box#japan {
  margin-top: 60px;
}
.main_txt {
  text-align: center;
  line-height: 27px;
}
.map {
  text-align: center;
  margin-top: 60px;
}
.text_block {
  max-width: 412px;
  width: 100%;
  position: relative;
}
.text_block p {
  margin-bottom: 0px;
  padding-left: 0em;
}

.info_box .link_btn {
  font-size: 133%;
  width: 100%;
  box-sizing: border-box;
  border: #074335 1px solid;
  transition: all 500ms;
  position: absolute;
  bottom: 0;
}
.link_btn a {
  color: #fff;
  background: #074335;
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 500ms;
}
.link_btn a:hover {
  color: #074335;
  background: #fff;
}
.info_box {
  margin: 30px 0;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.info_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info_box.half {
  padding: 40px;
  margin: 0 0 30px;
  display: block;
  justify-content: space-between;
}
.info_box.half h5 {
  text-align: left;
  margin-bottom: 1em;
}



/*　company */
tr {
  border-bottom: #ccc solid 1px;
}
tr:last-child {
  border-bottom: none;
}
th {
  width: 20%;
  font-weight: bold;
}
table th,
table td {
  vertical-align: baseline;
  padding: 15px;
  line-height: 27px;
}

.mgt {
    margin-top: 1em;
}

/*タブレットサイズ　iPad　768*/
@media screen and (max-width: 1023px) {
}
/*スマホサイズ*/
@media screen and (max-width: 767px) {
  .top_img {
    margin-bottom: 0%;
    background-size: contain;
  }
  .top_txt {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0% 10% 5%;
  }
  .content_inner.greeting {
    padding: 5%;
    position: static;
  }
  .content_inner.greeting p {
    position: static;
  }
  .content_inner.greeting img {
    margin-bottom: 40px;
  }
  .info_box {
    flex-direction: column;
  }
  .text_block.link {
    min-height: 250px;
    margin-bottom: 40px;
  }
  .info_box.half {
    width: 100%;
    text-align: center;
  }
  .cover {
    max-width: 412px;
  }
  img.cover {
    margin: auto;
    width: 100%;
  }
  .content_inner.main_txt {
    text-align: left;
  }
  
  
  
  .content_box.base {
    padding: 50px 5%;
}
}
