@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

*{box-sizing: border-box;}
/* float解除用 */
.clearlist {
	content: "";
	display: block;
	clear: both;
}
a{
  color: inherit;
  text-decoration: none;
}

.iphone{
    display: none;
}

body{
    overflow-x: hidden;
}

.company{
    position: relative;
    height: 80vh;
    line-height: 80vh;
    text-align: center;
    font-size: 100px;
    background-image: url(../images/office.png);
    background-size: cover;
    color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        border-bottom-right-radius: 300px;
}

.company img{
    width: 100%;
    height: 80vh;
    border-bottom-right-radius: 300px;
}


.profile-container {
  text-align: center;
  margin: auto;
  background: white;
  border-radius: 12px;
}

.company-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  margin-bottom: 30px;
  color: #333;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.company-table th, .company-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}

.company-table th {
  background-color: #f0f0f0;
  width: 30%;
}

button {
  background-color: #0078D4;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background-color: #005ea2;
}

.hidden {
  display: none;
}

#companyMessage {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}






.profile-container {
  max-width: 700px;
  margin: auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
}

.company-logo {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 24px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.company-table th, .company-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  font-size: 16px;
}

.company-table th {
  background-color: #f0f0f0;
  width: 35%;
}

button {
  background-color: #0078D4;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

button:hover {
  background-color: #005ea2;
}

.hidden {
  display: none;
}

#companyMessage {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {

  .company{
    position: relative;
    height: 40vh;
    line-height: 40vh;
    text-align: center;
    font-size: 30px;
    background-image: url(../images/office.png);
    background-size: cover;
    color: #fff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        border-bottom-right-radius: 300px;
}

  .profile-container {
    padding: 20px;
  }

  h1 {
    font-size: 20px;
  }

  .company-table th, .company-table td {
    font-size: 14px;
    padding: 8px;
  }

  button {
    font-size: 14px;
    padding: 8px 16px;
  }

  #companyMessage {
    font-size: 14px;
  }
}



