@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url("../fonts/ZenOldMincho-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Medium";
  src: url("../fonts/Cormorant-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-SemiBold";
  src: url("../fonts/Cormorant-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant-Bold";
  src: url("../fonts/Cormorant-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 37px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 50px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.com-list li:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
.com-list-item {
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .com-list-item {
    min-height: 157px;
  }
}
.com-list-ttl {
  display: flex;
  align-items: center;
}
.com-list-ttl-num {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  text-align: center;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .com-list-ttl-num {
    font-size: 1.5rem;
  }
}
.com-list-ttl-num::before {
  width: 100%;
  height: 100%;
  background: url(../img/business/com-list-num-frame.png) no-repeat center/contain;
  position: absolute;
  top: 3px;
  right: -3px;
  z-index: -2;
  content: "";
}
.com-list-ttl-num::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.4) 0%, rgba(32, 112, 211, 0.4) 20%, rgba(229, 106, 250, 0.4) 80%, rgba(255, 166, 202, 0.4) 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.com-list-ttl-ja {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-list-ttl-ja {
    font-size: 1.5rem;
  }
}
.com-list-txt {
  margin-top: 12px;
  margin-left: 51px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.88;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-list-txt {
    font-size: 1.5rem;
  }
}

.com-border {
  border-top: 1px solid #d9d9d9;
}

.com-bg {
  background: #f2f2f2;
}

.para {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.para-bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-gra {
  position: relative;
}
.com-gra::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: #66D9FF;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.25) 0%, rgba(32, 112, 211, 0.25) 20%, rgba(229, 106, 250, 0.25) 80%, rgba(255, 166, 202, 0.25) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: screen;
  pointer-events: none;
}
.com-gra02 {
  background: url(../img/top/com-gra02.png) no-repeat left center/cover;
}
.com-gra03 {
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.4) 0%, rgba(32, 112, 211, 0.4) 20%, rgba(229, 106, 250, 0.4) 80%, rgba(255, 166, 202, 0.4) 100%) #000;
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-link {
  display: block;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background: #66D9FF;
    background: linear-gradient(90deg, rgba(102, 217, 255, 0.25) 0%, rgba(32, 112, 211, 0.25) 20%, rgba(229, 106, 250, 0.25) 80%, rgba(255, 166, 202, 0.25) 100%);
    opacity: 1;
  }
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt, .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-ttl {
  margin-top: 10px;
}
.news-post-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #222222;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ", ";
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-wrap {
  padding: 40px 0;
  background: url(../img/com-tag-wrap.png) no-repeat center/cover;
}
.com-tag-item {
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 65px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 12px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  flex-shrink: 0;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/aboutus-bg.png) no-repeat center top/cover;
}
#top-about .about-list-item {
  position: relative;
}
#top-about .about-list-item:nth-of-type(n+2) {
  margin: 226px auto 0;
}
#top-about .about-img {
  position: absolute;
}
#top-about .about-img-r {
  width: 42.7%;
  top: -110px;
  right: 40px;
}
#top-about .about-img-l {
  width: 41.6%;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 1319px) {
  #top-about .about-img-l {
    left: 15px;
  }
}
#top-about .about-ttl-gra {
  display: inline-block;
}
#top-about .about-ttl .lg {
  font-family: "Cormorant-Bold", sans-serif;
  font-size: 12rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .lg {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #top-about .about-ttl .lg {
    font-size: 100px;
  }
}
#top-about .about-ttl .sm {
  font-family: "Cormorant-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .sm {
    font-size: 2rem;
  }
}
#top-about .about-ttl-sub {
  display: inline-block;
  margin-top: 35px;
  padding: 0px 0 0px 5px;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-about .about-ttl-sub.pnone {
  margin-top: 0;
  padding: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sub.pnone {
    font-size: 1.8rem;
  }
}
#top-about .about-ttl-sub span {
  display: inline-block;
  padding: 8px 0 8px 8px;
}
#top-about .about-ttl-sub .mt {
  margin-top: 10px;
}
#top-about .about-txt {
  line-height: 2.4;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
}
#top-about .about-txt-box {
  margin-top: 35px;
}
#top-about .about-table {
  width: 100%;
  margin-top: 33px;
}
#top-about .about-table li {
  border-top: 1px solid #222222;
}
#top-about .about-table li:last-of-type {
  border-bottom: 1px solid #222222;
}
#top-about .about-table a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-about .about-table-ttl {
  padding: 10px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat 8px center;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-about .about-table-ttl {
    font-size: 1.5rem;
  }
}
#top-about .about-table-en {
  padding: 10px;
  text-align: right;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-about .about-table-en {
    font-size: 1.5rem;
  }
}

/* top-our  PC
------------------------------------ */
#top-our .our-img {
  position: absolute;
  top: 145px;
  left: calc(50% - 940px);
}
#top-our .our-ttl-en {
  display: block;
  font-family: "Cormorant-Medium", sans-serif;
  font-size: 8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-our .our-ttl-en {
    font-size: 4rem;
  }
}
#top-our .our-ttl-ja {
  margin: 33px 0 0 76px;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-our .our-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-our .our-ttl-ja::before {
  content: "";
  width: 56px;
  height: 56px;
  background: url(../img/top/our-border.png) no-repeat center/contain;
  position: absolute;
  top: -57px;
  left: -67px;
}
#top-our .our-txt {
  color: #fff;
}
#top-our .our-txt-box {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #top-our .our-txt-box {
    padding-left: 320px;
  }
}
#top-our .our-btn-wrap {
  margin-top: 44px;
  text-align: right;
}

/* top-bnr  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #top-bnr .bnr-inner-right {
    text-align: right;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 110px 0 117px;
  position: relative;
  z-index: 1;
}
#top-bnr .bnr-list-link::before {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/top/bnr-fill.png) no-repeat center/cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/facilities.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/achievements.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02::before {
  left: auto;
  right: 0;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/company.jpg) no-repeat center/cover;
}
#top-bnr .bnr-ttl {
  color: #fff;
}
#top-bnr .bnr-ttl-en {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 6.8rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl-en {
    font-size: 3.4rem;
  }
}
#top-bnr .bnr-ttl-ja {
  display: inline-block;
  padding: 5px;
  background: url(../img/top/bnr-ttl-ja.png) no-repeat center/cover;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl-ja {
    font-size: 2.2rem;
  }
}
#top-bnr .bnr-txt {
  display: inline;
}
#top-bnr .bnr-txt-box {
  margin: 40px auto 0;
}
#top-bnr .bnr-txt-lg {
  display: inline-block;
  padding: 0 0 0 12px;
  background: #fff;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-txt-lg {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-txt-md {
  display: inline-block;
  background: #fff;
  font-family: "Cormorant-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-txt-md {
    font-size: 1.5rem;
  }
}
#top-bnr .mt {
  margin-top: 50px;
}
#top-bnr .bg {
  padding: 3px 12px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-bnr .bg {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-box {
  max-width: 570px;
  padding: 50px 0 46px;
  margin: auto;
  background: url(../img/top/contact-frame.png) no-repeat center/cover;
  text-align: center;
  position: relative;
}
.com-contact .contact-box::before {
  content: "";
  width: 87.7%;
  height: 0;
  margin: auto;
  padding-top: 87.7%;
  border: 1px solid #fff;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -39px;
}
.com-contact .contact-ttl-en, .com-contact .contact-ttl-ja {
  color: #fff;
  line-height: 1;
}
.com-contact .contact-ttl-en {
  font-family: "Cormorant-SemiBold", sans-serif;
  font-size: 7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-en {
    font-size: 3.5rem;
  }
}
.com-contact .contact-ttl-ja {
  margin: 8px auto 0;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-ja {
    font-size: 2rem;
  }
}
.com-contact .contact-txt {
  margin-top: 55px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn {
  margin: 33px auto 0;
  padding-bottom: 15px;
  background-image: url(../img/top/com-btn-arw-white.png);
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: #f2f2f2;
}
#top-news .news-ttl {
  font-family: "Cormorant-Medium", sans-serif;
  font-size: 6.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 3.1rem;
  }
}
#top-news .news-ttl::after {
  background: url(../img/top/news-ttl.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top-news .news-post {
  margin: 35px auto 0;
}

/* =========================================

  sub layout  all

========================================= */
/* business  PC
------------------------------------ */
#business .business {
  background: url(../img/business/business-bg.jpg) no-repeat center top/cover;
}
#business .business-flx {
  margin: 63px auto 0;
}
@media screen and (min-width: 768px) {
  #business .business-flx-img {
    margin-right: 27px;
    flex-shrink: 0;
  }
}
#business .business-flx p {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 2.1;
}
#business .business-intro {
  margin: 46px auto 0;
}
#business .business-intro-ttl {
  padding: 4px;
  background: #fff;
  text-align: center;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #business .business-intro-ttl {
    font-size: 1.5rem;
  }
}
#business .business-intro-dl {
  display: flex;
  margin: 20px auto 0;
  justify-content: space-between;
}
#business .business-intro-dl-item {
  width: 100%;
  max-width: 340px;
  padding: 32px 0 25px;
  background: #fff;
  text-align: center;
}
#business .business-intro-dl dt {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #business .business-intro-dl dt {
    font-size: 1.5rem;
  }
}
#business .business-intro-dl dt::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 18px auto 0;
  background: #000;
}
#business .business-intro-dl dd {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.88;
}
#business .business-works {
  margin: 112px auto 0;
}
#business .business-works-ttl {
  text-align: center;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #business .business-works-ttl {
    font-size: 1.9rem;
  }
}
#business .business-works-list {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#business .business-works-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  #business .business-works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #business .business-works-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#business .business-works-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: -20px 0 0 1px;
}
#business .business-works-list-ttl h5, #business .business-works-list-ttl p {
  display: inline-block;
  padding: 5px 5px;
  background: #fff;
  font-family: "ZenOldMincho-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 1.3;
}
#business .business-works-list-ttl h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #business .business-works-list-ttl h5 {
    font-size: 1.5rem;
  }
}
#business .business-works-list-ttl p {
  margin-top: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #business .business-works-list-ttl p {
    font-size: 1.5rem;
  }
}
#business .business-works-btn {
  border-color: #222222;
  color: #222222;
}
#business .business-works-btn-wrap {
  margin: 48px auto 0;
  text-align: center;
}
#business .strength {
  background: url(../img/business/strength-img.jpg) no-repeat center top/cover;
}
#business .strength-list {
  margin: 50px auto 0;
}
#business .paint-ttl-en {
  background: linear-gradient(90deg, rgb(102, 217, 255) 0%, rgb(32, 112, 211) 20%, rgba(229, 106, 250, 0.7) 80%, rgba(255, 166, 202, 0.7) 100%) #000;
  font-family: "Cormorant-Medium", sans-serif;
  -webkit-background-clip: text;
  font-size: 6.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #business .paint-ttl-en {
    font-size: 3.4rem;
  }
}
#business .paint-about {
  margin: 96px auto 0;
}
#business .paint-about-ttl {
  display: inline-block;
  padding: 0 5px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #business .paint-about-ttl {
    font-size: 1.5rem;
  }
}
#business .paint-about-txt {
  margin-top: 15px;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
#business .paint-list {
  margin: 80px auto 0;
}
#business .paint-list-item:nth-of-type(n+2) {
  margin-top: 36px;
}
#business .paint-list-txt {
  margin-top: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
}
#business .paint-note {
  margin: 65px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #business .paint-note {
    font-size: 1.5rem;
  }
}
#business .management {
  background: url(../img/business/management-bg.jpg) no-repeat center top/cover;
}
#business .management-list {
  margin: 80px auto 0;
}
#business .management-list li {
  padding: 30px 20px 42px;
  min-height: 0;
}
#business .management-box {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 30px 0 30px 28px;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.5) 0%, rgba(32, 112, 211, 0.5) 20%, rgba(229, 106, 250, 0.5) 80%, rgba(255, 166, 202, 0.5) 100%) #000;
  position: relative;
}
#business .management-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: none;
}
#business .management-box-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  #business .management-box-txt {
    font-size: 1.5rem;
  }
}
#business .policy-img {
  margin: 56px auto 0;
  text-align: center;
}
#business .policy-txt {
  margin: 25px auto 0;
  line-height: 2;
}
#business .greeting-flx {
  margin: 84px auto 0;
}
@media screen and (min-width: 768px) {
  #business .greeting-flx-img {
    flex-shrink: 0;
    margin-right: 40px;
  }
}
#business .greeting-flx-ttl {
  display: inline-block;
  padding: 2px 7px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #business .greeting-flx-ttl {
    font-size: 1.5rem;
  }
}
#business .greeting-txt {
  line-height: 2;
  letter-spacing: 0.06em;
}
#business .greeting-txt-box {
  margin-top: 24px;
}
#business .greeting-name {
  margin-top: 15px;
  text-align: right;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #business .greeting-name {
    font-size: 1.5rem;
  }
}

/* technology  PC
------------------------------------ */
#technology .about-ttl {
  text-align: center;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #technology .about-ttl {
    font-size: 1.5rem;
  }
}
#technology .about-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.6) 0%, rgba(32, 112, 211, 0.6) 20%, rgba(229, 106, 250, 0.6) 80%, rgba(255, 166, 202, 0.6) 100%) #000;
}
#technology .about-txt {
  letter-spacing: 0.06em;
  line-height: 2.1;
}
#technology .about-txt-box {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #technology .about-txt-box {
    text-align: center;
  }
}
#technology .about-tag {
  justify-content: center;
}
#technology .about-tag-wrap {
  margin: 60px auto 0;
}
#technology .about-tag-item {
  width: auto;
  min-width: 220px;
  max-width: none;
}
#technology .about-list {
  margin: 140px auto 0;
}
#technology .about-list-item {
  display: flex;
  justify-content: space-between;
}
#technology .about-list-item:nth-of-type(n+2) {
  margin-top: 90px;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #technology .about-list-contents {
    max-width: 620px;
  }
}
#technology .about-list-ttl {
  display: inline-block;
  padding: 0 7px;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  #technology .about-list-ttl {
    font-size: 1.9rem;
  }
}
#technology .about-list-ttl-sub {
  margin-top: 27px;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #technology .about-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#technology .about-list-txt {
  margin-top: 24px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 2.2;
}
#technology .about-btn {
  color: #222222;
  border-color: #222222;
}
#technology .about-btn-wrap {
  margin: 60px auto 0;
  text-align: center;
}
#technology .features {
  background: url(../img/business/business-bg.jpg) no-repeat center top/cover;
}
#technology .features-list {
  margin: 127px auto 0;
}
#technology .features-list-item:nth-of-type(n+2) {
  margin-top: 145px;
}
#technology .features-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#technology .features-list-ttl-lg, #technology .features-list-ttl-sm {
  display: inline;
  padding: 0 5px;
  font-family: "ZenOldMincho-Medium", sans-serif;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}
#technology .features-list-ttl-lg {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #technology .features-list-ttl-lg {
    font-size: 1.6rem;
  }
}
#technology .features-list-ttl-sm {
  margin-top: 5px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #technology .features-list-ttl-sm {
    font-size: 1.5rem;
  }
}
#technology .features-list-txt {
  line-height: 2.1;
}
#technology .features-list-txt-box {
  margin-top: 25px;
}
#technology .features-list-img {
  margin-left: 20px;
  flex-shrink: 0;
}
#technology .features-list-box {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 30px 35px;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.3) 0%, rgba(32, 112, 211, 0.3) 20%, rgba(229, 106, 250, 0.3) 80%, rgba(255, 166, 202, 0.3) 100%) rgba(0, 0, 0, 0.3);
  position: relative;
}
#technology .features-list-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 5px;
  top: 5px;
  pointer-events: none;
}
#technology .features-list-box-ttl {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #technology .features-list-box-ttl {
    font-size: 1.5rem;
  }
}
#technology .features-list-box ul {
  display: flex;
  margin: 16px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#technology .features-list-box ul li {
  padding-left: 20px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #technology .features-list-box ul li {
    font-size: 1.5rem;
  }
}
#technology .features-list-box ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #technology .features-list-box ul li:nth-of-type(n+4) {
    margin-top: 14px;
  }
}
#technology .intro-txt-box {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #technology .intro-txt-box {
    text-align: center;
  }
}
#technology .intro-table {
  width: 100%;
  margin: 50px auto 0;
}
#technology .intro-table tr:nth-of-type(n+3) {
  border-top: 1px solid #d9d9d9;
}
#technology .intro-table tr:nth-of-type(2) {
  border-top: 2px solid #122b55;
}
#technology .intro-table tr th:nth-of-type(1), #technology .intro-table tr td:nth-of-type(1) {
  width: 255px;
}
#technology .intro-table tr th:nth-of-type(2), #technology .intro-table tr td:nth-of-type(2) {
  width: 393px;
}
#technology .intro-table th, #technology .intro-table td {
  padding: 20px;
}
#technology .intro-table th {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #technology .intro-table th {
    font-size: 1.5rem;
  }
}
#technology .intro-table td {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #technology .intro-table td {
    font-size: 1.5rem;
  }
}
#technology .faq-txt {
  margin: 50px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #technology .faq-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #technology .faq-txt {
    text-align: center;
  }
}
#technology .faq-list {
  margin: 80px auto 0;
}
#technology .faq-list-item:nth-of-type(n+2) {
  margin: 87px auto 0;
}
#technology .faq-list-ttl {
  padding: 4px 60px;
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.4) 0%, rgba(32, 112, 211, 0.4) 20%, rgba(229, 106, 250, 0.4) 80%, rgba(255, 166, 202, 0.4) 100%) #000;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #technology .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#technology .faq-list-ttl::before {
  content: "Q";
  padding-right: 10px;
  font-family: "Cormorant-Medium", sans-serif;
  font-size: 3.2rem;
  border-right: 1px solid #d9d9d9;
  letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  #technology .faq-list-ttl::before {
    font-size: 1.6rem;
  }
}
#technology .faq-list-txt {
  padding: 18px 10px 0 60px;
  letter-spacing: 0.06em;
  line-height: 2;
  position: relative;
  white-space: pre-line;
}
#technology .faq-list-txt::before {
  content: "A";
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.4) 0%, rgba(32, 112, 211, 0.4) 20%, rgba(229, 106, 250, 0.4) 80%, rgba(255, 166, 202, 0.4) 100%) #000;
  -webkit-background-clip: text;
  font-family: "Cormorant-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 23px;
}
@media screen and (max-width: 768px) {
  #technology .faq-list-txt::before {
    font-size: 1.6rem;
  }
}

/* facilities  PC
------------------------------------ */
.com-works .works-txt {
  letter-spacing: 0.06em;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .com-works .works-txt {
    text-align: center;
  }
}
.com-works .works-tag {
  margin: 45px auto 0;
}
.com-works .works-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 90px auto 0;
  flex-wrap: wrap;
}
.com-works .works-list-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-works .works-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-works .works-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.com-works .works-list-link {
  display: block;
}
.com-works .works-list-img {
  width: 100%;
  height: 0;
  padding-top: 88%;
  position: relative;
}
.com-works .works-list-ttl {
  margin: 9px auto 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-works .works-list-ttl {
    font-size: 1.5rem;
  }
}
.com-works .detail-list {
  margin: 25px auto 0;
}
.com-works .detail-list-item {
  width: 92.6%;
  height: 0;
  padding-top: 50%;
  position: relative;
}
.com-works .detail-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.com-works .detail-list-item:nth-of-type(3n-2) {
  margin-left: 40px;
}
.com-works .detail-list-item:nth-of-type(2n) {
  margin-left: auto;
}
.com-works .detail-txt {
  margin: 33px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-works .detail-txt {
    font-size: 1.5rem;
  }
}

/* company  PC
------------------------------------ */
#company .information-bg {
  background: url(../img/company/information-bg.png) no-repeat center top/cover;
}
#company .information-table {
  margin: 70px auto 0;
}
#company .map-en {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #company .map-en {
    font-size: 2rem;
  }
}
#company .map-ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #company .map-ja {
    font-size: 1.5rem;
  }
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table th {
  background: linear-gradient(90deg, rgba(102, 217, 255, 0.6) 0%, rgba(32, 112, 211, 0.6) 20%, rgba(229, 106, 250, 0.6) 80%, rgba(255, 166, 202, 0.6) 100%) #000;
}/*# sourceMappingURL=all.css.map */