@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.tag_list {
  display: flex;
  column-gap: 70px;
  margin: auto;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 849px) {
  .tag_list {
    margin: auto;
    max-width: 330px;
    column-gap: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 849px) {
  .sogotag_box {
    margin: auto;
    display: flex;
    padding-left: 30px;
    padding-right: 20px;
    column-gap: 10px;
    max-width: 330px;
  }
}
.sogotag_box .subtag_list {
  display: flex;
  column-gap: 50px;
  margin: auto;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .sogotag_box .subtag_list {
    width: calc(100% - 105px);
    column-gap: 15px;
    display: block;
    margin-top: 0;
  }
}
.sogotag_box .subtag_list .big_a {
  display: block;
  width: 100%;
  max-width: 214px;
  line-height: 46px;
  border-radius: 46px;
  border: 1px solid #6F4B29;
  color: #6F4B29 !important;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 849px) {
  .sogotag_box .subtag_list .big_a {
    line-height: 37px;
    font-size: 12px;
    padding: 0 27px 0 20px;
  }
  .sogotag_box .subtag_list .big_a + .big_a {
    margin-top: 15px;
  }
}
.sogotag_box .subtag_list .big_a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/life/big_a_after.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .sogotag_box .subtag_list .big_a:after {
    width: 7px;
    height: 7px;
    background: url(../img/life/big_a_after_sp.svg) no-repeat;
    background-size: 100% 100%;
  }
}
.sogotag_box .sub_tag_small {
  display: flex;
  column-gap: 50px;
  margin: auto;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small {
    width: 95px;
    display: block;
    padding-top: 5px;
    margin-top: 0;
  }
}
.sogotag_box .sub_tag_small li {
  display: flex;
  width: calc(50% - 25px);
  position: relative;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small li {
    width: 100%;
  }
}
.sogotag_box .sub_tag_small li:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
.sogotag_box .sub_tag_small li:nth-child(2) {
  column-gap: 15px;
  display: flex;
  justify-content: flex-start;
  padding-left: 9px;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small li:nth-child(2) {
    margin-top: 20px;
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .sogotag_box .sub_tag_small li:nth-child(2) .sub_a:first-child {
    margin-bottom: 10px;
  }
}
.sogotag_box .sub_tag_small .sub_a {
  z-index: 10;
  position: relative;
}
.sogotag_box .sub_tag_small .sub_a .sub_a_box {
  position: absolute;
  bottom: 38px;
  right: 40px;
  width: fit-content;
  z-index: 20;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small .sub_a .sub_a_box {
    display: none;
  }
}
.sogotag_box .sub_tag_small .sub_a .sub_a_box .sub_a_box_bg {
  background: #ffffff;
  border: 1px solid #6F4B29;
  border-radius: 9.5px;
  padding: 15px;
  position: relative;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 260px;
}
.sogotag_box .sub_tag_small .sub_a .sub_a_box .sub_a_box_bg:after {
  content: '';
  position: absolute;
  bottom: -15.5px;
  right: 20px;
  width: 15px;
  height: 17px;
  background: url(../img/life/sub_tag_small_bg_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.sogotag_box .sub_tag_small .sub_a .sub_a_box .big01_sp_btn_c {
  display: block;
  text-align: center;
  position: relative;
  width: 15px;
  margin: auto;
  margin-right: 0;
  display: none;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small .sub_a .sub_a_box .big01_sp_btn_c {
    z-index: 90;
    display: block;
  }
}
.sogotag_box .sub_tag_small .sub_a .show {
  opacity: 1;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small .sub_a .show {
    display: block;
  }
}
.sogotag_box .sub_tag_small .sub_a .noshow {
  opacity: 0;
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small .sub_a .noshow {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  .sogotag_box .sub_tag_small .sub_a {
    opacity: 1;
    width: 100%;
  }
}
.sogotag_box .sub_tag_small .sub_a span {
  display: block;
  line-height: 27px;
  border-radius: 27px;
  background: #FFD905;
  padding: 0 15px 0 32px;
  text-align: left;
  font-size: 12px;
  position: relative;
}
.sogotag_box .sub_tag_small .sub_a span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/life/sub_a_after.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.h3_tree_ttl {
  width: 100%;
  position: relative;
}
.h3_tree_ttl span {
  position: relative;
  z-index: 10;
  padding-left: 42px;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  width: fit-content;
  padding-right: 30px;
  background: #FEF9EC;
}
@media screen and (max-width: 849px) {
  .h3_tree_ttl span {
    padding-left: 32px;
    padding-right: 10px;
    font-size: 23px;
  }
}
.h3_tree_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 15;
  width: 26px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/event/other_icon01.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .h3_tree_ttl::before {
    width: 22px;
    height: 33px;
  }
}
.h3_tree_ttl::after {
  height: 8px;
  width: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.class_sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
  margin-top: 8px;
}
@media screen and (max-width: 849px) {
  .class_sub {
    display: block;
    text-align: left;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }
}
.class_sub span {
  position: relative;
  padding-left: 71px;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .class_sub span {
    display: block;
  }
  .class_sub span + span {
    margin-top: 13px;
  }
}
.class_sub span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 66px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.class_sub .span_green::after {
  background: #DAE890;
}
.class_sub .span_yellow::after {
  background: #FCE877;
}
.tableArea {
  max-width: 100%;
  /* 最大80%の領域内で要素をおさめる */
  overflow: auto;
  /*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
}
.class_box {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .class_box {
    margin-top: 30px;
    width: 550px;
  }
}
.class_box .class2_t1 {
  position: absolute;
  width: 15.63%;
  right: 33.45%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .class_box .class2_t1 {
    width: 21.47%;
    right: 47.31%;
  }
}
.class_box .class2_t2 {
  position: absolute;
  width: 15.63%;
  right: 16.45%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .class_box .class2_t2 {
    width: 21.47%;
    right: 23.97%;
  }
}
.class_box .class2_t3 {
  position: absolute;
  width: 14.09%;
  right: 1%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .class_box .class2_t3 {
    width: 19.35%;
    right: 2.74%;
  }
}
.class_box .class02_after01 {
  position: absolute;
  width: 5.36%;
  right: 38.09%;
  bottom: 0;
  background: #FCE877;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .class_box .class02_after01 {
    width: 7.36%;
    right: 53.68%;
  }
}
.class_box .class02_after02 {
  position: absolute;
  z-index: -1;
  width: 5.36%;
  right: 21.09%;
  bottom: 0;
  background: #FCE877;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .class_box .class02_after02 {
    width: 7.36%;
    right: 30.33%;
  }
}
.class_box .class02_after03 {
  position: absolute;
  z-index: -1;
  width: 4.09%;
  right: 10.09%;
  bottom: 0;
  background: #FCE877;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .class_box .class02_after03 {
    width: 5.61%;
    right: 15.23%;
  }
}
.class_box .class02_after04 {
  position: absolute;
  z-index: -1;
  width: 4.09%;
  right: 1.9%;
  bottom: 0;
  background: #FCE877;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .class_box .class02_after04 {
    width: 5.61%;
    right: 3.99%;
  }
}
.class_box .class_after_gree {
  background: #DAE890;
}
.class_box .class1_t {
  position: absolute;
  width: 15.63%;
  right: 28.27%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .class_box .class1_t {
    width: 30.99%;
    right: 23.5%;
  }
}
.class_box .class01_after01 {
  position: absolute;
  z-index: 5;
  width: 5.36%;
  right: 33%;
  bottom: 0;
  background: #FCE877;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .class_box .class01_after01 {
    width: 10.63%;
    right: 33.69%;
  }
}
.class_box .class01_after02 {
  position: absolute;
  z-index: 5;
  width: 5.36%;
  right: 13.54%;
  background: #FCE877;
  height: calc(100% - 40px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .class_box .class01_after02 {
    width: 10.63%;
    right: 5.4%;
  }
}
.class_box .class01_after03 {
  position: absolute;
  z-index: -1;
  width: 5.36%;
  right: 13.54%;
  background: #DAE890;
  height: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .class_box .class01_after03 {
    right: 5.4%;
    width: 10.63%;
  }
}
@media screen and (max-width: 849px) {
  .class_box02 {
    width: 801px;
  }
  .class_box02 .li_ttl {
    width: 29.46% !important;
  }
}
.class_ul {
  position: relative;
  z-index: 80;
}
.class_ul li {
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
}
.class_ul li .li_ttl {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: baseline;
  width: 48.18%;
  border-right: 2px solid #6F4B29;
}
@media screen and (max-width: 849px) {
  .class_ul li .li_ttl {
    width: 14px;
    margin-left: 5px;
    width: 42.36%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.class_ul li .li_ttl .en {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.01;
  text-align: left;
  color: #F27679;
  font-family: "Lexend Zetta", sans-serif;
  width: 135px;
}
@media screen and (max-width: 849px) {
  .class_ul li .li_ttl .en {
    width: 78px;
    font-size: 18px;
  }
}
.class_ul li .li_ttl .jp {
  padding-top: 6px;
  width: calc(100% - 135px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 12px;
}
@media screen and (max-width: 849px) {
  .class_ul li .li_ttl .jp {
    width: calc(100% - 78px);
    font-size: 14px;
  }
}
.class_ul li .li_ttl .jp span {
  width: 20px;
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 849px) {
  .class_ul li .li_ttl .jp span {
    width: 14px;
    margin-left: 5px;
  }
}
.class_ul li:nth-child(1) .li_ttl {
  padding-top: 40px;
}
@media screen and (max-width: 849px) {
  .class_ul li:nth-child(1) .li_ttl {
    padding-top: 60px;
  }
}
.class01 .inner {
  padding-top: 60px;
}
@media screen and (max-width: 849px) {
  .class01 .inner {
    padding-top: 30px;
    padding-right: 0;
  }
}
.class02 .inner {
  padding-top: 40px;
  padding-bottom: 70px;
}
.life_img {
  position: relative;
}
.life_img .life_img_after01_sp {
  display: none;
}
@media screen and (max-width: 849px) {
  .life_img .life_img_after01_sp {
    display: block;
    width: 109px;
    position: absolute;
    left: 0;
    top: 84px;
  }
}
.life_img .inner {
  padding-top: 30px;
}
@media screen and (max-width: 849px) {
  .life_img .inner {
    padding-top: 40px;
  }
}
.life_img .life_img_box {
  position: relative;
  max-width: 650px;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .life_img .life_img_box {
    padding-left: 17px;
  }
}
.life_img .life_img_box .img {
  position: relative;
  z-index: 5;
}
.life_img .life_img_box .life_img_after01 {
  width: 341px;
  position: absolute;
  left: -194px;
  top: 89px;
}
@media screen and (max-width: 849px) {
  .life_img .life_img_box .life_img_after01 {
    display: none;
  }
}
.life_img .life_img_box .life_img_after02 {
  width: 113px;
  position: absolute;
  right: 144px;
  top: 93px;
}
@media screen and (max-width: 849px) {
  .life_img .life_img_box .life_img_after02 {
    width: 55px;
    right: 70px;
    top: 46px;
  }
}
