@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }
}
/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
  /* border-top: 1px solid #fff; */
  background-image: url(../images/index/hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero .inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .hero .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.hero_box {
  background-repeat: no-repeat;
  background-size: 904px 517px;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .hero_box {
    background-size: 112vw;
  }
}
.hero_main {
  text-align: center;
}

.hero_main img {
  width: 530px;
}

@media screen and (max-width: 767px) {
  .hero_main img {
    width: 53.333vw;
  }
}
.hero_sub {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hero_sub {
    padding-bottom: 4.667vw;
    margin-bottom: 0.667vw;
  }
}
.hero_sub::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  left: 50%;
  width: 101px;
  height: 29px;
  background-image: url(../images/index/hero_art.png);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .hero_sub::after {
    width: 10.133vw;
    height: 2.933vw;
  }
}
.hero_sub img {
  width: 416px;
}

@media screen and (max-width: 767px) {
  .hero_sub img {
    width: 48vw;
  }
}
.hero_block {
  display: table;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .hero_block {
    padding-left: 0;
  }
}
.hero_item {
  display: -moz-flex;
  display: flex;
  -moz-align-items: baseline;
  align-items: baseline;
}

.hero_item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .hero_item:not(:last-child) {
    margin-bottom: 0.667vw;
  }
}
.hero_item-headline span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hero_item-headline span {
    font-size: 3.2vw;
  }
}
.hero_item-headline span::after {
  content: ":";
  padding-right: 0.25em;
  padding-left: 0.25em;
}

.hero_item-body p {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hero_item-body p {
    font-size: 3.2vw;
  }
}
.hero_item-body small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #000;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .hero_item-body small {
    font-size: 2.667vw;
  }
}
/*----------------------------------------------------------------------------
	about
----------------------------------------------------------------------------*/
.about {
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  top: 140px;
  right: 0;
  width: calc(50% + 395px);
  height: 842px;
  background-color: #fff;
  z-index: 0;
  box-shadow: 0 0 20px rgba(59, 59, 58, 0.75);
}

@media screen and (max-width: 767px) {
  .about::before {
    content: none;
  }
}
.about .inner {
  padding-top: 140px;
  /*		padding-bottom: 132px;*/
  padding-bottom: 82px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about .inner {
    padding-top: 13.333vw;
    padding-bottom: 0;
    padding-left: 4vw;
  }
}
.about .field {
  position: relative;
  z-index: 2;
  padding-top: 86px;
  padding-right: 30px;
  padding-bottom: 89px;
  padding-left: 460px;
}

@media screen and (max-width: 767px) {
  .about .field {
    width: 100%;
    padding-top: 10.667vw;
    padding-right: 5.333vw;
    padding-bottom: 20vw;
    padding-left: 4vw;
    box-shadow: 0 0 10px rgba(59, 59, 58, 0.75);
  }
}
.about .field::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  top: 110px;
  right: -112px;
  width: 394px;
  height: 593px;
  background-image: url(../images/index/about_bg.png);
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .about .field::before {
    top: 10.667vw;
    right: 5.333vw;
    width: 52.533vw;
    height: 79.067vw;
  }
}
.about_sub {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about_sub {
    margin-bottom: 4vw;
  }
}
.about_sub span::after,
.about_sub span::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 32px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .about_sub span::after,
  .about_sub span::before {
    top: 2vw;
    width: 5.333vw;
  }
}
.about_sub span {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #000;
  padding-right: 45px;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .about_sub span {
    font-size: 3.733vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
.about_sub span::before {
  left: 0;
}

.about_sub span::after {
  right: 0;
}

.about_main {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .about_main {
    margin-bottom: 8vw;
  }
}
.about_main span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #5ca21b;
}

@media screen and (max-width: 767px) {
  .about_main span {
    font-size: 5.8vw;
  }
}
.about_item {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .about_item {
    margin-bottom: 0vw;
  }
}
.about_item-headline {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .about_item-headline {
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 4vw;
  }
}
.about_item-headline span {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .about_item-headline span {
    font-size: 3.733vw;
    letter-spacing: 0;
  }
}
.about_item-headline span:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about_item-headline span:first-child {
    margin-bottom: 2.667vw;
  }
}
.about_item-body p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .about_item-body p {
    font-size: 3.333vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .about_item-body p:first-child br:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about_item-body p:first-child br:nth-child(3) {
    display: none;
  }
}
.about_item-body p:not(:last-child) {
  margin-bottom: 1.5em;
}

.about_btn {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
}

.about_btn a {
  display: block;
  padding-top: 23px;
  padding-bottom: 24px;
  background-color: #5ca21b;
}

@media screen and (max-width: 767px) {
  .about_btn a {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.about_btn a span::after,
.about_btn a span::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 27px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about_btn a span::after,
  .about_btn a span::before {
    top: 1.867vw;
    right: 4vw;
  }
}
.about_btn a span {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  color: #fff;
  padding-right: 153px;
  padding-left: 71px;
}

@media screen and (max-width: 767px) {
  .about_btn a span {
    font-size: 3.733vw;
    width: 100%;
    padding-right: 0;
    padding-left: 8vw;
  }
}
.about_btn a span::before {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .about_btn a span::before {
    width: 6.667vw;
  }
}
.about_btn a span::after {
  width: 20px;
  transform: rotate(32deg);
  transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .about_btn a span::after {
    width: 2.133vw;
  }
}
.about_photo {
  content: "";
  position: absolute;
  top: 180px;
  left: 0;
  width: calc(50% - 211px);
  height: auto;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .about_photo {
    position: relative;
    width: 100%;
    top: -10.667vw;
    padding-right: 4vw;
    padding-bottom: 13.333vw;
    margin-bottom: -10.667vw;
  }
}
.about_photo .about_photo_list-item img,
.about_photo_list-item .about_photo img,
.about_photo .about_photo_main img,
.about_photo_main .about_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_photo_main {
  position: relative;
  width: 100%;
  height: 499px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .about_photo_main {
    height: 66.533vw;
    margin-bottom: 2.667vw;
  }
}
.about_photo_list {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.about_photo_list-item {
  position: relative;
  width: 100%;
  height: 243px;
}

@media screen and (max-width: 767px) {
  .about_photo_list-item {
    height: 32.4vw;
  }
}
.about_photo_list-item:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .about_photo_list-item:first-child {
    margin-right: 2.667vw;
  }
}
/*----------------------------------------------------------------------------
	youth
----------------------------------------------------------------------------*/
.youth .inner {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .youth .inner {
    padding-bottom: 8vw;
  }
}
.youth_btn a {
  display: block;
  text-align: center;
}

.youth_btn img {
  width: 1198px;
}

@media screen and (max-width: 767px) {
  .slider {
    width: 93.333vw;
    margin: 0 auto;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #5e5e5e;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 6.667vw;
  }
}
.slick-prev {
  left: -48px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0;
  }
}
/*----------------------------------------------------------------------------
	declare
----------------------------------------------------------------------------*/
.declare {
  background-image: url(../images/index/declare_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.declare .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .declare .inner {
    padding-top: 13.333vw;
    padding-right: 4vw;
    padding-bottom: 13.333vw;
    padding-left: 4vw;
  }
}
.declare .field {
  width: 1100px;
  padding-top: 75px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .declare .field {
    width: 100%;
    padding-top: 8vw;
    padding-right: 2.667vw;
    padding-bottom: 14.667vw;
    padding-left: 2.667vw;
    margin-right: 0;
    margin-left: 0;
  }
}
.declare_title {
  padding-left: 8px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .declare_title {
    text-align: center;
    padding-left: 0;
    margin-bottom: 5.333vw;
  }
}
.declare_title span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  color: #000;
  padding-top: 3px;
  padding-left: 25px;
  padding-bottom: 6px;
  border-left: 8px solid #5ca21b;
}

@media screen and (max-width: 767px) {
  .declare_title span {
    position: relative;
    font-size: 6.933vw;
    padding-top: 0.533vw;
    padding-bottom: 4.667vw;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .declare_title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16vw;
    height: 0.8vw;
    background-color: #5ca21b;
    transform: translate(-50%, 0);
  }
}
.declare_item-headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .declare_item-headline {
    margin-bottom: 2.667vw;
  }
}
.declare_item-headline span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #5ca21b;
}

@media screen and (max-width: 767px) {
  .declare_item-headline span {
    font-size: 5.333vw;
  }
}
.declare_list {
  counter-reset: declare;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .declare_list {
    margin-bottom: 6.667vw;
  }
}
.declare_list-item {
  counter-increment: declare;
}

.declare_list-item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .declare_list-item:not(:last-child) {
    margin-bottom: 3.333vw;
  }
}
.declare_list-item p {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  line-height: 2.0667;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .declare_list-item p {
    font-size: 3.2vw;
    line-height: 2.0417;
  }
}
.declare_list-item p::before {
  content: counter(declare) ".";
  position: relative;
  bottom: -1px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  vertical-align: baseline;
  padding-right: 7px;
}

@media screen and (max-width: 767px) {
  .declare_list-item p::before {
    font-size: 4vw;
    padding-right: 1.867vw;
  }
}
.declare_caption p {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .declare_caption p {
    font-size: 3.2vw;
  }
}
.declare .prof {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .declare .prof {
    padding-top: 4vw;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.declare .prof_item {
  position: relative;
  width: 48%;
  padding: 10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .declare .prof_item {
    width: 100%;
  }
}
.declare .prof .title {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.declare .prof .day {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../images/index/icon.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  left: -25px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .declare .prof .day {
    width: 14.667vw;
    height: 14.667vw;
    font-size: 3.2vw;
    top: -4vw;
    left: -5.333vw;
  }
}
.declare .prof .prace {
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .declare .prof .prace {
    font-size: 1.2rem;
  }
}
.declare .prof figure {
  width: 100%;
  margin: 20px auto;
}

.declare .prof .c-link-btn a {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.declare .c_box.-wso {
  border: 3px solid #071166;
}

@media screen and (max-width: 767px) {
  .declare .c_box.-wso {
    border: 2px solid #071166;
  }
}
.declare .c_box.-wso .c_box-title {
  background: #071166;
}

.declare .c_box.-wso .c_box-title:before {
  background-image: url(../images/index/obi_wso.svg);
}

.declare .c_box.-wso .c_box-title:after {
  background-image: url(../images/index/obi_wso.svg);
}

.declare .c_box.-wso .c_small-box .title-wrap {
  background: #071166;
}

/*----------------------------------------------------------------------------
	overview
----------------------------------------------------------------------------*/
.sec-title {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

.sec-title:after {
  display: block;
  content: "";
  width: 45px;
  height: 2px;
  margin: 20px auto;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 4.8vw;
  }
}
.sec-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec-text {
    font-size: 3.733vw;
    text-align: justify;
  }
}
.c_overview {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  margin: 40px auto 80px auto;
  padding: 15px;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .c_overview {
    font-size: 3.733vw;
    line-height: 1.5;
    margin-bottom: 10.667vw;
  }
}
.c_overview .day {
  margin-bottom: 15px;
}

.c_box_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

.c_box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.c_box .c_contents_area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  gap: 10px;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .c_box .c_contents_area {
    padding: 3.333vw;
    flex-direction: column;
  }
}
.c_box .c_contents_area .c_sub_contents {
  width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .c_box .c_contents_area .c_sub_contents {
    width: 100%;
    flex-direction: column;
  }
}
.c_box .c_contents_area figure {
  position: relative;
  width: 254px;
}

@media screen and (max-width: 767px) {
  .c_box .c_contents_area figure {
    width: 100%;
  }
}
.c_box .c_contents_area figure figcaption {
  padding: 5px 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: rgba(7, 17, 102, 0.85);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.c_box .c_contents_area .c_contents {
  width: 265px;
  padding: 0 22px;
}

@media screen and (max-width: 767px) {
  .c_box .c_contents_area .c_contents {
    width: 100%;
    padding: 22px;
  }
}
.c_box .c_contents_area .c_contents .text {
  margin: 15px auto 20px auto;
  font-size: 12px;
  font-size: 1.2rem;
}

.c_box .c_contents_area .c_contents .c-link-btn {
  display: flex;
  gap: 0 10px;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .c_box .c_contents_area .c_contents .c-link-btn {
    width: 100%;
  }
}
.c_box .c_contents_area .c_contents .c-link-btn a {
  font-size: 14px;
  font-size: 1.4rem;
}

.c_box .c_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .c_box .c_title {
    height: 140px;
  }
}
.c_box .c_title:after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c_box.c_sub_contents .c_title:after {
  content: "11/29";
  border: none;
  padding: 5px 10px;
  position: absolute;
  width: auto;
  height: auto;
  bottom: auto;
  right: auto;
  top: 1px;
  left: 1px;
  background-color: rgba(7, 17, 102, 0.85);
  color: white;
  font-size: 1.2rem;
}

.c_box .c_title .c_box-title {
  margin: auto;
}

.c_box .c_title .c_box_day {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}

.c_box .c_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 2;
  padding: 20px 25px;
}

.c_box .c_contents .sbj {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.c_box .c_contents .text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
}

.c_box .c_contents .c-link-btn {
  overflow: hidden;
  width: 260px;
  height: 30px;
  margin-top: auto;
}

.c_box .c_contents .c-link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

.c_box .c_contents .c-link-btn.-comingsoon a {
  position: relative;
  pointer-events: none;
}

.c_box .c_contents .c-link-btn.-comingsoon a:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: "Coming soon";
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 10;
  top: 0;
  left: 0;
}

.c_box.-c_box01 {
  width: 100%;
}

.c_box.-c_box01 .c_title {
  background-color: #182784;
  background-image: url(../images/index/bg_c_box_title01.png);
  background-size: cover;
  background-position: center;
}

.c_box.-c_box01 .c_title .c_box-title {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .c_box.-c_box01 .c_title .c_box-title {
    width: 48vw;
  }
}
.c_box.-c_box01 .c_title .c_box_day {
  background-color: #07113d;
}

.c_box.-c_box01 .c-link-btn a {
  border-color: #07113d;
  color: #07113d;
}

.c_box.-c_box01 .c-link-btn a:hover {
  background-color: #07113d;
  color: #fff;
}

.c_box.-c_box02 {
  width: 540px;
}

.c_box.-c_box02 .c_title {
  background-color: #ed9d11;
  background-image: url(../images/index/bg_c_box_title02.png);
  background-size: cover;
  background-position: center;
}

.c_box.-c_box02 .c_title .c_box-title {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c_box.-c_box02 .c_title .c_box-title {
    width: 66.6666666667vw;
  }
}
.c_box.-c_box02 .c_title .c_box_day {
  background-color: #b26f04;
}

.c_box.-c_box02 .c-link-btn a {
  border-color: #b26f04;
  color: #b26f04;
}

.c_box.-c_box03 {
  width: 540px;
}

.c_box.-c_box03 .c_title {
  background-color: #729332;
  background-image: url(../images/index/bg_c_box_title03.png);
  background-size: cover;
  background-position: center;
}

.c_box.-c_box03.c_sub_contents .c_title {
  background-image: url(../images/index/ph_ys.jpg);
  background-size: cover;
  background-position: center;
}

.c_box.-c_box03 .c_title .c_box-title {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .c_box.-c_box03 .c_title .c_box-title {
    width: 74.6666666667vw;
  }
}
.c_box.-c_box03 .c_title .c_box_day {
  background-color: #415412;
}

.c_box.-c_box03 .c-link-btn a {
  border-color: #07113d;
  color: #07113d;
  transition: 0.5s;
}

.c_box.-c_box03 .c-link-btn a:hover {
  color: white;
  background: #07113d;
}

.c_box.-c_box04 {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .c_box.-c_box02,
  .c_box.-c_box03,
  .c_box.-c_box04 {
    width: 100%;
  }
}

.c_box.-c_box04 .c_title {
  background-color: #729332;
  background-image: url(../images/index/bg_c_box_title04.png);
  background-size: cover;
  background-position: center;
}

.c_box.-c_box04 .c_title .c_box-title {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .c_box.-c_box04 .c_title .c_box-title {
    width: 58.6666666667vw;
  }
}
.c_box.-c_box04 .c_title .c_box-title img {
  width: 100%;
}

.c_box.-c_box04 .c_title .c_box_day {
  background-color: #415412;
}

.c_box.-c_box04 .c-link-btn a {
  border-color: #415412;
  color: #415412;
}

.c-information {
  margin: 40px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Serif JP", serif;
}

.c-information h3 {
  padding: 15px 20px;
  background-color: #92c042;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-information h3 {
    padding: 2.667vw;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-information .c_box {
  padding: 30px;
  box-shadow: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-information .c_box {
    padding: 3.333vw;
  }
}
.c-information h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-information h4 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.c-information p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-information p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.c-information p.-right {
  margin-top: 10px;
  text-align: right;
}

.c_flex_contents {
  display: flex;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .c_flex_contents {
    display: block;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.c_flex_contents .image {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .c_flex_contents .image {
    width: 100%;
  }
}
.c_flex_contents .image img + img {
  margin-top: 20px;
}

.c_flex_contents .text {
  text-align: left;
  margin-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  flex: 1;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .c_flex_contents .text {
    margin-left: 0;
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 5.333vw;
  }
}
.c_flex_contents.-v2 {
  padding: 30px 30px;
}

@media screen and (max-width: 767px) {
  .c_flex_contents.-v2 {
    display: block;
    padding: 4vw;
  }
}
.c_flex_contents.-v2 .image {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .c_flex_contents.-v2 .image {
    width: 100%;
  }
}
.c_small-box {
  margin: 60px 60px 0 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .c_small-box {
    margin-top: 8vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.c_small-box.-no_shadow {
  margin: 30px 60px 0 60px;
  box-shadow: 0 0 0;
}

@media screen and (max-width: 767px) {
  .c_small-box.-no_shadow {
    margin-top: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.c_small-box .title-wrap {
  background: #92c042;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_small-box .title-wrap {
    font-size: 3.733vw;
    line-height: 1.2857;
  }
}
.c_small-box .title-wrap .title {
  padding: 15px 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c_small-box .title-wrap .title {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
.c_small-box .title-wrap .day {
  position: absolute;
  width: 94px;
  height: 94px;
  background-image: url(../images/index/icon.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -23px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c_small-box .title-wrap .day {
    width: 14.667vw;
    height: 14.667vw;
    font-size: 3.2vw;
    top: -4vw;
    left: -5.333vw;
  }
}
.c_small-box .text-wrap {
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  padding: 30px 30px;
  line-height: 1.5556;
}

@media screen and (max-width: 767px) {
  .c_small-box .text-wrap {
    font-size: 3.2vw;
    padding-top: 4vw;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
  }
}
.kazarikei {
  position: absolute;
  width: 110px;
}

@media screen and (max-width: 767px) {
  .kazarikei {
    width: 10.667vw;
  }
}
.kazarikei.kazari01 {
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .kazarikei.kazari01 {
    top: 2.667vw;
    left: 2.667vw;
  }
}
.kazarikei.kazari02 {
  top: 20px;
  right: 20px;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .kazarikei.kazari02 {
    top: 2.667vw;
    right: 2.667vw;
  }
}
.kazarikei.kazari03 {
  bottom: 20px;
  left: 20px;
  transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .kazarikei.kazari03 {
    bottom: 2.667vw;
    left: 2.667vw;
  }
}
.kazarikei.kazari04 {
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .kazarikei.kazari04 {
    bottom: 2.667vw;
    right: 2.667vw;
  }
}
/*----------------------------------------------------------------------------
	sponsor
----------------------------------------------------------------------------*/
.sponsor {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .sponsor {
    padding: 8vw 0;
  }
}
.sponsor .field {
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .sponsor .field {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
}
.sponsor-title {
  padding: 40px 0;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 767px) {
  .sponsor-title {
    font-size: 4.8vw;
  }
}
.sponsor-title._last {
  margin-top: 80px;
}

.sponsor-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .sponsor-box {
    padding: 2.6666666667vw 0;
  }
}
.sponsor-box._line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sponsor-box._special {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sponsor-box._special:before {
  display: block;
  padding: 10px;
  content: "特別協賛";
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._special:before {
    padding: 1.3333333333vw;
    font-size: 3.733vw;
  }
}
.sponsor-box._special .s-logo {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._special .s-logo {
    width: 70%;
  }
}
.sponsor-box._patronage {
  display: block;
  margin-bottom: 80px;
  text-align: center;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .sponsor-box._patronage {
    margin-bottom: 8vw;
  }
}
.sponsor-box._patronage .sponsor-title {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .sponsor-box._patronage .sponsor-title {
    font-size: 3.733vw;
  }
}
.sponsor-box._patronage p {
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sponsor-box._patronage p {
    font-size: 14px;
  }
}
.sponsor-box._sl1 {
  gap: 25px 30px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl1 {
    gap: 1.3333333333vw 13.3333333333vw;
  }
}
.sponsor-box._sl1 .s-logo {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl1 .s-logo {
    width: 40vw;
  }
}
.sponsor-box._sl2 {
  gap: 25px 50px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl2 {
    gap: 1.3333333333vw 0.6666666667vw;
  }
}
.sponsor-box._sl2 .s-logo {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl2 .s-logo {
    width: 30.6666666667vw;
  }
}
.sponsor-box._sl3 {
  gap: 25px 30px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl3 {
    gap: 1.3333333333vw 0.6666666667vw;
  }
}
.sponsor-box._sl3 .s-logo {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl3 .s-logo {
    width: 22.6666666667vw;
  }
}
.sponsor-box._sl3 .s-logo:nth-child(n + 11) {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl3 .s-logo:nth-child(n + 11) {
    width: 22.6666666667vw;
  }
}
.sponsor-box._sl4 {
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl4 {
    gap: 1.3333333333vw 1.6vw;
  }
}
.sponsor-box._sl4 .s-logo {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl4 .s-logo {
    width: 20vw;
  }
}
.sponsor-box._sl5 {
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl5 {
    gap: 1.3333333333vw 1.6vw;
  }
}
.sponsor-box._sl5 .s-logo {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .sponsor-box._sl5 .s-logo {
    width: 13.3333333333vw;
  }
}
.s-logo a {
  transition: 0.5s;
}

.s-logo a:hover {
  opacity: 0.6;
}

.s-logo a.undefind {
  pointer-events: none;
}
/*# sourceMappingURL=index.css.map */
