@charset "UTF-8";
/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }
}

.header {
  background: #005d8b;
}
.logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 80px;
  }
}
/* slideshow */
.slideshow-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  position: relative;
}
.slideshow-wrapper::after {
  content: "image"; /* 表示するテキスト */
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  z-index: 10;
  color: #fff;
  display: inline-block;
}
.slideshow-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 30vw;
  background: url("../images/bokashi.png") no-repeat left top;
  background-size: contain;
  z-index: 4;
}
.title {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 46vw;
  z-index: 5;
}
.logo {
  position: absolute;
  top: 1.666666667vw;
  left: 1.666666667vw;
  width: 25vw;
  z-index: 5;
}
.catch {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  width: 6.5vw;
  z-index: 5;
}
.slideshow {
  position: relative;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.slideshow img.active {
  opacity: 1;
  z-index: 1;
}

/* スマホ用調整 */
#slideshow-sp {
  display: none;
}

/* メディアクエリ */
@media screen and (max-width: 768px) {
  .slideshow-wrapper {
    display: block;
  }
  .slideshow-wrapper::after {
    font-size: 2vw;
  }
  .slideshow-wrapper::before {
    width: 100vw;
    height: 40vw;
  }
  .slideshow {
    width: 100vw;
    height: 76.92307692vw;
  }
  #slideshow-left,
  #slideshow-right {
    display: none;
  }
  #slideshow-sp {
    display: block;
    width: 100vw;
    height: 76.92307692vw;
  }
  .logo {
    top: 1.666666667vw;
    left: 1.666666667vw;
    width: 47.43589744vw;
  }
  .title {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 87.94871795vw;
  }
  .catch {
    top: 2.5vw;
    right: 2.5vw;
    width: 14.1025641vw;
  }
}

.lottery {
}
@media screen and (max-width: 767px) {
  .lottery {
    margin: 40vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .lottery {
    margin: 30px auto 0;
    width: 90%;
    max-width: 1100px;
  }
}

.kikaku1 {
  border: 4px solid #2eb6aa;
}
.kikaku2 {
  border: 4px solid #889ccf;
}
.kikaku3 {
  border: 4px solid #59bded;
}
.kikaku4 {
  border: 4px solid #c9bc9c;
}
.kikaku1 .contents-block-cta {
  background: #add9d4;
}
.kikaku2 .contents-block-cta {
  background: #c5cde5;
}
.kikaku3 .contents-block-cta {
  background: #a8d6f1;
}
.kikaku4 .contents-block-cta {
  background: #ded7c6;
}
.contents-block-cta-l a {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.2);
}
.contents-block-cta-u {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.contents-block-cta-u span,
.contents-block-cta-u strong {
  display: block;
}
.contents-block-cta-u > strong {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-block-cta-u > strong > strong {
  color: #e73650;
  font-family: "Oswald", sans-serif;
}
.box small {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main {
    width: 95%;
    margin: 10vw auto;
  }
  .box {
    margin-bottom: 20vw;
  }
  .contents-block-ctn {
    font-size: 3vw;
    text-align: justify;
    padding: 4vw 3vw;
  }
  .contents-block-cta {
    padding-bottom: 10vw;
  }
  .contents-block-cta-l a {
    height: 50px;
    width: 90%;
    font-size: 4.5vw;
    border-radius: 25px;
  }
  .contents-block-cta-u > span {
    font-size: 3.5vw;
  }
  .contents-block-cta-u > strong {
    font-size: 5vw;
  }
  .contents-block-cta-u > strong > strong {
    font-size: 12vw;
    padding-bottom: 3.2vw;
    margin-right: 0.5vw;
  }
  .contents-block-cta-u > strong > span {
    font-size: 4vw;
    padding: 1.5vw 2vw;
    margin: 0 1vw 0 2.5vw;
    border: 1px solid #000;
    border-radius: 5vw;
    line-height: 1;
  }
  .contents-block-cta-l {
    margin-top: -3vw;
  }
  .box small {
    font-size: 2.8vw;
    padding-top: 1.5vw;
  }
}
@media screen and (min-width: 768px) {
  main {
    max-width: 1200px;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  .contents-block-ctn {
    font-size: 12px;
    text-align: justify;
    padding: 4%;
  }
  .contents-block-cta {
    padding-bottom: 40px;
  }
  .contents-block-cta-l a {
    height: 60px;
    width: 80%;
    font-size: 20px;
    border-radius: 30px;
  }
  .contents-block-cta-u > span {
    font-size: 18px;
  }
  .contents-block-cta-u > strong {
    font-size: 25px;
  }
  .contents-block-cta-u > strong > strong {
    font-size: 55px;
    padding-bottom: 10px;
    margin-right: 5px;
  }
  .contents-block-cta-u > strong > span {
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 5px 0 10px;
    border: 1px solid #000;
    border-radius: 15px;
    line-height: 1;
  }
  .contents-block-cta-l {
    margin-top: -13px;
  }
  .box small {
    font-size: 11px;
    padding-top: 5px;
  }
}

/*---------------------------------------------

 footer

---------------------------------------------*/

footer {
  padding-bottom: 2.5em;
  text-align: center;
}
footer .e-logo {
  width: 60%;
  max-width: 300px;
  margin-top: 10em;
  margin-bottom: 2em;
  display: inline-block;
}

footer li {
  display: block;
  margin-bottom: 0.5em;
  font-size: 13px;
}

footer li > a {
  color: #333;
}

footer small {
  display: inline-block;
  font-size: 2.5vw;
  margin-top: 2.5em;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 10em;
  }
  footer .e-logo {
    width: 300px;
  }
  footer li {
    margin: 0 0.5em 1.5em 0.5em;
    font-size: 15px;
    display: inline-block;
  }
  footer small {
    font-size: 11px;
  }
}

/*---------------------------------------------

20250501追記

---------------------------------------------*/
.inner-listBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px auto 120px;
}

.inner-list {
  width: calc((100% - 30px) / 5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.inner-list > span {
  text-align: center;
  font-size: 15px;
}

.inner-list:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.inner-list:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .inner-listBox {
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 120px;
  }
  .inner-list {
    margin-bottom: 5px;
  }
  .inner-list.list0 {
    width: 100%;
  }
  .inner-list:not(.list0) {
    width: calc((100% - 5px) / 2);
  }
  .inner-list:before {
    right: 10px;
  }
  .inner-list > span {
    font-size: 3.5vw;
  }
  .inner-list.list0 {
    padding: 15px 0;
  }
  .inner-list.list0 > span {
    font-size: 4vw;
  }
  .inner-list.list0 .inner-list-br {
    display: none;
  }
}
.list0 {
  background: linear-gradient(
    180deg,
    #2092d1 0%,
    #2092d1 94%,
    #0269ac 94%,
    #0269ac 100%
  );
  color: #fff;
}
.list1 {
  background: linear-gradient(
    180deg,
    #7bd0c6 0%,
    #7bd0c6 94%,
    #48b2a9 94%,
    #48b2a9 100%
  );
  color: #fff;
}
.list2 {
  background: linear-gradient(
    180deg,
    #8ccff7 0%,
    #8ccff7 94%,
    #4cb6e8 94%,
    #4cb6e8 100%
  );
  color: #fff;
}
.list3 {
  background: linear-gradient(
    180deg,
    #9daace 0%,
    #9daace 94%,
    #6d81b2 94%,
    #6d81b2 100%
  );
  color: #fff;
}
.list4 {
  background: linear-gradient(
    180deg,
    #cebc93 0%,
    #cebc93 94%,
    #a8976d 94%,
    #a8976d 100%
  );
  color: #fff;
}

/* スマートライフアップ企画 */
.box.kikaku0 {
  width: 100%;
  padding: 0 50px;
}
.kikaku-caution.colum2 dl {
  margin-top: 30px;
}
.kikaku-caution.colum2 dl dt {
  background: #4c4948;
  color: #fff;
}
.kikaku-caution.colum2 dl dt {
  padding: 10px 0;
  margin-bottom: 10px;
}
.kikaku-caution.colum2 dl dd {
  text-align: justify;
  font-size: 12px;
}
.kikakuCom-caution {
  text-align: justify;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .box.kikaku0 {
    background-image: none;
    padding: 0;
  }
  .kikaku0__ab {
    filter: none;
  }
  .kikaku-caution.colum2 {
    margin-top: 25px;
  }
  .kikaku-caution.colum2 dl + dl {
    margin-top: 20px;
  }
  .kikaku-caution.colum2 dl dt {
    font-size: 4.5vw;
    font-weight: bold;
  }
  .kikaku-caution.colum2 dl dd {
    font-size: 3vw;
  }
  .kikakuCom-caution {
    margin-top: 5vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .kikaku-caution {
    font-size: 12px;
  }
  .kikaku-caution.colum2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .kikaku-caution.colum2 dl {
    width: calc((100% - 20px) / 2);
  }
  .kikaku-caution.colum2 dl dt {
    font-size: 18px;
    text-align: center;
  }
}
.kikaku0 .contents-block-cta-u {
  width: 40%;
  margin: 50px auto;
}
.kikaku0 .contents-block-cta-l a {
  width: 40%;
  min-width: 450px;
  margin: 50px auto;
  background: #0269ac;
  color: #fff;
  text-align: center;
  height: 90px;
  border-radius: 45px;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .kikaku0 .contents-block-cta {
    padding-bottom: 3vw;
  }
  .kikaku0 .contents-block-cta-u {
    width: 70%;
    margin: 20px auto 0;
  }
  .kikaku0 .contents-block-cta-l {
    margin: 20px auto 0;
  }
  .kikaku0 .contents-block-cta-l a {
    width: 100%;
    margin: 0 auto;
    min-width: auto;
    height: 90px;
    border-radius: 45px;
    font-size: 5.5vw;
  }
}

/*fixedFooter
---------------------------------------- */

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

.fixedFooter-link {
  position: fixed;
  bottom: 0;
  /* width: calc(100% - 222px); */
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 50;
  display: none;
}
.link-kikaku0.active,
.link-kikaku1.active,
.link-kikaku2.active,
.link-kikaku3.active,
.link-kikaku4.active,
.link-kikaku5.active {
  display: block;
}
.link-kikaku0 > a {
  background: #0269ac;
}

.link-kikaku1 > a {
  background: #48b2a9;
}

.link-kikaku2 > a {
  background: #6d81b2;
}

.link-kikaku3 > a {
  background: #4cb6e8;
}

.link-kikaku4 > a {
  background: #a8976d;
}
.link-kikaku0 > a,
.link-kikaku1 > a,
.link-kikaku2 > a,
.link-kikaku3 > a,
.link-kikaku4 > a {
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 25px;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}

.fixedFooter-link > a > span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
}

.fixedFooter-link > a > span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all 300ms ease-out;
}

.fixedFooter-link > a > span::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 300ms ease-out;
}

.fixedFooter-link > a:hover > span {
  transform: translate3d(-1rem, 0, 0);
}

.fixedFooter-link > a:hover > span::before {
  right: -2rem;
  opacity: 1;
}

.fixedFooter-link > a:hover > span::after {
  right: -2rem;
  opacity: 1;
}

/*固定フッター分従来のフッター位置修正*/
.footer-block {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .fixedFooter-link {
    padding: 10px 5%;
  }
  .link-kikaku0 > a,
  .link-kikaku1 > a,
  .link-kikaku2 > a,
  .link-kikaku3 > a,
  .link-kikaku4 > a,
  .link-kikaku5 > a {
    font-size: 4.2vw;
    padding: 8px;
    line-height: 1.3;
  }

  .fixedFooter-link > a > span::before {
    content: none;
  }

  .fixedFooter-link > a > span::after {
    content: none;
  }

  .fixedFooter-link > a:hover > span {
    transform: translate3d(0, 0, 0);
  }
}

