/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  footer.css
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.re2023 .footer .section_container {
  background: #0068b7;
  color: #fff;
  padding-bottom: 78px;
  padding-top: 54px;
  line-height: 1.4;
  margin-top: 45px;
}

.re2023 .footer_head {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.re2023 .footer_head .logo {
  width: 213px;
}

.re2023 .footer a {
  display: block;
  transition: .2s;
}

@media (any-hover:hover) {
  .re2023 .footer a:hover {
    opacity: .8;
  }
}

.re2023 .footer_head .sns_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.re2023 .footer_head .sns_list a {
  margin: 0 4px;
  width: 26.6px;
}

.re2023 .footer_main {
  margin-top: 10px;
}

.re2023 .footer_main .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(1) {
  width: 268px;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(2) {
  width: 268px;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(3) {
  width: 268px;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(4) {
  width: calc(100% - 804px);
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) {
  border-top: solid 1px rgba(255, 255, 255, .2);
  margin-top: 40px;
  padding: 40px 0 45px;
  width: 100%;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item {
  align-items: center;
  display: flex;
}

.re2023 .footer_main .flex_wrap .flex_col .item .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 29px;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ttl {
  margin-top: 0;
  width: 206px;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list {
  flex-wrap: wrap;
  margin-top: -20px;
  width: calc(100% - 206px);
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list li {
  margin-top: 20px;
}

.re2023 .footer_main .flex_wrap .flex_col .item .ac_list li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  text-decoration: underline;
  white-space: nowrap;
}

.re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list li a {
  margin-right: 24px;
  margin-top: 0;
}

.re2023 .copyright_wrap {
  background: #e1f5fe;
  color: #0068b7;
}

.re2023 .Copyright {
  align-items: center;
  display: flex;
  /* font-size: 12px; */
  height: 40px;
  justify-content: flex-end;
}
.re2023 .Copyright img{
  width: 224.8px;
}

/* 追従 */
.re2023 .footer_fix {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: .2s;
  width: 100%;
  z-index: 8;
}

.re2023 .footer_fix.active {
  opacity: 1;
  pointer-events: all;
}

.re2023 .footer_fix a,
.re2023 .footer_fix .to_top {
  transition: .2s;
}

@media (any-hover:hover) {

  .re2023 .footer_fix a:hover,
  .re2023 .footer_fix .to_top:hover {
    opacity: .8;
  }
}

.re2023 .footer_fix .to_top {
  bottom: 63px;
  position: absolute;
  right: 83px;
  width: 52px;
}

.re2023 .footer_fix .section_container {
  background: #034d9c;
}

.re2023 .footer_fix_wrap {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
}

.re2023 .footer_fix_wrap .ttl {
  margin-right: 29px;
  width: 352px;
}
.re2023 .footer_fix_wrap .ttl.new202505 {
  margin-right: 10px;
  width: 286px;
}

.re2023 .footer_fix_wrap .BTN {
  height: 49px;
  overflow: hidden;
}

/* .re2023 .footer_fix_wrap .btn img {
  max-height: 100%;
  object-fit: cover;
  max-width: 100%;
} */
.re2023 .footer_fix_wrap .btn01 {
  width: 220px;
}
.re2023 .footer_fix_wrap .btn01.new202505 {
  width: 303px;
  margin-right: 10px;
  margin-top: 10px;
}

.re2023 .footer_fix_wrap .btn02 {
  width: 180px;
}
.re2023 .footer_fix_wrap .btn02.new202505 {
  width: 185px;
  margin-right: 5px;
}

.re2023 .footer_fix_wrap .btn03 {
  width: 105px;
}
.re2023 .footer_fix_wrap .btn03.new202505 {
  width: 185px;
}

.re2023 .footer_fix_wrap .btn04 {
  width: 105px;
}

@media only screen and (min-width: 767.1px) {
  .re2023 .footer_main .flex_wrap .flex_col .item .ac_list {
    display: block !important;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list {
    display: flex !important;
  }
}

@media screen and (min-width:767.1px) and (max-width:1240px) {
  .re2023 .footer_fix .to_top {
    bottom: 5.25vw;
    right: 3vw;
    width: 4.33vw;
  }
}

@media screen and (min-width:767.1px) and (max-width:1200px) {
  .re2023 .footer .section_container {
    padding-bottom: 6.5vw;
    padding-top: 4.5vw;
    margin-top: 3.75vw;
  }

  .re2023 .footer_head .logo {
    width: 17.75vw;
  }

  .re2023 .footer_head .sns_list {
    margin-top: 1.67vw;
  }

  .re2023 .footer_head .sns_list a {
    margin: 0 .33vw;
    width: 2.22vw;
  }

  .re2023 .footer_main {
    margin-top: .83vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(1) {
    width: 22.33vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(2) {
    width: 22.33vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(3) {
    width: 22.33vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(4) {
    width: calc(100% - 67vw);
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) {
    margin-top: 3.33vw;
    padding: 3.33vw 0 3.75vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ttl {
    font-size: 1.67vw;
    margin-top: 2.42vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ttl {
    width: 17.17vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list {
    margin-top: -1.67vw;
    width: calc(100% - 17.17vw);
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ac_list li {
    margin-top: 1.67vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ac_list li a {
    font-size: 1.33vw;
    margin-top: 1vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list li a {
    margin-right: 2vw;
    margin-top: 0;
  }

  .re2023 .Copyright {
    /* font-size: 1vw; */
    height: 3.33vw;
  }
  .re2023 .Copyright img{
  width: 18.73vw;
}

  /* 追従 */
  .re2023 .footer_fix .to_top {
    bottom: 5.25vw;
    /* right: 6.92vw; */
    width: 4.33vw;
  }

  .re2023 .footer_fix_wrap {
    height: 6.5vw;
  }

  .re2023 .footer_fix_wrap .ttl {
    margin-right: 2.42vw;
    width: 29.33vw;
  }

  .re2023 .footer_fix_wrap .BTN {
    height: 4.08vw;
  }

  .re2023 .footer_fix_wrap .btn01 {
    width: 18.33vw;
  }

  .re2023 .footer_fix_wrap .btn02 {
    width: 15vw;
  }

  .re2023 .footer_fix_wrap .btn03 {
    width: 8.75vw;
  }

  .re2023 .footer_fix_wrap .btn04 {
    width: 8.75vw;
  }
}

@media screen and (max-width: 767px) {
  .re2023 .footer .section_container {
    padding-bottom: 24.34vw;
    padding-top: 8vw;
    margin-top: 9.33vw;
  }

  .re2023 .footer_head .logo {
    width: 56.8vw;
  }

  .re2023 .footer_head .sns_list {
    margin-top: 4vw;
  }

  .re2023 .footer_head .sns_list a {
    margin: 0 1.07vw;
    width: 7.05vw;
  }

  .re2023 .footer_main {
    margin-bottom: 8vw;
    margin-top: 5.33vw;
    padding: 0 5.33vw;
  }

  .re2023 .footer_main .flex_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .re2023 .footer_main .flex_wrap .flex_col {
    width: 100% !important;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(1) {
    order: 0;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(2) {
    order: 1;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(3) {
    order: 2;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(4) {
    order: 4;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) {
    border-top: none;
    margin-top: 0;
    order: 3;
    padding: 0;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item {
    display: block;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-left: 9.07vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ttl {
    cursor: pointer;
    font-size: 4.53vw;
    font-weight: bold;
    margin-top: 0;
    padding: 4vw 0;
    position: relative;
    width: 100% !important;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ttl::before {
    background-image: url(../img/common/plus05.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 7.47vw;
    left: -9.07vw;
    margin: auto;
    position: absolute;
    top: 0;
    width: 7.47vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ttl.open::before {
    background-image: url(../img/common/minus05.png);
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list {
    margin-top: 0;
    width: 100%;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ac_list {
    display: none;
    padding-bottom: 2vw;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list li {
    margin-top: 0;
  }

  .re2023 .footer_main .flex_wrap .flex_col .item .ac_list li a {
    font-size: 4.27vw;
    line-height: 1.5;
    margin-bottom: 2.67vw;
    margin-top: 0;
  }

  .re2023 .footer_main .flex_wrap .flex_col:nth-of-type(5) .item .ac_list li a {
    margin-right: 0;
  }

  .re2023 .Copyright {
    /* font-size: 3.2vw; */
    height: 15.2vw;
    justify-content: center;
  }
    .re2023 .Copyright img{
  width: 59.95vw;
}

  /* 追従 */
  .re2023 .footer_fix .to_top {
    bottom: 22.67vw;
    right: 5.33vw;
    width: 9.33vw;
  }

  .re2023 .footer_fix .section_container {
    padding: 1.07vw 5.33vw 2.13vw;
  }

  .re2023 .footer_fix_wrap {
    flex-wrap: wrap;
    height: auto;
  }

  .re2023 .footer_fix_wrap .ttl {
    margin-right: 0;
    width: 100%;
  }
  .re2023 .footer_fix_wrap .ttl.new202505 {
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
  }

.re2023 .footer_fix_wrap .BTN {
    height: auto;
  }

  .re2023 .footer_fix_wrap .btn01 {
    width: 44.8vw;
  }
  .re2023 .footer_fix_wrap .btn01.new202505 {
    width: 42.8vw;
    margin-right: 5px;
    margin-top: 8px;
  }

  .re2023 .footer_fix_wrap .btn02 {
    width: 21.07vw;
  }
  .re2023 .footer_fix_wrap .btn02.new202505 {
    width: 21.07vw;
    margin-right: 5px;
    margin-top: 8px;
  }

  .re2023 .footer_fix_wrap .btn03 {
    width: 21.07vw;
  }
  .re2023 .footer_fix_wrap .btn03.new202505 {
    width: 21.07vw;
    margin-top: 8px;
  }

  .re2023 .footer_fix_wrap .btn04 {
    display: none;
  }
}