@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
/***************************************/
/***************************/
ul#kinbana.slide-items li {
  position: relative;
  padding: 0 5px;
}

.prev2 {
  width: 40px;
  position: absolute;
  top: 50%;
  left: -9.5%;
  transform: translate(0%, -50%);
  z-index: 10;
  opacity: 0.7;
}
.prev2:hover {
  cursor: pointer;
}

.next2 {
  width: 40px;
  position: absolute;
  top: 50%;
  right: -9.5%;
  transform: translate(0%, -50%);
  z-index: 10;
  opacity: 0.7;
}
.next2:hover {
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
  transform: translate(0, 50%);
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:800px) {
  .slick-dots {
    bottom: -7vw;
  }
}
.slick-dots li {
  display: inline-block;
  padding: 0 10px !important;
}
.slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 10px;
  border: unset;
  height: 10px;
  display: block;
  background: #CBCBCB;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background: #0D6521;
}
.slick-dots .slick-current button {
  background: #0D6521 !important;
}

/*************************/
.fonts {
  font-family: "Cinzel", serif;
}

/**************************************/
.backcolor {
  background-color: #F5F5F5;
}

#section01 {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 85px;
}
#section01 .section__in {
  width: 100%;
  height: 39.53vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 100%;
    height: auto;
  }
}
#section01 .whiteback {
  width: 67.35vw;
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  top: 0;
  left: 0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .whiteback {
    width: 92%;
    height: auto;
    position: relative;
  }
}
#section01 .whiteback .intextbox {
  position: relative;
  /*background-color: rgba(255,0,0,0.1);*/
  width: calc(67.75vw - (100vw - 1100px) / 2);
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:1200px) {
  #section01 .whiteback .intextbox {
    width: 62.75vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .whiteback .intextbox {
    padding-bottom: 50vw;
    height: auto;
    width: 100%;
    display: block;
    align-items: center;
    padding-left: 10%;
    padding-right: 8%;
  }
}
#section01 .whiteback .intextbox .taglines {
  position: absolute;
  left: 0;
  top: 1em;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width:1200px) {
  #section01 .whiteback .intextbox .taglines {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .whiteback .intextbox .taglines {
    position: relative;
    left: auto;
    top: auto;
    font-size: 3.6vw;
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
#section01 .whiteback .intextbox .flex_center {
  width: 100%;
}
#section01 .whiteback .intextbox h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
@media screen and (max-width:1200px) {
  #section01 .whiteback .intextbox h1 {
    font-size: 3.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .whiteback .intextbox h1 {
    font-size: 7.4vw;
  }
}
#section01 .whiteback .intextbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section01 .whiteback .intextbox .base_text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .whiteback .intextbox .base_text {
    font-size: 4.4vw;
  }
}
#section01 .photocontena {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 41.14%;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width:800px) {
  #section01 .photocontena {
    border-radius: 10px 0 0 10px;
    width: 76%;
    position: relative;
    top: auto;
    right: auto;
    margin: -42vw 0 0 auto;
  }
}

#section02 {
  width: 100%;
  background-color: #F5F5F5;
  padding-bottom: 85px;
}
#section02 .section__in {
  width: 84%;
  max-width: 900px;
  margin: 0 auto;
}
#section02 figure {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 figure {
    margin-bottom: 15px;
  }
}
#section02 .h2title_type01 {
  padding-left: 0.7em;
  margin-bottom: 1em;
  position: relative;
  line-height: 160%;
  font-weight: 500;
}
#section02 .h2title_type01::before {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #0D6521;
  position: absolute;
  top: 0.35em;
  left: 0;
}
#section02 .base_text_w700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 200%;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}

#section03 {
  width: 100%;
  background-color: #fff;
  padding: 75px 0 160px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 75px 0 75px 0;
  }
}
#section03 .section__in {
  width: 84%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
#section03 .h3title_type01 {
  text-align: center;
  font-weight: 500;
  color: #0D6521;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section03 .h3title_type01 {
    margin-bottom: 50px;
  }
}
#section03 .h3title_type01 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
#section03 .h3title_type01 span::after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #0D6521;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section03 .h3title_type01 span::after {
    width: 60px;
  }
}
#section03 .section__in__w700 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width:800px) {
  #section03 .section__in__w700 {
    margin: 0 auto 45px auto;
  }
}
#section03 .h4title_type01 {
  color: #0D6521;
  font-weight: 500;
  margin-bottom: 0.75em;
}
#section03 .base_text {
  line-height: 200%;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
#section03 ul.history_box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 90px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box {
    margin: 0 auto 45px auto;
  }
}
#section03 ul.history_box li {
  width: 25%;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
#section03 ul.history_box .lines {
  display: none;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box .lines {
    width: 4em;
    display: block;
    position: relative;
  }
}
#section03 ul.history_box .lines .linesin {
  width: 100%;
  height: 100%;
  position: relative;
}
#section03 ul.history_box .lines .linesin::after {
  content: "";
  width: 0.65em;
  height: 0.65em;
  background: url(../images/global/yajirusi.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, -50%) rotate(90deg);
}
@media screen and (max-width:800px) {
  #section03 ul.history_box .lines::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #474645;
    top: 0;
    left: 50%;
    position: absolute;
  }
}
#section03 ul.history_box .lines::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #0D6521;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box .text {
    width: calc(100% - 4em);
    position: relative;
  }
}
#section03 ul.history_box p {
  padding-bottom: 1em;
  text-align: center;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p {
    padding-bottom: 0em;
    display: inline-block;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line01 {
    margin-right: 1em;
  }
}
#section03 ul.history_box p.line01::before {
  content: "";
  width: 250%;
  height: 1px;
  background-color: #474645;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line01::before {
    display: none;
  }
}
#section03 ul.history_box p.line01::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #0D6521;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line01::after {
    display: none;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line02 {
    margin-right: 1em;
  }
}
#section03 ul.history_box p.line02::before {
  content: "";
  width: 250%;
  height: 1px;
  background-color: #474645;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line02::before {
    display: none;
  }
}
#section03 ul.history_box p.line02::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #0D6521;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line02::after {
    display: none;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line03 {
    margin-right: 1em;
  }
}
#section03 ul.history_box p.line03::before {
  content: "";
  width: 250%;
  height: 1px;
  background-color: #474645;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line03::before {
    display: none;
  }
}
#section03 ul.history_box p.line03::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background-color: #0D6521;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box p.line03::after {
    display: none;
  }
}
#section03 ul.history_box .setumei {
  padding-top: 1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 ul.history_box .setumei {
    padding-top: 0em;
    display: inline-block;
    padding: 1.5em 0;
  }
}
#section03 ul.history_box .setumei span {
  display: inline-block;
  text-align: left;
}
#section03 ul.history_box .setumei.yaji {
  position: relative;
}
#section03 ul.history_box .setumei.yaji::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../images/global/yajirusi.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -55%);
}
@media screen and (max-width:800px) {
  #section03 ul.history_box .setumei.yaji::after {
    display: none;
  }
}
#section03 .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section03 .photolist {
    margin-bottom: 50px;
  }
}
#section03 .photolist li {
  width: 48.7%;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section03 .photolist li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#section03 .photolist li:last-child {
  margin-left: 25.6%;
}
@media screen and (max-width:800px) {
  #section03 .photolist li:last-child {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0px;
  }
}
#section03 .photolist li p {
  padding-top: 5px;
  line-height: 160%;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
#section03 .botan_center {
  text-align: center;
}

#section04 {
  width: 100%;
  background-color: #F0F7F3;
  padding: 75px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 60px 0 150px 0;
  }
}
#section04 .section__in {
  width: 84%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 70%;
  }
}
#section04 .slick-list {
  overflow: inherit;
}
#section04 .h3title_type01 {
  text-align: center;
  font-weight: 500;
  color: #0D6521;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section04 .h3title_type01 {
    margin-bottom: 50px;
  }
}
#section04 .h3title_type01 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
#section04 .h3title_type01 span::after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #0D6521;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section04 .h3title_type01 span::after {
    width: 60px;
  }
}
#section04 #kinbana {
  margin-bottom: 60px;
}
#section04 .botan_center {
  text-align: center;
}
#section04 .itembox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
#section04 .itembox01 li {
  width: 16.66%;
}
#section04 .itembox02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
#section04 .itembox02 li {
  width: 16.6666666667%;
}
#section04 .itembox03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
#section04 .itembox03 li {
  width: 16.66%;
}
#section04 .itemtext {
  text-align: center;
  padding: 10px 0 0 0;
}
#section04 .itemtext span {
  text-align: left;
  line-height: 160%;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo;
}/*# sourceMappingURL=global.css.map */