body {
  padding-top: 233px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 110px !important;
  }
}

[id] {
  scroll-margin-top: 193px;
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 70px;
  }
}

#bread-crumb {
  background: #F4F4F4;
  margin-bottom: 0 !important;
  padding: 12px 40px 2px;
}
@media screen and (max-width: 768px) {
  #bread-crumb {
    padding: 12px 25px 2px !important;
  }
}

#bread-crumb-listTop ol li {
  font-size: 13px !important;
}

.page__fv {
  width: 100%;
  background: url(../img/page/page-fv.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.page__fv--title {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 6.9333333333vw !important;
  }
}

.blog {
  padding: 50px 40px 60px;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 5.3333333333vw 6.6666666667vw 13.3333333333vw;
  }
}
.blog__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.blog__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .blog__box {
    flex-direction: column;
  }
}
.blog__main {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .blog__main {
    width: 100%;
  }
}
.blog__side {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .blog__side {
    width: 100%;
  }
}
.blog.news .blog__main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.blog__lists {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .blog__lists {
    gap: 0;
  }
}
.blog__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .blog__list {
    padding: 6.6666666667vw 0;
    flex-direction: column;
    gap: 20px;
  }
}
.blog__list + .blog__list {
  border-top: 1px solid #E5E5E5;
}
.blog__list--img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .blog__list--img {
    width: 100%;
  }
}
.blog__list--img img {
  width: 100%;
}
.blog__list--contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .blog__list--contents {
    width: 100%;
  }
}
.blog__list--date {
  font-size: 13px;
  margin-bottom: 10px;
}
.blog__list--title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog__list--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog__list--tags span {
  display: inline-block;
  border: 1px solid #187A41;
  color: #187A41;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.blog__list .more__btn {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .blog__list .more__btn {
    position: unset;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    width: 132px;
    padding: 10px 35px 10px 20px;
  }
}
.blog__side {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog__side--itemTitle {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .blog__side--itemTitle {
    background: url(../img/common/bottom.svg) no-repeat;
    background-position: 100%;
    background-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
    display: block;
    width: 100%;
  }
  .blog__side--itemTitle.is_active {
    background: url(../img/common/top.svg) no-repeat;
    background-position: 100%;
    background-size: 15px;
  }
}
.blog__side--catList {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .blog__side--catList {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}
.blog__side--catList a {
  font-size: 14px;
}
.blog__side--recLists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .blog__side--recLists {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease height;
  }
}
.blog__side--recList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog__side--recList + .blog__side--recList {
  padding-top: 20px;
  border-top: 1px solid #E5E5E5 !important;
}
.blog__side--recList .date {
  display: block;
  font-size: 13px;
}
.blog__side--recList .title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog__side--recList .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog__side--recList .tags span {
  display: inline-block;
  border: 1px solid #187A41;
  color: #187A41;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
}

.pagination {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 40px auto 60px;
  }
}
.pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination__list {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  background: #F7F7EF;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination__list {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination__list.current {
  background: #187A41;
  color: #fff;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
}
.topBtn img {
  vertical-align: bottom;
}

.blog__single--title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blog__single--title {
    font-size: 6.9333333333vw;
  }
}
.blog__single--date {
  font-size: 13px;
  margin-bottom: 10px;
}
.blog__single--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog__single--tags span {
  display: inline-block;
  border: 1px solid #187A41;
  color: #187A41;
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 12px;
}
.blog__single--thumbnail {
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .blog__single--thumbnail {
    margin: 8vw auto 5.3333333333vw;
  }
}
.blog__single--thumbnail img {
  width: 100%;
}
.blog__single--index {
  padding: 60px;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .blog__single--index {
    padding: 8vw 5.3333333333vw;
  }
}
.blog__single--indexTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog__single--indexTitle {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.blog__single--index h2 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .blog__single--index h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 15px;
  }
}
.blog__single--index h2::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #187A41;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.blog__single--index ul {
  padding-left: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog__single--index ul {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.blog__single--index ul li {
  list-style-type: disc;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .blog__single--index ul li {
    font-size: 3.4666666667vw;
  }
}
.blog__single--contents {
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .blog__single--contents {
    padding: 16vw 0;
  }
}
.blog__single--contents h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 3px solid #187A41;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .blog__single--contents h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.blog__single--contents p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blog__single--contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 20px;
  }
}
.blog__single--contents h3 {
  background: #F7F7EF;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .blog__single--contents h3 {
    padding: 12px 10px;
    font-size: 4.8vw;
  }
}
.blog__single--contents h4 {
  margin-bottom: 10px;
}
.blog__single--contents span.red {
  color: red;
}
.blog__single--contents .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .blog__single--contents .box {
    display: block;
  }
}
.blog__single--contents .box img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .blog__single--contents .box img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog__single--contents .box .contents {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .blog__single--contents .box .contents {
    width: 100%;
    padding: 0;
  }
}
.blog__single--contents .link {
  display: block;
  margin-top: 60px;
}
.blog__single--contents .link img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pagination__single {
    margin: 60px auto;
  }
}
.pagination__single--lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination__single--lists {
    flex-wrap: wrap;
    position: relative;
  }
}
.pagination__single--list {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pagination__single--list.prev {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .pagination__single--list.next {
    order: 2;
  }
}

.backBtn {
  width: 230px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #187A41;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  background-image: url(../img/page/icon_arrow_left.svg);
  background-repeat: no-repeat;
  background-position: 15px;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .backBtn {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    order: 3;
  }
}

.news {
  padding: 60px 40px 80px;
}
.news .backBtn {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .news .backBtn {
    position: unset;
    transform: translate(0);
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10.6666666667vw 6.6666666667vw 16vw;
  }
}
.news__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.news__title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
.news__list {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  .news__list {
    flex-direction: column;
    gap: 10px;
  }
}
.news__list--date {
  font-size: 14px;
  display: block;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.news__list--title {
  font-size: 14px;
  line-height: 1.5;
  width: 84%;
}
@media screen and (max-width: 768px) {
  .news__list--title {
    font-size: 3.7333333333vw;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.faq {
  padding: 60px 40px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 6.6666666667vw 0vw;
  }
}
.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__title {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 6.9333333333vw !important;
    margin-bottom: 10.6666666667vw !important;
  }
}

.product__index {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product__index {
    padding: 0 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.product__index--inner {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.product__index--inner::-webkit-scrollbar {
  display: none;
}

.product__index--lists {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1200px) {
  .product__index--lists {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    gap: 30px;
  }
}

.product__index--list {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 26px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  background: url(../img/common/arrow_bottom.svg) no-repeat;
  background-size: 10px;
  font-weight: 600;
  background-position: top 40% left 93%;
}
@media screen and (max-width: 768px) {
  .product__index--list {
    font-size: 14px;
  }
}
.product__index--list:hover {
  border-bottom: 3px solid #187A41;
  color: #187A41;
  background: url(../img/common/arrow_bottom_g.svg) no-repeat;
  background-size: 10px;
  background-position: top 40% left 93%;
}

.faq__sec {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .faq__sec {
    margin-bottom: 16vw;
  }
}
.faq__sec--title {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__sec--title {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.faq__item {
  margin-bottom: 20px;
}
.faq__item--title {
  cursor: pointer;
  padding: 20px 30px;
  background: #F7F7EF;
  display: flex;
  align-items: center;
  gap: 10px;
  background-image: url(../img/page/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 98%;
}
@media screen and (max-width: 768px) {
  .faq__item--title {
    padding-left: 15px;
    padding-right: 35px;
  }
}
.faq__item--title.is_active {
  background-image: url(../img/page/icon_minus.svg);
  background-repeat: no-repeat;
  background-position: 98%;
}
.faq__item--title span {
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #187A41;
}
@media screen and (max-width: 768px) {
  .faq__item--title span {
    font-size: 4.8vw;
  }
}
.faq__item--title p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq__item--title p {
    font-size: 4.2666666667vw;
  }
}
.faq__item--text {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__item--textWrap {
  padding: 20px 30px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq__item--textWrap span {
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap span {
    font-size: 4.8vw;
  }
}
.faq__item--textWrap p {
  font-size: 16px;
  max-width: 90%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .faq__item--textWrap p {
    font-size: 3.7333333333vw;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.about {
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 10.6666666667vw 0 16vw;
  }
}
.about__subTitle {
  text-align: center !important;
  color: #187A41 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .about__subTitle {
    font-size: 3.7333333333vw !important;
  }
}
.about__title {
  font-size: 34px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 6.4vw !important;
    margin-bottom: 9.0666666667vw !important;
  }
}
.about__img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__img {
    margin-bottom: 5.3333333333vw;
  }
}
.about__img img {
  width: 100%;
}
.about__text {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-bottom: 8vw;
    padding: 0 6.6666666667vw;
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.about__logo {
  text-align: center;
}
.about__logo img {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .about__logo img {
    width: 58.1333333333vw;
  }
}

.shop {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .shop {
    padding: 0;
  }
}
.shop__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.shop__inner a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url(../img/page/shop-bg.png) no-repeat;
  background-position: center;
  padding: 160px 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .shop__inner a {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.shop__inner a span {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding-right: 40px;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: 24px;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .shop__inner a span {
    font-size: 5.8666666667vw;
    background-size: 22px;
  }
}

.commitment {
  overflow: hidden;
}
.commitment__main {
  padding: 130px 40px;
  text-align: center;
  background: url(../img/page/commitment-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .commitment__main {
    padding: 16vw 6.6666666667vw;
    background: url(../img/page/commitment-bg-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.commitment__main--subTitle {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .commitment__main--subTitle {
    font-size: 3.7333333333vw;
  }
}
.commitment__main--title {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #fff !important;
  line-height: 1.5 !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .commitment__main--title {
    font-size: 6.4vw !important;
    margin-bottom: 6.6666666667vw !important;
  }
}
.commitment__main--text {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .commitment__main--text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.commitment__sub {
  background: #187A41;
  padding: 80px 40px 100px;
}
@media screen and (max-width: 768px) {
  .commitment__sub {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.commitment__sub--lists {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .commitment__sub--lists {
    display: block;
  }
}
.commitment__sub--list {
  width: 33.3333333333%;
  text-align: center;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .commitment__sub--list {
    width: 100%;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.commitment__sub--list .num {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commitment__sub--list .num {
    font-size: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.commitment__sub--list .icon img {
  height: 70px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .commitment__sub--list .icon img {
    height: 60px;
  }
}
.commitment__sub--list h3 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 25px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .commitment__sub--list h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.commitment__sub--list p {
  text-align: left;
  line-height: 1.7;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .commitment__sub--list p {
    font-size: 3.7333333333vw;
  }
}
.commitment__sub--list + .commitment__sub--list {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .commitment__sub--list + .commitment__sub--list {
    border-left: 0 solid #000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.commitment__slider {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commitment__slider {
    background: transparent;
    overflow: visible;
  }
}
.commitment__slider .swiper-slide {
  padding: 80px 20px 90px;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide {
    padding: 8vw 5.3333333333vw;
    background: #fff;
  }
}
.commitment__slider .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-button-prev {
    width: 20px;
    left: -10px;
  }
}
.commitment__slider .swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-button-next {
    right: -10px;
    width: 20px;
  }
}
.commitment__slider--itemTitle {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #187A41;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #187A41;
}
@media screen and (max-width: 768px) {
  .commitment__slider--itemTitle {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.commitment .commitment__slider--itemBox {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .commitment .commitment__slider--itemBox {
    width: 100%;
    display: block;
  }
}
.commitment .commitment__slider--itemBox .contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .commitment .commitment__slider--itemBox .contents {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.commitment .commitment__slider--itemBox .contents h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .commitment .commitment__slider--itemBox .contents h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.commitment .commitment__slider--itemBox .contents h4 {
  margin-bottom: 20px;
}
.commitment .commitment__slider--itemBox .contents p {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commitment .commitment__slider--itemBox .contents p {
    font-size: 3.7333333333vw;
  }
}
.commitment .commitment__slider--itemBox .contents p span {
  color: #187A41;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.commitment .commitment__slider--itemBox .img {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .commitment .commitment__slider--itemBox .img {
    width: 100%;
  }
}

.greeting {
  background: #F7F7EF;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 16vw 6.6666666667vw;
  }
}
.greeting__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.greeting__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .greeting__box {
    display: block;
  }
}
.greeting__contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .greeting__contents {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.greeting__contents h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .greeting__contents h2 {
    font-size: 6.4vw !important;
  }
}
.greeting__contents p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .greeting__contents p {
    font-size: 3.7333333333vw;
  }
}
.greeting__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__img img {
  width: 100%;
}

.company {
  padding: 16% 40px 16%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 16vw 6.6666666667vw 8vw;
  }
}
.company__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company__img {
  width: 45%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .company__img {
    position: unset;
    width: 100%;
  }
}
.company__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__box {
    display: block;
  }
}
.company__contents {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .company__contents {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.company__contents h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .company__contents h2 {
    margin-bottom: 5.3333333333vw !important;
    font-size: 6.9333333333vw !important;
  }
}
.company__contents table {
  width: 100%;
}
.company__contents table tr {
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  .company__contents table tr {
    display: flex;
    flex-direction: column;
  }
}
.company__contents table th {
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 14px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .company__contents table th {
    width: 100%;
    padding: 15px 0;
  }
}
.company__contents table td {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 14px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .company__contents table td {
    padding: 0 0 15px;
    width: 100%;
  }
}

.history {
  padding: 50px 40px 100px;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 8vw 6.6666666667vw 16vw;
  }
}
.history__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.history__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .history__box {
    display: block;
  }
}
.history__contents {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .history__contents {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.history__contents h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .history__contents h2 {
    font-size: 6.4vw !important;
  }
}
.history__table {
  width: 80%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history__table {
    width: 100%;
  }
}
.history__table::after {
  content: "";
  height: 80%;
  width: 1px;
  background: #187A41;
  position: absolute;
  left: 10.2%;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .history__table::after {
    height: 87%;
    left: 28.3%;
  }
}
.history__table th {
  font-weight: 600;
  color: #187A41;
  font-size: 14px;
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  width: 10%;
}
.history__table th::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #187A41;
  border-radius: 50%;
  top: 5px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .history__table th::after {
    right: -19px;
  }
}
@media screen and (max-width: 400px) {
  .history__table th::after {
    right: -10px;
  }
}
.history__table th span {
  font-size: 24px;
}
.history__table td {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  box-sizing: border-box;
  width: 90%;
}

#JournalList h1,
#Journal h1 {
  display: none !important;
}
#JournalList article > h2,
#Journal article > h2 {
  display: none !important;
}
#JournalList article article,
#Journal article article {
  display: none !important;
}

#contents {
  max-width: 100% !important;
  padding: 0 !important;
}

#main-column {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  #main-column {
    padding: 0 !important;
  }
}

.state_l,
.state_r {
  display: none !important;
}

#comment-post {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .featured {
    padding-top: 0;
  }
}/*# sourceMappingURL=page.css.map */