@charset "UTF-8";
body {
  background: #fff;
}

article {
  background: #fff !important;
  color: #333;
}

article h1, article h2, article h3 {
  color: #333 !important;
  text-shadow: none !important;
}

article p, article td, article th {
  color: #333 !important;
}

article .company-info {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

article table td {
  color: #333 !important;
  border-color: #e0e0e0 !important;
}

article table strong {
  color: #333 !important;
  text-shadow: none !important;
}

/* パンくずリストのスタイル */
.breadcrumb {
  padding: 20px 0;
}

.breadcrumb .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .breadcrumb .container {
    padding: 0 20px;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumb ul li a:hover {
  color: #fff;
}

.breadcrumb ul li.current {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}

/* 背景のグラデーションスタイル */
article#titleTop {
  position: relative;
}

article#titleTop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 線形グラデーション - 左から右へ */
  background: -webkit-gradient(linear, left top, right top, from(#20c6c6), color-stop(#5b78e5), to(#9845e8));
  background: linear-gradient(to right, #20c6c6, #5b78e5, #9845e8);
  opacity: 0.7;
}

/*============================
#philosophy
============================*/
article#philosophy {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#philosophy {
    width: auto;
  }
}

article#philosophy section {
  width: auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#philosophy section {
    width: auto;
    padding: 80px 20px;
  }
}

article#philosophy section div.wrap {
  width: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap {
    width: auto;
  }
}

article#philosophy section div.wrap div.title {
  width: auto;
  text-align: center;
  padding: 0 0 20px;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap div.title {
    width: auto;
  }
}

article#philosophy section div.wrap h2 {
  width: auto;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap h2 {
    width: auto;
  }
}

article#philosophy section div.wrap div.text_wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap div.text_wrap {
    width: auto;
  }
}

article#philosophy section div.wrap div.text_wrap h3 {
  width: auto;
  padding: 40px 0;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap div.text_wrap h3 {
    width: auto;
  }
}

article#philosophy section div.wrap div.text_wrap p {
  width: auto;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#philosophy section div.wrap div.text_wrap p {
    width: auto;
  }
}

/*============================
#mission
============================*/
article#mission {
  background: #000;
  width: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#mission {
    width: auto;
  }
}

article#mission section {
  width: auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#mission section {
    width: auto;
    padding: 80px 20px;
  }
}

article#mission section div.wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap {
    width: auto;
  }
}

article#mission section div.wrap div.title {
  width: auto;
  text-align: center;
  padding: 0 0 20px;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap div.title {
    width: auto;
  }
}

article#mission section div.wrap h2 {
  width: auto;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap h2 {
    width: auto;
  }
}

article#mission section div.wrap div.text_wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap div.text_wrap {
    width: auto;
  }
}

article#mission section div.wrap div.text_wrap h3 {
  width: auto;
  padding: 40px 0;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap div.text_wrap h3 {
    width: auto;
  }
}

article#mission section div.wrap div.text_wrap p {
  width: auto;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#mission section div.wrap div.text_wrap p {
    width: auto;
  }
}

/*============================
#message
============================*/
article#message header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#message header {
    padding-left: 20px;
  }
}

article#message header h2 {
  width: auto;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#message section {
    padding: 0 20px;
  }
}

article#message section div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap {
    width: auto;
  }
}

article#message section div.wrap div.text_wrap {
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap div.text_wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

article#message section div.wrap div.text_wrap h3 {
  width: auto;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 4px;
  padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap div.text_wrap h3 {
    width: auto;
    padding: 0 0 40px;
    font-size: 2rem;
  }
}

article#message section div.wrap div.text_wrap p {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap div.text_wrap p {
    width: auto;
  }
}

article#message section div.wrap div.text_wrap div.name__wrap {
  width: auto;
  text-align: right;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap div.text_wrap div.name__wrap {
    width: auto;
  }
}

article#message section div.wrap div.text_wrap div.name__wrap img {
  width: auto;
  max-width: 300px;
  padding: 40px 0 0;
}

@media screen and (max-width: 768px) {
  article#message section div.wrap div.text_wrap div.name__wrap img {
    padding: 0;
    width: 240px;
  }
}

/*============================
#comoany
============================*/
article#company {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#company {
    width: auto;
  }
}

article#company header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#company header {
    width: auto;
    padding-top: 80px;
  }
}

article#company header h2 {
  color: #333;
  font-size: 3.6rem;
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  article#company header h2 {
    width: auto;
  }
}

article#company section {
  width: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#company section {
    width: auto;
    padding-top: 0;
    padding-bottom: 80px;
  }
}

article#company section div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap {
    width: auto;
  }
}

article#company section div.wrap div.text_wrap {
  padding: 0;
  width: 100%;
  max-width: 800px;
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
}

article#company section div.wrap div.text_wrap table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table {
    width: 100%;
  }
}

article#company section div.wrap div.text_wrap table tbody {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody {
    width: auto;
  }
}

article#company section div.wrap div.text_wrap table tbody tr {
  width: auto;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#company section div.wrap div.text_wrap table tbody tr th {
  width: 150px;
  padding: 20px 20px 16px 0;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.6rem;
  vertical-align: top;
  color: #333;
  text-align: left;
  position: relative;
  border: none !important;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr th {
    width: 100%;
    padding: 0 0 12px 0;
    margin-bottom: 10px;
  }
}

article#company section div.wrap div.text_wrap table tbody tr th::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#4E10FF), to(#AB17DF));
  background: linear-gradient(to right, #4E10FF 0%, #AB17DF 100%);
  border-radius: 0px;
  display: block;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr th::after {
    height: 1px;
  }
}

article#company section div.wrap div.text_wrap table tbody tr td {
  width: auto;
  padding: 20px 0;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.4rem;
  vertical-align: top;
  color: #333;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr td {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

article#company section div.wrap div.text_wrap table tbody tr td iframe {
  width: 100%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr td iframe {
    height: 240px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=company.css.map */