@charset "UTF-8";
.-red {
  color: #db3a15;
}
.-blue {
  color: #35318f;
}

/* l-page-header */
.l-page-header__bg {
  background: #fff7ea;
}
/* .l-page-header__txtarea--tit {
  transform: none;
  -webkit-transform: none;
} */
.l-page-header__bg img {
  object-fit: contain;
}

@media print, screen and (min-width: 900px) {
.l-page-header__bg img {
  /* width: 107.5%; */
  height: auto;
  min-height: 100%;
}
}

@media screen and (max-width: 899px) {
.l-page-header__bg img {
  width: 100%;
}
}

/* p-top-lead */
.p-top-lead {
  margin-top: 55px;
  margin-bottom: 50px;
  /* padding-top: 153px; */
  padding-bottom: 130px;
  background-image: url(../images/common/bg__anchor__hikari.svg),linear-gradient(180deg,#fff7ea 0,#fff7ea);
  background-position: center 178px,bottom;
  background-repeat: repeat-x,no-repeat;
  background-size: auto 178px,100% 100px;
}
.p-top-lead p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.p-top-lead p:before {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: calc(50% + 481px);
  width: 106px;
  height: 102px;
  background-image: url(../images/common/img__charactor__hikari.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.c-img.-logo {
  max-width: 540px;
  margin: 80px auto;
}

@media screen and (max-width: 899px) {
/* p-top-lead */
.p-top-lead .c-inner {
  padding: ;
}
.p-top-lead {
  margin-top: 25px;
  margin-bottom: 12vw;
  padding-top: 0;
  padding-bottom: 40px;
  background-position: center 110px,bottom;
  background-repeat: repeat-x,no-repeat;
  background-size: auto 90px,100% calc(100% - 158px);
}
.p-top-lead p {
  font-size: 22px;
}
.p-top-lead p:before {
  top: -15px;
  right: calc(50% + 130px);
  width: 65px;
  height: 60px;
}
.c-img.-logo {
  width: 80%;
  margin: 40px auto;
}
}

/* mission */
/* .c-inner.-mission {
  max-width: 800px;
} */
.-mission .c-tit {
  color: #db3a15;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
.-mission .c-tit .tip {
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 5px 36px 5px 71px;
  background-image: url(../images/common/bg__ttl__hikari.svg),url(../images/common/bg__ttl__hikari.svg),linear-gradient(180deg,#db3a15 0,#db3a15);
  background-position: 0,100%,71px;
  background-repeat: no-repeat;
  background-size: 146px 100%,146px 100%,calc(100% - 107px) 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.c-lead--lg {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
.c-lead--list {
  list-style: none;
  max-width: 700px;
  margin: 30px auto 0 !important;
  text-align: center;
}
.c-lead--list > li {
  font-size: 18px;
}
.c-lead--list > li:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 899px) {
/* mission */
.-mission .c-tit {
  font-size: 18px;
}
.-mission .c-tit .tip {
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}
.c-lead--lg {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.c-lead {
  font-size: 20px;
  margin-bottom: 10px;
}
.c-lead--list {
  margin: 20px auto 0 !important;
}
.c-lead--list > li {
  font-size: 16px;
}
.c-lead--list > li:not(:first-of-type) {
  margin-top: 10px;
}
}

/* c-family */
.c-family, .c-taisetsu {
  margin-top: 100px;
  text-align: center;
}
.c-family h2 {
  max-width: 600px;
  margin: 0 auto 50px;
}

.c-taisetsu h2 {
  color: #35318f;
  font-size: 34px;
}
.c-taisetsu .c-img.-logo {
  margin: 50px auto;
}
.c-taisetsu .c-btn {
  width: 420px;
}

@media screen and (max-width: 899px) {
/* c-family */
.c-family, .c-taisetsu {
  margin-top: 60px;
  text-align: center;
}
.c-family h2 {
  max-width: 600px;
  margin: 0 auto 25px;
}
.c-family img {
  margin-top: 20px;
}

.c-taisetsu h2 {
  font-size: 24px;
}
.c-taisetsu .c-img.-logo {
  margin: 50px auto;
}
.c-taisetsu .c-btn {
  width: 85%;
}
}