@charset "UTF-8";
#mainvisual {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 700px;
  width: 100%;
  vertical-align: bottom;
}
#mainvisual:after {
  background: url(../img/common/seperate_mv.png) center bottom repeat-x;
}
#mainvisual.active {
  display: block;
}
#mainvisual .slider_wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#mainvisual .slider_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainvisual .slider_wrap ul li {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  -webkit-animation-name: slider-zoomin;
  animation-iteration-count: infinite;
  animation-duration: 12s;
  animation-name: slider-zoomin;
}
#mainvisual .slider_wrap ul li:nth-child(1) {
  background-image: url("../img/top/top_image_01.jpg");
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#mainvisual .slider_wrap ul li:nth-child(2) {
  background-image: url("../img/top/top_image_02.jpg");
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#mainvisual .slider_wrap ul li:nth-child(3) {
  background-image: url("../img/top/top_image_03.jpg");
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
#mainvisual .slider_wrap ul li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: url(../img/common/serif_09.png) left 0px bottom 0px no-repeat;
  background-size: 100% 170px;
  z-index: 100;
}
#mainvisual .slider_wrap ul li img {
  width: 130%;
}
@-webkit-keyframes slider-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  29.1666666667% {
    opacity: 1;
  }
  29.1666666667% {
    opacity: 1;
  }
  58.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  29.1666666667% {
    opacity: 1;
  }
  29.1666666667% {
    opacity: 1;
  }
  58.3333333333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@media all and (max-width: 750px) {
  #mainvisual {
    height: 600px;
  }
  #mainvisual .slider_wrap ul li:after {
    height: 50px;
    background-size: 100% 50px;
    background-position: left 0px bottom 0px;
  }
}
#fv {
  position: relative;
  height: 730px;
}
#fv .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  height: 100%;
}
#fv .inner .item {
  z-index: 2;
}
#fv .inner .left {
  position: relative;
  background-color: #faf8ef;
  height: 100%;
  padding: 65px 28px 0;
  margin-left: 11.5384615385%;
}
#fv .inner .left .logo {
  width: 85px;
}
#fv .inner .left .serif {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 360px;
  z-index: 0;
}
#fv .inner .left .title {
  position: relative;
  color: #01603e;
  font-size: 36px;
  line-height: 1.15;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 35px;
  z-index: 1;
}
#fv .inner .right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 6.9230769231%;
}
#fv .inner .right.pc {
  display: flex !important;
  display: -webkit-flex !important;
}
#fv .inner .right.sp {
  display: none !important;
}
#fv .inner .right .lead {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  padding: 4px 1px;
  margin: 130px 10px 0px;
}
#fv .inner .bottom {
  position: absolute;
  font-size: 19px;
  bottom: 40px;
  right: 0;
  padding-right: 10px;
}
#fv .inner .bottom .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#fv .inner .bottom .wrap a {
  color: #01603e;
  padding: 5px 7px;
}
#fv .inner .bottom .wrap a:hover {
  color: #000;
}
#fv .inner .bottom .lead {
  font-size: 11px;
  padding-top: 5px;
  letter-spacing: 2px;
}
#fv .inner .bottom .lead .color {
  color: #01603e;
  padding-left: 10px;
}

@media all and (max-width: 750px) {
  #fv .inner {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #fv .inner .left {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    padding-top: 50px;
    margin: 0;
    height: 80%;
  }
  #fv .inner .left .serif {
    width: 280px;
    bottom: -80px;
  }
  #fv .inner .right.pc {
    display: none !important;
  }
  #fv .inner .right.sp {
    display: flex !important;
    display: -webkit-flex !important;
  }
  #fv .inner .right .lead {
    margin: 70px 3px 0px;
  }
  #fv .inner .bottom {
    width: 240px;
    bottom: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-45%);
    -webkit-transform: translateY(-50%) translateX(-45%);
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  #fv .inner .bottom .wrap {
    display: inline-block;
  }
}
@media all and (max-width: 375px) {
  #fv .inner .right {
    margin-right: 10px;
  }
}
@media all and (max-width: 330px) {
  #fv .inner .right {
    margin-right: 0px;
  }
}
#section_01 {
  padding-top: 200px;
}
#section_01 .wrap_01 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#section_01 .wrap_01 .mod_title_01 {
  width: 305px !important;
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_01 .wrap_01 .mod_title_01 .en {
  display: block;
  padding-left: 0;
}
#section_01 .wrap_01 .lead {
  width: 42.96875vw;
  padding-top: 10px;
  padding-right: 20px;
}
#section_01 .wrap_01 .link {
  margin-left: auto;
}
#section_01 .wrap_02 {
  padding-top: 70px;
}
#section_01 .wrap_02 ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
#section_01 .wrap_02 ul li {
  position: relative;
  width: 23%;
  margin-bottom: 60px;
}
#section_01 .wrap_02 ul li img {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  width: 100%;
}
#section_01 .wrap_02 ul li:hover img {
  border-radius: 30px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_01 .wrap_02 ul li a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/texture_04.png);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_01 .wrap_02 ul li a:hover {
  border-radius: 30px;
}
#section_01 .wrap_02 ul li a:hover::after {
  border-radius: 30px;
  opacity: 0.7;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_01 .wrap_02 ul li a:hover .sub_title {
  opacity: 1;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_01 .wrap_02 ul li .title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  background-color: #01603e;
  padding: 2px 8px 2px 10px;
  z-index: 2;
}
#section_01 .wrap_02 ul li .title::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  height: 26px;
  width: 12px;
  background: url(../img/common/serif_10.png) top left/cover no-repeat;
}
#section_01 .wrap_02 ul li .sub_title {
  position: absolute;
  display: table;
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

@media all and (min-width: 1280px) {
  #section_01 .wrap_01 .lead {
    width: auto;
  }
}
@media all and (max-width: 750px) {
  #section_01 {
    padding-top: 100px;
  }
  #section_01 .wrap_01 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #section_01 .wrap_01 .mod_title_01 {
    width: auto !important;
    padding-right: 0;
    padding-top: 15px;
  }
  #section_01 .wrap_01 .lead {
    order: 2;
    width: 100%;
    padding: 15px 0 0;
  }
  #section_01 .wrap_01 .link {
    order: 1;
  }
  #section_01 .wrap_02 {
    padding-top: 50px;
  }
  #section_01 .wrap_02 ul li {
    width: 48%;
    margin-bottom: 38px;
  }
}
@media all and (max-width: 330px) {
  #section_01 .wrap_01 .mod_title_01 {
    width: 210px !important;
  }
}
#section_02 {
  margin-top: 100px;
}
#section_02 .inner_solid {
  position: relative;
}
#section_02 .mod_title_01 {
  width: 300px !important;
}
#section_02 .wrap_01 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#section_02 .wrap_02 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 50px 0 30px;
}
#section_02 .wrap_02 .jq_slide_01 {
  width: 91%;
}
#section_02 .wrap_02 .jq_slide_01 .item {
  width: 15%;
  padding: 0 20px;
}
#section_02 .wrap_02 .jq_slide_01 .item a:hover .lead {
  border-bottom: 2px dotted #01603e;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_02 .wrap_02 .jq_slide_01 .item a:hover .img::after {
  opacity: 0.7;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_02 .wrap_02 .jq_slide_01 .item .img {
  position: relative;
}
#section_02 .wrap_02 .jq_slide_01 .item .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01603e;
  opacity: 0;
  border-radius: 100%;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_02 .wrap_02 .jq_slide_01 .item .img img {
  display: inline-block;
  width: 100%;
}
#section_02 .wrap_02 .jq_slide_01 .item .lead {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  border-bottom: 2px dotted transparent;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
#section_02 .serif {
  position: absolute;
  top: -80px;
  left: 390px;
  z-index: 1;
}

.slick_prev,
.slick_next {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: 20px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
.slick_prev:hover,
.slick_next:hover {
  opacity: 0.8;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

.slick_prev {
  left: -30px;
}

.slick_next {
  right: -40px;
}

@media all and (max-width: 750px) {
  #section_02 {
    margin-top: 250px;
  }
  #section_02 .wrap_02 {
    padding: 25px 0 0px;
  }
  #section_02 .wrap_02 .jq_slide_01 {
    width: 80%;
  }
  #section_02 .serif {
    top: -140px;
    left: auto;
    right: 24vw;
  }
}
#section_03 {
  padding-top: 180px;
  background-position: right 0px top 60px, bottom left;
}
#section_03 .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 25px;
}
#section_03 .wrap .left {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 45.5%;
}
#section_03 .wrap .left .img {
  width: 47.2527472527%;
}
#section_03 .wrap .right {
  line-height: 2;
  width: 50%;
}
#section_03 .link {
  padding-top: 30px;
}

@media all and (max-width: 750px) {
  #section_03 {
    padding-top: 118px;
  }
  #section_03 .wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #section_03 .wrap .left {
    width: 100%;
  }
  #section_03 .wrap .left .img {
    width: 49%;
  }
  #section_03 .wrap .right {
    width: 100%;
    padding-top: 15px;
  }
}
#section_04 {
  margin-top: 170px;
  padding-bottom: 20px;
  background: url(../img/common/back_image_03.png), url(../img/common/texture_01.png);
  background-repeat: no-repeat, repeat;
  background-position: left 0px bottom 50px;
}
#section_04 .inner_solid {
  position: relative;
}
#section_04 .wrap {
  padding-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#section_04 .wrap .left {
  width: 39.6%;
  padding-top: 15px;
}
#section_04 .wrap .right {
  width: 54.2%;
}
#section_04 .wrap .right .sub_title {
  color: #01603e;
  font-size: 16px;
  padding-bottom: 5px;
}
#section_04 .wrap .right .sub_title i {
  padding-right: 5px;
}
#section_04 .wrap .right .sub_lead {
  font-size: 14px;
  padding-bottom: 20px;
}
#section_04 .wrap .right .sub_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding-top: 10px;
}
#section_04 .wrap .right .sub_wrap .item {
  text-align: center;
  color: #fff;
  width: 31.3653136531%;
  padding: 22px 15px 30px;
  border-radius: 10px;
}
#section_04 .wrap .right .sub_wrap .item:nth-child(1) {
  background-color: #a63535;
}
#section_04 .wrap .right .sub_wrap .item:nth-child(2) {
  background-color: #3565a6;
}
#section_04 .wrap .right .sub_wrap .item:nth-child(3) {
  background-color: #c59521;
}
#section_04 .wrap .right .sub_wrap .item .icon {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  padding: 9px;
}
#section_04 .wrap .right .sub_wrap .item .sub_sub_title {
  padding-top: 10px;
}
#section_04 .wrap .right .sub_wrap .item .sub_sub_lead {
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
}
#section_04 iframe {
  width: 100%;
  height: 320px;
  margin-top: 20px;
}
#section_04 .link {
  padding-top: 20px;
}
#section_04 .serif {
  position: absolute;
  top: -80px;
  right: 70px;
}

@media all and (max-width: 750px) {
  #section_04 {
    margin-top: 125px;
    padding-bottom: 0;
    background: url(../img/common/back_image_03_sp.png), url(../img/common/texture_01.png);
    background-repeat: no-repeat, repeat;
    background-position: left 0px bottom 120px;
    background-size: 100% auto, auto;
  }
  #section_04 .wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 30px;
  }
  #section_04 .wrap .left {
    width: 100%;
  }
  #section_04 .wrap .right {
    width: 100%;
    padding-top: 35px;
  }
  #section_04 .wrap .right .sub_wrap .item {
    padding: 22px 1.5% 20px;
  }
  #section_04 iframe {
    height: 230px;
  }
  #section_04 .serif {
    right: 10px;
  }
}
@media all and (max-width: 330px) {
  #section_04 .mod_title_01 {
    width: 230px !important;
  }
}
#section_05 {
  padding: 180px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_05 .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_05 .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_05 .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_05 .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_05 .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_05 .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_05 .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_05 .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_05 .wrap .right .link .mod_button_02 {
  margin: 20px 0 0;
}
#section_05 .wrap .right .serif_01,
#section_05 .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_05 .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

#section_06 {
  padding: 0 0 170px;
}
#section_06 ul {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
#section_06 ul li {
  margin: 0 15px;
}
@media only screen and (min-width: 750px) {
  #section_06 a {
    transition: opacity 0.3s ease-out 0s;
  }
  #section_06 a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 750px) {
  #section_05 {
    padding: 90px 0 137px;
  }
  #section_05 .wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  #section_05 .wrap .left {
    width: 66.6666666667%;
    padding-top: 10px;
  }
  #section_05 .wrap .left img {
    width: 100%;
  }
  #section_05 .wrap .right {
    width: 100%;
  }
  #section_05 .wrap .right .sub_wrap {
    padding: 0;
  }
  #section_05 .wrap .right .sub_wrap::before {
    display: none;
  }
  #section_05 .wrap .right .sub_wrap::after {
    display: none;
  }
  #section_05 .wrap .right .sub_wrap .sub_title {
    border-bottom: 1px dotted #01603e;
  }
  #section_05 .wrap .right .link {
    padding-top: 20px;
  }
  #section_05 .wrap .right .link .mod_button_02 {
    margin: 0 auto;
  }
}
.movie-section {
  margin-top: 75px;
  padding-top: 200px;
  max-width: 100%;
}
@media all and (max-width: 750px) {
  .movie-section {
    margin-top: 0;
    padding-top: 100px;
    background: none;
  }
}
@media all and (max-width: 750px) {
  .movie-section + #section_01 {
    margin-top: 50px;
  }
}
@media all and (min-width: 750.5px) {
  .movie-section + #section_01 {
    background-image: url(../img/common/back_image_02.png);
    background-position: 0 50%;
  }
}

.movie {
  width: 560px;
  max-width: 100%;
  margin: 10px;
}
.movie__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: -80px;
  padding-bottom: 50px;
  line-height: 1;
}
@media all and (max-width: 750px) {
  .movie__wrap {
    padding-bottom: 0;
    margin-top: -30px;
  }
}
.movie__title {
  margin: 10px;
  font-size: 54px;
  color: #dad6ca;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transform: translateY(0.5em);
}
@media all and (max-width: 750px) {
  .movie__title {
    transform: none;
  }
}

.calender-section {
  margin-top: 140px;
}
@media all and (max-width: 750px) {
  .calender-section {
    margin-top: 100px;
  }
}

.calender {
  position: relative;
  margin-top: 10px;
  overflow: auto;
  max-height: 80vh;
}
.calender table {
  border-collapse: collapse;
}
.calender table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.calender table thead th:first-child {
  z-index: 2;
}
.calender table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.calender table thead img {
  height: 44.5px;
  width: auto;
  max-width: none;
}
.calender table tbody img {
  height: 666.5px;
  width: auto;
  max-width: none;
}
@media all and (max-width: 750px) {
  .calender__wrap {
    margin-top: 20px;
  }
}
.calender__left {
  position: sticky;
  left: 0;
  top: 0;
}
.calender__left img {
  height: 710px;
  width: auto;
  max-width: none;
}
.calender__right img {
  height: 710px;
  width: auto;
  max-width: none;
}
.calender__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.calender__icon {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
.calender__icon.__yuki {
  background-color: #01603e;
}
.calender__icon.__yuki::before {
  content: "有";
}
.calender__icon.__special {
  background-color: #9a4315;
}
.calender__icon.__special::before {
  content: "特";
}
.calender__icon + .calender__icon {
  margin-left: 15px;
}

#section_organic_farming {
  margin-top: -50px;
  padding-top: 200px;
}
@media only screen and (max-width: 750px) {
  #section_organic_farming span.en {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}
#section_organic_farming .link {
  padding-top: 30px;
}
#section_organic_farming .wrap_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 0;
}
@media only screen and (max-width: 750px) {
  #section_organic_farming .wrap_01 {
    display: block;
  }
}
#section_organic_farming .left {
  width: 33%;
}
@media only screen and (max-width: 750px) {
  #section_organic_farming .left {
    width: 50%;
    margin: 0 auto;
  }
}
#section_organic_farming .right {
  width: 62%;
}
@media only screen and (max-width: 750px) {
  #section_organic_farming .right {
    margin: 30px 0 0;
    width: auto;
  }
}

.mod_title_organic {
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .mod_title_organic {
    margin: 10px 0 0;
  }
}

#section_takaramono {
  padding: 180px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_takaramono .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_takaramono .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_takaramono .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_takaramono .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_takaramono .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_takaramono .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_takaramono .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_takaramono .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_takaramono .wrap .right .link .mod_button_02 {
  margin: 20px 0 0;
}
#section_takaramono .wrap .right .serif_01,
#section_takaramono .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_takaramono .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

#section_agricultural_training {
  padding: 180px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_agricultural_training .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_agricultural_training .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_agricultural_training .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_agricultural_training .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_agricultural_training .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_agricultural_training .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_agricultural_training .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_agricultural_training .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_agricultural_training .wrap .right .link .mod_button_02 {
  margin: 20px 0 0;
}
#section_agricultural_training .wrap .right .serif_01,
#section_agricultural_training .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_agricultural_training .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

#section_agricultural_training_pr {
  padding: 0 0 90px;
}
@media only screen and (max-width: 750px) {
  #section_agricultural_training_pr {
    padding: 0;
  }
}
#section_agricultural_training_pr .pr-movie__container {
  max-width: 560px;
  margin: 0 auto;
}
#section_agricultural_training_pr .pr-movie__content {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  overflow: hidden;
}
#section_agricultural_training_pr .pr-movie__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_sdgs {
  padding: 60px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_sdgs .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_sdgs .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_sdgs .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_sdgs .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_sdgs .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_sdgs .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_sdgs .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_sdgs .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_sdgs .wrap .right .link .mod_button_02 {
  margin: 20px 0 0;
}
#section_sdgs .wrap .right .serif_01,
#section_sdgs .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_sdgs .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

#section_ec {
  padding: 60px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_ec .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_ec .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_ec .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_ec .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_ec .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_ec .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_ec .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_ec .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_ec .wrap .right .link .mod_button_02 {
  margin: 20px 0 0;
}
#section_ec .wrap .right .serif_01,
#section_ec .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_ec .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

#section_gibier {
  padding: 60px 0 170px;
  background: url(../img/common/back_image_01.png) no-repeat;
  background-position: right 0px bottom 55px;
}
#section_gibier .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  padding: 20px 0 0;
}
#section_gibier .wrap .left {
  width: 33%;
  padding-left: 40px;
  padding-right: 30px;
}
#section_gibier .wrap .right {
  width: 67%;
  padding-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#section_gibier .wrap .right .sub_wrap {
  position: relative;
  padding: 0 85px 0 75px;
}
#section_gibier .wrap .right .sub_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_05.png) no-repeat;
}
#section_gibier .wrap .right .sub_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 170px;
  background: url(../img/common/serif_06.png) no-repeat;
}
#section_gibier .wrap .right .sub_wrap .sub_title {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px dotted #01603e;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#section_gibier .wrap .right .sub_wrap .sub_lead {
  line-height: 1.9;
}
#section_gibier .wrap .right .link {
  margin: 30px 0 0;
}
#section_gibier .wrap .right .link a {
  display: block;
}
#section_gibier .wrap .right .link a img {
  max-width: none;
  transition: all 0.5s ease-out 0s;
}
#section_gibier .wrap .right .link a:hover img {
  opacity: 0.5;
}
#section_gibier .wrap .right .serif_01,
#section_gibier .wrap .right .serif_02 {
  width: 6.7164179104%;
  padding-top: 10px;
}
#section_gibier .wrap .right .serif_02 {
  margin-right: 6.7164179104%;
}

@media all and (max-width: 750px) {
  #section_agricultural_training,
  #section_sdgs,
  #section_ec,
  #section_gibier {
    padding: 90px 0 137px;
  }
  #section_agricultural_training .wrap,
  #section_sdgs .wrap,
  #section_ec .wrap,
  #section_gibier .wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  #section_agricultural_training .wrap .left,
  #section_sdgs .wrap .left,
  #section_ec .wrap .left,
  #section_gibier .wrap .left {
    width: 66.6666666667%;
    padding-top: 10px;
  }
  #section_agricultural_training .wrap .left img,
  #section_sdgs .wrap .left img,
  #section_ec .wrap .left img,
  #section_gibier .wrap .left img {
    width: 100%;
  }
  #section_agricultural_training .wrap .right,
  #section_sdgs .wrap .right,
  #section_ec .wrap .right,
  #section_gibier .wrap .right {
    width: 100%;
  }
  #section_agricultural_training .wrap .right .sub_wrap,
  #section_sdgs .wrap .right .sub_wrap,
  #section_ec .wrap .right .sub_wrap,
  #section_gibier .wrap .right .sub_wrap {
    padding: 0;
  }
  #section_agricultural_training .wrap .right .sub_wrap::before,
  #section_sdgs .wrap .right .sub_wrap::before,
  #section_ec .wrap .right .sub_wrap::before,
  #section_gibier .wrap .right .sub_wrap::before {
    display: none;
  }
  #section_agricultural_training .wrap .right .sub_wrap::after,
  #section_sdgs .wrap .right .sub_wrap::after,
  #section_ec .wrap .right .sub_wrap::after,
  #section_gibier .wrap .right .sub_wrap::after {
    display: none;
  }
  #section_agricultural_training .wrap .right .sub_wrap .sub_title,
  #section_sdgs .wrap .right .sub_wrap .sub_title,
  #section_ec .wrap .right .sub_wrap .sub_title,
  #section_gibier .wrap .right .sub_wrap .sub_title {
    border-bottom: 1px dotted #01603e;
  }
  #section_agricultural_training .wrap .right .link,
  #section_sdgs .wrap .right .link,
  #section_ec .wrap .right .link,
  #section_gibier .wrap .right .link {
    padding-top: 20px;
    text-align: center;
  }
  #section_agricultural_training .wrap .right .link .mod_button_02,
  #section_sdgs .wrap .right .link .mod_button_02,
  #section_ec .wrap .right .link .mod_button_02,
  #section_gibier .wrap .right .link .mod_button_02 {
    margin: 0 auto;
  }
}
#section_carousel {
  padding: 80px 0 60px;
}
#section_carousel .wrap {
  padding: 20px 0 0;
}
@media only screen and (min-width: 751px) {
  #section_carousel .inner {
    box-sizing: content-box;
    padding: 0 50px;
  }
}
#section_carousel .vegitable-carousel {
  width: 100%;
}
#section_carousel .vegitable-carousel p {
  display: inline-block;
  width: auto;
  height: 200px;
  margin: 0;
  padding: 0;
}
#section_carousel .vegitable-carousel img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
#section_carousel .vegitable-carousel .slick_prev,
#section_carousel .vegitable-carousel .slick_next {
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #section_carousel .vegitable-carousel .slick_prev,
  #section_carousel .vegitable-carousel .slick_next {
    display: none !important;
  }
}
#section_carousel .vegitable-carousel .slick_prev img,
#section_carousel .vegitable-carousel .slick_next img {
  max-height: 100%;
  height: auto;
}

#section_05 {
  padding-top: 100px;
}
/*# sourceMappingURL=top.css.map */
