@charset "utf-8";
/* CSS Document */
/*company*/
.company-mv {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  background: url(../images/company/main-bg-company.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.company-type {
  padding-top: 12%;
  padding-bottom: 12%;
  text-align: center;
}
.company-type .ttl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 65px;
  color: #fff;
}
.company-type h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
/*company-base*/
.company-base {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.company-base-in {
  width: 600px;
  height: auto;
  margin: 0 auto;
}
.tab-cover {
  width: 100%;
  border-bottom: 1px solid #52b6f1;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}
.tab-left {
  width: 25%;
  height: auto;
}
.tab-cover:first-child {
  width: 100%;
  border-bottom: 1px solid #52b6f1;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}
/*company-vition*/
.company-low2 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.company-low2-in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.vition {
  width: 440px;
  height: 547px;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
}
.history {
  width: 440px;
  height: 547px;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #0772f8, #40cbbe);
}
.history-img {
  margin-top: 50px;
}
.history-img img {
  margin: 0 auto;
}
.company-low2-in .ttl {
  font-family: "Arial", sans-serif;
  font-size: 65px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  padding-top: 100px;
  text-align: center;
}
.company-low2-in h2 {
  color: #fff;
  padding-top: 50px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}
.company-low2-in p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #fff;
  padding-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
}
/*message*/
.message {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}
.message-in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.message-in-left {
  width: 47%;
  height: auto;
}
.message-in-right {
  width: 47%;
  height: auto;
  margin-top: 150px;
}
.message-in .ttl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: normal;
  color: #52b6f1;
}
.message-in h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #52b6f1;
}
.daihyou-img {
  margin-top: 50px;
}
.daihyou-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.message-in-left p {
  margin-top: 50px;
}
.message-ttl {
  width: 86px;
  height: 36px;
  display: block;
  color: #fff;
  border-radius: 36px;
  background-color: #52b6f1;
  text-align: center;
  line-height: 36px;
}
.message-ttl-last {
  width: 120px;
  height: 36px;
  display: block;
  color: #fff;
  border-radius: 36px;
  background-color: #52b6f1;
  text-align: center;
  line-height: 36px;
}
.message-cont {
  margin-bottom: 20px;
}
.message-cont p {
  margin-top: 20px;
}
/*1360px以下レイアウト*/
@media screen and (max-width: 1360px) {
  .company-mv {
    width: 90%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    background: url(../images/company/main-bg-company.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }
  .company-base {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  /*company-vition*/
  .company-low2 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .company-low2-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  /*message*/
  .message {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .message-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
/*960px以下レイアウト*/
@media screen and (max-width: 960px) {
  .company-base {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .company-base-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*company-vition*/
  .company-low2 {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .company-low2-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .company-low2-in .ttl {
    font-family: "Arial", sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding-top: 100px;
    text-align: center;
  }
  .company-low2-in h2 {
    color: #fff;
    padding-top: 50px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  .company-low2-in p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    color: #fff;
    padding-top: 50px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .history {
    margin-top: 50px;
    width: 440px;
    height: 547px;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  }
  /*message*/
  .message {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .message-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: none;
  }
  .message-in-left {
    width: 100%;
    height: auto;
  }
  .message-in-right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .message-in .ttl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: normal;
    color: #52b6f1;
  }
  .message-in h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #52b6f1;
  }
  .daihyou-img {
    margin-top: 30px;
  }
  .daihyou-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .message-in-left p {
    margin-top: 30px;
  }

  .message-cont {
    margin-bottom: 20px;
  }
  .message-cont p {
    margin-top: 20px;
  }
}
/*599px以下レイアウト*/
@media screen and (max-width: 599px) {
  .company-type .ttl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #fff;
  }
  .company-type h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
  }
  .tab-cover {
    width: 100%;
    border-bottom: 1px solid #52b6f1;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .tab-left {
    width: 100%;
    height: auto;
  }
  .vition {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  }
  .history {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: linear-gradient(to bottom right, #0772f8, #40cbbe);
  }
  .history-img {
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
  }
  .company-low2-in .ttl {
    font-family: "Arial", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    padding-top: 50px;
    text-align: center;
  }
  .company-low2-in h2 {
    color: #fff;
    padding-top: 30px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }
  .company-low2-in p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.95em;
    color: #fff;
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
  }
  .message-in .ttl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #52b6f1;
  }
  .message-in h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #52b6f1;
  }
  .message-ttl {
    width: 86px;
    height: 36px;
    display: block;
    color: #fff;
    border-radius: 36px;
    background-color: #52b6f1;
    text-align: center;
    line-height: 36px;
    font-size: 0.95em;
  }
}
