@charset "UTF-8";
.sp_catch_box {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_catch_box {
    margin: 80px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sp_catch_box .sp_catch_box_01 {
    width: 43%;
    background: rgba(203, 183, 169, 0.2);
    border-radius: 3px;
    padding: 12px 22px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sp_catch_box .sp_catch_box_01 {
    padding: 4% 0;
  }
}
@media screen and (max-width: 768px) {
  .sp_catch_box .sp_catch_box_01 span {
    color: #F88804;
  }
}
@media screen and (max-width: 768px) {
  .sp_catch_box .sp_catch_box_01 + .sp_catch_box_01 {
    margin: 0 0 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .sp_catch_box .sp_catch_box_02 {
    width: 100%;
    background: #FCCD55;
    padding: 7px 0 12px;
    text-align: center;
    font-size: 1.8rem;
    margin: 16px 0 0;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt01 {
    position: relative;
    margin: 0 28px 0 0;
    letter-spacing: 0.2em;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt01 .sp_catch_box_span01 {
    font-size: 1.4rem;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt01 .sp_catch_box_span02 {
    font-size: 2rem;
    padding: 0 0 0 5px;
    position: relative;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt01 .sp_catch_box_span02::before {
    content: "";
    background: url(../images/top/mv_icon_01.svg);
    width: 24px;
    height: 19px;
    background-size: cover;
    position: absolute;
    right: -28px;
    top: 6px;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt02 {
    font-size: 1.2rem;
    margin: 5px 0 0;
    letter-spacing: 0.15em;
  }
  .sp_catch_box .sp_catch_box_02 .sp_catch_box_02_txt02 span {
    border-right: 1px solid #F88804;
    padding: 0 7px 0 0;
    margin: 0 10px 0 0;
  }
}

.mv_post_wrap {
  margin: 210px 0 0;
}
@media screen and (max-width: 768px) {
  .mv_post_wrap {
    margin: 0 0 0;
  }
}

.swiper_conts_wrap {
  position: relative;
  margin: 5% 0 0;
}
.swiper_conts_wrap .swiper_conts {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 750px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts {
    height: 465px;
    padding: 0;
  }
}
.swiper_conts_wrap .swiper_conts .swiper--wrapper {
  width: 100%;
  height: 750px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper--wrapper {
    height: 495px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 0 3%;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1300px) {
  .swiper_conts_wrap .swiper_conts .swiper {
    padding: 0 1%;
  }
}
@media screen and (max-width: 1200px) {
  .swiper_conts_wrap .swiper_conts .swiper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper {
    padding: 0 5% 30px 5%;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide {
  width: 100%;
  height: 750px;
  text-align: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide {
    width: 100%;
    height: 465px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_01 {
  background: url(../images/top/slide01.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_01 {
    background: url(../images/top/slide01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_02 {
  background: url(../images/top/slide02.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_02 {
    background: url(../images/top/slide02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_03 {
  background: url(../images/top/slide03.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide.swiper-slide_03 {
    background: url(../images/top/slide03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 10px 10px 0px;
  width: 650px;
  height: 300px;
  position: absolute;
  left: 0;
  top: 112px;
  color: #4B261A;
  text-align: left;
  transition: all 0.3s;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01::before {
  position: absolute;
  content: "";
  background: #FCCD55;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  top: 47px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01::before {
    height: 45px;
    width: 45px;
    top: 18px;
    left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 {
    width: 626px;
    height: 288px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 {
    width: 95%;
    top: 75px;
    height: 136px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box {
  padding: 84px 0 0 64px;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box {
    padding: 35px 0 0 30px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt01 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #F88804;
  transition: all 0.3s;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt02 {
  font-size: 3.2rem;
  position: relative;
  transition: all 0.3s;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt02 span {
  color: #F88804;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt03 {
  font-size: 5rem;
  transition: all 0.3s;
  position: relative;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt03 span {
  color: #F88804;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt01 {
    font-size: 1.4rem;
  }
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt02 {
    font-size: 2.8rem;
  }
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt03 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt01 {
    font-size: 1rem;
  }
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt02 {
    font-size: 1.6rem;
  }
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_01 .slide_item_01_box .slide_item_01_txt03 {
    font-size: 2.4rem;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 {
  position: absolute;
  top: 77px;
  right: 145px;
  width: 270px;
  height: 270px;
  background: #FCCD55;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #4B261A;
  border-radius: 50%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 {
    display: none;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02::before {
  position: absolute;
  content: "";
  background: url(../images/top/mv_icon_01.svg);
  width: 36px;
  height: 28px;
  top: 28px;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt01 {
  font-size: 2.4rem;
  padding: 0 0 0;
  letter-spacing: 0.1em;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt01 span {
  font-size: 1.4rem;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt02 {
  font-size: 3.6rem;
  letter-spacing: 0.24em;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt03 {
  line-height: 2.3rem;
  letter-spacing: 0.4em;
  position: relative;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt03::before {
  width: 55px;
  height: 2px;
  background: #F88804;
  content: "";
  position: absolute;
  left: -65px;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt03::after {
  width: 55px;
  height: 2px;
  background: #F88804;
  content: "";
  position: absolute;
  right: -65px;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt04 {
  font-size: 1.4rem;
  padding: 8px 0 2px;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_02 .slide_item_02_txt05 {
  font-size: 1.4rem;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 span {
  color: #F88804;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 {
    right: -6%;
    bottom: -10px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 {
  width: 670px;
  text-align: left;
  position: relative;
  right: -10%;
  transition: all 0.3s;
  margin: 0 0 6px;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 {
    right: 0;
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 {
    width: 310px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01::after {
  position: absolute;
  content: "";
  width: 450px;
  height: 2px;
  background: #F88804;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01::after {
    width: 336px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01::after {
    width: 191px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 .slide_item_03_txt01_img {
  width: 197px;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 .slide_item_03_txt01_img {
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt01 .slide_item_03_txt01_img {
    width: 110px;
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt02 {
  font-size: 3rem;
  background: #fff;
  padding: 18px 0 18px 50px;
  margin: -10px 0 0;
  width: 540px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt02 {
    font-size: 2.4rem;
    width: 468px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt02 {
    padding: 12px 20px 14px 20px;
    font-size: 1.6rem;
    width: 270px;
    filter: drop-shadow(0px 4px 4px rgba(203, 183, 169, 0.4));
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt03 {
  font-size: 3rem;
  background: #fff;
  padding: 18px 0 18px 50px;
  margin: 10px 0 0;
  width: 576px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt03 {
    font-size: 2.4rem;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt03 {
    padding: 12px 20px 14px 20px;
    font-size: 1.6rem;
    width: 290px;
    filter: drop-shadow(0px 4px 4px rgba(203, 183, 169, 0.4));
  }
}
.swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt04 {
  font-size: 3rem;
  background: #fff;
  padding: 18px 0 18px 50px;
  margin: 10px 0 0;
  width: 615px;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt04 {
    font-size: 2.4rem;
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_conts .swiper-slide .slide_item_03 .slide_item_03_txt04 {
    padding: 12px 20px 14px 20px;
    font-size: 1.6rem;
    width: 310px;
    filter: drop-shadow(0px 4px 4px rgba(203, 183, 169, 0.4));
  }
}
.swiper_conts_wrap .swiper_item {
  width: 400px;
  display: flex;
  margin: 20px 0 0 3%;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .swiper_conts_wrap .swiper_item {
    margin: 20px 0 0 2%;
  }
}
@media screen and (max-width: 1300px) {
  .swiper_conts_wrap .swiper_item {
    margin: 20px 0 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .swiper_item {
    margin: 20px 0 0;
    width: 100%;
    padding: 0 0 0 4%;
  }
}
.swiper_conts_wrap .swiper_item .swiper-pagination-bullet {
  opacity: 1;
}
.swiper_conts_wrap .swiper_item .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper_conts_wrap .swiper_item .swiper-pagination {
  width: 20px;
  height: 25px;
  color: #fff;
  display: block;
  position: relative;
  bottom: inherit;
  overflow: hidden;
}
.swiper_conts_wrap .swiper_item .swiper-pagination-current {
  color: #F88804;
}
.swiper_conts_wrap .swiper_item .swiper-pagination-total {
  display: none;
}
.swiper_conts_wrap .progressbar {
  position: relative;
  width: 80px;
  height: 1px;
  background: #4B261A;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.swiper_conts_wrap .progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F88804;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.swiper_conts_wrap .total_num {
  position: relative;
  height: auto;
  padding: 0 0 0 20px;
}
.swiper_conts_wrap .scroll_txt {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
  text-align: center;
  display: block;
  top: -48px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper_conts_wrap .scroll_txt {
    display: none;
  }
}
.swiper_conts_wrap .scroll_txt::after {
  content: "";
  height: 40px;
  width: 1px;
  background: #4B261A;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.con_txtpost_wrap_bk {
  position: relative;
}
.con_txtpost_wrap_bk::before {
  content: "";
  height: 223px;
  background: url(../images/top/bg_yellow.jpg);
  width: 60%;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 210px;
}
@media screen and (max-width: 768px) {
  .con_txtpost_wrap_bk::before {
    top: inherit;
    bottom: -20px;
    width: 30%;
    height: 185px;
  }
}
.con_txtpost_wrap_bk .recluit_bnr {
  margin: 30px auto 60px;
  text-align: center;
}

.post_wrap {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1140px;
}
@media screen and (max-width: 1200px) {
  .post_wrap {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .post_wrap {
    padding: 0;
    width: 90%;
    margin: 16% auto 0;
    display: block;
  }
}
.post_wrap .post_wrap_box {
  width: 550px;
  border-radius: 10px;
  background: #F5F1EE;
  position: relative;
  z-index: 2;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box {
    width: 100%;
    height: auto;
    margin: 0 0 18%;
    padding: 0 0 6%;
  }
}
.post_wrap .post_wrap_box.post_wrap_box_02 {
  width: 100%;
  margin: 0 0 60px;
}
.post_wrap .post_wrap_box.post_wrap_box_02 .content dl {
  width: 100%;
}
.post_wrap .post_wrap_box.post_wrap_box_02 .content dl dt {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box.post_wrap_box_02 .content dl dt {
    width: 90%;
  }
}
.post_wrap .post_wrap_box.post_wrap_box_02 .content dl dd {
  width: calc(90% - 150px);
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box.post_wrap_box_02 .content dl dd {
    width: 90%;
  }
}
.post_wrap .post_wrap_box .news_tit {
  position: absolute;
  top: -25px;
  left: -23px;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .news_tit {
    top: -35px;
    left: -22px;
  }
}
.post_wrap .post_wrap_box .news_tit h3 {
  text-align: left;
  font-size: 4rem;
  line-height: 1.2;
  color: #4B261A;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .news_tit h3 {
    font-size: 3rem;
    display: inline-block;
  }
}
.post_wrap .post_wrap_box .news_tit h3::after {
  content: none;
}
.post_wrap .post_wrap_box .news_tit h3 .sub-txt {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #F88804;
  font-weight: 500;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .news_tit h3 .sub-txt {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 0 0;
    position: relative;
    top: 0;
    display: block;
  }
}
.post_wrap .post_wrap_box .content {
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .content {
    padding: 8% 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .content a {
    padding: 2% 0;
  }
}
@media screen and (min-width: 769px) {
  .post_wrap .post_wrap_box .content a:hover dl dd {
    color: #F88804;
  }
}
.post_wrap .post_wrap_box .content dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post_wrap .post_wrap_box .content dl dt {
  width: 90px;
  border-bottom: 1px solid #4B261A;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .content dl dt {
    width: 90%;
    padding: 0 3% 0;
    border-bottom: 0;
    justify-content: left;
  }
}
.post_wrap .post_wrap_box .content dl dd {
  transition: all 0.3s;
  width: 380px;
  border-bottom: 1px solid rgba(203, 183, 169, 0.7);
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .content dl dd {
    width: 90%;
    font-size: 1.5rem;
    padding: 0 3% 3%;
    border-bottom: none;
    position: relative;
  }
  .post_wrap .post_wrap_box .content dl dd::before {
    position: absolute;
    content: "";
    background: #4B261A;
    height: 1px;
    width: 25%;
    bottom: 0;
  }
  .post_wrap .post_wrap_box .content dl dd::after {
    position: absolute;
    content: "";
    background: rgba(203, 183, 169, 0.7);
    height: 1px;
    width: 75%;
    bottom: 0;
    right: 0;
  }
}
.post_wrap .post_wrap_box .more {
  display: flex;
  justify-content: right;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .more {
    margin: 0 20px 0 0;
  }
}
.post_wrap .post_wrap_box .more a {
  display: block;
  line-height: 1.75;
  font-size: 1.7rem;
  color: #4B261A;
  position: relative;
  text-indent: 1.5em;
}
@media screen and (min-width: 769px) {
  .post_wrap .post_wrap_box .more a:hover::before {
    left: 10px;
  }
}
.post_wrap .post_wrap_box .more a::before {
  text-align: right;
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #F88804;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .post_wrap .post_wrap_box .more a {
    font-size: 1.5rem;
  }
}

#top .sec01 {
  position: relative;
  padding: 160px 0 500px;
  overflow-x: hidden;
  top: -60px;
}
@media screen and (max-width: 768px) {
  #top .sec01 {
    top: inherit;
    padding: 10% 0 6%;
    overflow: hidden;
  }
}
#top .sec01::before {
  content: "";
  background: #FFF9F1;
  width: 32%;
  height: 72%;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .sec01::before {
    top: 23%;
  }
}
#top .sec01.sec01_insta {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec01.sec01_insta {
    padding: 13% 0;
  }
}
#top .sec01.sec01_insta::before {
  content: none;
}
#top .sec01.sec01_insta .contents_full .sec01_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec01.sec01_insta .contents_full .sec01_h2_box {
    padding: 20px 0;
  }
}
#top .sec01.sec01_insta .contents_full .sec01_h2_box h2::before {
  content: "";
  background: none;
}
#top .sec01.sec01_insta .contents_full #sb_instagram {
  width: 96%;
}
#top .sec01 .contents_full .sec01_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/sec01_txt_01.svg) no-repeat center top 65px;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_h2_box {
    padding: 12% 0;
    background-size: 110%;
  }
}
#top .sec01 .contents_full .sec01_h2_box h2 {
  font-size: 3.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_h2_box h2 {
    font-size: 2.4rem;
  }
}
#top .sec01 .contents_full .sec01_h2_box h2::before {
  content: "";
  background: url(../images/top/sec01_icon_01.svg);
  width: 40px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#top .sec01 .contents_full .sec01_h2_box h2 span {
  color: #F88804;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_h2_box h2 span {
    font-size: 1.2rem;
  }
}
#top .sec01 .contents_full .sec01_box_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap {
    flex-direction: column;
    width: 100%;
    padding: 0 4%;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l {
  width: 50%;
  padding: 0 45px 0 0;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l {
    width: 100%;
    padding: 0;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts {
  width: 570px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts {
    width: 100%;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts::before {
  content: "";
  background: url(../images/top/sec01_bg_02.png) no-repeat;
  width: 270px;
  height: 270px;
  position: absolute;
  bottom: -15%;
  left: -55%;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts::before {
    content: none;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts h3 {
  font-size: 3.3rem;
  color: #F88804;
  padding: 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts h3 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts h3::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec01_doctorsmessage.svg) no-repeat;
  top: 0px;
  right: -46px;
  width: 210px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts h3::before {
    content: none;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts p {
  position: relative;
  line-height: 2;
  letter-spacing: 0.1em;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts .more_btn_wrap {
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_l .sec01_box_l_conts .more_btn_wrap {
    margin: 8% 0 12%;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r {
  width: 50%;
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r {
    width: 100%;
    padding: 0;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box {
  width: 616px;
  height: 601px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 {
  position: relative;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01::before {
  content: "";
  background: #FCCD55;
  width: 427px;
  height: 427px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: -180px;
  transition: all 0.3s;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02 {
  position: relative;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02::before {
  content: "";
  background: url(../images/top/sec01_dots.png) no-repeat;
  width: 369px;
  height: 348px;
  position: absolute;
  top: -161px;
  right: -300px;
  transition: all 0.3s;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_img {
  width: 585px;
  height: 585px;
  position: relative;
  transition: all 0.3s;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_img img {
  border-radius: 50%;
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  padding: 0 0 0 30px;
  bottom: 0;
  right: 0;
  width: 259px;
  height: 152px;
  border-top: 4px solid #F88804;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(203, 183, 169, 0.4));
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof {
    border-top: 2px solid #F88804;
    position: relative;
    margin: -60px auto 0;
    width: 60%;
    padding: 0 0 0 8%;
    height: 120px;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_01 {
  font-size: 1.4rem;
  color: #F88804;
  padding: 0 0 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_01 {
    font-size: 1.2rem;
    padding: 0 0 10px;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_02 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_02 {
    font-size: 2.4rem;
  }
}
#top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_02 span {
  font-size: 1.6rem;
  color: #F88804;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof .doctor_prof_txt_02 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1300px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box {
    width: 510px;
    height: 510px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01::before {
    width: 372px;
    height: 372px;
    top: -40px;
    right: -190px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02::before {
    width: 321px;
    height: 303px;
    top: -161px;
    right: -240px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_img {
    width: 510px;
    height: 510px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_prof {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01::before {
    width: 213px;
    height: 213px;
    top: -20px;
    right: -30px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02 {
    display: flex;
    justify-content: center;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02::before {
    width: 321px;
    height: 173px;
    top: -31px;
    right: -240px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02 .doctor_img {
    width: 290px;
    height: 290px;
  }
  #top .sec01 .contents_full .sec01_box_wrap .sec01_box_r .doctor_box .doctor_box_bk01 .doctor_box_bk02 .doctor_prof {
    bottom: -20px;
  }
}
#top .sec02 {
  position: relative;
  overflow: hidden;
  margin: -370px 0 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .sec02 {
    margin: 0;
  }
}
#top .sec02 .contents_full .sec02_bk_01 {
  background: url(../images/top/bg_yellow.jpg);
  padding: 150px 0 320px;
  margin: -85px 0 0;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 {
    padding: 100px 0 900px;
    margin: -50px 0 0;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/sec02_txt_01.svg) no-repeat center top 65px;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box {
    background: url(../images/top/sec02_txt_01.svg) no-repeat center top 38px;
    padding: 12% 0;
    background-size: 180%;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2 {
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2 {
    font-size: 2.4rem;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2::before {
  content: "";
  background: url(../images/top/sec02_icon_01.svg);
  width: 37px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2::before {
    width: 28px;
    height: 38px;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2 span {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_h2_box h2 span {
    font-size: 1.2rem;
    color: #F88804;
    margin: 10px 0 0;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/top/sec02_img_a.svg) no-repeat right top;
  background-size: 267px 235px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 {
    width: 100%;
    padding: 0 4% 250px;
    background: url(../images/top/sec02_img_a.svg) no-repeat center bottom;
    background-size: 251px 220px;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 .sec02_conts01_box {
  width: 820px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 .sec02_conts01_box {
    width: 100%;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 .sec02_conts01_box h3 {
  font-size: 3rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 .sec02_conts01_box h3 {
    font-size: 2.2rem;
  }
}
#top .sec02 .contents_full .sec02_bk_01 .sec02_conts01 .sec02_conts01_box p {
  line-height: 2;
}
#top .sec02 .contents_full .sec02_bk_02 {
  background: url(../images/top/sec02_bg_01.jpg) repeat-x center top;
  height: 680px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 {
    background: url(../images/top/sec02_bg_01_sp.jpg) repeat-x center bottom 0;
    height: auto;
    padding: 0 0 150px;
    background-size: cover;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 {
    width: 100%;
    padding: 0 4%;
    flex-direction: column;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item {
  width: 570px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: -200px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item {
    width: 100%;
    margin: 10px 0 0;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item::before {
  content: "";
  background: #fff;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -50px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_item_h4box {
  padding: 40px 0 0;
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_item_h4box h4 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_item_h4box h4 {
    font-size: 2rem;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_item_h4box h4::before {
  content: "";
  width: 60px;
  height: 64px;
  position: absolute;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_item_h4box h4 span {
  margin: 5px 0 0;
  color: #F88804;
  display: block;
  font-size: 1.2rem;
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box {
  width: 510px;
  background: #F5F1EE;
  border-top: 4px solid #F88804;
  position: relative;
  padding: 40px;
  margin: 32px auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box {
    width: 90%;
    padding: 8%;
    margin: 32px auto 30px;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box::before {
  content: "";
  background: url(../images/top/sec02_icon_04.svg) no-repeat;
  position: absolute;
  top: 14px;
  width: 482px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box::before {
    width: 96%;
    top: 2%;
    background-size: 100%;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box::after {
  content: "";
  background: url(../images/top/sec02_icon_04.svg) no-repeat;
  position: absolute;
  bottom: 14px;
  width: 482px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box::after {
    width: 96%;
    bottom: 2%;
    background-size: 100%;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_txt01 {
  font-size: 1.8rem;
  color: #F88804;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_txt01 {
    font-size: 1.6rem;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_txt01::after {
  content: "";
  position: absolute;
  background: url(../images/top/sec05_check.svg) no-repeat;
  top: 38px;
  right: 33px;
  width: 85px;
  height: 50px;
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li {
    font-size: 1.4rem;
    padding: 0 0 0 2em;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #F88804;
  border-bottom: 3px solid #F88804;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li::before {
    left: 0;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li:not(:last-child) {
  padding: 0 0 1em;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .sec02_conts02_box .sec02_conts02_box_ul li:not(:last-child) {
    padding: 0 0 1em 2em;
  }
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item.sec02_conts02_item_01 {
    margin: -810px 0 0;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item.sec02_conts02_item_01 h4::before {
  background: url(../images/top/sec02_icon_02.svg) no-repeat;
  width: 60px;
  height: 64px;
  left: 45%;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item.sec02_conts02_item_02 {
    margin: 80px 0 0;
  }
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item.sec02_conts02_item_02 h4::before {
  background: url(../images/top/sec02_icon_03.svg) no-repeat;
  width: 60px;
  height: 59px;
  left: 50%;
}
#top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .more_btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .sec02 .contents_full .sec02_bk_02 .sec02_conts02 .sec02_conts02_item .more_btn a {
    width: 65%;
  }
}
#top .sec03 .contents_full {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full {
    padding: 0 0 10%;
  }
}
#top .sec03 .contents_full .sec03_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/sec03_txt_01.svg) no-repeat center top 65px;
  z-index: 1;
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_h2_box {
    background: url(../images/top/sec03_txt_01.svg) no-repeat center bottom 16px;
    background-size: 250%;
  }
}
#top .sec03 .contents_full .sec03_h2_box h2 {
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_h2_box h2 {
    font-size: 2.4rem;
  }
}
#top .sec03 .contents_full .sec03_h2_box h2::before {
  content: "";
  background: url(../images/top/sec03_icon_01.svg) no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_h2_box h2::before {
    width: 26px;
    height: 34px;
    background-size: cover;
  }
}
#top .sec03 .contents_full .sec03_h2_box h2 span {
  color: #F88804;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_h2_box h2 span {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
#top .sec03 .contents_full .sec03_conts01 {
  width: 1170px;
  margin: -55px auto 0;
  background: url(../images/top/sec03_bg_01.png) center;
  border-radius: 10px;
  height: 497px;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 {
    width: 92%;
    padding: 0 2%;
    height: auto;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul {
  display: flex;
  padding: 110px 139px 0;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul {
    flex-direction: column;
    padding: 70px 0 0;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li {
  position: relative;
  width: 270px;
  height: 387px;
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li + .sec03_conts01_li {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li {
    width: 100%;
    margin: 0;
    height: auto;
  }
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li + .sec03_conts01_li {
    margin: 0 0 0;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:first-child::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec03_img_01.svg) no-repeat;
  width: 145px;
  height: 142px;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:first-child::before {
    content: none;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:first-child .sec03_conts01_li_box a {
  background: url(../images/top/sec03_fukidashi_a.png) no-repeat;
  width: 330px;
  height: 267px;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:first-child .sec03_conts01_li_box a {
    width: 100%;
    height: 220px;
    background: url(../images/top/sec03_fukidashi_a_sp.png) no-repeat center center;
    padding: 50px 10% 0 0;
    background-size: contain;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(2) .sec03_conts01_li_box::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec03_img_02.svg) no-repeat;
  width: 134px;
  height: 142px;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(2) .sec03_conts01_li_box::before {
    content: none;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(2) .sec03_conts01_li_box a {
  background: url(../images/top/sec03_fukidashi_b.png) no-repeat;
  width: 330px;
  height: 267px;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(2) .sec03_conts01_li_box a {
    width: 100%;
    height: 220px;
    background: url(../images/top/sec03_fukidashi_b_sp.png) no-repeat center center;
    padding: 50px 0 0 8%;
    background-size: contain;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(3)::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec03_img_03.svg) no-repeat;
  width: 141px;
  height: 141px;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(3)::before {
    content: none;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(3) .sec03_conts01_li_box a {
  background: url(../images/top/sec03_fukidashi_c.png) no-repeat;
  width: 330px;
  height: 267px;
}
@media screen and (max-width: 768px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li:nth-child(3) .sec03_conts01_li_box a {
    width: 100%;
    height: 220px;
    background: url(../images/top/sec03_fukidashi_c_sp.png) no-repeat center center;
    padding: 50px 10% 0 0;
    background-size: contain;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li .sec03_conts01_li_box a {
  position: relative;
  transition: all 0.3s;
  top: 0;
  font-size: 2rem;
  text-align: center;
  padding: 55px 0 0;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li .sec03_conts01_li_box a:hover {
    top: -10px;
  }
}
#top .sec03 .contents_full .sec03_conts01 .sec03_conts01_ul .sec03_conts01_li .sec03_conts01_li_box a span {
  color: #F88804;
  display: block;
}
#top .sec04 .contents_full .sec04_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/sec04_txt_01.svg) no-repeat center top 65px;
  z-index: 1;
  padding: 100px 0 30px;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h2_box {
    background: url(../images/top/sec04_txt_01.svg) no-repeat center top 90px;
    background-size: 180%;
  }
}
#top .sec04 .contents_full .sec04_h2_box h2 {
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h2_box h2 {
    font-size: 2.4rem;
  }
}
#top .sec04 .contents_full .sec04_h2_box h2::before {
  content: "";
  background: url(../images/top/sec04_icon_01.svg) no-repeat;
  width: 51px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h2_box h2::before {
    width: 38px;
    height: 30px;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_h2_box h2 span {
  color: #F88804;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h2_box h2 span {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
#top .sec04 .contents_full .sec04_h3_box {
  border: 1px solid #F88804;
  border-radius: 10px;
  background: #FFF9F1;
  width: 1170px;
  margin: 60px auto 0;
  padding: 37px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h3_box {
    padding: 7% 4% 5%;
    width: 92%;
    margin: 0 auto 8%;
  }
}
#top .sec04 .contents_full .sec04_h3_box h3 {
  color: #F88804;
  position: absolute;
  top: -12%;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FFF9F1 50%, #FFF9F1 100%);
  padding: 0 4% 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h3_box h3 {
    font-size: 1.6rem;
  }
}
#top .sec04 .contents_full .sec04_h3_box p {
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h3_box p {
    font-size: 1.5rem;
  }
}
#top .sec04 .contents_full .sec04_h3_box p span {
  color: #F88804;
}
#top .sec04 .contents_full .sec04_conts01_ul {
  margin: 88px auto 0;
  max-width: 1520px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul {
    margin: 2% auto 0;
    flex-direction: column;
    width: 92%;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li {
  width: 19.2%;
  background: #000;
  border-top: 4px solid #F88804;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li {
    width: 100%;
    margin: 0 0 4%;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a {
  height: 394px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a {
    height: 180px;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a::before {
    bottom: 20px;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a::after {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  left: 49%;
  border-left: 8px solid #F88804;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: 110px;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a::after {
    bottom: 30px;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a .sec04_conts01_item {
  padding: 70px 0 26px;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a .sec04_conts01_item {
    padding: 25px 0 10px;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a h3 {
    font-size: 2rem;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li a h3 span {
  padding: 10px 0 0;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li a h3 span {
    padding: 0;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li:first-child .sec04_conts01_item {
  width: 45px;
}
#top .sec04 .contents_full .sec04_conts01_ul li:first-child a {
  background: url(../images/top/sec04_img_01.jpg) no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:first-child a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:first-child a {
    background: url(../images/top/sec04_img_01_sp.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(2) .sec04_conts01_item {
  width: 52px;
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(2) a {
  background: url(../images/top/sec04_img_02.jpg) no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(2) a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(2) a {
    background: url(../images/top/sec04_img_02_sp.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(3) .sec04_conts01_item {
  width: 52px;
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(3) a {
  background: url(../images/top/sec04_img_03.jpg) no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(3) a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(3) a {
    background: url(../images/top/sec04_img_03_sp.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(4) .sec04_conts01_item {
  width: 56px;
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(4) a {
  background: url(../images/top/sec04_img_04.jpg) no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(4) a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(4) a {
    background: url(../images/top/sec04_img_04_sp.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(5) .sec04_conts01_item {
  width: 52px;
}
#top .sec04 .contents_full .sec04_conts01_ul li:nth-child(5) a {
  background: url(../images/top/sec04_img_05.jpg) no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: color;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(5) a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_conts01_ul li:nth-child(5) a {
    background: url(../images/top/sec04_img_05_sp.jpg) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: color;
    background-size: cover;
  }
}
#top .sec04 .contents_full .sec04_h4_box {
  padding: 80px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_box {
    padding: 10% 0 8%;
  }
}
#top .sec04 .contents_full .sec04_h4_box h4 {
  text-align: center;
  color: #F88804;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_box h4 {
    font-size: 2rem;
  }
}
#top .sec04 .contents_full .sec04_h4_box h4::before {
  content: "";
  position: absolute;
  background: url(../images/top/sec04_search.svg) no-repeat;
  top: 0px;
  right: -56px;
  width: 91px;
  height: 50px;
}
#top .sec04 .contents_full .sec04_h4_tabbox {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox {
    width: 100%;
    padding: 0;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs {
  width: 100%;
  margin: 0 auto;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs {
    display: none;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item {
  width: calc((100% - 100px) / 4);
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item {
    font-size: 15px;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item .tab_bk {
  font-weight: 500;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item .tab_bk span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item .tab_bk span {
    font-size: 20px;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item01 {
  background: #FFE2C0;
  border-radius: 20px 20px 0 0;
  color: #F88804;
  margin: 0 10px 0 30px;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item01 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item02 {
  background: #FFE2C0;
  border-radius: 20px 20px 0 0;
  color: #F88804;
  margin: 0 10px 0 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item02 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item03 {
  background: #E7D6C7;
  border-radius: 20px 20px 0 0;
  margin: 0 10px 0 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item03 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item04 {
  background: #E7D6C7;
  border-radius: 20px 20px 0 0;
  margin: 0 30px 0 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_item.tab_item04 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs input[name=tab_item] {
  display: none;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content {
  display: none;
  padding: 40px 0 20px;
  clear: both;
  overflow: hidden;
  border-top: 4px solid #F88804;
  border-bottom: 4px solid #F88804;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content.tab_content_02 {
  border-top: 4px solid #4B261A;
  border-bottom: 4px solid #4B261A;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul::after {
  content: "";
  width: calc((100% - 54px) / 4);
  display: block;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul li {
  width: calc((100% - 54px) / 4);
  margin: 0 0 20px;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul li a {
  background: #F5F1EE;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul li a::after {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  right: 35px;
  border-left: 8px solid #F88804;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs .tab_content .tab_content_ul li a:hover {
    border: 1px solid #4B261A;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp {
  display: none;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item {
  width: calc((100% - 10px) / 2);
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item .tab_bk {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item .tab_bk {
    font-size: 1.6rem;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item .tab_bk span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item .tab_bk span {
    font-size: 1.8rem;
  }
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item05 {
  background: #FFE2C0;
  border-radius: 20px 20px 0 0;
  color: #F88804;
  float: left;
  margin: 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item05 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item06 {
  background: #E7D6C7;
  border-radius: 20px 20px 0 0;
  color: #F88804;
  float: right;
  margin: 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item06 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item07 {
  width: 49%;
  background: none;
  float: left;
  border-radius: 0;
  margin: 0;
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #b4a8a4;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item07 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item08 {
  width: 49%;
  background: none;
  float: right;
  border-radius: 0;
  margin: 0;
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #b4a8a4;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item08 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item09 {
  width: 49%;
  background: none;
  float: left;
  border-radius: 0;
  margin: 0;
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #b4a8a4;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item09 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item10 {
  width: 49%;
  background: none;
  float: right;
  border-radius: 0;
  margin: 0;
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #b4a8a4;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_item.tab_item10 .tab_bk {
  padding: 15px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp input[name=tab_item] {
  display: none;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: none;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content.tab_content_02 {
  padding: 20px 0;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content.tab_content_03 {
  border-top: 2px solid #F88804;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content.tab_content_04 {
  border-top: 2px solid #4B261A;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 4px solid #F88804;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul.tab_content_ul_02 {
  border-bottom: 4px solid #4B261A;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul::after {
  content: "";
  width: 100%;
  display: block;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul li {
  width: 100%;
  margin: 0 0 20px;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul li a {
  background: #F5F1EE;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  right: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul li a::after {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  right: 35px;
  border-left: 8px solid #F88804;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #top .sec04 .contents_full .sec04_h4_tabbox .tabs_sp .tab_content .tab_content_ul li a:hover {
    border: 1px solid #4B261A;
  }
}
#top .sec05 {
  margin: 160px 0 0;
  padding: 100px 0 0;
  background: url(../images/top/sec05_bg_01_a.png) repeat-x;
  background-size: auto 102px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .sec05 {
    background: url(../images/top/sec05_bg_01_a.png) repeat-x;
    background-size: 100%;
    padding: 4% 0;
    margin: 14% 0;
  }
}
#top .sec05 .contents_full {
  background: #FFF9F1;
  position: relative;
  padding: 0 0 300px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full {
    padding: 0 0 16%;
  }
}
#top .sec05 .contents_full .sec05_h2_box {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/sec05_txt_01.svg) no-repeat center top 95px;
  z-index: 1;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_h2_box {
    background: url(../images/top/sec05_txt_01.svg) no-repeat center top 125px;
    background-size: 100%;
    padding: 130px 0 40px;
  }
}
#top .sec05 .contents_full .sec05_h2_box h2 {
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_h2_box h2 {
    font-size: 2.4rem;
  }
}
#top .sec05 .contents_full .sec05_h2_box h2::before {
  content: "";
  background: url(../images/top/sec05_icon_01.svg) no-repeat;
  width: 50px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_h2_box h2::before {
    width: 37px;
    height: 44px;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_h2_box h2 .numimg {
  width: 67px;
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_h2_box h2 .numimg {
    width: 66px;
  }
}
#top .sec05 .contents_full .sec05_h2_box h2 .subtxt {
  color: #F88804;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_h2_box h2 .subtxt {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
#top .sec05 .contents_full .sec05_nav_box {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box {
    width: 100%;
    padding: 0 4%;
    flex-direction: column;
  }
}
#top .sec05 .contents_full .sec05_nav_box::before {
  content: "";
  background: url(../images/top/sec05_dots_01.png);
  width: 716px;
  height: 1430px;
  position: absolute;
  top: -52%;
  right: -32%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box::before {
    background: url(../images/top/dots_bg.png);
    width: 90px;
    height: 600px;
    top: -170px;
    right: 10px;
  }
}
#top .sec05 .contents_full .sec05_nav_box::after {
  content: "";
  width: 1077px;
  height: 1077px;
  border-radius: 50%;
  background: #FCCD55;
  top: 27%;
  left: -61%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box::after {
    width: 523px;
    height: 523px;
    top: 72%;
    left: -67%;
  }
}
#top .sec05 .contents_full .sec05_nav_box li {
  width: 218px;
  margin: 0 0 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box li {
    width: 100%;
    margin: 0 0 10px;
  }
}
#top .sec05 .contents_full .sec05_nav_box li a {
  border-top: 4px solid #F88804;
  width: 218px;
  height: 216px;
  background: #fff;
  text-align: center;
  position: relative;
  top: 0;
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box li a {
    border-top: none;
    border-left: 2px solid #F88804;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
}
#top .sec05 .contents_full .sec05_nav_box li a .sec05_nav_box_num {
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box li a .sec05_nav_box_num {
    margin: 0 4% 0 6%;
    width: 42px;
  }
}
#top .sec05 .contents_full .sec05_nav_box li a .orengeicon {
  width: 30px;
  height: 30px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box li a .orengeicon {
    margin: 5px 15px 0 auto;
  }
}
#top .sec05 .contents_full .sec05_nav_box li a .sec05_nav_boxh3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_nav_box li a .sec05_nav_boxh3 {
    font-size: 1.5rem;
    text-align: left;
  }
}
#top .sec05 .contents_full .sec05_nav_box li a .sec05_nav_boxh3 span {
  color: #F88804;
}
@media screen and (min-width: 769px) {
  #top .sec05 .contents_full .sec05_nav_box li a:hover {
    top: -10px;
  }
}
#top .sec05 .contents_full .sec05_nav_box li:first-child a .sec05_nav_box_num {
  width: 42px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(2) a .sec05_nav_box_num {
  width: 53px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(3) a .sec05_nav_box_num {
  width: 52px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(4) a .sec05_nav_box_num {
  width: 57px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(5) a .sec05_nav_box_num {
  width: 53px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(6) a .sec05_nav_box_num {
  width: 54px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(7) a .sec05_nav_box_num {
  width: 53px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(8) a .sec05_nav_box_num {
  width: 55px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(9) a .sec05_nav_box_num {
  width: 54px;
}
#top .sec05 .contents_full .sec05_nav_box li:nth-child(10) a .sec05_nav_box_num {
  width: 45px;
}
#top .sec05 .contents_full .sec05_conts_wrap {
  max-width: 1520px;
  width: 100%;
  margin: 90px auto 0;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box {
  max-width: 1345px;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 43;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box {
    flex-direction: column;
    padding-top: 70px;
    margin-top: -70px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox {
  width: 745px;
  height: 430px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox {
    width: 96%;
    height: 230px;
    position: relative;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox {
  position: absolute;
  bottom: -29px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox {
    bottom: inherit;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_txt {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_txt {
    font-size: 1.2rem;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 102px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 100%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox {
  width: 640px;
  height: 370px;
  background: #fff;
  border-top: 4px solid #F88804;
  padding: 40px 30px 0 40px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox {
    width: 98%;
    height: auto;
    padding: 6%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox h3 {
  font-size: 3.2rem;
  line-height: 1.75;
  padding: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox h3 {
    font-size: 2.4rem;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox h3::before {
  content: "";
  background: url(../images/top/sec05_clinicfeatures.svg);
  width: 140px;
  height: 113px;
  position: absolute;
  right: 0;
  top: -20px;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox h3 span {
  color: #F88804;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox p {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox p {
    font-size: 1.4rem;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox .sec05_conts_link {
  display: flex;
  justify-content: right;
  margin: 0 0 0 auto;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox .sec05_conts_link a {
  position: relative;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox .sec05_conts_link a::before {
  content: "";
  transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 7px solid #F88804;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box .sec05_conts_txtbox .sec05_conts_link a:hover::before {
    left: -10px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_imgbox {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_imgbox {
    margin: 0 0 0 auto;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_imgbox .sec05_conts_numbox {
  left: 23px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_imgbox .sec05_conts_numbox {
    left: inherit;
    right: 20px;
    top: -55px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_txt {
  color: #F88804;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_txtbox {
  position: absolute;
  left: 704px;
  bottom: -20px;
  z-index: 4;
  transition: all 0.6s;
}
@media screen and (max-width: 1400px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_txtbox {
    left: 650px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 1300px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_txtbox {
    left: 527px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n+1) .sec05_conts_txtbox {
    left: inherit;
    position: relative;
    box-shadow: inherit;
    top: -35px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_imgbox {
    margin: 0 auto 0 0;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_imgbox .sec05_conts_numbox {
  bottom: -29px;
  right: 23px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_imgbox .sec05_conts_numbox {
    left: 20px;
    right: inherit;
    top: -55px;
    bottom: inherit;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_txt {
  color: #FFBD3D;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_txtbox {
  position: absolute;
  bottom: -20px;
  right: 704px;
  bottom: -20px;
  transition: all 0.6s;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_txtbox {
    right: 650px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 1300px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_txtbox {
    right: 527px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2n) .sec05_conts_txtbox {
    right: inherit;
    position: relative;
    box-shadow: inherit;
    top: -35px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box + .sec05_conts_box {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box + .sec05_conts_box {
    margin-top: 18%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child {
  position: relative;
  z-index: 4;
  position: relative;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child::before {
  content: "";
  background: url(../images/top/sec05_dots_02.png);
  width: 510px;
  height: 850px;
  position: absolute;
  top: -10%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child::before {
    background: url(../images/top/dots_bg.png);
    width: 160px;
    height: 620px;
    top: -10%;
    left: -4%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_01_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 102px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:first-child .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 73px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_02_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(2) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 86px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3) {
  position: relative;
  z-index: 4;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3)::before {
  content: "";
  width: 808px;
  height: 808px;
  border-radius: 50%;
  background: #FCCD55;
  top: 2%;
  right: -34%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3)::before {
    width: 410px;
    height: 410px;
    top: -26%;
    right: -24%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3)::after {
  content: "";
  background: url(../images/top/sec05_dots_03.png);
  width: 510px;
  height: 850px;
  position: absolute;
  bottom: -213%;
  right: -25%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3)::after {
    background: url(../images/top/dots_bg.png);
    width: 117px;
    height: 739px;
    bottom: -131%;
    right: 2%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_03.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_03_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 128px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(3) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 86px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(4) {
  position: relative;
  z-index: 4;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(4) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_04.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(4) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_04_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(4) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 142px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(4) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 92px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5) {
  position: relative;
  z-index: 4;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5)::before {
  content: "";
  width: 538px;
  height: 538px;
  border-radius: 50%;
  background: #FCCD55;
  top: 62%;
  left: -20%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5)::before {
    width: 290px;
    height: 290px;
    top: -11%;
    left: -17%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5)::after {
  content: "";
  background: url(../images/top/sec05_dots_04.png);
  width: 650px;
  height: 886px;
  position: absolute;
  top: -68%;
  left: -9%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5)::after {
    content: none;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_05.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_05_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(5) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 86px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6) {
  position: relative;
  z-index: 4;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6)::before {
  content: "";
  background: url(../images/top/sec05_dots_05.png);
  width: 730px;
  height: 607px;
  position: absolute;
  bottom: -154%;
  right: -11%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6)::before {
    background: url(../images/top/dots_bg.png);
    width: 173px;
    height: 210px;
    bottom: -10%;
    right: 0;
    left: -1%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_06.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_06_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 135px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(6) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 89px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(7) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_07.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(7) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_07_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(7) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 131px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(7) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 87px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(7) .sec05_conts_txtbox {
  z-index: 5;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8) {
  position: relative;
  z-index: 3;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8)::before {
  content: "";
  width: 1179px;
  height: 1179px;
  border-radius: 50%;
  background: #FCCD55;
  top: -133%;
  right: -45%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8)::before {
    width: 509px;
    height: 509px;
    top: -159%;
    right: -42%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_08.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_08_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 135px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(8) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 91px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9) {
  position: relative;
  z-index: 2;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9)::before {
  content: "";
  background: url(../images/top/sec05_dots_06.png);
  width: 730px;
  height: 782px;
  position: absolute;
  top: -187%;
  left: -28%;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9)::before {
    background: url(../images/top/dots_bg.png);
    width: 240px;
    height: 413px;
    top: -145%;
    left: inherit;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9)::after {
    content: "";
    width: 835px;
    height: 835px;
    border-radius: 50%;
    background: #FCCD55;
    top: -58%;
    left: -31%;
    position: absolute;
    width: 290px;
    height: 290px;
    top: -41%;
    left: -18%;
    z-index: -1;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_09.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_09_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 139px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(9) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 89px;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10) {
  position: relative;
  z-index: 1;
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10)::before {
  content: "";
  width: 835px;
  height: 835px;
  border-radius: 50%;
  background: #FCCD55;
  top: -58%;
  left: -31%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10)::before {
    width: 509px;
    height: 509px;
    top: 18%;
    left: 30%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10)::after {
  content: "";
  background: url(../images/top/sec05_dots_07.png);
  width: 730px;
  height: 1014px;
  position: absolute;
  top: -88%;
  right: -19%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10)::after {
    background: url(../images/top/dots_bg.png);
    width: 247px;
    height: 283px;
    top: -23%;
    right: 3%;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10) .sec05_conts_imgbox {
  background: url(../images/top/sec05_img_10.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10) .sec05_conts_imgbox {
    background: url(../images/top/sec05_img_10_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  #top .sec05 .contents_full .sec05_conts_wrap .sec05_conts_box:nth-child(10) .sec05_conts_imgbox .sec05_conts_numbox .sec05_conts_num_img {
    width: 73px;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content,
#tab07:checked ~ #tab07_content,
#tab08:checked ~ #tab08_content,
#tab09:checked ~ #tab09_content,
#tab10:checked ~ #tab10_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  position: relative;
}
.tabs input:checked + .tab_item .tab_bk {
  padding: 15px 0;
  background: #F88804;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.tabs input:checked + .tab_item.tab_item03 .tab_bk {
  background: #4B261A;
}
.tabs input:checked + .tab_item.tab_item04 .tab_bk {
  background: #4B261A;
}

/*選択されているタブのスタイルを変える*/
.tabs_sp input:checked + .tab_item {
  position: relative;
}
.tabs_sp input:checked + .tab_item .tab_bk {
  padding: 15px 0;
  background: #F88804;
  border-radius: 20px 20px 0 0;
  color: #fff;
}
.tabs_sp input:checked + .tab_item.tab_item05 .tab_bk {
  background: #F88804;
}
.tabs_sp input:checked + .tab_item.tab_item06 .tab_bk {
  background: #4B261A;
}
.tabs_sp input:checked + .tab_item.tab_item07 {
  border-bottom: 2px solid #F88804;
}
.tabs_sp input:checked + .tab_item.tab_item07 .tab_bk {
  background: none;
  border-radius: 0;
  color: #F88804;
}
.tabs_sp input:checked + .tab_item.tab_item08 {
  border-bottom: 2px solid #4B261A;
}
.tabs_sp input:checked + .tab_item.tab_item08 .tab_bk {
  background: none;
  border-radius: 0;
  color: #4B261A;
}
.tabs_sp input:checked + .tab_item.tab_item09 {
  border-bottom: 2px solid #F88804;
}
.tabs_sp input:checked + .tab_item.tab_item09 .tab_bk {
  background: none;
  border-radius: 0;
  color: #F88804;
}
.tabs_sp input:checked + .tab_item.tab_item10 {
  border-bottom: 2px solid #4B261A;
}
.tabs_sp input:checked + .tab_item.tab_item10 .tab_bk {
  background: none;
  border-radius: 0;
  color: #4B261A;
}

.loopSlide {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .loopSlide {
    margin: 16% 0 0;
  }
}
.loopSlide ul {
  padding: 0;
  width: auto;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .loopSlide ul {
    height: auto;
  }
}
.loopSlide ul:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  text-align: center;
}
.loopSlide ul li:nth-child(2n+1) {
  width: 453px;
  height: 340px;
  margin: 0 45px 0 0;
}
@media screen and (max-width: 768px) {
  .loopSlide ul li:nth-child(2n+1) {
    width: 257px;
    height: 193px;
    margin: 0 27px 0 0;
  }
}
.loopSlide ul li:nth-child(2n) {
  width: 340px;
  height: 340px;
  margin: 30px 34px 0 0;
}
@media screen and (max-width: 768px) {
  .loopSlide ul li:nth-child(2n) {
    width: 193px;
    height: 193px;
    margin: 30px 27px 0 0;
  }
}
.loopSlide ul li img {
  border-radius: 10px;
}
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
input {
  display: none;
}

#manga {
  position: relative;
  margin: 100px auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #manga {
    width: 100%;
    margin: 12% auto 0;
  }
}
#manga .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}
#manga .swiper-button-prev, #manga .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F88804;
}
@media screen and (max-width: 768px) {
  #manga .swiper-button-prev:after, #manga .swiper-button-next:after {
    font-size: 2.5rem;
  }
}
#manga .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #F88804;
}
#manga .swiper-button-prev, #manga .swiper-rtl .swiper-button-next {
  left: -50px;
  right: auto;
}
@media screen and (max-width: 768px) {
  #manga .swiper-button-prev, #manga .swiper-rtl .swiper-button-next {
    left: -5px;
  }
}
#manga .swiper-button-next, #manga .swiper-rtl .swiper-button-prev {
  right: -50px;
  left: auto;
}
@media screen and (max-width: 768px) {
  #manga .swiper-button-next, #manga .swiper-rtl .swiper-button-prev {
    right: -5px;
  }
}
#manga .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
#manga .swiper-pagination {
  bottom: -30px;
}

.top_bnr {
  width: 1053px;
  margin: 100px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top_bnr {
    width: 100%;
    margin: 60px auto 0;
  }
}
/*# sourceMappingURL=top.css.map */

.map_item {
	display: block;
	width: 1053px;
	margin: 30px auto 0;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .map_item {
        width: 100%;
        margin: 30px auto 0;
    }
}

.sec02_pd_kai{
    padding: 30px 30px 0;
    height: 220px;
}
@media screen and (max-width: 768px) {
.sec02_pd_kai{
    padding: 30px 5% 0;
    height: auto;
}
}