@charset "UTF-8";
/*共通*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.red {
  color: #D54A00 !important;
}

.bg-red {
  background-color: #D54A00 !important;
}

.bg-rightred {
  background-color: #fff0f0 !important;
}

.bg-rightblue {
  background-color: #E7EEF2 !important;
}

.white {
  color: white !important;
}

.yellow {
  color: #B9A46F !important;
}

.gold {
  color: #D8B458 !important;
}

.rightgold {
  color: #fae5b7 !important;
}

.bg-gold {
  background-color: #D8B458 !important;
}

.bg-rightgold {
  background-color: #fae5b7 !important;
}

.blue {
  color: #0062c2 !important;
}

.bg-blue {
  background-color: #0062c2 !important;
}

.black {
  color: #222222 !important;
}

.bg-black {
  background-color: #222222 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-rightsmoke {
  background-color: #eef3ff !important;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100% !important;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #222222;
  overflow-y: hidden;
  overflow-x: hidden;
  touch-action: manipulation;
}

body {
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  overflow: scroll;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .05em;
}

input, textarea, select {
  font-size: 16px;
  transform: scale(1);
  -webkit-appearance: none;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: #888888;
  text-decoration: none;
}

li, ul {
  list-style: none;
}

input, textarea {
  border: none;
  outline: none;
}

select {
  border: none;
  outline: none;
}

select:focus {
  border: none;
  outline: none;
}

.bold {
  font-weight: bold !important;
}

body {
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: white;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  z-index: 999;
  border-bottom: solid 1px #d7d7d7;
  height: 75px;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 2rem;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header .header-wrap {
    padding: 0;
  }
}

.header .header-wrap .logo {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  .header .header-wrap .logo {
    font-size: 2.4rem;
  }
}

.header .header-wrap .logo img {
  width: 238px;
  display: block;
}

.header .header-wrap .navigation {
  height: 100%;
  display: inline-flex;
  flex-basis: 100%;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header .header-wrap .navigation {
    display: none;
  }
}

.header .header-wrap .navigation ul {
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 auto;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

.header .header-wrap .navigation ul li {
  height: 100%;
}

.header .header-wrap .navigation ul li a {
  padding: 15px 25px 25px 25px;
  height: 100%;
  display: inline-block;
  position: relative;
  line-height: 18px;
}

.header .header-wrap .navigation ul li a .title {
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.2s ease;
}

.header .header-wrap .navigation ul li a .subtitle {
  font-size: 1rem;
  transition: all 0.2s ease;
}

main {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.main-visual {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-bottom: 0;
  }
}

.main-visual .main-visual-wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.main-visual .main-visual-wrapper .main-visual-slide {
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  min-height: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.main-visual .main-visual-wrapper .main-visual-slide:nth-child(3n + 1) {
  background-color: white;
}

.main-visual .main-visual-wrapper .main-visual-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.main-visual .main-visual-wrapper .main-visual-slide:nth-child(3n + 3) {
  background-color: #53c638;
}

.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
  color: #0062c2;
}

.main-visual .visual-image {
  width: 620px;
  height: 480px;
  position: absolute;
  background-size: cover;
  z-index: 1;
  top: 250px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.main-visual .layer-front, .main-visual .layer-behind {
  width: 620px;
  height: 480px;
  position: absolute;
  background-size: cover;
}

.main-visual .layer-behind {
  background-color: #222222;
  z-index: 0 !important;
  opacity: 0.7;
  z-index: 0;
  top: 230px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .main-visual .layer-behind {
    display: none;
  }
}

.main-visual .layer-front {
  background-color: white;
  z-index: 2 !important;
  opacity: 0.7;
  z-index: 2;
  top: 270px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .main-visual .layer-front {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.main-visual .visual-text {
  position: absolute;
  z-index: 4;
  top: 250px;
  left: 0;
  width: 630px;
  height: auto;
  color: #222222;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
  }
}

.main-visual .visual-text .english {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  border-left: 2px solid #222222;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text .english {
    width: fit-content;
    color: black;
    font-size: 2rem;
    padding: 0 1rem;
  }
}

.main-visual .visual-text .subtitle {
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text .subtitle {
    width: fit-content;
    color: black;
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding: 0 1rem;
  }
}

.main-visual .visual-text .title {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text .title {
    width: fit-content;
    color: black;
    font-size: 2.5rem;
    padding: 0 1rem;
  }
}

.main-visual .visual-text .description {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text .description {
    color: black;
    text-align: left;
    font-size: 1.2rem;
    padding: 1rem;
  }
}

.main-visual .visual-text .contact-btn {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
  vertical-align: middle;
  margin: 2rem 0;
  padding: 0 1rem;
  color: #222222;
  background-color: white;
  border: 1px solid #222222;
}

@media screen and (max-width: 767px) {
  .main-visual .visual-text .contact-btn {
    width: 90%;
    font-size: 1.4rem;
    padding: 0;
    margin: 4rem auto 0 auto;
    background-color: transparent;
  }
}

.why {
  width: 100%;
  height: auto;
  padding: 0 30px 0 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .why {
    padding: 3rem 0;
    margin-bottom: 3rem;
    background-color: #222222;
  }
}

.why .why-wrapper {
  height: auto;
  width: 100%;
  max-width: 1200px;
  background-color: #222222;
  color: #ffffff;
  display: flex;
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .why .why-wrapper {
    display: block;
    padding: 2rem;
  }
}

.why .why-wrapper .why-image {
  height: auto;
  width: 50%;
  background-size: cover;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .why .why-wrapper .why-image {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
}

.why .why-wrapper .why-text {
  width: 50%;
  height: auto;
  text-align: left;
  padding: 3rem;
}

@media screen and (max-width: 767px) {
  .why .why-wrapper .why-text {
    width: 100%;
    padding: 1rem 0;
  }
}

.why .why-wrapper .why-text .title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .why .why-wrapper .why-text .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.why .why-wrapper .why-text .description {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .why .why-wrapper .why-text .description {
    font-size: 1.2rem;
  }
}

.point {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .point {
    padding: 2rem;
    margin-bottom: 0;
  }
}

.point .point-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
  color: #0062c2;
  font-size: 2.4rem;
  font-weight: bold;
}

.point .point-wrapper {
  width: calc(100% - 150px);
  height: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .point .point-wrapper {
    display: block;
    width: 100%;
  }
}

.point .point-wrapper .point-item {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
  background-color: white;
  color: #0062c2;
}

@media screen and (max-width: 767px) {
  .point .point-wrapper .point-item {
    width: 100%;
    padding-right: 0;
  }
}

.point .point-wrapper .point-item img {
  max-width: 100%;
  height: auto;
}

.point .point-wrapper .point-item .point-text {
  padding: 2rem 0;
  width: 100%;
  height: auto;
}

.point .point-wrapper .point-item .point-text .subtitle {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.point .point-wrapper .point-item .point-text .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}

.point .point-wrapper .point-item .point-text .text {
  font-size: 1.6rem;
  overflow-wrap: break-word;
}

.point .point-wrapper .point-item:last-child {
  margin-right: 0 !important;
}

.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 2rem;
  }
}

.news .news-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
  color: #0062c2;
  font-size: 2.4rem;
  font-weight: bold;
}

.news .news-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 767px) {
  .news .news-wrapper {
    display: block;
    margin: 0;
  }
}

.news .news-wrapper .news-item {
  background-color: whitesmoke;
  padding: 2rem;
  width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 767px) {
  .news .news-wrapper .news-item {
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
  }
}

.news .news-wrapper .news-item .title {
  font-size: 1.6rem;
  font-weight: bold;
}

.news .news-wrapper .news-item .text {
  font-size: 1.2rem;
}

.news .news-wrapper .news-item:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .news .news-wrapper .news-item:first-child {
    margin-right: 0;
  }
}

.news .news-list-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  .news .news-list-wrapper {
    padding: 1rem;
  }
}

.news .news-list-wrapper .news-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news .news-list-wrapper .news-item {
    display: block;
    text-align: left;
    margin-bottom: 1rem;
  }
}

.news .news-list-wrapper .news-item .date {
  width: 20%;
  font-size: 2rem;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .news .news-list-wrapper .news-item .date {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
  }
}

.news .news-list-wrapper .news-item .title {
  width: auto;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .news .news-list-wrapper .news-item .title {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
  }
}

.news .news-list-wrapper .news-item:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .news .news-list-wrapper .news-item:first-child {
    margin-right: 0;
  }
}

.news .news-more {
  width: 100%;
  font-size: 1.6rem;
  display: inline-block;
  color: #0062c2;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .news .news-more {
    font-size: 1.2rem;
  }
}

.works {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 30px;
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 3rem 2rem;
  }
}

.works .works-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
  color: #0062c2;
  font-size: 2.4rem;
  font-weight: bold;
}

.works .works-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 767px) {
  .works .works-wrapper {
    display: block;
  }
}

.works .works-wrapper .works-item {
  width: calc((100% - 30px)/3);
  margin-right: 30px;
  background-color: white;
  color: #0062c2;
}

@media screen and (max-width: 767px) {
  .works .works-wrapper .works-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.works .works-wrapper .works-item img {
  max-width: 100%;
  height: auto;
}

.works .works-wrapper .works-item .works-text {
  padding: 2rem;
}

.works .works-wrapper .works-item .works-text .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .works .works-wrapper .works-item .works-text .title {
    margin-bottom: 1rem;
  }
}

.works .works-wrapper .works-item .works-text .text {
  font-size: 1.6rem;
}

.works .works-wrapper .works-item:last-child {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .works .works-wrapper .works-item:last-child {
    margin-right: 0;
  }
}

.members {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 30px;
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  .members {
    padding: 3rem 2rem;
  }
}

.members .members-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
  color: #0062c2;
  font-size: 2.4rem;
  font-weight: bold;
}

.members .members-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

.members .members-wrapper .members-item {
  width: calc((100% - 20px)  /3);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item {
    width: calc((100% - 10px)  /2);
  }
}

.members .members-wrapper .members-item img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item img {
    width: 120px;
    height: 120px;
  }
}

.members .members-wrapper .members-item .members-text {
  padding: 2rem;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item .members-text {
    padding: 1rem;
  }
}

.members .members-wrapper .members-item .members-text .cxo {
  font-size: 1.6rem;
  color: #0062c2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item .members-text .cxo {
    font-size: 1.6rem;
  }
}

.members .members-wrapper .members-item .members-text .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item .members-text .name {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.members .members-wrapper .members-item .members-text .description {
  font-size: 1.6rem;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item .members-text .description {
    font-size: 1.2rem;
  }
}

.members .members-wrapper .members-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #0062c2;
  border-right: 20px solid transparent;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item:nth-child(2) {
    margin-right: 0 !important;
  }
}

.members .members-wrapper .members-item:nth-child(3) {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item:nth-child(3) {
    margin-right: 10x !important;
  }
}

@media screen and (max-width: 767px) {
  .members .members-wrapper .members-item:nth-child(4) {
    margin-right: 0 !important;
  }
}

.members .members-wrapper .members-item:nth-child(6) {
  margin-right: 0 !important;
}

.achievement {
  width: 100%;
  height: auto;
  min-height: 800px;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 30px;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .achievement {
    padding: 3rem 2rem;
  }
}

.achievement .achievement-title {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  text-align: center;
  color: #0062c2;
  font-size: 2.4rem;
  font-weight: bold;
}

.achievement .achievement-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

.achievement .achievement-wrapper .achievement-item {
  width: calc((100% - 20px)  /3);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item {
    width: calc((100% - 10px)  /2);
  }
}

.achievement .achievement-wrapper .achievement-item img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item img {
    width: 120px;
    height: 120px;
  }
}

.achievement .achievement-wrapper .achievement-item .achievement-text {
  padding: 2rem;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item .achievement-text {
    padding: 1rem;
  }
}

.achievement .achievement-wrapper .achievement-item .achievement-text .title {
  font-size: 1.6rem;
  width: 180px;
  color: white;
  font-weight: bold;
  background-color: #0062c2;
  margin: 0 auto;
  padding: 1rem 1.4rem;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item .achievement-text .title {
    width: 100%;
    font-size: 1.2rem;
    padding: .5rem 1rem;
  }
}

.achievement .achievement-wrapper .achievement-item .achievement-text .count {
  width: 100%;
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0062c2;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item .achievement-text .count {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.achievement .achievement-wrapper .achievement-item .achievement-text .count .text {
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item .achievement-text .count .text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-left: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item:nth-child(2) {
    margin-right: 0 !important;
  }
}

.achievement .achievement-wrapper .achievement-item:nth-child(3) {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item:nth-child(3) {
    margin-right: 10x !important;
  }
}

@media screen and (max-width: 767px) {
  .achievement .achievement-wrapper .achievement-item:nth-child(4) {
    margin-right: 0 !important;
  }
}

.achievement .achievement-wrapper .achievement-item:nth-child(6) {
  margin-right: 0 !important;
}

.contact {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 30px;
  background-color: #666;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 3rem 2rem;
  }
}

.contact .contact-wrapper {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 3rem;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper {
    display: block;
  }
}

.contact .contact-wrapper .contact-header {
  width: 200px;
  height: auto;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-right: 2px solid #666;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #666;
    margin-bottom: 2rem;
  }
}

.contact .contact-wrapper .contact-form {
  width: calc(100% - 200px);
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-form {
    width: 100%;
    text-align: left;
  }
}

.contact .contact-wrapper .contact-form .contact-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-form .contact-item {
    display: block;
  }
}

.contact .contact-wrapper .contact-form .contact-item .label {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-form .contact-item .label {
    width: 100%;
  }
}

.contact .contact-wrapper .contact-form .contact-item .input {
  display: inline-block;
  width: 80%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #aaa;
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 0 1.2rem;
  text-align: left;
  color: #aaa;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-form .contact-item .input {
    width: 100%;
  }
}

.company {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 30px;
  background-color: #666;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 3rem 2rem;
  }
}

.company .company-wrapper {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 3rem;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .company .company-wrapper {
    display: block;
    padding: 0;
  }
}

.company .company-wrapper .company-header {
  width: 200px;
  height: auto;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-right: 2px solid #666;
}

@media screen and (max-width: 767px) {
  .company .company-wrapper .company-header {
    width: 100%;
    border-right: none;
    padding: 2rem 0;
  }
}

.company .company-wrapper .company-table {
  width: calc(100% - 200px);
  text-align: center;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .company .company-wrapper .company-table {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

.company .company-wrapper .company-table tr {
  height: auto;
  width: auto;
}

.company .company-wrapper .company-table th {
  height: auto;
  width: auto;
  text-align: center;
  padding: 1rem 2rem;
}

.company .company-wrapper .company-table td {
  height: auto;
  width: auto;
  padding: 1rem 2rem;
}

.company .company-wrapper .company-table ul {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

.company .company-wrapper .company-table li {
  height: auto;
  width: auto;
  list-style: none;
  padding: 1rem 0;
}

.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px;
  background-color: #666;
  color: white;
}

.footer .footer-wrapper {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer .footer-wrapper .footer-group {
  width: auto;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrapper .footer-group {
    display: block;
  }
}

.footer .footer-wrapper .footer-group .footer-item {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrapper .footer-group .footer-item {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.footer .footer-wrapper .footer-group .footer-item a {
  display: inline-block;
  padding: 2rem 1rem;
  color: white;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrapper .footer-group .footer-item a {
    padding: 1rem;
  }
}

.footer .footer-wrapper .copyright {
  width: 100%;
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrapper .copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */