@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: .12em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #595757;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

html {
  font-size: .078vw;
  /*@media (max-width:$breakpoint_sp) {
    font-size: .08vw;
  }*/
}

@media (max-width: 1300px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: .078vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: .26vw;
  }
}

.gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
}

main {
  display: block;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------
 link-style 
 */
a {
  text-decoration: none;
}

a.no-link,
a.disable,
.disable a,
a.coming-soon {
  cursor: default !important;
  pointer-events: none;
}

a.disable,
.disable a {
  opacity: .5 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.bottom-links a.disable {
  opacity: 1 !important;
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  span.pc {
    display: inline !important;
  }
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

/* ----------------------------------------
  responsible-contents  tablet 
*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

/* ----------------------------------------
  responsible-contents  sp 
*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/*==================================================================================
 common
==================================================================================*/
.all-wrap {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.all-wrap img {
  width: 100%;
}

.all-wrap .main {
  position: relative;
  z-index: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.image {
  position: relative;
}

.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 10rem;
  line-height: 1;
  background: rgba(21, 21, 21, 0.6);
  color: #fff;
  padding: 4rem 8rem;
  z-index: 100;
}

.caption.no-bg {
  background: none;
  color: #454D67;
}

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

.font-size0 {
  font-size: 0%;
}

.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.font-size455 {
  font-size: 455%;
}

.font-size460 {
  font-size: 460%;
}

.font-size465 {
  font-size: 465%;
}

.font-size470 {
  font-size: 470%;
}

.font-size475 {
  font-size: 475%;
}

.font-size480 {
  font-size: 480%;
}

.font-size485 {
  font-size: 485%;
}

.font-size490 {
  font-size: 490%;
}

.font-size495 {
  font-size: 495%;
}

.font-size500 {
  font-size: 500%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    display: block;
    text-align: center;
    width: 90%;
    margin: 20px auto;
  }
  .swipe img {
    width: 300px !important;
  }
  .cap-sp {
    font-size: 11px;
    margin: 6px 10px 0 0;
    text-align: right;
  }
}

.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}

.pagetop {
  position: fixed;
  z-index: 10;
  bottom: 15rem;
  right: 15rem;
}

.page-annotation {
  position: relative;
  z-index: 2;
  padding-top: 50rem;
  padding-bottom: 45rem;
  font-size: 11px;
  line-height: 1.5;
}

.page-annotation p {
  line-height: 1.5;
  letter-spacing: .1em;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.all-wrap {
  position: relative;
  z-index: 1;
}

/*==================================================================================
 site-header
==================================================================================*/
/*==================================================================================
 siteFooter
==================================================================================*/
main {
  position: relative;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .site-header,
  .global-navi-base,
  .site-footer,
  .printBtn,
  .btns,
  .pageTop,
  .sp {
    display: none !important;
  }
}

#top {
  font-weight: 600;
  color: #000;
}

#top .site-header {
  position: absolute;
  top: 30rem;
  left: 50rem;
  width: 355rem;
}

#top .main-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(900/1600*100vw);
}

#top .main-visual .scroll-mark {
  z-index: 3;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#top .main-visual .scroll-mark .txt {
  font-size: 11rem;
  display: block;
  position: relative;
  padding-bottom: 50rem;
}

#top .main-visual .scroll-mark .txt::after, #top .main-visual .scroll-mark .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #000;
}

#top .main-visual .scroll-mark .txt::after {
  left: 50%;
  width: 2px;
  margin-left: -1px;
  height: 50rem;
}

#top .main-visual .scroll-mark .txt::before {
  left: 50%;
  margin-left: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  animation: maru 1s infinite;
}

@keyframes maru {
  0% {
    bottom: 50rem;
  }
  100% {
    bottom: 0rem;
  }
}

#top .main-visual .texts {
  position: absolute;
  top: 273rem;
  top: 27%;
  left: 60rem;
  left: 3%;
  width: 30%;
}

#top .main-visual .texts .title {
  opacity: 0;
  transform: translateY(30rem);
  transition: opacity 1.2s 2s,transform 1.2s 2s;
}

#top .main-visual .texts .text {
  opacity: 0;
  transform: translateY(30rem);
  transition: opacity 1.2s 2.3s,transform 1.2s 2.3s;
  padding-top: 30rem;
  font-size: 18rem;
  width: 66%;
  line-height: 1.8;
}

#top .main-visual .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 95%;
}

#top .main-visual .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .main-visual .houses {
  position: absolute;
  top: 10%;
  right: 0;
  width: 66%;
  height: 90%;
}

#top .main-visual .houses li {
  position: absolute;
  opacity: 0;
  transform: translateY(30rem);
}

#top .main-visual .houses .cond01 {
  top: 0;
  left: 5%;
  width: 40%;
  transition: opacity 1.2s ,transform 1.2s;
}

#top .main-visual .houses .cond02 {
  top: 7%;
  left: 35%;
  width: 44%;
  transition: opacity 1.2s .3s,transform 1.2s .3s;
}

#top .main-visual .houses .cond03 {
  top: 19%;
  right: 0%;
  width: 32%;
  transition: opacity 1.2s .6s,transform 1.2s .6s;
}

#top .main-visual .peoples {
  position: absolute;
  left: 17%;
  bottom: -2rem;
  width: 66.25%;
  height: 100%;
}

#top .main-visual .peoples li {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translateY(30rem);
}

#top .main-visual .peoples .cond01 {
  left: 6%;
  width: 27%;
  transform: translateX(-60rem);
  transition: opacity 1.2s 1.3s,transform 1.2s 1.3s;
}

#top .main-visual .peoples .cond02 {
  left: 22%;
  width: 60%;
  transition: opacity 1.2s 1s,transform 1.2s 1s;
}

#top .main-visual .peoples .cond03 {
  left: 76%;
  width: 23%;
  transform: translateX(60rem);
  transition: opacity 1.2s 1.5s,transform 1.2s 1.5s;
}

#top .main-visual.on .texts .title {
  opacity: 1;
  transform: translateY(0rem);
}

#top .main-visual.on .texts .text {
  opacity: 1;
  transform: translateY(0rem);
}

#top .main-visual.on .houses li {
  opacity: 1;
  transform: translateY(0rem);
}

#top .main-visual.on .peoples li {
  opacity: 1;
}

#top .main-visual.on .peoples .cond01 {
  transform: translateX(0rem);
}

#top .main-visual.on .peoples .cond02 {
  transform: translateY(0rem);
}

#top .main-visual.on .peoples .cond03 {
  transform: translateX(0rem);
}

#top .js-scroll {
  transition: opacity 1.2s,transform 1.2s;
  opacity: 0;
  transform: translateY(30rem);
}

#top .js-scroll.on {
  opacity: 1;
  transform: translateY(0);
}

#top .sections {
  position: relative;
}

#top .section01 {
  padding-top: 120rem;
  background-color: #F2FAFF;
  text-align: center;
}

#top .section01 .title {
  font-size: 32rem;
  line-height: 1.54;
  padding-bottom: 35rem;
}

#top .section01 .title .big {
  font-size: 160%;
}

#top .section01 .section-lead {
  padding-bottom: 77rem;
  font-size: 24rem;
  line-height: 1.8;
}

#top .section01 .sticky-field {
  position: relative;
  height: 300vh;
  width: 1000rem;
  margin: 0 auto;
}

#top .section01 .sticky-field .inner {
  top: 0;
  position: sticky;
  height: 100vh;
}

#top .section01 .sticky-field .block {
  position: absolute;
}

#top .section01 .sticky-field .you {
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  width: 289rem;
}

#top .section01 .sticky-field .spacer {
  opacity: 0;
}

#top .section01 .sticky-field .serifs {
  position: absolute;
  opacity: 0;
  transform: scale(0.8) translateY(30rem);
  transition: transform .4s,opacity .3s;
}

#top .section01 .sticky-field .base {
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
}

#top .section01 .sticky-field .on .serifs {
  opacity: 1;
  transform: scale(1) translateY(0rem);
}

#top .section01 .sticky-field .on .base {
  opacity: 1;
}

#top .section01 .sticky-field .people01 {
  top: 0;
  left: 0;
  width: 375rem;
}

#top .section01 .sticky-field .people01 .base {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 170rem;
}

#top .section01 .sticky-field .people01 .serif01 {
  top: 26%;
  right: 0;
  width: 138rem;
  transition-delay: 0s;
}

#top .section01 .sticky-field .people01 .serif02 {
  top: 0%;
  left: 25%;
  width: 163rem;
  transition-delay: .6s;
}

#top .section01 .sticky-field .people01 .serif03 {
  top: 43%;
  left: 0%;
  width: 163rem;
  transition-delay: .3s;
}

#top .section01 .sticky-field .people02 {
  top: 0;
  right: 0;
  width: 385rem;
}

#top .section01 .sticky-field .people02 .base {
  bottom: 0;
  left: 31%;
  width: 144rem;
}

#top .section01 .sticky-field .people02 .serif01 {
  top: 25%;
  right: 0;
  width: 159rem;
}

#top .section01 .sticky-field .people02 .serif02 {
  top: 0%;
  left: 27%;
  width: 141rem;
}

#top .section01 .sticky-field .people02 .serif03 {
  top: 35%;
  left: 0%;
  width: 138rem;
}

#top .section01 .sticky-field .people03 {
  top: 300rem;
  right: 0;
  width: 392rem;
}

#top .section01 .sticky-field .people03 .base {
  bottom: 0;
  left: 21%;
  width: 185rem;
}

#top .section01 .sticky-field .people03 .serif01 {
  top: 1%;
  right: 0;
  width: 161rem;
}

#top .section01 .sticky-field .people03 .serif02 {
  top: 0%;
  left: 0%;
  width: 141rem;
}

#top .section01 .sticky-field .people04 {
  top: 300rem;
  left: 0;
  width: 528rem;
}

#top .section01 .sticky-field .people04 .base {
  bottom: 0;
  left: 17%;
  width: 345rem;
}

#top .section01 .sticky-field .people04 .serif01 {
  top: 20%;
  right: 0;
  width: 172rem;
}

#top .section01 .sticky-field .people04 .serif02 {
  top: 0%;
  left: 0%;
  width: 162rem;
}

#top .section01 .sticky-field .text {
  top: 660rem;
  margin: 0 auto;
  max-width: 654rem;
  font-size: 20rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

#top .section01 .section-footer {
  position: relative;
  overflow: hidden;
  padding-top: 198rem;
  padding-bottom: 420rem;
}

#top .section01 .section-footer::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370rem;
  background: url(../images/top/section01-bg.svg);
  background-size: cover;
}

#top .section01 .section-footer .text {
  margin: 0 auto;
  max-width: 565rem;
  font-size: 20rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

#top .section01 .section-footer .people {
  transition: transform .4s,opacity .7s;
  position: absolute;
  opacity: 0;
}

#top .section01 .section-footer .people01 {
  bottom: 160rem;
  left: 12%;
  width: 342rem;
  transform: translateX(-60rem);
}

#top .section01 .section-footer .people02 {
  bottom: 200rem;
  right: 8%;
  width: 290rem;
  transform: translateX(60rem);
}

#top .section01 .section-footer.on .people {
  opacity: 1;
  transform: translateX(0rem);
}

#top .section02 {
  background-color: #CAF7E6;
  padding-top: 80rem;
  text-align: center;
}

#top .section02 .title {
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 30rem;
}

#top .section02 .body {
  margin: 0 auto;
  width: 923rem;
  padding-bottom: 68rem;
}

#top .section02 .section-footer {
  position: relative;
  padding-bottom: 170rem;
}

#top .section02 .section-footer::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96rem;
  background: url(../images/top/section02-bg.svg);
  background-size: cover;
}

#top .section02 .section-footer .text {
  margin: 0 auto;
  max-width: 565rem;
  font-size: 24rem;
  line-height: 2.4;
  position: relative;
  z-index: 2;
}

#top .section02 .section-footer .texts {
  margin: 0 auto;
  max-width: 900rem;
  padding: 40rem 20rem;
  box-sizing: border-box;
  border-radius: 8rem;
  margin-bottom: 20rem;
  font-size: 20rem;
  line-height: 1.4;
}

#top .section02 .section-footer .text01 {
  background-color: #fff;
}

#top .section02 .section-footer .text02 {
  padding: 20rem;
  background-color: #4CB06D;
  color: #fff;
}

#top .section02 .section-footer .text02 .txt {
  display: block;
  font-size: 15rem;
  color: #FEDC5E;
  padding-bottom: 12rem;
}

#top .nav-base {
  text-align: left;
  position: absolute;
  z-index: 1000;
}

@media (min-width: 769px) {
  #top .nav-base {
    display: block !important;
  }
}

#top .nav-base .text01 {
  padding-bottom: 30rem;
}

#top .nav-base .text01 a {
  padding: 0 !important;
}

#top .nav-base .text01 img {
  width: 230rem;
}

#top .nav-base .navi {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20rem;
  font-size: 20rem;
  width: 240rem;
}

#top .nav-base .navi.fix {
  position: fixed;
}

#top .nav-base .navi a {
  display: block;
  position: relative;
  color: #000;
  padding-left: 20rem;
  font-size: 15px;
}

#top .nav-base .navi a.current::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12rem;
  height: 12rem;
  background-color: #4CB06D;
  border-radius: 50%;
}

#top .nav-base .navi li {
  padding-bottom: 20rem;
}

#top .section03 .wrapper {
  margin: 0 auto;
  width: 84%;
  max-width: 900rem;
}

#top .section03 .header .ttl {
  margin: auto;
  padding-bottom: 40rem;
  width: 294rem;
}

#top .section03 .header .text {
  text-align: center;
  font-size: 32rem;
  line-height: 1.3;
}

#top .section03 .sticky-field {
  position: relative;
  height: 400vh;
  padding-top: 100rem;
}

#top .section03 .sticky-field .inner {
  position: sticky;
  top: 0;
  height: 100vh;
  margin: 0 auto;
  width: 84%;
  max-width: 760rem;
  overflow: hidden;
}

#top .section03 .sticky-field .inner .harts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83%;
}

#top .section03 .sticky-field .inner .harts .space {
  opacity: 0;
}

#top .section03 .sticky-field .inner .harts .texts {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 32rem;
  line-height: 1.6;
  z-index: 2;
}

#top .section03 .sticky-field .inner .harts .text {
  margin-bottom: 12rem;
  position: relative;
  overflow: hidden;
}

#top .section03 .sticky-field .inner .harts .text span {
  display: inline-block;
  transform: translateY(103%);
  transition: transform .6s;
}

#top .section03 .sticky-field .inner .harts .on .text span {
  transform: translateY(0);
}

#top .section03 .sticky-field .inner .harts .off .text span {
  transform: translateY(-109%);
}

#top .section03 .sticky-field .inner .harts .txt02 {
  font-size: 16rem;
}

#top .section03 .sticky-field .inner .harts .conds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#top .section03 .sticky-field .inner .harts .conds.on {
  opacity: 1;
}

#top .section03 .sticky-field .inner .peoples {
  position: absolute;
  transition: transform 1.2s , opacity .9s;
  opacity: 0;
}

#top .section03 .sticky-field .inner .peoples.on {
  opacity: 1;
  transform: translateX(0);
}

#top .section03 .sticky-field .inner .people01 {
  top: 40%;
  left: 0%;
  width: 30%;
  transform: translateX(-60rem);
}

#top .section03 .sticky-field .inner .people02 {
  top: 40%;
  left: 65%;
  width: 35%;
  transform: translateX(60rem);
}

#top .section03 .sub-section {
  padding-top: 100rem;
  text-align: center;
}

#top .section03 .sub-section .sub-ttl {
  position: relative;
  padding-bottom: 35rem;
  margin: auto;
  width: 440rem;
  font-size: 40rem;
  line-height: 1.2;
}

#top .section03 .sub-section .sub-ttl img {
  position: absolute;
  margin-top: -30rem;
  top: 0;
  left: 340rem;
  width: 53rem;
  transition: transform .5s,opacity .3s,left .5s;
  opacity: 0;
  transform: scale(0.4);
  transform-origin: left bottom;
  transition-delay: .6s;
}

#top .section03 .sub-section .sub-ttl.on img {
  left: 320rem;
  opacity: 1;
  transform: scale(1);
}

#top .section03 .sub-section .cards {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75rem;
}

#top .section03 .sub-section .cards li {
  width: 48%;
  transform: rotateY(270deg);
  transition: transform .5s,opacity .5s;
  opacity: 0;
}

#top .section03 .sub-section .cards li.on {
  opacity: 1;
  transform: rotateY(0deg);
}

#top .section03 .section-footer {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 230rem;
  text-align: center;
}

#top .section03 .section-footer::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96rem;
  background: url(../images/top/section03-bg.svg);
  background-size: cover;
}

#top .section03 .section-footer .texts {
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 45rem;
}

#top .section03 .section-footer .message {
  max-width: 702rem;
  margin: auto;
  padding: 29rem 20rem 38rem;
  position: relative;
  background-color: #4CB06D;
  color: #fff;
}

#top .section03 .section-footer .message .txt01 {
  font-size: 32rem;
}

#top .section03 .section-footer .message .txt01 .base {
  display: inline-block;
  font-size: 200%;
  overflow: hidden;
  margin-left: 5rem;
}

#top .section03 .section-footer .message .txt01 .base .in {
  display: inline-block;
  transition: transform .3s;
  transform: translateY(100%);
}

#top .section03 .section-footer .message .txt01 .base .in02 {
  transition-delay: 1.15s;
  margin-left: -5rem;
}

#top .section03 .section-footer .message .txt01 .base .in01 {
  transition-delay: 1.3s;
}

#top .section03 .section-footer .message.on .txt01 .base .in {
  transform: translateY(9%);
}

#top .section03 .section-footer .message .txt02 {
  padding-top: 10rem;
  font-size: 13rem;
}

#top .section03 .section-footer .message::after, #top .section03 .section-footer .message::before {
  content: "";
  display: block;
  position: absolute;
}

#top .section03 .section-footer .message::after {
  top: 0;
  right: 0;
  border-left: 45rem solid transparent;
  border-bottom: 45rem solid transparent;
  border-right: 45rem solid #fff;
}

#top .section03 .section-footer .message::before {
  bottom: 0;
  left: 0;
  border-right: 45rem solid transparent;
  border-top: 45rem solid transparent;
  border-left: 45rem solid #fff;
}

#top .section04 {
  background-color: #FFFAEF;
}

#top .section04 .inner {
  margin: 0 auto;
  width: 84%;
  max-width: 900rem;
}

#top .section04 .header {
  padding-bottom: 65rem;
}

#top .section04 .header .ttl {
  margin: auto;
  padding-bottom: 40rem;
  width: 406rem;
}

#top .section04 .header .text {
  text-align: center;
  font-size: 32rem;
  line-height: 1.5;
}

#top .section04 .merits {
  padding-bottom: 65rem;
}

#top .section04 .merits .merit01 {
  margin-bottom: 50rem;
}

#top .section04 .merits .ttl {
  position: relative;
  padding: 20rem 100rem;
  box-sizing: border-box;
  background-color: #ED7980;
  border-radius: 8rem;
  text-align: center;
  color: #fff;
  font-size: 14rem;
}

#top .section04 .merits .ttl.on:before {
  opacity: 0;
}

#top .section04 .merits .ttl .big {
  font-size: 160%;
}

#top .section04 .merits .ttl .illust {
  position: absolute;
  bottom: 0rem;
  width: 80rem;
  left: 40rem;
}

#top .section04 .merits .merit02 .ttl {
  background-color: #368AB9;
}

#top .section04 .merits .merit02 .ttl .illust {
  width: 78rem;
}

#top .section04 .merits .cont {
  padding-top: 10rem;
  position: relative;
}

#top .section04 .merits .cont li {
  position: absolute;
  bottom: 10rem;
  left: 28rem;
  width: 134rem;
}

#top .section04 .merits .cont .cond02 {
  left: 282rem;
}

#top .section04 .section-footer {
  position: relative;
  padding-bottom: 130rem;
}

#top .section04 .section-footer::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96rem;
  background: url(../images/top/section04-bg.svg);
  background-size: cover;
}

#top .section04 .section-footer .texts {
  margin: 0 auto;
  max-width: 690rem;
  font-size: 14rem;
  line-height: 1.7;
}

#top .section04 .section-footer .texts li {
  padding-left: 20rem;
  position: relative;
  margin-bottom: 12rem;
}

#top .section04 .section-footer .texts li::before {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #ED7980;
}

#top .section04 .section-footer .texts .text03::before {
  background-color: #FC9454;
}

#top .section04 .section-footer .texts .text04::before {
  background-color: #FC9454;
}

#top .section04 .section-footer .mini {
  margin: 65rem auto 0;
  max-width: 853rem;
  width: 90%;
  font-size: 11rem;
  line-height: 1.7;
  text-align: left;
}

#top .section05 {
  padding-top: 100rem;
  position: relative;
  padding-bottom: 130rem;
}

#top .section05::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96rem;
  background: url(../images/top/section04-bg02.svg);
  background-size: cover;
}

#top .section05 .title {
  margin: auto;
  width: 90%;
  font-size: 32rem;
  text-align: center;
  padding-bottom: 50rem;
}

#top .section05 .flows {
  margin: 0 auto;
  width: 800rem;
}

#top .section05 .flows li {
  position: relative;
  padding: 40rem;
  border: 6px solid #159840;
  border-radius: 10rem;
  margin-bottom: 65rem;
  text-align: center;
  font-size: 20rem;
  list-style: none;
}

#top .section05 .flows li::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30rem solid #159840;
  border-left: 70rem solid transparent;
  border-right: 70rem solid transparent;
}

#top .section05 .flows .num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 50rem;
}

#top .section05 .flows .illust {
  position: absolute;
  right: 20rem;
  bottom: 0;
}

#top .section05 .flows .flow01 {
  padding: 20rem 20rem;
}

#top .section05 .flows .flow01 .illust {
  bottom: auto;
  width: 68rem;
  top: 50%;
  transform: translateY(-50%);
}

#top .section05 .flows .text02 {
  padding-top: 16rem;
  font-size: 16rem;
}

#top .section05 .flows .text03 {
  padding-top: 9rem;
  font-size: 14rem;
}

#top .section05 .flows .text03 a {
  display: inline-block;
  background-color: #FFC46A;
  border-radius: 8rem;
  color: #000;
  padding: 8rem 20rem;
}

#top .section05 .flows .flow02 .illust {
  width: 128rem;
}

#top .section05 .flows .flow03 .illust {
  width: 201rem;
}

#top .section05 .flows .flow04 .illust {
  width: 108rem;
}

#top .section05 .flows .flow04::after {
  display: none;
}

#top .section06 {
  padding: 100rem 0;
  background-color: #FFFAEF;
  text-align: center;
}

#top .section06 .title {
  margin: auto;
  width: 1000rem;
  text-align: center;
  font-size: 32rem;
  line-height: 1.5;
  padding-bottom: 110rem;
}

#top .section06 .flex-box li {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 10rem;
}

#top .section06 .flex-box li.kentousub {
  padding-left: 15rem;
}

#top .section06 .flex-box li + li {
  padding-top: 10rem;
}

#top .section06 .flex-box li label {
  line-height: 1.9;
}

#top .section06 .flex-box li input[type="text"] {
  margin: 0 5rem !important;
  vertical-align: middle;
}

#top .section06 .text01 {
  font-size: 16rem;
  line-height: 2;
}

#top .section06 .text01 + .text01,
#top .section06 .text01 + .text02 {
  padding-top: 25rem;
}

#top .section06 .text02 {
  font-size: 16rem;
  line-height: 2;
}

#top .section06 .text02 a {
  color: #000;
  text-decoration: underline;
}

#top .section06 .text02 + .text02 {
  padding-top: 5rem;
}

#top .section06 .thanks-wrap {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

#top .section06 .thanks-wrap .title {
  padding-bottom: 60rem;
  text-align: left;
  width: auto;
}

#top .section06 .thanks-wrap .bg-wh {
  background: #fff;
  padding: 50rem 40rem;
  display: inline-block;
  text-align: left;
}

#top .section06 .thanks-wrap .contact {
  margin: 25rem auto 0;
}

#top .section06 .thanks-wrap .contact .text02 a {
  white-space: nowrap;
}

#top .section06 .content {
  margin: 0 auto;
  width: 90%;
  max-width: 1000rem;
}

#top .section06 .content table {
  width: 100%;
}

#top .section06 .content .tit {
  text-align: center;
  font-size: 25rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #000;
  margin-bottom: 38rem;
}

#top .section06 .content table {
  margin-bottom: 90rem;
}

#top .section06 .content .radio input[type="text"] {
  margin-top: 5rem;
}

#top .section06 .content td {
  padding: 20rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 13rem;
}

#top .section06 .content td a {
  color: #000;
}

#top .section06 .content td.mail span {
  display: block;
  padding-top: 5rem;
  line-height: 1.5;
}

#top .section06 .content td div {
  display: inline-block;
  padding-right: 1em;
  line-height: 1.2;
}

#top .section06 .content td div.last {
  padding-left: 2em;
}

#top .section06 .content td .formErrorContent,
#top .section06 .content td .formError {
  display: block;
  line-height: 1.8;
}

#top .section06 .content td .formErrorContent div,
#top .section06 .content td .formError div {
  display: block;
}

#top .section06 .content td .wordBreak {
  display: none;
}

#top .section06 .content label {
  display: block;
}

#top .section06 .content th {
  padding: 20rem;
  font-size: 13rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 350rem;
  box-sizing: border-box;
  line-height: 1.8;
}

#top .section06 .content th span {
  color: #f00;
}

#top .section06 .content th strong {
  display: inline-block;
  margin-left: 1em;
  padding: 5rem;
  color: #fff;
  background-color: #ED7980;
}

#top .section06 .content input[type="email"],
#top .section06 .content input[type="tel"],
#top .section06 .content input[type="text"] {
  border: 1px solid #999;
  padding: 5rem 15rem;
  width: 300rem;
  font-size: 16rem;
}

#top .section06 .content input[type="email"].medium,
#top .section06 .content input[type="tel"].medium,
#top .section06 .content input[type="text"].medium {
  width: 200rem;
}

#top .section06 .content input[type="email"].small,
#top .section06 .content input[type="tel"].small,
#top .section06 .content input[type="text"].small {
  width: 70rem;
}

#top .section06 .content input[type="submit"],
#top .section06 .content input[type="button"] {
  background-color: #fff;
  padding: 5rem 10rem;
  border: 1px solid #999;
  font-size: 12rem;
  color: #000;
}

#top .section06 .content input[type="submit"] {
  width: 50%;
  max-width: 220rem;
}

#top .section06 .content textarea {
  box-sizing: border-box;
  padding: 15rem;
  width: 100%;
  font-size: 16rem;
}

#top .section06 .content .adBtn {
  margin-left: 10rem;
}

#top .section06 .content .btmContact {
  font-size: 16rem;
}

#top .section06 .content .btmContact a {
  color: #000;
  text-decoration: underline;
}

#top .section06 .content .btmContact .txt {
  padding-bottom: 20rem;
}

#top .section06 .content .table02 {
  margin-bottom: 20rem;
}

#top .section06 .seal {
  margin: auto;
  width: 90%;
  max-width: 700rem;
  font-size: 11.5rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  line-height: 1.5;
  text-align: left;
  padding-top: 60rem;
  align-items: center;
}

#top .section06 .seal .img {
  width: 100px;
}

#top .section06 .seal p {
  width: calc(100% - 120px);
  line-height: 1.8;
}

#top .section06 .btn a {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 220rem;
  padding: 5rem 20rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 14rem;
  border: 1px solid #000;
  text-decoration: none !important;
}

#top .section06 .btn + .btn {
  padding-top: 20rem;
}

#top .section06 .txt-box {
  padding: 30rem 60rem !important;
}

#top .section06 .txt-box p {
  font-size: 15rem;
  line-height: 2;
}

#top .section06 .txt-box a {
  color: #000;
}

#top .form-btn {
  padding-top: 20rem;
  font-size: 24rem;
  text-align: center;
}

#top .form-btn a {
  display: inline-block;
  background-color: #FFC46A;
  border-radius: 8rem;
  color: #000;
  padding: 20rem 80rem;
}

#top .site-footer {
  position: relative;
  padding-top: 170rem;
  background-color: #FCE952;
  padding-bottom: 50rem;
}

#top .site-footer .bnr {
  max-width: 360px;
  margin: 0 auto 50px;
}

#top .site-footer .copyright {
  margin: auto;
  width: 90%;
  max-width: 1150rem;
  display: block;
  text-align: center;
  font-size: 11rem;
  padding-top: 120rem;
}

#top .site-footer::before {
  content: "";
  position: absolute;
  display: block;
  top: -13rem;
  left: 0;
  width: 100%;
  height: 180rem;
  background: url(../images/top/section05-bg.svg) right bottom;
  background-size: cover;
}

#top .site-footer a {
  color: #000;
}

#top .site-footer .links {
  margin: auto;
  width: 90%;
  max-width: 1150rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#top .site-footer .links .links01 {
  width: 21%;
}

#top .site-footer .links .links01 .big {
  font-size: 18rem;
  line-height: 1.4;
  padding-bottom: 24rem;
}

#top .site-footer .links .links01 li {
  font-size: 14rem;
  padding-bottom: 20rem;
}

#top .site-footer .links .links02 li,
#top .site-footer .links .links03 li,
#top .site-footer .links .links04 li {
  padding-bottom: 15rem;
}

#top .site-footer .links .links02 li a,
#top .site-footer .links .links03 li a,
#top .site-footer .links .links04 li a {
  display: flex;
  justify-content: left;
}

#top .site-footer .links .links02 li .big,
#top .site-footer .links .links03 li .big,
#top .site-footer .links .links04 li .big {
  position: relative;
  padding-right: 18rem;
  margin-right: 5rem;
  font-size: 18rem;
  line-height: 1.5;
}

#top .site-footer .links .links02 li .big::after,
#top .site-footer .links .links03 li .big::after,
#top .site-footer .links .links04 li .big::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14rem;
  height: 1px;
  background-color: #000;
}

#top .site-footer .links .links02 li .small,
#top .site-footer .links .links03 li .small,
#top .site-footer .links .links04 li .small {
  font-size: 14rem;
  line-height: 1.5;
}

#top .site-footer .links .links02 {
  width: 13%;
}

#top .site-footer .links .links03 {
  width: 16%;
}

#top .site-footer .links .links04 {
  width: 30%;
}

#top .site-footer .links .links04 .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

#top .site-footer .links .links04 .inner li {
  width: 48%;
}

#top .site-footer .links .links05 {
  width: 18%;
}

#top .site-footer .links .links05 li {
  padding-bottom: 15rem;
  font-size: 12rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #top .site-header {
    position: absolute;
    top: 20rem;
    left: 20rem;
    width: 246rem;
  }
  #top .main-visual {
    height: 600rem;
  }
  #top .main-visual .scroll-mark {
    left: 5%;
  }
  #top .main-visual .texts {
    position: absolute;
    top: 14%;
    left: 11%;
    width: 78%;
  }
  #top .main-visual .texts .text {
    padding-top: 15rem;
    font-size: 15rem;
  }
  #top .main-visual .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 46%;
  }
  #top .main-visual .bg img {
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #top .main-visual .houses {
    top: 57%;
    right: 0;
    width: 100%;
    height: 34%;
  }
  #top .main-visual .peoples {
    left: -5%;
    bottom: -2rem;
    width: 103%;
  }
  #top .sp-mark {
    position: relative;
    margin: 30rem auto;
    width: 30rem;
  }
  #top .sp-mark .hand {
    position: absolute;
    width: 25rem;
    left: 40rem;
    animation: hands 1.4s infinite;
  }
  @keyframes hands {
    0% {
      left: 40rem;
      opacity: 1;
    }
    70% {
      left: -40rem;
      opacity: 1;
    }
    100% {
      left: -40rem;
      opacity: 0;
    }
  }
  #top .sp-mark .arrow {
    padding-bottom: 50rem;
  }
  #top .section01 {
    padding-top: 80rem;
    text-align: left;
  }
  #top .section01 .title {
    margin: 0 auto;
    width: 90%;
    font-size: 19rem;
    line-height: 1.8;
  }
  #top .section01 .section-lead {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 40rem;
    font-size: 18rem;
    line-height: 1.8;
  }
  #top .section01 .sticky-field {
    position: relative;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  #top .section01 .sticky-field .inner {
    position: relative;
    height: auto;
  }
  #top .section01 .sticky-field .block {
    position: relative;
  }
  #top .section01 .sticky-field .you {
    top: auto;
    left: auto;
    transform: translateX(0%);
    margin: 0 auto;
    padding-bottom: 32rem;
    width: 132rem;
  }
  #top .section01 .sticky-field .peoples-wrap {
    width: 100%;
    overflow: auto;
  }
  #top .section01 .sticky-field .peoples-in {
    display: flex;
    width: 1200rem;
  }
  #top .section01 .sticky-field .spacer {
    opacity: 1;
  }
  #top .section01 .sticky-field .serifs {
    display: none;
  }
  #top .section01 .sticky-field .base {
    display: none;
  }
  #top .section01 .sticky-field .people01 {
    top: 0;
  }
  #top .section01 .sticky-field .people02 {
    top: 0;
  }
  #top .section01 .sticky-field .people03 {
    top: 0rem;
  }
  #top .section01 .sticky-field .people04 {
    top: 0rem;
  }
  #top .section01 .sticky-field .text {
    width: 90%;
    max-width: inherit;
    top: 0rem;
    font-size: 18rem;
    margin-bottom: 60rem;
  }
  #top .section01 .section-footer {
    padding-top: 0rem;
    padding-bottom: 200rem;
  }
  #top .section01 .section-footer::before {
    height: 110rem;
    background-image: url(../images/top/section01-bg-sp.svg);
  }
  #top .section01 .section-footer .text {
    margin: 0 auto;
    width: 90%;
    max-width: inherit;
    font-size: 18rem;
    line-height: 1.8;
  }
  #top .section01 .section-footer .text br {
    display: none;
  }
  #top .section01 .section-footer .people01 {
    bottom: 30rem;
    left: 3%;
    width: 155rem;
  }
  #top .section01 .section-footer .people02 {
    bottom: 50rem;
    right: 3%;
    width: 120rem;
  }
  #top .section02 {
    padding-top: 30rem;
  }
  #top .section02 .title {
    font-size: 25rem;
    line-height: 1.28;
  }
  #top .section02 .body {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 50rem;
  }
  #top .section02 .section-footer {
    padding-bottom: 70rem;
  }
  #top .section02 .section-footer::before {
    height: 23rem;
    background-image: url(../images/top/section02-bg.svg);
  }
  #top .section02 .section-footer .text {
    font-size: 20rem;
    line-height: 2.4;
    position: relative;
    z-index: 2;
  }
  #top .section02 .section-footer .texts {
    margin: 0 auto;
    max-width: inherit;
    width: 90%;
  }
  #top .section02 .section-footer .text02 {
    margin-top: 20rem;
  }
  #top .section02 .section-footer .text02 br {
    display: none;
  }
  #top .menu {
    position: fixed;
    width: 50rem;
    height: 50rem;
    background-color: #159840;
    border-radius: 50%;
    top: 13rem;
    right: 12rem;
    z-index: 1001;
  }
  #top .menu::before, #top .menu::after {
    content: "";
    position: absolute;
    width: 30rem;
    height: 2rem;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: margin .5s,transform .5s;
  }
  #top .menu::before {
    margin-top: -5px;
  }
  #top .menu::after {
    margin-top: 5px;
  }
  #top .menu.on::before {
    margin-top: 0px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #top .menu.on::after {
    margin-top: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #top .nav-base {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 20rem;
    border-bottom-right-radius: 20rem;
    box-shadow: 0px 3rem 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
  }
  #top .nav-base .text01 {
    margin: 0 auto;
    width: 80%;
  }
  #top .nav-base .navi {
    position: relative !important;
    top: 0;
    left: 0;
    padding: 20rem;
    font-size: 20rem;
    width: auto;
  }
  #top .nav-base .navi.fix {
    position: fixed;
  }
  #top .nav-base .navi a {
    display: inline-block;
    position: relative;
    color: #000;
    padding: 0 20rem;
  }
  #top .nav-base .navi a.current::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
    height: 12rem;
    background-color: #4CB06D;
    border-radius: 50%;
  }
  #top .nav-base .navi li {
    padding-bottom: 20rem;
  }
  #top .section03 .header {
    padding-top: 50rem;
  }
  #top .section03 .header .ttl {
    padding-bottom: 35rem;
    width: 213rem;
  }
  #top .section03 .header .text {
    font-size: 25rem;
  }
  #top .section03 .sticky-field {
    height: auto;
    padding-top: 70rem;
    padding-bottom: 110rem;
  }
  #top .section03 .sticky-field .inner {
    position: relative;
    height: auto;
    width: 84%;
    overflow: visible;
  }
  #top .section03 .sticky-field .inner .harts {
    width: 100%;
    position: relative;
    padding-bottom: 30rem;
    margin-bottom: 70rem;
    overflow: visible;
    transform: none;
    left: 0;
  }
  #top .section03 .sticky-field .inner .harts .texts {
    top: 36%;
    font-size: 19rem;
  }
  #top .section03 .sticky-field .inner .harts .text {
    margin-bottom: 12rem;
  }
  #top .section03 .sticky-field .inner .harts .txt02 {
    font-size: 11rem;
  }
  #top .section03 .sticky-field .inner .harts02 {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    overflow: visible;
  }
  #top .section03 .sticky-field .inner .harts02 .texts {
    width: 100%;
    top: 40%;
  }
  #top .section03 .sticky-field .inner .harts02 .text {
    margin-bottom: 8rem;
  }
  #top .section03 .sticky-field .inner .people01 {
    top: 50%;
    left: 4%;
    width: 30%;
  }
  #top .section03 .sticky-field .inner .people02 {
    top: 47%;
    left: 57%;
    width: 40%;
  }
  #top .section03 .sub-section {
    padding-top: 20rem;
    text-align: center;
  }
  #top .section03 .sub-section .sub-ttl {
    padding-bottom: 35rem;
    width: 90%;
    font-size: 25rem;
  }
  #top .section03 .sub-section .sub-ttl img {
    margin-top: -30rem;
    left: 69%;
    width: 53rem;
  }
  #top .section03 .sub-section .sub-ttl.on img {
    left: 69%;
  }
  #top .section03 .sub-section .cards {
    display: block;
    padding-bottom: 35rem;
    width: 90%;
    margin: 0 auto;
  }
  #top .section03 .sub-section .cards li {
    margin-bottom: 30rem;
    width: auto;
  }
  #top .section03 .section-footer {
    padding-top: 0rem;
    padding-bottom: 70rem;
  }
  #top .section03 .section-footer::before {
    height: 36rem;
    background-image: url(../images/top/section03-bg-sp.svg);
  }
  #top .section03 .section-footer .texts {
    font-size: 21rem;
    padding-bottom: 45rem;
  }
  #top .section03 .section-footer .texts br {
    display: none;
  }
  #top .section03 .section-footer .message {
    padding: 29rem 20rem 38rem;
    position: relative;
    background-color: #4CB06D;
    color: #fff;
  }
  #top .section03 .section-footer .message .txt01 {
    font-size: 15rem;
  }
  #top .section03 .section-footer .message .txt01 .base {
    font-size: 180%;
    position: relative;
    top: 4rem;
    margin-left: 2.5rem;
  }
  #top .section03 .section-footer .message .txt01 .base .in02 {
    margin-left: -2.5rem;
  }
  #top .section03 .section-footer .message .txt02 {
    font-size: 11rem;
  }
  #top .section03 .section-footer .message::after {
    border-left: 25rem solid transparent;
    border-bottom: 25rem solid transparent;
    border-right: 25rem solid #fff;
  }
  #top .section03 .section-footer .message::before {
    border-right: 25rem solid transparent;
    border-top: 25rem solid transparent;
    border-left: 25rem solid #fff;
  }
  #top .section04 {
    padding-top: 45rem;
  }
  #top .section04 .header {
    padding-bottom: 65rem;
  }
  #top .section04 .header .ttl {
    margin: auto;
    padding-bottom: 30rem;
    width: 283rem;
  }
  #top .section04 .header .text {
    text-align: center;
    font-size: 25rem;
    line-height: 1.25;
    letter-spacing: .1em;
  }
  #top .section04 .header .text br {
    display: none;
  }
  #top .section04 .merits {
    padding-bottom: 65rem;
  }
  #top .section04 .merits .merit01 {
    margin-bottom: 50rem;
  }
  #top .section04 .merits .ttl {
    padding: 20rem 20rem 40rem;
    font-size: 12rem;
  }
  #top .section04 .merits .ttl::before {
    display: none;
  }
  #top .section04 .merits .ttl::after {
    background-color: transparent;
    top: auto;
    bottom: 17rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 0rem;
    height: 0rem;
    border-top: 15rem solid #fff;
    border-left: 15rem solid transparent;
    border-right: 15rem solid transparent;
    transition: transform .4s;
  }
  #top .section04 .merits .ttl.on::after {
    transform: translateX(-50%) rotate(180deg);
    transform-origin: center;
  }
  #top .section04 .merits .ttl .big {
    font-size: 130%;
  }
  #top .section04 .merits .ttl .illust {
    position: static;
    margin: 0 auto;
    width: 80rem;
    padding-bottom: 20rem;
  }
  #top .section04 .merits .ttl .in {
    line-height: 1.8;
  }
  #top .section04 .merits .merit02 .ttl .illust {
    width: 78rem;
  }
  #top .section04 .merits .cont .sw {
    width: 100%;
    overflow: auto;
    position: relative;
  }
  #top .section04 .merits .cont .base {
    width: 800rem;
  }
  #top .section04 .merits .cont li {
    position: absolute;
    bottom: 10rem;
    left: 18rem;
    width: 134rem;
  }
  #top .section04 .merits .cont .cond02 {
    left: 245rem;
  }
  #top .section04 .section-footer {
    padding-bottom: 70rem;
  }
  #top .section04 .section-footer::before {
    height: 36rem;
    background-image: url(../images/top/section04-bg-sp.svg);
  }
  #top .section04 .section-footer .texts {
    margin: 0 auto;
    width: 90%;
    font-size: 14rem;
  }
  #top .section04 .section-footer .texts li {
    line-height: 1.7;
  }
  #top .section04 .section-footer .texts li::before {
    top: 5rem;
  }
  #top .section05 {
    padding-top: 50rem;
    position: relative;
    padding-bottom: 60rem;
  }
  #top .section05 .title {
    font-size: 25rem;
    padding-bottom: 40rem;
  }
  #top .section05::before {
    height: 96rem;
    background: url(../images/top/section04-bg02-sp.svg);
    background-size: cover;
  }
  #top .section05 .flows {
    margin: 0 auto;
    width: 80%;
  }
  #top .section05 .flows li {
    padding: 20rem 20rem 0;
    font-size: 20rem;
  }
  #top .section05 .flows li .text01 {
    line-height: 1.6;
    font-size: 20rem;
    padding-bottom: 20rem;
  }
  #top .section05 .flows li::after {
    border-top: 30rem solid #159840;
    border-left: 70rem solid transparent;
    border-right: 70rem solid transparent;
  }
  #top .section05 .flows li.flow03 {
    padding-bottom: 4rem;
  }
  #top .section05 .flows .illust {
    position: static;
    margin: auto;
    padding-bottom: 10rem;
    float: right;
  }
  #top .section05 .flows .flow01 {
    padding: 20rem 20rem;
  }
  #top .section05 .flows .flow01 .illust {
    width: 68rem;
    transform: translateY(0%);
  }
  #top .section05 .flows .text02 {
    padding-top: 16rem;
    font-size: 16rem;
  }
  #top .section05 .flows .text03 {
    padding-top: 9rem;
    font-size: 20rem;
  }
  #top .section05 .flows .text03 a {
    padding: 8rem 20rem;
    font-size: 16rem;
  }
  #top .section05 .flows .flow02 .illust {
    width: 108rem;
  }
  #top .section05 .flows .flow03 .illust {
    width: 160rem;
  }
  #top .section05 .flows .flow04 .illust {
    width: 66rem;
  }
  #top .section06 {
    padding: 100rem 0;
  }
  #top .section06 .title {
    margin: auto;
    width: 90%;
    font-size: 25rem;
    line-height: 1.25;
    padding-bottom: 60rem;
  }
  #top .section06 .title br {
    display: none;
  }
  #top .section06 .text01 {
    font-size: 14rem;
    text-align: left;
  }
  #top .section06 .text01 br {
    display: none;
  }
  #top .section06 .text01 + .text01,
  #top .section06 .text01 + .text02 {
    padding-top: 25rem;
  }
  #top .section06 .text02 {
    font-size: 12rem;
    text-align: left;
  }
  #top .section06 .text02 + .text02 {
    padding-top: 5rem;
  }
  #top .section06 .thanks-wrap {
    width: 90%;
    margin: auto;
  }
  #top .section06 .thanks-wrap .title {
    padding-bottom: 60rem;
  }
  #top .section06 .content .tit {
    font-size: 22rem;
  }
  #top .section06 .content table {
    margin-bottom: 90rem;
    width: 100%;
    box-sizing: border-box;
  }
  #top .section06 .content .radio td {
    line-height: 1.6;
  }
  #top .section06 .content .radio td label {
    margin-bottom: 8rem;
  }
  #top .section06 .content .radio td br {
    display: none;
  }
  #top .section06 .content td {
    display: block;
    padding: 20rem 0rem 30rem;
    font-size: 13rem;
    line-height: 1.5;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
  }
  #top .section06 .content td div.last {
    margin-top: 20rem;
    padding-left: 0em;
  }
  #top .section06 .content td .wordBreak {
    display: block;
  }
  #top .section06 .content label {
    display: block;
  }
  #top .section06 .content th {
    display: block;
    padding: 20rem 0 10rem;
    font-size: 13rem;
    width: auto;
  }
  #top .section06 .content input[type="email"],
  #top .section06 .content input[type="tel"],
  #top .section06 .content input[type="text"] {
    box-sizing: border-box;
    padding: 5rem 15rem;
    width: 100%;
    font-size: 16rem;
  }
  #top .section06 .content input[type="email"].medium,
  #top .section06 .content input[type="tel"].medium,
  #top .section06 .content input[type="text"].medium {
    width: auto;
  }
  #top .section06 .content input[type="email"].small,
  #top .section06 .content input[type="tel"].small,
  #top .section06 .content input[type="text"].small {
    width: 100rem;
  }
  #top .section06 .content input[type="button"] {
    display: block;
    margin-top: 15rem;
    padding: 5rem 10rem;
    border: 1px solid #999;
  }
  #top .section06 .content .adBtn {
    margin: 0 auto;
  }
  #top .section06 .content .btmContact {
    font-size: 16rem;
  }
  #top .section06 .content .btmContact a {
    color: #000;
    text-decoration: underline;
  }
  #top .section06 .content .btmContact .txt {
    padding-bottom: 20rem;
  }
  #top .section06 .content .txt-box {
    padding: 50rem 30rem !important;
  }
  #top .section06 .content .txt-box p {
    font-size: 12rem;
    line-height: 2;
  }
  #top .section06 .content .txt-box a {
    color: #000;
  }
  #top .form-btn {
    padding-top: 20rem;
    font-size: 20rem;
    text-align: center;
  }
  #top .form-btn a {
    padding: 16rem 60rem;
  }
  #top .site-footer {
    padding-top: 140rem;
    padding-bottom: 50rem;
  }
  #top .site-footer .bnr {
    margin-bottom: 25px;
  }
  #top .site-footer .copyright {
    font-size: 9rem;
    padding-top: 60rem;
    line-height: 1.6;
  }
  #top .site-footer::before {
    height: 120rem;
    background: url(../images/top/section05-bg-sp.svg) right bottom;
    background-size: cover;
  }
  #top .site-footer .links {
    display: block;
  }
  #top .site-footer .links .links01 {
    width: 100%;
    padding-bottom: 20rem;
  }
  #top .site-footer .links .links01 .big {
    padding-bottom: 15rem;
  }
  #top .site-footer .links .links01 li {
    font-size: 14rem;
    padding-bottom: 20rem;
  }
  #top .site-footer .links .links02,
  #top .site-footer .links .links03,
  #top .site-footer .links .links04 {
    width: 100%;
    padding-bottom: 20rem;
  }
  #top .site-footer .links .links02 .inner,
  #top .site-footer .links .links03 .inner,
  #top .site-footer .links .links04 .inner {
    display: block;
  }
  #top .site-footer .links .links02 li,
  #top .site-footer .links .links03 li,
  #top .site-footer .links .links04 li {
    padding-bottom: 15rem;
  }
  #top .site-footer .links .links05 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /*====================================
 common
======================================*/
  main img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
