@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
  color: #2d526e;

  font-family: "M PLUS Rounded 1c", sans-serif;

  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

#top {
  /*overflow: hidden;*/
}

#wrap {
  overflow: hidden;
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  min-width: 1000px;
}

.contWrap01 {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

.relative-wrap {
  position: relative;
}

.contDispN {
  display: none;
}

p,
span,
dt,
dd,
th,
td,
li,
h1,
h2,
h3,
h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}

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

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  /*top: -69px;*/
}

#top {
  /*padding-top: 69px;*/
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}

.contIn850 {
  width: 850px;
  margin: 0px auto;
  position: relative;
}

.contIn1000 {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.contIn1100 {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  box-sizing: content-box;
  padding-right: 20px;
  padding-left: 20px;
}

.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}

.printDisp {
  display: none;
}

/*@media screen and (max-width:779px) {*/
@media screen and (max-width: 1023px) {
  body {
  }

  #wrap {
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
  }

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

  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    /*top: -79px;*/
  }

  #top {
    /*padding-top: 79px;*/
  }

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

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }

  .contIn850 {
    max-width: 390px;
    width: auto;
  }

  .contIn1000 {
    max-width: 390px;
    width: auto;
  }
  .contIn1100 {
    max-width: 390px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.headerWrap01 {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 16px 20px;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.header01 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerLogo01 img {
  width: 179px;
  height: auto;
}
.headerBox02 {
  display: flex;
  align-items: center;
  gap: 0px 26px;
}

.headerNavi01 {
  display: flex;
  gap: 0px 15px;
}
.headerNavi02 {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}

.headerNavi01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 15px;
  height: 68px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 800;
  color: #ffffff;
}
.headerNavi01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.headerNavi01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.headerNavi01 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.headerNavi01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.headerNavi01 a.btn01 {
  background-color: #1481d2;
}
.headerNavi01 a.btn02 {
  background-color: #f29500;
}
.headerNavi01 a.btn03 {
  background-color: #01a34c;
}

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

.contBlock01 {
  background-image: url("../img/cont01_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 88px;
}

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

.contBlock02 {
  position: relative;
  background-image: url("../img/cont02_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  padding: 50px 0px;
}
.contTalkBox01 {
}
.contTalkBox01 li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0px 30px;
  margin: 5px auto;
}
.contTalkTextBox01 {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px 25px;
  font-size: 18px;
  line-height: 2.1em;
  font-weight: 800;
}
.contTalkTextBox01::before {
  content: "";
  background-image: url("../img/fuki_ar_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31px auto;
  width: 31px;
  height: 31px;
  position: absolute;
  left: -20px;
  top: 40%;
}

ruby rt {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.1em;
  margin-bottom: -1px;
}

.reverse {
  flex-direction: row-reverse;
}
.reverse .contTalkTextBox01::before {
  background-image: url("../img/fuki_ar_right.png");
  left: auto;
  right: -20px;
}

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

.contTalkBox01 li.bg01::before {
  content: "";
  background-image: url("../img/cont02_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  width: 40px;
  height: 32px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}
.contTalkBox01 li.bg02::before {
  content: "";
  background-image: url("../img/cont02_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 92px auto;
  width: 92px;
  height: 77px;
  position: absolute;
  left: 310px;
  top: 50%;
  transform: translateY(-50%);
}
.contTalkBox01 li.bg03::before {
  content: "";
  background-image: url("../img/cont02_deco03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 228px auto;
  width: 228px;
  height: 73px;
  position: absolute;
  right: 98px;
  bottom: -78px;
}
.contTalkBox01 li.bg04::before {
  content: "";
  background-image: url("../img/cont02_deco04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 39px auto;
  width: 39px;
  height: 34px;
  position: absolute;
  right: 224px;
  top: 50%;
  transform: translateY(-50%);
}
.contTalkBox01 li.bg05::before {
  content: "";
  background-image: url("../img/cont02_deco05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 165px auto;
  width: 165px;
  height: 74px;
  position: absolute;
  left: 360px;
  top: 50%;
  transform: translateY(-50%);
}
.contTalkBox01 li.bg06::before {
  content: "";
  background-image: url("../img/cont03_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 37px auto;
  width: 37px;
  height: 53px;
  position: absolute;
  left: 270px;
  top: 50%;
  transform: translateY(-50%);
}
.contTalkBox01 li.bg07::before {
  content: "";
  background-image: url("../img/cont03_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 137px auto;
  width: 137px;
  height: 65px;
  position: absolute;
  right: 172px;
  top: 50%;
}
.contTalkBox01 li.bg08::before {
  content: "";
  background-image: url("../img/cont04_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 104px auto;
  width: 104px;
  height: 74px;
  position: absolute;
  left: 142px;
  top: 50%;
  transform: translateY(-50%);
}
.contTalkBox01 li.bg09::before {
  content: "";
  background-image: url("../img/cont04_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px auto;
  width: 109px;
  height: 78px;
  position: absolute;
  right: 175px;
  top: 50%;
  transform: translateY(-50%);
}

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

.cont02Box01 {
  position: relative;
  background-color: #eefff6;
  border-radius: 20px;
  margin: 98px auto 20px;
  padding: 62px 40px 40px;
  text-align: center;
}
.contH301 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -78px;
}
.contH301 img {
  width: 445px;
  height: auto;
}

.colGreen01 {
  color: #01a34c;
}
.text18_21_800 {
  font-size: 18px;
  line-height: 2.1em;
  font-weight: 800;
}
.cont02Flex01 {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}
.cont02Flex01 li {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #d0f4e1;
  padding-bottom: 150px;
  position: relative;
}
.contH401 {
  background-color: #01a34c;
  /*display: flex;
	align-items: center;
	justify-content: center;*/
  text-align: center;
  box-sizing: border-box;
  padding: 8px 20px;
  height: 56px;
  color: #ffffff;
  font-size: 22px;
  line-height: 2.2em;
  font-weight: 800;
}
.cont02BoxIn01 {
  text-align: left;
  padding: 18px 20px 10px;
}
.cont02Img01 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 20px;
}
.cont02Img01 img {
  width: 200px;
  height: auto;
}

.cont02Img02 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 20px;
}
.cont02Img02 img {
  width: 225px;
  height: auto;
}

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

.contBlock03 {
  position: relative;
  background-image: url("../img/cont03_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  padding: 50px 0px;
}
.cont03AncBox01 {
  position: relative;
  margin: 15px auto 66px;
}

.ancBoxCont01 {
  width: 398px;
  position: absolute;
  left: 10px;
  top: 3px;
}
.ancBoxCont02 {
  width: 408px;
  position: absolute;
  left: 4px;
  bottom: 5px;
}
.ancBoxCont03 {
  width: 382px;
  position: absolute;
  left: 350px;
  top: 0px;
}
.ancBoxCont04 {
  width: 290px;
  position: absolute;
  left: 388px;
  bottom: 4px;
}
.ancBoxCont05 {
  width: 404px;
  position: absolute;
  top: 2px;
  right: 8px;
}

.cont03Flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px 0px;
  margin: 66px auto 20px;
}
.cont03Flex01 li {
  box-sizing: border-box;
  width: 48.7%;
  border: 2px solid #f4e145;
  border-radius: 15px;
  background-color: #fffce2;
  padding: 35px 20px 80px;
  position: relative;
  text-align: left;
}
.contH302 {
  position: absolute;
  left: 0px;
  top: -38px;
}
.contH302 img {
  width: auto;
  height: 60px;
}
.text15_21_800 {
  font-size: 15px;
  line-height: 2.1em;
  font-weight: 800;
}
.cont03BoxIn01 {
  background-color: #ffe34d;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 10px 8px 5px;
  height: 48px;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.cont03P01 {
  background-color: #aa6900;
  border-radius: 4px;
  color: #ffffff;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 800;
  margin-right: 10px;
}
.cont03P01 ruby rt {
  font-size: 9px;
}
.cont03P02 ruby rt {
  font-size: 9px;
}

.cont03P02 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 800;
  color: #aa6900;
}

.cont03Img01 {
  width: 120px;
  position: absolute;
  bottom: 0px;
  right: -4px;
}

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

.contBlock04 {
  position: relative;
  background-image: url("../img/cont04_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  padding: 50px 0px;
}
.cont04Flex01 {
  display: flex;
  justify-content: space-between;
}

.cont04Flex01 .contTalkBox01 img {
  width: 80px;
  height: auto;
}
.cont04Flex01 .contTalkTextBox01 {
  padding: 8px 15px;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 800;
}
.contH201 img {
  width: 576px;
  height: auto;
}
.cont04Flex02 {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.cont04Flex02 li.li01 {
  position: relative;
  background-image: url("../img/cont04_box_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 413px;
  /*height: 301px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont04Deco01 {
  width: 232px;
  position: absolute;
  left: 10px;
  top: -70px;
}
.cont04Dl01 {
  color: #ffffff;
  padding: 0px 28px;
}
.cont04Dl01 dt {
  text-align: center;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 900;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 3px dotted #ffffff;
}
.cont04Dl01 dd {
  text-align: left;
  font-size: 17px;
  line-height: 2.1em;
  font-weight: 800;
}

.cont04Flex02 li.li02 {
  background-color: #eefff6;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 642px;
  /*height: 301px;*/
  padding: 20px;
}
.contH303 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 10px;
}
.cont04Box01 {
  background-color: #d0f4e1;
  border-radius: 15px;
  padding: 10px 15px;
  text-align: left;
  font-size: 15px;
  line-height: 1.9em;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.cont04Fuki01 {
  width: 262px;
  position: absolute;
  left: -10px;
  top: -66px;
}

.cont04Modal01 {
  width: 260px;
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 20;
}

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

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}
/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*---------------------*/

.cont04Box02 {
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
  margin: 104px auto 10px auto;
  padding: 20px 22px;
}
.contH304 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -88px;
}
.contH304 img {
  width: auto;
  height: 102px;
}
.posiRe01 {
  position: relative;
}
.text16_21_800 {
  font-size: 16px;
  line-height: 2.1em;
  font-weight: 800;
}

.cont04Flex03 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.cont04FlexBox01 {
  width: 660px;
}
.cont04FlexBox02 {
  width: 360px;
  display: flex;
  flex-wrap: wrap;
  /*align-content: space-between;*/
}
.contH402 {
  text-align: center;
  margin-bottom: 15px;
}
.contH402 .h401 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/cont04_tit_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 332px auto;
  width: 332px;
  height: 57px;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 800;
}

.contH402.h402 .h401 {
  background-image: url("../img/cont04_tit_bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 282px auto;
  width: 282px;
  height: 57px;
  margin: auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 800;
}

.cont04Flex04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.cont04Flex04 li {
  width: 320px;
  background-color: #dbf1ff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  position: relative;
}
.text13_19_800 {
  font-size: 13px;
  line-height: 1.9em;
  font-weight: 800;
}

.text13_19_800 ruby rt {
  font-size: 9px;
}

.cont04H5Wrap01 {
  width: 200px;
  border-bottom: 1px solid #afd5ed;
  margin-bottom: 10px;
}
.cont04P01 {
  display: inline-block;
  background-color: #1481d2;
  border-radius: 4px;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 800;
}
.cont04P01 ruby rt {
  font-size: 9px;
}
.contH501 {
  color: #1481d2;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 800;
  margin: 4px auto 5px;
}
.cont04Modal02 {
  width: 92px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cont04Box03 {
  background-color: #d0f4e1;
  border-radius: 15px;
  padding: 20px 15px 22px;
  text-align: left;
  box-sizing: border-box;
}

.cont04Dl02 {
  margin-bottom: 20px;
}
.cont04Dl02 dt {
  color: #01a34c;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 10px;
}
.cont04Dl02 dd {
  font-size: 14px;
  line-height: 2.1em;
  font-weight: 800;
}
.cont04Img01 {
  text-align: center;
}
.cont04Img01 img {
  width: auto;
  height: 100%;
}

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

/* .bottomSpBlock01 {
	display: none;
} */
.bottomSpBlock01 {
  display: block;
  position: relative;
  background-color: #2d526e;
  padding: 60px 20px 40px;
}
.bottomSpBlock01::before {
  content: "";
  background-image: url("../img/fotter_bg_deco01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0px;
  top: -20px;
}

.bottomFlex01 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: 500px;
  align-items: stretch;
  width: auto;
  margin: auto;
}
/* .bottomFlex01 .li01 {
  background: #fff;
} */
.bottomFlex01 .li01 img {
  width: auto;
  height: 54px;
}
.bottomFlex01 .li01 dl {
  display: flex;
  flex-direction: row;
  padding: 10px;
  gap: 15px;
}
/* .bottomFlex01 .li01:last-child dl {
  gap: 10px;
} */
.bottomFlex01 .li01 dl dd {
  display: flex;
  align-items: center;
}
.bottomFlex01 .li01 dd img {
  width: 30px;
  height: auto;
}
.icn--sns {
  width: 30px;
  height: auto;
  display: block;
}
.headerWrap01 .icn--sns-x,
.bottomFlex01 .icn--sns-x {
  width: 28px;
}
.bottomFlex01 .li01 dd ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* max-width: 65%; */
  gap: 15px;
  margin-inline: auto;
}
.bottomFlex01 .li02 img {
  width: auto;
  height: 30px;
}

.top_scroll_block {
  position: fixed;
  bottom: 22%;
  right: 0;
  z-index: 21;
}
.top_scroll_block a {
  display: block;
  width: fit-content;
  padding: 1.5rem;
  background: #1481d2;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.cont__ctaBtn {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin-inline: auto;
  margin-block: 50px;
  gap: 50px;
}
.cont__ctaBtn li {
  width: calc(95% / 2);
}
.cont__ctaBtn li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 100vmax;
  background: #f981b6;
  font-size: 20px;
  line-height: 2.1em;
  font-weight: 600;
  transition: 0.3s;
  color: #fff;
}
.cont__ctaBtn li a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icn_cta.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}
@media (any-hover: hover) {
  .cont__ctaBtn li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1023px) {
  .headerWrap01 {
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 8px 15px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
  }
  .header01 {
    max-width: 390px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerLogo01 img {
    width: 78px;
    height: auto;
  }
  .headerBox02 {
    display: flex;
    align-items: center;
    gap: 0px 26px;
  }

  .headerNavi01 {
    display: flex;
    gap: 0px 8px;
  }
  .headerNavi02 {
    display: none;
    /*align-items: center;
		gap: 0px 30px;*/
  }

  .headerNavi01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px 8px;
    height: 52px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 1.3em;
    font-weight: 800;
    color: #ffffff;
  }
  .headerNavi01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .headerNavi01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .headerNavi01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .headerNavi01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .headerNavi01 a.btn01 {
    background-color: #1481d2;
  }
  .headerNavi01 a.btn02 {
    background-color: #f29500;
  }
  .headerNavi01 a.btn03 {
    background-color: #01a34c;
  }

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

  .contBlock01 {
    background-image: url("../img/cont01_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0px 80px;
  }

  .contPd_15 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .contBlock02::before {
    content: "";
    background-image: url("../img/cont02_bg_deco01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -20px;
  }

  .contBlock03::before {
    content: "";
    background-image: url("../img/cont03_bg_deco01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -20px;
  }

  .contBlock04::before {
    content: "";
    background-image: url("../img/cont04_bg_deco01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    top: -20px;
  }

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

  .contBlock02 {
    background-image: url("../img/cont02_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    padding: 22px 0px 80px;
  }
  .contTalkBox01 {
    position: relative;
  }
  .contTalkBox01 li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0px 20px;
    margin: 30px auto;
  }
  .contTalkTextBox01 {
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 15px;
    font-size: 16px;
    line-height: 2.1em;
    font-weight: 800;
    box-sizing: border-box;
  }
  .contTalkTextBox01::before {
    content: "";
    background-image: url("../img/fuki_ar_left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px auto;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -15px;
    top: 30px;
  }

  ruby rt {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.1em;
    margin-bottom: -1px;
  }

  .reverse {
    flex-direction: row-reverse;
  }
  .reverse .contTalkTextBox01::before {
    background-image: url("../img/fuki_ar_right.png");
    left: auto;
    right: -15px;
  }

  .talkImg {
    width: 78px;
    flex-shrink: 0;
  }

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

  .contTalkBox01 li.bg01::before {
    content: "";
    background-image: url("../img/cont02_deco02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70px auto;
    width: 70px;
    height: 60px;
    position: absolute;
    right: auto;
    left: 10px;
    bottom: 60px;
  }
  .contTalkBox01 li.bg02::before {
    content: "";
    background-image: url("../img/cont02_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px auto;
    width: 27px;
    height: 22px;
    position: absolute;
    left: auto;
    right: 50px;
    top: auto;
    transform: translateY(0%);
    bottom: -20px;
  }
  .contTalkBox01 li.bg03::before {
    content: "";
    background-image: url("../img/cont02_deco03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px auto;
    width: 200px;
    height: 68px;
    position: absolute;
    right: auto;
    left: -10px;
    bottom: -44px;
    z-index: 2;
  }
  .contTalkBox01 li.bg04::before {
    content: "";
    background-image: url("../img/cont02_deco04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px auto;
    width: 21px;
    height: 18px;
    position: absolute;
    right: auto;
    left: 10px;
    top: auto;
    transform: translateY(0%);
    bottom: 10px;
  }
  .contTalkBox01 li.bg05::before {
    content: "";
    background-image: url("../img/cont02_deco05.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 105px auto;
    width: 105px;
    height: 52px;
    position: absolute;
    left: 33px;
    top: auto;
    transform: translateY(0%);
    bottom: -60px;
  }
  .contTalkBox01 li.bg06::before {
    display: none;
    /*content: "";
		background-image: url("../img/cont03_deco01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 37px auto;
		width: 37px;
		height: 53px;
		position: absolute;
		left: 270px;
		top: 50%;
		transform: translateY(-50%);*/
  }

  .contTalkBox01 li.bg0602::before {
    content: "";
    background-image: url("../img/cont03_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px auto;
    width: 28px;
    height: 40px;
    position: absolute;
    left: 40px;
    bottom: -20px;
  }

  .contTalkBox01 li.bg07::before {
    display: none;
    /*content: "";
		background-image: url("../img/cont03_deco02.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 137px auto;
		width: 137px;
		height: 65px;
		position: absolute;
		right: 172px;
		top: 50%;*/
  }

  .contTalkBox01.bgSp01::before {
    content: "";
    background-image: url("../img/cont03_deco03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 276px 258px;
    width: 276px;
    height: 258px;
    position: absolute;
    left: 28px;
    top: 95px;
  }

  .contTalkBox01 li.bg08::before {
    content: "";
    background-image: url("../img/cont04_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 104px auto;
    width: 104px;
    height: 74px;
    position: absolute;
    left: 142px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contTalkBox01 li.bg09::before {
    content: "";
    background-image: url("../img/cont04_deco02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 109px auto;
    width: 109px;
    height: 78px;
    position: absolute;
    right: 175px;
    top: 50%;
    transform: translateY(-50%);
  }

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

  .cont02Box01 {
    position: relative;
    background-color: #eefff6;
    border-radius: 20px;
    margin: 100px auto 20px;
    padding: 60px 15px 15px;
    text-align: center;
  }
  .contH301 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -66px;
  }
  .contH301 img {
    width: 445px;
    height: auto;
  }

  .colGreen01 {
    color: #01a34c;
  }
  .text18_21_800 {
    font-size: 16px;
    line-height: 2.1em;
    font-weight: 800;
  }

  .tAll {
    text-align: left;
  }

  .cont02Flex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
  }
  .cont02Flex01 li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #d0f4e1;
    padding-bottom: 180px;
    position: relative;
  }
  .contH401 {
    background-color: #01a34c;
    /*display: flex;
		align-items: center;
		justify-content: center;*/
    text-align: center;
    box-sizing: border-box;
    padding: 8px 20px;
    height: 52px;
    color: #ffffff;
    font-size: 20px;
    line-height: 2.2em;
    font-weight: 800;
  }
  .cont02BoxIn01 {
    text-align: left;
    padding: 18px 15px 10px;
  }
  .cont02Img01 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 20px;
  }
  .cont02Img01 img {
    width: 200px;
    height: auto;
  }

  .cont02Img02 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 20px;
  }
  .cont02Img02 img {
    width: 225px;
    height: auto;
  }

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

  .contBlock03 {
    background-image: url("../img/cont03_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    /* padding: 70px 0px; */
  }
  .cont03AncBox01 {
    position: relative;
    margin: 15px auto 66px;
  }

  .ancBoxCont01 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 4.3vw;
    z-index: 1;
  }
  .ancBoxCont02 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 42.3vw;
    z-index: 2;
  }
  .ancBoxCont03 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 100vw;
    z-index: 3;
  }
  .ancBoxCont04 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 134.8vw;
    z-index: 4;
  }
  .ancBoxCont05 {
    width: 98%;
    position: absolute;
    top: auto;
    right: auto;
    left: 1%;
    bottom: 1%;
    z-index: 0;
  }

  .cont03Flex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 68px 0px;
    margin: 66px auto 20px;
  }
  .cont03Flex01 li {
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #f4e145;
    border-radius: 15px;
    background-color: #fffce2;
    padding: 60px 15px 18px;
    position: relative;
    text-align: left;
  }

  .mbSp10 {
    margin-bottom: 10px;
  }

  .contH302 {
    position: absolute;
    left: 0px;
    top: -38px;
  }
  .contH302 img {
    width: 92%;
    height: auto;
  }
  .text15_21_800 {
    font-size: 15px;
    line-height: 2.1em;
    font-weight: 800;
  }
  .cont03BoxIn01 {
    background-color: #ffe34d;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 10px 8px 5px;
    height: auto;
    width: 100%;
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 10px;
  }
  .cont03P01 {
    background-color: #aa6900;
    border-radius: 4px;
    color: #ffffff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 800;
    margin-right: 10px;
  }
  .cont03P01 ruby rt {
    font-size: 9px;
  }
  .cont03P02 ruby rt {
    font-size: 9px;
  }

  .cont03P02 {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 800;
    color: #aa6900;
  }

  .cont03Img01 {
    width: 120px;
    position: absolute;
    bottom: 0px;
    right: -4px;
  }

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

  .contBlock04 {
    background-image: url("../img/cont04_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    padding: 32px 0px 120px;
  }
  .cont04Flex01 {
    display: block;
  }

  .cont04Flex01 .contTalkBox01 img {
    width: 80px;
    height: auto;
  }
  .cont04Flex01 .contTalkTextBox01 {
    padding: 8px 15px;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 800;
  }
  .contH201 img {
    width: 576px;
    height: auto;
  }
  .cont04Flex02 {
    margin-top: 56px;
    display: block;
  }
  .cont04Flex02 li.li01 {
    position: relative;
    background-image: url("../img/cont04_box_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: auto;
    /*height: 301px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cont04Deco01 {
    width: 68px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
  }
  .cont04Dl01 {
    color: #ffffff;
    padding: 30px 15px 50px;
    position: relative;
  }
  .cont04Dl01::after {
    content: "";
    background-image: url("../img/cont04_box_deco02_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 134px 130px;
    width: 134px;
    height: 130px;
    position: absolute;
    right: 32px;
    bottom: -86px;
  }

  .cont04Dl01 dt {
    text-align: center;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 900;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 3px dotted #ffffff;
  }
  .cont04Dl01 dd {
    text-align: left;
    font-size: 17px;
    line-height: 2.1em;
    font-weight: 800;
  }

  .cont04Flex02 li.li02 {
    background-color: #eefff6;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    /*height: 301px;*/
    padding: 46px 15px 20px;
    margin-top: 140px;
  }
  .contH303 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .cont04Box01 {
    background-color: #d0f4e1;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    line-height: 1.9em;
    font-weight: 800;
    letter-spacing: -0.05em;
  }
  .cont04Fuki01 {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -56px;
  }

  .cont04Modal01 {
    width: auto;
    position: relative;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    margin: 20px auto 10px;
  }

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

  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
  }
  /* オーバーレイ 初期状態 */
  .mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* オーバーレイ 表示アニメーション */
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  /* オーバーレイ 非表示アニメーション */
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }

  /* コンテンツ 初期状態 */
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* コンテンツ 表示アニメーション */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  /* コンテンツ 非表示アニメーション */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  /*---------------------*/

  .cont04Box02 {
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
    margin: 150px auto 10px auto;
    padding: 20px 22px;
  }
  .contH304 {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -88px;
  }
  .contH304 img {
    width: auto;
    height: 102px;
  }
  .posiRe01 {
    position: relative;
  }
  .text16_21_800 {
    font-size: 16px;
    line-height: 2.1em;
    font-weight: 800;
  }

  .cont04Flex03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0px;
    margin-top: 15px;
  }
  .cont04FlexBox01 {
    width: 100%;
  }
  .cont04FlexBox02 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    /*align-content: space-between;*/
  }
  .contH402 {
    text-align: center;
    margin-bottom: 15px;
  }
  .contH402 .h401 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/cont04_tit_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 58px;
    margin: auto;
    color: #ffffff;
    font-size: 22px;
    line-height: 1em;
    font-weight: 800;
  }

  .contH402.h402 .h401 {
    background-image: url("../img/cont04_tit_bg02_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 58px;
    margin: auto;
    color: #ffffff;
    font-size: 22px;
    line-height: 1em;
    font-weight: 800;
  }

  .cont04Flex04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
  }
  .cont04Flex04 li {
    width: 100%;
    background-color: #dbf1ff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    position: relative;
  }
  .text13_19_800 {
    font-size: 13px;
    line-height: 1.9em;
    font-weight: 800;
  }

  .text13_19_800 ruby rt {
    font-size: 9px;
  }

  .cont04H5Wrap01 {
    width: auto;
    border-bottom: 1px solid #afd5ed;
    margin-bottom: 10px;
  }
  .cont04P01 {
    display: inline-block;
    background-color: #1481d2;
    border-radius: 4px;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 800;
  }
  .cont04P01 ruby rt {
    font-size: 9px;
  }
  .contH501 {
    color: #1481d2;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 800;
    margin: 4px auto 5px;
  }
  .cont04Modal02 {
    width: auto;
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 20px;
  }

  .cont04Box03 {
    background-color: #d0f4e1;
    border-radius: 15px;
    padding: 20px 15px 22px;
    text-align: left;
    box-sizing: border-box;
  }

  .cont04Dl02 {
    margin-bottom: 20px;
  }
  .cont04Dl02 dt {
    color: #01a34c;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .cont04Dl02 dd {
    font-size: 14px;
    line-height: 2.1em;
    font-weight: 800;
  }
  .cont04Img01 {
    text-align: center;
  }
  .cont04Img01 img {
    width: auto;
    height: 100%;
  }

  .contSpBg01 {
    position: relative;
  }
  .contSpBg01::before {
    content: "";
    background-image: url("../img/cont_sp_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 307px auto;
    width: 307px;
    height: 288px;
    position: absolute;
    left: 25px;
    top: 96px;
  }

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

  .bottomFlex01 {
    max-width: 375px;
    flex-wrap: wrap;
  }
  .bottomFlex01 .li01:first-child dt img {
    height: auto;
  }
  .bottomFlex01 .li01:last-child dt img {
    height: auto;
  }
  /* .bottomSpBlock01 {
		display: block;
		position: relative;
		background-color: #2D526E;
		padding: 60px 20px 40px;
	}
	.bottomSpBlock01::before {
		content: "";
		background-image: url("../img/fotter_bg_deco01.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% 100%;
		width: 100%;
		height: 20px;
		position: absolute;
		left: 0px;
		top: -20px;
	}

	.bottomFlex01 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px;
		max-width: 375px;
		width: auto;
		margin: auto;
	}
	.bottomFlex01 .li01 img {
		width: auto;
		height: 54px;
	}
	.bottomFlex01 .li02 img {
		width: auto;
		height: 30px;
	} */
  .top_scroll_block {
    bottom: 35vh;
  }
  .top_scroll_block a {
    padding: 1rem;
    font-size: 12px;
  }
  .bottomFlex01 {
    gap: 20px;
  }
  .bottomFlex01 .li01 {
    width: 70%;
  }
  .bottomFlex01 .li01 dl {
    padding: 6%;
  }
  .bottomFlex01 .li01 dd img {
    max-width: 28px;
    height: auto;
  }
  .cont__ctaBtn {
    margin-block: 40% 0%;
    flex-direction: column;
  }
  .cont__ctaBtn li {
    width: 100%;
  }
}

@media screen and (min-width: 390px) and (max-width: 1023px) {
  .ancBoxCont01 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 8px;
    z-index: 1;
  }
  .ancBoxCont02 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 172px;
    z-index: 2;
  }
  .ancBoxCont03 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 420px;
    z-index: 3;
  }
  .ancBoxCont04 {
    width: 98%;
    position: absolute;
    left: 1%;
    top: 564px;
    z-index: 4;
  }
  .ancBoxCont05 {
    width: 98%;
    position: absolute;
    top: auto;
    right: auto;
    left: 1%;
    bottom: 4px;
    z-index: 0;
  }
}

/*-----*/
