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

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

body {
  position: relative;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}

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;
}

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;
}

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

a:hover {
  opacity: .6;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  z-index: 50;
}

@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: 100px;
  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;
  }
}

.h1-bg {
  margin: auto;
  background: #c00000;
  z-index: 1000;
}

.h1-bg .bg-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
}

.h1-bg h1 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 21;
}

.h1-bg h1 br {
  display: none;
}

.h1-bg h1 span {
  display: inline;
}

@media only screen and (max-width: 599px) {
  .h1-bg {
    height: auto;
  }
  .h1-bg .bg-inner {
    padding: 2.5px 5px;
  }
  .h1-bg h1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 1.2;
    font-size: 10px;
  }
}

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

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

h2 + hr {
  width: 60px;
  margin: 0 auto 55px;
  border: none;
  border-top: solid 2px #c00000;
}

@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.39rem;
  text-align: left;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

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;
  }
}

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;
  text-align: center;
}

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

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

.logo-box .logo-image {
  width: 130px;
  height: auto;
  margin-right: 15px;
}

.logo-box .logo-text {
  width: calc(100% - 145px);
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .logo-box {
    padding: 10px 0;
  }
  .logo-box a {
    display: block;
  }
  .logo-box .logo-image {
    margin: 0 auto 5px;
  }
  .logo-box .logo-text {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .logo-box a {
    margin: 0 auto;
  }
}

.clear-fix {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  background: rgba(255,255,255,.8);
  transition: .6s;
}

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

.header-lock_inner {
  position: relative;
  width: 1220px;
  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: #fff;
    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 38px;
  text-align: center;
  line-height: 30px;
  font-size: 17.3px;
  font-weight: bold;
  overflow: unset;
}

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

#gnavi ul li:nth-of-type(5) a::after {
  display: none;
}

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

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

#gnavi ul li:nth-of-type(5) {
  width: 140px;
  height: 40px;
  margin-left: 20px;
  border: solid 1px #000;
  transition: 0s;
}

#gnavi ul li:nth-of-type(5) a {
  color: #000;
  padding: 5px;
  transition: 0s;
}

@media only screen and (min-width: 600px) {
  #gnavi li:nth-of-type(5):hover {
    border: solid 1px #c00000;
  }
}

@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,
#concrete #gnavi ul li:nth-of-type(2) a::after {
  opacity: 1;
}

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

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

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

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

#home .flexslider {
  margin-top: -100px;
}

@media only screen and (max-width: 599px) {
  #home .flexslider {
    margin-top: 0;
  }
}

.first-message {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  background: #00705a;
  z-index: 5;
}

.first-message .first-message-inner {
  padding: 40px 0 51px;
  background: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 599px) {
  .first-message {
    margin: 0 auto 40px;
  }
  .first-message .first-message-inner {
    padding: 0 10px;
  }
}

.first-message h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.66rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

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

.first-message p {
  color: #fff;
  font-size: 1.86rem;
  padding: 0 2px;
}

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

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

.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-weight: bold;
}

.index-box .child p:nth-last-of-type(1)::before {
  display: block;
  content: "▸";
  color: #c00000;
}

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

.index-box .more-btn {
  width: 80px;
  margin: 0 auto;
  color: #fff;
  background: #002060;
  border-radius: 20px;
}

@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;
  }
}

.col2-i2 img {
  max-width: 581px;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .col2-i2 {
    width: 95%;
    margin: 0 auto;
  }
  .col2-i2 p {
    margin-bottom: 10px;
  }
  .col2-i2 img {
    width: 100%;
  }
}

/* セカンド */
#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: #f2f2f2;
  background-position: right bottom;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

#page-des-in {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 270px;
  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: 55px 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;
}

@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;
}

#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: 16px;
  color: #000;
}

.page_nav a::before {
  content: "▸";
  display: block;
  color: #c00000;
}

@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#company {
    width: 95%;
    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%;
}

/* 事業内容 */
.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;
  }
}

.b-info {
  display: inline-block;
  border: solid 2px #7f7f7f;
}

.b-info a {
  padding: 7px 40px 3px;
}

.b-info p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.86rem;
  font-weight: bold;
}

.b-info p:before {
  content: "▸";
  display: block;
  line-height: 1;
  font-size: 2.39rem;
  color: #c00000;
}

.b-info-wide a {
  padding: 7px 100px 3px;
}

@media only screen and (max-width: 599px) {
  .b-info-parent {
    text-align: center;
  }
  .b-info {
    margin: 0 auto 30px;
  }
  .b-info a {
    padding: 5px;
  }
  .b-info a p {
    font-size: 12px;
  }
  .b-info-wide a {
    padding: 5px 50px;
  }
}

/* 生コンクリート製造・販売 */
.box50 .child {
  width: 48.3%;
}

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

.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%;
  }
}

.orange-text {
  color: #ed7d31;
  font-size: 2.13rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .orange-text {
    font-size: 16px;
  }
}

.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;
}

#solar-panel p a {
  display: inline;
  text-decoration: underline;
}


/* 土地・不動産仲介 */
.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;
  }
}

.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;
  }
}

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

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

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

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

.ceotext {
    font-size:2.2rem;
}

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

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

.col2-t2-recruit th {
  width: 310px;
}

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

/* お問合せ */
.red-text {
  color: #c00000;
}

.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;
}
.mailform2 iframe {
  width: 100%;
  height: 100%;
}

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

/* 新着・お知らせ */
.topi-parent {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

.topi-parent .topi-box {
  width: 100%;
  margin: 0 auto;
  height: 234px;
  background: white;
  overflow-y: auto;
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.topi-parent .topi-box a {
  display: inline;
  text-decoration: underline;
}

.topi-parent .topi-enclose {
  width: 100%;
  margin: 0 auto;
}

.topi-parent .topi-enclose iframe {
  width: 500px;
  margin: 0 auto;
}

.topi-parent .topi-one {
  padding: 20px;
  text-align: left;
  border-bottom: dashed 1px #d9d9d9;
}

.topi-parent .topi-one:nth-last-of-type(1) {
  border-bottom: none;
}

.topi-parent .days-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  font-size: 1.6rem;
}

.topi-parent .icon-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100px;
  max-height: 30px;
  margin-right: 20px;
  padding: 3px 12px;
}

.topi-parent .icon-box p {
  font-size: 1.4rem;
  text-align: center;
}

.topi-parent .result {
  border: solid 1px #00b050;
}

.topi-parent .result p {
  color: #00b050;
}

.topi-parent .recruit {
  border: solid 1px #7030a0;
}

.topi-parent .recruit p {
  color: #7030a0;
}

.topi-parent .notice {
  border: solid 1px #f00000;
}

.topi-parent .notice p {
  color: #f00000;
}

.topi-parent .topi-cnt {
  margin: 0;
  line-height: 30px;
  font-size: 1.73rem;
  width: 900px;
}

.falign-c {
  -webkit-align-items: center;
  align-items: center;
}


@media only screen and (max-width: 599px) {
  .topi-parent {
    width: 100%;
    margin-bottom: 40px;
  }
  .topi-parent .topi-box {
    width: 95%;
    padding: 0 5px;
  }
  .topi-parent .topi-enclose {
    width: 100%;
  }
  .topi-parent .topi-one {
    padding: 15px 0;
  }
  .topi-parent .icon-box {
    max-width: 100px;
    margin: 0;
  }
  .topi-parent .days-box {
    display: inline-block;
    width: auto;
  }
  .topi-parent .topi-cnt {
    width: 100%;
    padding-top: 10px;
  }
  .topi-parent .topi-cnt dd {
    font-size: 14px;
    margin: 0;
  }
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
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;
}

/* フッター */
footer {
  position: relative;
  background-size: cover;
}

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

footer .f-upper {
  background: #00705a;
}

footer .f-upper .f-inner {
  background: rgba(0, 0, 0, 0.25);
}

footer .page-info {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 20px 33px;
  border-bottom: solid 1px #fff;
}

footer .page-info .child {
  display: flex;
  align-items: center;
  padding-left: 75px;
}

footer .page-info .child p {
  line-height: 1.4;
  font-size: 14.6px;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

footer .page-info .child:nth-of-type(1) {
  width: 400px;
  background: url(img/f-icon1.png) no-repeat left center;
}

footer .page-info .child:nth-of-type(1) p:nth-of-type(1) {
  font-size: 16px;
}

footer .page-info .child:nth-of-type(1) p:nth-of-type(1) span {
  font-size: 21.3px;
  letter-spacing: 2px;
}

footer .page-info .child:nth-of-type(1) p:nth-last-of-type(1) {
  font-size: 13.3px;
}

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

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

footer .f-smap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 30px 29px;
}

footer .f-smap ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
  text-align: left;
  font-size: 14px;
}

footer .f-smap ul li::before {
  display: block;
  content: "・";
  padding-left: 1em;
}

footer .f-smap ul li:nth-of-type(1)::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  padding-left: 0;
  transform: rotate(-45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

footer .f-smap ul:nth-last-of-type(1) li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  padding-left: 0;
  transform: rotate(-45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

footer .f-under {
  max-width: 660px;
  margin: 0 auto;
  padding: 50px 0 57px;
}

footer .f-under .f-logo-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 40px;
}

footer .f-under .f-logo-box p {
  color: #000;
}

footer .f-under table th,
footer .f-under table td {
  font-size: 16px;
}

footer .f-under table th,
footer .f-under table td:nth-of-type(1) {
  width: 260px;
}

@media only screen and (max-width: 599px) {
  footer .page-info {
    padding: 20px 10px;
  }
  footer .page-info .child {
    margin: 0 auto 20px;
    padding-left: 50px;
  }
  footer .page-info .child:nth-of-type(1),
  footer .page-info .child:nth-of-type(2),
  footer .page-info .child:nth-of-type(3) {
    display: inline-block;
    width: auto;
    transform: translate(0);
  }
  footer .f-smap {
    display: block;
  }
  footer .f-smap ul li:nth-of-type(1n+2) {
    display: none;
  }
  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;
  }
}

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

#copyright .c-inner {
  background: rgba(0, 0, 0, 0.25);
}

#copyright p {
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .3px;
}

.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;
  }
}
