@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/* -- gradCenter => $green --*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap .newsList .newsInner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap .newsList .newsInner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.mainWrap .newsList .newsInner ul {
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .newsList .newsInner ul {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.mainWrap .newsList .newsInner ul li {
  width: calc(33.33% - 2.6666666667rem);
  box-shadow: 0px 3px 13px -5px #aaa;
}
@media screen and (max-width: 991px) {
  .mainWrap .newsList .newsInner ul li {
    width: 100%;
  }
}
.mainWrap .newsList .newsInner ul li .date {
  font-size: 1.2rem;
}
.mainWrap .newsList .newsInner ul li .thumb {
  aspect-ratio: 3/2;
  position: relative;
}
.mainWrap .newsList .newsInner ul li .thumb .cate {
  position: absolute;
  background: #3464D0;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.2rem 0 0.3rem;
  width: 120px;
  text-align: center;
}
.mainWrap .newsList .newsInner ul li .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mainWrap .newsList .newsInner ul li .txtBox {
  background: #fff;
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
}
.mainWrap .newsList .newsInner ul li .txtBox h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.mainWrap .newsList .newsInner ul li .txtBox .bodyTxt {
  font-size: 1.2rem;
  padding-bottom: 4rem;
  height: 115px;
}
.mainWrap .newsList .newsInner ul li .txtBox .readMore {
  position: absolute;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0 2rem;
  z-index: 0;
}
.mainWrap .newsList .newsInner ul li .txtBox .readMore::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 50%);
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.mainWrap .newsList .newsInner .wp-pagenavi {
  text-align: center;
  margin-top: 8rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .mainWrap .newsList .newsInner .wp-pagenavi {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.mainWrap .newsList .newsInner .wp-pagenavi a, .mainWrap .newsList .newsInner .wp-pagenavi span {
  border: 1px solid #313131;
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  margin: 0 1rem;
  color: #313131;
}
.mainWrap .newsList .newsInner .wp-pagenavi a:hover,
.mainWrap .newsList .newsInner .wp-pagenavi span {
  background: #34C8D0;
  color: #fff;
  border: 1px solid #34C8D0;
}
.mainWrap .secContact .inner-l .contactBox {
  width: 1100px;
  background: #FFF8DD;
  margin: 0 auto;
  border-radius: 20px;
  padding: 1.5rem 0 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secContact .inner-l .contactBox {
    width: 100%;
  }
}
.mainWrap .secContact .inner-l .contactBox .ttl {
  font-size: 5.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .mainWrap .secContact .inner-l .contactBox .ttl {
    font-size: 3.4rem;
  }
}
.mainWrap .secContact .inner-l .contactBox .txt {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secContact .inner-l .contactBox .txt {
    font-size: 2.2rem;
  }
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
body.top header#header.topInit .navbar::before {
  display: none;
}
body.top header#header.topInit .navbar .navbar-brand {
  display: none;
}
body.top header#header.topInit .navbar .navbar-toggler .lin {
  background: #fff !important;
}
body.top header#header.topInit .navbar .navbar-toggler[aria-expanded=true] .lin {
  background: #313131 !important;
}
body.top header#header.topInit .navbar ul.navbar-nav li.tel {
  background: #fff;
  padding: 0 2rem;
  border-radius: 21px;
  color: #313131 !important;
  margin-right: -2rem;
  margin-left: 0 !important;
}
body.top header#header.topInit .navbar ul.navbar-nav li a {
  color: #fff;
}
body.top header#header.topInit .navbar ul.navbar-nav li a:hover {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
body.top .mainWrap.-top {
  /* -- 共通 -- */
  /* -- 個別 -- */
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top {
    overflow: hidden;
  }
}
body.top .mainWrap.-top .secMv {
  padding: 0;
  position: relative;
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv {
    padding-bottom: 15rem;
  }
}
body.top .mainWrap.-top .secMv .inner-l {
  position: relative;
  padding-top: 8.5rem;
}
body.top .mainWrap.-top .secMv .inner-l::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/logo-bg.svg") no-repeat;
  right: 0;
  width: 506px;
  height: 597px;
  top: 6rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l::after {
    background-size: 335px;
    width: 335px;
    height: 395px;
    top: 15rem;
    right: -7rem;
  }
}
body.top .mainWrap.-top .secMv .inner-l .ttl {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l .ttl {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l .ttl {
    margin-bottom: 1rem;
  }
}
body.top .mainWrap.-top .secMv .inner-l .ttlSub {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l .ttlSub {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l .ttlSub {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .inner-l img {
    width: 231px;
  }
}
body.top .mainWrap.-top .secMv .newsLine {
  font-weight: bold;
  width: 300px;
  position: absolute;
  right: 3rem;
  top: 10rem;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .newsLine {
    position: static;
    width: 100%;
    padding: 0 2rem;
    margin-top: 5rem;
    text-align: center;
  }
}
body.top .mainWrap.-top .secMv .newsLine .newsTtl {
  font-size: 1.4rem;
  background: #fff;
  color: #34C8D0;
  display: inline-block;
  padding: 0.1rem 2rem;
  border-radius: 13px;
  margin-bottom: 1rem;
}
body.top .mainWrap.-top .secMv .newsLine .newsTtlTxt {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .newsLine .newsTtlTxt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secMv .newsLine .newsTtlTxt {
    text-align: left;
  }
}
body.top .mainWrap.-top .secMv .newsLine .viewAll {
  font-size: 1.2rem;
}
body.top .mainWrap.-top .secMv .newsLine .viewAll a {
  color: #fff;
}
body.top .mainWrap.-top .secSlide {
  padding: 0;
  margin-top: -8rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secSlide {
    margin-top: -12rem;
    margin-bottom: 3rem;
  }
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide li {
  transform: scale(0.9);
  transition: all 1s ease-in-out;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide li.slick-current {
  transform: scale(1);
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide li img {
  border-radius: 5px;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-arrow {
  position: absolute;
  left: 5rem;
  z-index: 1;
  top: calc(50% - 35px);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-arrow {
    display: none !important;
  }
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-arrow.arrow-right {
  left: auto;
  right: 5rem;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-list {
  margin-bottom: 1rem;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-dots {
  display: flex;
  justify-content: center;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-dots li {
  padding: 0 0.4rem;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-dots li button {
  background: #E2E2E2;
  border: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
body.top .mainWrap.-top .secSlide ul.slick-mv-slide .slick-dots li.slick-active button {
  background: #34C8D0;
}
body.top .mainWrap.-top .secSlide .slidePause {
  position: absolute;
  left: calc(50% - 125px);
  bottom: -0.5rem;
  cursor: pointer;
}
body.top .mainWrap.-top .secSlide .slidePause img.start {
  display: none;
}
body.top .mainWrap.-top .secSlide .slidePause.pause img.pause {
  display: none;
}
body.top .mainWrap.-top .secSlide .slidePause.pause img.start {
  display: block;
}
body.top .mainWrap.-top .secOur {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur {
    padding-bottom: 5rem;
  }
}
body.top .mainWrap.-top .secOur .inner-l img.logo {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l img.logo {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l img.logo {
    width: 205px;
  }
}
body.top .mainWrap.-top .secOur .inner-l .ttl {
  font-size: 5rem;
  font-size: 5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .ttl {
    margin-bottom: 1rem;
  }
}
body.top .mainWrap.-top .secOur .inner-l .ttlSub {
  font-weight: bold;
  font-size: 2.9rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .ttlSub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .ttlSub {
    margin-bottom: 3rem;
  }
}
body.top .mainWrap.-top .secOur .inner-l .imgTxt {
  padding: 0 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .imgTxt {
    padding: 0;
  }
}
body.top .mainWrap.-top .secOur .inner-l .imgTxt img {
  width: calc(100% - 578px);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .imgTxt img {
    width: 273px;
    margin: 0 auto 3rem;
  }
}
body.top .mainWrap.-top .secOur .inner-l .imgTxt .readTxt {
  width: 578px;
  padding-left: 3rem;
  font-weight: var(--medium);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secOur .inner-l .imgTxt .readTxt {
    width: 100%;
    padding: 0;
  }
}
body.top .mainWrap.-top .secBusiness {
  padding-top: 0;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox {
  padding: 5rem 5rem 6rem;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox {
    padding: 3rem 2rem 3rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite {
  background: #fff;
  color: #313131;
  text-align: center;
  width: calc(100% + 10rem);
  margin-left: -5rem;
  font-weight: bold;
  padding: 2rem 0 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite {
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite .busTtl {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite .busTtl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite .busTtl {
    margin-bottom: 1.5rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite .busTtlSub {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .bgWhite .busTtlSub {
    font-size: 1.6rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox h2.baseTtl::before {
  background: #fff;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt {
    margin-bottom: 3rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt img {
  width: calc(100% - 567px);
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt {
  width: 567px;
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt {
    width: 100%;
    padding-left: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt .ttl {
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt .ttl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt .ttl {
    font-size: 3rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .imgTxt .txt .readTxt {
  font-weight: var(--medium);
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase {
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase {
    margin-bottom: 4rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase > img {
  width: 146px;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase > img {
    margin: 0 auto 2rem;
    display: block;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul {
  width: calc(100% - 146px);
  padding-left: 2.5rem;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul {
    width: 100%;
    gap: 1rem;
    padding-left: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li {
  background: #fff;
  color: #313131;
  border-radius: 5px;
  width: calc(25% - 0.75rem);
  align-items: center;
  height: 70px;
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li {
    width: calc(50% - 0.5rem);
    height: 80px;
    display: block;
    text-align: center;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li .img {
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li .img {
    width: 100%;
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li .img img {
    width: 25px;
    height: 50px;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li:nth-child(3) .img {
  padding: 0 0 0 0.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li:nth-child(3) .img {
    padding: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li:nth-child(3) .txt {
  letter-spacing: -0.03em;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li:nth-child(3) .txt {
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li .bus3 {
  letter-spacing: -0.05em;
  margin-left: -1.1rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox .busCase ul li .bus3 {
    letter-spacing: inherit;
    margin-left: 0;
    margin-top: -0.7rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.business {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.business {
    margin-bottom: 6rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality {
    margin-bottom: 8rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt {
  width: 680px;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt {
    width: 100%;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt h2.baseTtl {
  margin-bottom: 3rem;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt .readTxt {
  padding-right: 4rem;
  margin-bottom: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt .readTxt {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt .txt .readTxt {
    padding-right: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt img {
  width: calc(100% - 680px);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.quality .imgTxt img {
    width: 100%;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works h2.baseTtl {
  margin-bottom: 3rem;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .imgTxt .txt {
  width: 900px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .imgTxt .txt {
    width: 100%;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .imgTxt .ttl {
  margin-bottom: 2rem;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner {
  align-items: normal;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner {
    padding: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner img {
  width: calc(100% - 286px);
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner img {
    width: 100%;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox {
  width: 286px;
  background: #313131;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox {
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox .ttlSub {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox .ttlSub {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox .ttlSub {
    margin-top: 0;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox h4 {
  font-weight: 300;
  font-size: 2.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox h4 {
    margin-bottom: 1rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox h5 {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox h5 {
    font-size: 1.6rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox .readTxt {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide li .inner .txtBox .readTxt {
    font-size: 1.2rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb {
  max-width: 900px;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-bottom: 0.5rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb li {
  padding: 0 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb li.slick-current img, body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb li:hover img {
  outline: 4px solid #fff;
  outline-offset: -0.4rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb li.slick-current img, body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works ul.works-slide-thumb li:hover img {
    outline: 3px solid #fff;
    outline-offset: -0.3rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .spScroll {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .infoTxt {
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secBusiness .inner-l .gradBox .contentBox.works .infoTxt {
    font-size: 1.8rem;
  }
}
body.top .mainWrap.-top .secNews {
  background: #F7F7F7;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secNews {
    padding-bottom: 2rem;
  }
}
body.top .mainWrap.-top .secAccess {
  background: #F7F7F7;
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess {
    padding-bottom: 3rem;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox {
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox {
    margin-bottom: 2.5rem;
    text-align: center;
    justify-content: center;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left {
  padding-right: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left .cpName {
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left .cpName {
    font-size: 1.6rem;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left .address {
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .left .address {
    font-size: 1.4rem;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .right {
  font-size: 3.1rem;
  font-weight: bold;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .right {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .txtBox .right {
    display: block;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .gMap {
  aspect-ratio: 2/1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secAccess .inner-l .inner-lm .gMap {
    margin-bottom: 4rem;
  }
}
body.top .mainWrap.-top .secAccess .inner-l .inner-lm .gMap iframe {
  width: 100%;
  height: 100%;
}
body.top .mainWrap.-top .secContact {
  background: #F7F7F7;
  padding: 0 0 9rem;
}
@media screen and (max-width: 991px) {
  body.top .mainWrap.-top .secContact {
    padding: 0 0 7.5rem;
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
.mainWrap.-sub section {
  overflow: hidden;
}
.mainWrap.-sub .secMv {
  height: 200px;
  padding: 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 55px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv {
    height: 160px;
  }
}
.mainWrap.-sub .secMv::before, .mainWrap.-sub .secMv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.mainWrap.-sub .secMv::before {
  background: url("/assets/img/logo-bg.svg") no-repeat;
  width: 328px;
  background-size: 328px;
  height: 385px;
  top: -7rem;
  left: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv::before {
    background-size: 185px;
    left: -2.5rem;
    top: -2rem;
    height: 180px;
  }
}
.mainWrap.-sub .secMv::after {
  background: url("/assets/img/subheader-bg.svg") no-repeat;
  width: 484px;
  height: 364px;
  right: -2rem;
  top: -5.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv::after {
    background-size: 195px;
    width: 195px;
    right: -3rem;
    top: 0.7rem;
    height: 147px;
  }
}
.mainWrap.-sub .secMv h2 {
  width: 100%;
  font-size: 2.7rem;
  font-weight: bold;
}
.mainWrap.-sub .secMv h2 span {
  display: block;
  font-size: 1.9rem;
  font-weight: normal;
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.greetings .secGreentings {
  padding: 7.5rem 0 9rem;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings {
    padding: 4.5rem 0 4rem;
  }
}
body.greetings .secGreentings .greeInner {
  max-width: 970px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
body.greetings .secGreentings .greeInner .txt {
  width: calc(100% - 270px);
  padding-right: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .txt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .txt {
    width: 100%;
    padding-right: 0;
  }
}
body.greetings .secGreentings .greeInner .txt h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .txt h3 {
    font-size: 2.2rem;
  }
}
body.greetings .secGreentings .greeInner .img {
  width: 270px;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img {
    width: 100%;
  }
}
body.greetings .secGreentings .greeInner .img img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img img {
    width: 192px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img img {
    margin-bottom: 1rem;
  }
}
body.greetings .secGreentings .greeInner .img .preTxt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img .preTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img .preTxt {
    margin-bottom: 3rem;
  }
}
body.greetings .secGreentings .greeInner .img .preTxt span {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.greetings .secGreentings .greeInner .img .preTxt span {
    font-size: 1.6rem;
  }
}
body.business .secRead {
  padding: 4rem 0 0;
}
@media screen and (max-width: 991px) {
  body.business .secRead {
    padding: 3.5rem 0 0;
  }
}
body.business .secRead h3 {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.business .secRead h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.business .secRead h3 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  body.business .secRead h3 {
    padding: 0 2rem;
  }
}
body.business .secRead .readTxt {
  margin-bottom: 5rem;
}
body.business .secBusiness {
  padding: 5.5rem 0 3rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness {
    padding: 4rem 0 2rem;
  }
}
body.business .secBusiness .inner-l h4 {
  font-weight: bold;
  line-height: 1.8;
  font-size: 3.2rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l h4 {
    margin-bottom: 4rem;
  }
}
body.business .secBusiness .inner-l ul {
  gap: 5.5rem 6rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul {
    gap: 3rem;
  }
}
body.business .secBusiness .inner-l ul li {
  border-radius: 30px;
  width: calc(50% - 3rem);
  padding: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li {
    width: 100%;
    padding: 2rem;
  }
}
body.business .secBusiness .inner-l ul li:nth-child(even) {
  margin-top: -15rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li:nth-child(even) {
    margin-top: 0;
  }
}
body.business .secBusiness .inner-l ul li .ttl {
  align-items: center;
  height: 66px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li .ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li .ttl {
    height: auto;
  }
}
body.business .secBusiness .inner-l ul li .ttl span {
  width: 66px;
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li .ttl span {
    width: auto;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li .ttl span img {
    width: 40px;
  }
}
body.business .secBusiness .inner-l ul li .ttl p {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.business .secBusiness .inner-l ul li .ttl p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body.business .secBusiness .inner-l ul li .ttl p {
    font-size: 2.6rem;
  }
}
body.business .secBusiness .inner-l ul li .readTxt {
  border-radius: 10px;
  background: #fff;
  color: #313131;
  padding: 1.5rem 1.5rem 3rem;
}
body.works .secRead {
  padding: 4rem 0 3rem;
}
body.works .secRead h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.works .secRead h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  body.works .secRead h3 {
    padding-left: 2rem;
  }
}
body.works .secWorks {
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.works .secWorks {
    padding-bottom: 2rem;
  }
}
body.works .secWorks .inner-l h3.baseTtl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l h3.baseTtl {
    margin-bottom: 2.5rem;
  }
}
body.works .secWorks .inner-l ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li {
    margin-bottom: 5rem;
  }
}
body.works .secWorks .inner-l ul li .img {
  margin-left: 1.2rem;
  margin-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  width: 548px;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li .img {
    margin-left: 0.8rem;
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
body.works .secWorks .inner-l ul li .img img {
  margin-left: -1.2rem;
  margin-top: -1.2rem;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li .img img {
    margin-left: -0.8rem;
    margin-top: -0.8rem;
  }
}
body.works .secWorks .inner-l ul li .txt {
  width: calc(100% - 560px);
  padding-left: 3.5rem;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li .txt {
    width: 100%;
    padding-left: 0;
  }
}
body.works .secWorks .inner-l ul li .txt h4 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li .txt h4 {
    font-size: 2.2rem;
  }
}
body.works .secWorks .inner-l ul li .txt .ttl {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l ul li .txt .ttl {
    margin-bottom: 1.5rem;
  }
}
body.works .secWorks .inner-l ul li .txt .readTxt {
  font-size: 1.4rem;
}
body.works .secWorks .inner-l .otherLink h3, body.works .secWorks .inner-l .otherLink .baseLinkBtn {
  margin: 0 auto 3rem;
  width: calc(50% - 3rem - 1.2rem);
}
@media screen and (max-width: 991px) {
  body.works .secWorks .inner-l .otherLink h3, body.works .secWorks .inner-l .otherLink .baseLinkBtn {
    width: 100%;
  }
}
body.workslist .secNavi {
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 991px) {
  body.workslist .secNavi {
    padding: 2rem 0 4rem;
  }
}
body.workslist .secNavi .inner-l .backLink {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.workslist .secNavi .inner-l .backLink {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.workslist .secNavi .inner-l .backLink {
    margin-bottom: 2rem;
  }
}
body.workslist .secNavi .inner-l .backLink a {
  color: #3464D0;
}
body.workslist .secNavi .inner-l ul {
  gap: 1rem 3.5rem;
  font-size: 1.4rem;
  font-weight: var(--medium);
}
@media screen and (max-width: 991px) {
  body.workslist .secNavi .inner-l ul {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.workslist .secNavi .inner-l ul {
    gap: 0.5rem 1.5rem;
  }
}
body.workslist .secNavi .inner-l ul li a {
  color: #3464D0;
  border-bottom: 1px solid #3464D0;
}
body.workslist .fixedNavi {
  position: fixed;
  top: 56px;
  padding: 1rem 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 3px 10px -5px #888;
  width: 100%;
  display: none;
}
@media screen and (max-width: 991px) {
  body.workslist .fixedNavi {
    min-height: 140px;
  }
}
body.workslist .fixedNavi.fix {
  display: block;
}
body.workslist .fixedNavi ul {
  gap: 1rem 3.5rem;
  font-size: 1.4rem;
  font-weight: var(--medium);
}
@media screen and (max-width: 991px) {
  body.workslist .fixedNavi ul {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  body.workslist .fixedNavi ul {
    gap: 0.5rem 1.5rem;
  }
}
body.workslist .fixedNavi ul li a {
  color: #3464D0;
  border-bottom: 1px solid #3464D0;
}
body.workslist .secWorkslist {
  padding: 0 0 8rem;
}
@media screen and (max-width: 991px) {
  body.workslist .secWorkslist {
    padding: 0 0 4rem;
  }
}
body.workslist .secWorkslist .inner-l h3.baseTtl {
  margin-bottom: 2rem;
  margin-top: -14rem;
  padding-top: 14rem;
}
@media screen and (max-width: 991px) {
  body.workslist .secWorkslist .inner-l h3.baseTtl {
    margin-top: -22rem;
    padding-top: 22rem;
  }
}
body.workslist .secWorkslist .inner-l ul {
  font-size: 1.4rem;
  gap: 0.3rem 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.workslist .secWorkslist .inner-l ul {
    margin-bottom: 3.5rem;
  }
}
body.workslist .secWorkslist .inner-l ul li {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.workslist .secWorkslist .inner-l ul li {
    width: 100%;
  }
}
body.workslist .secWorkslist .inner-l .backLink {
  font-size: 1.4rem;
}
body.workslist .secWorkslist .inner-l .backLink a {
  color: #3464D0;
}
body.staff .secRead {
  padding: 6rem 1.5rem 8rem;
}
@media screen and (max-width: 991px) {
  body.staff .secRead {
    padding: 4rem 2rem 6rem;
  }
}
body.staff .secRead .txt {
  width: 550px;
  padding-right: 3rem;
}
@media screen and (max-width: 991px) {
  body.staff .secRead .txt {
    width: 100%;
    padding-right: 0;
  }
}
body.staff .secRead .txt h3 {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.staff .secRead .txt h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secRead .txt h3 {
    margin-bottom: 3rem;
  }
}
body.staff .secRead img {
  width: calc(100% - 550px);
}
@media screen and (max-width: 991px) {
  body.staff .secRead img {
    margin-top: 2.5rem;
    width: 100%;
  }
}
body.staff .secStaff {
  padding: 0 0 10rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff {
    padding: 0 0 8rem;
  }
}
body.staff .secStaff .staffBox {
  border-radius: 30px;
  padding: 5rem 0 5rem 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox {
    padding: 2.5rem 2rem;
  }
}
body.staff .secStaff .staffBox .txt {
  width: 750px;
  padding-right: 3rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt {
    width: 100%;
    padding-right: 0;
  }
}
body.staff .secStaff .staffBox .txt .info {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt .info {
    font-size: 1.6rem;
  }
}
body.staff .secStaff .staffBox .txt h4 {
  font-size: 4.8rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt h4 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt h4 {
    padding-bottom: 1rem;
  }
}
body.staff .secStaff .staffBox .txt h4 span {
  font-size: 4rem;
  font-weight: 100;
  margin-left: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt h4 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt h4 span {
    margin-left: 1rem;
  }
}
body.staff .secStaff .staffBox .txt .ttl {
  font-size: 3.4rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt .ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt img.tbBlock {
    margin-bottom: 2rem;
  }
}
body.staff .secStaff .staffBox .txt .readTxt {
  background: #fff;
  border-radius: 10px;
  color: #313131;
  padding: 2rem;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt .readTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.staff .secStaff .staffBox .txt .readTxt {
    line-height: 1.8;
  }
}
body.staff .secStaff .staffBox .txt .notes {
  font-size: 1.2rem;
  padding: 1.5rem 2rem 0;
  font-weight: var(--medium);
}
body.staff .secStaff .staffBox .img {
  width: calc(100% - 750px);
  padding-top: 15rem;
}
body.staff .secStaff .staffBox .img img.img1 {
  margin-bottom: 3rem;
}
body.about .secSummary {
  padding: 7rem 0;
}
@media screen and (max-width: 991px) {
  body.about .secSummary {
    padding: 4rem 0;
  }
}
body.about .secSummary .inner-l .imgTxt img {
  width: calc(100% - 845px);
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body.about .secSummary .inner-l .imgTxt .list {
  width: 845px;
  padding-left: 4.5rem;
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt .list {
    width: 100%;
    padding-left: 0;
  }
}
body.about .secSummary .inner-l .imgTxt .list dl {
  border: 1px solid #313131;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt .list dl {
    font-size: 1.5rem;
  }
}
body.about .secSummary .inner-l .imgTxt .list dl:last-child {
  border-bottom: 1px solid #313131;
}
body.about .secSummary .inner-l .imgTxt .list dl dt {
  background: #E8E8E8;
  width: 218px;
  border-right: 1px solid #313131;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt .list dl dt {
    width: 96px;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt .list dl dt.resize {
    font-size: 1.2rem;
  }
}
body.about .secSummary .inner-l .imgTxt .list dl dd {
  padding: 1rem 0 1rem 2rem;
  width: calc(100% - 218px);
}
@media screen and (max-width: 991px) {
  body.about .secSummary .inner-l .imgTxt .list dl dd {
    padding: 0.5rem 0 0.5rem 1rem;
    width: calc(100% - 96px);
  }
}
body.about .secBusiness {
  padding: 0 0 7rem;
}
@media screen and (max-width: 991px) {
  body.about .secBusiness {
    padding: 0 0 4rem;
  }
}
body.about .secBusiness .inner-l .imgTxt img {
  width: calc(100% - 320px);
  max-width: 459px;
}
@media screen and (max-width: 991px) {
  body.about .secBusiness .inner-l .imgTxt img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
body.about .secBusiness .inner-l .imgTxt .txt {
  width: 320px;
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  body.about .secBusiness .inner-l .imgTxt .txt {
    width: 100%;
    padding-left: 0;
  }
}
body.about .secBusiness .inner-l .imgTxt .txt .list {
  font-weight: var(--medium);
  margin-bottom: 7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.about .secBusiness .inner-l .imgTxt .txt .list {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.about .secBusiness .inner-l .imgTxt .txt .list {
    line-height: 2.2;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  body.about .secBusiness .inner-l .imgTxt .txt .baseLinkBtn {
    text-align: center;
  }
}
body.about .secHistory {
  padding: 0 0 5rem;
}
@media screen and (max-width: 991px) {
  body.about .secHistory {
    padding: 0 0 4rem;
  }
}
body.about .secHistory .inner-l .inner-lm .imgTxt .list {
  width: calc(100% - 300px);
  padding-right: 8rem;
}
@media screen and (max-width: 991px) {
  body.about .secHistory .inner-l .inner-lm .imgTxt .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
body.about .secHistory .inner-l .inner-lm .imgTxt .list dl {
  border-bottom: 1px solid #313131;
  display: flex;
  flex-wrap: wrap;
  font-weight: var(--medium);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
body.about .secHistory .inner-l .inner-lm .imgTxt .list dl dt {
  width: 175px;
}
@media screen and (max-width: 991px) {
  body.about .secHistory .inner-l .inner-lm .imgTxt .list dl dt {
    width: 125px;
  }
}
body.about .secHistory .inner-l .inner-lm .imgTxt .img {
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.about .secHistory .inner-l .inner-lm .imgTxt .img {
    width: 100%;
  }
}
body.about .secHistory .inner-l .inner-lm .imgTxt .img img {
  margin-bottom: 0.5rem;
}
body.about .secHistory .inner-l .inner-lm .imgTxt .img p {
  font-size: 1.4rem;
  font-weight: var(--medium);
}
body.about .secAccess {
  padding-top: 0;
}
body.about .secAccess .inner-l .access {
  gap: 3rem 6rem;
}
body.about .secAccess .inner-l .access .accessBox {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox {
    width: 100%;
  }
}
body.about .secAccess .inner-l .access .accessBox .name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .name {
    font-size: 2rem;
  }
}
body.about .secAccess .inner-l .access .accessBox .address {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .address {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .address {
    margin-bottom: 0.5rem;
  }
}
body.about .secAccess .inner-l .access .accessBox .tel {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .tel {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.about .secAccess .inner-l .access .accessBox .tel .tel-link a {
    color: #313131;
    border-bottom: 1px solid #313131;
  }
}
body.about .secAccess .inner-l .access .accessBox .gMap {
  aspect-ratio: 570/410;
}
body.about .secAccess .inner-l .access .accessBox .gMap iframe {
  width: 100%;
  height: 100%;
}
body.newsDetail .ttlBox .arcDate {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .ttlBox .arcDate {
    font-size: 1.6rem;
  }
}
body.newsDetail .ttlBox .arcCate {
  font-size: 1.4rem;
  background: #3464D0;
  display: inline-block;
  color: #fff;
  width: 125px;
  text-align: center;
  padding: 0.3rem 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .ttlBox .arcCate {
    margin-bottom: 2rem;
  }
}
body.newsDetail .ttlBox h3.baseTtl {
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .ttlBox h3.baseTtl {
    margin-bottom: 3rem;
  }
}
body.newsDetail .arcContent {
  -o-border-image: linear-gradient(to right, #7096EA, #34C8D0, #AADBB3) 1/0 0 3px 0;
     border-image: linear-gradient(to right, #7096EA, #34C8D0, #AADBB3) 1/0 0 3px 0;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
body.newsDetail .arcContent p {
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent p {
    margin-bottom: 2rem;
  }
}
body.newsDetail .arcContent h2 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 14px solid #34C8D0;
  padding: 0.5rem 0 0.5rem 1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent h2 {
    margin-bottom: 1.5rem;
  }
}
body.newsDetail .arcContent h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent h3 {
    margin-bottom: 0.5rem;
  }
}
body.newsDetail .arcContent h6 {
  font-size: 1.4rem;
}
body.newsDetail .arcContent img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent img {
    margin-bottom: 1rem;
  }
}
body.newsDetail .arcContent strong, body.newsDetail .arcContent b {
  font-weight: bold;
  position: relative;
  z-inndex: 0;
}
body.newsDetail .arcContent strong::before, body.newsDetail .arcContent b::before {
  content: "";
  display: block;
  position: absolute;
}
body.newsDetail .arcContent a {
  color: #34C8D0;
  border-bottom: 1px solid #34C8D0;
}
body.newsDetail .arcContent ul {
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.newsDetail .arcContent ul {
    margin-bottom: 2rem;
  }
}
body.newsDetail .arcLink {
  font-size: 1.4rem;
}
body.privacy .secPrivacy .inner-l .inner-m h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .inner-l .inner-m h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .inner-l .inner-m h4 {
    margin-bottom: 0.5rem;
  }
}
body.privacy .secPrivacy .inner-l .inner-m .readTxt {
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .inner-l .inner-m .readTxt {
    margin-bottom: 3rem;
  }
}
body.privacy .secPrivacy .inner-l .inner-m .right {
  text-align: right;
}
body.contact .secContact .ttlTxt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .ttlTxt {
    font-size: 1.8rem;
  }
}
body.contact .secContact .notes {
  font-size: 1.4rem;
  font-weight: bold;
  color: #EA0024;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .notes {
    margin-bottom: 3rem;
  }
}
body.contact .secContact .formWrap {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap {
    padding-top: 2rem;
  }
}
body.contact .secContact .formWrap .contentInner {
  padding: 0 2rem;
  max-width: 540px;
  margin: 0 auto;
}
body.contact .secContact .formWrap .contentInner dl dt {
  border-left: 10px solid #34C8D0;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap .contentInner dl dt {
    margin-bottom: 1.5rem;
  }
}
body.contact .secContact .formWrap .contentInner dl dt.required::after {
  content: "必須";
  background: #EA0024;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 1rem 0.1rem;
  border-radius: 6px;
  margin-left: 1rem;
  vertical-align: 1px;
}
body.contact .secContact .formWrap .contentInner dl dd {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap .contentInner dl dd {
    margin-bottom: 3rem;
  }
}
body.contact .secContact .formWrap .contentInner dl dd input, body.contact .secContact .formWrap .contentInner dl dd textarea {
  border: 1px solid #6E6E6E;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem;
}
body.contact .secContact .formWrap .contentInner dl dd div {
  align-items: center;
  margin-bottom: 2rem;
}
body.contact .secContact .formWrap .contentInner dl dd div.name input, body.contact .secContact .formWrap .contentInner dl dd div.kana input {
  width: 250px;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap .contentInner dl dd div.name input, body.contact .secContact .formWrap .contentInner dl dd div.kana input {
    width: 100%;
  }
}
body.contact .secContact .formWrap .contentInner dl dd div.formPostcode input {
  width: 120px;
}
body.contact .secContact .formWrap .contentInner dl dd div.ex {
  padding-left: 90px;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap .contentInner dl dd div.ex {
    padding-left: 70px;
  }
}
body.contact .secContact .formWrap .contentInner dl dd div span {
  width: 90px;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap .contentInner dl dd div span {
    font-size: 1.4rem;
    width: 70px;
  }
}
body.contact .secContact .formWrap .contentInner dl dd div input {
  width: calc(100% - 90px);
}
body.contact .secContact .formWrap div.submit {
  justify-content: center;
}
body.contact .secContact .formWrap div.submit div {
  background: #313131;
  text-align: center;
  margin: 0 1rem;
  position: relative;
}
body.contact .secContact .formWrap div.submit div:hover {
  opacity: 0.8;
}
body.contact .secContact .formWrap div.submit div::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/icon-arrow-right2.svg") no-repeat;
  width: 35px;
  height: 43px;
  right: 2rem;
  top: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap div.submit div::after {
    background-size: 20px;
    width: 20px;
  }
}
body.contact .secContact .formWrap div.submit div input {
  background: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border: none;
  padding: 2rem 8rem 2.2rem 3rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContact .formWrap div.submit div input {
    font-size: 1.6rem;
    padding: 1.5rem 5rem 1.5rem 2rem;
  }
}
body.contact .secContact .formWrap .privacy a {
  color: #3464D0;
  font-size: 1.4rem;
  margin-top: 4rem;
  display: inline-block;
}
body.contact .secContact .formWrap .mw_wp_form_confirm dl dt.required::after {
  display: none;
}
body.contact .secContact .formWrap .mw_wp_form_confirm dl dd div.ex {
  display: none;
}
body.contact .secContact .formWrap .mw_wp_form_confirm .privacy {
  display: none;
}

/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */