div.gsap__pt {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
div.gsap__pt.gsap__pt01 {
  height: 150vh;
}
div.gsap__pt.gsap__pt02 {
  height: 10vh;
  top: 140vh;
  left: 20px;
}
div.gsap__pt.gsap__pt03 {
  height: 10vh;
  top: 55vh;
  left: 40px;
}
div.gsap__pt.gsap__pt-seto01 {
  height: 20vw;
}

div.hero-area-wrap {
  height: 300vh;
  position: relative;
}

div.hero-area {
  position: fixed;
  background: #404040;
  width: 100vw;
  height: 100vh;
  color: #fff;
  z-index: -1;
}
div.hero-area h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: 90%;
}
div.hero-area div.hero-txtarea01 p, div.hero-area div.hero-txtarea02 p {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-txtarea01 p, div.hero-area div.hero-txtarea02 p {
    writing-mode: revert;
    font-size: 2.6vw;
    line-height: 1.6em;
    writing-mode: revert;
  }
}
div.hero-area div.hero-txtarea01 {
  width: 55vw;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.hero-area div.hero-txtarea02 {
  width: 45vw;
  height: 50vh;
  position: absolute;
  bottom: 0;
  right: 0;
}
div.hero-area div.hero-txtarea02 p {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-txtarea02 p {
    width: 12em;
  }
}
div.hero-area div.hero-imgarea01 {
  width: 55vw;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/hero01_pc.png);
  background-image: url(../img/top/hero01_pc.webp);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
div.hero-area div.hero-imgarea01 div.hero-txt {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/top/hero-txt.png);
  background-size: cover;
  background-position: center center;
}
div.hero-area div.hero-imgarea02 {
  width: 45vw;
  height: 50vh;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/top/hero02_pc.png);
  background-size: cover;
  background-position: center center;
  /*img{
  	width: 55vw;
  	height: 50vh;
  	object-fit: cover;
  }*/
}
div.hero-area div.hero-imgarea02 span {
  display: block;
  position: absolute;
  right: 10%;
  bottom: 2%;
  font-size: 9px;
  line-height: 1em;
}
@media screen and (min-width: 4808px) {
  div.hero-area div.hero-imgarea02 span {
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-imgarea02 span {
    font-size: 10px;
    right: 8%;
  }
}
@media screen and (min-width: 1000px) {
  div.hero-area div.hero-imgarea02 span {
    font-size: 10px;
    right: 5%;
  }
}
div.hero-area p.hero-setouchi-logo {
  width: 31%;
  position: absolute;
  right: 3%;
  top: 13%;
  transform: translate(0, 0);
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-setouchi-logo {
    width: 15.6%;
    right: 3%;
    top: 10%;
  }
}
div.hero-area p.hero-copy {
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 2;
  color: #111;
  line-height: 1.8em;
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-copy {
    font-size: 1.8vw;
    top: 14%;
  }
}
div.hero-area p.hero-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-note {
    width: 70%;
    left: 1%;
    bottom: 1%;
    max-width: 950px;
  }
}

section.sec-asoda {
  background: #404040;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.sec-asoda-inner {
    position: relative;
    max-width: 1360px;
    margin: auto;
  }
}
section.sec-asoda div.asoda-box01 {
  width: 95.2%;
  margin: 0 0 0 auto;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 {
    width: 100%;
    margin: auto;
    padding: 160px 0 80px;
    position: relative;
    z-index: 0;
  }
  section.sec-asoda div.asoda-box01::after {
    content: "";
    background-image: url(../img/top/asoda-img01_pc.png);
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 div.asoda-box01-inner {
    width: 90%;
    max-width: 1000px;
    margin: auto;
  }
}
section.sec-asoda div.asoda-box01 h2 {
  padding: 0 0 5%;
  margin: 0 0 5%;
  border-bottom: solid 0.1em #ae9950;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 h2 {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
}
section.sec-asoda div.asoda-box01 h2 span {
  display: block;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 h2 span.txt01 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box01 h2 span.txt01 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-asoda div.asoda-box01 h2 span.txt01 {
    font-size: 34px;
  }
}
section.sec-asoda div.asoda-box01 h2 span.txt02 {
  font-size: 2em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 h2 span.txt02 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box01 h2 span.txt02 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-asoda div.asoda-box01 h2 span.txt02 {
    font-size: 76px;
  }
}
section.sec-asoda div.asoda-box01 h2 span.txt02 span {
  display: inline;
  font-size: 0.64em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 h2 span.txt02 span {
    font-size: 0.5em;
  }
}
section.sec-asoda div.asoda-box01 p.asoda-box01-txt01 {
  letter-spacing: 0.24em;
  font-size: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 p.asoda-box01-txt01 {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box01 p.asoda-box01-txt01 {
    font-size: 26px;
    margin-bottom: 0.6em;
  }
}
section.sec-asoda div.asoda-box01 p.asoda-box01-txt02 {
  letter-spacing: 0.24em;
  font-size: 0.82em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box01 p.asoda-box01-txt02 {
    font-size: 17px;
  }
}
section.sec-asoda div.asoda-box01 p.asoda-box01-txt02 span {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box02 {
    position: absolute;
    top: 110px;
    right: 0;
    width: 35%;
    display: flex;
    flex-direction: column;
  }
}
section.sec-asoda div.asoda-box02 div.asoda-img02 {
  overflow: hidden;
  /*
  img{
  	object-fit: cover;
  	will-change: transform;
  	transform: translateY(0) scale(1.12); 
  }
  	*/
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box02 div.asoda-img02 {
    order: -1;
    margin-bottom: 35px;
  }
}
section.sec-asoda div.asoda-box02 dl {
  width: 90.4%;
  margin: 0 auto 7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box02 dl {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box02 dl {
    display: flex;
  }
}
section.sec-asoda div.asoda-box02 dl dt {
  color: #ae9950;
  width: 26%;
  font-size: 1.2em;
  border-right: solid 1px;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box02 dl dt {
    font-size: 16px;
    width: 100%;
    border-right: none;
    border-bottom: solid 1px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box02 dl dt {
    font-size: 20px;
    width: 100px;
    border-bottom: none;
    border-right: solid 1px;
    margin-bottom: 0;
  }
}
section.sec-asoda div.asoda-box02 dl dd {
  width: 70%;
  font-size: 0.66em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box02 dl dd {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-asoda div.asoda-box02 dl dd {
    width: calc(100% - 120px);
  }
}
section.sec-asoda div.asoda-box03 {
  padding: 15% 0 35%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box03 {
    padding: 80px 0 190px;
  }
}
section.sec-asoda div.asoda-box03 div.asoda-img03 {
  display: inline-block;
  width: 100%;
  height: 48%;
  background-image: url("../img/top/asoda-img03_sp.png");
  background-image: url("../img/top/asoda-img03_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box03 div.asoda-img03 {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../img/top/asoda-img03_pc.png");
    background-image: url("../img/top/asoda-img03_pc.webp");
    background-position: center center;
  }
}
section.sec-asoda div.asoda-box03 div.asoda-img03::before {
  content: "image";
  width: 4em;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box03 div.asoda-img03::before {
    font-size: 12px;
  }
}
section.sec-asoda div.asoda-box03 p {
  width: 90%;
  margin: auto;
  letter-spacing: 0.16em;
  font-size: 0.92em;
  line-height: 2.4em;
}
@media screen and (min-width: 768px) {
  section.sec-asoda div.asoda-box03 p {
    width: 90%;
    max-width: 1000px;
    font-size: 15px;
    line-height: 3.6em;
  }
}

section.sec-project {
  position: relative;
  z-index: 2;
  background: #f2f2ec;
}
section.sec-project div.sec-project-inner {
  width: 82.6%;
  margin: auto;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner {
    width: 90%;
    max-width: 860px;
    padding: 130px 0;
  }
}
section.sec-project p.project-txt01 {
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-project p.project-txt01 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project p.project-txt01 {
    font-size: 26px;
  }
}
section.sec-project p.project-txt02 {
  letter-spacing: 0.045em;
  font-size: 0.86em;
  line-height: 2.4em;
}
@media screen and (min-width: 768px) {
  section.sec-project p.project-txt02 {
    font-size: 15px;
    line-height: 2.8em;
  }
}
section.sec-project h2 {
  color: #7e7357;
  font-size: 1.8em;
  letter-spacing: 0.12em;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-project h2 {
    font-size: clamp(32px, 3.8vw, 45px);
  }
}
section.sec-project h3 {
  font-size: 1.04em;
  letter-spacing: 0.12em;
  line-height: 1.6em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-project h3 {
    font-size: 15px;
    margin-top: 6em;
  }
}
section.sec-project div.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.video-wrap {
    margin-top: 30px;
    max-width: 565px;
  }
}
section.sec-project div.video-wrap iframe {
  width: 100%;
  height: 100%;
}

section.sec-concept {
  background: #404040;
  color: #FFF;
  position: relative;
}
section.sec-concept div.sec-concept-cont {
  padding-top: 10%;
  /*		position: relative;*/
}
@media screen and (min-width: 768px) {
  section.sec-concept div.sec-concept-cont {
    padding-top: 80px;
  }
}
section.sec-concept div.sec-concept-cont h2 {
  width: 81%;
}
@media screen and (min-width: 768px) {
  section.sec-concept div.sec-concept-cont h2 {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-concept div.sec-concept-cont h2 {
    width: 81%;
  }
}

div.sec-concept-cont-inner {
  position: relative;
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  div.sec-concept-cont-inner {
    padding-top: 140px;
  }
}
div.sec-concept-cont-inner div.sec-concept-cont-sticky {
  width: 6%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.sec-concept-cont-inner div.sec-concept-cont-sticky {
    width: 6%;
    top: 150px;
  }
}

div.concept-cont {
  /*cont01-box03*/
  /*div.cont01-box03-link-btn*/
}
@media screen and (min-width: 768px) {
  div.concept-cont {
    /*		margin-top: -2.4em;*/
  }
}
div.concept-cont.cont01 {
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  div.concept-cont.cont01 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  div.concept-cont.cont02 {
    margin-top: 0;
  }
}
div.concept-cont h2 {
  font-size: 1.6em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.concept-cont h2 {
    font-size: clamp(32px, 3.8vw, 45px);
  }
}
div.concept-cont p {
  font-size: clamp(13px, 3vw, 15px);
}
@media screen and (min-width: 768px) {
  div.concept-cont p {
    font-size: clamp(16px, 2vw, 20px);
  }
}
div.concept-cont p.annotation {
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0;
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  div.concept-cont p.annotation {
    font-size: 12px;
    margin-top: 15px;
  }
}
div.concept-cont div.cont-box01 {
  padding-left: 22%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont-box01 {
    width: 80%;
    margin-left: auto;
    padding-left: 0;
  }
  div.concept-cont div.cont-box01 h2 {
    margin-bottom: 45px;
  }
  div.concept-cont div.cont-box01 p {
    line-height: 2.2em;
  }
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box02 {
    width: 68%;
    margin-left: auto;
  }
}
div.concept-cont div.cont01-box02 p {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box02 p {
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-top: 40px;
  }
}
div.concept-cont div.cont01-box03 {
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 {
    margin-top: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  div.concept-cont div.cont01-box03 {
    margin-top: 2%;
  }
}
div.concept-cont div.cont01-box03 figcaption {
  font-size: clamp(13px, 3vw, 15px);
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 figcaption {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-top: 20px;
  }
}
div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 {
    margin: 0;
    width: 60%;
    position: absolute;
    left: 16%;
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 figure.cont01-img02 {
    display: flex;
    align-items: flex-end;
  }
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 figure.cont01-img02 span {
    display: block;
    width: calc(100% - 18em);
  }
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox01 figure.cont01-img02 figcaption {
    width: 16em;
    margin-left: 2em;
  }
}
div.concept-cont div.cont01-box03 div.cont01-box03-inbox02 {
  width: 90%;
  margin-left: auto;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox02 {
    width: 30%;
    margin-bottom: 0;
    padding-right: 7%;
    order: 2;
  }
}
div.concept-cont div.cont01-box03 div.cont01-box03-inbox03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox03 {
    width: 54%;
    order: 1;
    padding-top: 380px;
  }
}
@media screen and (min-width: 1280px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox03 {
    padding-top: 30%;
  }
}
div.concept-cont div.cont01-box03 div.cont01-box03-inbox03 figure figcaption {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03 div.cont01-box03-inbox03 figure figcaption {
    text-align: right;
  }
}
div.concept-cont div.cont01-box03-link-btn {
  width: 76%;
  margin: 0 auto;
  margin-top: 12%;
  /*a*/
}
@media screen and (min-width: 768px) {
  div.concept-cont div.cont01-box03-link-btn {
    margin: 0;
    margin-left: auto;
    width: 330px;
    margin-right: 13%;
    margin-top: 80px;
  }
}
div.concept-cont div.cont01-box03-link-btn a {
  display: block;
  border: solid 1px #FFF;
  color: #FFF;
  border-radius: 60px;
  padding: 5% 0 5% 0;
  line-height: 1em;
  position: relative;
}
div.concept-cont div.cont01-box03-link-btn a span.txt {
  display: inline-block;
  padding-left: 9%;
}
div.concept-cont div.cont01-box03-link-btn a span.arrow {
  display: block;
  width: 18px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
}
div.concept-cont div.cont01-box03-link-btn a:hover {
  opacity: 1;
  background: #FFF;
  color: #222;
  transition: all 0.4s;
}
div.concept-cont div.cont01-box03-link-btn a:hover span.arrow {
  background: url(../img/common/arrow-01-bl.svg) no-repeat;
  background-size: contain;
}
div.concept-cont div.cont01-box03-link-btn a:hover span.arrow img {
  opacity: 0;
}

div.cont02 {
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  div.cont02 {
    padding-bottom: 220px;
  }
}
div.cont02 div.cont02-box01 {
  width: 80%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  div.cont02 div.cont02-box01 p {
    margin-top: 50px;
    line-height: 2.2em;
  }
}
div.cont02 div.cont02-box01 p.annotation {
  margin-top: 20px;
}
div.cont02 div.cont02-slide-wrap {
  margin-top: 10%;
}
div.cont02 div.cont02-slide-wrap div.cont02-slider {
  position: relative;
  padding-top: 12%;
}
@media screen and (min-width: 768px) {
  div.cont02 div.cont02-slide-wrap div.cont02-slider {
    padding-top: 60px;
    cursor: grab;
  }
}
div.cont02 div.cont02-slide-wrap div.cont02-slider span {
  display: block;
  width: 27%;
  position: absolute;
  left: 8%;
  top: 0;
}
div.cont02 div.cont02-slide-wrap div.cont02-slider p {
  position: absolute;
  left: 8%;
  bottom: 2%;
  line-height: 1.8em;
  font-weight: bold;
}
div.cont02 div.cont02-slide-wrap div.cont02-slider p.white {
  color: #FFF;
}
div.cont02 div.cont02-slide-wrap div.cont02-slider p.black {
  color: #333;
}

/*div.cont02*/
div.cont02-link-btn {
  width: 76%;
  margin: 0;
  margin-top: 12%;
  /*a*/
}
@media screen and (min-width: 768px) {
  div.cont02-link-btn {
    margin: 0;
    width: 330px;
    margin-top: 120px;
  }
}
div.cont02-link-btn a {
  display: block;
  border: solid 1px #FFF;
  color: #FFF;
  border-radius: 60px;
  padding: 5% 0 5% 0;
  line-height: 1em;
  position: relative;
}
div.cont02-link-btn a span.txt {
  display: inline-block;
  padding-left: 9%;
}
div.cont02-link-btn a span.arrow {
  display: block;
  width: 18px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
}
div.cont02-link-btn a:hover {
  opacity: 1;
  background: #FFF;
  color: #222;
  transition: all 0.4s;
}
div.cont02-link-btn a:hover span.arrow {
  background: url(../img/common/arrow-01-bl.svg) no-repeat;
  background-size: contain;
}
div.cont02-link-btn a:hover span.arrow img {
  opacity: 0;
}

/*cont02-link-btn*/
div.plan-cont-wrap {
  padding-bottom: 30%;
}
@media screen and (min-width: 768px) {
  div.plan-cont-wrap {
    padding-bottom: 20%;
  }
}
div.plan-cont-wrap div.plan-cont-inner {
  width: 82%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
div.plan-cont-wrap div.plan-cont-inner h2 {
  width: 52.4%;
  position: relative;
  z-index: 2;
}
div.plan-cont-wrap div.plan-cont-inner p {
  font-size: clamp(13px, 3vw, 15px);
  letter-spacing: 0.04em;
  margin-top: 10%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  div.plan-cont-wrap div.plan-cont-inner p {
    font-size: clamp(16px, 2vw, 20px);
    margin-top: 30px;
  }
}
div.plan-cont-wrap div.plan-cont-inner div.plan-bg {
  display: block;
  position: absolute;
  width: 64%;
  right: 6%;
  top: 5%;
}
@media screen and (min-width: 768px) {
  div.plan-cont-wrap div.cont02-link-btn {
    margin-top: 60px;
  }
}

div.cont03 {
  padding-bottom: 30%;
  /*div.cont03-box02{*/
  /*div.cont01-box03-link-btn*/
}
@media screen and (min-width: 768px) {
  div.cont03 {
    padding-bottom: 200px;
  }
}
div.cont03 div.cont03-box01 {
  width: 82%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-box01 {
    width: 80%;
  }
}
div.cont03 p.sr-logo {
  width: 90%;
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  div.cont03 p.sr-logo {
    max-width: 690px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.cont03 div.cont03-box02 {
  /*cont03-box02-image-box*/
  /*cont03-box02-image-box*/
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-box02 {
    display: flex;
    width: 80%;
    margin-left: auto;
    position: relative;
    margin-top: 80px;
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 1000px) {
  div.cont03 div.cont03-box02 {
    padding-bottom: 18%;
  }
}
@media screen and (min-width: 1280px) {
  div.cont03 div.cont03-box02 {
    padding-bottom: 12%;
  }
}
div.cont03 div.cont03-box02 div.cont03-box02-txt-box {
  width: 82%;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-box02 div.cont03-box02-txt-box {
    width: 46%;
  }
  div.cont03 div.cont03-box02 div.cont03-box02-txt-box p {
    line-height: 2.2em;
  }
}
div.cont03 div.cont03-box02 div.cont03-box02-txt-box h2 {
  margin-bottom: 5%;
}
div.cont03 div.cont03-box02 div.cont03-box02-image-box01 {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-box02 div.cont03-box02-image-box01 {
    margin-top: 0;
    width: 54%;
  }
}
div.cont03 div.cont03-box02 div.cont03-box02-image-box02 {
  width: 90%;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-box02 div.cont03-box02-image-box02 {
    margin: 0;
    width: 32%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
div.cont03 div.cont03-link-btn {
  width: 76%;
  margin: 0 auto;
  margin-top: 12%;
  /*a*/
}
@media screen and (min-width: 768px) {
  div.cont03 div.cont03-link-btn {
    margin: 0;
    width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 132px;
  }
}
div.cont03 div.cont03-link-btn a {
  display: block;
  border: solid 1px #FFF;
  color: #FFF;
  border-radius: 60px;
  padding: 5% 0 5% 0;
  line-height: 1em;
  position: relative;
}
div.cont03 div.cont03-link-btn a span.txt {
  display: inline-block;
  padding-left: 9%;
}
div.cont03 div.cont03-link-btn a span.arrow {
  display: block;
  width: 18px;
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(0, -50%);
}
div.cont03 div.cont03-link-btn a:hover {
  opacity: 1;
  background: #FFF;
  color: #222;
  transition: all 0.4s;
}
div.cont03 div.cont03-link-btn a:hover span.arrow {
  background: url(../img/common/arrow-01-bl.svg) no-repeat;
  background-size: contain;
}
div.cont03 div.cont03-link-btn a:hover span.arrow img {
  opacity: 0;
}

/*div.cont03{*//*# sourceMappingURL=style.css.map */