@charset "utf-8";

html,body{
  box-sizing: border-box;
  width: 100%;
}


#wrapper {
  width: 100%;
}
/*メインビジュアル*/
#top {
  position: relative;
  z-index: 1;
  max-height: 100vw;
}
#main_visual {
  position: relative;
  max-width: 100%;
	height: 100vh;
	background-size: contain;
display: block;
}
#main_visual2{
  position: relative;
  max-width: 100%;
  height: 180px;
}










header {
  width: 245px;
  margin: 0 auto;
  overflow: hidden;
  background-color: rgba(232,221,203,0.9);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  top: 0;
  left: 50px;
  position: absolute;
}
header h1 {
  font-size: 0;
  margin: 0;
}
header .logo {
  display: block;
  margin: 30px auto 48px;
  max-width: 60%;
}
header nav {
  margin: 0 0 0 40px;
}
header nav ul {
  list-style: none;
  overflow: hidden;
  float: left;
}
header nav ul li {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
header nav ul li a {
  display: block;
}
header nav ul li span {
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  margin-top: -5px;
  letter-spacing: 1px;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
/*各セクション*/
section{
  padding-left:1em;
  padding-right: 1em;
}

.bg_gray {
  background: #eff3f6;
}
.bg_yellow {
  background: #E8DDCB;
}
.wrapper_s {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
h2, h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
h2 {
  margin: 0 0 12px 0;
  font-weight: bold;
  color:#036564;
}
h2:after {
  border-bottom: 1px solid #CDB380;
  content: "";
  display: block;
  padding-bottom: 12px;
  width: 18px;
  color: #CDB380;
}
h3 {
  font-size: 13px;
  margin-bottom: 60px;
  font-weight: nomal;
  color:#fff;
  letter-spacing: 0.3em;
}
h4 {
  color: #E8DDCB;
  font-weight: bold;
  text-align: center;
  background: #031634;
  padding: 0.5em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 30px 30px 0;
}
a {
  color: #033649;
  text-decoration: none;
}
a:hover {
  color: #036564;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sp {
  display: none;
}
.clearfix {
  overflow: hidden;
}
.cont_left {
  width: 47%;
  float: left;
}
.cont_right {
  width: 47%;
  float: right;
}

#company .cont_right {
  width: 100%;
  float: none;
}
#akaridonya > div{
  text-align: left;
}
#akaridonya .cont_left img{
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
#akaridonya .description em{
  font-weight: bold;
  color: black;
  margin-left: 0.5em;
  font-size: 1.5em;
  border-bottom: 1px dashed #555;
}
#akaridonya #maker{
  margin-top: 60px;
}
#akaridonya #maker h5{
  font-size: 18px;
}
#akaridonya #maker ul{
  background-color: white;
  border-radius: 5px;
}
#akaridonya #maker ul li{
  display: inline-block;
  width: 21%;
  margin-left: 3%;
}


/*お知らせ*/
ul.newsinfo {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  border-top: 1px solid #666464;
  letter-spacing: 1px;
}
ul.newsinfo li a {
  padding: 12px 0;
  border-bottom: 1px solid #666464;
  display: block;
  width: 100%;
}
ul.newsinfo li a:hover {
  background-color: rgba(255,255,255,1);
}
ul.newsinfo li span {
  display: inline-block;
  padding-left: 60px;
}
ul.newsinfo li span::after {
  border-right: 1px solid #666464;
  content: "";
  display: inline;
  padding-left: 50px;
}
ul.newsinfo li p {
  display: inline-block;
  margin-left: 50px;
}
/*会社概要*/
.outline {
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: #3c2617 1px solid;
}
.description {
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.desc_text {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  letter-spacing: 0.05em;
}
.profile {
  letter-spacing: 1px;
  font-size: 12px;
}
.name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 10px;
  display: inline-block;
  margin: 0 30px 62px 0;
}
.profile p {
  line-height: 24px;
}
.profile span {
  letter-spacing: 3px;
}
.job {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 30px;
}
dl.carrer {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 3em;
}
dl.carrer dt {
  float: left;
  text-align: right;
  width: 40%;
}
dl.carrer dd {
  margin-left: 45%;
}
/*お問い合わせ*/
#contact p {
  font-weight: bold;
  margin-bottom: 30px;
}
p.tel_n {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 5px;
}
#contact h4 {
  width: 90px;
}
#contact span {
  font-size: 15px;
  letter-spacing: 2px;
}
#contact .cont_right {
  margin-top: 50px;
}
#contact .cont_right p {
  margin-top: -20px;
  font-size: 12px;
  font-weight: normal;
}
/*ご案内*/
#guide h4 {
  width: 90px;
}
#guide span {
  font-weight: bold;
}
#guide img {
  width: 100%;
}
/*アクセス*/
ul.address {
  width: 100%;
}
ul.address li {
  display: block;
  float: left;
  font-size: 15px;
  width: 25%;
  letter-spacing: 2px;
}
ul.address li span {
  display: block;
  font-size: 14px;
}
.button {
  display: inline-block;
  font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #125091;
  color: #fff;
  font-size: 12px;
  background-color: #125091;
  overflow: hidden;
  letter-spacing: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover {
  color: #ffffff;
  background-color: #3484d8;
  border: 1px solid #3484d8;
}
.button:hover::after {
  top: 0;
}
#map {
  max-width: 100%;
  min-width: 280px;
  margin: auto;
}
#map_canvas {
  height: 350px;
  width: 100%;
}
/*画像スライダー*/
#photo{
  padding:60px 0;
}
#photo .wrapper_s {
  width: 100%;
}
#photo h2 {
  width: 980px;
  margin: 0 auto 12px;
  font-weight: bold;
}
#photo h3 {
  width: 980px;
  margin: 0 auto 60px;
}
/*フッター*/
footer {
  width:100%;
  padding-top: 40px;
  background: #033649;
  font-size: 14px!important;
}
#footer-logo{
  background-color: rgba(255,255,255,0.8);
  display: block;
  width: 80px;
  height: 80px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}
#footer-logo img{
  max-width: 80px;
  margin: 0 auto;
}
ul.footer_link {
  color: #FFFFFF;
  display: block;
  margin-bottom: 60px;
}
ul.footer_link li {
  display: inline-block;
  float: left;
}
ul.footer_link li a {
  color: #FFFFFF;
}
ul.footer_link li a:hover{
  color:#b5d8fc;
}
footer p {
  color: #FFFFFF;
}
.inline-item + .inline-item::before {
  content: "/";
  margin-left: .7em;
  margin-right: .7em;
}
#back-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
}
#back-top span {
  width: 50px;
  height: 51px;
  display: block;
}



/*********************************SP設定*********************************/

@media screen and (max-width: 796px){
img {
  width: 100%;
  height: auto;
}
/*ヘッダー*/
header.sp {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: none;
  top: 0;
  left: 0;
  display: block;
  background: #E48B8D;
}
header nav {
  margin: 0;
}
header nav ul {
  width: 100%;
  margin-top: 10px;
}
header nav ul li {
  float: none;
  margin: 0;
}
h1.headerlogo {
  display: block;
  width: 30%;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 20px;
}
h1 img {
  max-width: 540px;
  height: 100%;
  position: relative;
}
/*各セクション*/
.wrapper_s {
  width: 84%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.cont_left, .cont_right {
  width: 100%;
  float: none;
}
.cont_right span {
  display: block;
  margin-bottom: 30px;
}
/*お知らせ*/
ul.newsinfo li a {
  padding: 10px 0;
  border-bottom: 1px solid #666464;
  display: block;
  width: 100%;
  background: none;
}
ul.newsinfo li span {
  padding-left: 0;
  display: block;
}
ul.newsinfo li p {
  margin-left: 0;
}
ul.newsinfo li span::after {
  border-right: 0px;
  padding-left: 0px;
}
/*会社概要*/
#about img {
  margin: 30px auto 0;
}


@media (max-width: 798px) {
#about{
    margin-top: 43vh;
}
}
.name {
  margin-bottom: 20px;
  display: block;
}
#about .profile .cont_left img {
  margin-bottom: 30px;
}
dl.carrer{
  font-size: 1.1em;
}
dl.carrer dt {
  float: left;
  text-align: right;
  width: 25%;
}
dl.carrer dd {
  margin-left: 30%;
}
#akaridonya .description em{
  display: block;
  margin: 10px 0 0 0;
  border:none;
}
#akaridonya #maker ul li{
  margin-left: 2%;
}
#akaridonya #maker ul li img{
  margin: 25px 0;
}

/*お問い合わせ*/
p.tel_n {
  font-size: 20px;
}
.pc {
  display: none;
}

/*アクセス*/
ul.address {
  width: 100%;
}
ul.address li {
  display: inline-bilock;
  float: none;
  width: 100%;
}
ul.address li.building_name {
  margin-bottom: 15px;
}
ul.address li span {
  display: inline-block;
  margin-right: 10px;
}
.button {
  display: inline-block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #125091;
  color: #fff;
  font-size: 14px;
  background-color: #125091;
  overflow: hidden;
  margin: 30px auto 0;
  letter-spacing: 2px;
  padding: 10px 0;
}
#map_canvas {
  height: 200px;
}
/*画像スライダー*/
#photo h2 {
  width: 84%;
}
#photo h3 {
  width: 84%;
}
/*フッター*/
footer {
  padding: 0;
}
#footer-logo{
  margin: 0 auto 1em;
}
#copylight{
  margin-top: 100px;
}
}

/***********************問い合わせ*******************************/
.pop01-t01 {
  width: 100%;
  padding: 60px 0;
  color: #000;
}
.pop01-t01-inner {
  max-width: 980px;
  max-width: 100%;
  margin: auto;
}
.pop01-t01-ttl {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.pop01-t01-ttl > em{
  line-height: 1.5em;
  border-bottom: 1px dased #111;
  color: black;
  font-weight: bold;
}
.pop01-t01-txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
.pop01-t01-form {
  width: 80%!important;
  margin: auto;
  margin-bottom: 30px;
  font-size: 14px;
  box-sizing: border-box;
}
.pop01-t01-form th {
  width: 33%;
  text-align: left;
  padding: 10px;
  padding-right: 2em;
  padding-bottom: 1em;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.pop01-t01-form th.sp {
  display: none;
}
.pop01-t01-form td {
  width: 33%;
  padding: 0 10px 10px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.pop01-t01-form td input {
  background-color: #fff;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #000;
}
.pop01-t01-form td.half {
  text-align: left;
}
.pop01-t01-form td.half input {
  width: 30%;
}
.pop01-t01-form td.half input.check {
  display: inline-block;
  width: 5%;
  margin: 10px;
  text-align: left;
}
.pop01-t01-form td.half input.check:last-child {
  margin-left: 2em;
}
.pop01-t01-form td textarea {
  background-color: #fff;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #000;
}
.pop01-t01-form select {
  background-color: #fff;
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px;
  border: 1px solid #000;
}
.pop01-t01-form select option {
  width: 100%;
  padding: 8px;
  text-align: center;
}
.pop01-t01-form span.note {
  padding-left: 1em;
  font-size: 12px;
}
.pop01-t01-btn {
  text-align: center;
}
.pop01-t01-btn input {
  background-color: #125091;
  width: 120px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  box-sizing: border-box;
  cursor: pointer;
}
.pop01-t01-btn input:hover{
  background-color: #3484d8;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
    .pop01-t01 {
      padding: 30px 0;
    }
    .pop01-t01-inner {
      width: 100%;
      padding: 0 4%;
      box-sizing: border-box;
    }
    .pop01-t01-ttl {
      font-size: 16px;
      margin-bottom: 2em;
    }
    .pop01-t01-txt {
      margin-bottom: 25px;
      font-size: 14px;
    }
    .pop01-t01-form {
      width: 100%;
    }
    .pop01-t01-form th {
      display: block;
      width: 100%;
    }
    .pop01-t01-form th.sp {
      display: block;
    }
    .pop01-t01-form th.pc {
      display: none;
    }
    .pop01-t01-form td {
      display: block;
      width: 100%;
    }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************simple01問い合わせコンテンツここまで*******************************/



#about table{
  width:100%;
  margin-bottom:30px;
  font-size:16px;
}
#about table tr{
  line-height: 3em;
}

#about table tr th{
  /*width:45%;*/
  text-align: right;
  padding-right:2em;
  vertical-align:top;
  font-weight: bold;
}

@media (max-width: 798px) {
#about table{
  width:100%;
  margin-bottom:30px;
  font-size:16px;
  text-align: center;
}
#about table th,#about table td{
  line-height: 2em;
  display: block;
  width:100%;
}
#about table tr th{
  text-align: center;
  padding-right:0;
  text-align: center;
  width:100%;
  font-weight: bold;
  padding-top:2em;
  border-bottom:1px solid #125091;
}

#about table tr .pc{
  display: none;
}
  }



  .right{
    font-size:16px;
    font-family: "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho", serif;
    text-align: right;
    margin-top:2em;
  }











#products h2{
  font-size:24px;
  margin-top:70px;
}
#products h3,
#products ul li{
  color:#033649;
}


#products h3,
#products ul li{
  font-size:18px;
  margin-bottom:10px;
  margin-top:30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}



#products table{
  width: 800px;
  display: block;
  margin: 0 auto 50px auto;
}

#products table tr{

  height:50px;
}


#products table th{
  width:200px;
  background-color: #031634;
  border-bottom: 1px dotted #666;
  text-align: center;
  color: #fff;
}

#products table td{
  width: 600px;
  border-bottom: 1px dotted #666;
  background-color: #fff;
  padding-left: 5px;
}




#products ul li{
  height: 1em;
}

@media (max-width: 798px) {

#products table{
  width: 100%;
}

#products table th,
#products table td{
  display: block;
  width: 100%;
  padding: 3px;

}


}







.recruit table{
   border-collapse: separate;
   border-spacing: 5px;
}
.recruit table th{
  border-right: 3px solid #036564;
  font-weight: bold;
  background-color: #CDB380;
}

.recruit table td{
  padding-left: 1em;
  background-color: #fcfcfc;
}

.recruit table td a{
  background-color:#036564;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}
.recruit table td a:hover{
  background-color: #CDB380;
}

@media (max-width: 798px) {
.recruit #company table tr th{
  background-color: #cfcfcf;
  border:none;
  padding-top: 15px!important;
  border-bottom:#cfcfcf;
}

.recruit table td{
padding: 15px 0;
border:none;
}

  }
#top2{
  background-color: #036564;
}

#top2 header{
  box-sizing: border-box;
  width: 980px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background-color: rgba(255,255,255,0);
  border-radius: 0;
}

#top2 header h1{
  width: 300px;
  display: block;
  float: left;
  box-sizing: border-box;
  background-color: #eff3f6;
}

#top2 header h1 img{
  box-sizing: border-box;
  text-align: center;
  display: block;
}
#top2 header .logo{
  margin: 0 auto;
  display: block;
}


 header #gnavi2 nav{
  width: auto;
  float:left;
}
header #gnavi2 nav ul li{
  display: inline-block;
  margin-left: 15px;
  margin-top:90px;

}
header #gnavi2 nav ul li a{
  color:#fff;
}
header #gnavi2 nav ul li a:hover{
  color:#d0d5d8;
}
.headerlogo2{
  display: none;
}

.header_group{
  width: 100%;
}


.products-image{
  width: 50%;
  display: block;
  margin: 20px auto;
}


@media (max-width: 980px) {

#top2 header{
  width: 760px;
}

#top2 header h1{
  width: 250px;
}


}

@media (max-width: 798px) {


#top2{
  display: none;
  }

.headerlogo2{
  width: 30%;
  display: block;
  margin: 0 auto;
}
.pege-2{
  margin-top:2vh!important;
}


.products-image{
  width: 80%;
  display: block;
  margin: 20px auto!important;
}
}


