@charset "UTF-8";
.child_page {
  background-color: #F6F7F7;
}
.child_page section {
  padding-top: 96px;
}
@media print, screen and (min-width: 768px) {
  .child_page section {
    padding-top: 220px;
  }
}
.child_page .category {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .child_page .category {
    margin-bottom: 60px;
  }
}

.h2_assy {
  color: #07543f;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .h2_assy {
    margin-bottom: 65px;
  }
}
.h2_assy .text_l {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 1100px) {
  .h2_assy .text_l {
    font-size: 5.5rem;
  }
}

.under_obj_left {
  position: absolute;
  left: -1vw;
  top: 20vw;
  width: 28%;
  max-width: 367px;
}
@media print, screen and (min-width: 768px) {
  .under_obj_left {
    left: 3vw;
    top: 21vw;
    width: 25%;
  }
}
@media print, screen and (min-width: 920px) {
  .under_obj_left {
    left: 5vw;
    top: 11vw;
    width: 28%;
    max-width: 367px;
  }
}
@media print, screen and (min-width: 1550px) {
  .under_obj_left {
    top: 150px;
  }
}
.under_obj_left img {
  width: 100%;
}

.under_obj_right {
  position: absolute;
  right: -1vw;
  top: 17vw;
  width: 25%;
  max-width: 430px;
}
@media print, screen and (min-width: 768px) {
  .under_obj_right {
    right: 2vw;
    top: 18vw;
    width: 26%;
  }
}
@media print, screen and (min-width: 920px) {
  .under_obj_right {
    right: 5vw;
    top: 9vw;
    width: 35%;
    max-width: 430px;
  }
}
@media print, screen and (min-width: 1550px) {
  .under_obj_right {
    top: 130px;
  }
}
.under_obj_right img {
  width: 100%;
}

.under_box {
  display: block;
  position: relative;
  z-index: 2;
  padding: 50px 20px;
  border-radius: 20px;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .under_box {
    padding: 60px 10%;
  }
}
@media print, screen and (min-width: 920px) {
  .under_box {
    padding: 110px 10%;
  }
}
@media print, screen and (min-width: 1180px) {
  .under_box {
    padding: 110px 150px;
  }
}

.child_title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  color: #07543f;
}
@media print, screen and (min-width: 1100px) {
  .child_title {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}

.news_page {
  position: relative;
}
.news_page .news_content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .news_page .news_content {
    margin-bottom: 22px;
  }
}
.news_page .news_content_item {
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.news_page .news_content_item .news_day {
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .news_page .news_content_item .news_day {
    width: 133px;
  }
}
.news_page .news_content_item .news_text {
  flex-grow: 1;
}
.news_page .news_content_item span,
.news_page .news_content_item a {
  padding: 15px 20px 15px 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 6px;
}
@media print, screen and (min-width: 768px) {
  .news_page .news_content_item span,
  .news_page .news_content_item a {
    padding: 17px 24px 17px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .news_page .news_content_item span,
  .news_page .news_content_item a {
    flex-direction: row;
  }
}
.news_page .news_content_item a::after {
  content: "\e90e";
  display: block;
  font-size: 1.2rem;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00B9EF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .news_page .news_content_item a::after {
    font-size: 1.3rem;
  }
}
.news_page .news_content_item a:hover::after {
  transform: translateY(-50%) scale(1.2);
}

.news_deco {
  position: absolute;
}

.news_decoration_img01 {
  top: 1%;
  left: 6%;
  width: 17%;
}
@media print, screen and (min-width: 920px) {
  .news_decoration_img01 {
    width: 11%;
    height: 241px;
    top: 21%;
    left: 6%;
  }
}

.news_decoration_img02 {
  top: 1%;
  right: 2%;
  width: 18%;
}
@media print, screen and (min-width: 920px) {
  .news_decoration_img02 {
    width: 15%;
    height: 318px;
    top: 0;
    bottom: 0;
    right: 2%;
    margin: auto;
  }
}

.news_decoration_img03 {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .news_decoration_img03 {
    display: block;
    width: 11%;
    height: 221px;
    bottom: 2%;
    left: 4%;
  }
}

.pagination {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
}
.page-numbers li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page-numbers li {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }
  .page-numbers li:last-child {
    margin-right: 0;
  }
}
.page-numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #838383;
  border-radius: 50%;
  border: 1px solid #838383;
  background-color: #fff;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page-numbers a {
    font-size: 2.6rem;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 2px solid #838383;
  }
}
.page-numbers a:hover {
  color: #fff;
  background-color: #db5e13;
  border-color: #db5e13;
}
.page-numbers a:hover .prev::after,
.page-numbers a:hover .next::after {
  color: #fff;
}
.page-numbers a .prev::after,
.page-numbers a .next::after {
  position: relative;
  content: "\e90e";
  display: block;
  font-size: 1.3rem;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #db5e13;
  left: 2px;
}
@media print, screen and (min-width: 768px) {
  .page-numbers a .prev::after,
  .page-numbers a .next::after {
    font-size: 1.6rem;
  }
}
.page-numbers a .prev:after {
  position: relative;
  transform: rotate(180deg);
  left: -2px;
}
.page-numbers span {
  display: block;
  color: #fff;
  background-color: #db5e13;
  border: 2px solid #db5e13;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page-numbers span {
    width: 50px;
    height: 50px;
    font-size: 2.6rem;
  }
}

.under_movie_h2 .text_en {
  width: 121px;
}
@media print, screen and (min-width: 768px) {
  .under_movie_h2 .text_en {
    width: 241px;
  }
}

.movie_group {
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .movie_group {
    display: flex;
  }
}
.movie_group li {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .movie_group li {
    width: 32%;
    margin-bottom: 0;
    margin-right: 2.25%;
  }
  .movie_group li:nth-child(3n) {
    margin-right: 0;
  }
}
.movie_group li:last-child {
  margin-bottom: 0;
}
.movie_group li dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.movie_group .catch {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3125;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .movie_group .catch {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.25;
    margin-bottom: 15px;
  }
}
.movie_group .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .movie_group .text {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
}
.movie_group .text:nth-last-child(2) {
  margin-bottom: 20px;
}

.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .youtube {
    margin-top: auto;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.webpanel > p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .webpanel > p {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
.webpanel .modal_body {
  text-align: center;
}

.under_panel_h2 .text_en {
  width: 72px;
}
@media print, screen and (min-width: 768px) {
  .under_panel_h2 .text_en {
    width: 144px;
  }
}

.webpanel_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .webpanel_group {
    justify-content: start;
  }
}
.webpanel_group li {
  margin-bottom: 4%;
}
@media print, screen and (min-width: 768px) {
  .webpanel_group li {
    margin-bottom: 2%;
  }
}
.webpanel_group li a {
  transition: opacity 0.3s;
}
.webpanel_group li a:hover {
  opacity: 0.7;
}
.webpanel_group li img {
  width: 100%;
  border: solid 1px gainsboro;
}

.webpanel_group01 li {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .webpanel_group01 li {
    width: 32%;
    margin-right: 2%;
  }
  .webpanel_group01 li:nth-child(3) {
    margin-right: 0;
  }
}
.webpanel_group01 li.vertical {
  width: 48%;
  margin-right: 5%;
}
@media print, screen and (min-width: 768px) {
  .webpanel_group01 li.vertical {
    width: 24%;
    margin-right: 0;
  }
}

.webpanel_group02 li {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .webpanel_group02 li {
    width: 24%;
    margin-right: 1.33%;
  }
  .webpanel_group02 li:nth-child(4n) {
    margin-right: 0;
  }
}

.swiper_container {
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .swiper_container {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper_area {
    margin-left: -25%;
    margin-right: -25%;
  }
}

div.swiper {
  width: 100%;
  overflow: visible;
}

.slide1 {
  background-color: #88acbd;
}

.slide2 {
  background-color: #99cb1f;
}

.slide3 {
  background-color: #e43a47;
}

.swiper_button_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  background-image: url(../img/top/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 20px;
  }
}

.swiper-button-next {
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .swiper-button-next {
    right: 20px;
  }
}

div.swiper-slide {
  width: 100%;
  height: auto;
  color: #fff;
}
div.swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 16px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  div.swiper-slide a {
    padding: 15px 12px 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  div.swiper-slide a {
    padding: 33px 30px 30px;
  }
}
div.swiper-slide .i_popup {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: #02775c;
  transition: 0.3s;
}
div.swiper-slide .i_popup::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}
div.swiper-slide .i_popup::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto;
  bottom: -30px;
}
@media print, screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -40px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #1d8d60;
  background-color: transparent;
}

span.swiper-pagination-bullet-active {
  background-color: #1d8d60;
}

.mv_area__swiper {
  padding: 50px 0;
  position: relative;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.swiper-slide:nth-child(3n+1) {
  /*1、4、7、3n+1枚目の背景色 */
  background-color: #de4439;
}

.swiper-slide:nth-child(3n+2) {
  /*2、5、8、3n+2枚目の背景色 */
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n+3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-color: #53c638;
}

/*# sourceMappingURL=underlayer.css.map */
