/*----------------------------------
 fv 
-----------------------------------*/
#fvArea {
  position: relative;
  width: 100%;
  padding-top: 50px;
}
@media (max-width: 480px) {
  #fvArea {
    padding-top: 20px;
  }
}
#fvArea::before, #fvArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 478px;
  z-index: -1;
}
#fvArea::before {
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0% 92%);
  background: #dfe88f;
}
#fvArea::after {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  background: #16a68e;
}
@media (max-width: 768px) {
  #fvArea::before, #fvArea::after {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #fvArea::before, #fvArea::after {
    height: 250px;
  }
}
#fvArea section {
  position: relative;
}
#fvArea section::before {
  content: "";
  position: absolute;
  bottom: -1.875vw;
  right: -1.875vw;
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #dfe88f, #dfe88f 3px, transparent 3px, transparent 10px);
}
#fvArea section .fvTtl {
  position: absolute;
  bottom: 3.125vw;
  left: 5vw;
  z-index: 5;
  filter: drop-shadow(0 0 7px #fff);
  display: block;
  max-width: 565px;
  min-width: 150px;
  width: 47.169%;
}
@media (max-width: 768px) {
  #fvArea section::before {
    background: repeating-linear-gradient(135deg, #dfe88f, #dfe88f 2px, transparent 2px, transparent 6px);
  }
}
#fvArea ul li picture {
  display: block;
  position: relative;
  width: 100%;
}
#fvArea ul li picture::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 43.103%;
}
#fvArea ul li picture source, #fvArea ul li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 480px) {
  #fvArea ul li picture::before {
    padding-top: 53%;
  }
}
#fvArea .swiper-pagination.fvPagination {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 480px) {
  #fvArea .swiper-pagination.fvPagination {
    margin-top: 30px;
  }
}
#fvArea .swiper-pagination.fvPagination .swiper-pagination-bullet {
  background: #c5c5c5;
  opacity: 1;
  margin: 0 10px !important;
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
#fvArea .swiper-pagination.fvPagination .swiper-pagination-bullet-active {
  background: #16a68e;
  transform: scale(1.5);
}

/*----------------------------------
 topNews 
-----------------------------------*/
#topNews dl {
  display: flex;
  position: relative;
  border-bottom: solid 3px #333;
  margin-top: 10px;
  padding: 25px 25px 25px 80px;
  line-height: 1.5;
}
#topNews dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 57px;
  height: 31px;
  background: url("../img/common/megaphone.svg") no-repeat center center/contain;
}
#topNews dl dt {
  color: #16a68e;
  margin-right: 30px;
}
@media (max-width: 480px) {
  #topNews dl {
    flex-direction: column;
    padding: 15px 0 15px 55px;
  }
  #topNews dl::before {
    width: 40px;
    height: 22px;
  }
}

/*----- contactCram -----*/
.contactCram {
  margin-top: min(120px,13.5vw);
}
@media (max-width: 480px) {
  .contactCram {
    margin-top: 50px;
  }
}
.contactCram p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 100px;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0.2rem 1em;
  text-align: center;
  background: #dfe88f;
}
@media (max-width: 768px) {
  .contactCram p {
    font-size: 1.8rem;
    max-width: 500px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .contactCram p {
    padding: 1rem 1em;
    height: auto;
    line-height: 1.5;
  }
}

/*----------------------------------
 aboutMock 
-----------------------------------*/
#aboutMock {
  padding: min(120px,13.5vw) 0 min(100px,11.25vw);
}
#aboutMock ul.aboutList {
  margin-top: min(180px,20.25vw);
}
#aboutMock ul.aboutList li {
  flex: 1;
  background: #e5f5ed;
  padding: 0 30px 30px 30px;
}
#aboutMock ul.aboutList li + li {
  margin-left: 3%;
}
#aboutMock ul.aboutList li figure {
  position: relative;
  text-align: center;
  max-width: 200px;
  min-width: 140px;
  width: 12.5vw;
  margin: -100px auto 0;
}
#aboutMock ul.aboutList li h3 {
  text-align: center;
  color: #16a68e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px 0 10px;
}
@media (max-width: 1024px) {
  #aboutMock ul.aboutList li h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #aboutMock ul.aboutList li {
    padding: 0 15px 20px 15px;
  }
  #aboutMock ul.aboutList li figure {
    margin: -75px auto 0;
  }
  #aboutMock ul.aboutList li h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  #aboutMock ul.aboutList li {
    padding: 30px 20px;
  }
  #aboutMock ul.aboutList li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  #aboutMock ul.aboutList li figure {
    margin: 0 auto;
  }
}
#aboutMock .strong {
  margin-top: 60px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#aboutMock .strong span {
  background: linear-gradient(0deg, #dfe88f 6px, transparent 6px);
  line-height: 2.5;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  #aboutMock .strong {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  #aboutMock .strong {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #aboutMock .strong {
    font-size: 1.6rem;
  }
  #aboutMock .strong span {
    background: linear-gradient(0deg, #dfe88f 4px, transparent 4px);
    line-height: 2.3;
    padding-bottom: 8px;
  }
}
#aboutMock .commonBtn {
  margin-top: min(80px,9vw);
}
#aboutMock .commonBtn a {
  margin: 0 auto;
}

/*----------------------------------
 reportCard 
-----------------------------------*/
#reportCard {
  padding: min(170px,19.125vw) 0 min(100px,11.25vw);
  position: relative;
  background: #e5f5ed;
}
#reportCard::before, #reportCard::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background: #fff;
}
#reportCard::before {
  top: 0;
  height: 140px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 768px) {
  #reportCard::before {
    height: 100px;
  }
}
@media (max-width: 480px) {
  #reportCard::before {
    height: 60px;
  }
}
#reportCard::after {
  bottom: 0;
  height: 376px;
  clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  #reportCard::after {
    height: 267px;
  }
}
@media (max-width: 480px) {
  #reportCard::after {
    height: 160px;
  }
}
#reportCard h2 {
  line-height: 1.6;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
}
#reportCard h2 span {
  color: #16a68e;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.2rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#reportCard h2 span::before, #reportCard h2 span::after {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 10px;
  height: 28px;
}
#reportCard h2 span::before {
  background: url("../img/common/backslash.svg") no-repeat center center/contain;
  left: -1em;
}
#reportCard h2 span::after {
  background: url("../img/common/slash.svg") no-repeat center center/contain;
  right: -1em;
}
@media (max-width: 480px) {
  #reportCard h2 span {
    font-size: 1.8rem;
  }
}
#reportCard .reportSlideWrap {
  margin-top: 50px;
  position: relative;
}
#reportCard .reportSlideWrap section.reportSlide {
  max-width: 1000px;
  margin: 0 auto;
}
#reportCard .reportSlideWrap section.reportSlide a {
  display: block;
  width: 100%;
}
#reportCard .reportSlideWrap section.reportSlide a picture {
  display: block;
  position: relative;
  width: 100%;
}
#reportCard .reportSlideWrap section.reportSlide a picture::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 69.026%;
}
#reportCard .reportSlideWrap section.reportSlide a picture source, #reportCard .reportSlideWrap section.reportSlide a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#reportCard .reportPrev,
#reportCard .reportNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 36px;
  height: 66px;
  z-index: 10;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 768px) {
  #reportCard .reportPrev,
  #reportCard .reportNext {
    width: 20px;
    height: 37px;
  }
}
#reportCard .reportPrev::after,
#reportCard .reportNext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/slide_arrow.svg") no-repeat center center/contain;
}
#reportCard .reportNext {
  right: 0;
}
@media (max-width: 768px) {
  #reportCard .reportNext {
    right: 3%;
  }
}
@media (max-width: 480px) {
  #reportCard .reportNext {
    right: 0;
  }
}
#reportCard .reportPrev {
  left: 0;
  transform: translateY(-50%) scale(-1, -1);
}
@media (max-width: 768px) {
  #reportCard .reportPrev {
    left: 3%;
  }
}
@media (max-width: 480px) {
  #reportCard .reportPrev {
    left: 0;
  }
}
#reportCard .reportPriceWrap {
  background: #dfe88f;
  padding: 50px;
  margin-top: min(120px,13.5vw);
  position: relative;
  z-index: 5;
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap {
    padding: 20px 30px 30px 30px;
  }
}
#reportCard .reportPriceWrap h4.radiusTtl {
  width: 200px;
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap h4.radiusTtl {
    width: 100px;
    height: 35px;
    font-size: 1.8rem;
  }
}
#reportCard .reportPriceWrap .courses {
  width: 60%;
}
@media (max-width: 768px) {
  #reportCard .reportPriceWrap .courses {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap .courses ul {
    margin-bottom: 10px;
  }
}
#reportCard .reportPriceWrap .courses ul li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1.2em;
}
#reportCard .reportPriceWrap .courses ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: #16a68e;
}
#reportCard .reportPriceWrap .courses ul li span {
  font-weight: 900;
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap .courses ul li {
    line-height: 1.8;
  }
  #reportCard .reportPriceWrap .courses ul li span {
    display: block;
  }
}
#reportCard .reportPriceWrap .courses dl {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-top: 20px;
}
#reportCard .reportPriceWrap .courses dl + dl {
  margin-left: 40px;
}
#reportCard .reportPriceWrap .courses dl dt {
  background: #fff;
  font-weight: 900;
  padding: 0.2rem 1.2rem;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #reportCard .reportPriceWrap .courses dl + dl {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap .courses dl {
    margin-top: 10px;
  }
}
#reportCard .reportPriceWrap .price {
  width: 40%;
}
#reportCard .reportPriceWrap .price h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1;
  margin-bottom: 10px;
}
#reportCard .reportPriceWrap .price h5 {
  font-size: 2rem;
  font-weight: 700;
  background: #16a68e;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#reportCard .reportPriceWrap .price h5:nth-of-type(2) {
  margin-top: 35px;
}
#reportCard .reportPriceWrap .price p {
  font-size: 7.2rem;
  font-weight: 900;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.2rem;
}
#reportCard .reportPriceWrap .price p .yen {
  font-size: 4.2rem;
}
#reportCard .reportPriceWrap .price p .tax {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  #reportCard .reportPriceWrap .price p {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  #reportCard .reportPriceWrap .price {
    width: 100%;
    margin-top: 20px;
  }
  #reportCard .reportPriceWrap .price p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #reportCard .reportPriceWrap .price p {
    font-size: 4.2rem;
  }
  #reportCard .reportPriceWrap .price p .yen {
    font-size: 3rem;
  }
}

.modaal-noscroll {
  overflow: auto;
}

/*----------------------------------
 rehabilitation 
-----------------------------------*/
#rehabilitation {
  padding: min(100px,11.25vw) 0 70px;
}
#rehabilitation .rehabiliWrap {
  margin-bottom: min(80px,9vw);
  align-items: flex-start;
}
#rehabilitation figure {
  width: 38%;
  position: relative;
}
@media (min-width: 481px) {
  #rehabilitation figure {
    order: -1;
  }
}
@media (max-width: 480px) {
  #rehabilitation figure {
    width: 80%;
    margin: 50px auto 0;
  }
}
#rehabilitation figure::before, #rehabilitation figure::after {
  content: "";
  display: block;
  width: 100%;
}
#rehabilitation figure::before {
  padding-top: 124.44%;
}
#rehabilitation figure::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #dfe88f;
  transform: skewY(-5deg);
  z-index: -1;
}
#rehabilitation figure picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#rehabilitation figure picture source, #rehabilitation figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#rehabilitation .txtBox {
  width: 62%;
  padding-left: 50px;
}
@media (max-width: 480px) {
  #rehabilitation .txtBox {
    width: 100%;
    padding-left: 0;
  }
}
#rehabilitation .txtBox h2 {
  margin-bottom: 70px;
}
#rehabilitation .txtBox h2 span {
  display: block;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  #rehabilitation .txtBox h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  #rehabilitation .txtBox h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  #rehabilitation .txtBox h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
#rehabilitation .txtBox ul {
  margin-top: 50px;
}
#rehabilitation .txtBox ul li {
  max-width: 200px;
  width: 100%;
  position: relative;
  color: #16a68e;
  background: #e5f5ed;
  border-radius: 250px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#rehabilitation .txtBox ul li::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#rehabilitation .txtBox ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  #rehabilitation .txtBox ul {
    margin-top: 30px;
  }
  #rehabilitation .txtBox ul li {
    max-width: 150px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #rehabilitation .txtBox ul li {
    max-width: 120px;
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #rehabilitation .txtBox ul {
    margin-bottom: 30px;
  }
  #rehabilitation .txtBox ul li {
    max-width: 100px;
    font-size: 1.4rem;
  }
}
#rehabilitation .commonBtn a {
  margin: 0 auto;
}

/*----------------------------------
 fvInfo
-----------------------------------*/
#ftInfoArea {
  padding: min(190px,21.375vw) 0 min(120px,13.5vw);
  position: relative;
  background: #e5f5ed;
}
#ftInfoArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 140px;
  background: linear-gradient(to top left, transparent 50%, #fff 50%);
}
@media (max-width: 768px) {
  #ftInfoArea::before {
    height: 100px;
  }
}
@media (max-width: 480px) {
  #ftInfoArea::before {
    height: 60px;
  }
}
#ftInfoArea ul.menuWrap li {
  width: 49%;
  margin-right: 2%;
}
#ftInfoArea ul.menuWrap li:nth-of-type(2n) {
  margin-right: 0;
}
#ftInfoArea ul.menuWrap li:nth-of-type(n + 3) {
  margin-top: 2%;
}
@media (max-width: 480px) {
  #ftInfoArea ul.menuWrap li {
    width: 100%;
    margin-right: 0;
  }
  #ftInfoArea ul.menuWrap li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
#ftInfoArea ul.menuWrap li a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  color: #16a68e;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #ftInfoArea ul.menuWrap li a {
    font-size: 1.8rem;
  }
}
#ftInfoArea ul.menuWrap li a figure {
  position: relative;
  width: 160px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #ftInfoArea ul.menuWrap li a figure {
    width: 100px;
  }
}
#ftInfoArea ul.menuWrap li a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
#ftInfoArea ul.menuWrap li a figure picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#ftInfoArea ul.menuWrap li a figure picture source, #ftInfoArea ul.menuWrap li a figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#ftInfoArea ul.menuWrap li a p {
  width: calc(100% - 160px);
  padding-left: 1.2em;
  position: relative;
}
#ftInfoArea ul.menuWrap li a p .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 12px;
  height: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#ftInfoArea ul.menuWrap li a p .arrow svg {
  fill: #16a68e;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #ftInfoArea ul.menuWrap li a p {
    width: calc(100% - 100px);
  }
  #ftInfoArea ul.menuWrap li a p .arrow {
    width: 8px;
    height: 14px;
    right: 24px;
  }
}
#ftInfoArea ul.menuWrap li a:hover figure picture {
  transform: scale(1.1);
}
#ftInfoArea ul.menuWrap li a:hover p .arrow {
  right: 35px;
}
@media (max-width: 768px) {
  #ftInfoArea ul.menuWrap li a:hover p .arrow {
    right: 19px;
  }
}

/*----------------------------------
 information
-----------------------------------*/
.newsWrap {
  padding: 70px 60px 80px;
  background: #fff;
  margin-top: min(120px,13.5vw);
}
@media (max-width: 768px) {
  .newsWrap {
    padding: 50px 40px 60px;
  }
}
@media (max-width: 480px) {
  .newsWrap {
    padding: 30px 20px 40px;
  }
}
.newsWrap h3 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .newsWrap h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.newsWrap .newsList {
  margin-bottom: 80px;
}
.newsWrap .newsList a {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #bdbdbd;
  padding: 30px 20px;
}
.newsWrap .newsList a span {
  display: block;
}
.newsWrap .newsList a span.date {
  color: #16a68e;
}
.newsWrap .newsList a span.nTtl {
  padding-left: 35px;
}
@media (max-width: 768px) {
  .newsWrap .newsList {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .newsWrap .newsList a {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
  }
  .newsWrap .newsList a span.nTtl {
    padding-left: 0;
  }
}
.newsWrap .commonBtn a {
  margin: 0 auto;
}

#information .newsWrap {
  margin-top: 0;
}
@media (max-width: 768px) {
  #information .newsWrap {
    padding: 0 0 40px;
  }
}
#information .newsList {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #information .newsList a {
    padding: 15px 0;
  }
}
#information .pager {
  margin-bottom: min(155px,17.4384vw);
  text-align: center;
}
@media (max-width: 768px) {
  #information .pager {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #information .pager {
    margin-top: 60px;
  }
}
#information .pager a, #information .pager span {
  padding: 0 8px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #information .pager a, #information .pager span {
    font-size: 1.4rem;
    padding: 0 5px;
  }
}
#information .pager a:hover {
  color: #16a68e;
}
#information .pager .page-nums {
  text-align: center;
}
#information .pager .current {
  color: #16a68e;
  font-weight: 700;
  border-bottom: solid 1px #16a68e;
}
#information .pager .prev, #information .pager .next {
  position: relative;
}
#information .pager .prev .arrow, #information .pager .next .arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding: 0;
}
#information .pager .prev .arrow svg, #information .pager .next .arrow svg {
  fill: #16a68e;
  display: block;
  width: 100%;
  height: 100%;
}
#information .pager .prev .arrow {
  left: -12px;
  transform: scale(-1, 1) translateY(-50%);
}
#information .pager .next .arrow {
  right: -12px;
}
#information .newsDetail {
  max-width: 1000px;
  margin: 50px auto min(155px,17.4384vw);
  background: #e5f5ed;
  padding: 50px;
}
@media (max-width: 768px) {
  #information .newsDetail {
    padding: 30px;
    margin: 30px auto min(155px,17.4384vw);
  }
}
@media (max-width: 480px) {
  #information .newsDetail {
    padding: 30px 10px;
  }
}
#information .newsDetail .ttlWrap {
  background: #fff;
  padding: 25px 40px;
  margin-bottom: 20px;
}
#information .newsDetail .ttlWrap .date {
  color: #16a68e;
  margin-bottom: 5px;
}
#information .newsDetail .ttlWrap .ttl {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  #information .newsDetail .ttlWrap {
    padding: 20px 15px;
  }
  #information .newsDetail .ttlWrap .ttl {
    font-size: 1.6rem;
  }
}
#information .newsDetail .contents {
  background: #fff;
  padding: 25px 40px;
}
#information .newsDetail .contents figure {
  margin: 2em 0;
}
@media (max-width: 480px) {
  #information .newsDetail .contents {
    padding: 20px 15px;
  }
}
#information .newsDetail .newsNextPrev {
  padding: 10px 0;
}
#information .newsDetail .newsNextPrev .prev, #information .newsDetail .newsNextPrev .next {
  position: relative;
}
#information .newsDetail .newsNextPrev .prev .arrow, #information .newsDetail .newsNextPrev .next .arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 0.3s;
  padding: 0;
}
#information .newsDetail .newsNextPrev .prev .arrow svg, #information .newsDetail .newsNextPrev .next .arrow svg {
  fill: #16a68e;
  display: block;
  width: 100%;
  height: 100%;
}
#information .newsDetail .newsNextPrev .prev {
  padding-left: 1em;
}
#information .newsDetail .newsNextPrev .prev .arrow {
  left: 0;
  transform: scale(-1, 1) translateY(-50%);
}
#information .newsDetail .newsNextPrev .next {
  padding-right: 1em;
}
#information .newsDetail .newsNextPrev .next .arrow {
  right: 0;
}
#information .newsDetail .commonBtn a {
  margin: 30px auto;
}
#information #ftInfoArea .newsWrap {
  display: none;
}

/*----------------------------------
 col2
-----------------------------------*/
.col2 {
  align-items: flex-start;
}
.col2 .txtBox {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 480px) {
  .col2 .txtBox {
    width: 100%;
    padding-right: 0;
  }
}
.col2 .txtBox h2 {
  margin-bottom: 70px;
}
.col2 .txtBox h2 span {
  display: block;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .col2 .txtBox h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .col2 .txtBox h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .col2 .txtBox h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.col2 figure {
  width: 50%;
  position: relative;
}
@media (max-width: 480px) {
  .col2 figure {
    width: 80%;
    margin: 50px auto 0;
  }
}
.col2 figure::before, .col2 figure::after {
  content: "";
  display: block;
  width: 100%;
}
.col2 figure::before {
  padding-top: 65.517%;
}
.col2 figure::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #dfe88f;
  transform: skewY(-5deg);
  z-index: -1;
}
.col2 figure picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.col2 figure picture source, .col2 figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.col2.return .txtBox {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 480px) {
  .col2.return .txtBox {
    padding-left: 0;
  }
}
@media (min-width: 481px) {
  .col2.return figure {
    order: -1;
  }
}