/* TOPメインビジュアル */
.main_top_content {
  margin: 94px auto 0;
  position: relative;
}
.main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 307px;
}
.main_top {
  display: flex;
}
.main_top_box {
  position: relative;
  width: 50%;
}
.main_top_link {
  display: block;
  overflow: hidden;
}

.main_top_link:hover .main_top_img {
  transform: scale(1.05);
  transition: all .3s ease;
}
.main_top_link:hover .main_top_link_btn01 span::before {
  right: 115%;
  transition: all .3s ease;
}
.main_top_link:hover .main_top_link_btn02 span::before {
  left: 115%;
  transition: all .3s ease;
}

.main_top_img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
  transition: all .3s ease;
}

.main_top_link_btn01 {
  width: 40%;
  max-width: 300px;
  min-width: 210px;
  height: 95px;
  background-color: #b08be0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 6%;
  white-space: nowrap;
  transition: all .2s ease;
}
.main_top_link_btn01::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background-image: url(./img/main_top_link_btn01_flower.png);
  background-size: cover;
  width: 58px;
  height: 62px;
  z-index: -1;
}
.main_top_link_btn01 span {
  position: relative;
}
.main_top_link_btn01 span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background-image: url(./img/main_top_link_btn01_allow.png);
  background-size: cover;
  width: 27px;
  height: 8.5px;
  z-index: -1;
  transition: all .3s ease;
}

.main_top_link_btn02 {
  width: 40%;
  max-width: 300px;
  min-width: 210px;
  height: 95px;
  background-color: #f5b031;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: unset;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 6%;
  white-space: nowrap;
  transition: all .2s ease;
}
.main_top_link_btn02::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background-image: url(./img/main_top_link_btn02_flower.png);
  background-size: cover;
  width: 58px;
  height: 62px;
  z-index: -1;
}
.main_top_link_btn02 span {
  position: relative;
}
.main_top_link_btn02 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background-image: url(./img/main_top_link_btn02_allow.png);
  background-size: cover;
  width: 27px;
  height: 8.5px;
  z-index: -1;
  transition: all .3s ease;
}

.top_catch_sp {
  display: none;
}
.top_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background-color: #fff;
}
.top_catch_inner {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.top_catch_img {
  width: 100%;
  max-width: 210px;
  margin: auto;
}
.top_catch_test {
  display: block;
  text-align: center;
  margin: 12px auto 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .main_top_content {
    margin: 70px auto 0;
    position: relative;
  }
  .main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 307px;
  }
  .main_top {
    display: flex;
    flex-wrap: wrap;
  }
  .main_top_box {
    position: relative;
    width: 100%;
  }
  .main_top_link {
    display: block;
    overflow: hidden;
  }

  .main_top_link:hover .main_top_img {
    transform: scale(1.05);
    transition: all .3s ease;
  }
  .main_top_link:hover .main_top_link_btn01 span::before {
    right: 115%;
    transition: all .3s ease;
  }
  .main_top_link:hover .main_top_link_btn02 span::before {
    left: 115%;
    transition: all .3s ease;
  }

  .main_top_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 34vh;
    transition: all .3s ease;
  }

  .main_top_link_btn01 {
    width: 40%;
    max-width: 220px;
    min-width: 220px;
    height: 80px;
    background-color: #b08be0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 4%;
    white-space: nowrap;
    transition: all .2s ease;
  }
  .main_top_link_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn01_flower.png);
    background-size: cover;
    width: 58px;
    height: 62px;
    z-index: -1;
  }
  .main_top_link_btn01 span {
    position: relative;
  }
  .main_top_link_btn01 span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn01_allow.png);
    background-size: cover;
    width: 27px;
    height: 8px;
    z-index: -1;
    transition: all .3s ease;
  }

  .main_top_link_btn02 {
    width: 40%;
    max-width: 220px;
    min-width: 220px;
    height: 80px;
    background-color: #f5b031;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: unset;

    position: absolute;
    top: 75%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 4%;
    white-space: nowrap;
    transition: all .2s ease;
  }
  .main_top_link_btn02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn02_flower.png);
    background-size: cover;
    width: 58px;
    height: 62px;
    z-index: -1;
  }
  .main_top_link_btn02 span {
    position: relative;
  }
  .main_top_link_btn02 span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn02_allow.png);
    background-size: cover;
    width: 27px;
    height: 8px;
    z-index: -1;
    transition: all .3s ease;
  }

  .top_catch_sp {
    display: block;
    text-align: center;
    padding: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    width: 100%;
    position: relative;
  }
  .top_catch_sp::before {
    content: '';
    position: absolute;
    background-image: url(./img/index_ougi_01.png);
    background-size: cover;
    background-position: center;
    width: 131px;
    height: 126px;
    top: 0px;
    right: -25px;
    z-index: -1;
  }
  .top_catch_sp::after {
    content: '';
    position: absolute;
    background-image: url(./img/index_ougi_02.png);
    background-size: cover;
    background-position: center;
    width: 136px;
    height: 120px;
    bottom: 0px;
    left: -30px;
    z-index: -1;
  }
  .top_catch {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color: #fff;
  }
  .top_catch_inner {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .top_catch_img {
    width: 100%;
    max-width: 210px;
    margin: auto;
  }
  .top_catch_test {
    display: block;
    text-align: center;
    margin: 12px auto 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 550px) {
  .main_top_link_btn01 {
    width: 40%;
    max-width: 220px;
    min-width: 220px;
    height: 80px;
    background-color: #b08be0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    position: absolute;
    top: 75%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 7%;
    white-space: nowrap;
    transition: all .2s ease;
  }
  .main_top_link_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn01_flower.png);
    background-size: cover;
    width: 58px;
    height: 62px;
    z-index: -1;
  }
  .main_top_link_btn01 span {
    position: relative;
  }
  .main_top_link_btn01 span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn01_allow.png);
    background-size: cover;
    width: 27px;
    height: 8px;
    z-index: -1;
    transition: all .3s ease;
  }

  .main_top_link_btn02 {
    width: 40%;
    max-width: 220px;
    min-width: 220px;
    height: 80px;
    background-color: #f5b031;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: unset;

    position: absolute;
    top: 75%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 7%;
    white-space: nowrap;
    transition: all .2s ease;
  }
  .main_top_link_btn02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn02_flower.png);
    background-size: cover;
    width: 58px;
    height: 62px;
    z-index: -1;
  }
  .main_top_link_btn02 span {
    position: relative;
  }
  .main_top_link_btn02 span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background-image: url(./img/main_top_link_btn02_allow.png);
    background-size: cover;
    width: 27px;
    height: 8px;
    z-index: -1;
    transition: all .3s ease;
  }
}
/* TOPメインビジュアル */


.index_corona_link {
  display: block;
  font-size: 2.3rem;
  text-align: center;
  margin: 10px 0 0;
  color: #4dbbbf;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.index_corona_link span {
  border-bottom: 1px solid #4dbbbf;
}

.index_contents {
  position: relative;
}
.index_contents::after {
  content: '';
  position: absolute;
  background-image: url(./img/index_contents_deco.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .index_corona_link {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin: 40px 0 0;
    color: #4dbbbf;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .index_corona_link span {
    border-bottom: 1px solid #4dbbbf;
  }

  .index_contents {
    position: relative;
  }
  .index_contents::after {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/index_contents_deco.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
}

/* TOPのNEW */
.index_news {
  width: 100%;
  max-width: 1120px;
  margin: 100px auto;
}
.index_news_contents {
  position: relative;
  display: flex;
  padding: 80px 45px;
  border-radius: 35px;
  border: 1px solid #add9d9;
  background-color: #fff;
}
/* .index_news_contents::after {
  content: '';
  position: absolute;
  background-image: url(./img/ougi-01.png);
  background-size: cover;
  background-position: center;
  width: 535px;
  height: 553px;
  top: -100px;
  right: -200px;
  z-index: -1;
} */

/* .index_news_contents::before {
  content: '';
  position: absolute;
  background-image: url(./img/ougi2-01.png);
  background-size: cover;
  background-position: center;
  width: 560px;
  height: 491px;
  bottom: -120px;
  left: -200px;
  z-index: -1;
} */

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
/* .index_news_contents.ougi01::after {
  background-image: url(./img/ougi-01.png);
}
.index_news_contents.ougi02::after {
  background-image: url(./img/ougi-02.png);
}
.index_news_contents.ougi03::after {
  background-image: url(./img/ougi-03.png);
}
.index_news_contents.ougi04::after {
  background-image: url(./img/ougi-04.png);
}
.index_news_contents.ougi05::after {
  background-image: url(./img/ougi-05.png);
}
.index_news_contents.ougi06::after {
  background-image: url(./img/ougi-06.png);
}
.index_news_contents.ougi07::after {
  background-image: url(./img/ougi-07.png);
}
.index_news_contents.ougi08::after {
  background-image: url(./img/ougi-08.png);
}
.index_news_contents.ougi09::after {
  background-image: url(./img/ougi-09.png);
}
.index_news_contents.ougi10::after {
  background-image: url(./img/ougi-10.png);
}
.index_news_contents.ougi11::after {
  background-image: url(./img/ougi-11.png);
}
.index_news_contents.ougi12::after {
  background-image: url(./img/ougi-12.png);
} */
/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
/* .index_news_contents.ougi01::before {
  background-image: url(./img/ougi2-01.png);
}
.index_news_contents.ougi02::before {
  background-image: url(./img/ougi2-02.png);
}
.index_news_contents.ougi03::before {
  background-image: url(./img/ougi2-03.png);
}
.index_news_contents.ougi04::before {
  background-image: url(./img/ougi2-04.png);
}
.index_news_contents.ougi05::before {
  background-image: url(./img/ougi2-05.png);
}
.index_news_contents.ougi06::before {
  background-image: url(./img/ougi2-06.png);
}
.index_news_contents.ougi07::before {
  background-image: url(./img/ougi2-07.png);
}
.index_news_contents.ougi08::before {
  background-image: url(./img/ougi2-08.png);
}
.index_news_contents.ougi09::before {
  background-image: url(./img/ougi2-09.png);
}
.index_news_contents.ougi10::before {
  background-image: url(./img/ougi2-10.png);
}
.index_news_contents.ougi11::before {
  background-image: url(./img/ougi2-11.png);
}
.index_news_contents.ougi12::before {
  background-image: url(./img/ougi2-12.png);
} */
/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */
.ougi1 {
  position: absolute;
  width: 535px;
  height: 553px;
  top: -100px;
  right: -200px;
  z-index: -1;
}
.ougi1 img  {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ougi1 .ougi1-01 {
  opacity: 1;
}
.ougi1 img.ougi0  {
  opacity: 1;
  transition: .1s
}
.ougi2 {
  position: absolute;
  width: 560px;
  height: 491px;
  bottom: -120px;
  left: -200px;
  z-index: -1;
}
.ougi2 img  {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ougi2 .ougi2-01 {
  opacity: 1;
}
.ougi2 img.ougi0  {
  opacity: 1;
  transition: .1s
}

/* ※※※※※※※※※※※※※※※※※※※※※※※※※※※※ */

.index_news_ttl span {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  font-size: 2.6rem;
  padding: 0 0 0 60px;
  margin: 0 60px 0 0;
  white-space: nowrap;
  z-index: 1;
}
.index_news_ttl span::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(./img/index_news_ttl.png);
  background-size: cover;
  background-position: center;
  width: 161px;
  height: 119px;
  z-index: -1;
}

.index_news_list {
  border-top: 1px solid #e2e2e2;
}
.index_news_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 25px;
}
.index_news_list li a {
  display: flex;
  color: #333;
  width: 100%;
}
.index_news_list li a .day {
  width: 120px;
  color: #4d99c5;
}
.index_news_list li a p {
  width: calc(100% - 120px);
  margin: 0;
}

.index_news_page_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.index_news_page_link a {
  position: relative;
  padding: 0 35px 0 0;
  margin: 0 0 0 40px;
  color: #333;
}
.index_news_page_link a::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url(./img/news_allow.svg);
  background-size: cover;
  background-position: center;
  width: 22px;
  height: 7px;
}
.index_news_list_contents {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .index_news {
    width: 100%;
    max-width: 1120px;
    margin: 50px auto;
    padding: 0 15px;
  }
  .index_news_contents {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 15px 40px;
    border-radius: 35px;
    border: 1px solid #add9d9;
    background-color: #fff;
  }
  .index_news_contents::after {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/index_ougi_01.png);
    background-size: cover;
    background-position: center;
    width: 538px;
    height: 517px;
    top: -100px;
    right: -200px;
    z-index: -1;
  }
  .index_news_contents::before {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/index_ougi_02.png);
    background-size: cover;
    background-position: center;
    width: 560px;
    height: 491px;
    bottom: -120px;
    left: -200px;
    z-index: -1;
  }

  .ougi1 {
    display: none;
    position: absolute;
    width: 535px;
    height: 553px;
    top: -100px;
    right: -200px;
    z-index: -1;
  }
  .ougi1 img  {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .ougi1 .ougi1-01 {
    opacity: 1;
  }
  .ougi1 img.ougi0  {
    opacity: 1;
    transition: .1s
  }
  .ougi2 {
    display: none;
    position: absolute;
    width: 560px;
    height: 491px;
    bottom: -120px;
    left: -200px;
    z-index: -1;
  }
  .ougi2 img  {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .ougi2 .ougi2-01 {
    opacity: 1;
  }
  .ougi2 img.ougi0  {
    opacity: 1;
    transition: .1s
  }


  .index_news_ttl {
    width: 100%;
    text-align: center;
  }
  .index_news_ttl span {
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
  }
  .index_news_ttl span::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -30px;
    background-image: url(./img/index_news_ttl.png);
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 60px;
    z-index: -1;
  }

  .index_news_list {
    border-top: 1px solid #e2e2e2;
    padding: 0 10px;
  }
  .index_news_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 5px;
  }
  .index_news_list li a {
    display: flex;
    flex-wrap: wrap;
    color: #333;
    width: 100%;
  }
  .index_news_list li a .day {
    display: block;
    width: 100%;
    color: #4d99c5;
  }
  .index_news_list li a p {
    width: 100%;
    margin: 0;
  }

  .index_news_page_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: unset;
    margin: 20px 0 0;
    padding: 0 10px;
    text-align: right;
  }
  .index_news_page_link .page_link {
    width: 100%;
  }
  .index_news_page_link a {
    display: inline-block;
    position: relative;
    padding: 0 35px 0 0;
    margin: 10px 0 0;
    color: #333;
  }
  .index_news_page_link a::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    background-image: url(./img/news_allow.svg);
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 7px;
  }
  .index_news_list_contents {
    margin: 50px 0 0;
  }
}
/* NEWSタブ */
.wrap-tab{
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.tab-radio{
  display: none;
}
.list-tab-label{
  display: flex;
  margin: 0px -4px 0;
  max-width: 600px;
  width: 100%;
}
.list-tab-label > li{
  margin: 0 0px;
  width: 100%;
  text-align: center;
  padding: 0 4px;
}
.list-tab-label > li:last-child{
  border-right: unset;
}
.tab-label{
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #959595;
  box-sizing: border-box;
  cursor: pointer;
	transition: .3s;
  font-size: 1.7rem;
  border-radius: 5px;
}
.tab-label:hover {
  opacity: .7;
  transition: .3s;
}
.tab-label:hover .cons_img,
.tab-label:hover .cons_ttl {
	transition: .1s;
}
#tab-radio1:checked ~ .list-tab-label #tab-label1,
#tab-radio2:checked ~ .list-tab-label #tab-label2,
#tab-radio3:checked ~ .list-tab-label #tab-label3,
#tab-radio4:checked ~ .list-tab-label #tab-label4,
#tab-radio5:checked ~ .list-tab-label #tab-label5{
  background: #79d4ce;
  color: #fff;
  position: relative;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
  transition: .3s;
}
#tab-radio1:checked ~ .list-tab-label #tab-label1 {
  background: #79d4ce;
}
#tab-radio2:checked ~ .list-tab-label #tab-label2 {
  background: #b08be0;
}
#tab-radio3:checked ~ .list-tab-label #tab-label3 {
  background: #f5b031;
}
.tab-content{
  display: none;
}
.wrap-tab-content {
  margin: 20px 0 0;
}
#tab-radio1:checked ~ .wrap-tab-content #tab-content1,
#tab-radio2:checked ~ .wrap-tab-content #tab-content2,
#tab-radio3:checked ~ .wrap-tab-content #tab-content3,
#tab-radio4:checked ~ .wrap-tab-content #tab-content4,
#tab-radio5:checked ~ .wrap-tab-content #tab-content5{
  display: block;
}
@media only screen and (max-width: 768px) {
  /* NEWSタブ */
  .wrap-tab{
    overflow: hidden;
    width: 100%;
    max-width: 1080px;
    margin: auto;
  }
  .tab-radio{
    display: none;
  }
  .list-tab-label{
    display: flex;
    margin: 0;
    max-width: 600px;
    width: 100%;
  }
  .list-tab-label > li{
    margin: 0 8px 0 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .list-tab-label > li:last-child{
    border-right: unset;
    margin: 0;
  }
  .tab-label{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 60px;
    color: #fff;
    background: #959595;
    box-sizing: border-box;
    cursor: pointer;
  	transition: .3s;
    font-size: 1.5rem;
    border-radius: 5px;
    line-height: 1.4;
  }
  .tab-label:hover {
    opacity: unset;
    transition: .3s;
  }
  .tab-label:hover .cons_img,
  .tab-label:hover .cons_ttl {
  	transition: .1s;
  }
  #tab-radio1:checked ~ .list-tab-label #tab-label1,
  #tab-radio2:checked ~ .list-tab-label #tab-label2,
  #tab-radio3:checked ~ .list-tab-label #tab-label3,
  #tab-radio4:checked ~ .list-tab-label #tab-label4,
  #tab-radio5:checked ~ .list-tab-label #tab-label5{
    background: #79d4ce;
    color: #fff;
    position: relative;
  	/* border-top-left-radius: 10px;
  	border-top-right-radius: 10px; */
    transition: .3s;
  }
  #tab-radio1:checked ~ .list-tab-label #tab-label1 {
    background: #79d4ce;
  }
  #tab-radio2:checked ~ .list-tab-label #tab-label2 {
    background: #b08be0;
  }
  #tab-radio3:checked ~ .list-tab-label #tab-label3 {
    background: #f5b031;
  }
  .tab-content{
    display: none;
  }
  .wrap-tab-content {
    margin: 40px 0 0;
  }
  #tab-radio1:checked ~ .wrap-tab-content #tab-content1,
  #tab-radio2:checked ~ .wrap-tab-content #tab-content2,
  #tab-radio3:checked ~ .wrap-tab-content #tab-content3,
  #tab-radio4:checked ~ .wrap-tab-content #tab-content4,
  #tab-radio5:checked ~ .wrap-tab-content #tab-content5{
    display: block;
  }
}



/* TOPリンク */
.index_link_contents {
  margin: 60px auto 0;
}
.index_link {
  position: relative;
  display: block;
  color: #333;
}
.index_link_img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 450px;
}
.index_link_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: left top;
}
.index_link_box01 {
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
  max-width: 270px;
}
.index_link_box02 {
  position: absolute;
  top: 50%;
  right: 130px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
  max-width: 270px;
}
.index_link_text {
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
}
.index_link_text_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.index_link_ttl {
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.index_link_sub {
  display: block;
  position: relative;
  margin: 15px 0 0;
  padding: 25px 0;
}
.index_link_sub::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  width: 37px;
  height: 5px;
}
.index_link_sub_01::after {
  background-image: url(./img/index_link_sub_01.png);
}
.index_link_sub_02::after{
  background-image: url(./img/index_link_sub_02.png);
}
.index_link_sub::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-image: url(./img/index_link_sub_allow.svg);
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 8px;
}
@media only screen and (max-width: 768px) {
  .index_link_contents {
    margin: 60px auto 0;
  }
  .index_link {
    position: relative;
    display: block;
    color: #333;
  }
  .index_link_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
  }
  .index_link_img01 {
    background-image: url(./img/index_link_img_01_sp.jpg)!important;
  }
  .index_link_box01 {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width: 100%;
    max-width: 175px;
  }
  .index_link_box02 {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width: 100%;
    max-width: 175px;
  }
  .index_link_text {
    width: 100%;
    position: relative;
    background: no-repeat center / cover;
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
  }
  .index_link_text_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .index_link_ttl {
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .index_link_sub {
    display: block;
    position: relative;
    margin: 10px 0 0;
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .index_link_sub::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    width: 37px;
    height: 5px;
  }
  .index_link_sub_01::after {
    background-image: url(./img/index_link_sub_01.png);
  }
  .index_link_sub_02::after{
    background-image: url(./img/index_link_sub_02.png);
  }
  .index_link_sub::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background-image: url(./img/index_link_sub_allow.svg);
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 8px;
  }
}


/* TOPマップ */
.index_map_contents {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 0;
}
.index_map {
  border-radius: 15px;
}
.index_g_map {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .index_map_contents {
    width: 100%;
    max-width: unset;
    margin: 50px auto 0;
  }
  .index_map {
    border-radius: 0px;
  }
  .index_g_map {
    width: 100%;
    height: 280px;
    border-radius: 0px;
  }
}

/* テンプレート */

/* 背景色付き_カラム02 */
.tmp_column2_02_back {
  position: relative;
  background-color: #fff5dd;
  padding: 60px 0 150px;
  margin: 140px auto 0;
  z-index: 0;
}
.tmp_column2_02_back::after {
  content: '';
  position: absolute;
  background-image: url(./img/cream_back.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60px;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.tmp_column2_02_contents {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.tmp_column2_02 {
  display: flex;
  align-items: center;
}
.tmp_column2_02_img {
  position: relative;
  width: 50%;
}
.tmp_column2_02_img::after {
  content: '';
  background-image: url(./img/tmp_column2_02_img_deco.png);
  background-size: cover;
  background-position: center;
  width: 115px;
  height: 107px;
  bottom: -70px;
  left: -35px;
  position: absolute;
  z-index: -1;
}
.tmp_column2_02_img .img_main_box {
  max-width: 430px;
  width: 100%;
}
.tmp_column2_02_img .img_main {
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
}
.tmp_column2_02_img .img_main::after {
  content: '';
  background-image: url(./img/img_main_deco.png);
  background-size: cover;
  background-position: center;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.tmp_column2_02_img .img_sub_box {
  position: absolute;
  bottom: -15px;
  right: 0;
  max-width: 210px;
  width: 100%;
  z-index: 1;
}
.tmp_column2_02_img .img_sub {
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
}
.tmp_column2_02_img .img_sub::after {
  content: '';
  background-image: url(./img/img_sub_deco.png);
  background-size: cover;
  background-position: center;
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.tmp_column2_02_text {
  width: 50%;
  padding: 0 0 0 70px;
}
.tmp_column2_02_ttl {
  position: relative;
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.tmp_column2_02_ttl::after {
  content: '';
  background-image: url(./img/tmp_column2_02_ttl_deco.png);
  background-size: cover;
  background-position: center;
  width: 106px;
  height: 103px;
  top: -40px;
  left: -25px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .tmp_column2_02_back {
    position: relative;
    background-color: #fff5dd;
    padding: 60px 0;
    margin: 40px auto 0;
    z-index: 0;
  }
  .tmp_column2_02_back::after {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/cream_back.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
  .tmp_column2_02_contents {
    width: 100%;
    max-width: 1120px;
    padding: 0 15px;
    margin: auto;
  }
  .tmp_column2_02 {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
  }
  .tmp_column2_02_img {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
  .tmp_column2_02_img::after {
    content: '';
    display: none;
    background-image: url(./img/tmp_column2_02_img_deco.png);
    background-size: cover;
    background-position: center;
    width: 115px;
    height: 107px;
    bottom: -70px;
    left: -35px;
    position: absolute;
    z-index: -1;
  }
  .tmp_column2_02_img .img_main_box {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .tmp_column2_02_img .img_main {
    width: 100%;
    position: relative;
    background: no-repeat center / cover;
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
  }
  .tmp_column2_02_img .img_main::after {
    content: '';
    background-image: url(./img/img_main_deco.png);
    background-size: cover;
    background-position: center;
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }

  .tmp_column2_02_img .img_sub_box {
    display: none;
    position: absolute;
    bottom: -15px;
    right: 0;
    max-width: 210px;
    width: 100%;
    z-index: 1;
  }
  .tmp_column2_02_img .img_sub {
    width: 100%;
    position: relative;
    background: no-repeat center / cover;
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
  }
  .tmp_column2_02_img .img_sub::after {
    content: '';
    display: none;
    background-image: url(./img/img_sub_deco.png);
    background-size: cover;
    background-position: center;
    width: 115%;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }

  .tmp_column2_02_text {
    width: 100%;
    padding: 0px;
    margin: 40px 0 0;
  }
  .tmp_column2_02_ttl {
    position: relative;
    font-size: 2.1rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
  }
  .tmp_column2_02_ttl::after {
    content: '';
    display: none;
    background-image: url(./img/tmp_column2_02_ttl_deco.png);
    background-size: cover;
    background-position: center;
    width: 106px;
    height: 103px;
    top: -40px;
    left: -25px;
    position: absolute;
    z-index: -1;
  }
}
/* 背景色付き_カラム02 */

/* カラム02_左画像 */
.tmp_column2_01_back {
  position: relative;
  /* background-color: #fff5dd; */
  padding: 60px 0 120px;
  margin: 0px auto 0;
  z-index: 0;
}
.tmp_column2_01_back::after {
  content: '';
  position: absolute;
  background-image: url(./img/white_back.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.tmp_column2_01_contents {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.tmp_column2_01 {
  display: flex;
  align-items: center;
}
.tmp_column2_01_img {
  position: relative;
  width: 50%;
}
.tmp_column2_01_img::after {
  content: '';
  background-image: url(./img/tmp_column2_01_img_deco.png);
  background-size: cover;
  background-position: center;
  width: 115px;
  height: 107px;
  bottom: -70px;
  left: -35px;
  position: absolute;
  z-index: -1;
}
.tmp_column2_01_img .img_main_box {
  max-width: 430px;
  width: 100%;
}
.tmp_column2_01_img .img_main {
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
}
.tmp_column2_01_img .img_main::after {
  content: '';
  background-image: url(./img/img_main_deco_or.png);
  background-size: cover;
  background-position: center;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.tmp_column2_01_img .img_sub_box {
  position: absolute;
  bottom: -15px;
  right: 0;
  max-width: 210px;
  width: 100%;
  z-index: 1;
}
.tmp_column2_01_img .img_sub {
  width: 100%;
  position: relative;
  background: no-repeat center / cover;
  border-radius: 50%;
  height: 0;
  padding-top: 100%;
}
.tmp_column2_01_img .img_sub::after {
  content: '';
  background-image: url(./img/img_sub_deco_or.png);
  background-size: cover;
  background-position: center;
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.tmp_column2_01_text {
  width: 50%;
  padding: 0 70px 0 0;
}
.tmp_column2_01_ttl {
  position: relative;
  font-size: 2.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}
.tmp_column2_01_ttl::after {
  content: '';
  background-image: url(./img/tmp_column2_01_ttl_deco.png);
  background-size: cover;
  background-position: center;
  width: 106px;
  height: 103px;
  top: -40px;
  left: -25px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .tmp_column2_01_back {
    position: relative;
    /* background-color: #fff5dd; */
    padding: 60px 0 0px;
    margin: 0px auto 0;
    z-index: 0;
  }
  .tmp_column2_01_back::after {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/white_back.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
  .tmp_column2_01_contents {
    width: 100%;
    max-width: 1120px;
    padding: 0 15px;
    margin: auto;
  }
  .tmp_column2_01 {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
  }
  .tmp_column2_01_img {
    position: relative;
    width: 100%;
    padding: 0 15px;
    order: 1;
  }
  .tmp_column2_01_img::after {
    content: '';
    display: none;
    background-image: url(./img/tmp_column2_01_img_deco.png);
    background-size: cover;
    background-position: center;
    width: 115px;
    height: 107px;
    bottom: -50px;
    left: -50px;
    position: absolute;
    z-index: -1;
  }
  .tmp_column2_01_img .img_main_box {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .tmp_column2_01_img .img_main {
    width: 100%;
    position: relative;
    background: no-repeat center / cover;
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
  }
  .tmp_column2_01_img .img_main::after {
    content: '';
    background-image: url(./img/img_main_deco_or.png);
    background-size: cover;
    background-position: center;
    width: 110%;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }

  .tmp_column2_01_img .img_sub_box {
    display: none;
    position: absolute;
    bottom: -15px;
    right: 0;
    max-width: 210px;
    width: 100%;
    z-index: 1;
  }
  .tmp_column2_01_img .img_sub {
    width: 100%;
    position: relative;
    background: no-repeat center / cover;
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
  }
  .tmp_column2_01_img .img_sub::after {
    content: '';
    background-image: url(./img/img_sub_deco_or.png);
    background-size: cover;
    background-position: center;
    width: 115%;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: -1;
  }

  .tmp_column2_01_text {
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
    order: 2;
  }
  .tmp_column2_01_ttl {
    position: relative;
    font-size: 2.1rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
  }
  .tmp_column2_01_ttl::after {
    content: '';
    display: none;
    background-image: url(./img/tmp_column2_01_ttl_deco.png);
    background-size: cover;
    background-position: center;
    width: 106px;
    height: 103px;
    top: -40px;
    left: -25px;
    position: absolute;
    z-index: -1;
  }
}
/* カラム02_右画像 */




/* 下層ページメインタイトル部 */
.page_main {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #ffecbd;
  margin: 94px auto 0;
}
.page_main::after {
  content: '';
  position: absolute;
  background-image: url(./img/index_contents_deco.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.page_main::before {
  content: '';
  position: absolute;
  background-image: url(./img/page_main_deco.png);
  background-size: cover;
  background-position: center;
  width: 551px;
  height: 255px;
  top: -60px;
  left: -15px;
}
.page_main .ttl-cmn-01 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .page_main {
    position: relative;
    width: 100%;
    height: 140px;
    background-color: #ffecbd;
    margin: 70px auto 0;
  }
  .page_main::after {
    content: '';
    display: none;
    position: absolute;
    background-image: url(./img/index_contents_deco.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  }
  .page_main::before {
    content: '';
    position: absolute;
    background-image: url(./img/page_main_deco.png);
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 93px;
    top: 25px;
    left: -15px;
  }
  .page_main .ttl-cmn-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}
/* 下層ページメインタイトル部 */


/* 代表挨拶 */
.message_ttl {
  position: relative;
  font-size: 2.3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  margin-top: 40px;
  z-index: 0;
}
.message_ttl + .txt-cmn {
  margin: 40px 0 0;
}
.message_name_box {
  margin: 30px 0 0;
  text-align: right;
}
.message_name_sub {
  display: block;
}
.message_name {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .message_ttl {
    position: relative;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-top: 30px;
    z-index: 0;
  }
  .message_ttl + .txt-cmn {
    margin: 30px 0 0;
  }
  .message_name_box {
    margin: 30px 0 0;
    text-align: right;
  }
  .message_name_sub {
    display: block;
  }
  .message_name {
    display: block;
    font-size: 1.8rem;
  }
}

/* 企業理念 */
.slogan_list {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1000px;
}
.slogan_list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
}
/* .slogan_list li:nth-of-type(1)::before {
  content:'1.';
}
.slogan_list li:nth-of-type(2)::before {
  content:'2.';
}
.slogan_list li:nth-of-type(3)::before {
  content:'3.';
}
.slogan_list li:nth-of-type(4)::before {
  content:'4.';
}
.slogan_list li:nth-of-type(5)::before {
  content:'5.';
}
.slogan_list li:nth-of-type(6)::before {
  content:'6.';
}
.slogan_list li:nth-of-type(7)::before {
  content:'7.';
}
.slogan_list li:nth-of-type(8)::before {
  content:'8.';
}
.slogan_list li:nth-of-type(9)::before {
  content:'9.';
} */
.slogan_list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fec943;
  font-weight: bold;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fec943;
}


.list {
  margin: 20px 0 0;
}
.list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
}
.list li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fec943;
  font-weight: bold;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fec943;
}

.contact_catch {
  margin: 30px auto 0;
}
.tel_contents {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.contact_tel_contents {
  margin: 30px auto 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fec943;
  border-bottom: 1px solid #fec943;
}
.contact_tel_name {
  font-size: 1.8rem;
  font-weight: bold;
}
.contact_tel {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 3px;
}
.contact_tel a {
  pointer-events: none;
  color: #333;
}
.contact_time {
  margin: 0;
}
.contact_care {
  margin: 30px auto 0;
}
.contact_care li {
  position: relative;
  padding: 0 0px 0 16px;
}
.contact_care li::before {
  content:'※';
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .contact_catch {
    margin: 30px auto 0;
  }
  .tel_contents {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
  }
  .contact_tel_contents {
    margin: 20px auto 0;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #fec943;
    border-bottom: 1px solid #fec943;
  }
  .contact_tel_name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .contact_tel {
    font-size: 2.7rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 3px;
  }
  .contact_tel a {
    pointer-events: auto;
    color: #333;
  }
  .contact_time {
    margin: 0;
  }
  .contact_care {
    margin: 20px auto 0;
  }
  .contact_care li {
    position: relative;
    padding: 0 0px 0 16px;
  }
  .contact_care li::before {
    content:'※';
    position: absolute;
    left: 0;
    top: 0;
  }
}
.waku {
  padding: 20px;
  border: 2px solid #fec943;
}
.keyword {
  margin: 0px auto 0;
  width: 100%;
  max-width: 1000px;
}
.keyword_box {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
.rinen_keyword {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  z-index: 0;
  margin: 0 20px 0 0;
  width: 120px;
}
.rinen_keyword::after {
  content: '';
  background-image: url(./img/ttl-cmn2-02.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 37px;
  height: 5px;
  z-index: 1;
}
.rinen_keyword + p {
  margin: 0px 0 0;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 768px) {
  .keyword {
    margin: 0px auto 0;
    width: 100%;
    max-width: 1000px;
  }
  .keyword_box {
    display: block;
    align-items: unset;
    margin: 20px 0 0;
  }
  .rinen_keyword {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    z-index: 0;
    margin: 0 20px 0 0;
    width: unset;
  }
  .rinen_keyword::after {
    content: '';
    display: none;
    background-image: url(./img/ttl-cmn2-02.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width: 37px;
    height: 5px;
    z-index: 1;
  }
  .rinen_keyword + p {
    margin: 0px 0 0;
    width: 100%;
  }
}

.fes_single_contents {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.festival_contents .news-table {
  margin: 60px 0 0;
}
.festival_contents .festival_h2 {
  margin: 60px 0 0;
}

.festival_text .festival_text_p {
  margin: 40px 0 0;
}
.fest_list_contents {
  display: inline-block;
  padding: 20px 40px 20px 0;
  border-top: 1px solid #fec943;
  border-bottom: 1px solid #fec943;
  margin: 40px 0 0;
}
.fest_list_contents .fest_list:first-child {
  margin: 0px;
}
.fest_list_contents .fest_list {
  margin: 20px 0 0;
}
.fest_list .fest_list_ttl {
  font-size: 1.7rem;
  font-weight: 600;
}
.fest_list li {
  position: relative;
  padding: 5px 0 0 0px;
}
.fest_list li::before {
  content: '';
  padding: 5px 10px 0 0;
  color: #fec943;
}
.fest_list li:nth-of-type(1)::before {
  content: '一.';
}
.fest_list li:nth-of-type(2)::before {
  content: '二.';
}
.fest_list li:nth-of-type(3)::before {
  content: '三.';
}
.fest_list li:nth-of-type(4)::before {
  content: '四.';
}
.fest_list li:nth-of-type(5)::before {
  content: '五.';
}
.fest_list li:nth-of-type(6)::before {
  content: '六.';
}
.fest_list li:nth-of-type(7)::before {
  content: '七.';
}
.fest_list li:nth-of-type(8)::before {
  content: '八.';
}
.fest_list li:nth-of-type(9)::before {
  content: '九.';
}
.fest_list li:nth-of-type(10)::before {
  content: '十.';
}


@media only screen and (max-width: 768px) {
  .fes_single_contents {
    width: 100%;
    max-width: 900px;
    margin: auto;
  }
  .festival_contents .news-table {
    margin: 50px 0 0;
  }
  .festival_contents .festival_h2 {
    margin: 30px 0 0;
  }

  .festival_text .festival_text_p {
    margin: 40px 0 0;
  }
  .fest_list_contents {
    display: block;
    padding: 20px 40px 20px 0;
    border-top: 1px solid #fec943;
    border-bottom: 1px solid #fec943;
    margin: 40px 0 0;
  }
  .fest_list_contents .fest_list:first-child {
    margin: 0px;
  }
  .fest_list_contents .fest_list {
    margin: 20px 0 0;
  }
  .fest_list .fest_list_ttl {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .fest_list li {
    position: relative;
    padding: 5px 0 0 0px;
  }
  .fest_list li::before {
    content: '';
    padding: 5px 10px 0 0;
    color: #fec943;
  }
  .fest_list li:nth-of-type(1)::before {
    content: '一.';
  }
  .fest_list li:nth-of-type(2)::before {
    content: '二.';
  }
  .fest_list li:nth-of-type(3)::before {
    content: '三.';
  }
  .fest_list li:nth-of-type(4)::before {
    content: '四.';
  }
  .fest_list li:nth-of-type(5)::before {
    content: '五.';
  }
  .fest_list li:nth-of-type(6)::before {
    content: '六.';
  }
  .fest_list li:nth-of-type(7)::before {
    content: '七.';
  }
  .fest_list li:nth-of-type(8)::before {
    content: '八.';
  }
  .fest_list li:nth-of-type(9)::before {
    content: '九.';
  }
  .fest_list li:nth-of-type(10)::before {
    content: '十.';
  }
}

.map {
  color: #766f6f;
}
.map:hover {
  text-decoration: underline;
}

.philosophy_content .btn-cmn-01 {
  margin: 60px auto 0;
}
.recruit_h2_02 {
  margin: 60px auto 0;
}

.btn_column_nomal {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .philosophy_content .btn-cmn-01 {
    margin: 30px auto 0;
  }
  .recruit_h2_02 {
    margin: 40px auto 0;
  }
}

.btn_column02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  margin: 20px auto 0;
}
.contents .catch_p {
  text-align: center;
  margin-top: 0px;
}
@media only screen and (max-width: 768px){
  .btn_column02 {
    display: block;
    justify-content: unset;
    width: 100%;
    max-width: unset;
    margin: 20px auto 0;
  }
  .contents .catch_p {
    text-align: unset;
    margin-top: 30px;
  }
}

.recruit_essentials .dl-table {
  margin-top: 20px;
}
.table-cmn-02 {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 60px 0 0;
}
.table-cmn-02 tr {
  border-bottom: 1px solid #ccc;
}
.table-cmn-02 tr th {
  padding: 25px 0px 25px 40px;
  width: 220px;
  font-weight: bold;
}
.table-cmn-02 tr td {
  padding: 20px;
}
.ttl-cmn-04 + .table-cmn-02 {
  margin: 20px 0 0;
}

.recruit_contents .txt-cmn {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
}
.text_ce {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit_essentials .dl-table {
    margin-top: 20px;
  }
  .table-cmn-02 {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 60px 0 0;
  }
  .table-cmn-02 tr {
    border-bottom: 1px solid #ccc;
  }
  .table-cmn-02 tr th {
    padding: 20px 0px 0px;
    width: 100%;
    display: block;
    font-weight: bold;
  }
  .table-cmn-02 tr td {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
  .ttl-cmn-04 + .table-cmn-02 {
    margin: 20px 0 0;
  }

  .recruit_contents .grid-cmn {
      margin: 20px -10px 0;
  }
  .recruit_contents .grid-cmn .col.col-s-12 {
    width: 50%;
  }
  .recruit_contents .grid-cmn .col {
    padding: 0 5px;
    margin-top: 10px;
  }
  .contentsrecruit_contents .col img {
    border-radius: 10px;
  }
  .recruit_contents .txt-cmn {
    width: 100%;
    max-width: unset;
    margin: 40px auto 0;
  }

  .recruit_essentials .ttl-cmn-04 {
    margin: 60px 0 0;
  }
  .recruit_essentials .ttl-cmn-04:first-child{
    margin: 40px 0 0;
  }
  .text_ce {
    text-align: center;
  }
}
