/*============================
#titleTop
============================*/
article#titleTop {
  overflow: hidden;
  width: auto;
  background-color: #191919;
  /*============================
  #intro
  ============================*/
}
@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    margin-top: 72px;
  }
}
article#titleTop section#intro.full {
  display: flex;
  min-height: 700px;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    align-items: flex-start;
    min-height: 600px;
    padding: 40px 20px 0;
  }
}
article#titleTop section#intro.full div.wrap {
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    width: 100%;
    margin: 0;
    height: 100%;
    left: 0;
    padding: 120px 0 0px;
  }
}
article#titleTop section#intro.full div.wrap div {
  width: auto;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  z-index: 5;
  position: relative;
  text-shadow: #191919 2px 2px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap div {
    width: auto;
    font-size: 2.4rem;
    left: 0px;
    top: 40%;
    text-shadow: none;
  }
}
article#titleTop section#intro.full div.wrap h1.masthead {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 4px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead {
    width: auto;
    font-size: 4.2rem;
  }
}
article#titleTop section#intro.full div.wrap p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
  }
}
article#titleTop section#intro.full div.scrolldown {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown {
    width: auto;
  }
}
article#titleTop section#intro.full div.scrolldown span {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .slick-list {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full .slick-list .slick-track {
    height: 100%;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about {
    width: auto;
  }
}
article#about .marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  font-size: 12rem;
  opacity: 0.2;
  position: absolute;
  top: 80px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#about .marquee {
    font-size: 6rem;
    top: 40px;
  }
}
article#about .marquee .marquee-inner {
  animation: marquee 20s linear infinite, gradientEffect 2.5s infinite alternate;
  background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
@keyframes gradientEffect {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
article#about header {
  width: auto;
  max-width: 1280px;
  padding: 160px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about header {
    width: auto;
    padding-left: 20px;
    padding-top: 80px;
  }
}
article#about header h2 {
  color: #9f609b;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  article#about header h2 {
    width: auto;
  }
}
article#about section {
  width: auto;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#about section {
    width: auto;
  }
}
article#about section h3 {
  color: #9f609b;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#about section h3 {
    width: auto;
    line-height: 1.4;
  }
}
article#about section p {
  max-width: 600px;
  margin: auto;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  article#about section p {
    width: auto;
    padding-top: 40px;
  }
}
article#about section div.btn_wrap {
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: right;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about section div.btn_wrap {
    width: auto;
  }
}
article#about section div.btn_wrap a {
  color: #9f609b;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#about section div.btn_wrap a {
    font-size: 1.4rem;
  }
}
article#about section div.btn_wrap a:before {
  content: ">>";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

/*============================
#service
============================*/
article#service {
  width: auto;
  background: #FAFAFA;
}
article#service header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#service header {
    width: auto;
    padding-left: 20px;
    padding-top: 120px;
  }
}
article#service header h2 {
  color: #9f609b;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  article#service header h2 {
    width: auto;
  }
}
article#service section {
  width: auto;
  background: #F8F8F8;
  margin-top: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#service section {
    width: auto;
    background: transparent;
  }
}
article#service section div.wrap {
  max-width: 1080px;
  padding: 0 40px;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap {
    display: block;
    padding: 0;
  }
}
article#service section div.wrap div.text__wrap {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.text__wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
article#service section div.wrap div.text__wrap h3 {
  width: auto;
  color: #9f609b;
  font-size: 3.6rem;
  letter-spacing: 8px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.text__wrap h3 {
    width: auto;
    font-size: 2.4rem;
    text-align: left;
  }
}
article#service section div.wrap div.text__wrap p {
  width: auto;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.text__wrap p {
    width: auto;
  }
}
article#service section div.wrap div.list__wrap {
  max-width: 700px;
  width: 100%;
}
article#service section div.wrap div.list__wrap ul li {
  display: flex;
  align-items: center;
  width: auto;
  padding: 20px 0 20px 10px;
  margin-left: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #9f609b;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.list__wrap ul li {
    width: auto;
    position: relative;
    margin-left: 0;
  }
}
article#service section div.wrap div.list__wrap ul li div.text {
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.list__wrap ul li div.text {
    width: 100%;
  }
}
article#service section div.wrap div.list__wrap ul li div.text h3 {
  width: auto;
  color: #9f609b;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.list__wrap ul li div.text h3 {
    width: auto;
    line-height: 1.4;
  }
}
article#service section div.wrap div.list__wrap ul li div.text p {
  width: auto;
  padding-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.list__wrap ul li div.text p {
    padding-left: 40px;
  }
}
article#service section div.wrap div.list__wrap ul li div.text p:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: calc(50% - 4px);
  left: 10px;
  background: #9f609b;
}
@media screen and (max-width: 768px) {
  article#service section div.wrap div.list__wrap ul li div.text p:before {
    left: -10px;
  }
}

/*============================
#news
============================*/
article#news {
  width: auto;
  background: #9f609b;
}
@media screen and (max-width: 768px) {
  article#news {
    width: auto;
  }
}
article#news header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#news header {
    width: auto;
    padding-top: 80px;
    padding-left: 20px;
  }
}
article#news header h2 {
  color: #fff;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  article#news header h2 {
    width: auto;
  }
}
article#news header i {
  color: #fff;
}
article#news section {
  width: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#news section {
    width: auto;
  }
}
article#news section div.wrap {
  width: auto;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul {
    width: auto;
  }
}
article#news section div.wrap ul li.news__content.featureImg {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #BFBFBF;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg {
    width: auto;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: 100%;
    padding-left: 10px;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div {
  width: 100%;
  padding: 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div {
    width: 100%;
    padding: 0 0 10px;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 4px;
  font-size: 1.2rem;
  border-radius: 50px;
  color: #fff;
  border: solid #fff 1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div span {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding-top: 6px;
    display: block;
    white-space: nowrap;
    font-size: 1.1rem;
    padding: 4px 10px 2px;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div p {
  font-size: 1.2rem;
  padding-right: 20px;
  text-align: left;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div p {
    width: -moz-fit-content;
    width: fit-content;
  }
}
article#news section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: auto;
    padding: 0;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
}
article#news section div.wrap div.btn_wrap {
  width: auto;
  padding-top: 40px;
  text-align: right;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap div.btn_wrap {
    width: auto;
  }
}
article#news section div.wrap div.btn_wrap a {
  color: #fff;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap div.btn_wrap a {
    font-size: 1.4rem;
  }
}
article#news section div.wrap div.btn_wrap a:before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

/*============================
#comoany
============================*/
article#company {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company {
    width: auto;
  }
}
article#company header {
  width: auto;
  max-width: 1280px;
  padding: 160px 40px 40px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#company header {
    width: auto;
    padding-top: 120px;
    padding-left: 20px;
  }
}
article#company header h2 {
  color: #9f609b;
  font-size: 3.6rem;
}
@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;
  }
}
article#company section div.wrap {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap {
    width: auto;
  }
}
article#company section div.wrap div.text_wrap {
  padding: 40px 0 10px 20px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap {
    width: 100%;
    padding: 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;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
article#company section div.wrap div.text_wrap table tbody tr td {
  width: auto;
  padding: 20px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  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;
  }
}
article#company section div.wrap div.text_wrap table tbody tr td strong {
  font-weight: 500;
  color: #9f609b;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr td strong {
    white-space: nowrap;
    text-align: left;
    color: #9f609b;
    border: none;
    padding: 20px 10px 0 0;
  }
}
article#company section div.wrap div.text_wrap table tbody tr td iframe {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.text_wrap table tbody tr td iframe {
    height: 240px;
  }
}
article#company section div.wrap div.img_wrap {
  padding: 40px 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.img_wrap {
    width: calc(100% + 40px);
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    padding: 0;
  }
}
article#company section div.wrap div.img_wrap img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#company section div.wrap div.img_wrap img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
article#company section div.btn_wrap {
  width: auto;
  padding-top: 80px;
  text-align: right;
  max-width: 1280px;
  padding: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#company section div.btn_wrap {
    width: auto;
    padding-right: 0;
  }
}
article#company section div.btn_wrap a {
  color: #9f609b;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#company section div.btn_wrap a {
    font-size: 1.4rem;
  }
}
article#company section div.btn_wrap a:before {
  content: ">>";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 50%;
}/*# sourceMappingURL=common.css.map */