@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}



a{
  text-decoration: none;
  color:#798795;
  font-size: 0.8rem;
  padding-left:12px;
  margin-top:24px;
}
.title{
  color: #34495E;
  text-align: center;
}
h3{
  text-align: center;
}

.co_message{
  width:980px;
  margin:60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.co_message2{
  width:980px;
  margin:60px auto 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.me_image,
.me_text{
  width:50%;
}
.me_image img{
  width:100%;
  margin:0 auto;
}
.me_text p{
  padding:21px;
  line-height: 2;
}
.acc-container {
  width:980px;
  margin:150px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow: hidden;
}
h3{
  color:#798795
}

.bosyu{
  background-color: rgb(240, 240, 240);
  padding:36px 0;
}
.acc-btn { 
  width:100%;
  position:relative;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
  background:#34495E;
  border-bottom:1px solid #2C3E50;
  display:flex;
  align-items: center;
}
.triangle3{
  position:absolute;
  right:0;
  bottom:0;
  width: 6%;
  /* height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff; */
}

.acc-btn:hover{
  opacity: 0.7;
}
.triangle3 img{
  width:100%;
}

.acc-content {
  width:100%;
  margin:0 auto;
  display: none;
  background:#e0e0e0;
  padding:30px;
  height: auto;
}
.acc-content table{
  width:90%;
  margin:12px auto;
  font-size: 0.8rem;
  border-collapse: collapse;
}
.acc-content table{
  width:90%;
  margin:12px auto;
  font-size: 0.8rem;
}
.acc-content table tr th,
.acc-content table tr td{
  padding-top:0.8rem;
  border-bottom:1px solid #fff
}
.acc-content table tr th{
  font-size: 1rem;
  color: #8696a5;

}
.acc-content table td{
  color: #798795;
}
.contact_btn{
  text-align: center;
  margin-top:48px;
}
.recluit_image{
  width:20%;
}
.recluit_text{
  width:80%;
  padding-left:12px;
}

.recluit_image img,
.recluit_text p{
  width:100%;
}
h1 {
  color:#ffffff;
}

.recluit_text p { 
  font:400 16px/24px 'Lato', sans-serif;
  color:#798795;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  padding:1.5rem;
  border-radius:7px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

/* 問い合わせフォーム */

.contact_table{
  width:95%;
  margin:0 auto;
  text-align: center;
}
table.contact_table tr th{
  width:30%;
  text-align: left;
}
table.contact_table tr td{
  text-align: left;
}
.birth{
  width:30%;
}
.birth2{
  width:20%;
}
.gender{
  width:5%;
}


.container {
  max-width:800px;
  margin:0 auto;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background-color:#FAFAFA;
}
.head {
  -webkit-border-radius:6px 6px 0px 0px;
  -moz-border-radius:6px 6px 0px 0px;
  border-radius:6px 6px 0px 0px;
  background-color:#2ABCA7;
  color:#FAFAFA;
}

h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 1.4em;
}
input {
  margin:10px auto;
}
textarea {
  height:100px;
  margin:10px auto;
}

input, textarea ,select{
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#2ABCA7;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2ABCA7;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
}
button:hover, .button:hover {
  background:#19a08c;
}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
/* media queries */
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  body {
  padding-top:10px;
  }  
  .triangle3{
    width: 15%;
  }
}
@media screen and (max-width:980px){
  .co_message,
  .co_message2,
  .acc-container{
    width:100%;
  }
  .me_text p{
    line-height: 1.5;
  }
}

@media screen and (max-width:780px){
  h1.typing{
    font-size: 1.5rem;
  }
  .menu{
    display: none;
  }
  .co_message,
  .co_message2,
  .acc-btn,
  .acc-content table th,
  .acc-content table td{
    display: block;
  }
  .me_image,
  .me_text,
  .recluit_image,
  .recluit_text,
  .acc-content table th,
  .acc-content table td{
    width:100%!important;
  }
  .acc-content table th{
    border-bottom:none!important;
  }
}
.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
