@charset "UTF-8";
.breadcrumb.re {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb.re {
    margin: 2.60417vw;
  }
}

.line {
  background: linear-gradient(transparent 80%, #FFF834 90%);
  padding: 5px;
}

.line_b {
  background: linear-gradient(transparent 70%, #E6F3FF 70%);
  padding: 5px;
}

.test2 {
  font-size: 14px;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.ttl {
  background: #ECF1FA;
  display: block;
  padding: 83px 0 63px 0;
  position: relative;
  height: 256px;
}
@media screen and (max-width: 767px) {
  .ttl {
    height: 530px;
  }
}
@media screen and (max-width: 430px) {
  .ttl {
    height: 367px;
    padding: 80px 24px 43px;
  }
}
.ttl::after {
  content: "";
  position: absolute;
  width: 47.2%;
  height: 100%;
  max-width: 681px;
  top: 0;
  right: 0;
  background: url(../images/renewal_ttl.png) 0/cover no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .ttl::after {
    background: url(../images/renewal_ttl_sp.png) 0/cover no-repeat;
    width: 100%;
    max-width: none;
    top: auto;
    bottom: 0;
    height: 146px;
  }
}
.ttl .ttl__wrapper {
  position: static;
}
@media screen and (max-width: 767px) {
  .ttl .ttl__wrapper {
    position: relative;
  }
}
@media screen and (max-width: 430px) {
  .ttl .ttl__wrapper {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .ttl .ttl__wrapper .ttl__tt {
    padding-left: 24px;
  }
}
@media screen and (max-width: 430px) {
  .ttl .ttl__wrapper .ttl__tt {
    padding-left: 0;
  }
}
.ttl .ttl__wrapper .ttl__tt span {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl .ttl__wrapper .ttl__tt span {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 430px) {
  .ttl .ttl__wrapper .ttl__tt span {
    font-size: 4vw;
    line-height: 2;
  }
}
.ttl .ttl__wrapper .ttl__tt span .red {
  background: #fff;
  color: #E60112;
  padding: 5px;
}
.ttl .ttl__wrapper .ttl__tt em {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #3D77CD;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .ttl .ttl__wrapper .ttl__tt em {
    font-size: 6.6vw;
    margin-top: 24px;
  }
}
.ttl .ttl__wrapper .img {
  flex-basis: 47%;
}

.youtube .youtube_ttl {
  display: flex;
  align-items: center;
  gap: 25px;
}
.youtube .youtube_ttl .border {
  height: 2px;
  display: block;
  width: 100%;
  background: #B8B8B8;
}
.youtube .youtube_ttl .youtube_ttl_txt {
  align-items: center;
  display: flex;
  gap: 8px;
}
.youtube .youtube_ttl .icon {
  width: 31px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_ttl .icon {
    width: 24px;
    height: 24px;
  }
}
.youtube .youtube_ttl .icon img {
  height: 28px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_ttl .icon img {
    height: 24px;
    vertical-align: baseline;
  }
}
.youtube .youtube_ttl p {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_ttl p {
    font-size: 4vw;
  }
}
.youtube .youtube_slider {
  margin-top: 38px;
  padding-bottom: 66px;
  position: relative;
}
.youtube .youtube_slider .youtube-swiper__controls {
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
  height: 38px;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_slider .youtube-swiper__controls {
    width: 70%;
  }
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-button-prev,
.youtube .youtube_slider .youtube-swiper__controls .swiper-button-next {
  background: #E60112;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_slider .youtube-swiper__controls .swiper-button-prev,
  .youtube .youtube_slider .youtube-swiper__controls .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 24px;
  }
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-button-prev::after,
.youtube .youtube_slider .youtube-swiper__controls .swiper-button-next::after {
  font-size: 12px;
  color: #fff;
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-pagination-bullets {
  top: auto;
  bottom: auto;
  left: 50%;
  width: 60%;
  transform: translateX(-50%);
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .youtube .youtube_slider .youtube-swiper__controls .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-pagination-bullet-active {
  background: #E60112;
}
.youtube .youtube_slider .youtube-swiper__controls .swiper-button-next {
  right: 0;
}
.renew_ttl {
  padding-left: 27px;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .renew_ttl {
    font-size: min(30px, 6vw);
  }
}
.renew_ttl::before {
  content: "";
  width: 7px;
  position: absolute;
  height: 46px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #3E78CF 50%, #1F3D69 51%);
}
@media screen and (max-width: 767px) {
  .renew_ttl::before {
    height: 100%;
  }
}
.renew_ttl strong {
  color: #E60112;
}

.inner_ttl {
  background: #E6F3FF;
  height: 80px;
  clip-path: polygon(1% 0, 100% 0, 98% 100%, 0 100%);
  display: flex;
  align-items: center;
  padding: 14px 30px;
  gap: 8px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .inner_ttl {
    margin-top: 48px;
    height: 50px;
    padding: 14px 20px;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  }
}
@media screen and (max-width: 430px) {
  .inner_ttl {
    height: 63px;
  }
}
.inner_ttl em {
  color: #E60112;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .inner_ttl em {
    font-size: min(22px, 6.4vw);
    flex-basis: 11%;
  }
}
.inner_ttl p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.inner_ttl p strong {
  color: #3E78CF;
}
@media screen and (max-width: 767px) {
  .inner_ttl p {
    font-size: min(19px, 6vw);
    flex-basis: 89%;
  }
}

.sec_01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec_01 {
    margin-top: 64px;
  }
}
.sec_01 .sec_container {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container {
    flex-direction: column;
  }
}
.sec_01 .sec_container .box_l {
  background: #F5F5F5;
  padding: 20px 30px;
  flex-basis: 41.8%;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_l {
    padding: 20px;
  }
}
.sec_01 .sec_container .box_l h4 {
  color: #3E78CF;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_l h4 {
    font-size: min(18px, 5.5vw);
  }
}
.sec_01 .sec_container .box_l .sec_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_l .sec_inner {
    margin-top: 18px;
    gap: 16px;
    justify-content: space-between;
  }
}
.sec_01 .sec_container .box_l .sec_inner .img {
  flex-basis: 45%;
}
.sec_01 .sec_container .box_l .sec_inner .img img {
  height: 148px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_l .sec_inner .img img {
    height: 150px;
  }
}
.sec_01 .sec_container .box_l .sec_inner p {
  flex-basis: 50%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_l .sec_inner p {
    font-size: min(16px, 3.8vw);
  }
}
.sec_01 .sec_container .arrow {
  width: 20px;
  height: 45px;
  margin-left: -3px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .arrow {
    height: 38px;
    transform: rotate(90deg);
  }
}
.sec_01 .sec_container .box_r {
  flex-basis: 56%;
  border: 3px solid #FFD18D;
  background: #FFFCF3;
  padding: 12px 30px;
}
.sec_01 .sec_container .box_r h4 {
  color: #E60112;
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: #FF9900 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec_01 .sec_container .box_r h4 {
    font-size: min(20px, 6.5vw);
  }
}
.sec_01 .sec_container .box_r h4::after {
  width: 50%;
  height: 1px;
  background: #E60112;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_r h4::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_r .sec_inner {
    align-items: flex-start;
  }
}
.sec_01 .sec_container .box_r .sec_inner .img {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_r .sec_inner .img {
    flex-basis: 50%;
  }
}
.sec_01 .sec_container .box_r .sec_inner p {
  flex-basis: 58%;
}
.sec_01 .sec_container .box_r .sec_inner p strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_01 .sec_container .box_r .sec_inner p {
    flex-basis: 50%;
  }
}
.sec_01 .tokutyou {
  margin-top: 60px;
  border: #CCDBF3 solid 5px;
}
.sec_01 .tokutyou h4 {
  font-size: 30px;
  background: #fff;
  position: relative;
  top: -30px;
  left: 20px;
  width: fit-content;
  padding: 5px 20px;
}
.sec_01 .tokutyou h4 strong {
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou h4 {
    font-size: min(24px, 7vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec_01 .tokutyou .sec_container {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .sec_container {
    margin-top: -20px;
    gap: 0;
  }
}
.sec_01 .tokutyou .sec_container .img {
  max-width: 471px;
}
@media screen and (max-width: 430px) {
  .sec_01 .tokutyou .sec_container .img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .sec_container .text {
    padding: 0 20px;
  }
}
.sec_01 .tokutyou .sec_container .text dl {
  margin-top: 12px;
}
.sec_01 .tokutyou .sec_container .text dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #3E78CF;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .sec_container .text dl dt {
    font-size: min(16px, 3.8vw);
  }
}
.sec_01 .tokutyou .sec_container .text dl dd {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .sec_container .text dl dd {
    font-size: min(16px, 3.8vw);
  }
}
.sec_01 .tokutyou .toku_02 {
  background: rgba(236, 241, 250, 0.33);
  padding: 55px 0 72px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .toku_02 {
    padding: 48px 0 40px;
  }
}
.sec_01 .tokutyou .toku_02 h5 {
  text-align: center;
  font-size: 22px;
}
.sec_01 .tokutyou .toku_02 h5 strong {
  color: #E60112;
}
.sec_01 .tokutyou .toku_02 .toku_container {
  width: 92%;
  margin: 3.4rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .toku_02 .toku_container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
  }
}
.sec_01 .tokutyou .toku_02 .toku_container .img img, .sec_01 .tokutyou .toku_02 .toku_container .img iframe {
  height: 260px;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .toku_02 .toku_container .img {
    text-align: center;
    width: 100%;
  }
  .sec_01 .tokutyou .toku_02 .toku_container .img img {
    width: 100%;
    height: 200px;
  }
  .sec_01 .tokutyou .toku_02 .toku_container .img iframe {
    height: 200px;
    width: 100%;
  }
}
.sec_01 .tokutyou .toku_02 p {
  width: 92%;
  margin: 24px auto 0;
  font-size: 16px;
}
.sec_01 .tokutyou .toku_02 p strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_01 .tokutyou .toku_02 p {
    font-size: 15px;
  }
}

.sec_02 .riyu_contents {
  width: 1100px;
  margin: 24px auto 0;
  background: url(../images/hougan.png) repeat;
  background-size: 60%;
  background-blend-mode: multiply;
  border: 1px solid #B5CADF;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_02 .riyu_contents {
    padding: 30px 20px;
    width: 90%;
  }
}
.sec_02 .riyu_contents h5 {
  font-size: 26px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.sec_02 .riyu_contents h5 span {
  color: #3E78CF;
}
@media screen and (max-width: 430px) {
  .sec_02 .riyu_contents h5 span {
    flex-basis: 18%;
  }
}
.sec_02 .riyu_contents h5 strong {
  color: #E60112;
}
@media screen and (max-width: 767px) {
  .sec_02 .riyu_contents h5 {
    font-size: min(21px, 6vw);
  }
}
.sec_02 .riyu_contents::after {
  content: "";
  width: 82px;
  height: 43px;
  background: url(../images/riyu_arrow_d.svg) 0/contain no-repeat;
  position: absolute;
  z-index: 10;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_02 .riyu_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 20px;
  width: 790px;
  margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
  .sec_02 .riyu_container {
    width: 95%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 430px) {
  .sec_02 .riyu_container {
    gap: 18px 10px;
    width: 100%;
  }
}
.sec_02 .riyu_container .box {
  max-width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_02 .riyu_container .box {
    flex-basis: 48%;
    width: 100%;
  }
}
.sec_02 .riyu_container .box .item {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.sec_02 .riyu_container .box .item p {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec_02 .riyu_container .box .item p {
    font-size: 14px;
  }
}
.sec_02 .riyu_container .box .item p span {
  font-size: 10px;
}
@media screen and (max-width: 430px) {
  .sec_02 .riyu_container .box .item img {
    width: 13px;
  }
}
.sec_02 .riyu_02 {
  background: #FFFCF3;
  border: 5px solid #FFD79B;
  position: static;
}
.sec_02 .riyu_02::after {
  content: none;
}
.sec_02 .riyu_02 .riyu_container {
  width: 580px;
}
@media screen and (max-width: 430px) {
  .sec_02 .riyu_02 .riyu_container {
    width: 100%;
  }
}
.sec_02 .riyu_02 .riyu_container .box {
  max-width: 280px;
}
.sec_02 .riyu_02 .riyu_container .box .item {
  font-weight: 600;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}
.sec_02 .riyu_02 .riyu_container .box .item strong {
  color: #E60112;
}
@media screen and (max-width: 430px) {
  .sec_02 .riyu_02 .riyu_container .box .item {
    gap: 10px;
  }
}

.sec_03 h5 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 64px;
}
@media screen and (max-width: 430px) {
  .sec_03 h5 {
    font-size: 18px;
  }
}
.sec_03 .sec_03_table {
  margin-top: 40px;
  border-collapse: collapse;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table {
    margin-top: 28px;
    width: auto;
  }
}
.sec_03 .sec_03_table tr {
  height: 93px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.sec_03 .sec_03_table .lead .ttl_box_out {
  width: 206px;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table .lead .ttl_box_out {
    width: auto;
  }
}
.sec_03 .sec_03_table .lead .ttl_box_out .name {
  width: 100%;
  background: #3E78CF;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  flex-grow: 1;
  height: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_table .lead .ttl_box_out .name {
    font-size: 16px;
    height: 60px;
    padding: 10px;
  }
}
.sec_03 .sec_03_table .lead .ttl_box_out .name span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_03 .sec_03_table .lead .ttl_box_out .name span {
    font-size: 12px;
  }
}
.sec_03 .sec_03_table .lead .ttl_box_out .img {
  width: 100%;
}
.sec_03 .sec_03_table .lead .ttl_box_out .img img {
  height: 142px;
  object-fit: cover;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table .lead .ttl_box_out .img img {
    height: 120px;
    width: 100%;
  }
}
.sec_03 .sec_03_table tr + tr {
  border-bottom: 1px solid #CCCCCC;
}
.sec_03 .sec_03_table tr + tr th {
  background: #F4F7FF;
  color: #3E78CF;
  font-size: 18px;
  font-weight: 600;
  width: 174px;
  text-align: left;
  vertical-align: middle;
  padding: 18px 10px 18px 18px;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr th {
    width: 130px;
    padding: 14px 10px 14px 10px;
    font-size: 15px;
  }
}
.sec_03 .sec_03_table tr + tr th span {
  color: #585858;
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr th span {
    font-size: 12px;
  }
}
.sec_03 .sec_03_table tr + tr th i {
  display: block;
  color: #585858;
  line-height: 1.4;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr th i {
    font-size: 10px;
  }
}
.sec_03 .sec_03_table tr + tr td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr td {
    font-size: 14px;
  }
}
.sec_03 .sec_03_table tr + tr td span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr td span {
    font-size: 10px;
  }
}
.sec_03 .sec_03_table tr + tr td i {
  font-style: normal;
  font-size: 10px;
  vertical-align: text-top;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03_table tr + tr td i {
    font-size: 9px;
  }
}
.sec_03 .sec_03_table tr + tr td:nth-child(odd) {
  background: #F8F8F8;
}
.sec_03 .sec_03_table tr + tr .textleft {
  text-align: left;
  padding-left: 16px;
}
.sec_03 .sec_03_table .taika td {
  vertical-align: text-top;
}
.sec_03 .sec_03_table .taika td .img {
  margin-bottom: 5px;
}
.sec_03 .sec_03_table .taika td p {
  margin-bottom: 5px;
}
.sec_03 .sec_03_table .taika td.middle {
  vertical-align: middle;
}
.sec_03 .ex {
  margin-top: 10px;
  text-align: right;
}
.sec_03 .sec_03teble_02 {
  margin-top: 48px;
}
.sec_03 .sec_03teble_02 h5 {
  margin-top: 0;
}
.sec_03 .sec_03teble_02 table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 32px;
}
.sec_03 .sec_03teble_02 table tr th {
  border-right: 1px solid #fff;
}
.sec_03 .sec_03teble_02 table tr {
  border-bottom: 1px solid #ccc;
}
.sec_03 .sec_03teble_02 table tr th + th {
  width: 244px;
  background: #036EB7;
  font-size: 18px;
  text-align: center;
  padding: 18px;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03teble_02 table tr th + th {
    width: auto;
    padding: 10px;
    font-size: 15px;
  }
}
.sec_03 .sec_03teble_02 table tr:nth-child(2) td {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03teble_02 table tr:nth-child(2) td {
    font-size: 15px;
  }
}
.sec_03 .sec_03teble_02 table tr + tr th {
  background: #F1F8FF;
  color: #036EB7;
  font-size: 18px;
  text-align: left;
  padding: 12px 10px 12px 20px;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03teble_02 table tr + tr th {
    font-size: 15px;
    padding: 12px 10px;
  }
}
.sec_03 .sec_03teble_02 table tr + tr th span {
  margin-top: 3px;
  display: block;
  color: #585858;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 430px) {
  .sec_03 .sec_03teble_02 table tr + tr th span {
    font-size: 12px;
  }
}
.sec_03 .sec_03teble_02 table tr + tr td {
  text-align: center;
}
.sec_03 .sec_03teble_02 table tr + tr td:nth-child(odd) {
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .sec_03 .sec_03_table_wrap,
  .sec_03 .sec_03teble_02 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sec_03 .sec_03_table {
    min-width: 1020px;
  }
  .sec_03 .sec_03teble_02 table {
    margin-top: 32px;
    width: max-content;
    min-width: 740px;
  }
}

.sec_04 .contents {
  max-width: 1000px;
  width: 95%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .sec_04 .contents {
    width: 100%;
  }
}
.sec_04 .contents p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec_04 .contents p {
    font-size: 16px;
  }
}
.sec_04 .contents .img_container {
  display: flex;
  margin-top: 50px;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .sec_04 .contents .img_container {
    flex-wrap: wrap;
  }
  .sec_04 .contents .img_container .img {
    flex-basis: 49%;
  }
  .sec_04 .contents .img_container .img:nth-child(3) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 430px) {
  .sec_04 .contents .img_container {
    margin-top: 24px;
  }
  .sec_04 .contents .img_container .img {
    flex-basis: 47%;
  }
}

h3.ttl_b {
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 18px;
}
h3.ttl_b::after {
  width: 40px;
  height: 7px;
  background: linear-gradient(270deg, #3E78CF 50%, #1F3D69 51%);
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 430px) {
  h3.ttl_b::after {
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  h3.ttl_b {
    font-size: 28px;
  }
}

.renewal_result {
  background: #ECF1FA;
  margin-top: 120px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .renewal_result {
    margin-top: 80px;
    padding: 48px 0;
  }
}
.renewal_result .re_contents {
  margin: 0 auto;
  max-width: 1200px;
  background: #FFF;
  box-shadow: 0 0 19px 0 rgba(9, 50, 112, 0.15);
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .renewal_result .re_contents {
    width: 90%;
    padding: 64px 20px;
  }
}
.renewal_result .result_article {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1100px;
}
.renewal_result .result_article .box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box {
    margin-top: 48px;
  }
}
.renewal_result .result_article .box .article_ttl {
  position: relative;
  padding-bottom: 5px;
}
.renewal_result .result_article .box .article_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.renewal_result .result_article .box .article_ttl .item {
  font-size: 24px;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_article .box .article_ttl .item {
    font-size: 18px;
  }
}
.renewal_result .result_article .box .article_ttl .item::after {
  width: 100%;
  height: 5px;
  background: #3E78CF;
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_article .box .article_ttl .item::after {
    height: 2px;
  }
}
.renewal_result .result_article .box .res_container {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box .res_container {
    margin-top: 20px;
    flex-direction: column;
  }
}
.renewal_result .result_article .box_l {
  flex-basis: 36%;
  max-width: 403px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_l {
    max-width: none;
  }
}
.renewal_result .result_article .box_l .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_l .img {
    display: none;
  }
}
.renewal_result .result_article .box_l .img img {
  width: 100%;
  height: 302px;
  object-fit: cover;
}
.renewal_result .result_article .box_l .img::after {
  content: "Before";
  color: #3D77CD;
  background: #fff;
  padding: 5px 8px;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.renewal_result .result_article .box_l .info {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_l .info {
    width: 100%;
    margin-top: 0;
  }
}
.renewal_result .result_article .box_l .info .info_ttl {
  background: #3E78CF;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 24px;
}
.renewal_result .result_article .box_l .info .info_inner {
  background: url(../images/hougan.png) repeat;
  border: 1px solid #B5CADF;
  padding: 28px 30px;
  background-size: 60%;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_article .box_l .info .info_inner {
    padding: 18px 16px;
  }
}
.renewal_result .result_article .box_l .info .info_inner dl {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_article .box_l .info .info_inner dl {
    gap: 10px;
  }
}
.renewal_result .result_article .box_l .info .info_inner dl dt {
  flex-basis: 25%;
  color: #727272;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_l .info .info_inner dl dt {
    font-size: 15px;
  }
}
.renewal_result .result_article .box_l .info .info_inner dl dd {
  font-size: 18px;
  flex-basis: 70%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_l .info .info_inner dl dd {
    font-size: 15px;
  }
}
.renewal_result .result_article .box_l .info .info_inner dl:not(:first-child) {
  margin-top: 14px;
}
.renewal_result .result_article .arrow {
  width: 18px;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .arrow {
    display: none;
  }
}
.renewal_result .result_article .box_r {
  flex-basis: 60%;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .renewal_result .result_article .box_r {
    width: 100%;
  }
}
.renewal_result .result_search {
  background: #F7F7F7;
  padding: 45px 50px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_search {
    flex-direction: column;
    padding: 24px 20px;
    margin-top: 48px;
    justify-content: flex-start;
    gap: 18px;
  }
}
.renewal_result .result_search h5 {
  font-size: 18px;
}
.renewal_result .result_search .result_search_form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_search .result_search_form {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}
.renewal_result .result_search select {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  min-width: 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 9l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 22px 22px;
}
@media screen and (max-width: 430px) {
  .renewal_result .result_search select {
    width: 100%;
  }
}
.renewal_result .result_search button {
  border: none;
  background: #E60112;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.renewal_result {
  /* 各案件のメイン画像スライダー */
}
.renewal_result .case-main-swiper {
  position: relative;
  height: 370px;
  overflow: hidden;
  width: 100%;
}
.renewal_result .case-main-swiper a {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .renewal_result .case-main-swiper {
    height: 350px;
  }
  .renewal_result .case-main-swiper a {
    height: 100%;
  }
  .renewal_result .case-main-swiper a img {
    height: 350px;
  }
}
@media screen and (max-width: 430px) {
  .renewal_result .case-main-swiper {
    height: 250px;
  }
  .renewal_result .case-main-swiper a {
    height: 100%;
  }
}
.renewal_result .case-main-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease;
  will-change: transform, opacity;
}
.renewal_result .case-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.renewal_result .case-main-swiper .swiper-slide:hover img {
  transform: scale(1.03);
}
.renewal_result .case-main-swiper .swiper-slide.before::after {
  content: "";
  width: 100px;
  height: 28px;
  background: url(../images/before.png) 0/contain no-repeat;
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
}
.renewal_result .case-main-swiper .swiper-slide.after::after {
  content: "";
  width: 100px;
  height: 28px;
  background: url(../images/after.png) 0/contain no-repeat;
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
}
.renewal_result {
  /* サムネイルエリアのスタイル */
}
.renewal_result .case-thumb-swiper {
  width: 100%;
  height: auto;
  margin-top: 14px;
}
.renewal_result .case-thumb-swiper .swiper-wrapper {
  height: auto;
}
.renewal_result .case-thumb-swiper .swiper-wrapper .thumb-slide img {
  width: 100%;
  height: 73px;
  object-fit: cover;
}
.renewal_result .case-thumb-swiper .swiper-wrapper .thumb-slide {
  position: relative;
}
.renewal_result .case-thumb-swiper .swiper-wrapper .thumb-slide.before::after {
  content: "Before";
  color: #3D77CD;
  background: #fff;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.renewal_result .case-thumb-swiper .swiper-wrapper .thumb-slide.after::after {
  content: "After";
  color: #fff;
  background: #3D77CD;
  padding: 5px 8px;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.renewal_result .case-thumb-swiper .swiper-slide {
  height: 73px;
}
.renewal_result .btn {
  background: #E60112;
  color: #fff;
  padding: 28px;
  line-height: 1.2;
  text-align: center;
  max-width: 390px;
  margin: 64px auto 0;
  position: relative;
}
@media screen and (max-width: 430px) {
  .renewal_result .btn {
    margin-top: 40px;
    padding: 20px;
  }
}
.renewal_result .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../../common/images/arrow_sm.png) no-repeat;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

.flow {
  background: rgba(230, 243, 255, 0.6);
  padding: 85px 20px 80px;
  width: 98%;
  margin: 80px auto 0;
}
@media screen and (max-width: 430px) {
  .flow {
    width: 90%;
    margin-top: 48px;
    padding: 32px 10px 40px;
  }
}
.flow .flow_container {
  display: flex;
  align-items: stretch;
  max-width: 1150px;
  margin: 70px auto 0;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .flow .flow_container {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
@media screen and (max-width: 430px) {
  .flow .flow_container {
    gap: 8px;
    margin-top: 48px;
  }
}
.flow .flow_container .box {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  align-self: stretch;
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box {
    max-width: none;
    width: 100%;
  }
}
.flow .flow_container .box .num {
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box .num {
    font-size: 18px;
  }
}
.flow .flow_container .box .num span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #3E78CF 50%, #073C8C 51%);
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box .num span {
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
}
.flow .flow_container .box .img {
  height: 185px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box .img {
    width: 100%;
  }
}
.flow .flow_container .box .img img {
  height: 185px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box .img img {
    width: 100%;
    height: 240px;
  }
}
.flow .flow_container .box .text {
  background: #fff;
  padding: 12px 14px;
  flex: 1;
}
.flow .flow_container .box .text p {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .box .text p {
    font-size: 14px;
  }
}
.flow .flow_container .box .text span {
  font-size: 12px;
}
.flow .flow_container .arrow {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .flow .flow_container .arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }
}
.flow .flow_container.second {
  justify-content: flex-end;
  margin-top: 20px;
}

.result_listpage.ttl {
  margin-bottom: 0;
}

.renewal_result.result_listpage {
  margin-top: 0;
  padding: 30px 0 80px;
}
@media screen and (max-width: 430px) {
  .renewal_result.result_listpage {
    padding: 20px 0 40px;
  }
}