@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

.wrapper {
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 1.6rem;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  margin: 0;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}

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

table th,
table td {
  padding: 0;
  font-size: 1.7rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  table th,
  table td {
    font-size: 14px;
  }
}

a {
  display: block;
  color: #000;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

a.underline {
  display: inline;
  color: #000;
  text-decoration: underline;
}

a.underline :hover {
  opacity: .6;
}

.flex-style, .contact-tel p:nth-of-type(1) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-style-smp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .flex-style-smp {
    display: block;
  }
}

.fstart {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.fcenter, .contact-tel p:nth-of-type(1) {
  -webkit-justify-content: center;
  justify-content: center;
}

.ait {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.aic, .contact-tel p:nth-of-type(1) {
  -webkit-align-items: center;
  align-items: center;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

@media only screen and (max-width: 599px) {
  #inner {
    height: auto;
  }
}

.header-cnt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
  transition: .3s;
}

@media only screen and (max-width: 599px) {
  .header-cnt {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 600px) {
  .header-cnt.height-ad {
    height: 77px;
  }
}

header {
  width: 100%;
  min-width: 1200px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  header {
    min-width: 0;
  }
}

.bg-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}

h1 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.46rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h1 span {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h1 span:nth-of-type(1) {
  font-size: 2.13rem;
  letter-spacing: 4px;
  margin-right: 10px;
}

h1 span:nth-of-type(2) {
  font-size: 2.66rem;
  letter-spacing: 15px;
}

@media only screen and (max-width: 599px) {
  h1 {
    text-align: center;
  }
}

h2 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.39rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  background: url(../img/h2-bg.png) no-repeat center center;
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 20px;
  }
}

h2 + hr {
  width: 60px;
  margin: 0 auto 40px;
  border: none;
  border-top: solid 2px green;
}

@media only screen and (max-width: 599px) {
  h2 + hr {
    margin: 0 auto 25px;
  }
}

h3 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 2.13rem;
  text-align: left;
  font-weight: bold;
}

h3::before {
  display: block;
  content: "";
  width: 19px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/h3-bg.png) no-repeat center center;
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  h3::before {
    flex: none;
    transform: translate(0, 5px);
  }
}

h4 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 5px;
  color: #007a5a;
  font-size: 1.86rem;
  text-align: left;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h4::before {
  display: block;
  content: "";
  width: 10px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/h4-bg.png) no-repeat center center;
}

.logo-box {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 421px;
  text-align: center;
}

.logo-box a {
  align-items: center;
  text-align: center;
  width: 100%;
  text-align: center;
}

.logo-box a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.logo-box .logo-image {
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.logo-box img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .logo-box {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .logo-box .logo-image {
    margin-right: 5px;
  }
  .logo-box .logo-text {
    width: calc(100% - 135px);
  }
  .logo-box a {
    margin: 0 auto;
  }
}

.clear-fix {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  transition: .6s;
}

.header-lock {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 5;
}

.header-lock_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .header-lock_inner {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  #inner .fixed-header {
    position: fixed;
    width: 100%;
    min-width: 1220px;
    top: 0;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #d9d9d9;
    backface-visibility: hidden;
    z-index: 200;
  }
}

#gnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#gnavi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

#gnavi ul li {
  position: relative;
  height: 30px;
  letter-spacing: 1px;
  z-index: 5;
  transition: .3s;
}

#gnavi ul li a {
  position: relative;
  display: block;
  padding: 0 41px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  overflow: unset;
}

#gnavi ul li a::after {
  bottom: 0;
  display: block;
  content: "";
  width: 35px;
  height: 3px;
  margin: 0 auto;
  border-top: solid 1px green;
  opacity: 0;
  transform: translate(0, 3px);
  z-index: 10000;
}

#gnavi ul li:hover > a {
  opacity: 1;
}

#gnavi ul li:hover > a::after {
  opacity: 1;
}

#gnavi ul li:nth-last-of-type(1) {
  height: auto;
  margin-left: 20px;
  border: solid 1px #404040;
}

#gnavi ul li:nth-last-of-type(1) a {
  padding: 0 29px;
  transform: translate(0, 4px);
}

#gnavi ul li:nth-last-of-type(1):hover {
  border: solid 1px green;
}

#gnavi ul li:nth-last-of-type(1):hover > a {
  color: green;
}

#gnavi ul li:nth-last-of-type(1):hover > a::after {
  opacity: 0;
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
  }
  #gnavi ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
  }
  #gnavi ul li {
    width: 50%;
    height: auto;
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
  }
  #gnavi ul li:nth-of-type(5) {
    width: 50%;
    height: auto;
    margin-left: 0;
    background: none;
    border: none;
  }
  #gnavi ul li:nth-of-type(odd) {
    border-left: 1px rgba(0, 32, 96, 0.9) solid;
  }
  #gnavi ul li:nth-of-type(1) {
    width: 100%;
    border-left: none;
  }
  #gnavi ul li a {
    padding: 10px 5px;
    line-height: 1.6;
    font-size: 1.4rem;
    background: none;
  }
  #gnavi ul li a::after {
    display: none;
  }
  #gnavi ul li:nth-of-type(5) {
    width: 50%;
    margin-left: 0;
    background: none;
    border: none;
    border-left: 1px rgba(0, 32, 96, 0.9) solid;
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
  }
  #gnavi ul li:nth-of-type(5) a {
    padding: 10px 5px;
  }
}

#smp-menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  #smp-menu {
    display: block;
    width: 100%;
    color: rgba(0, 32, 96, 0.9);
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    cursor: pointer;
    border-top: solid 1px rgba(0, 32, 96, 0.9);
    border-bottom: 1px rgba(0, 32, 96, 0.9) solid;
    background: #fff;
  }
}

#home #gnavi ul li:nth-of-type(1) a::after {
  opacity: 1;
}

#business #gnavi ul li:nth-of-type(2) a::after {
  opacity: 1;
}

#company #gnavi ul li:nth-of-type(3) a::after {
  opacity: 1;
}

#contact #gnavi ul li:nth-of-type(4) a::after {
  opacity: 1;
}

#recruit #gnavi ul li:nth-of-type(5) {
  border: solid 1px green;
}

#recruit #gnavi ul li:nth-of-type(5) a {
  color: green;
}

/* スライド */
.flexslider {
  margin: -80px auto 50px;
}

/* トップ */
.slides img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.first-message {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  z-index: 5;
}

.first-message h2 {
  font-size: 2.66rem;
}

@media only screen and (max-width: 599px) {
  .first-message {
    width: 95%;
    margin: 0 auto 40px;
  }
  .first-message h2 {
    font-size: 1.73rem;
  }
}

.text-red {
  color: #c00000;
}

.index-box {
  position: relative;
  margin: 0 auto;
}

.index-box .index-box-inner {
  width: 1200px;
  margin: 0 auto;
}

.index-box .child {
  background: #f2f2f2;
}

.index-box .child a {
  max-width: 380px;
}

.index-box .child p {
  display: -wekbit-flex;
  display: flex;
  -wekbit-justify-content: center;
  justify-content: center;
  -wekbit-align-items: center;
  align-items: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.index-box .child p:nth-of-type(2)::before {
  display: block;
  content: "▸";
  margin-right: 8px;
  color: green;
}

.index-box .child p:nth-of-type(3) {
  padding: 0 15px 15px;
}

.index-box .child p img {
  margin-bottom: 17px;
}

.index-box.index-box-under .child {
  background: none;
}

.index-box.index-box-under p img {
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
  .index-box .index-box-inner {
    width: 95%;
  }
  .index-box .index-box-inner .child {
    width: 100%;
    margin: 0 auto 20px;
  }
  .index-box .index-box-inner .child a {
    margin: 0 auto;
  }
  .index-box .index-box-inner .child p img {
    margin-bottom: 5px;
  }
}

.col4-i4 .child {
  width: 100%;
  max-width: 270px;
}

.col4-i4 p {
  display: -wekbit-flex;
  display: flex;
  -wekbit-justify-content: center;
  justify-content: center;
  -wekbit-align-items: center;
  align-items: center;
}

.col4-i4 p:nth-of-type(2)::before {
  display: block;
  content: "▸";
  color: #ed7d31;
}

.col4-i4 p img {
  margin-bottom: 17px;
}

@media only screen and (max-width: 599px) {
  .col4-i4 .child {
    width: 47%;
  }
}

/* セカンド */
#b01,
#b02,
#b03,
#b04,
#b05,
#b06 {
  margin-top: -140px;
  padding-top: 140px;
}

#page-des {
  position: relative;
  width: 100%;
  clear: both;
  z-index: 1;
}

#introduce-box {
  width: 100%;
  margin: 0 auto 70px;
  background-color: #f8f8f8;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#introduce-box {
  background-image: url(../img/page-des__bg1.jpg);
}

#company #introduce-box {
  background-image: url(../img/page-des__bg2.jpg);
}

#contact #introduce-box {
  background-image: url(../img/page-des__bg3.jpg);
}

#recruit #introduce-box {
  background-image: url(../img/page-des__bg4.jpg);
}

#page-des-in {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 290px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  #page-des-in {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

#page-des h2 {
  margin: 0px auto 25px;
  padding: 60px 0 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

#page-des h2 + p {
  font-size: 18.6px;
  font-weight: bold;
}

#page-des h2::after {
  display: none;
}

@media only screen and (max-width: 599px) {
  #page-des h2 {
    padding: 15px 5px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.85);
  }
}

#topic-path {
  margin-right: 60px;
  padding-top: 10px;
}

#topic-path ul li,
#topic-path ul li a {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

#topic-path ul li {
  margin: 0 30px 0 0;
  font-size: 14px;
  line-height: 35px;
}

#topic-path ul li {
  margin-right: 15px;
}

#topic-path ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}

#topic-path ul li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(-45deg);
}

#topic-path ul li:nth-of-type(1)::before {
  display: none;
}

#topic-path ul li.link a {
  margin-right: 4px;
}

@media only screen and (max-width: 599px) {
  #topic-path {
    display: none;
  }
}

.page-nav {
  width: 700px;
}

.page-nav ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nav ul::after {
  content: '';
  display: block;
  height: 0;
  visibility: 0;
  clear: both;
}

.page-nav ul li {
  margin: 0 20px 5px 0;
}

.page-nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.page-nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.86rem;
  color: #000;
}

.page-nav a::before {
  content: "▸";
  display: block;
  margin-right: 5px;
  color: green;
}

@media only screen and (max-width: 599px) {
  .page-nav {
    display: none;
  }
}

/*各エレメント設定
---------------------------------------------------------------------------*/
.contents-wrap {
  width: 100%;
  max-width: 1201px;
  margin: 0 auto 40px;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 115px;
}

section.top-section {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
    margin: 0 auto 60px;
  }
  section.center {
    width: 100%;
    margin: 0 auto 20px;
  }
  section#company {
    margin: 0 auto 140px;
  }
}

.contents-wrap section:nth-last-of-type(1) {
  margin: 0 auto 200px;
}

.content-box-inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .content-box-inner {
    width: 95%;
    margin: 0 auto;
  }
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 65.5% 0 0 0;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 事業内容 */
.col3-i3 .child {
  margin-bottom: 30px;
}

.col3-i3 p {
  width: 100%;
  max-width: 380px;
}

.col3-i3 p img {
  width: 100%;
  height: 0 auto;
}

@media only screen and (max-width: 599px) {
  .col3-i3 p {
    margin: 0 auto 15px;
  }
}

.col2-ti .child:nth-of-type(1) {
  width: 100%;
  max-width: 860px;
}

.col2-ti .tar {
  padding-right: 10px;
}

@media only screen and (max-width: 599px) {
  .col2-ti .tar {
    padding-right: 0;
    text-align: center;
  }
  .col2-ti .child:nth-of-type(2) p {
    text-align: center;
  }
}

.col2-it {
  margin: 0 auto 35px;
}

.col2-it td:nth-of-type(1) {
  width: 380px;
}

.col2-it td:nth-of-type(1) img {
  width: 100%;
}

.col2-it td:nth-of-type(2) {
  width: calc(100% - 380px);
  padding-left: 30px;
}

@media only screen and (max-width: 599px) {
  .col2-it th,
  .col2-it td:nth-of-type(1),
  .col2-it td:nth-of-type(2) {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.col3-t3 {
  width: 100%;
  margin: 0 auto;
}

.col3-t3 th,
.col3-t3 td {
  width: 30%;
  padding: 1px 0;
}

@media only screen and (max-width: 599px) {
  .col3-t3 th,
  .col3-t3 td {
    display: block;
    width: 100%;
  }
}


/* 生コンクリート製造・販売 */
.t-overview {
  width: 100%;
  margin-bottom: 60px;
}

.t-overview th,
.t-overview td {
  vertical-align: middle;
  font-size: 1.73rem;
  padding: 2px 5px 0;
  border: solid 1px #bfbfbf;
}

.t-overview th {
  text-align: center;
}

.t-overview th:nth-of-type(1) {
  width: calc(100% - 300px);
}

.t-overview th:nth-of-type(2) {
  width: 300px;
}

.t-overview .w-ad1 {
  width: 20px;
}

.t-overview .w-ad2 {
  width: 160px;
}

@media only screen and (max-width: 599px) {
  .t-overview th:nth-of-type(1),
  .t-overview th:nth-of-type(2) {
    width: 50%;
  }
}

.type-b th,
.type-b td {
  text-align: center;
}

.type-c {
  margin: 0 auto 10px;
}

.type-c td {
  padding: 7px 10px;
  text-align: center;
}

/* 太陽光発電 */
.col4box .child {
  width: 270px;
  margin-bottom: 40px;
}

.col4box .child p {
  text-align: center;
}

.col4box .child p img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.col4box::before,
.col4box::after {
  content: "";
  display: block;
  width: 270px;
}

.col4box::before {
  order: 1;
}

@media only screen and (max-width: 599px) {
  .col4box .child {
    width: 47%;
  }
  .col4box .child p {
    font-size: 12px;
  }
  .col4box::before,
  .col4box::after {
    width: 47%;
  }
}

.col2-it-type2 td:nth-of-type(2) {
  padding-left: 20px;
}

@media only screen and (max-width: 599px) {
  .col2-it-type2 td:nth-of-type(1) {
    width: 25%;
  }
  .col2-it-type2 td:nth-of-type(2) {
    padding: 0 0 20px 10px;
  }
}

.sharp-box img {
  margin-right: 5px;
}

/* 土地・不動産仲介 */
.tel-num {
  text-align: center;
}

.tel-num a {
  display: inline;
  color: #c00000;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  .tel-num a {
    font-size: 24px;
  }
  .tel-num a span {
    font-size: 24px;
  }
}

.tel-num + p {
  text-align: center;
}

/* 企業情報 */
.pres br {
  display: none;
}

@media only screen and (max-width: 599px) {
  .pres br {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .philosophy {
    font-size: 16px;
  }
}
/* 企業情報 */
.box50 .child {
  width: 48.3%;
}

@media only screen and (max-width: 599px) {
  .box50 .child {
    width: 100%;
    margin-bottom: 40px;
  }
}

#company .col2-t2 {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #bfbfbf;
}

#company .col2-t2 th,
#company .col2-t2 td {
  padding: 7px 5px 5px 20px;
  text-align: left;
  border-bottom: solid 1px #bfbfbf;
}

#company .col2-t2 th {
  width: 140px;
}

@media only screen and (max-width: 599px) {
#company .col2-t2 th,
#company .col2-t2 td {
    padding: 5px;
    border-bottom: dashed 1px #bfbfbf;
  }
#company .col2-t2 th {
    width: 80px;
  }
}


/* 採用情報 */
.col2-t2 {
  width: 100%;
  margin: 0 auto 60px;
  border-top: solid 1px #bfbfbf;
}

.col2-t2 th,
.col2-t2 td {
  padding: 7px 5px 5px 40px;
  border-bottom: solid 1px #bfbfbf;
}

.col2-t2 th {
  width: 300px;
}

@media only screen and (max-width: 599px) {
  .col2-t2 th,
  .col2-t2 td {
    padding: 5px;
  }
  .col2-t2 th {
    width: 110px;
    padding-right: 0;
  }
}

/* お問合せ */
.contact-tel p,
.contact-tel a {
  color: green;
}

.contact-tel p:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  background: url(../img/tel-icon.jpg) no-repeat left center;
}

.contact-table {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-top: dashed 1px #bfbfbf;
}

.contact-table th,
.contact-table td {
  padding: 7px 5px 5px 20px;
  font-size: 2.13rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  border-bottom: dashed 1px #bfbfbf;
}

.contact-table th,
.contact-table td:nth-of-type(1) {
  width: 350px;
}

@media only screen and (max-width: 599px) {
  .contact-table th,
  .contact-table td,
  .contact-table td:nth-of-type(1) {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
  .contact-table th {
    background: #e9e9e9;
  }
}

.mailform {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  text-align: center;
}

.mailform2 {
  height: 1200px;
}

@media only screen and (max-width: 599px) {
  .mailform {
    width: 100%;
    height: 720px;
  }
  .mailform2 {
    height: 1200px;
  }
}

/* 新着・お知らせ */
.select-content {
  table-layout: fixed;
  margin: 0px 0px 30px 0px;
  width: 100%;
}

.select-content tr {
  vertical-align: top;
}

.select-content td {
  border: solid 2px #fff;
}

.select-content td:nth-of-type(1) {
  width: 190px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.select-content td:nth-of-type(2) {
  padding-left: 30px;
}

.select-content a {
  display: inline;
}

@media only screen and (max-width: 599px) {
  .select-content th,
  .select-content td {
    display: block;
    padding: 0;
  }
  .select-content td:nth-of-type(2) {
    padding-left: 0;
  }
}

article {
  width: 100%;
/*
  height: 210px;
*/

  height: 850px;

  border-top: solid 1px #7f7f7f;

  border-bottom: solid 1px #7f7f7f;
  overflow:scroll;
  overflow-x: hidden;
}

article .topi-one {
  padding: 20px 10px 10px;
}

article .icon-box {
  width: 100px;
  margin-right: 15px;
}

article .icon-box p {
  text-align: center;
  line-height: 1.4;
  font-size: 1.46rem;
}

article .icon-box.recruit p {
  color: green;
  border: solid 1px green;
}

article .icon-box.notice p {
  color: #ed7d31;
  border: solid 1px #ed7d31;
}

article dl {
  width: calc(100% - 115px);
}

article dl dt,
article dl dd {
  text-align: left;
  font-size: 1.73rem;
}

article dl dt {
  font-weight: bold;
}
article dl dd {
  margin:0 0 2em 0;
}
article dl dd img {
  margin:1em 0 0 0;
}


@media only screen and (max-width: 599px) {
  article dl {
    width: 100%;
  }
  article dl dt,
  article dl dd {
    text-align: left;
    font-size: 1.46rem;
  }
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
ul.privacy {
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

@media only screen and (max-width: 599px) {
  ul.privacy {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  ul.privacy li {
    list-style: decimal inside;
  }
}

/*【サイトマップ】のレイアウト
-------------------------------------------------------*/
.sitemap ul {
  margin: 0;
}

.sitemap ul li {
  color: #000;
  padding: 0 0 30px 0;
  text-align: center;
}

.sitemap ul li a {
  display: inline;
  color: #000;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #666;
}

.sitemap ul .s-head {
  font-size: 2.66rem;
}

@media only screen and (max-width: 599px) {
  .sitemap ul li:not(.s-head) a {
    font-size: 1.6rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  }
  .sitemap ul li.s-head a {
    font-size: 1.86rem;
  }
}

/* フッター */
footer {
  position: relative;
  height: 750px;
  background: url(../img/f-bg.jpg) no-repeat center center;
  background-size: cover;
}

footer p,
footer li,
footer a {
  color: #000;
}

footer .f-smap {
  margin: 0 auto 40px;
  padding: 25px 0;
}

footer .f-smap ul li {
  line-height: 1.2;
  padding: 0 10px;
  border-right: solid 1px #818181;
}

footer .f-smap ul li a {
  font-size: 1.86rem;
  font-weight: bold;
}

footer .f-smap ul li:nth-last-of-type(1) {
  border-right: none;
}

footer .f-smap .child:nth-of-type(2) {
  background: url(../img/f-icon2.png) no-repeat left center;
  transform: translate(-30px, 0);
}

footer .f-smap .child:nth-of-type(3) {
  background: url(../img/f-icon3.png) no-repeat left center;
  transform: translate(-30px, 0);
}

footer .f-under {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 100px;
}

footer .f-under h2 {
  margin: 0;
}

footer .f-under h2::after {
  display: none;
}

footer .f-imp h2 {
  font-weight: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

footer .f-imp p {
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  transform: translate(0, -3px);
}

@media only screen and (max-width: 599px) {
  footer .f-smap {
    padding: 0;
  }
  footer .f-smap ul {
    border-top: solid 1px #000;
  }
  footer .f-smap ul li {
    width: 50%;
    padding: 2px 0;
    border: none;
    background: #fff;
    border-bottom: solid 1px #000;
  }
  footer .f-smap ul li:nth-of-type(1) {
    width: 100%;
  }
  footer .f-smap ul li:nth-of-type(even) {
    border-right: solid 1px #000;
  }
  footer .f-smap ul li a {
    padding: 5px 0;
    font-size: 1.4rem;
  }
  footer .f-imp h2 {
    font-size: 16px;
  }
  footer .f-imp p {
    text-align: center;
  }
  footer .f-under {
    width: 95%;
    margin: 0 auto;
  }
  footer .f-under table {
    margin: 0 auto;
  }
  footer .f-under table th,
  footer .f-under table td {
    display: block;
    text-align: center;
  }
  footer .f-under table th {
    font-weight: bold;
  }
  footer .f-under table td:nth-last-of-type(1) {
    margin-bottom: 15px;
  }
  footer .f-under .child {
    margin: 0 auto 20px;
  }
  footer .f-under .b-info-parent {
    text-align: center;
  }
  footer .f-under .b-info {
    margin: 0 auto 30px;
  }
  footer .f-under .b-info a {
    padding: 5px;
  }
  footer .f-under .b-info a p {
    font-size: 12px;
  }
  footer .f-under .b-info-wide a {
    padding: 5px 50px;
  }
  footer .logo-box + p,
  footer .f-3r,
  footer .f-3r > p {
    text-align: center;
  }
}

#copyright {
  width: 100%;
  margin: 0 auto;
}

#copyright p {
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: .3px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}
