@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.date {
  padding: 3vw 7vw;
  background-color: #006c20;
}
.main-inner {
  background: url("../images/idx_bg01.webp") no-repeat;
  background-size: 100%;
}

/*---アンダーライン---*/
.underline {
  overflow: hidden;
  position: relative;
}
.underline::before {
  background: #e8f6a6;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateX(0); /* 初期位置で静止 */
}
.underline.bgGreen::before{
  background: #bde85a;
}

/* ← このクラスが付いたときにアニメーション開始 */
.underline.animate::before {
  animation: underline 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

@keyframes underline {
  100% {
    transform: translateX(100%);
  }
}
/*---svg用---*/
.move{
  position: absolute;
}
.base path{
  fill: #ace44e;
  fill-rule: evenodd;
}
.mask path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 20px;
  }

.svg01 {
  width: 10vw;
  height: auto;
  top: 21vw;
  right: 20vw;
}
.svg02 {
  width: 20vw;
  height: auto;
  bottom: 29vw;
  left: 22vw;
}

[class^="contents"] h2, .main-inner .tx p{
  position: relative;
  z-index: 2;
}

.contents01 {
  margin: 8vw 5vw 24vw;
}
.contents01 h2{
  margin-bottom: -17vw;
}
.contents01 p{
  margin-top: 15vw;
}
.contents02{
  margin: 0 5vw 30vw;
  position: relative;
}
.contents02 [class^="point"] > p{
  position: absolute;
}
.contents02 figure{
  padding-top: 34vw;
}
.contents02 .point01 p{
  width: 40vw;
  top: 0;
  right: 3vw;
}
.contents02 .point02 p{
  width: 25vw;
  bottom: 14vw;
  left: 5vw;
}
.contents03{
  margin: 0 7vw 30vw;
}
.contents03 h2{
  margin: 0 3vw -4vw;
}
.contents03 .flexBox{
  margin-top: 10vw;
}
.contents03 .step01{
  margin: 0 3vw;
}
.contents03 .step01 figure{
  margin: 0 12vw 5vw;
}
.contents03 .step02{
  margin: 15vw 3vw 0;
}
.contents03 .step02 p{
  margin: 5vw 2vw 0;
}
.contents04{
  margin: 0 5vw 20vw;
  position: relative;
}
.contents04 h2{
  margin-bottom: -5vw;
  position: relative;
}
.contents04 figure{
  margin: 5vw 7vw 0 10vw;
}
.contents04 .icon{
  position: absolute;
  width: 35vw;
  bottom: 0;
  right: 5vw;
}
.contents05{
  margin-bottom: 7vw;
}
.contents05 .tx{
  margin: 0 5vw 5vw;
}
.contents05 .tx p{
  margin:0 1vw -13vw;
}
.btnArea {
  margin: -28vw 5vw 8vw;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3% 5% 0;
}
.attention {
  color: #370001;
  font-size: 1.2rem;
  margin: 0 5%;
}
.recomend h2{
  background-color: #006c20;
  padding:3vw 7vw;
}
.recomend ul li {
  width: 100%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 , #main .date{
    text-align: center;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    background: url("../images/idx_bg01pc.webp") no-repeat;
    background-size: auto;
  }
  .date {
    padding: 15px 0;
    text-align: center;
  }
  .date img {
    width: 500px;
  }

  .svg01pc {
    top: 25px;
    left: 325px;
  }
  .svg02pc {
    bottom: 155px;
    left: 70px;
  }

  .contents01 {
    margin: 50px 0 20px;
  }
  .contents01 h2{
    text-align: center;
    margin-bottom: -17px;
  }
  .contents01 p{
    text-align: center;
    margin-top: 25px;
  }
  .contents01 .underline{
    width: 520px;
    margin-left: 135px;
  }
  .contents02{
    margin: 0 0 120px 75px;
  }
  .contents02 figure{
    padding-top: 0;
    width: 420px;
  }
  .contents02 .point01 p{
    width: 210px;
    top: 55px;
    right: 250px;
  }
  .contents02 .point02 p{
    width: 120px;
    bottom: 80px;
    left: 0;
  }
  .contents03{
    margin: 0 60px 15px;
  }
  .contents03 h2{
    width: 430px;
    margin: 0 auto -15px;
  }
  .contents03 .underline{
    width: 450px;
    margin: 0 auto;
  }
  .contents03 .flexBox{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 15px;
  }
  .contents03 .step01{
    width: 375px;
    margin: 0;
  }
  .contents03 .step01 figure{
    width: 255px;
    margin: 0 auto 25px;
  }
  .contents03 .step02{
    width: 410px;
    margin: 35px 0 0;
  }
  .contents03 .step02 p{
    width: 345px;
    margin: 25px auto 0;
  }
  .contents04{
    display: flex;
    justify-content: space-between;
    margin: 0 90px 60px 40px;
  }
  .contents04 h2{
    margin: 130px 0 -110px;
  }
  .contents04 figure{
    width: 345px;
    transform: rotate(-20deg);
    margin: 0;
  }
  .contents04 .icon{
    width: 180px;
    bottom: 20px;
    right: 240px;
  }
  .contents05{
    margin-bottom: 30px;
  }
  .contents05 .tx{
    width: 495px;
    margin: 0 0  -70px 30px;
  }
  .contents05 .tx p{
    margin:0 10px -72px;
  }
  .contents05 figure{
    text-align: center;
  }
  .btnArea {
    width: 465px;
    margin: -170px auto 65px;
  }
  .btnArea p + p {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 30px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend h2{
    padding: 10px 0;
    text-align: center;
  }
  .recomend h2 img{
    width: 360px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}