@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap .newsList ul {
  gap: 2rem 0;
  width: calc(100% - 250px);
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList ul {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

.mainWrap .newsList ul li {
  width: 100%;
  align-items: center;
}

.mainWrap .newsList ul li .lCat {
  font-size: 1.4rem;
  border: 1px solid #4D4D4D;
  width: 125px;
  text-align: center;
  padding: 0.5rem 0;
  margin-right: 1.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList ul li .lCat {
    font-size: 1.2rem;
    width: 100px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
  }
}

.mainWrap .newsList ul li .date {
  font-weight: bold;
  color: #F77859;
  margin-right: 1.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList ul li .date {
    font-size: 1.2rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList ul li .txtBox {
    font-size: 1.4rem;
    width: 100%;
  }
}

.mainWrap .newsList ul li .txtBox .faci {
  font-size: 1.4rem;
  color: #F77859;
  font-weight: bold;
}

.mainWrap .newsList ul li .txtBox a {
  border-bottom: 1px solid #000;
}

.mainWrap .newsList ul li .txtBox a:hover {
  color: #F77859;
  border-bottom: 1px solid #F77859;
}

.mainWrap .newsList .linkAll {
  justify-content: center;
  align-items: center;
  margin-left: 12rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList .linkAll {
    display: block;
    margin: 0;
  }
}

.mainWrap .newsList .linkAll a {
  color: #F77859;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList .linkAll a {
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

.mainWrap .newsList .linkAll a:hover {
  border-bottom: 1px solid #F77859;
}

.mainWrap .newsList .linkAll .snsBox {
  margin-left: 8rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .newsList .linkAll .snsBox {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}

.mainWrap .newsList .linkAll .snsBox a {
  border: none;
  margin: 0 0.5rem;
}

.mainWrap .newsList .linkAll .snsBox a:hover {
  opacity: 0.8;
}

.mainWrap .newsList .linkAll .snsBox a img {
  width: auto;
}

.mainWrap .searchBox {
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox {
    margin-bottom: 3rem;
    padding: 0;
  }
}

.mainWrap .searchBox .typeBox {
  height: 230px;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox .typeBox {
    height: 335px;
  }
}

.mainWrap .searchBox .typeBox .ttl {
  width: 30.66%;
  background: #EAEAEA;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.7rem 0 2rem;
  border-radius: 15px;
  margin: 0rem 1% -1rem;
  box-shadow: 0px 3px 10px -5px #888;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox .typeBox .ttl {
    font-size: 1.4rem;
    padding: 0.7rem 0 2rem;
    margin: 0rem 1% -1.5rem;
    line-height: 1.3;
  }
}

.mainWrap .searchBox .typeBox .ttl img {
  width: auto;
  margin: 0 0.5rem 0 0;
  vertical-align: -6px;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox .typeBox .ttl img {
    width: 22px;
    vertical-align: 0;
    display: block;
    margin: 0 auto 0.3rem;
  }
}

.mainWrap .searchBox .typeBox ul {
  background: #fff;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  border-radius: 15px;
  box-shadow: 0px 3px 10px -5px #888;
  z-index: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox .typeBox ul {
    padding: 2rem;
    font-size: 1.6rem;
    gap: 1.5rem;
  }
}

.mainWrap .searchBox .typeBox ul li {
  width: calc(33.33% - 2rem);
  background: #F77859;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .mainWrap .searchBox .typeBox ul li {
    width: calc(33.33% - 1rem);
    display: flex;
    align-items: center;
    padding: 0rem 0.5rem;
    justify-content: center;
    min-height: 99px;
  }
}

.mainWrap .searchBox .typeBox ul li.area1 {
  background: #9DC318;
}

.mainWrap .searchBox .typeBox ul li.area2 {
  background: #FD8943;
}

.mainWrap .searchBox .typeBox ul li.area3 {
  background: #E76E79;
}

.mainWrap .searchBox .typeBox ul li a {
  display: block;
  color: #fff;
  padding: 1.1rem 0;
}

.mainWrap .searchBox .typeBox.area, .mainWrap .searchBox .typeBox.service {
  position: absolute;
  top: 0;
  width: 100%;
}

.mainWrap .searchBox .typeBox.pur .ttl {
  margin-left: 2%;
}

.mainWrap .searchBox .typeBox.area .ttl {
  margin-left: 34.66%;
}

.mainWrap .searchBox .typeBox.service .ttl {
  margin-left: 67.32%;
}

.mainWrap .searchBox .typeBox.active .ttl {
  color: #F77859;
  background: #fff;
  z-index: 9;
}

.mainWrap .searchBox .typeBox.active .ttl img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(35%) saturate(2825%) hue-rotate(324deg) brightness(101%) contrast(94%);
}

.mainWrap .searchBox .typeBox.active ul {
  z-index: 10;
}

.mainWrap .searchBox .typeBox:hover .ttl {
  color: #F77859;
  background: #fff;
  z-index: 9;
}

.mainWrap .searchBox .typeBox:hover .ttl img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(35%) saturate(2825%) hue-rotate(324deg) brightness(101%) contrast(94%);
}

.mainWrap section.-bgCream, .mainWrap section.-bgWhite, .mainWrap section.-bgGray {
  position: relative;
  padding-bottom: 12rem;
}

@media screen and (max-width: 991px) {
  .mainWrap section.-bgCream, .mainWrap section.-bgWhite, .mainWrap section.-bgGray {
    padding-bottom: 8rem;
  }
}

.mainWrap section.-bgCream::after, .mainWrap section.-bgWhite::after, .mainWrap section.-bgGray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  background-position: center top !important;
  bottom: 0rem;
  z-index: -2;
}

.mainWrap section.-bgCream {
  background: #FAF3DF;
}

.mainWrap section.-bgCream::after {
  background: url("/assets/img/bg-part-white.png");
}

.mainWrap section.-bgWhite::after {
  background: url("/assets/img/bg-part-cream.png");
}

.mainWrap section.-bgGray::after {
  background: url("/assets/img/bg-part-gray.png");
}

.mainWrap section.-bgCir::before {
  content: "";
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.mainWrap section.-bgCir1::before {
  right: 0;
  bottom: -5rem;
  background: url("/assets/img/bg-cir1.png") no-repeat;
  width: 702px;
  height: 631px;
}

@media screen and (max-width: 991px) {
  .mainWrap section.-bgCir1::before {
    bottom: 0;
    height: 315px;
    background-size: 350px;
    width: 350px;
  }
}

.mainWrap section.-bgCir2::before {
  left: 0;
  top: 1rem;
  background: url("/assets/img/bg-cir2.png") no-repeat;
  width: 671px;
  height: 544px;
}

@media screen and (max-width: 991px) {
  .mainWrap section.-bgCir2::before {
    background: url("/assets/img/bg-cir3.png") no-repeat;
    bottom: inherit;
    top: 33rem;
    left: 0;
    background-position: top center;
    width: 100%;
  }
}

.mainWrap section.-bgCir3::before {
  right: 0;
  top: 2rem;
  background: url("/assets/img/bg-cir4.png") no-repeat;
  width: 671px;
  height: 544px;
}

@media screen and (max-width: 991px) {
  .mainWrap section.-bgCir3::before {
    width: 100%;
    background-position: top center;
    top: 0;
  }
}

.mainWrap .-imgCir1 {
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.6;
  width: 752px;
  height: 392px;
  bottom: -3rem;
  right: -5rem;
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top {
  /* -- 共通 -- */
  /* -- 個別 -- */
}

@media screen and (max-width: 991px) {
  .mainWrap.-top {
    overflow: hidden;
  }
}

.mainWrap.-top .secMv {
  padding: 0;
  margin-top: 60px;
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv {
    margin-top: 55px;
    min-height: 70vh;
    margin-bottom: 12rem;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv ul.slick-mv-slide img {
    height: 70vh;
    object-fit: cover;
    max-width: none;
    width: 100%;
  }
}

.mainWrap.-top .secMv img.mvTtl {
  position: absolute;
  width: 870px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 28vw;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv img.mvTtl {
    width: calc(100% - 4rem);
    top: 40vh;
  }
}

.mainWrap.-top .secMv .txtBtm {
  font-size: 3.6rem;
  color: #F77859;
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  bottom: -3rem;
  text-align: center;
  width: 100%;
  z-index: 30;
  font-weight: bold;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,  3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,  0px -3px 3px #fff;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .txtBtm {
    font-size: 2.2rem;
    bottom: -9.5rem;
  }
}

.mainWrap.-top .secMv img.btmImg {
  position: absolute;
  bottom: -6rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv img.btmImg {
    bottom: 0;
  }
}

.mainWrap.-top .secNews {
  padding-top: 6rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews {
    padding-top: 3rem;
  }
}

.mainWrap.-top .secNews .inner-l {
  position: relative;
}

.mainWrap.-top .secNews .inner-l::before {
  content: url("/assets/img/logo-bg1.svg");
  position: absolute;
  right: -2rem;
  bottom: -6rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews .inner-l::before {
    transform: scale(0.8);
    left: 0;
    text-align: center;
    top: -6rem;
    bottom: auto;
    right: 0;
  }
}

.mainWrap.-top .secNews .inner-l .newsInner {
  align-items: center;
}

.mainWrap.-top .secNews .inner-l .newsInner h2.newsTtl {
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 250px;
  font-size: 2.6rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews .inner-l .newsInner h2.newsTtl {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.mainWrap.-top .secNews .inner-l .newsInner h2.newsTtl span {
  color: #F77859;
  font-size: 1.8rem;
  font-weight: var(--medium);
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secNews .inner-l .newsInner h2.newsTtl span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secService {
    padding-top: 0;
  }
}

.mainWrap.-top .secService .inner-l h2.baseTtl {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secService .inner-l h2.baseTtl {
    justify-content: center;
    margin-bottom: 4rem;
  }
}

.mainWrap.-top .secService .inner-l h2.baseTtl .txt {
  color: #F77859;
  border-color: #F77859;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout {
    padding-top: 0;
  }
}

.mainWrap.-top .secAbout .inner-l h2.baseTtl {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l h2.baseTtl {
    margin-bottom: 3rem;
  }
}

.mainWrap.-top .secAbout .inner-l h2.baseTtl .cir::before {
  filter: brightness(0) saturate(100%) invert(61%) sepia(65%) saturate(528%) hue-rotate(33deg) brightness(101%) contrast(91%);
}

.mainWrap.-top .secAbout .inner-l h2.baseTtl .txt {
  color: #9DC318;
  border-color: #9DC318;
}

.mainWrap.-top .secAbout .inner-l .imgTxt {
  align-items: flex-start;
}

.mainWrap.-top .secAbout .inner-l .imgTxt > img {
  width: 560px;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt > img {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 2.5rem;
  }
}

.mainWrap.-top .secAbout .inner-l .imgTxt .txt {
  width: calc(100% - 560px);
  padding: 0 0 0 4rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt .txt {
    width: 100%;
    padding: 0;
  }
}

.mainWrap.-top .secAbout .inner-l .imgTxt .txt img.wagan {
  width: 295px;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt .txt img.wagan {
    width: 70%;
    max-width: 237px;
    margin: 0 auto 2.5rem;
    display: block;
  }
}

.mainWrap.-top .secAbout .inner-l .imgTxt .txt h3 {
  font-size: 2.2rem;
  font-weight: var(--medium);
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt .txt h3 {
    font-size: 2rem;
  }
}

.mainWrap.-top .secAbout .inner-l .imgTxt .txt .readTxt {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt .txt .readTxt {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secAbout .inner-l .imgTxt .txt .baseLinkBtn {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur {
    padding-top: 0;
    padding-bottom: 12rem !important;
  }
}

.mainWrap.-top .secOur .inner-l .imgTxt {
  align-items: flex-start;
}

.mainWrap.-top .secOur .inner-l .imgTxt .txtBox {
  width: calc(100% - 560px);
}

@media screen and (max-width: 1200px) {
  .mainWrap.-top .secOur .inner-l .imgTxt .txtBox {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l .imgTxt .txtBox {
    width: 100%;
  }
}

.mainWrap.-top .secOur .inner-l .imgTxt .txtBox h2.baseTtl span::before {
  filter: brightness(0) saturate(100%) invert(95%) sepia(31%) saturate(4825%) hue-rotate(274deg) brightness(89%) contrast(90%);
}

.mainWrap.-top .secOur .inner-l .imgTxt .txtBox h2.baseTtl span.txt {
  color: #D88ACA;
  border-color: #D88ACA;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l .imgTxt .txtBox img.tbBlock {
    width: 80%;
    max-width: 300px;
    margin: 2rem auto 3rem;
  }
}

.mainWrap.-top .secOur .inner-l .imgTxt .txtBox h3 {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-left: 17rem;
  margin-bottom: 2.5rem;
  font-weight: var(--medium);
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l .imgTxt .txtBox h3 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}

.mainWrap.-top .secOur .inner-l .imgTxt .txtBox .readTxt {
  padding-left: 17rem;
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l .imgTxt .txtBox .readTxt {
    padding: 0;
    margin-bottom: 4rem;
  }
}

.mainWrap.-top .secOur .inner-l .imgTxt img {
  width: 560px;
  margin-top: -8rem;
}

@media screen and (max-width: 1200px) {
  .mainWrap.-top .secOur .inner-l .imgTxt img {
    width: 400px;
  }
}

.mainWrap.-top .secOur .inner-l ul.links {
  gap: 5.5rem;
  margin-top: -5rem;
}

@media screen and (max-width: 1200px) {
  .mainWrap.-top .secOur .inner-l ul.links {
    margin-top: 3rem;
    gap: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l ul.links {
    margin-top: 0;
    gap: 3rem;
  }
}

.mainWrap.-top .secOur .inner-l ul.links li {
  width: calc(33.33% - 3.67rem);
  background: #fff;
  padding: 1.5rem 1.5rem 3rem;
  border-radius: 15px;
  box-shadow: 0px 3px 10px -5px #888;
}

@media screen and (max-width: 1200px) {
  .mainWrap.-top .secOur .inner-l ul.links li {
    width: calc(33.33% - 2rem);
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l ul.links li {
    width: 100%;
  }
}

.mainWrap.-top .secOur .inner-l ul.links li h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: var(--medium);
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l ul.links li h3 {
    font-size: 2.4rem;
  }
}

.mainWrap.-top .secOur .inner-l ul.links li h3.link1 {
  color: #5BA0D8;
}

.mainWrap.-top .secOur .inner-l ul.links li h3.link2 {
  color: #9DC318;
}

.mainWrap.-top .secOur .inner-l ul.links li h3.link3 {
  color: #63C6B7;
}

.mainWrap.-top .secOur .inner-l ul.links li img {
  display: block;
  margin: 0 auto 1.5rem;
}

.mainWrap.-top .secOur .inner-l ul.links li .readTxt {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  line-height: 1.6;
  min-height: 115px;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secOur .inner-l ul.links li .readTxt {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff {
    padding-top: 0;
    padding-bottom: 12rem !important;
  }
}

.mainWrap.-top .secStaff .inner-l h2.baseTtl {
  margin-bottom: 2rem;
}

.mainWrap.-top .secStaff .inner-l h2.baseTtl span::before {
  filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(221%) hue-rotate(121deg) brightness(93%) contrast(90%);
}

.mainWrap.-top .secStaff .inner-l h2.baseTtl span.txt {
  color: #63C6B7;
  border-color: #63C6B7;
}

.mainWrap.-top .secStaff .inner-l h3 {
  font-size: 2.6rem;
  font-weight: var(--medium);
  margin-bottom: 4rem;
  color: #35517E;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l h3 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2rem;
  }
}

.mainWrap.-top .secStaff .inner-l ul {
  gap: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l ul {
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}

.mainWrap.-top .secStaff .inner-l ul li {
  width: calc(25% - 1.5rem);
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l ul li {
    width: calc(50% - 0.75rem);
    text-align: center;
  }
}

.mainWrap.-top .secStaff .inner-l .txtBox {
  align-items: center;
}

.mainWrap.-top .secStaff .inner-l .txtBox .left {
  width: calc(100% - 400px - 12rem);
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l .txtBox .left {
    width: 100%;
  }
}

.mainWrap.-top .secStaff .inner-l .txtBox .left h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l .txtBox .left h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.mainWrap.-top .secStaff .inner-l .txtBox .left .readTxt {
  margin-bottom: 3.5rem;
}

.mainWrap.-top .secStaff .inner-l .txtBox .recruit {
  width: 400px;
  background: #63C6B7;
  margin: 0 5rem 0 7rem;
  padding: 2.1rem 0 3rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l .txtBox .recruit {
    width: 100%;
    margin: 0;
    padding: 2.5rem 0 3rem;
  }
}

.mainWrap.-top .secStaff .inner-l .txtBox .recruit h5 {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l .txtBox .recruit h5 {
    font-size: 2.7rem;
  }
}

.mainWrap.-top .secStaff .inner-l .txtBox .recruit h5 span {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secStaff .inner-l .txtBox .recruit h5 span {
    font-size: 2.1rem;
    margin-bottom: 0.7rem;
  }
}

.mainWrap.-top .secContact {
  background: #F7F7F7;
  padding-bottom: 6rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.mainWrap.-top .secContact .inner-l h2.baseTtl {
  margin-bottom: -2rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .inner-l h2.baseTtl {
    margin-bottom: 3rem;
  }
}

.mainWrap.-top .secContact .inner-l h2.baseTtl span.txt {
  color: #F77859;
  border-color: #F77859;
}

.mainWrap.-top .secContact .inner-l .infoTxt {
  padding-left: 17rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .inner-l .infoTxt {
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

.mainWrap.-top .secContact .inner-l .infoTxt span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 0.5rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .inner-l .infoTxt span {
    display: block;
    font-size: 2rem;
    margin: 0 0 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .inner-l .infoTxt.info2 span {
    font-size: 2.8rem;
    margin: 0;
  }
}

.mainWrap.-top .secDonation {
  padding: 5rem 1.5rem 5.5rem;
  background: #FFBCAC;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation {
    padding: 4rem 2rem 5rem;
  }
}

.mainWrap.-top .secDonation .inner-l {
  background: #fff;
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0px 3px 10px -5px #888;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l {
    padding: 1.5rem;
  }
}

.mainWrap.-top .secDonation .inner-l > img {
  width: 500px;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l > img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.mainWrap.-top .secDonation .inner-l .txt {
  width: calc(100% - 500px);
  padding: 0 0 0 3rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l .txt {
    width: 100%;
    padding: 0 0 2rem;
    text-align: center;
  }
}

.mainWrap.-top .secDonation .inner-l .txt h2 {
  font-size: 3.8rem;
  font-weight: var(--medium);
  padding: 0 1.3rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #63C6B7;
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l .txt h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}

.mainWrap.-top .secDonation .inner-l .txt h2::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0rem;
  width: 100%;
  height: 19px;
  background: #FFFF00;
  z-index: -1;
}

.mainWrap.-top .secDonation .inner-l .txt .readTxt {
  margin-bottom: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l .txt .readTxt {
    text-align: left;
  }
}

.mainWrap.-top .secDonation .inner-l .txt .baseLinkBtn {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .mainWrap.-top .secDonation .inner-l .txt .baseLinkBtn {
    text-align: center;
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
.mainWrap.-sub section.secHead {
  padding-top: 1rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub section.secHead {
    padding-top: 0;
  }
}

.mainWrap.-sub .secMv {
  padding: 60px 0 0;
  background: #FAF3DF;
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv {
    padding: 55px 0 0;
  }
}

.mainWrap.-sub .secMv img {
  position: relative;
  filter: brightness(0.7);
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub .secMv img {
    min-height: 165px;
    object-fit: cover;
  }
}

.mainWrap.-sub .pankuzu {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub .pankuzu {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.mainWrap.-sub .pankuzu span {
  margin: 0 0.3rem;
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub .pankuzu span {
    margin: 0 0.1rem;
  }
}

.mainWrap.-sub .pankuzu a {
  color: #F77859;
}

.mainWrap.-sub .secPankuzu {
  padding: 2rem 0 4rem;
  background: #FAF3DF;
}

@media screen and (max-width: 991px) {
  .mainWrap.-sub .secPankuzu {
    padding: 2rem 0 1rem;
  }
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.facility .mainWrap {
  padding-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 5rem;
  }
}

body.facility .mainWrap.-faci01 {
  background: #87DEC1 !important;
}

body.facility .mainWrap.-faci02 {
  background: #FF5555 !important;
}

body.facility .mainWrap.-faci03 {
  background: #FFA3D1 !important;
}

body.facility .mainWrap.-faci04 {
  background: #6FC394 !important;
}

body.facility .mainWrap.-faci05 {
  background: #9CD862 !important;
}

body.facility .mainWrap.-faci06 {
  background: #C7E86B !important;
}

body.facility .mainWrap.-faci07 {
  background: #D95151 !important;
}

body.facility .mainWrap.-faci08 {
  background: #F2C97B !important;
}

body.facility .mainWrap.-faci09 {
  background: #FFC65D !important;
}

body.facility .mainWrap.-faci10 {
  background: #FFC65D !important;
}

body.facility .mainWrap.-faci11 {
  background: #AFEEEE !important;
}

body.facility .mainWrap.-faci12 {
  background: #AFEEEE !important;
}

body.facility .mainWrap.-faci13 {
  background: #8BC2F8 !important;
}

body.facility .mainWrap.-faci14 {
  background: #C7E86B !important;
}

body.facility .mainWrap .secMv {
  background: none;
}

body.facility .mainWrap .faciBox {
  margin: 3rem auto 0;
  background: #fff;
  border-radius: 15px;
  padding: 2rem 4rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox {
    margin: 2.5rem auto 5rem;
    padding: 1.5rem 2rem;
    width: calc(100% - 4rem);
  }
}

body.facility .mainWrap .faciBox.fix {
  animation-name: none;
}

body.facility .mainWrap .faciBox.fix .secSubPanNavi ul.navi {
  position: fixed;
  top: 60px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 3px 10px -5px #888;
  padding: 0.5rem 0rem;
  width: 1230px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox.fix .secSubPanNavi ul.navi {
    top: 55px;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox.fix .secSubPanNavi ul.navi li {
    font-size: 1.1rem;
    padding: 0 0.2rem;
    transition: none;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox.fix .secSubPanNavi ul.navi li.ttl {
    display: none;
  }
}

body.facility .mainWrap .faciBox section {
  padding: 0 0 7rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section {
    padding: 0 0 3.5rem;
  }
}

body.facility .mainWrap .faciBox section h2.faciTtl,
body.facility .mainWrap .faciBox section h3.baseTtl {
  margin-top: -14rem;
  padding-top: 14rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section h2.faciTtl,
  body.facility .mainWrap .faciBox section h3.baseTtl {
    margin-top: -10rem;
    padding-top: 10rem;
  }
}

body.facility .mainWrap .faciBox section .-flex2,
body.facility .mainWrap .faciBox section .-flex3,
body.facility .mainWrap .faciBox section .-flex4 {
  gap: 1.5rem;
  margin-bottom: 3rem;
  align-items: flex-start;
  justify-content: center;
}

body.facility .mainWrap .faciBox section .-flex2 figure a,
body.facility .mainWrap .faciBox section .-flex3 figure a,
body.facility .mainWrap .faciBox section .-flex4 figure a {
  display: block;
  aspect-ratio: 3/2;
  text-align: center;
}

body.facility .mainWrap .faciBox section .-flex2 figure a img,
body.facility .mainWrap .faciBox section .-flex3 figure a img,
body.facility .mainWrap .faciBox section .-flex4 figure a img {
  height: 100%;
  object-fit: contain;
}

body.facility .mainWrap .faciBox section .-flex2 figure figcaption,
body.facility .mainWrap .faciBox section .-flex3 figure figcaption,
body.facility .mainWrap .faciBox section .-flex4 figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.3rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .-flex2 figure figcaption,
  body.facility .mainWrap .faciBox section .-flex3 figure figcaption,
  body.facility .mainWrap .faciBox section .-flex4 figure figcaption {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}

body.facility .mainWrap .faciBox section .-flex2 figure {
  width: calc(50% - (1.5rem * 1 / 2));
}

body.facility .mainWrap .faciBox section .-flex3 figure {
  width: calc(33.33% - (1.5rem * 2 / 3));
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .-flex3 figure {
    width: calc(50% - (1.5rem * 1 / 2));
  }
}

body.facility .mainWrap .faciBox section .-flex4 figure {
  width: calc(25% - (1.5rem * 3 / 4));
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .-flex4 figure {
    width: calc(50% - (1.5rem * 1 / 2));
  }
}

body.facility .mainWrap .faciBox section .arcWrap {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap {
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section .arcWrap h2 {
  font-size: 3.2rem;
  margin: 1.5rem 0 3rem;
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap h2 {
    font-size: 2rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap h3.tableTtl {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap h3.tableTtl {
    text-align: left;
    margin-bottom: 1rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap p {
    font-size: 1.4rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap table {
  text-align: center;
  width: 100%;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap table {
    margin-bottom: 0;
  }
}

body.facility .mainWrap .faciBox section .arcWrap table th, body.facility .mainWrap .faciBox section .arcWrap table td {
  border: 1px solid #4D4D4D;
  padding: 1rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap table th, body.facility .mainWrap .faciBox section .arcWrap table td {
    font-size: 1.2rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap table th {
  background: #FAF7EF;
}

body.facility .mainWrap .faciBox section .arcWrap table tr.ttl th.txtNone {
  background: #DEDBD1;
  padding: 1rem 1rem;
}

body.facility .mainWrap .faciBox section .arcWrap table tr.data th {
  text-align: left;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap table tr.data td {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .tbWrap {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .tbWrap table {
    width: max-content;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .tableNotes {
    font-size: 1.2rem;
    text-align: right;
    margin: 0.3rem 0 4rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .baseLinkBtn.downLoad {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .baseLinkBtn.downLoad {
    margin-bottom: 2.5rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .baseLinkBtn.downLoad a::before {
  content: "";
  background: url("/assets/img/icon-pdf-orange.svg") no-repeat;
  width: 24px;
  height: 27px;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 0.5rem;
}

body.facility .mainWrap .faciBox section .arcWrap .baseLinkBtn.downLoad a::after {
  display: none;
}

body.facility .mainWrap .faciBox section .arcWrap dl.time {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap dl.time {
    font-size: 1.4rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap dl.time dt {
  font-weight: normal;
  width: 70px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap dl.time dt {
    width: 55px;
  }
}

body.facility .mainWrap .faciBox section .arcWrap dl.time dd {
  width: calc(100% - 70px);
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap dl.time dd {
    width: calc(100% - 55px);
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet {
  padding: 2rem;
  background: #FAF7EF;
  border-radius: 15px;
  margin-bottom: 3rem;
  gap: 3rem;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet {
    padding: 1.3rem;
    gap: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .img {
  width: calc(50% - 1.5rem);
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .img {
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox {
  width: calc(50% - 1.5rem);
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox {
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox .ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox .txt {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgTxtSet .txtBox .txt {
    font-size: 1.2rem;
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgP1,
body.facility .mainWrap .faciBox section .arcWrap .imgP2,
body.facility .mainWrap .faciBox section .arcWrap .imgP3,
body.facility .mainWrap .faciBox section .arcWrap .imgP4 {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  flex-wrap: wrap;
}

body.facility .mainWrap .faciBox section .arcWrap .imgP1 img {
  width: 100%;
}

body.facility .mainWrap .faciBox section .arcWrap .imgP2 img {
  width: calc(50% - (1.5rem * 1 / 2));
}

body.facility .mainWrap .faciBox section .arcWrap .imgP3 img {
  width: calc(33.33% - (1.5rem * 2 / 3));
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgP3 img {
    width: calc(50% - (1.5rem * 1 / 2));
  }
}

body.facility .mainWrap .faciBox section .arcWrap .imgP4 img {
  width: calc(25% - (1.5rem * 3 / 4));
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section .arcWrap .imgP4 img {
    width: calc(50% - (1.5rem * 1 / 2));
  }
}

body.facility .mainWrap .faciBox section.secSubPanNavi {
  padding-bottom: 4rem;
  padding-top: 0;
  margin-top: 0;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPanNavi {
    padding-bottom: 2rem;
  }
}

body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi {
  font-size: 1.4rem;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi {
    justify-content: flex-start;
    gap: 0.5rem 0;
  }
}

body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li {
  border-left: 1px solid #4D4D4D;
  padding: 0 1rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li {
    border: none;
    font-size: 1.2rem;
  }
}

body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li.ttl {
  font-weight: bold;
  margin-right: 3rem;
  padding: 0;
  border-left: none;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li.ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li:nth-child(2) {
  border-left: none;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPanNavi ul.navi li a {
    border-bottom: 1px solid #4D4D4D;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl {
  overflow: inherit;
}

body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl {
    margin-bottom: 4rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl span {
  font-size: 4.6rem;
  background: #F77859;
  color: #fff;
  padding: 0.7rem 3rem 0.9rem;
  border-radius: 40px;
  font-weight: normal;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl span {
    font-size: 2rem;
    text-align: left;
    padding: 1rem 1.5rem 1rem;
    line-height: 1.4;
    border-radius: 15px;
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl span span {
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl h2.faciTtl span span {
    font-size: 1.3rem;
    display: block;
    padding: 0.5rem 0;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg {
  margin-bottom: 5rem;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .txtImg {
    margin-bottom: 4rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg .txtBox {
  width: calc(100% - 540px);
  padding-right: 4rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .txtImg .txtBox {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg .txtBox h4 {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 3rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .txtImg .txtBox h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg .imgBox {
  width: 540px;
  position: relative;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .txtImg .imgBox {
    order: 1;
    width: 100%;
    margin-bottom: 3rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg .imgBox img {
  border-radius: 15px;
}

body.facility .mainWrap .faciBox section.secSubTtl .txtImg .imgBox img.char {
  border-radius: 0;
  position: absolute;
  width: auto;
  right: -2rem;
  bottom: -3rem;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .txtImg .imgBox img.char {
    max-width: 100px;
    right: -1rem;
    bottom: -1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox {
  background: #FAF7EF;
  padding: 3rem 4.5rem 1rem;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox {
    padding: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo {
  align-items: center;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .telAddress {
    text-align: center;
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .telAddress .tel {
  font-size: 3.2rem;
  font-weight: bold;
  color: #F77859;
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .telAddress .tel {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .telAddress .tel span a {
    color: #F77859;
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .telAddress .address {
    font-size: 1.4rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn {
  width: 115px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn {
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn a {
  font-size: 1.6rem;
  display: block;
  padding: 0.7rem 0rem 0.8rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 27px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn a {
    width: 125px;
    margin: 0 auto;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn a::after {
  display: none;
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn a img {
  width: auto;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .baseLinkBtn a img {
    vertical-align: 1px;
    margin-left: 0.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .snsBox {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .snsBox {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .snsBox span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #F77859;
  margin-right: 0.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .snsBox span {
    width: 100%;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoBox .ttlInfo .snsBox a img {
  width: auto;
}

body.facility .mainWrap .faciBox section.secSubTtl .infoList dl {
  width: 50%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubTtl .infoList dl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubTtl .infoList dl dt {
  margin-bottom: 0.3rem;
}

body.facility .mainWrap .faciBox section.secSubNews ul {
  width: 800px;
  margin: 0 auto 3rem;
  padding-left: 10rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubNews ul {
    width: 100%;
    padding-left: 0;
  }
}

body.facility .mainWrap .faciBox section.secSubNews .notfound {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubNews .notfound {
    margin-bottom: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubNews .linkAll {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubNews .linkAll a {
    margin-bottom: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #FAF7EF;
  border-radius: 15px;
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox span.mark {
  font-size: 2.1rem;
  font-weight: bold;
  background: orange;
  color: #fff;
  width: 36px;
  display: inline-block;
  height: 36px;
  text-align: center;
  border-radius: 18px;
  margin-right: 1rem;
  line-height: 1.2;
  vertical-align: 1px;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox span.mark {
    font-size: 1.4rem;
    width: 24px;
    height: 24px;
    line-height: 1.1;
    margin-right: 0.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .question {
  font-size: 2.2rem;
  font-weight: var(--medium);
  font-family: "Kiwi Maru", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .question {
    font-size: 1.5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .question::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0rem;
  top: 0rem;
  color: #F77859;
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .question.open::after {
  content: "-";
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .question:hover {
  opacity: 0.8;
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .answer {
  display: none;
  border-top: 1px solid #B1B1B1;
  margin-top: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .answer {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
}

body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .answer span.mark {
  background: #5BA0D8;
  margin-left: -5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubQA .arcWrap .qaBox .answer span.mark {
    margin-left: -3rem;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPrice {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubPrice .dlInfo {
    margin-bottom: 2rem;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess {
  padding-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubAccess {
    padding-bottom: 5rem;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess .accessInner {
  padding: 2.5rem 0 0rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubAccess .accessInner {
    padding: 0;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess .accessInner h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubAccess .accessInner h4 {
    font-size: 1.6rem;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess .accessInner .readTxt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubAccess .accessInner .readTxt {
    margin-bottom: 2rem;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess .accessInner .gMap {
  width: 100%;
  margin-top: 5rem;
  aspect-ratio: 2/1;
  margin-top: -10rem;
  padding-top: 10rem;
}

@media screen and (max-width: 991px) {
  body.facility .mainWrap .faciBox section.secSubAccess .accessInner .gMap {
    aspect-ratio: 1/1;
  }
}

body.facility .mainWrap .faciBox section.secSubAccess .accessInner .gMap iframe {
  width: 100%;
  height: 100%;
}

body.service .secService {
  padding-top: 0;
  padding-bottom: 8rem;
}

@media screen and (max-width: 991px) {
  body.service .secFaciList {
    padding-bottom: 6rem;
  }
}

body.service .secFaciList .inner-l ul {
  gap: 0.5rem 1rem;
  font-size: 1.4rem;
}

body.service .secFaciList .inner-l ul li {
  color: #F77859;
  width: calc(33.33% - 0.67rem);
}

@media screen and (max-width: 991px) {
  body.service .secFaciList .inner-l ul li {
    width: 100%;
  }
}

body.service .secFaciList .inner-l ul li a {
  color: #F77859;
  margin-left: 0.3rem;
}

body.serviceList .secListTtl {
  background: #FAF3DF;
  padding-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secListTtl {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  body.serviceList .secListTtl .inner-l h3.baseTtl {
    margin-bottom: 1.5rem;
  }
}

body.serviceList .secListTtl .inner-l .readTxt {
  text-align: center;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secListTtl .inner-l .readTxt {
    text-align: left;
    padding-bottom: 1rem;
  }
}

body.serviceList .secListTtl .inner-l .readTxt span {
  font-size: 1.4rem;
  text-align: left;
  display: block;
}

@media screen and (max-width: 991px) {
  body.serviceList .secListTtl .inner-l .readTxt span {
    font-size: 1.2rem;
  }
}

body.serviceList .secSearchType {
  background: #FAF3DF;
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secSearchType {
    padding: 0rem 2rem 2rem;
  }
}

body.serviceList .secSearchType.pdTop0 {
  padding-top: 0;
}

body.serviceList .secSearchType .inner-l {
  padding: 2rem 4rem 3rem;
  background: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  body.serviceList .secSearchType .inner-l {
    padding: 1.5rem 2rem 2rem;
  }
}

body.serviceList .secSearchType .inner-l .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F77859;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secSearchType .inner-l .ttl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

body.serviceList .secSearchType .inner-l .ttl img {
  width: 21px;
  margin-right: 0.5rem;
  filter: brightness(0) saturate(100%) invert(61%) sepia(35%) saturate(2825%) hue-rotate(324deg) brightness(101%) contrast(94%);
}

body.serviceList .secSearchType .inner-l ul {
  justify-content: center;
  gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secSearchType .inner-l ul {
    gap: 1rem;
    justify-content: flex-start;
  }
}

body.serviceList .secSearchType .inner-l ul li a {
  background: #F77859;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secSearchType .inner-l ul li a {
    padding: 0.3rem 1rem 0.4rem;
    font-size: 1.4rem;
  }
}

body.serviceList .secSearchType .inner-l ul li a.active {
  outline: 1px solid #F77859;
  background: #fff;
  color: #F77859;
}

body.serviceList .secList {
  background: #FAF3DF;
}

body.serviceList .secList .faciBox {
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .faciBox {
    padding: 1.5rem;
  }
}

body.serviceList .secList img {
  width: 450px;
  border-radius: 27px;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

body.serviceList .secList .txtBox {
  width: calc(100% - 450px);
  padding-left: 2.5rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox {
    padding-left: 0;
    width: 100%;
  }
}

body.serviceList .secList .txtBox .area {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem 2rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .area {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}

body.serviceList .secList .txtBox .area.area1 {
  background: #9DC318;
}

body.serviceList .secList .txtBox .area.area2 {
  background: #FD8943;
}

body.serviceList .secList .txtBox .area.area3 {
  background: #E76E79;
}

body.serviceList .secList .txtBox .name {
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: 1px solid #F77859;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .name {
    font-size: 2rem;
    line-height: 1.4;
  }
}

body.serviceList .secList .txtBox .subCat {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .subCat {
    gap: 1rem 0;
    font-size: 1.4rem;
  }
}

body.serviceList .secList .txtBox .subCat .cat1,
body.serviceList .secList .txtBox .subCat .cat2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
}

body.serviceList .secList .txtBox .subCat .cat1 .catTtl,
body.serviceList .secList .txtBox .subCat .cat2 .catTtl {
  background: #F77859;
  color: #fff;
  border-radius: 18px;
  width: 110px;
  text-align: center;
}

body.serviceList .secList .txtBox .subCat .cat1 .catName,
body.serviceList .secList .txtBox .subCat .cat2 .catName {
  width: calc(100% - 110px - 0.5rem);
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .subCat .cat1 .catName,
  body.serviceList .secList .txtBox .subCat .cat2 .catName {
    width: 100%;
  }
}

body.serviceList .secList .txtBox .subCat .cat1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .subCat .cat1 {
    margin-bottom: 0.5rem;
  }
}

body.serviceList .secList .txtBox .tags {
  background: #F7F7F7;
  padding: 1.5rem;
  gap: 1rem 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.serviceList .secList .txtBox .tags {
    padding: 1rem;
    gap: 0.5rem 1.5rem;
    font-size: 1.4rem;
  }
}

body.about .secIntro {
  padding-top: 0;
  padding-bottom: 14rem;
}

@media screen and (max-width: 991px) {
  body.about .secIntro {
    padding-bottom: 8rem;
  }
}

body.about .secIntro .inner-s img.logo {
  margin: 0 auto 5rem;
  display: block;
}

@media screen and (max-width: 991px) {
  body.about .secIntro .inner-s img.logo {
    width: 210px;
    margin: 0 auto 2.5rem;
  }
}

body.about .secIntro .inner-s .ttl {
  font-size: 2.6rem;
  text-align: center;
  font-weight: var(--medium);
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.about .secIntro .inner-s .ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

body.about .secLinks {
  padding-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks {
    padding-bottom: 5rem;
    padding-top: 0;
  }
}

body.about .secLinks .inner-l .policy {
  margin-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy {
    margin-bottom: 5rem;
  }
}

body.about .secLinks .inner-l .policy .img {
  width: 357px;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .img {
    width: 180px;
    order: 2;
    margin: 0 auto;
  }
}

body.about .secLinks .inner-l .policy .txtBox {
  width: calc(100% - 357px);
  padding-left: 4rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
}

body.about .secLinks .inner-l .policy .txtBox::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/about/about-img2.png") no-repeat;
  width: 358px;
  height: 333px;
  right: 0;
  bottom: -9.5rem;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox::after {
    display: none;
  }
}

body.about .secLinks .inner-l .policy .txtBox h2.baseTtl {
  margin-bottom: 3rem;
  margin-left: -1.5rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox h2.baseTtl {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

body.about .secLinks .inner-l .policy .txtBox h2.baseTtl span::before {
  filter: brightness(0) saturate(100%) invert(61%) sepia(65%) saturate(528%) hue-rotate(33deg) brightness(101%) contrast(91%);
}

body.about .secLinks .inner-l .policy .txtBox h2.baseTtl span.txt {
  color: #9DC318;
  border-color: #9DC318;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox .img.tbBlock {
    width: 250px;
    margin: 0 auto 2rem;
    aspect-ratio: 250/180;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox .img.tbBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 85%;
  }
}

body.about .secLinks .inner-l .policy .txtBox .readTxt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox .btmImg {
    max-width: 236px;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .policy .txtBox .baseLinkBtn {
    text-align: center;
    margin-bottom: 3rem;
  }
}

body.about .secLinks .inner-l .history {
  margin-bottom: 10rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history {
    margin-bottom: 5rem;
    display: block;
  }
}

body.about .secLinks .inner-l .history .img {
  width: calc(100% - 568px);
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .img {
    display: none;
  }
}

body.about .secLinks .inner-l .history .txtBox {
  padding-left: 5rem;
  width: 568px;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox {
    padding-left: 0;
    width: 100%;
  }
}

body.about .secLinks .inner-l .history .txtBox h2.baseTtl {
  margin: 0 0 -2rem -17.5rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox h2.baseTtl {
    margin: 0 0 2rem 0;
  }
}

body.about .secLinks .inner-l .history .txtBox h2.baseTtl span::before {
  filter: brightness(0) saturate(100%) invert(95%) sepia(31%) saturate(4825%) hue-rotate(274deg) brightness(89%) contrast(90%);
}

body.about .secLinks .inner-l .history .txtBox h2.baseTtl span.txt {
  color: #D88ACA;
  border-color: #D88ACA;
}

body.about .secLinks .inner-l .history .txtBox .readTxt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox .readTxt {
    margin-bottom: 1.5rem;
  }
}

body.about .secLinks .inner-l .history .txtBox img {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox img {
    margin: 3rem auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox img.tbBlock {
    max-width: 335px;
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .history .txtBox .baseLinkBtn {
    text-align: center;
  }
}

body.about .secLinks .inner-l .ytBox {
  background: #C9C9C9;
  aspect-ratio: 9/3;
  margin-bottom: 8rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .ytBox {
    margin-bottom: 4rem;
  }
}

body.about .secLinks .inner-l .effort {
  background: #F7F7F7;
  padding: 2rem 1.5rem 2.5rem;
  box-shadow: 0px 3px 10px -5px #888;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .effort {
    padding: 1.5rem 1.5rem 2rem;
  }
}

body.about .secLinks .inner-l .effort .ttl {
  font-size: 2.6rem;
  color: #5BA0D8;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .effort .ttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: left;
  }
}

body.about .secLinks .inner-l .effort .readTxt {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  body.about .secLinks .inner-l .effort .readTxt {
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

body.about .secLinks .inner-l .effort .baseLinkBtn a {
  background: none;
}

body.about .secYoutube {
  padding: 7rem 0;
  background: #FAF3DF;
}

@media screen and (max-width: 991px) {
  body.about .secYoutube {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 991px) {
  body.greeting .secMv h2.baseTtl .txt {
    font-size: 1.7rem;
  }
}

body.greeting .secGreeting {
  padding-top: 1rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secGreeting {
    padding-bottom: 8rem;
  }
}

body.greeting .secGreeting .inner-l .imgTxt {
  align-items: flex-start;
}

body.greeting .secGreeting .inner-l .imgTxt .readTxt {
  width: calc(100% - 219px);
  padding-right: 3rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secGreeting .inner-l .imgTxt .readTxt {
    width: 100%;
    padding: 0;
    order: 2;
  }
}

body.greeting .secGreeting .inner-l .imgTxt .img {
  width: 219px;
}

@media screen and (max-width: 991px) {
  body.greeting .secGreeting .inner-l .imgTxt .img {
    margin: 3rem auto 1rem;
    order: 2;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  body.greeting .secGreeting .inner-l .imgTxt .img img {
    width: 130px;
  }
}

body.greeting .secGreeting .inner-l .imgTxt .img .cap {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secGreeting .inner-l .imgTxt .img .cap {
    text-align: left;
    padding-left: 1rem;
  }
}

body.greeting .secIdea .ideaBox {
  gap: 3rem 7rem;
  justify-content: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .ideaBox {
    margin-bottom: 4rem;
    gap: 2rem 0;
  }
}

body.greeting .secIdea .ideaBox .left .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  margin-top: 5rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .ideaBox .left .ttl {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}

body.greeting .secIdea .ideaBox .left .list {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .ideaBox .left .list {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

body.greeting .secIdea .ideaBox .left .list span {
  font-weight: var(--medium);
  margin-right: 0.2rem;
}

body.greeting .secIdea .ideaBox .left .list span.num1 {
  color: #F77859;
}

body.greeting .secIdea .ideaBox .left .list span.num2 {
  color: #9DC318;
}

body.greeting .secIdea .ideaBox .left .list span.num3 {
  color: #D88ACA;
}

body.greeting .secIdea .ideaBox .right {
  width: 328px;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .ideaBox .right {
    width: 100%;
  }
}

body.greeting .secIdea .ideaBox .right img {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .ideaBox .right img {
    margin: 0 auto 2rem;
    display: block;
  }
}

body.greeting .secIdea .ideaBox .right .readTxt {
  font-size: 1.4rem;
}

body.greeting .secIdea .groupBox {
  background: #FAF3DF;
  border-radius: 15px;
  padding: 3.5rem 4rem;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox {
    padding: 2rem;
    margin-bottom: 3rem;
  }
}

body.greeting .secIdea .groupBox img {
  width: 393px;
  border-radius: 15px;
}

body.greeting .secIdea .groupBox .txt {
  width: calc(100% - 393px - 4rem);
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt {
    width: 100%;
    overflow: hidden;
  }
}

body.greeting .secIdea .groupBox .txt h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h4 {
    font-size: 1.8rem;
  }
}

body.greeting .secIdea .groupBox .txt h4::before, body.greeting .secIdea .groupBox .txt h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 12px;
  top: 1.2rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h4::before, body.greeting .secIdea .groupBox .txt h4::after {
    width: 52px;
    height: 6px;
    top: 0.9rem;
    background-size: 52px !important;
  }
}

body.greeting .secIdea .groupBox .txt h4::before {
  background: url("/assets/img/about/greeting-line1.svg") no-repeat;
  left: -12rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h4::before {
    left: -6rem;
  }
}

body.greeting .secIdea .groupBox .txt h4::after {
  background: url("/assets/img/about/greeting-line2.svg") no-repeat;
  right: -12rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h4::after {
    right: -6rem;
  }
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt .img.tbBlock {
    width: 295px;
    aspect-ratio: 295/215;
    overflow: hidden;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt .img.tbBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body.greeting .secIdea .groupBox .txt h5 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

body.greeting .secIdea .groupBox .txt h5 span {
  background: #FAF3DF;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
}

body.greeting .secIdea .groupBox .txt h5::after {
  content: "";
  display: block;
  background: #4D4D4D;
  width: 100%;
  height: 1px;
  left: 0;
  top: 1.3rem;
  position: absolute;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h5::after {
    top: 0.9rem;
  }
}

body.greeting .secIdea .groupBox .txt h6 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  color: #F77859;
  text-align: left;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt h6 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.greeting .secIdea .groupBox .txt .txtImg {
  gap: 2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt .txtImg {
    width: 100%;
    margin-bottom: 2rem;
  }
}

body.greeting .secIdea .groupBox .txt .txtImg .txtLeft {
  width: calc(100% - 235px - 2rem);
  text-align: left;
}

@media screen and (max-width: 1200px) {
  body.greeting .secIdea .groupBox .txt .txtImg .txtLeft {
    width: 100%;
  }
}

body.greeting .secIdea .groupBox .txt .txtImg img {
  width: 235px;
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  body.greeting .secIdea .groupBox .txt .txtImg img {
    display: block;
    margin: 0 auto 2rem;
    width: 200px;
  }
}

body.greeting .secIdea .groupBox .txt .basic {
  font-size: 1.8rem;
  font-weight: var(--medium);
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  body.greeting .secIdea .groupBox .txt .basic {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

body.greeting .secIdea .groupBox.group2 .txt h6 {
  margin-bottom: 3.5rem;
}

body.greeting .secIdea .groupBox.group2 .txt .readTxt {
  text-align: left;
  margin-top: 2rem;
}

body.greeting .secIdea .groupBox.group3 .readTxt {
  text-align: left;
}

body.effort .lContainer {
  background: #FAF3DF;
}

body.effort .lContainer section {
  padding: 1rem 0 7rem;
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section {
    padding: 0 0 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section.secMv h2.baseTtl .txt {
    font-size: 1.8rem;
  }
}

body.effort .lContainer section.secEffort .inner-l .exLinks {
  justify-content: center;
  gap: 2rem 3rem;
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section.secEffort .inner-l .exLinks {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/*body.effort .lContainer section.secEffort .inner-l .exLinks li {
  font-size: 1.8rem;
  width: 255px;
  background: #F7F7F7;
  text-align: center;*/
  /*display: flex;
  align-items: center;*/
  /*box-shadow: 0px 3px 12px -3px #888;
  padding: 0.5rem 0;
  border-radius: 20px;
}*/

body.effort .lContainer section.secEffort .inner-l .exLinks li {
font-size: 1.8rem;
width: 255px;
/*height: 100px;  高さを指定（必要に応じて調整） */
background: #F7F7F7;
text-align: center;
box-shadow: 0px 3px 12px -3px #888;
padding: 0.5rem 0;
border-radius: 20px;

/* Flexbox で中央揃え */
display: flex;
align-items: center;  /* 縦方向中央 */
justify-content: center; /* 横方向中央 */
}



@media screen and (max-width: 991px) {
  body.effort .lContainer section.secEffort .inner-l .exLinks li {
    font-size: 1.6rem;
  }
}

body.effort .lContainer section.secEffort .inner-l .exLinks li a {
  border-bottom: none;
}

body.effort .lContainer section.effort3 {
  padding-bottom: 12rem;
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section.effort3 {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section h3.baseTtl {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  body.effort .lContainer section .readTxt {
    text-align: left;
  }
}

body.effort .lContainer section a {
  font-weight: bold;
  color: #F77859;
  border-bottom: 1px solid #F77859;
}

body.effort .lContainer section a:hover {
  opacity: 0.7;
}

body.profile .secSummary .inner-l h3.baseTtl {
  margin-bottom: 6rem;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l h3.baseTtl {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s {
    padding: 0;
  }
}

body.profile .secSummary .inner-l .inner-s dl {
  font-size: 1.8rem;
  border-top: 1px solid #4D4D4D;
  padding: 1.5rem 0;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}

body.profile .secSummary .inner-l .inner-s dl:last-child {
  border-bottom: 1px solid #4D4D4D;
}

body.profile .secSummary .inner-l .inner-s dl dt {
  width: 160px;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl dt {
    width: 90px;
  }
}

body.profile .secSummary .inner-l .inner-s dl dd {
  width: calc(100% - 160px);
  padding-left: 4rem;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl dd {
    width: calc(100% - 90px);
    padding-left: 1rem;
  }
}

body.profile .secSummary .inner-l .inner-s dl dd ul {
  gap: 0.5rem 1rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl dd ul {
    font-size: 1.2rem;
  }
}

body.profile .secSummary .inner-l .inner-s dl dd ul li {
  color: #F77859;
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl dd ul li {
    width: 100%;
  }
}

body.profile .secSummary .inner-l .inner-s dl dd ul li a {
  color: #F77859;
  margin-left: 0.3rem;
}

@media screen and (max-width: 991px) {
  body.profile .secSummary .inner-l .inner-s dl dd ul li a {
    margin-left: 0.2rem;
  }
}

body.profile .secHistory .inner-l .historyBox {
  padding-top: 3.5rem;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox {
    padding-top: 0;
  }
}

body.profile .secHistory .inner-l .historyBox .leftTxt {
  width: calc(100% - 310px);
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .leftTxt {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

body.profile .secHistory .inner-l .historyBox .leftTxt dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .leftTxt dl {
    margin-bottom: 1.5rem;
  }
}

body.profile .secHistory .inner-l .historyBox .leftTxt dl dt {
  width: 110px;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .leftTxt dl dt {
    width: 100%;
  }
}

body.profile .secHistory .inner-l .historyBox .leftTxt dl dd {
  width: calc(100% - 110px);
  padding: 0 8rem 0 2rem;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .leftTxt dl dd {
    width: 100%;
    padding: 0;
  }
}

body.profile .secHistory .inner-l .historyBox .rightImg {
  width: 310px;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .rightImg {
    width: 100%;
  }
}

body.profile .secHistory .inner-l .historyBox .rightImg .imgBox {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  body.profile .secHistory .inner-l .historyBox .rightImg .imgBox {
    margin-bottom: 2.5rem;
  }
}

body.profile .secHistory .inner-l .historyBox .rightImg .imgBox .imgWrap {
  box-shadow: 0px 7px 6px 0px #ccc;
  padding: 0.5rem;
  margin-bottom: 1rem;
  aspect-ratio: 3/2;
}

body.profile .secHistory .inner-l .historyBox .rightImg .imgBox .imgWrap img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

body.profile .secHistory .inner-l .historyBox .rightImg .imgBox p {
  font-size: 1.2rem;
  text-align: center;
}

body.efforts .secIntro {
  padding-bottom: 1rem;
  padding-top: 0;
  margin-top: -1rem;
}

body.efforts .secIntro .inner-l {
  padding: 0 1.5rem 0 5.5rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secIntro .inner-l {
    padding: 0 2rem;
  }
}

body.efforts .secIntro .inner-l img {
  width: 430px;
}

@media screen and (max-width: 991px) {
  body.efforts .secIntro .inner-l img {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
}

body.efforts .secIntro .inner-l .txt {
  width: calc(100% - 430px);
  padding-left: 5rem;
  padding-top: 5rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secIntro .inner-l .txt {
    width: 100%;
    padding: 0;
  }
}

body.efforts .secIntro .inner-l .txt .ttl {
  font-size: 2.6rem;
  font-weight: var(--medium);
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secIntro .inner-l .txt .ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  body.efforts .secIntro .inner-l .txt .readTxt {
    margin-bottom: 3rem;
  }
}

body.efforts .secEfforts {
  padding: 4rem 0 5rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts {
    padding: 3rem 0;
  }
}

body.efforts .secEfforts .inner-l .effortBox {
  margin-bottom: 7rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox {
    text-align: left;
    margin-bottom: 5rem;
  }
}

body.efforts .secEfforts .inner-l .effortBox ul {
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox ul {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}

body.efforts .secEfforts .inner-l .effortBox ul li {
  width: calc(33.33% - 1rem);
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox ul li {
    width: calc(33.33% - 0.34rem);
  }
}

body.efforts .secEfforts .inner-l .effortBox h4 {
  font-size: 2.8rem;
  font-weight: var(--medium);
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    text-align: center;
  }
}

body.efforts .secEfforts .inner-l .effortBox .readTxt {
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox .readTxt {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox .baseLinkBtn {
    text-align: center;
  }
}

body.efforts .secEfforts .inner-l .effortBox .imgTxt .img {
  width: calc(100% - 480px);
  gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox .imgTxt .img {
    width: 100%;
    order: 2;
    margin-top: 3rem;
  }
}

body.efforts .secEfforts .inner-l .effortBox .imgTxt .img .imgCap {
  width: calc(50% - 0.75rem);
  font-size: 1.2rem;
}

body.efforts .secEfforts .inner-l .effortBox .imgTxt .img .imgCap img {
  margin-bottom: 0.5rem;
}

body.efforts .secEfforts .inner-l .effortBox .imgTxt .txtBox {
  width: 480px;
  text-align: left;
  padding-left: 3rem;
}

@media screen and (max-width: 991px) {
  body.efforts .secEfforts .inner-l .effortBox .imgTxt .txtBox {
    width: 100%;
    padding-left: 0;
  }
}

body.contribute .secIntro {
  padding-bottom: 14rem;
}

@media screen and (max-width: 991px) {
  body.contribute .secIntro {
    padding-bottom: 8rem;
  }
}

body.contribute .secIntro .inner-s h3 {
  font-size: 2.6rem;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 991px) {
  body.contribute .secIntro .inner-s h3 {
    font-size: 2rem;
    margin: 0 auto 2rem;
    line-height: 1.4;
  }
}

body.contribute .secIntro .inner-s .readTxt {
  line-height: 2;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples {
    padding: 0rem 0 6rem;
  }
}

body.contribute .secExamples .inner-l ul {
  gap: 3rem;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples .inner-l ul {
    gap: 2rem;
  }
}

body.contribute .secExamples .inner-l ul li {
  width: calc(33.33% - 2rem);
  font-size: 1.4rem;
  background: #FAF3DF;
  padding: 1.5rem 1.5rem 0;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples .inner-l ul li {
    width: 100%;
    font-size: 1.3rem;
  }
}

body.contribute .secExamples .inner-l ul li img {
  margin: 0 auto 1rem;
  display: block;
}

body.contribute .secExamples .inner-l ul li .ttl {
  font-size: 2.2rem;
  color: #F77859;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples .inner-l ul li .ttl {
    font-size: 1.8rem;
  }
}

body.contribute .secExamples .inner-l ul li .sub {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: -1rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples .inner-l ul li .sub {
    margin-bottom: 1.5rem;
  }
}

body.contribute .secExamples .inner-l ul li .readTxt {
  padding-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.contribute .secExamples .inner-l ul li .readTxt {
    margin-bottom: 1.5rem;
  }
}

body.grants .secIntro .inner-s .readTxt {
  margin-bottom: 7rem;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-s .readTxt {
    margin-bottom: 3.5rem;
  }
}

body.grants .secIntro .inner-m {
  max-width: 920px;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m {
    max-width: 100%;
  }
}

body.grants .secIntro .inner-m ul {
  gap: 6rem;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul {
    gap: 3rem;
  }
}

body.grants .secIntro .inner-m ul li.one {
  width: calc(33.33% - 3rem);
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul li.one {
    width: 100%;
    text-align: center;
  }
  body.grants .secIntro .inner-m ul li.one .readTxt {
    text-align: left;
  }
}

body.grants .secIntro .inner-m ul li.double {
  width: calc(66.66% - 3rem);
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul li.double {
    width: 100%;
  }
}

body.grants .secIntro .inner-m ul li .ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #F77859;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul li .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

body.grants .secIntro .inner-m ul li img {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul li img {
    margin-bottom: 1.5rem;
  }
}

body.grants .secIntro .inner-m ul li .imgs {
  gap: 2rem;
}

body.grants .secIntro .inner-m ul li .imgs .img {
  width: calc(50% - 1rem);
}

body.grants .secIntro .inner-m ul li .imgs .img .sub {
  font-size: 1.2rem;
  text-align: center;
  margin-top: -1.5rem;
}

@media screen and (max-width: 991px) {
  body.grants .secIntro .inner-m ul li .imgs .img .sub {
    font-size: 1.1rem;
    margin-top: -1rem;
  }
}

body.grants .secExamples .org {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.grants .secExamples .org {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

body.newsList .secPankuzu {
  padding-bottom: 1rem !important;
}

body.newsList .secNewsCate {
  background: #FAF3DF;
  padding-bottom: 3rem;
}

body.newsList .secNewsCate .inner-s .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F77859;
  margin-bottom: 2rem;
}

body.newsList .secNewsCate .inner-s ul {
  gap: 1.5rem;
}

body.newsList .secNewsCate .inner-s ul li {
  box-shadow: 0px 3px 12px -3px #888;
  width: calc(14.28% - (1.5rem*6/7));
  text-align: center;
  padding: 0.7rem 0;
  border-radius: 20px;
  background: #EAEAEA;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  body.newsList .secNewsCate .inner-s ul li {
    font-size: 1.2rem;
    width: calc(33.33% - (1.5rem*2/3));
  }
}

body.newsList .secNewsCate .inner-s ul li.active {
  background: #fff;
}

body.newsList .secNewsCate .inner-s ul li a {
  display: block;
}

body.newsList .secNews {
  background: #FAF3DF;
}

body.newsList .secNews ul {
  width: 100%;
}

body.newsDetail {
  background: #FAF3DF;
}

body.newsDetail .secNewsDetail {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail {
    padding: 0 2rem 4rem;
  }
}

body.newsDetail .secNewsDetail .inner-l {
  background: #fff;
  padding: 4rem 4rem 3rem;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l {
    padding: 2rem 2rem 1rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .ttlBox {
  border-bottom: 1px solid #F77859;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s {
    padding: 0;
  }
}

body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s .arcCate {
  border: 1px solid #4D4D4D;
  font-size: 1.5rem;
  padding: 0.2rem 1.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s .arcCate {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s .arcDate {
  display: inline-block;
  font-size: 1.7rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s .arcDate {
    font-size: 1.5rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s h4.faciTtl {
  font-size: 2rem;
  color: #F77859;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s h4.faciTtl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s h3.detailTtl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .ttlBox .inner-s h3.detailTtl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent {
    padding: 0;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent h2::after {
  content: "";
  display: block;
  background: #FAF3DF;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -1rem;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent h2::after {
    height: 10px;
    bottom: -0.5rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent p.wp-caption-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: -1.5rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent p.wp-caption-text {
    font-size: 1.2rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent div.wp-caption {
  display: inline-block;
}

body.newsDetail .secNewsDetail .inner-l .arcContent a {
  color: #F77859;
}

body.newsDetail .secNewsDetail .inner-l .arcContent h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 12px solid #FAF3DF;
  padding: 0.2rem 0rem 0.4rem 0.8rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .inner-l .arcContent h3 {
    font-size: 1.5rem;
    border-left: 8px solid #FAF3DF;
    padding: 0.1rem 0rem 0.3rem 0.5rem;
    margin-bottom: 1.5rem;
  }
}

body.newsDetail .secNewsDetail .inner-l .arcContent img {
  margin: 0rem 1rem 2rem;
}

body.newsDetail .secNewsDetail .arcLink {
  padding-top: 5rem;
}

@media screen and (max-width: 991px) {
  body.newsDetail .secNewsDetail .arcLink {
    padding-top: 2.5rem;
    font-size: 1.4rem;
  }
}

body.donation .secIntro {
  padding-top: 0;
}

body.donation .secIntro .doInner {
  max-width: 1200px;
  padding: 0 4rem;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .doInner {
    padding: 0 2rem;
    margin: 0 auto 3rem;
  }
}

body.donation .secIntro .doInner .img {
  width: 431px;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .doInner .img {
    width: 200px;
    margin: 0 auto 2rem;
  }
}

body.donation .secIntro .doInner .txtBox {
  width: calc(100% - 431px);
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .doInner .txtBox {
    width: 100%;
    padding: 0;
  }
}

body.donation .secIntro .doInner .txtBox h3 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .doInner .txtBox h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

body.donation .secIntro .doInner .txtBox .readTxt {
  line-height: 2;
}

body.donation .secIntro .exLinkBan {
  width: 800px;
  margin: 0 auto 4rem;
  background: #fff;
  border-radius: 15px;
  padding: 1rem 3rem 3rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .exLinkBan {
    width: calc(100% - 4rem);
    margin: 0 auto 2rem;
    padding: 1rem 2rem 3rem;
  }
}

body.donation .secIntro .exLinkBan .ttl {
  font-size: 3.8rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
  color: #63C6B7;
  font-weight: var(--medium);
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .exLinkBan .ttl {
    font-size: 2.6rem;
  }
}

body.donation .secIntro .exLinkBan .ttl::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  width: 105%;
  height: 19px;
  background: #FFFF00;
  z-index: -1;
  left: -2.5%;
  border-radius: 10px;
}

body.donation .secIntro .exLinkBan .readTxt {
  margin-bottom: 3rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .exLinkBan .readTxt {
    margin-bottom: 2rem;
  }
}

body.donation .secIntro .exLinkBan .exLink a {
  font-size: 1.5rem;
  color: #F77859;
  border-bottom: 1px solid #F77859;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  body.donation .secIntro .exLinkBan .exLink a {
    font-size: 1.3rem;
  }
}

body.donation .secIntro .exLinkBan .exLink img {
  margin-left: 0.5rem;
  vertical-align: -4px;
}

body.donation .secExamples .introTxt {
  margin-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples .introTxt {
    text-align: left;
    margin-bottom: 3rem;
  }
}

body.donation .secExamples ul {
  gap: 4rem 5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul {
    gap: 3rem 0;
  }
}

body.donation .secExamples ul li {
  width: calc(33.33% - (5rem*2/3));
  box-shadow: 0px 3px 12px -3px #888;
  background: #F7F7F7;
  padding: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul li {
    padding: 1rem;
    width: 100%;
  }
}

body.donation .secExamples ul li img {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul li img {
    margin-bottom: 1rem;
  }
}

body.donation .secExamples ul li .ttl {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #F77859;
  font-weight: var(--medium);
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul li .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

body.donation .secExamples ul li .readTxt {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul li .readTxt {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}

body.donation .secExamples ul li .baseLinkBtn {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  body.donation .secExamples ul li .baseLinkBtn {
    margin-bottom: 1rem;
  }
}

body.donation .secExamples ul li .baseLinkBtn a {
  background: transparent;
}

body.privacy {
  background: #FAF3DF;
}

body.privacy .secPrivacy .inner-m .readTxt {
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .inner-m .readTxt {
    margin-bottom: 2rem;
  }
}

body.privacy .secPrivacy .inner-m h4 {
  font-weight: bold;
}

body.privacy .secPrivacy .inner-m h5 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .inner-m h5 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

/*------------------------------------------------------------
  wordpress 記事内 modal box
  ------------------------------------------------------------*/
#fancybox-wrap #fancybox-title-wrap {
  width: auto;
  left: auto;
  right: 0;
}

#fancybox-wrap #fancybox-title-wrap #fancybox-title {
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 991px) {
  #fancybox-wrap #fancybox-title-wrap #fancybox-title {
    font-size: 1.2rem;
    padding: 0.3rem 0.7rem;
  }
}

/*------------------------------------------------------------
  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 */