/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  top.css
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  top_mv
--------------------------------------------------------------------------- */
.re2023 .top_mv {
  opacity: 0;
  position: relative;
  transition: 0.2s;
  visibility: hidden;
}

.re2023 .top_mv.lazy {
  opacity: 1;
  visibility: visible;
}

.re2023 .top_mv .slider {
  margin: 0;
}

.re2023 .top_mv .slick_img img {
  max-width: 1200px;
  opacity: 0.4;
  transition: 0.2s;
}

.re2023 .top_mv .slider .slick-center img {
  opacity: 1;
}

.re2023 .top_mv .slider a.slick-center {
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top_mv .slider a.slick-center:hover {
    opacity: 0.8;
  }
}

.re2023 .top_mv .slider .slick_img {
  display: block;
  height: auto;
  margin: 0 10px;
  max-width: 1200px;
  width: 100% !important;
}

.re2023 .top_mv .slider .slick_img img.forSP {
  display: none;
}

.re2023 .top_mv .slider .slick-dots {
  bottom: 20px;
  position: absolute;
  z-index: 1;
}

.re2023 .top_mv .slider .slick-dots > li:first-child:last-child {
  display: none;
}

.re2023 .top_mv .slider .slick-dots li {
  background: #0068b7;
  border-radius: 100%;
  height: 10px;
  margin: 0 7.5px;
  transition: 0.2s;
  width: 10px;
}

.re2023 .top_mv .slider .slick-dots li.slick-active {
  background: #fdd835;
}

.re2023 .top_mv .slider .slick-dots li button {
  height: 10px;
  width: 10px;
}

.re2023 .top_mv .slider .slick-dots li button::before {
  display: none;
}

.re2023 .top_mv .slick-prev,
.re2023 .top_mv .slick-next {
  height: 50px;
  top: 50%;
  width: 50px;
  z-index: 2;
}

.re2023 .top_mv .slick-next {
  right: calc((100% - 1200px) / 2 - 25px);
}

.re2023 .top_mv .slick-next::before {
  background: url('../img/top/mv_next.png') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 50px;
  opacity: 1;
  width: 50px;
}

.re2023 .top_mv .slick-prev {
  left: calc((100% - 1200px) / 2 - 25px);
}

.re2023 .top_mv .slick-prev::before {
  background: url('../img/top/mv_prev.png') no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 50px;
  opacity: 1;
  width: 50px;
}

@media screen and (min-width: 1200.1px) and (max-width: 1250px) {
  .re2023 .top_mv .slick-next {
    right: 0;
  }

  .re2023 .top_mv .slick-prev {
    left: 0;
  }
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top_mv .slick_img img {
    max-width: calc(100vw - 13.83vw);
  }

  .re2023 .top_mv .slider .slick_img {
    margin: 0 0.83vw;
    max-width: calc(100vw - 13.83vw);
  }

  .re2023 .top_mv .slider .slick_img img.forSP {
    display: none;
  }

  .re2023 .top_mv .slider .slick-dots {
    bottom: 1.67vw;
  }

  .re2023 .top_mv .slider .slick-dots li {
    height: 0.83vw;
    margin: 0 0.63vw;
    width: 0.83vw;
  }

  .re2023 .top_mv .slider .slick-dots li button {
    height: 0.83vw;
    width: 0.83vw;
  }

  .re2023 .top_mv .slick-prev,
  .re2023 .top_mv .slick-next {
    height: 4.17vw;
    width: 4.17vw;
  }

  .re2023 .top_mv .slick-next {
    right: 5.2vw;
  }

  .re2023 .top_mv .slick-next::before {
    height: 4.17vw;
    width: 4.17vw;
  }

  .re2023 .top_mv .slick-prev {
    left: 5.2vw;
  }

  .re2023 .top_mv .slick-prev::before {
    height: 4.17vw;
    width: 4.17vw;
  }
}

@media only screen and (max-width: 767px) {
  .re2023 .top_mv .slick_img img {
    opacity: 1;
    width: 100vw !important;
  }

  .re2023 .top_mv .slider .slick_img {
    margin: 0;
    width: 100vw !important;
  }

  .re2023 .top_mv .slider .slick_img img.forPC {
    display: none;
  }

  .re2023 .top_mv .slider .slick_img img.forSP {
    display: block;
  }

  .re2023 .top_mv .slider .slick-dots {
    bottom: 2.13vw;
  }

  .re2023 .top_mv .slider .slick-dots li {
    height: 1.8vw;
    margin: 0 2vw;
    width: 1.8vw;
  }

  .re2023 .top_mv .slider .slick-dots li button {
    height: 1.8vw;
    width: 1.8vw;
  }
}

/* ---------------------------------------------------------------------------
//  top01
--------------------------------------------------------------------------- */
.re2023 .top01 .section_container {
  background-image: url(../img/top/01_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60.5px 0;
}

.re2023 .top01_list {
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
}

.re2023 .top01_list li {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 104, 183, 0.2);
  height: 265px;
  position: relative;
  width: 188px;
}

.re2023 .top01_list li .num {
  align-items: center;
  background: #43a8d6;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 40px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 60px;
}

.re2023 .top01_list li .sup {
  bottom: 15px;
  color: #0068b7;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 15px;
}

.re2023 .top01_list li .txt_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.re2023 .top01_list li .marker {
  position: relative;
}

.re2023 .top01_list li .marker::before {
  background: #fdd835;
  bottom: -6px;
  content: '';
  left: 0;
  position: absolute;
  transition: 1s;
  width: 0;
  z-index: 0;
}

.re2023 .top01_list li.active .marker::before {
  opacity: 1;
}

.re2023 .top01_list li .marker img {
  position: relative;
  z-index: 2;
}

.re2023 .top01_list .item01 .txt01 {
  margin-top: 57.1px;
  width: 126.63px;
}

.re2023 .top01_list .item01 .txt01 .marker::before {
  height: 10px;
}

.re2023 .top01_list .item01.active .txt01 .marker::before {
  width: 100%;
}

.re2023 .top01_list .item01 .txt02 {
  margin-bottom: 24px;
  margin-top: 10.4px;
  width: 126.27px;
}

.re2023 .top01_list .item01 .illust {
  margin: 0 auto;
  width: 110px;
}

.re2023 .top01_list .item02 .txt01 {
  margin-top: 48px;
  width: 129.5px;
}

.re2023 .top01_list .item02 .txt02 {
  margin-top: 7.6px;
  width: 129.5px;
}

.re2023 .top01_list .item02 .txt03 {
  margin-bottom: 13px;
  margin-top: 9.9px;
  width: 129.5px;
}

.re2023 .top01_list .item02 .marker::before {
  height: 10px;
}

.re2023 .top01_list .item02.active .marker::before {
  width: 87px;
}

.re2023 .top01_list .item02 .illust {
  margin: 0 auto;
  width: 95px;
}

.re2023 .top01_list .item03 .txt01 {
  margin-top: 59.7px;
  width: 126.42px;
}

.re2023 .top01_list .item03 .txt02 {
  margin-bottom: 23.2px;
  margin-top: 10.8px;
  width: 126.42px;
}

.re2023 .top01_list .item03 .txt02 .marker::before {
  height: 10px;
}

.re2023 .top01_list .item03.active .txt02 .marker::before {
  width: 100%;
}

.re2023 .top01_list .item03 .illust {
  margin: 0 auto;
  width: 85px;
}

.re2023 .top01_list .item04 .txt01 {
  margin-top: 52.1px;
  width: 124.46px;
}

.re2023 .top01_list .item04 .txt01 .marker::before {
  bottom: 6px;
  height: 10px;
  left: 17px;
}

.re2023 .top01_list .item04.active .txt01 .marker::before {
  width: 107px;
}

.re2023 .top01_list .item04 .txt02 {
  margin-bottom: 17.4px;
  margin-top: 11.4px;
  width: 126.27px;
}

.re2023 .top01_list .item04 .illust {
  margin: 0 auto;
  width: 90px;
}

.re2023 .top01_list .item05 .txt01 {
  margin-top: 64.9px;
  width: 76.5px;
}

.re2023 .top01_list .item05 .marker::before {
  bottom: -4px;
  height: 8px;
}

.re2023 .top01_list .item05.active .marker::before {
  width: 100%;
}

.re2023 .top01_list .item05 .txt02 {
  margin-bottom: 22.1px;
  margin-top: 9.2px;
  width: 127.74px;
}

.re2023 .top01_list .item05 .illust {
  margin: 0 auto;
  width: 77px;
}

.re2023 .top01 .sup_list {
  color: #0068b7;
  display: flex;
  /* flex-wrap: wrap; */
  font-size: 14px;
  font-weight: 400;
  line-height: calc(25.2 / 14);
  margin: 15px auto 0;
  white-space: nowrap;
}

.re2023 .top01 .BTN.A {
  margin-top: 30px;
  width: 301px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top01 .section_container {
    padding: 5.04vw 0;
  }

  .re2023 .top01_list {
    margin: 5.42vw auto 0;
  }

  .re2023 .top01_list li {
    height: 22.08vw;
    width: 15.67vw;
  }

  .re2023 .top01_list li .num {
    font-size: 3.33vw;
    height: 5vw;
    top: -2.5vw;
    width: 5vw;
  }

  .re2023 .top01_list li .sup {
    bottom: 1.25vw;
    font-size: 1.17vw;
    right: 1.25vw;
  }

  .re2023 .top01_list li .marker::before {
    bottom: -0.5vw;
  }

  .re2023 .top01_list .item01 .txt01 {
    margin-top: 4.76vw;
    width: 10.55vw;
  }

  .re2023 .top01_list .item01 .txt01 .marker::before {
    height: 0.83vw;
  }

  .re2023 .top01_list .item01 .txt02 {
    margin-bottom: 2vw;
    margin-top: 0.63vw;
    width: 10.52vw;
  }

  .re2023 .top01_list .item01 .illust {
    margin: 0 auto;
    width: 9.17vw;
  }

  .re2023 .top01_list .item02 .txt01 {
    margin-top: 4vw;
    width: 10.79vw;
  }

  .re2023 .top01_list .item02 .txt02 {
    margin-top: 0.72vw;
    width: 10.79vw;
  }

  .re2023 .top01_list .item02 .txt03 {
    margin-bottom: 1.08vw;
    margin-top: 0.83vw;
    width: 10.79vw;
  }

  .re2023 .top01_list .item02 .marker::before {
    height: 0.83vw;
  }

  .re2023 .top01_list .item02.active .marker::before {
    width: 7.25vw;
  }

  .re2023 .top01_list .item02 .illust {
    width: 7.92vw;
  }

  .re2023 .top01_list .item03 .txt01 {
    margin-top: 4.98vw;
    width: 10.54vw;
  }

  .re2023 .top01_list .item03 .txt02 {
    margin-bottom: 1.93vw;
    margin-top: 0.9vw;
    width: 10.54vw;
  }

  .re2023 .top01_list .item03 .txt02 .marker::before {
    height: 0.83vw;
  }

  .re2023 .top01_list .item03 .illust {
    margin: 0 auto;
    width: 7.08vw;
  }

  .re2023 .top01_list .item04 .txt01 {
    margin-top: 4.34vw;
    width: 10.37vw;
  }

  .re2023 .top01_list .item04 .txt01 .marker::before {
    bottom: 0.55vw;
    height: 0.83vw;
    left: 1.44vw;
  }

  .re2023 .top01_list .item04.active .txt01 .marker::before {
    width: 8.8vw;
  }

  .re2023 .top01_list .item04 .txt02 {
    margin-bottom: 1.45vw;
    margin-top: 0.95vw;
    width: 10.52vw;
  }

  .re2023 .top01_list .item04 .illust {
    width: 7.5vw;
  }

  .re2023 .top01_list .item05 .txt01 {
    margin-top: 5.41vw;
    width: 6.38vw;
  }

  .re2023 .top01_list .item05 .marker::before {
    bottom: -0.33vw;
    height: 0.67vw;
  }

  .re2023 .top01_list .item05 .txt02 {
    margin-bottom: 1.84vw;
    margin-top: 0.77vw;
    width: 10.65vw;
  }

  .re2023 .top01_list .item05 .illust {
    width: 6.42vw;
  }

  .re2023 .top01 .sup_list {
    font-size: 1.17vw;
    margin: 1.25vw auto 0;
  }

  .re2023 .top01 .BTN.A {
    margin-top: 2.5vw;
    width: 25.08vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top01 .section_container {
    background-image: url(../img/top/01_bg_sp.jpg);
    padding: 8vw 0 13.33vw;
  }

  .re2023 .top01_list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 4vw 0 0;
  }

  .re2023 .top01_list li {
    height: 42.4vw;
    margin: 0 1.33vw;
    margin-top: 8.53vw;
    width: 28vw;
  }

  .re2023 .top01_list li .num {
    font-size: 7.47vw;
    height: 12vw;
    top: -6vw;
    width: 12vw;
  }

  .re2023 .top01_list li .sup {
    bottom: 2.67vw;
    font-size: 2.13vw;
    right: 2.67vw;
  }

  .re2023 .top01_list li .marker::before {
    bottom: -0.8vw;
  }

  .re2023 .top01_list .item01 .txt01 {
    margin-top: 10.4vw;
    width: 19.84vw;
  }

  .re2023 .top01_list .item01 .txt01 .marker::before {
    height: 1.87vw;
  }

  .re2023 .top01_list .item01 .txt02 {
    margin-bottom: 3.95vw;
    margin-top: 1.12vw;
    width: 21.05vw;
  }

  .re2023 .top01_list .item01 .illust {
    width: 16.8vw;
  }

  .re2023 .top01_list .item02 .txt01 {
    margin-top: 8.77vw;
    width: 22.05vw;
  }

  .re2023 .top01_list .item02 .txt02 {
    margin-top: 0.7vw;
    width: 21.4vw;
  }

  .re2023 .top01_list .item02 .txt03 {
    margin-bottom: 2.35vw;
    margin-top: 1.2vw;
    width: 21.79vw;
  }

  .re2023 .top01_list .item02 .marker::before {
    height: 1.87vw;
  }

  .re2023 .top01_list .item02.active .marker::before {
    width: 14vw;
  }

  .re2023 .top01_list .item02 .illust {
    width: 13.33vw;
  }

  .re2023 .top01_list .item03 .txt01 {
    margin-top: 10.91vw;
    width: 21.65vw;
  }

  .re2023 .top01_list .item03 .txt02 {
    margin-bottom: 4.35vw;
    margin-top: 1.12vw;
    width: 21.1vw;
  }

  .re2023 .top01_list .item03 .txt02 .marker::before {
    height: 1.87vw;
  }

  .re2023 .top01_list .item03 .illust {
    width: 11.69vw;
  }

  .re2023 .top01_list .item04 {
    height: 38.93vw;
  }

  .re2023 .top01_list .item04 .txt01 {
    margin-top: 8.32vw;
    width: 16.46vw;
  }

  .re2023 .top01_list .item04 .txt01 .marker::before {
    bottom: 1vw;
    height: 1.87vw;
    left: 2.3vw;
  }

  .re2023 .top01_list .item04.active .txt01 .marker::before {
    width: 14.1vw;
  }

  .re2023 .top01_list .item04 .txt02 {
    margin-bottom: 2.99vw;
    margin-top: 0.96vw;
    width: 17.19vw;
  }

  .re2023 .top01_list .item04 .illust {
    width: 12.17vw;
  }

  .re2023 .top01_list .item05 {
    height: 38.93vw;
  }

  .re2023 .top01_list .item05 .txt01 {
    margin-top: 9.36vw;
    width: 14.13vw;
  }

  .re2023 .top01_list .item05 .marker::before {
    bottom: -0.6vw;
    height: 1.87vw;
  }

  .re2023 .top01_list .item05 .txt02 {
    margin-bottom: 2.4vw;
    margin-top: 1.07vw;
    width: 22.36vw;
  }

  .re2023 .top01_list .item05 .illust {
    width: 10.53vw;
  }

  .re2023 .top01 .sup_list {
    flex-wrap: wrap;
    font-size: 3.2vw;
    margin: 3.2vw 8vw 0;
    white-space: normal;
  }

  .re2023 .top01 .sup_list li {
    display: flex;
  }

  .re2023 .top01 .sup_list li span {
    margin-right: 0.7vw;
  }

  .re2023 .top01 .BTN.A {
    margin-top: 6.67vw;
    width: 301px;
  }
}

/* ---------------------------------------------------------------------------
//  top02
--------------------------------------------------------------------------- */
.re2023 .top02 .section_container {
  padding: 60px 0 75px;
}

.re2023 .top02_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.re2023 .top02_list li {
  align-items: center;
  color: #1c98d0;
  display: flex;
  flex-direction: column;
  height: 129px;
  margin-top: 37.8px;
  text-align: center;
  width: calc((100% - 70px) / 6);
}

.re2023 .top02_list .item01,
.re2023 .top02_list .item02 {
  height: 146px;
  margin: 0 20px;
  width: 295px;
}

.re2023 .top02_list .item01 {
  margin-left: 183px;
}

.re2023 .top02_list .item02 {
  margin-right: 183px;
}

.re2023 .top02_list li a {
  align-items: center;
  border: solid 1px #1c98d0;
  color: #1c98d0;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 50px;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 1px;
  transition: 0.2s;
  width: 100%;
}

@media (any-hover: hover) {
  .re2023 .top02_list li a:hover {
    background: #1c98d0;
    color: #fff;
  }
}

.re2023 .top02_list .item01 a,
.re2023 .top02_list .item02 a {
  font-size: 20px;
  height: 55px;
}

.re2023 .top02_list li a::after {
  background-image: url(../img/top/02_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 18px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  width: 18px;
}

.re2023 .top02_list .item01 .illust {
  width: 65px;
}

.re2023 .top02_list .item02 .illust {
  width: 72px;
}

.re2023 .top02_list .item03 .illust {
  width: 70px;
}

.re2023 .top02_list .item04 .illust {
  width: 65px;
}

.re2023 .top02_list .item05 .illust {
  width: 77px;
}

.re2023 .top02_list .item06 .illust {
  width: 72px;
}

.re2023 .top02_list .item07 .illust {
  width: 55px;
}

.re2023 .top02_list .item08 .illust {
  width: 70px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top02 .section_container {
    padding: 5vw 0 6.25vw;
  }

  .re2023 .top02_list li {
    height: 10.75vw;
    margin-top: 3.15vw;
    width: calc((100% - 5.83vw) / 6);
  }

  .re2023 .top02_list .item01,
  .re2023 .top02_list .item02 {
    height: 12.17vw;
    margin: 0 1.67vw;
    width: 24.58vw;
  }

  .re2023 .top02_list .item01 {
    margin-left: 15.25vw;
  }

  .re2023 .top02_list .item02 {
    margin-right: 15.25vw;
  }

  .re2023 .top02_list li a {
    font-size: 1.42vw;
    height: 4.17vw;
    padding-bottom: 0.08vw;
  }

  .re2023 .top02_list .item01 a,
  .re2023 .top02_list .item02 a {
    font-size: 1.67vw;
    height: 4.58vw;
  }

  .re2023 .top02_list li a::after {
    height: 1.5vw;
    margin-left: 0.83vw;
    top: 0.08vw;
    width: 1.5vw;
  }

  .re2023 .top02_list .item01 .illust {
    width: 5.42vw;
  }

  .re2023 .top02_list .item02 .illust {
    width: 6vw;
  }

  .re2023 .top02_list .item03 .illust {
    width: 5.83vw;
  }

  .re2023 .top02_list .item04 .illust {
    width: 5.42vw;
  }

  .re2023 .top02_list .item05 .illust {
    width: 6.42vw;
  }

  .re2023 .top02_list .item06 .illust {
    width: 6vw;
  }

  .re2023 .top02_list .item07 .illust {
    width: 4.58vw;
  }

  .re2023 .top02_list .item08 .illust {
    width: 5.83vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top02 .section_container {
    padding: 10.67vw 8vw 12vw;
  }

  .re2023 .top02_list li {
    height: 23.47vw;
    margin-top: 8vw;
    width: calc((100% - 8vw) / 3);
  }

  .re2023 .top02_list .item01,
  .re2023 .top02_list .item02 {
    height: 26.13vw;
    margin: 0 !important;
    width: calc((100% - 4vw) / 2);
  }

  .re2023 .top02_list li a {
    font-size: 3.2vw;
    height: 9.33vw;
    line-height: calc(17 / 14);
    padding-bottom: 0.27vw;
  }

  .re2023 .top02_list .item01 a,
  .re2023 .top02_list .item02 a {
    font-size: 3.73vw;
    height: 12vw;
  }

  .re2023 .top02_list li a::after {
    height: 4vw;
    margin-left: 1.33vw;
    top: 0.27vw;
    width: 4vw;
  }

  .re2023 .top02_list .item01 .illust {
    width: 10vw;
  }

  .re2023 .top02_list .item02 .illust {
    width: 11.2vw;
  }

  .re2023 .top02_list .item03 .illust {
    width: 13.07vw;
  }

  .re2023 .top02_list .item04 .illust {
    width: 11.73vw;
  }

  .re2023 .top02_list .item05 .illust {
    width: 13.87vw;
  }

  .re2023 .top02_list .item06 .illust {
    width: 13.07vw;
  }

  .re2023 .top02_list .item07 .illust {
    width: 10.13vw;
  }

  .re2023 .top02_list .item08 .illust {
    width: 12.53vw;
  }
}

/* ---------------------------------------------------------------------------
//  top03
--------------------------------------------------------------------------- */
.re2023 .top03_wrap {
  padding-top: 85px;
}

.re2023 .pt0.top03_wrap {
  padding-top: 0;
}

.re2023 .top03_wrap + .re2023 .top03_wrap {
  padding-top: 65px;
}

.re2023 .top03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.re2023 .top03_list a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  /* border: solid 1px #d8d8d8; */
  display: block;
  margin-top: 20px;
  transition: 0.2s;
  width: calc((100% - 60px) / 4);
}

@media (any-hover: hover) {
  .re2023 .top03_list a:hover {
    opacity: 0.8;
  }
}

.re2023 .top03_list .item01,
.re2023 .top03_list .item02 {
  display: flex;
  width: calc((100% - 20px) / 2);
}

.re2023 .top03_list .item01 .pic,
.re2023 .top03_list .item02 .pic {
  width: 250px;
}

.re2023 .top03_list a .text_wrap {
  padding: 16px 14px 17px;
}

.re2023 .top03_list .item01 .text_wrap,
.re2023 .top03_list .item02 .text_wrap {
  padding-top: 20px;
  width: calc(100% - 250px);
}

.re2023 .top03_list a .text_wrap > .ttl {
  align-items: center;
  color: #292929;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  min-height: 35px;
  position: relative;
}

.re2023 .top03_list a .text_wrap > .ttl.small {
  font-size: 19px;
}

.re2023 .top03_list a .text_wrap > .ttl.middle {
  font-size: 19px;
}

.re2023 .top03_list a .text_wrap > .ttl::after {
  background-image: url(../img/top/03_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 24px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.re2023 .top03_wrap + .top03_wrap .top03_list a .text_wrap > .ttl::after {
  background-image: url(../img/top/03_arrow02.png);
}

.re2023 .top03_list a .text_wrap > .desc {
  font-size: 14px;
}

.re2023 .top03_list a .price_wrap .ttl {
  margin-bottom: 7px;
  margin-top: 7px;
}

.re2023 .top03_list .price {
  margin: 0 auto;
  width: 202px;
  position: relative;
}

.re2023 .top03_list .item01 .price,
.re2023 .top03_list .item02 .price {
  width: 202px;
}

.re2023 .top03_list .item08 .price {
  width: 202px;
}

.re2023 .top03_list .item14 .price {
  width: 202px;
}

.re2023 .top03_list .price .price_inner_flex {
  display: flex;
}

.re2023 .top03_list .price .price_inner_top span.price_big {
  display: inline;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 900;
  color: #fc5252;
}

.re2023 .top03_list .price .price_inner_top span.price_big.adjustment {
  font-size: 35px;
}

.re2023 .top03_list .price .price_inner_bottom {
  display: inline;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 800;
  padding-top: 8px;
  line-height: 1.2;
}

.re2023 .top03_list .price .price_inner_bottom span.price_fee {
  color: #fc5252;
}
.re2023 .top03_bnr {
  margin-bottom: 0;
  margin-top: 45px;
}
.re2023 .top03_bottom {
  margin-bottom: 65px;
  margin-top: 45px;
}
.re2023 .top03_wrap .sup {
  color: #292929;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.re2023 .top03_wrap .sup::before {
  content: '\203B\a0';
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top03_wrap {
    padding-top: 7.08vw;
  }

  .re2023 .top03_wrap + .re2023 .top03_wrap {
    padding-top: 5.42vw;
  }

  .re2023 .top03_list {
    margin-top: 1.25vw;
  }

  .re2023 .top03_list a {
    margin-top: 1.67vw;
    width: calc((100% - 5vw) / 4);
  }

  .re2023 .top03_list .item01,
  .re2023 .top03_list .item02 {
    display: flex;
    width: calc((100% - 1.67vw) / 2);
  }

  .re2023 .top03_list .item01 .pic,
  .re2023 .top03_list .item02 .pic {
    width: 20.83vw;
  }

  .re2023 .top03_list a .text_wrap {
    padding: 1.33vw 1.17vw 1.42vw;
  }

  .re2023 .top03_list .item01 .text_wrap,
  .re2023 .top03_list .item02 .text_wrap {
    padding-top: 1.67vw;
    width: calc(100% - 20.83vw);
  }

  .re2023 .top03_list a .text_wrap > .ttl {
    font-size: 2vw;
    min-height: 2.92vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl.small {
    font-size: 1.58vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl.middle {
    font-size: 1.83vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl::after {
    height: 2vw;
    width: 2vw;
  }

  .re2023 .top03_list a .text_wrap > .desc {
    font-size: 1.17vw;
  }

  .re2023 .top03_list a .price_wrap .ttl {
    margin-bottom: 0.34vw;
    margin-top: 0.58vw;
  }

  .re2023 .top03_list .price {
    width: 16.83vw;
  }

  .re2023 .top03_list .item01 .price,
  .re2023 .top03_list .item02 .price {
    width: 16.83vw;
  }

  .re2023 .top03_list .item08 .price {
    width: 16.83vw;
  }

  .re2023 .top03_list .item14 .price {
    width: 16.83vw;
  }

  .re2023 .top03_list .price .price_inner_top span.price_big {
    font-size: 36px;
  }

  .re2023 .top03_list .price .price_inner_top span.price_big.adjustment {
    font-size: 31px;
  }

  .re2023 .top03_list .price .price_inner_bottom {
    font-size: 12px;
  }
  .re2023 .top03_bnr {
    margin-bottom: 0;
    margin-top: 3.75vw;
  }
  .re2023 .top03_bottom {
    margin-bottom: 5.42vw;
    margin-top: 3.75vw;
  }
  .re2023 .top03_wrap .sup {
    margin-top: 1.67vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top03 .section_container {
    padding: 0 5.33vw;
  }

  .re2023 .top03_wrap {
    padding-top: 13.33vw;
  }

  .re2023 .top03_wrap + .re2023 .top03_wrap {
    padding-top: 12vw;
  }

  .re2023 .top03_list {
    margin-top: 1.33vw;
  }

  .re2023 .top03_list a {
    margin-top: 3.2vw;
    width: calc((100% - 2.67vw) / 2);
  }

  .re2023 .top03_list .item01,
  .re2023 .top03_list .item02 {
    display: flex;
    height: 40vw;
    width: 100%;
  }

  .re2023 .top03_list .item01 .pic,
  .re2023 .top03_list .item02 .pic {
    width: 40vw;
  }

  .re2023 .top03_list a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .re2023 .top03_list a .text_wrap {
    padding: 2.4vw 2.13vw 3.4vw;
  }

  .re2023 .top03_list .item01 .text_wrap,
  .re2023 .top03_list .item02 .text_wrap {
    padding: 3.73vw 2.13vw 4.7vw;
    width: calc(100% - 40vw);
  }

  .re2023 .top03_list a .text_wrap > .ttl {
    font-size: 4.53vw;
    min-height: 6.93vw;
  }

  .re2023 .top03_list .item01 .text_wrap > .ttl,
  .re2023 .top03_list .item02 .text_wrap > .ttl {
    font-size: 5.33vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl.small {
    font-size: 3.47vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl.middle {
    font-size: 4vw;
  }

  .re2023 .top03_list a .text_wrap > .ttl::after {
    height: 4.8vw;
    width: 4.8vw;
  }

  .re2023 .top03_list a .text_wrap > .desc {
    font-size: 2.93vw;
    margin-top: 0.5vw;
  }

  .re2023 .top03_list a .price_wrap .ttl {
    margin-bottom: 1vw;
    margin-top: 2vw;
  }

  .re2023 .top03_list .price {
    margin: 0 auto;
    width: 38.93vw;
  }

  .re2023 .top03_list .item01 .price,
  .re2023 .top03_list .item02 .price {
    width: 38.93vw;
  }

  .re2023 .top03_list .item08 .price {
    width: 38.93vw;
  }

  .re2023 .top03_list .item14 .price {
    width: 38.93vw;
  }

  .re2023 .top03_list .price .price_inner_top span.price_big {
    font-size: 8.8vw;
  }

  .re2023 .top03_list .price .price_inner_top span.price_big.adjustment {
    font-size: 7.2vw;
  }

  .re2023 .top03_list .price .price_inner_bottom {
    font-size: 2.48vw;
    line-height: 1.4;
    padding-left: 0.3vw;
  }
  .re2023 .top03_bnr {
    margin-bottom: 0;
    margin-top: 8vw;
  }
  .re2023 .top03_bottom {
    margin-bottom: 12vw;
    margin-top: 8vw;
  }
  .re2023 .top03_wrap .sup {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 20px;
    margin-top: 3.2vw;
  }
}

/* ---------------------------------------------------------------------------
//  top04
--------------------------------------------------------------------------- */
.re2023 .top04 .section_container {
  padding-top: 65px;
}

.re2023 .top04_wrap {
  background: #e1f5fe;
  margin-top: 35px;
  padding: 45px 0 65px;
}

.re2023 .top04_list {
  display: flex;
  justify-content: space-between;
}

.re2023 .top04_list a {
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  transition: 0.2s;
  width: calc((100% - 60px) / 4);
}

@media (any-hover: hover) {
  .re2023 .top04_list a:hover {
    opacity: 0.8;
  }
}

.re2023 .top04_list a .ttl {
  align-items: center;
  color: #003664;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 52px;
  justify-content: center;
  padding-right: 37px;
  position: relative;
}

.re2023 .top04_list a .ttl.small {
  font-size: 18px;
}

.re2023 .top04_list a .ttl::after {
  background-image: url(../img/top/04_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 28px;
}

.re2023 .top04 .ac {
  margin-top: 25px;
}

.re2023 .top04 .ac .ac_ttl {
  align-items: center;
  background: #003664;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 63px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top04 .ac .ac_ttl:hover {
    opacity: 0.8;
  }
}

.re2023 .top04 .ac .ac_ttl::after {
  background-image: url(../img/common/plus03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
}

.re2023 .top04 .ac .ac_ttl.open::after {
  background-image: url(../img/common/minus03.png);
}

.re2023 .top04 .ac .ac_wrap {
  background: #f5f5f5;
  display: none;
  padding: 25px 30px 30px;
}

.re2023 .ac .top04_list a {
  width: calc((100% - 40px) / 5);
}

.re2023 .ac .top04_list a .ttl {
  font-size: 14px;
  height: 50px;
  padding-right: 31px;
}

.re2023 .ac .top04_list a .ttl::after {
  height: 25px;
  right: 10px;
  width: 25px;
}

.re2023 .top04 .bnr {
  background: #1268b7;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  display: flex;
  margin: 45px auto;
  transition: 0.2s;
  width: 635px;
}

@media (any-hover: hover) {
  .re2023 .top04 .bnr:hover {
    opacity: 0.8;
  }
}

.re2023 .top04 .bnr .pic {
  width: 150px;
}

.re2023 .top04 .bnr .ttl {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: bold;
  padding: 0 19px;
  position: relative;
  width: calc(100% - 150px);
}

.re2023 .top04 .bnr .ttl::after {
  background-image: url(../img/top/04_arrow02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top04 .section_container {
    padding-top: 5.42vw;
  }

  .re2023 .top04_wrap {
    margin-top: 2.92vw;
    padding: 3.75vw 0 5.42vw;
  }

  .re2023 .top04_list a {
    width: calc((100% - 5vw) / 4);
  }

  .re2023 .top04_list a .ttl {
    font-size: 1.67vw;
    height: 4.33vw;
    padding-right: 3.08vw;
  }

  .re2023 .top04_list a .ttl.small {
    font-size: 1.5vw;
  }

  .re2023 .top04_list a .ttl::after {
    height: 2.33vw;
    right: 1.25vw;
    width: 2.33vw;
  }

  .re2023 .top04 .ac {
    margin-top: 2.08vw;
  }

  .re2023 .top04 .ac .ac_ttl {
    font-size: 1.67vw;
    height: 5.25vw;
  }

  .re2023 .top04 .ac .ac_ttl::after {
    height: 2.33vw;
    margin: auto;
    position: absolute;
    right: 1.67vw;
    top: 0;
    width: 2.33vw;
  }

  .re2023 .top04 .ac .ac_wrap {
    padding: 2.08vw 2.5vw 2.5vw;
  }

  .re2023 .ac .top04_list a {
    width: calc((100% - 3.33vw) / 5);
  }

  .re2023 .ac .top04_list a .ttl {
    font-size: 1.17vw;
    height: 4.17vw;
    padding-right: 2.58vw;
  }

  .re2023 .ac .top04_list a .ttl::after {
    height: 2.08vw;
    right: 0.83vw;
    width: 2.08vw;
  }

  .re2023 .top04 .bnr {
    margin: 0.83vw auto;
    width: 52.92vw;
  }

  .re2023 .top04 .bnr .pic {
    width: 12.5vw;
  }

  .re2023 .top04 .bnr .ttl {
    font-size: 1.75vw;
    padding: 0 1.58vw;
    width: calc(100% - 12.5vw);
  }

  .re2023 .top04 .bnr .ttl::after {
    height: 2.33vw;
    right: 1.67vw;
    width: 2.33vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top04 .section_container {
    padding-top: 10.13vw;
  }

  .re2023 .top04_wrap {
    margin-top: 6.67vw;
    padding: 8vw 5.33vw 13.33vw;
  }

  .re2023 .top04_list {
    flex-wrap: wrap;
    margin-top: -3.2vw;
  }

  .re2023 .top04_list a {
    margin-top: 3.2vw;
    width: calc((100% - 2.67vw) / 2);
  }

  .re2023 .top04_list a .ttl {
    font-size: 3.73vw;
    height: 10.67vw;
    justify-content: center;
    padding: 0;
  }

  .re2023 .top04_list a .ttl.small {
    font-size: 3.73vw;
  }

  .re2023 .top04_list a .ttl::after {
    height: 4.8vw;
    margin: 0 0 0 1.33vw;
    position: static;
    width: 4.8vw;
  }

  .re2023 .top04 .ac {
    margin-top: 5.07vw;
  }

  .re2023 .top04 .ac .ac_ttl {
    font-size: 5.33vw;
    height: 20vw;
    line-height: 1.5;
  }

  .re2023 .top04 .ac .ac_ttl::after {
    height: 6.67vw;
    right: 2.67vw;
    width: 6.67vw;
  }

  .re2023 .top04 .ac .ac_wrap {
    padding: 2.67vw 2.67vw 5.33vw;
  }

  .re2023 .ac .top04_list a {
    width: calc((100% - 2.67vw) / 2);
  }

  .re2023 .ac .top04_list a .ttl {
    font-size: 3.47vw;
    height: 10.67vw;
    padding-right: 0;
  }

  .re2023 .ac .top04_list a .ttl::after {
    height: 4.8vw;
    margin: 0 0 0 1.33vw;
    position: static;
    width: 4.8vw;
  }

  .re2023 .top04 .bnr {
    margin: 9.33vw auto;
    width: 100%;
  }

  .re2023 .top04 .bnr .pic {
    width: 26.67vw;
  }

  .re2023 .top04 .bnr .ttl {
    font-size: 4.27vw;
    line-height: calc(24 / 16);
    padding: 0 16px;
    text-align: center;
    width: calc(100% - 26.67vw);
  }

  .re2023 .top04 .bnr .ttl::after {
    height: 4.8vw;
    position: absolute;
    right: 2.67vw;
    width: 4.8vw;
  }
}

/* ---------------------------------------------------------------------------
//  top05
--------------------------------------------------------------------------- */
.re2023 .top05 .section_container {
  padding-top: 65px;
}

.re2023 .top05_wrap {
  background-image: url(../img/top/05_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 35px;
  padding: 60px 0 80px;
}
.re2023 .top05_read {
  color: #292929;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(33 / 18);
  margin-top: 35px;
  text-align: center;
}
.re2023 .top05_read strong {
  color: #fc5252;
  font-size: 22px;
  position: relative;
}
.re2023 .top05_read strong::before {
  color: #292929;
  content: '※';
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: -5px;
  top: -10px;
}
.re2023 .top05_read + .sup {
  color: #292929;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.re2023 .top05_read + .sup::before {
  content: '\203B\a0';
}

.re2023 .top05_wrap .search_ttl {
  align-items: center;
  background: #1268b7;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 63px;
  justify-content: center;
}

.re2023 .top05_wrap .search01 .search_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px 0 45px;
}

.re2023 .top05_wrap .search01 .search_wrap .desc {
  color: #1d364f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.re2023 .top05_wrap .search01 .search_wrap form {
  border: solid 2px #0068b7;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  width: 400px;
}

.re2023 .top05_wrap .search01 .search_wrap form input {
  background: #fff;
  background-image: url(../img/common/icon_yubin.png);
  background-position: left 22px center;
  background-repeat: no-repeat;
  background-size: 19px;
  color: #101010;
  font-size: 24px;
  padding: 14.5px 14.5px 14.5px 54px;
  width: calc(100% - 80px);
}
.re2023 .top05_wrap .search01 .search_wrap form input::-webkit-inner-spin-button,
.re2023 .top05_wrap .search01 .search_wrap form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.re2023 .top05_wrap .search01 .search_wrap form input::placeholder {
  color: #b6b6b6;
}

.re2023 .top05_wrap .search01 .search_wrap form button {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  width: 80px;
}

.re2023 .top05_wrap .search01 .result_wrap {
  display: none;
  margin-top: 20px;
  width: 100%;
}

.re2023 .top05_wrap .search01 .result_wrap.active {
  display: block;
}

.re2023 .top05_wrap .search01 .result_wrap .result_ttl {
  background: #43a8d6;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0.7em 0;
  text-align: center;
  /* height: 75px; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  .address {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0.5em;
    span {
    }
  }
}

.re2023 .top05_wrap .search01 .result_wrap .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN {
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:hover {
    opacity: 0.8;
  }
}

.re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(1) {
  width: 495px;
}

.re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(2) {
  width: 245px;
}

.re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(3) {
  width: 245px;
}
.re2023 .top05_wrap .search02 + .search02 {
  margin-top: 30px;
}
.re2023 .top05_wrap .search02 .search_wrap {
  background: #fff;
  padding: 0 50px 50px;
}
.re2023 .top05_wrap .search02 .search_wrap.pb {
  padding-bottom: 35px;
}

.re2023 .top05_wrap .search02 .search_wrap .desc {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(27 / 18);
  padding-top: 30px;
}

.re2023 .top05_wrap .search02 + .sup {
  background: #fff;
  color: #292929;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(22.4 / 14);
  margin-top: -20px;
  padding: 0 50px 50px;
}
.re2023 .top05_wrap .search02 + .sup::before {
  content: '\203B\a0';
}
.re2023 .top05_wrap .search02 + .sup.no_ast::before {
  display: none;
}

.re2023 .top05_wrap .search02 .search_wrap .area_ttl {
  border-bottom: solid 1px #0068b7;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 10px 10px;
}
/* .re2023 .top05_wrap .search02 .search_wrap div.area_ttl {
  padding: 0 0 10px 0;
} */

.re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: -15px; */
  padding: 10px 5px 0;
}
.re2023 .top05_wrap .search02 .search_wrap .area_ttl + .child_list {
  margin-top: -15px;
}

.re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list a {
  color: #0068b7;
  font-size: 18px;
  font-weight: 400;
  margin: 0 15px;
  margin-top: 15px;
  text-decoration: underline;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top05 .section_container {
    padding-top: 5.42vw;
  }

  .re2023 .top05_wrap {
    margin-top: 2.92vw;
    padding: 5vw 0 6.67vw;
  }

  .re2023 .top05_read {
    font-size: 1.5vw;
    margin-top: 2.92vw;
  }
  .re2023 .top05_read strong {
    font-size: 1.83vw;
  }
  .re2023 .top05_read strong::before {
    font-size: 1vw;
    right: -0.42vw;
    top: -0.83vw;
  }
  .re2023 .top05_read + .sup {
    font-size: 1.17vw;
    margin-top: 1.25vw;
  }

  .re2023 .top05_wrap .search_ttl {
    font-size: 1.67vw;
    height: 5.25vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap {
    padding: 1.67vw 0 3.75vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap .desc {
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap form {
    border-radius: 0.83vw;
    width: 33.33vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap form input {
    background-position: left 1.83vw center;
    background-size: 1.58vw;
    font-size: 2vw;
    padding: 1.21vw 1.21vw 1.21vw 4.5vw;
    width: calc(100% - 6.67vw);
  }

  .re2023 .top05_wrap .search01 .search_wrap form button {
    font-size: 1.5vw;
    width: 6.67vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap {
    margin-top: 1.67vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .result_ttl {
    font-size: 2vw;
    /* height: 6.25vw; */
    .address {
      font-size: 1.6vw;
      span {
      }
    }
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap {
    margin-top: 2.08vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(1) {
    width: 41.25vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(2) {
    width: 20.42vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(3) {
    width: 20.42vw;
  }
  .re2023 .top05_wrap .search02 + .search02 {
    margin-top: 2.5vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap {
    padding: 0 4.17vw 4.17vw;
  }
  .re2023 .top05_wrap .search02 .search_wrap.pb {
    padding-bottom: 2.92vw;
  }
  .re2023 .top05_wrap .search02 .search_wrap .desc {
    font-size: 1.5vw;
    padding-top: 2.5vw;
  }
  .re2023 .top05_wrap .search02 + .sup {
    font-size: 1.17vw;
    margin-top: -1.67vw;
    padding: 0 4.17vw 4.17vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap .area_ttl {
    font-size: 1.5vw;
    padding: 2.5vw 0.83vw 0.83vw;
  }
  /* .re2023 .top05_wrap .search02 .search_wrap div.area_ttl {
    padding: 0 0 .83vw 0;
  } */

  .re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list {
    /* margin-top: -1.25vw; */
    padding: 0.83vw 0.42vw 0;
  }
  .re2023 .top05_wrap .search02 .search_wrap .area_ttl + .child_list {
    margin-top: -1.25vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list a {
    font-size: 1.5vw;
    margin: 0 1.25vw;
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top05 .section_container {
    padding-top: 10.13vw;
  }

  .re2023 .top05_wrap {
    background-image: url(../img/top/05_bg_sp.jpg);
    margin-top: 6.67vw;
    padding: 9.33vw 5.33vw 10.67vw;
  }

  .re2023 .top05_read {
    font-size: 4.27vw;
    line-height: calc(26 / 16);
    margin-top: 5.33vw;
    padding: 0 8vw;
    text-align: left;
  }
  .re2023 .top05_read strong {
    font-size: 4.8vw;
  }
  .re2023 .top05_read strong::before {
    font-size: 2.4vw;
    right: -1vw;
    top: 6vw;
  }
  .re2023 .top05_read + .sup {
    font-size: 3.2vw;
    margin-top: 2.67vw;
    padding: 0 8vw;
    text-align: left;
  }

  .re2023 .top05_wrap .search_ttl {
    font-size: 4.8vw;
    height: auto;
    line-height: calc(28 / 18);
    min-height: 10.67vw;
    padding: 2vw 0;
    text-align: center;
  }

  .re2023 .top05_wrap .search01 .search_wrap {
    padding: 3.2vw 2.67vw 8vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap .desc {
    font-size: 4.27vw;
    margin-bottom: 2.13vw;
  }

  .re2023 .top05_wrap .search01 .search_wrap form {
    border-radius: 2.67vw;
    width: 100%;
  }

  .re2023 .top05_wrap .search01 .search_wrap form input {
    background-position: left 3.73vw center;
    background-size: 4.27vw;
    font-size: 5.33vw;
    padding: 2.67vw 2.67vw 2.67vw 11.2vw;
    width: calc(100% - 21.33vw);
  }

  .re2023 .top05_wrap .search01 .search_wrap form button {
    font-size: 4.27vw;
    width: 21.33vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap {
    margin-top: 3.2vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .result_ttl {
    font-size: 4.8vw;
    /* font-size: 5.33vw; */
    /* height: 20vw; */
    padding: 0.7em 0;
    .address {
      font-weight: normal;
      font-size: 3.6vw;
      margin-bottom: 0.5em;
      span {
        display: block;
      }
    }
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap {
    flex-wrap: wrap;
    margin-top: 3.2vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(1) {
    margin-bottom: 1.33vw;
    width: 100%;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(2) {
    width: 41.33vw;
  }

  .re2023 .top05_wrap .search01 .result_wrap .btn_wrap .BTN:nth-of-type(3) {
    width: 41.33vw;
  }

  .re2023 .top05_wrap .search02 + .search02 {
    margin-top: 5.33vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap {
    padding: 3vw 2.67vw 5.33vw;
  }
  .re2023 .top05_wrap .search02 .search_wrap.pb {
    padding-bottom: 1.2vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap .desc {
    font-size: 4.27vw;
    line-height: calc(25.6 / 16);
    padding-bottom: 2.4vw;
    padding-top: 0;
  }
  .re2023 .top05_wrap .search02 + .sup {
    font-size: 3.2vw;
    margin-top: -5vw;
    padding: 0 2.67vw 5.33vw;
  }

  .re2023 .top05_wrap .search02 .search_wrap .area_ttl {
    font-size: 4.27vw;
    margin-bottom: 1vw;
    /* padding: 1.6vw 1.33vw 1.33vw; */
    padding: 1.6vw 1.33vw 2.33vw;
  }
  /* .re2023 .top05_wrap .search02 .search_wrap div.area_ttl {
    padding: 0;
  } */

  .re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list {
    flex-wrap: wrap;
    left: -1.33vw;
    /* margin-top: 0; */
    padding: 1.33vw 0 0;
    position: relative;
    width: calc(100% + 2.67vw);
  }
  .re2023 .top05_wrap .search02 .search_wrap .area_ttl + .child_list {
    margin-top: 0;
  }

  .re2023 .top05_wrap .search02 .search_wrap .area_wrap .child_list a {
    font-size: 4.27vw;
    /* margin: 0 2.67vw 3.2vw; */
    /* margin: 0 2.7vw 4.2vw; */
    margin: 0 2.27vw 4.2vw;
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------------------
//  top06
--------------------------------------------------------------------------- */
.re2023 .top06 .section_container {
  padding-top: 100px;
}
.re2023 .top06.covid-single .section_container {
  padding-top: 15px;
}

.re2023 .top06_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.re2023 .top06_list > li {
  box-shadow: 1px 1px 4px rgba(0, 104, 183, 0.2);
  margin-top: 20px;
  padding: 15px 0 30px;
  width: 100%;
}

.re2023 .top06_list > li > .ttl {
  align-items: center;
  background: #0068b7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  right: 10px;
  width: calc(100% + 10px);
}

.re2023 .top06_list > li > .ttl::after {
  background-image: url(../img/top/06_tri01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 10px;
}

.re2023 .top06_list > li .text_wrap {
  padding: 0 30px;
}

.re2023 .top06_list > li .gray_desc {
  background: #f5f5f5;
  border-radius: 10px;
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(27 / 18);
  padding: 12.5px;
  text-align: center;
  width: 100%;
}

.re2023 .top06_list > li .sup {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
}

.re2023 .top06_list .item01 .partner {
  margin: 12px auto;
  width: 830px;
}

.re2023 .top06_list .item02 {
  width: calc((100% - 30px) / 2);
}

.re2023 .top06_list .item02 .data_wrap {
  margin-top: 7px;
}

.re2023 .top06_list .item02 .data_wrap dl {
  align-items: flex-end;
  border-bottom: solid 1px #d8d6d6;
  color: #101010;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 10px;
}

.re2023 .top06_list .item02 .data_wrap dl dt {
  font-size: 18px;
  font-weight: bold;
}

.re2023 .top06_list .item02 .data_wrap dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -5px;
  text-align: right;
}

.re2023 .top06_list .item02 .data_wrap dl dd span {
  color: #0068b7;
  font-size: 34px;
  font-weight: bold;
  margin-right: 3px;
}

.re2023 .top06_list .item02 .sup {
  margin: 8px 0 12px;
  text-align: right;
}

.re2023 .top06_list .item03 {
  width: calc((100% - 30px) / 2);
}

.re2023 .top06_list .item03 .graph {
  margin: 19px auto 16px;
  width: 220px;
}

.re2023 .top06_list .item03 .sup {
  margin-top: 12px;
  text-align: center;
}

.re2023 .top06_list .item04 .text_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.re2023 .top06_list .item04 .data_wrap {
  color: #101010;
  margin: 23px 0 29px;
  width: 515px;
}

.re2023 .top06_list .item04 .data_wrap dl {
  align-items: flex-end;
  border-bottom: solid 1px #d8d6d6;
  display: flex;
  justify-content: space-between;
  padding: 13px 15px 10px;
}

.re2023 .top06_list .item04 .data_wrap dl:first-of-type {
  background: #e1f5fe;
  border-bottom: none;
  color: #0068b7;
  padding: 16px 15px 16px 18px;
}

.re2023 .top06_list .item04 .data_wrap dl:last-of-type {
  background: #f5f5f5;
  border-bottom: none;
  border-radius: 10px;
  color: #0068b7;
  margin-top: 12px;
  padding: 15px 15px 20px;
}

.re2023 .top06_list .item04 .data_wrap dl dt {
  font-size: 17px;
  font-weight: bold;
}

.re2023 .top06_list .item04 .data_wrap dl:first-of-type dt {
  font-size: 19px;
  font-weight: bold;
}

.re2023 .top06_list .item04 .data_wrap dl:last-of-type dt {
  position: relative;
  top: -3px;
}

.re2023 .top06_list .item04 .data_wrap dl dd {
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -3px;
  text-align: right;
}

.re2023 .top06_list .item04 .data_wrap dl dd span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 3px;
}

.re2023 .top06_list .item04 .data_wrap dl:first-of-type dd span {
  color: #0068b7;
}

.re2023 .top06_list .item04 .data_wrap dl:last-of-type dd span {
  color: #0068b7;
  font-size: 34px;
}

.re2023 .top06_list .item04 .graph {
  width: 395px;
}

.re2023 .top06_list .item05 .text_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 22px;
}

.re2023 .top06_list .item05 .youtube {
  aspect-ratio: 16 / 9;
  width: 450px;
}

.re2023 .top06_list .item05 .youtube iframe {
  height: 100%;
  width: 100%;
}

.re2023 .top06_list .item05 .desc {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(27 / 18);
  margin-top: 20px;
  text-align: center;
  /* width: 460px; */
  width: 100%;
}

.re2023 .top06_list .item06 {
  box-shadow: none;
  margin-top: 65px;
  padding: 0;
}

.re2023 .top06_list .item06 .ac_ttl {
  align-items: center;
  background: #003664;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top06_list .item06 .ac_ttl:hover {
    opacity: 0.8;
  }
}

.re2023 .top06_list .item06 .ac_ttl::after {
  background-image: url(../img/common/plus03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
}

.re2023 .top06_list .item06 .ac_ttl.open::after {
  background-image: url(../img/common/minus03.png);
}

.re2023 .top06_list .item06 .ac_wrap {
  background: #f5f5f5;
  display: none;
  padding: 20px 30px 30px;
}

.re2023 .top06_list .item06 .ac_wrap .ttl {
  color: #013664;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.re2023 .top06_list .item06 .ac_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.re2023 .top06_list .item06 .ac_list li {
  align-items: center;
  background: #fff;
  /* box-shadow: 1px 1px 4px rgba(0, 0, 0, .26); */
  border: solid 1px #d8d8d8;
  display: flex;
  margin-top: 10px;
  width: calc((100% - 10px) / 2);
}

.re2023 .top06_list .item06 .ac_list li .pic {
  height: 120px;
  width: 120px;
}

.re2023 .top06_list .item06 .ac_list li .pic img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.re2023 .top06_list .item06 .ac_list li .desc {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(27 / 18);
  padding: 19px 17px;
  width: calc(100% - 120px);
}

.re2023 .top06_list .item06 .ac_list li .desc small {
  display: block;
  font-size: 14px;
}

.re2023 .top06_list .item06 .ac_wrap .sup {
  color: #fc5252;
  display: flex;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top06 .section_container {
    padding-top: 8.33vw;
  }
  .re2023 .top06.covid-single .section_container {
    padding-top: 1.25vw;
  }

  .re2023 .top06_list {
    margin-top: 1.25vw;
  }

  .re2023 .top06_list > li {
    margin-top: 1.67vw;
    padding: 1.25vw 0 2.5vw;
  }

  .re2023 .top06_list > li > .ttl {
    font-size: 2vw;
    height: 5vw;
    right: 0.83vw;
    width: calc(100% + 0.83vw);
  }

  .re2023 .top06_list > li > .ttl::after {
    bottom: -0.58vw;
    height: 0.58vw;
    width: 0.83vw;
  }

  .re2023 .top06_list > li .text_wrap {
    padding: 0 2.5vw;
  }

  .re2023 .top06_list > li .gray_desc {
    border-radius: 0.83vw;
    font-size: 1.5vw;
    padding: 1.04vw;
  }

  .re2023 .top06_list > li .sup {
    font-size: 1.17vw;
  }

  .re2023 .top06_list .item01 .partner {
    margin: 1vw 0;
    width: 69.17vw;
  }

  .re2023 .top06_list .item02 {
    width: calc((100% - 2.5vw) / 2);
  }

  .re2023 .top06_list .item02 .data_wrap {
    margin-top: 0.58vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl {
    padding: 1.67vw 1.25vw 0.83vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dt {
    font-size: 1.5vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dd {
    font-size: 1.33vw;
    margin-bottom: -0.42vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dd span {
    font-size: 2.83vw;
    margin-right: 0.25vw;
  }

  .re2023 .top06_list .item02 .sup {
    margin: 0.67vw 0 1vw;
  }

  .re2023 .top06_list .item03 {
    width: calc((100% - 2.5vw) / 2);
  }

  .re2023 .top06_list .item03 .graph {
    margin: 1.58vw auto 1.33vw;
    width: 18.33vw;
  }

  .re2023 .top06_list .item03 .sup {
    margin-top: 1vw;
  }

  .re2023 .top06_list .item04 .data_wrap {
    margin: 1.92vw 0 2.42vw;
    width: 42.92vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl {
    padding: 1.08vw 1.25vw 0.83vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:first-of-type {
    padding: 1.33vw 1.25vw 1.33vw 1.6vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type {
    border-radius: 0.83vw;
    margin-top: 1vw;
    padding: 1.25vw 1.25vw 1.67vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dt {
    font-size: 1.42vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:first-of-type dt {
    font-size: 1.58vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type dt {
    position: relative;
    top: -0.25vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dd {
    font-size: 1.33vw;
    margin-bottom: -0.25vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dd span {
    font-size: 2.33vw;
    margin-right: 0.25vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type dd span {
    font-size: 2.83vw;
  }

  .re2023 .top06_list .item04 .graph {
    width: 32.92vw;
  }

  .re2023 .top06_list .item05 .text_wrap {
    padding-top: 1.83vw;
  }

  .re2023 .top06_list .item05 .youtube {
    width: 37.5vw;
  }

  .re2023 .top06_list .item05 .desc {
    font-size: 1.5vw;
    /* width: 38.33vw; */
    margin-top: 1.67vw;
  }

  .re2023 .top06_list .item06 {
    margin-top: 5.42vw;
  }

  .re2023 .top06_list .item06 .ac_ttl {
    font-size: 2vw;
    height: 5vw;
  }

  .re2023 .top06_list .item06 .ac_ttl::after {
    height: 2.33vw;
    right: 1.67vw;
    width: 1.67vw;
  }

  .re2023 .top06_list .item06 .ac_wrap {
    padding: 1.67vw 2.5vw 2.5vw;
  }

  .re2023 .top06_list .item06 .ac_wrap .ttl {
    font-size: 1.67vw;
  }

  .re2023 .top06_list .item06 .ac_list {
    margin-top: 0.83vw;
  }

  .re2023 .top06_list .item06 .ac_list li {
    margin-top: 0.83vw;
    width: calc((100% - 0.83vw) / 2);
  }

  .re2023 .top06_list .item06 .ac_list li .pic {
    height: 10vw;
    width: 10vw;
  }

  .re2023 .top06_list .item06 .ac_list li .desc {
    font-size: 1.5vw;
    padding: 1.58vw 1.4vw;
    width: calc(100% - 10vw);
  }

  .re2023 .top06_list .item06 .ac_list li .desc small {
    font-size: 1.17vw;
  }

  .re2023 .top06_list .item06 .ac_wrap .sup {
    font-size: 1.17vw;
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top06 .section_container {
    padding: 14.67vw 5.33vw 0;
  }
  .re2023 .top06.covid-single .section_container {
    padding-top: 5.33vw;
  }

  .re2023 .top06_list {
    display: block;
    margin-top: 6.67vw;
  }

  .re2023 .top06_list > li {
    padding: 4vw 0 5.33vw;
    width: 100% !important;
  }

  .re2023 .top06_list > li > .ttl {
    font-size: 4.8vw;
    height: 13.33vw;
    right: 2.67vw;
    width: calc(100% + 2.67vw);
  }

  .re2023 .top06_list > li > .ttl::after {
    bottom: -1.87vw;
    height: 1.87vw;
    width: 2.67vw;
  }

  .re2023 .top06_list > li .text_wrap {
    padding: 0 2.67vw;
  }

  .re2023 .top06_list > li .gray_desc {
    border-radius: 2.67vw;
    font-size: 3.47vw;
    padding: 3.33vw;
  }

  .re2023 .top06_list > li .sup {
    font-size: 3.2vw;
    line-height: calc(18 / 12);
  }

  .re2023 .top06_list .item01 .partner {
    margin: 3.47vw 0 2.67vw;
    width: 100%;
  }

  .re2023 .top06_list .item02 .data_wrap {
    margin-top: 0.8vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl {
    padding: 2.67vw 1.87vw 1.33vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dt {
    font-size: 4.27vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dd {
    font-size: 3.73vw;
    margin-bottom: -0.5vw;
  }

  .re2023 .top06_list .item02 .data_wrap dl dd span {
    font-size: 6.4vw;
    margin-right: 0.53vw;
  }

  .re2023 .top06_list .item02 .sup {
    margin: 2.13vw 0 2.67vw;
  }

  .re2023 .top06_list .item03 .graph {
    margin: 3.47vw auto 2.13vw;
    width: 56vw;
  }

  .re2023 .top06_list .item03 .sup {
    margin-top: 2.13vw;
    text-align: right;
  }

  .re2023 .top06_list .item04 .text_wrap {
    display: block;
  }

  .re2023 .top06_list .item04 .data_wrap {
    margin: 3.39vw 0 3.2vw;
    width: 100%;
  }

  .re2023 .top06_list .item04 .data_wrap dl {
    padding: 2.67vw 1.87vw 1.33vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:first-of-type {
    padding: 3.2vw 1.87vw 3.2vw 2.7vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type {
    border-radius: 2.67vw;
    margin-top: 3.2vw;
    padding: 3.2vw 1.87vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dt {
    font-size: 4.27vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:first-of-type dt {
    font-size: 4.8vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type dt {
    font-size: 3.73vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dd {
    font-size: 3.73vw;
    margin-bottom: -0.5vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl dd span {
    font-size: 5.33vw;
    margin-right: 0.53vw;
  }

  .re2023 .top06_list .item04 .data_wrap dl:last-of-type dd span {
    font-size: 6.4vw;
  }

  .re2023 .top06_list .item04 .graph {
    margin: auto;
    width: 76vw;
  }

  .re2023 .top06_list .item05 .text_wrap {
    display: block;
    padding-top: 3.47vw;
  }

  .re2023 .top06_list .item05 .youtube {
    margin-bottom: 3.2vw;
    width: 100%;
  }

  .re2023 .top06_list .item05 .desc {
    font-size: 4.27vw;
    line-height: calc(24 / 16);
    margin-top: 3.2vw;
    width: 100%;
  }

  .re2023 .top06_list .item06 {
    margin-top: 8vw;
  }

  .re2023 .top06_list .item06 .ac_ttl {
    font-size: 5.33vw;
    height: 20vw;
    text-align: center;
  }

  .re2023 .top06_list .item06 .ac_ttl::after {
    height: 6.67vw;
    right: 2.67vw;
    width: 6.67vw;
  }

  .re2023 .top06_list .item06 .ac_wrap {
    padding: 3.2vw 2.67vw 5.33vw;
  }

  .re2023 .top06_list .item06 .ac_wrap .ttl {
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }

  .re2023 .top06_list .item06 .ac_list {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }

  .re2023 .top06_list .item06 .ac_list li {
    margin-top: 3.2vw;
    width: 100%;
  }

  .re2023 .top06_list .item06 .ac_list li .pic {
    height: 26.67vw;
    width: 26.67vw;
  }

  .re2023 .top06_list .item06 .ac_list li .desc {
    font-size: 4.27vw;
    padding: 2.67vw;
    width: calc(100% - 26.67vw);
  }

  .re2023 .top06_list .item06 .ac_list li .desc small {
    font-size: 3.2vw;
  }

  .re2023 .top06_list .item06 .ac_wrap .sup {
    color: #fc5252;
    font-size: 3.73vw;
    margin-top: 3.2vw;
  }
}

/* ---------------------------------------------------------------------------
//  top07
--------------------------------------------------------------------------- */
.re2023 .top07 .section_container {
  padding: 85px 0 65px;
}

.re2023 .cta + .top07 .section_container {
  padding-top: 65px;
}

.re2023 .top07_read {
  color: #292929;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(33 / 18);
  margin-top: 35px;
  text-align: center;
}

.re2023 .top07_read span {
  color: #fc5252;
  font-size: 22px;
}

.re2023 .top07_list {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}

.re2023 .top07_list li {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.26);
  color: #126db2;
  padding: 60px 16.5px 22px;
  position: relative;
  width: calc((100% - 58.5px) / 4);
}

.re2023 .top07_list li:nth-of-type(even) {
  color: #1c98d0;
}

.re2023 .top07_list li:not(:last-of-type):after {
  background-image: url(../img/top/07_tri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 32px;
  position: absolute;
  right: -17px;
  top: 100px;
  width: 17px;
}

.re2023 .top07_list li .num {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 100px;
}

.re2023 .top07_list .ttl {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  line-height: calc(25 / 18);
  text-align: center;
  white-space: nowrap;
}

.re2023 .top07_list li:nth-of-type(3) .ttl {
  font-size: 16px;
  line-height: calc(25 / 16);
}

.re2023 .top07_list .desc {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16);
  margin-top: 8px;
}

.re2023 .top07_list .gray_txt {
  background: #eee;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
  padding: 5px;
  text-align: center;
}

.re2023 .top07_list .sup {
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(21 / 14);
  margin-top: 8px;
}

.re2023 .top07 .payment_wrap {
  margin-top: 65px;
}

.re2023 .top07 .payment_wrap .ttl {
  align-items: center;
  background: #003664;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
}

.re2023 .top07 .payment_wrap .text_wrap {
  border: solid 1px #d8d8d8;
  padding: 20px 30px 30px;
}

.re2023 .top07 .payment_wrap .desc {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.re2023 .top07 .payment_wrap .img {
  margin-top: 20px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top07 .section_container {
    padding: 7.08vw 0 5.42vw;
  }

  .re2023 .cta + .top07 .section_container {
    padding-top: 5.42vw;
  }

  .re2023 .top07_read {
    font-size: 1.5vw;
    margin-top: 2.92vw;
  }

  .re2023 .top07_read span {
    font-size: 1.83vw;
  }

  .re2023 .top07_list {
    margin-top: 7.92vw;
  }

  .re2023 .top07_list li {
    padding: 5vw 1.38vw 1.83vw;
  }

  .re2023 .top07_list li:not(:last-of-type):after {
    height: 2.67vw;
    right: -1.32vw;
    top: 8.33vw;
    width: 1.42vw;
  }

  .re2023 .top07_list li .num {
    top: -4.17vw;
    width: 8.33vw;
  }

  .re2023 .top07_list .ttl {
    font-size: 1.5vw;
    height: 6.17vw;
  }

  .re2023 .top07_list li:nth-of-type(3) .ttl {
    font-size: 1.33vw;
  }

  .re2023 .top07_list .desc {
    font-size: 1.33vw;
    margin-top: 0.67vw;
  }

  .re2023 .top07_list .gray_txt {
    font-size: 1.17vw;
    margin-top: 1vw;
    padding: 0.42vw 0;
  }

  .re2023 .top07_list .sup {
    font-size: 1.17vw;
    margin-top: 0.67vw;
  }

  .re2023 .top07 .payment_wrap {
    margin-top: 5.42vw;
  }

  .re2023 .top07 .payment_wrap .ttl {
    font-size: 2vw;
    height: 5vw;
  }

  .re2023 .top07 .payment_wrap .text_wrap {
    padding: 1.67vw 2.5vw 2.5vw;
  }

  .re2023 .top07 .payment_wrap .desc {
    font-size: 1.5vw;
  }

  .re2023 .top07 .payment_wrap .img {
    margin-top: 1.67vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top07 .section_container {
    padding: 14.67vw 5.33vw 13.33vw;
  }

  .re2023 .cta + .top07 .section_container {
    padding-top: 9.87vw;
  }

  .re2023 .top07_read {
    font-size: 4.27vw;
    line-height: calc(26 / 16);
    margin-top: 5.33vw;
  }

  .re2023 .top07_read span {
    font-size: 4.8vw;
  }

  .re2023 .top07_list {
    display: block;
    margin-top: 0;
  }

  .re2023 .top07_list li {
    margin-left: auto;
    margin-top: 6.67vw;
    /* padding: 3.2vw 3.33vw 4vw 13.33vw; */
    padding: 3.2vw 3vw 4vw 13.33vw;
    width: 80vw;
  }

  .re2023 .top07_list li:nth-of-type(1) {
    padding-right: 0;
  }

  .re2023 .top07_list li:not(:last-of-type):after {
    background-image: url(../img/top/07_tri_sp.png);
    bottom: -6.93vw;
    height: 6.93vw;
    left: 0;
    margin: auto;
    right: 0;
    top: inherit;
    width: 11.73vw;
  }

  .re2023 .top07_list li .num {
    left: -9.8vw;
    margin: 0;
    right: inherit;
    top: 3.2vw;
    width: 21.33vw;
  }

  .re2023 .top07_list .ttl {
    display: block;
    font-size: 4.27vw !important;
    height: auto;
    line-height: calc(23 / 16) !important;
    text-align: left;
  }

  .re2023 .top07_list .desc {
    font-size: 3.73vw;
    line-height: calc(21 / 14);
    margin-top: 0.8vw;
  }

  .re2023 .top07_list .gray_txt {
    font-size: 3.73vw;
    margin-top: 2.4vw;
    padding: 1.33vw;
    width: 60.8vw;
  }

  .re2023 .top07_list .sup {
    font-size: 3.2vw;
    line-height: calc(18 / 12);
    margin-top: 1.07vw;
  }

  .re2023 .top07 .payment_wrap {
    margin-top: 10.13vw;
  }

  .re2023 .top07 .payment_wrap .ttl {
    font-size: 5.33vw;
    height: 20vw;
    line-height: calc(30 / 20);
    text-align: center;
  }

  .re2023 .top07 .payment_wrap .text_wrap {
    padding: 3.2vw 4vw 5.33vw;
  }

  .re2023 .top07 .payment_wrap .desc {
    font-size: 4.27vw;
    line-height: calc(24 / 16);
    text-align: left;
  }

  .re2023 .top07 .payment_wrap .img {
    margin-top: 2.67vw;
  }
}

/* ---------------------------------------------------------------------------
//  top08
--------------------------------------------------------------------------- */
.re2023 .top08 .section_container {
  padding-top: 65px;
}

.re2023 .top08_list {
  margin-top: 35px;
}

.re2023 .top08_list a {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 35px;
  transition: 0.2s;
  width: 100%;
}

@media (any-hover: hover) {
  .re2023 .top08_list a:hover {
    opacity: 0.8;
  }
}

.re2023 .top08_list a + a {
  margin-top: 15px;
}

.re2023 .top08_list a .ttl {
  color: #0068b7;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
  text-decoration: underline;
  width: 100%;
}

.re2023 .top08_list a .bf_wrap {
  display: flex;
  justify-content: space-between;
  width: 464px;
}

.re2023 .top08_list a .bf_wrap > div {
  height: 215px;
  position: relative;
  width: 215px;
}

.re2023 .top08_list a .bf_wrap > div::before {
  align-items: center;
  color: #fff;
  content: '';
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 27px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}

.re2023 .top08_list a .bf_wrap .before::before {
  background: #b1b1b1;
  content: 'Before';
}

.re2023 .top08_list a .bf_wrap .before::after {
  background-image: url(../img/top/08_tri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 30px;
  margin: auto;
  position: absolute;
  right: -29px;
  top: 0;
  width: 22.5px;
}

.re2023 .top08_list a .bf_wrap .after::before {
  background: #0068b7;
  content: 'After';
}

.re2023 .top08_list a .bf_wrap > div img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.re2023 .top08_list a .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(33 / 18);
  width: 445px;
}

.re2023 .top08 .BTN.A {
  margin-top: 35px;
  width: 273px;
}

.re2023 .top08_list .service_link_constructions li a {
  margin-top: 15px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top08 .section_container {
    padding-top: 5.42vw;
  }

  .re2023 .top08_list {
    margin-top: 2.92vw;
  }

  .re2023 .top08_list a {
    padding: 2.5vw 2.92vw;
  }

  .re2023 .top08_list a + a {
    margin-top: 1.25vw;
  }

  .re2023 .top08_list a .ttl {
    font-size: 2.08vw;
    margin-bottom: 1.5vw;
  }

  .re2023 .top08_list a .bf_wrap {
    width: 38.67vw;
  }

  .re2023 .top08_list a .bf_wrap > div {
    height: 17.92vw;
    width: 17.92vw;
  }

  .re2023 .top08_list a .bf_wrap > div::before {
    font-size: 1.33vw;
    height: 2.25vw;
    width: 5.83vw;
  }

  .re2023 .top08_list a .bf_wrap .before::after {
    height: 2.5vw;
    right: -2.42vw;
    width: 1.88vw;
  }

  .re2023 .top08_list a .desc {
    font-size: 1.5vw;
    width: 37.08vw;
  }

  .re2023 .top08 .BTN.A {
    margin-top: 2.92vw;
    width: 22.75vw;
  }

  .re2023 .top08_list .service_link_constructions li a {
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top08 .section_container {
    padding: 9.87vw 5.33vw 0;
  }

  .re2023 .top08_list {
    margin-top: 6.67vw;
  }

  .re2023 .top08_list a {
    display: block;
    padding: 4vw 4vw 5.33vw;
  }

  .re2023 .top08_list a + a {
    margin-top: 4.53vw;
  }

  .re2023 .top08_list a .ttl {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }

  .re2023 .top08_list a .bf_wrap {
    width: 100%;
  }

  .re2023 .top08_list a .bf_wrap > div {
    height: 37.33vw;
    width: 37.33vw;
  }

  .re2023 .top08_list a .bf_wrap > div::before {
    font-size: 3.2vw;
    height: 5.33vw;
    width: 14.67vw;
  }

  .re2023 .top08_list a .bf_wrap .before::after {
    height: 6.13vw;
    right: -5.7vw;
    width: 4.53vw;
  }

  .re2023 .top08_list a .desc {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 4.27vw;
    -webkit-line-clamp: 2;
    line-height: calc(24 / 16);
    margin-top: 2.67vw;
    overflow: hidden;
    width: 100%;
  }

  .re2023 .top08 .BTN.A {
    margin-top: 5.33vw;
  }

  .re2023 .top08_list .service_link_constructions li a {
    margin-top: 4.53vw;
  }
}

/* ---------------------------------------------------------------------------
//  top09 お客様の声
--------------------------------------------------------------------------- */
.re2023 .top09 .section_container {
  padding-top: 100px;
}
.re2023 .top09 .section_container.pt {
  padding-top: 65px;
}

.re2023 .top09 .voice_slider {
  margin-top: 30px;
}

.re2023 .top09 .BTN.A {
  margin-top: 35px;
  width: 289px;
}

.re2023 .voice_slider .slider_item {
  padding-top: 30px;
  transition: 0.2s;
}

/* @media (any-hover:hover) {
  .re2023 .voice_slider .slider_item:hover {
    opacity: .8;
  }
} */

.re2023 .voice_slider .slider_item .content_wrap {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 20px 25px;
  position: relative;
}

.re2023 .voice_slider .slider_item .content_wrap::before {
  background-image: url(../img/common/icon_voice.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 73px;
  left: 19.5px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.re2023 .voice_slider .slider_item .content_wrap .name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 72px;
}

.re2023 .voice_slider .slider_item .content_wrap .img {
  margin-top: 15px;
}

.re2023 .voice_slider .slider_item .ttl {
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}

.re2023 .voice_slider .slider_item .desc {
  color: #292929;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top09 .section_container {
    padding-top: 8.33vw;
  }
  .re2023 .top09 .section_container.pt {
    padding-top: 5.42vw;
  }

  .re2023 .top09 .voice_slider {
    margin-top: 2.5vw;
  }

  .re2023 .top09 .BTN.A {
    margin-top: 2.92vw;
    width: 289px;
  }

  .re2023 .voice_slider .slider_item {
    padding-top: 2.5vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap {
    border-radius: 0.83vw;
    padding: 1.25vw 1.67vw 2.08vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap::before {
    height: 6.08vw;
    left: 1.63vw;
    top: -2.5vw;
    width: 5vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap .name {
    font-size: 1.33vw;
    margin-bottom: 1.25vw;
    padding-left: 6vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap .img {
    margin-top: 1.25vw;
  }

  .re2023 .voice_slider .slider_item .ttl {
    font-size: 1.5vw;
    margin-top: 0.67vw;
  }

  .re2023 .voice_slider .slider_item .desc {
    color: #292929;
    font-size: 1.5vw;
    margin-top: 0.67vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top09 .section_container {
    padding-top: 17.33vw;
  }
  .re2023 .top09 .section_container.pt {
    padding-top: 9.87vw;
  }

  .re2023 .top09 .voice_slider {
    margin-top: 5.33vw;
  }

  .re2023 .top09 .BTN.A {
    margin-top: 5.33vw;
  }

  .re2023 .voice_slider .slider_item {
    padding-top: 6.93vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap {
    border-radius: 2.67vw;
    padding: 3.2vw 2.67vw 5.33vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap::before {
    height: 16.8vw;
    left: 2.67vw;
    top: -6.93vw;
    width: 13.87vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap .name {
    font-size: 3.73vw;
    margin-bottom: 3.73vw;
    padding-left: 15.47vw;
  }

  .re2023 .voice_slider .slider_item .content_wrap .img {
    margin-top: 3.73vw;
  }

  .re2023 .voice_slider .slider_item .ttl {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }

  .re2023 .voice_slider .slider_item .desc {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
}

/* ---------------------------------------------------------------------------
//  top10
--------------------------------------------------------------------------- */
.re2023 .top10 .section_container {
  padding-top: 100px;
}
.re2023 .top10 .section_container.pt {
  padding-top: 65px;
}

.re2023 .top10 .BTN.A {
  margin-top: 35px;
  width: 321px;
}

.re2023 .faq_list {
  background: #eee;
  margin-top: 35px;
  padding: 30px;
}

.re2023 .faq_list .ac + .ac {
  margin-top: 10px;
}

.re2023 .faq_list .ac .ac_ttl {
  background: #fff;
  color: #43a8d6;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  padding: 18px 83px 18px 30px;
  position: relative;
}

.re2023 .faq_list.no-ac .ac .ac_ttl {
  padding: 18px 30px 18px 30px;
}

.re2023 .faq_list .ac .ac_ttl::before {
  background-image: url(../img/common/plus04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 28px;
}

.re2023 .faq_list .ac .ac_ttl.open::before {
  background-image: url(../img/common/minus04.png);
}
.re2023 .faq_list .ac .ac_ttl a {
  text-decoration: underline;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .re2023 .faq_list .ac .ac_ttl a:hover {
    opacity: 0.8;
  }
}
.re2023 .faq_list.no-ac .ac .ac_ttl::before {
  display: none;
}

.re2023 .faq_list .ac .ac_wrap {
  background: #e1f5fe;
  color: #43a8d6;
  display: none;
  padding: 0 30px 20px;
}

.re2023 .faq_list .ac .ac_wrap .ttl {
  border-bottom: solid 1px;
  font-size: 19px;
  font-weight: bold;
  line-height: calc(32.4 / 19);
  padding: 20px 14px 12px;
}

.re2023 .faq_list .ac .ac_wrap .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(30.6 / 18);
  padding: 10px 14px 0;
}

.re2023 .faq_list .ac .ac_wrap .ex_list a {
  color: #0068b7;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  padding: 0 10px;
  text-decoration: underline;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top10 .section_container {
    padding-top: 8.33vw;
  }
  .re2023 .top10 .section_container.pt {
    padding-top: 5.42vw;
  }

  .re2023 .top10 .BTN.A {
    margin-top: 2.92vw;
    width: 26.75vw;
  }

  .re2023 .faq_list {
    margin-top: 2.92vw;
    padding: 2.5vw;
  }

  .re2023 .faq_list .ac + .ac {
    margin-top: 0.83vw;
  }

  .re2023 .faq_list .ac .ac_ttl {
    font-size: 1.58vw;
    padding: 1.5vw 6.92vw 1.5vw 2.5vw;
  }

  .re2023 .faq_list.no-ac .ac .ac_ttl {
    padding: 1.5vw 2.5vw;
  }

  .re2023 .faq_list .ac .ac_ttl::before {
    height: 2.33vw;
    right: 2.5vw;
    width: 2.33vw;
  }

  .re2023 .faq_list .ac .ac_wrap {
    padding: 0 2.5vw 1.67vw;
  }

  .re2023 .faq_list .ac .ac_wrap .ttl {
    font-size: 1.58vw;
    padding: 1.67vw 1.17vw 1vw;
  }

  .re2023 .faq_list .ac .ac_wrap .desc {
    font-size: 1.5vw;
    padding: 0.83vw 1.17vw 0;
  }

  .re2023 .faq_list .ac .ac_wrap .ex_list a {
    font-size: 1.5vw;
    margin-top: 0.67vw;
    padding: 0 0.83vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top10 .section_container {
    padding: 17.33vw 5.33vw 0;
  }
  .re2023 .top10 .section_container.pt {
    padding-top: 9.87vw;
  }

  .re2023 .top10 .BTN.A {
    margin-top: 5.33vw;
  }

  .re2023 .faq_list {
    margin-top: 6.67vw;
    padding: 4vw 2.67vw;
  }

  .re2023 .faq_list .ac + .ac {
    margin-top: 2.13vw;
  }

  .re2023 .faq_list .ac .ac_ttl {
    font-size: 4.27vw;
    padding: 4vw 13.33vw 4vw 4vw;
  }

  .re2023 .faq_list.no-ac .ac .ac_ttl {
    padding: 4vw 3.5vw;
  }

  .re2023 .faq_list .ac .ac_ttl::before {
    height: 6.67vw;
    right: 2.67vw;
    width: 6.67vw;
  }

  .re2023 .faq_list .ac .ac_wrap {
    padding: 0 3.73vw 3.73vw;
  }

  .re2023 .faq_list .ac .ac_wrap .ttl {
    font-size: 4.27vw;
    line-height: 1.5;
    padding: 4vw 0 2.13vw;
  }

  .re2023 .faq_list .ac .ac_wrap .desc {
    font-size: 4vw;
    line-height: 1.5;
    padding: 1.33vw 0 0;
  }

  .re2023 .faq_list .ac .ac_wrap .ex_list a {
    font-size: 4vw;
    margin-top: 1.33vw;
    padding: 0;
  }
}

/* ---------------------------------------------------------------------------
//  top11 水まわりお役立ち情報
--------------------------------------------------------------------------- */
.re2023 .top11 .section_container {
  padding-top: 100px;
}

.re2023 .top11 .BTN.A {
  margin-top: 35px;
  width: 289px;
}

.re2023 .top11 .column_slider {
  margin-top: 35px;
}

.re2023 .column_slider .slider_item {
  border: solid 1px #d8d8d8;
  min-height: 490px;
  padding-bottom: 24px;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .column_slider .slider_item:hover {
    opacity: 0.8;
  }
}

.re2023 .column_slider .slider_item .img {
  height: 300px;
  width: 100%;
}

.re2023 .column_slider .slider_item .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.re2023 .column_slider .slider_item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding: 0 20px;
}

.re2023 .column_slider .slider_item .tag_list .tag {
  background: #43a8d6;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 24px;
}

.re2023 .column_slider .slider_item .ttl {
  -webkit-box-orient: vertical;
  color: #0068b7;
  display: -webkit-box;
  font-size: 18px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-top: 8px;
  min-height: 53px;
  overflow: hidden;
  padding: 0 20px;
}

.re2023 .column_slider .slider_item .desc {
  -webkit-box-orient: vertical;
  color: #292929;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-top: 5px;
  overflow: hidden;
  padding: 0 20px;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top11 .section_container {
    padding-top: 8.33vw;
  }

  .re2023 .top11 .BTN.A {
    margin-top: 2.92vw;
    width: 24.08vw;
  }

  .re2023 .top11 .column_slider {
    margin-top: 2.92vw;
  }

  .re2023 .column_slider .slider_item {
    min-height: 40.83vw;
    padding-bottom: 2vw;
  }

  .re2023 .column_slider .slider_item .img {
    height: 25vw;
  }

  .re2023 .column_slider .slider_item .tag_list {
    gap: 10vw;
    margin-top: 1.25vw;
    padding: 0 1.67vw;
  }

  .re2023 .column_slider .slider_item .tag_list .tag {
    font-size: 1.33vw;
    padding: 0.42vw 2vw;
  }

  .re2023 .column_slider .slider_item .ttl {
    font-size: 1.5vw;
    margin-top: 0.67vw;
    min-height: 4.42vw;
    padding: 0 1.67vw;
  }

  .re2023 .column_slider .slider_item .desc {
    font-size: 1.5vw;
    margin-top: 0.42vw;
    padding: 0 1.67vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top11 .section_container {
    padding-top: 17.33vw;
  }

  .re2023 .top11 .BTN.A {
    margin-top: 5.33vw;
  }

  .re2023 .top11 .column_slider {
    margin-top: 6.67vw;
  }

  .re2023 .column_slider .slider_item {
    margin: 0 1.07vw !important;
    min-height: 108.8vw;
    padding-bottom: 5.33vw;
    width: 89.33vw;
  }

  .re2023 .column_slider .slider_item .img {
    height: 63.47vw;
  }

  .re2023 .column_slider .slider_item .tag_list {
    gap: 2.67vw;
    margin-top: 2.67vw;
    padding: 0 2.67vw;
  }

  .re2023 .column_slider .slider_item .tag_list .tag {
    border-radius: 26.67vw;
    font-size: 3.73vw;
    padding: 1.07vw 6.4vw;
  }

  .re2023 .column_slider .slider_item .ttl {
    font-size: 4.27vw;
    margin-top: 2.13vw;
    min-height: 12.8vw;
    padding: 0 2.67vw;
  }

  .re2023 .column_slider .slider_item .desc {
    font-size: 4.27vw;
    margin-top: 2.13vw;
    padding: 0 2.67vw;
  }
}

/* ---------------------------------------------------------------------------
//  top12
--------------------------------------------------------------------------- */
.re2023 .top12 .section_container {
  padding-top: 100px;
}

.re2023 .top12 .BTN.A {
  margin-top: 35px;
  width: 273px;
}

.re2023 .news_list {
  margin-top: 17px;
}

.re2023 .news_list a {
  border-bottom: solid 1px #d8d6d6;
  display: flex;
  padding: 18px 30px;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .news_list a:hover {
    opacity: 0.8;
  }
}

.re2023 .news_list a .info_wrap {
  align-items: center;
  display: flex;
  width: 215px;
}

.re2023 .news_list a .info_wrap .date {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  width: 96px;
}

.re2023 .news_list a .info_wrap .tag {
  align-items: center;
  background: #43a8d6;
  border-radius: 100px;
  color: #fff;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 91px;
}

.re2023 .news_list a .info_wrap .tag span {
  /* flex-shrink: 0;
  font-size: 24px;
  text-align: center;
  transform: scale(.5);
  width: 182px; */
  font-size: 12px;
  position: relative;
  top: -0.5px;
}

.re2023 .news_list a .ttl {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 215px);
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top12 .section_container {
    padding-top: 8.33vw;
  }

  .re2023 .top12 .BTN.A {
    margin-top: 2.92vw;
    width: 22.75vw;
  }

  .re2023 .news_list {
    margin-top: 1.42vw;
  }

  .re2023 .news_list a {
    padding: 1.5vw 2.5vw;
  }

  .re2023 .news_list a .info_wrap {
    width: 17.92vw;
  }

  .re2023 .news_list a .info_wrap .date {
    font-size: 1.33vw;
    width: 8vw;
  }

  .re2023 .news_list a .info_wrap .tag {
    border-radius: 8.33vw;
    height: 1.67vw;
    width: 7.58vw;
  }

  .re2023 .news_list a .info_wrap .tag span {
    /* font-size: 2vw;
        width: 15.17vw; */
    font-size: 1vw;
    top: -0.04vw;
  }

  .re2023 .news_list a .ttl {
    font-size: 1.5vw;
    width: calc(100% - 17.92vw);
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top12 .section_container {
    padding: 17.33vw 5.33vw 0;
  }

  .re2023 .top12 .BTN.A {
    margin-top: 5.33vw;
  }

  .re2023 .news_list {
    margin-top: 2.67vw;
  }

  .re2023 .news_list a {
    padding: 4vw 2.67vw;
  }

  .re2023 .news_list a .info_wrap {
    flex-direction: column;
    justify-content: center;
    padding-right: 2.67vw;
    text-align: center;
    width: 26.67vw;
  }

  .re2023 .news_list a .info_wrap .date {
    font-size: 4.27vw;
    width: 100%;
  }

  .re2023 .news_list a .info_wrap .tag {
    border-radius: 26.67vw;
    font-size: 3.2vw;
    height: 5.33vw;
    margin-top: 1.33vw;
    padding: 0 2.67vw;
    white-space: nowrap;
    width: auto;
  }

  .re2023 .news_list a .info_wrap .tag span {
    font-size: 3.2vw;
    /* transform: scale(1); */
    /* width: 100%; */
    /* top: -0.5vw; */
    top: -0.1vw;
  }

  .re2023 .news_list a .ttl {
    font-size: 4.27vw;
    width: calc(100% - 26.67vw);
  }
}

/* ---------------------------------------------------------------------------
//  top13
--------------------------------------------------------------------------- */
.re2023 .top13 .section_container {
  padding: 100px 0 85px;
}

.re2023 .topic_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
}

.re2023 .topic_list a {
  align-items: center;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
  display: flex;
  margin-top: 8px;
  transition: 0.2s;
  width: calc((100% - 10px) / 2);
}

@media (any-hover: hover) {
  .re2023 .topic_list a:hover {
    opacity: 0.8;
  }
}

.re2023 .topic_list a .pic {
  height: 100px;
  width: 100px;
}

.re2023 .topic_list a .pic img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.re2023 .topic_list a .text_wrap {
  line-height: 1.5;
  padding-right: 43px;
  position: relative;
  text-align: center;
  width: calc(100% - 100px);
}

.re2023 .topic_list a .text_wrap::before {
  background-image: url(../img/top/13_arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 27px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 27px;
}

.re2023 .topic_list a .text_wrap .ttl {
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
}

.re2023 .topic_list a .text_wrap .desc {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (min-width: 767.1px) and (max-width: 1200px) {
  .re2023 .top13 .section_container {
    padding: 8.33vw 0 7.08vw;
  }

  .re2023 .topic_list {
    margin-top: 2.25vw;
  }

  .re2023 .topic_list a {
    margin-top: 0.67vw;
    width: calc((100% - 0.83vw) / 2);
  }

  .re2023 .topic_list a .pic {
    height: 8.33vw;
    width: 8.33vw;
  }

  .re2023 .topic_list a .text_wrap {
    padding-right: 3.58vw;
    width: calc(100% - 8.33vw);
  }

  .re2023 .topic_list a .text_wrap::before {
    height: 2.25vw;
    right: 1.25vw;
    width: 2.25vw;
  }

  .re2023 .topic_list a .text_wrap .ttl {
    font-size: 1.5vw;
  }

  .re2023 .topic_list a .text_wrap .desc {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .top13 .section_container {
    padding: 17.33vw 5.33vw 13.33vw;
  }

  .re2023 .topic_list {
    display: block;
    margin-top: 6.67vw;
  }

  .re2023 .topic_list a {
    margin-top: 2.67vw;
    width: 100%;
  }

  .re2023 .topic_list a .pic {
    height: 21.33vw;
    width: 21.33vw;
  }

  .re2023 .topic_list a .text_wrap {
    padding-right: 7.2vw;
    width: calc(100% - 21.33vw);
  }

  .re2023 .topic_list a .text_wrap::before {
    height: 4.8vw;
    right: 2.67vw;
    width: 4.8vw;
  }

  .re2023 .topic_list a .text_wrap .ttl {
    font-size: 4.27vw;
  }

  .re2023 .topic_list a .text_wrap .desc {
    font-size: 3.73vw;
  }
}

/**** -------------------------------
お電話がつながりにくい場合のメール導線強化
---------------------------------****/
.bn_ViaMailForm {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .bn_ViaMailForm .pc-show {
    display: block;
  }
  .bn_ViaMailForm .sp-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bn_ViaMailForm .sp-show {
    display: block;
  }
  .bn_ViaMailForm .pc-show {
    display: none;
  }
}
.bn_ViaMailForm p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
/**** -------------------------------
年末年始24時間受付中バナー挿入
---------------------------------****/
.bn_NewYearHolidays {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .bn_NewYearHolidays .pc-show {
    display: block;
  }
  .bn_NewYearHolidays .sp-show {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bn_NewYearHolidays {
    margin-bottom: 0;
  }
  .bn_NewYearHolidays .sp-show {
    display: block;
  }
  .bn_NewYearHolidays .pc-show {
    display: none;
  }
}
.bn_NewYearHolidays p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
/* 地震に伴うサービスの影響について */
.notice_wrap {
  padding: 15px;
  margin: 10px auto 40px;
  font-size: 16px;
  border: solid 1px #d8d8d8;
  text-align: left;
  line-height: 1.8;
}
.notice_wrap h3 {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .notice_wrap {
    line-height: calc(24 / 16);
    margin: 10px 10px 40px;
  }
}
/* 電気工事バナー */
.bnr-electricity {
  width: 635px;
  margin: 45px auto;
}
.bnr-electricity a {
  transition: 0.2s;
  display: inline-block;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.26);
}
.bnr-electricity a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .bnr-electricity {
    width: 100%;
  }
}

/**** -------------------------------
100店舗キャンペーン
---------------------------------****/

.re2023 .top_100office {
  margin-bottom: 30px;
}

.re2023 .top_100office .ac .ac_ttl {
  align-items: center;
  background: #003664;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 63px;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: 0.2s;
}

@media (any-hover: hover) {
  .re2023 .top_100office .ac .ac_ttl:hover {
    opacity: 0.8;
  }
}

.re2023 .top_100office .ac .ac_ttl::after {
  background-image: url(../img/common/plus03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 28px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  width: 28px;
}

.re2023 .top_100office .ac .ac_ttl.open::after {
  background-image: url(../img/common/minus03.png);
}

.re2023 .top_100office .ac .ac_wrap {
  background: #fff;
  border: 2px solid #003664;
  display: none;
  padding: 25px 30px 30px;
}

.re2023 .top_100office .ac .ac_wrap .top_100office_campaign {
  margin: 0 auto;
  text-align: center;
}

.re2023 .top_100office .ac .ac_wrap .top_100office_campaign p {
  font-size: 18px;
  line-height: 1.5em;
}

.re2023 .top_100office .ac .ac_wrap .top_100office_campaign p span {
  color: #ff3300;
  font-weight: bold;
}

.re2023 .top_100office .ac .ac_wrap .top_100office_campaign p.top_100office_note {
  padding-top: 2em;
}

@media screen and (max-width: 767px) {
  .re2023 .top_100office .ac .ac_wrap .top_100office_campaign p {
    font-size: 5.1vw;
  }
}

@media screen and (max-width: 439px) {
  .re2023 .top_100office .ac .ac_wrap .top_100office_campaign p {
    font-size: 4.9vw;
  }
}

/**** -------------------------------
MVスライダー下の注釈部分
---------------------------------****/

.re2023 .top_annotation {
  padding-bottom: 2em;
}

.re2023 .top_annotation p {
  font-size: 13px;
}

.re2023 .top_annotation p.annotation_research {
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .re2023 .top_annotation {
    padding: 0 1em 1.5em;
  }
}

/**** -------------------------------
トラブル予防や電気修理もクラシアンにおまかせ
---------------------------------****/
.box-electricity {
}
.box-electricity ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 12px;
  margin-top: 30px;
}
.box-electricity li {
  width: 48.36%;
  background-color: #fff;
  padding-bottom: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.26);
}
.box-electricity img {
  width: 100%;
}
.box-electricity h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0068b7;
  padding: 8px;
  padding-right: 28px;
  position: relative;
  line-height: 1.3;
  &::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 10px;
    background-image: url(../img/top/other-menu_ico.png);
    background-size: contain;
  }
}
.box-electricity p {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 768px) {
  .box-electricity ul {
    row-gap: 0;
    margin-top: 35px;
  }
  .box-electricity li {
    width: 23.5%;
    padding-bottom: 20px;
  }
  .box-electricity h3 {
    font-size: 18px;
    padding: 15px;
    padding-right: 35px;
    &::after {
      right: 15px;
      top: 17px;
    }
  }
  .box-electricity p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 事務手数料とは */
.re2023 {
  .fee {
    .fee_box {
      margin: 16px;
      padding: 16px;
      background-color: #e1f5fe;
      .header {
        cursor: pointer;
        position: relative;
        & > .title {
          font-size: 16px;
        }
      }
      .body {
        & > .title {
          font-size: 18px;
          font-weight: bold;
          margin-top: 20px;
          margin-bottom: 20px;
        }
        & > .fee_box {
          background-color: #fff;
          border-radius: 5px;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
          & .body {
            margin-top: 16px;
          }
        }
      }
      .title {
        color: #0068b7;
        text-align: center;
      }
      p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
      }
      .icon_toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 25px;
        height: 25px;
        margin: auto;
        border-radius: 50px;
        border: 1px solid #1a98d0;
        background-color: transparent;
        &::before,
        &::after {
          position: absolute;
          display: block;
          width: 14px;
          height: 1px;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          background-color: #1a98d0;
          transition: all 0.3s 0s ease;
        }
        &::before {
        }
        &::after {
          rotate: 90deg;
        }
      }
      .icon_toggle.is_open {
        &::after {
          rotate: 0deg;
        }
      }
    }
    @media screen and (min-width: 768px) {
      .fee_box {
        margin: 30px;
        padding: 26px;
        .header {
          & > .title {
            font-size: 20px;
          }
        }
        .body {
          & > .title {
            font-size: 20px;
            margin-top: 45px;
            margin-bottom: 25px;
          }
          & > .fee_box {
            & .body {
              margin-top: 32px;
            }
          }
        }
        p {
          font-size: 16px;
        }
      }
    }
  }
}

/**** -------------------------------
お客様の声 スライダーなし
---------------------------------****/
.re2023 {
  .top09 {
    .voice_box {
      margin-top: 20px;
      padding: 0 20px;
      display: flex;
      overflow-x: scroll;
      .voice_item {
        min-width: 86%;
        padding-top: 30px;
        .content_wrap {
          background: #f5f5f5;
          height: 100%;
          border-radius: 10px;
          padding: 12px 10px 20px;
          position: relative;
          &::before {
            background-image: url(../img/common/icon_voice.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            height: 73px;
            left: 19.5px;
            position: absolute;
            top: -30px;
            width: 60px;
          }
        }
        .name {
          color: #000;
          font-size: 14px;
          font-weight: 400;
          margin-bottom: 15px;
          padding-left: 72px;
        }
        .img {
          margin-top: 15px;
        }
        .ttl {
          color: #0068b7;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
          margin-top: 8px;
        }
        .desc {
          color: #292929;
          font-size: 16px;
          line-height: 1.5;
          margin-top: 8px;
        }
        & + .voice_item {
          margin-left: 16px;
        }
      }
    }
  }
}
@media (768px <= width) {
  .re2023 {
    .top09 {
      .voice_box {
        margin-top: 30px;
        overflow-x: auto;
        justify-content: space-between;

        padding: 0;
        .voice_item {
          min-width: auto;
          width: calc((100% - 32px) / 3);
          .content_wrap {
          }
          .name {
          }
          .img {
          }
          .ttl {
          }
          .desc {
          }
          & + .voice_item {
            margin-left: 0px;
          }
        }
      }
    }
  }
}
/**** -------------------------------
水まわりお役立ち情報 スライダーなし
---------------------------------****/
.re2023 {
  .top11 {
    .column_box {
      margin-top: 20px;
      padding: 0 20px;
      display: flex;
      overflow-x: scroll;
      .column_item {
        min-width: 86%;
        border: solid 1px #d8d8d8;
        padding-bottom: 20px;
        .content_wrap {
        }
        .img {
          height: 238px;
          width: auto;
          img {
            height: 100%;
            object-fit: cover;
            width: 100%;
          }
        }
        .tag_list {
          margin-top: 10px;
          padding: 0 10px;
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          .tag {
            background: #43a8d6;
            color: #fff;
            border-radius: 100px;
            padding: 4px 24px;
            font-size: 14px;
          }
        }
        .ttl {
          color: #0068b7;
          font-size: 16px;
          height: 2em;
          line-height: 1.5;
          font-weight: 600;
          margin-top: 8px;
          padding: 0 10px;
          overflow: hidden;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
        }
        .desc {
          margin-top: 8px;
          padding: 0 10px;
          font-size: 16px;
          line-height: 1.5;
          overflow: hidden;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
        }
        & + .column_item {
          margin-left: 16px;
        }
      }
    }
  }
}
@media (768px <= width) {
  .re2023 {
    .top11 {
      .column_box {
        margin-top: 30px;
        overflow-x: auto;
        justify-content: space-between;
        padding: 0;
        .column_item {
          min-width: auto;
          width: calc((100% - 32px) / 3);
          .img {
            img {
            }
          }
          .tag_list {
            .tag {
            }
          }
          .ttl {
            height: 3em;
          }
          .desc {
          }
        }
      }
    }
  }
}

/**** -------------------------------
重要なお知らせ
---------------------------------****/

#emergency-area {
  width: 1200px;
  margin: 0 auto;
  padding: 8px 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  #emergency-area {
    width: 90%;
  }
}
@media only screen and (max-width: 430px) {
  #emergency-area {
    width: 94%;
    padding: 12px 0 12px 0;
    font-size: 13px;
  }
}
#emergency-area .title {
  font-size: 14px;
}
#emergency-area .title a .title_text {
  font-feature-settings: 'palt';
  color: #f44336;
  text-decoration: underline;
  font-weight: bold;
}
#emergency-area .title a:hover .title_text {
  text-decoration: none;
}
