/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  text-align: justify;
  letter-spacing: 3px;
}

h1 {
  font-size: 4.8rem;
}

/* 900 */
h2 {
  font-size: 3.2rem;
}

/* 700 */
h3 {
  font-size: 2.8rem;
}

/* 500 */
h4 {
  font-size: 2.2rem;
}

/* 500 */
p {
  font-size: 1.6rem;
}

/* 400 */
.CloisterOpenFaceRegular {
  font-family: CloisterOpenFaceRegular;
}

.d_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  cursor: pointer;
}

.CloisterOpenFaceRegular {
  font-family: CloisterOpenFaceRegular;
}

.br {
  display: none;
}

@media screen and (max-width: 768px) {
  .br {
    display: block;
  }
}
#business {
  scroll-margin-top: 100px;
}

/*headerGroup
------------------------------------------------------*/
.headerGroup {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  background-color: #fff;
  align-items: center;
}
.headerGroup__left {
  display: block;
  width: 204px;
  height: 40px;
  text-indent: -9999px;
  background-image: url(../img/logo_headerLeft.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.headerGroup__right {
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerGroup__right--Lwrap {
  width: 300px;
}
.headerGroup__right--Lwrap nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.headerGroup__right--Lwrap nav ul li {
  max-width: 100%;
  width: 100%;
}
.headerGroup__right--Lwrap nav ul a:hover {
  color: #c93935;
  transition: all 0.3s ease;
}
.headerGroup__right--Rwrap {
  width: 180px;
  height: 80px;
  background-color: #c93935;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}
.headerGroup__right--Rwrap:hover {
  background-color: #2ca6e0;
  transition: all 0.3s ease;
}

.pd-top {
  padding-top: 80px;
}

/*slideGroup
------------------------------------------------------*/
.slideGroup {
  width: 100%;
  margin-bottom: 100px;
}
.slideGroup__title {
  font-size: 6.4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  letter-spacing: 10px;
  line-height: 150%;
  text-align: center;
  font-weight: 500;
  transform: translate(-50%, -70%);
}

/*businessGroup
------------------------------------------------------*/
.businessGroup {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
.businessGroup__title {
  width: 100%;
  color: #c93935;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: 3px;
}
.businessGroup__title span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
.businessGroup__flexWrap {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-around;
}
.businessGroup__flexWrap--left {
  max-width: 600px;
  width: 100%;
  height: 400px;
  margin-right: 16px;
}
.businessGroup__flexWrap--left--contentsWrap {
  width: 100%;
}
.businessGroup__flexWrap--left--img {
  width: 100%;
  height: auto;
}
.businessGroup__flexWrap--left--desWrap {
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
  border-radius: 0 0 30px 30px;
  padding: 47px 0 47px 230px;
  position: relative;
  transition: all 0.3s ease;
}
.businessGroup__flexWrap--left--desWrap:hover {
  background-color: #c93935;
  color: #fff;
  transition: all 0.3s ease;
}
.businessGroup__flexWrap--left--logo {
  max-width: 155px;
  height: auto;
  position: absolute;
  bottom: 47px;
  left: 47px;
}
.businessGroup__flexWrap--left--tag {
  font-size: 1.6rem;
  width: 100%;
  font-weight: 300;
  margin-bottom: 20px;
}
.businessGroup__flexWrap--left--title {
  width: 100%;
  font-size: 2.8rem;
  letter-spacing: 2px;
}
.businessGroup__flexWrap--right {
  max-width: 600px;
  width: 100%;
  height: 400px;
}
.businessGroup__flexWrap--right--contentsWrap {
  width: 100%;
}
.businessGroup__flexWrap--right--img {
  width: 100%;
  height: auto;
}
.businessGroup__flexWrap--right--desWrap {
  width: 100%;
  height: 200px;
  background-color: #f1f1f1;
  border-radius: 0 0 30px 30px;
  padding: 47px 0 47px 230px;
  position: relative;
  transition: all 0.3s ease;
}
.businessGroup__flexWrap--right--desWrap:hover {
  background-color: #2ca6e0;
  color: #fff;
  transition: all 0.3s ease;
}
.businessGroup__flexWrap--right--logo {
  max-width: 155px;
  height: auto;
  position: absolute;
  bottom: 47px;
  left: 47px;
}
.businessGroup__flexWrap--right--tag {
  font-size: 1.6rem;
  width: 100%;
  font-weight: 300;
  margin-bottom: 20px;
}
.businessGroup__flexWrap--right--title {
  width: 100%;
  font-size: 2.8rem;
  letter-spacing: 2px;
}

.kaihatsuDesGroup {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
}
.kaihatsuDesGroup__title {
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  color: #c93935;
  margin-bottom: 32px;
}
.kaihatsuDesGroup__des {
  width: 100%;
  line-height: 180%;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: justify;
}
.kaihatsuDesGroup__bnrContact {
  width: 100%;
  height: 60px;
  background-color: #c93935;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transition: all 0.3s ease;
  margin-bottom: 90px;
}
.kaihatsuDesGroup__bnrContact:hover {
  border-radius: 30px;
  transition: all 0.3s ease;
}

/*companyGroup
------------------------------------------------------*/
.companyGroup {
  width: 100%;
  background-color: #f1f1f1;
  padding: 100px 25px;
}
.companyGroup__title {
  width: 100%;
  color: #c93935;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: 3px;
}
.companyGroup__title span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
.companyGroup__rinenTitle {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 36px;
}
.companyGroup__rinenList-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 50px auto;
}
.companyGroup__rinenList-wrap li {
  border-top: 0.5px solid #cccccc;
  padding: 16px 0px;
  letter-spacing: 0.5px;
}
.companyGroup__rinenList-wrap li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.companyGroup__rinenList-wrap li:last-child {
  border-bottom: 0.5px solid #cccccc;
}
.companyGroup__gaiyouTitle {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 36px;
}
.companyGroup__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 5px solid #ccc;
  background-color: #fff;
  font-weight: 400;
  font-family: 1.6rem;
  line-height: 150%;
  letter-spacing: 1.5px;
  border-collapse: collapse;
}
.companyGroup__table tr th {
	width: 200px;
  border-bottom: 1px solid #ccc;
  padding: 24px 30px;
  font-weight: 400;
}
.companyGroup__table tr td {
  border-bottom: 1px solid #ccc;
  padding: 24px 30px;
  border-left: 1px solid #ccc;
}

/*footerGroup
------------------------------------------------------*/
.footerGroup {
  width: 100%;
  background-color: #c93935;
  padding-top: 50px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.footerGroup__flexWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
  border-bottom: 0.5px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerGroup__left {
  max-width: 500px;
  width: 100%;
}
.footerGroup__left--title {
  font-size: 2.8rem;
  margin-bottom: 25px;
  letter-spacing: 5px;
}
.footerGroup__left--bnrWrap {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footerGroup__left--bnrTel {
  width: 240px;
  height: 60px;
  background-image: url(../img/bnr_footerTel@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
  margin-bottom: 16px;
}
.footerGroup__left--bnrTel:hover {
  background-position: 0 -60px;
}
.footerGroup__left--bnrMail {
  width: 240px;
  height: 60px;
  background-image: url(../img/bnr_footerMail@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 120px;
}
.footerGroup__left--bnrMail:hover {
  background-position: 0 -60px;
}
.footerGroup__right {
  max-width: 500px;
  text-align: right;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 1px;
}
.footerGroup__right--title {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.footerGroup__right--address {
  font-size: 1.4rem;
  margin-bottom: 32px;
  line-height: 150%;
}
.footerGroup__underWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "M PLUS 1p", sans-serif;
}
.footerGroup__navWrap {
  display: block;
  max-width: 400px;
  width: 100%;
}
.footerGroup__navWrapList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footerGroup__navWrapList li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.footerGroup__left--bnrMail svg {
  fill: #fff;
}

.pageTop {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon_pageTop.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  right: 5%;
  transform: translate(0%, -50%);
}

/*@media
------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .businessGroup__flexWrap {
    flex-direction: column;
    justify-content: space-around;
  }
  .footerGroup__left--bnrWrap {
    flex-direction: column;
  }
  .businessGroup__flexWrap--left {
    margin: 0 auto;
  }
  .businessGroup__flexWrap--right {
    margin: 0 auto;
  }
  .businessGroup__flexWrap--left--logo {
    max-width: 90px;
    bottom: 45px;
    left: 27px;
  }
  .businessGroup__flexWrap--left--desWrap {
    margin-bottom: 20px;
    height: 120px;
    padding: 12px 20px 20px 130px;
  }
  .businessGroup__flexWrap--left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .businessGroup__flexWrap--left--title {
    font-size: 2.1rem;
  }
  .businessGroup__flexWrap--left--tag {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .businessGroup__flexWrap--right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .businessGroup__flexWrap--right--logo {
    max-width: 90px;
    bottom: 45px;
    left: 27px;
  }
  .businessGroup__flexWrap--right--desWrap {
    margin-bottom: 20px;
    height: 120px;
    padding: 12px 20px 20px 130px;
  }
  .businessGroup__flexWrap--right--title {
    font-size: 2.1rem;
  }
  .businessGroup__flexWrap--right--tag {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .kaihatsuDesGroup {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .headerGroup {
    flex-direction: column;
    padding-left: 0px;
    padding-top: 15px;
    flex-wrap: inherit;
    height: 130px;
  }
  .d_center {
    display: block;
  }
  .headerGroup__right {
    max-width: 100%;
    width: 100%;
  }
  .headerGroup__right--Lwrap {
    width: 100%;
    height: 50px;
  }
  .headerGroup__right--Rwrap {
    display: none;
  }
  .headerGroup__right--Lwrap nav ul li {
    margin-right: 0px;
  }
  .headerGroup__right--Lwrap-l {
    max-width: 100%;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid #111;
    border-right: 0.5px solid #111;
    border-bottom: 0.5px solid #111;
  }
  .headerGroup__right--Lwrap-r {
    max-width: 100%;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid #111;
    border-bottom: 0.5px solid #111;
  }
  .slideGroup__title {
    font-size: 3rem;
    width: 100%;
    letter-spacing: 2px;
    top: 35%;
  }
  .businessGroup {
    padding: 0px 25px;
  }
  .businessGroup__flexWrap {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .footerGroup__left--bnrWrap {
    flex-direction: column;
  }
  .businessGroup__flexWrap--left--logo {
    max-width: 90px;
    bottom: 45px;
    left: 27px;
  }
  .businessGroup__flexWrap--left--desWrap {
    margin-bottom: 20px;
    height: 120px;
    padding: 12px 20px 20px 130px;
  }
  .businessGroup__flexWrap--left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .businessGroup__flexWrap--left--title {
    font-size: 2.1rem;
  }
  .businessGroup__flexWrap--left--tag {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .businessGroup__flexWrap--right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .businessGroup__flexWrap--right--logo {
    max-width: 90px;
    bottom: 45px;
    left: 27px;
  }
  .businessGroup__flexWrap--right--desWrap {
    margin-bottom: 20px;
    height: 120px;
    padding: 12px 20px 20px 130px;
  }
  .businessGroup__flexWrap--right--title {
    font-size: 2.1rem;
  }
  .businessGroup__flexWrap--right--tag {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .kaihatsuDesGroup {
    padding-top: 0px;
  }
  .kaihatsuDesGroup__title {
    text-align: left;
    line-height: 150%;
  }
  .companyGroup__rinenList-wrap li {
    line-height: 200%;
  }
  th {
    display: block;
    width: 100%;
  }
  td {
    display: block;
    width: 100%;
  }
  .companyGroup__table tr td {
    border-left: none;
  }
  .pageTop {
    left: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
  }
  .footerGroup {
    height: auto;
    padding-top: 90px;
    padding: 90px 25px 68px 25px;
  }
  .footerGroup__left--title {
    text-align: center;
  }
  .footerGroup__left--bnrTel {
    margin-bottom: 18px;
  }
  .footerGroup__left--bnrMail {
    margin-bottom: 36px;
  }
  .footerGroup__right {
    width: 100%;
    text-align: left;
  }
  .footerGroup__underWrap {
    flex-direction: column;
  }
  .footerGroup__navWrapList {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .footerGroup__navWrapList li {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */