@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: none;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1230px;
  /* font-family: 'Noto Serif JP', serif; */
  /* color: #553618; */
  box-sizing: border-box;
  color: #5e4328;
  font-family: "noto sans jp", sans-serif;
}

.sp {
  display: none;
}

@font-face {
  font-family: GenJyuuGothicX-Medium;
  src: url(../font/GenJyuuGothicX-Medium.ttf);
}
@font-face {
  font-family: GenJyuuGothicX-Bold;
  src: url(../font/GenJyuuGothicX-Bold.ttf);
}
@font-face {
  font-family: ShipporiMinchoB1-SemiBold;
  src: url(../font/ShipporiMinchoB1-SemiBold.ttf);
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    width: 100%;
    min-width: 360px;
    /* font-family: 'Noto Serif JP', serif; */
    /* color: #553618; */
    box-sizing: border-box;
    color: #5e4328;
    font-family: "noto sans jp", sans-serif;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a:hover {
    opacity: 1;
    cursor: pointer;
    transition: none;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.key {
  position: relative;
  height: 550px;
  background: url(../../images/sitemap/key.jpg) center top 30%/cover no-repeat;
}
.key:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  background: url(../../images/common/key_bg.png) center/cover no-repeat;
}
.key:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 50%;
  height: 3.9vw;
  transform: rotateY(180deg);
  background: url(../../images/common/key_bg.png) center/cover no-repeat;
}
.key .inner {
  width: 1280px;
  margin: 0 auto;
}
.key .key_text {
  position: relative;
  padding-top: 300px;
  padding-left: 300px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.07em;
}
.key .key_text:before {
  content: "RECRUIT";
  position: absolute;
  top: 200px;
  left: 280px;
  font-size: 70px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    height: 97.2vw;
    background: url(../../images/sitemap/key.jpg) center top/cover no-repeat;
  }
  .key:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    background: url(../../images/common/key_bg.png) center/cover no-repeat;
  }
  .key:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50%;
    height: 3.9vw;
    transform: rotateY(180deg);
    background: url(../../images/common/key_bg.png) center/cover no-repeat;
  }
  .key .inner {
    width: 100%;
    margin: 0 auto;
  }
  .key .key_text {
    position: relative;
    padding-top: 55.5vw;
    padding-left: 5.5vw;
    font-size: 8.3vw;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.07em;
  }
  .key .key_text:before {
    content: "RECRUIT";
    position: absolute;
    top: 33.3vw;
    left: 5.5vw;
    width: 90%;
    font-size: 13.8vw;
    letter-spacing: 0.05em;
  }
}

/* =====sec01===== */
.sec01 .head {
  position: relative;
}
.sec01 .head:before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  bottom: -100px;
  width: 169px;
  height: 206px;
  margin: 0 auto;
  background: url(../images/scroll01.png);
}
.sec01 .sec_title {
  position: relative;
  width: 640px;
  padding: 68px 0 128px;
  margin: 0 auto;
  font-family: GenJyuuGothicX-Medium;
  font-size: 40px;
  text-align: center;
  color: #e66aaf;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 164px;
  margin: auto 0;
  background: url(../images/kazari01.png);
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0;
  bottom: 0;
  width: 120px;
  height: 164px;
  margin: auto 0;
  background: url(../images/kazari02.png);
}
.sec01 .sec_title .upper {
  display: block;
  margin-bottom: -20px;
}
.sec01 .sec_title .medium {
  font-size: 50px;
}
.sec01 .sec_title .large {
  font-size: 59px;
}
.sec01 .body {
  position: relative;
  padding: 135px 0;
  background: rgba(240, 229, 227, 0.7);
}
.sec01 .bg {
  position: absolute;
  width: 100%;
  height: 509px;
  background: url(../images/repeatBg.png);
}
.sec01 .bg.bg01 {
  top: 265px;
}
.sec01 .bg.bg02 {
  top: 1461px;
}
.sec01 .bg.bg03 {
  top: 2512px;
}
.sec01 .list {
  width: 1230px;
  margin: 0 auto;
}
.sec01 .item .textbox {
  position: relative;
  width: 50%;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.sec01 .item.item01 .textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira01.png);
}
.sec01 .item.item01 .textbox:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: -45px;
  width: 95px;
  height: 147px;
  background: url(../images/illust01.png);
}
.sec01 .item.item02 .textbox:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 0px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira02.png);
}
.sec01 .item.item02 .textbox:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 35px;
  width: 75px;
  height: 187px;
  background: url(../images/illust02.png);
}
.sec01 .item.item03 .textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira01.png);
}
.sec01 .item.item03 .textbox:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 130px;
  width: 83px;
  height: 147px;
  background: url(../images/illust03.png) no-repeat;
}
.sec01 .item.item04 .textbox:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 0px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira02.png);
}
.sec01 .item.item04 .textbox:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 13px;
  right: 26px;
  width: 130px;
  height: 217px;
  background: url(../images/illust04.png);
}
.sec01 .item.item05 .textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira01.png);
}
.sec01 .item.item05 .textbox:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -61px;
  bottom: 21px;
  width: 120px;
  height: 224px;
  background: url(../images/illust05.png);
}
.sec01 .item.item06 .textbox:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 0px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira02.png);
}
.sec01 .item.item06 .textbox:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 10px;
  width: 87px;
  height: 135px;
  background: url(../images/illust06.png);
}
.sec01 .item.item07 .textbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 127px;
  height: 155px;
  background: url(../images/kirakira01.png);
}
.sec01 .item .photo {
  position: relative;
  width: 50%;
}
.sec01 .item .photo img {
  width: 100%;
  height: 100%;
}
.sec01 .item.item01 .photo:before {
  content: "";
  position: absolute;
  left: -60px;
  top: -80px;
  width: 442px;
  height: 298px;
  background: url(../images/smiling.png);
}
.sec01 .item.item02 .photo:before {
  content: "";
  position: absolute;
  left: 267px;
  top: 211px;
  width: 78px;
  height: 86px;
  background: url(../images/kirakira03.png);
}
.sec01 .item.item03 .photo:before {
  content: "";
  position: absolute;
  right: 130px;
  top: 34px;
  width: 73px;
  height: 82px;
  background: url(../images/heart01.png);
}
.sec01 .item.item03 .photo:after {
  content: "";
  position: absolute;
  left: 80px;
  top: 210px;
  width: 123px;
  height: 106px;
  background: url(../images/heart02.png);
}
.sec01 .item.item04 .photo:before {
  content: "";
  position: absolute;
  right: -130px;
  top: -20px;
  width: 453px;
  height: 211px;
  background: url(../images/levelup.png);
}
.sec01 .item.item06 .photo:before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: 10px;
  width: 456px;
  height: 236px;
  background: url(../images/cheerup.png);
}
.sec01 .item {
  display: flex;
  height: 511px;
  margin-bottom: 18px;
}
.sec01 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec01 .item:nth-child(2n-1) .textbox {
  background: #fff;
}
.sec01 .item_title {
  width: 328px;
  padding: 0 0 10px;
  margin: 0 auto 50px;
  font-size: 28px;
  font-family: GenJyuuGothicX-Medium;
  line-height: 1.8;
}
.sec01 .item_title .large {
  font-size: 42px;
}
.sec01 .item_title .large02 {
  font-size: 42px;
  font-family: GenJyuuGothicX-Bold;
}
.sec01 .item:nth-of-type(1) .item_title {
  position: relative;
  border-bottom: 1px solid #d9529a;
  color: #d9529a;
}
.sec01 .item:nth-of-type(1) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num01.png);
}
.sec01 .item_text {
  width: 360px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec01 .item:nth-of-type(2) .textbox {
  background: #c159a9;
}
.sec01 .item:nth-of-type(2) .item_title {
  position: relative;
  padding: 0 0 50px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sec01 .item:nth-of-type(2) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num02.png);
}
.sec01 .item:nth-of-type(2) .item_text {
  color: #fff;
}
.sec01 .item:nth-of-type(3) .item_title {
  position: relative;
  padding: 0 0 50px;
  border-bottom: 1px solid #f5738b;
  color: #f5738b;
}
.sec01 .item:nth-of-type(3) .item_title .large {
  position: relative;
  padding: 0 0 0 10px;
  color: #f74169;
}
.sec01 .item:nth-of-type(3) .item_title .large:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 41px;
  height: 39px;
  background: url(../images/kazari03.png);
}
.sec01 .item:nth-of-type(3) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num03.png);
}
.sec01 .item:nth-of-type(4) .textbox {
  background: #d9529a;
}
.sec01 .item:nth-of-type(4) .item_title {
  position: relative;
  padding: 0 0 40px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sec01 .item:nth-of-type(4) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num04.png);
}
.sec01 .item:nth-of-type(4) .item_title .medium {
  position: relative;
  font-size: 36px;
}
.sec01 .item:nth-of-type(4) .item_title .medium:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 41px;
  height: 39px;
  background: url(../images/kazari04.png);
}
.sec01 .item:nth-of-type(4) .item_text {
  color: #fff;
}
.sec01 .item:nth-of-type(5) .item_title {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #c159a9;
  color: #c159a9;
}
.sec01 .item:nth-of-type(5) .item_title .large {
  position: relative;
  color: #bf0ca6;
}
.sec01 .item:nth-of-type(5) .item_title .large:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -50px;
  width: 41px;
  height: 39px;
  background: url(../images/kazari05.png);
}
.sec01 .item:nth-of-type(5) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num05.png);
}
.sec01 .item:nth-of-type(6) .textbox {
  background: #f5738b;
}
.sec01 .item:nth-of-type(6) .item_title {
  position: relative;
  width: 350px;
  padding: 0 0 20px;
  color: #fff;
}
.sec01 .item:nth-of-type(6) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num06.png);
}
.sec01 .item:nth-of-type(6) .item_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 328px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
.sec01 .item:nth-of-type(6) .item_title .large {
  position: relative;
}
.sec01 .item:nth-of-type(6) .item_title .large:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -20px;
  width: 42px;
  height: 40px;
  background: url(../images/kazari06.png);
}
.sec01 .item:nth-of-type(6) .item_text {
  color: #fff;
}
.sec01 .item:nth-of-type(7) .item_title {
  position: relative;
  width: 340px;
  padding: 0 0 30px;
  border-bottom: 1px solid #c159a9;
  color: #d9529a;
}
.sec01 .item:nth-of-type(7) .item_title .large {
  position: relative;
  color: #d1188b;
}
.sec01 .item:nth-of-type(7) .item_title .large:before {
  content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  width: 41px;
  height: 39px;
  background: url(../images/kazari07.png);
}
.sec01 .item:nth-of-type(7) .item_title:before {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -30px;
  width: 219px;
  height: 182px;
  background: url(../images/num07.png);
}
@media screen and (max-width: 768px) {
  .sec01 {
    overflow: hidden;
  }
  .sec01 .head {
    position: relative;
  }
  .sec01 .head:before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    right: 0;
    bottom: -100px;
    width: 169px;
    height: 206px;
    margin: 0 auto;
    background: url(../images/scroll01.png) center/70% no-repeat;
  }
  .sec01 .sec_title {
    position: relative;
    width: 360px;
    padding: 68px 0 128px;
    margin: 0 auto;
    font-family: GenJyuuGothicX-Medium;
    font-size: 20px;
    text-align: center;
    color: #e66aaf;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -170px;
    bottom: 0;
    transform: rotate(40deg);
    width: 120px;
    height: 164px;
    margin: auto 0;
    background: url(../images/kazari01.png) center/50px no-repeat;
  }
  .sec01 .sec_title:after {
    content: "";
    position: absolute;
    right: -30px;
    top: -170px;
    bottom: 0;
    transform: rotate(-40deg);
    width: 120px;
    height: 164px;
    margin: auto 0;
    background: url(../images/kazari02.png) center/50px no-repeat;
  }
  .sec01 .sec_title .upper {
    display: block;
    margin-bottom: 0px;
  }
  .sec01 .sec_title .medium {
    font-size: 24px;
  }
  .sec01 .sec_title .large {
    font-size: 30px;
  }
  .sec01 .sec_title .image img {
    width: 100px;
  }
  .sec01 .body {
    position: relative;
    padding: 135px 10px;
    box-sizing: border-box;
    background: rgba(240, 229, 227, 0.7);
  }
  .sec01 .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 509px;
    background: url(../images/repeatBg.png);
  }
  .sec01 .bg.bg01 {
    top: 530px;
  }
  .sec01 .bg.bg02 {
    top: 1800px;
  }
  .sec01 .bg.bg03 {
    top: 3152px;
  }
  .sec01 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .item .textbox {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .sec01 .item.item01 .textbox:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -102px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira01.png) center/60% no-repeat;
  }
  .sec01 .item.item01 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -10px;
    bottom: -75px;
    width: 95px;
    height: 147px;
    background: url(../images/illust01.png) center/60% no-repeat;
  }
  .sec01 .item.item02 .textbox:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -56px;
    right: -10px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira02.png) center/50% no-repeat;
  }
  .sec01 .item.item02 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -106px;
    right: 35px;
    width: 75px;
    height: 187px;
    background: url(../images/illust02.png) center/60% no-repeat;
  }
  .sec01 .item.item03 .textbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: -82px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira01.png) center/50% no-repeat;
  }
  .sec01 .item.item03 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: auto;
    right: -20px;
    bottom: -70px;
    width: 83px;
    height: 147px;
    background: url(../images/illust03.png) center/60% no-repeat;
  }
  .sec01 .item.item04 .textbox:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -66px;
    right: -60px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira02.png) center/60% no-repeat;
  }
  .sec01 .item.item04 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -355px;
    right: -34px;
    width: 130px;
    height: 217px;
    background: url(../images/illust04.png) center/60% no-repeat;
  }
  .sec01 .item.item05 .textbox:before {
    content: "";
    position: absolute;
    left: -40px;
    top: -92px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira01.png) center/50% no-repeat;
  }
  .sec01 .item.item05 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -31px;
    bottom: -119px;
    width: 120px;
    height: 224px;
    background: url(../images/illust05.png) center/40% no-repeat;
  }
  .sec01 .item.item06 .textbox:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -80px;
    right: 0px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira02.png) center/50% no-repeat;
  }
  .sec01 .item.item06 .textbox:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -65px;
    right: 10px;
    width: 87px;
    height: 135px;
    background: url(../images/illust06.png) center/60% no-repeat;
  }
  .sec01 .item.item07 .textbox:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 38px;
    width: 127px;
    height: 155px;
    background: url(../images/kirakira01.png) center/40% no-repeat;
  }
  .sec01 .item .photo {
    position: relative;
    width: 100%;
    max-height: 60vw;
    overflow: hidden;
  }
  .sec01 .item .photo img {
    width: 100%;
    height: 100%;
  }
  .sec01 .item.item01 .photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 52.7vw;
    height: 298px;
    background: url(../images/smiling.png) top -18px center/contain no-repeat;
  }
  .sec01 .item.item02 .photo:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 121px;
    width: 78px;
    height: 86px;
    background: url(../images/kirakira03.png) center/60% no-repeat;
  }
  .sec01 .item.item03 .photo:before {
    content: "";
    position: absolute;
    right: 70px;
    top: 34px;
    width: 73px;
    height: 82px;
    background: url(../images/heart01.png) center/60% no-repeat;
  }
  .sec01 .item.item03 .photo:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 210px;
    width: 123px;
    height: 106px;
    background: url(../images/heart02.png) center/60% no-repeat;
  }
  .sec01 .item.item04 .photo:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52.7vw;
    height: 211px;
    background: url(../images/levelup.png) top center/contain no-repeat;
  }
  .sec01 .item.item06 .photo:before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 52.7vw;
    height: 236px;
    background: url(../images/cheerup.png) bottom center/contain no-repeat;
  }
  .sec01 .item {
    display: block;
    height: auto;
    margin-bottom: 50px;
  }
  .sec01 .item:last-of-type {
    margin-bottom: 0px;
  }
  .sec01 .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sec01 .item:nth-child(2n-1) .textbox {
    background: #fff;
  }
  .sec01 .item_title {
    width: 328px;
    max-width: 100%;
    padding: 0 0 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-family: GenJyuuGothicX-Medium;
    line-height: 1.8;
  }
  .sec01 .item_title .large {
    font-size: 30px;
  }
  .sec01 .item_title .large02 {
    font-size: 30px;
    font-family: GenJyuuGothicX-Bold;
  }
  .sec01 .item:nth-of-type(1) .item_title {
    position: relative;
    border-bottom: 1px solid #d9529a;
    color: #d9529a;
  }
  .sec01 .item:nth-of-type(1) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num01.png) center/60% no-repeat;
  }
  .sec01 .item_text {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec01 .item:nth-of-type(2) .textbox {
    background: #c159a9;
  }
  .sec01 .item:nth-of-type(2) .item_title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .sec01 .item:nth-of-type(2) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num02.png) center/60% no-repeat;
  }
  .sec01 .item:nth-of-type(2) .item_text {
    color: #fff;
  }
  .sec01 .item:nth-of-type(3) .item_title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #f5738b;
    color: #f5738b;
  }
  .sec01 .item:nth-of-type(3) .item_title .large {
    padding: 0 0 0 10px;
    color: #f74169;
  }
  .sec01 .item:nth-of-type(3) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num03.png) center/60% no-repeat;
  }
  .sec01 .item:nth-of-type(4) .textbox {
    background: #d9529a;
  }
  .sec01 .item:nth-of-type(4) .item_title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .sec01 .item:nth-of-type(4) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num04.png) center/60% no-repeat;
  }
  .sec01 .item:nth-of-type(4) .item_text {
    color: #fff;
  }
  .sec01 .item:nth-of-type(5) .item_title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #c159a9;
    color: #c159a9;
  }
  .sec01 .item:nth-of-type(5) .item_title .large {
    color: #bf0ca6;
  }
  .sec01 .item:nth-of-type(5) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num05.png) center/60% no-repeat;
  }
  .sec01 .item:nth-of-type(6) .textbox {
    background: #f5738b;
  }
  .sec01 .item:nth-of-type(6) .item_title {
    position: relative;
    width: 350px;
    padding: 0 0 10px;
    color: #fff;
  }
  .sec01 .item:nth-of-type(6) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num06.png) center/60% no-repeat;
  }
  .sec01 .item:nth-of-type(6) .item_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 328px;
    height: 1px;
    margin: 0 auto;
    background: #fff;
  }
  .sec01 .item:nth-of-type(6) .item_text {
    color: #fff;
  }
  .sec01 .item:nth-of-type(7) .item_title {
    position: relative;
    width: 340px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c159a9;
    color: #d9529a;
  }
  .sec01 .item:nth-of-type(7) .item_title .large {
    color: #d1188b;
  }
  .sec01 .item:nth-of-type(7) .item_title:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -50px;
    width: 219px;
    height: 182px;
    background: url(../images/num07.png) center/60% no-repeat;
  }
}

/* =====sec02===== */
.sec02 {
  position: relative;
}
.sec02:before {
  content: "";
  position: absolute;
  top: -67px;
  width: 100%;
  height: 134px;
  background: url(../images/curve01.png) center top/contain repeat-x;
}
.sec02 .head {
  padding: 54px 0 0;
}
.sec02 .sec_title {
  position: relative;
  width: 400px;
  margin: 0 auto 20px;
  font-size: 20px;
  font-family: "GenJyuuGothicX-Medium", sans-serif;
  text-align: center;
}
.sec02 .sec_title .large {
  display: block;
  padding: 10px 0 0;
  font-size: 40px;
  color: #d9529a;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  left: -120px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 110px;
  margin: auto 0;
  background: url(../images/kazari08.png);
}
.sec02 .sec_title:after {
  content: "";
  position: absolute;
  right: -120px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 110px;
  margin: auto 0;
  background: url(../images/kazari09.png);
}
.sec02 .head_text {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec02 .flexbox {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
.sec02 .flexbox .right .message {
  position: relative;
  width: 480px;
  padding: 90px 0 0 100px;
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.sec02 .flexbox .right .message:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 581px;
  height: 393px;
  background: url(../images/fukidashi01.png) center/contain no-repeat;
}
.sec02 .flexbox .left {
  position: relative;
  min-width: 549px;
  height: 419px;
}
.sec02 .flexbox .left .photo {
  position: absolute;
  left: -34px;
}
.sec02 .flexbox .left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec02 .body {
  overflow: hidden;
}
.sec02 .list {
  border-top: 2px solid #d9529a;
}
.sec02 .item01 {
  padding: 57px 0 100px;
  background: #fff3fa;
}
.sec02 .item_title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.sec02 .item.item01 .item_title:before {
  content: "";
  position: absolute;
  top: -120px;
  right: 40px;
  width: 507px;
  height: 430px;
  background: url(../images/firststage.png);
}
.sec02 .item_text {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.sec02 .box {
  position: relative;
  width: 957px;
  padding: 20px 0;
  border: 4px dotted #5e4328;
  margin: 0 auto;
  background: #fff;
}
.sec02 .item.item01 .box:before {
  content: "";
  position: absolute;
  left: -270px;
  top: -235px;
  width: 467px;
  height: 369px;
  background: url(../images/photo13@2x.png) center/contain;
}
.sec02 .item.item01 .box:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -243px;
  bottom: -140px;
  width: 431px;
  height: 344px;
  background: url(../images/photo14@2x.png) center/contain;
}
.sec02 .box_title {
  width: 530px;
  margin: 0 auto 15px;
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  text-align: center;
  color: #d9529a;
}
.sec02 .upper {
  border-top: 2px solid #d9529a;
  padding: 20px 0 0;
}
.sec02 .body .upper .flexbox {
  display: flex;
  align-items: center;
  width: 875px;
}
.sec02 .upper_left {
  margin: 0 100px 0 0;
}
.sec02 .upper_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #e57cb8;
  font-size: 36px;
  color: #fff;
  font-family: ShipporiMinchoB1-SemiBold;
}
.sec02 .right_text01, .sec02 .right_text03 {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  padding: 0 0 0 38px;
}
.sec02 .right_text01:before, .sec02 .right_text03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/square01.png);
}
.sec02 .right_text01, .sec02 .right_text03 {
  margin-bottom: 20px;
}
.sec02 .right_text02 {
  position: relative;
  padding: 0 0 0 31px;
  margin: 0 0 20px 36px;
  font-weight: 300;
}
.sec02 .right_text02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url(../images/indent_style01.png);
}
.sec02 .upper_list {
  display: flex;
  margin: 0 0 35px 36px;
}
.sec02 .list_left {
  position: relative;
  padding: 0 0 0 31px;
}
.sec02 .list_left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 16px;
  background: url(../images/indent_style01.png) no-repeat;
}
.sec02 .list_left {
  margin: 0 25px 0 0;
}
.sec02 .list_text {
  font-weight: 300;
}
.sec02 .upper_bottom {
  width: 875px;
  border-top: 4px dotted #5e4328;
  padding: 25px 0 0;
  margin: 0 auto 25px;
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  color: #d9529a;
  text-align: center;
}
.sec02 .lower {
  border-top: 2px solid #d9529a;
}
.sec02 .lower_inner {
  display: flex;
  align-items: center;
  width: 875px;
  padding: 20px 0 0;
  margin: 0 auto;
}
.sec02 .lower_left {
  margin: 0 100px 0 0;
}
.sec02 .lower_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #e57cb8;
  font-size: 36px;
  color: #fff;
  font-family: ShipporiMinchoB1-SemiBold;
}
.sec02 .lower .right_text01 {
  position: relative;
  padding: 0 0 0 38px;
}
.sec02 .lower .right_text01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/square01.png);
}
.sec02 .lower .right_text02 {
  margin: 0 0 0 36px;
}
.sec02 .item02 {
  position: relative;
  padding: 112px 0 120px;
  background: #fcd9ee;
}
.sec02 .item02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  background: url(../images/bg04_1.png) center bottom/cover no-repeat;
}
.sec02 .item02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  background: url(../images/bg04_2.png) center bottom/cover no-repeat;
}
.sec02 .item02 .item_title {
  position: relative;
}
.sec02 .item02 .item_title:before {
  content: "";
  position: absolute;
  top: -90px;
  right: 80px;
  width: 488px;
  height: 325px;
  background: url(../images/secondstage.png) center/cover no-repeat;
}
.sec02 .item02 .box {
  position: relative;
}
.sec02 .item02 .box:before {
  content: "";
  position: absolute;
  top: -354px;
  left: -235px;
  width: 464px;
  height: 359px;
  background: url(../images/photo15@2x.png) center/cover;
}
.sec02 .item02 .textbox {
  border-top: 2px solid #c159a9;
  padding: 20px 0 0 200px;
}
.sec02 .item02 .box_text01 {
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 10px;
}
.sec02 .item02 .box_text01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/square01.png);
}
.sec02 .item02 .box_text03 {
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  position: relative;
  padding: 0 0 0 38px;
}
.sec02 .item02 .box_text03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/square01.png);
}
.sec02 .item02 .box_text02 {
  position: relative;
  padding: 0 0 0 31px;
  margin: 0 0 0 36px;
  margin-bottom: 20px;
  font-weight: 300;
}
.sec02 .item02 .box_text02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url(../images/indent_style01.png);
}
.sec02 .item03 {
  padding: 52px 0 236px;
  background: #e57cb8;
}
.sec02 .item03 .item_title {
  position: relative;
}
.sec02 .item03 .item_title:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 507px;
  height: 337px;
  background: url(../images/thirdstage.png);
}
.sec02 .item03 .item_text {
  color: #fff;
}
.sec02 .item03 .box {
  position: relative;
  padding: 20px 0 0;
}
.sec02 .item03 .box:before {
  content: "";
  position: absolute;
  top: -294px;
  left: -235px;
  width: 477px;
  height: 383px;
  background: url(../images/photo16@2x.png) center/cover;
}
.sec02 .item03 .box:after {
  content: "";
  position: absolute;
  z-index: 100;
  right: -243px;
  bottom: -140px;
  width: 384px;
  height: 298px;
  background: url(../images/photo17@2x.png) center/contain;
}
.sec02 .item03 .box_title {
  text-align: center;
}
.sec02 .item03 .textbox {
  border-top: 2px solid #c159a9;
  padding: 20px 0 40px 200px;
  background: rgba(229, 124, 184, 0.2);
}
.sec02 .item03 .box_text01, .sec02 .item03 .box_text03 {
  font-size: 24px;
  font-family: GenJyuuGothicX-Medium;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 10px;
}
.sec02 .item03 .box_text01:before, .sec02 .item03 .box_text03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/square01.png);
}
.sec02 .item03 .box_text02, .sec02 .item03 .box_text04 {
  position: relative;
  padding: 0 0 0 31px;
  margin: 0 0 0 36px;
  margin-bottom: 20px;
  font-weight: 300;
}
.sec02 .item03 .box_text02:before, .sec02 .item03 .box_text04:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background: url(../images/indent_style01.png);
}
.sec02 .item03 .box_text04 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
  }
  .sec02:before {
    content: "";
    position: absolute;
    top: -27px;
    width: 100%;
    height: 134px;
    background: url(../images/curve01.png) center top/contain repeat-x;
  }
  .sec02 .head {
    padding: 54px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sec02 .sec_title {
    position: relative;
    width: 340px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-family: "GenJyuuGothicX-Medium", sans-serif;
    text-align: center;
  }
  .sec02 .sec_title .large {
    display: block;
    padding: 10px 0 0;
    font-size: 32px;
    color: #d9529a;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -110px;
    bottom: 0;
    transform: rotate(40deg);
    width: 80px;
    height: 110px;
    margin: auto 0;
    background: url(../images/kazari08.png) center/40px no-repeat;
  }
  .sec02 .sec_title:after {
    content: "";
    position: absolute;
    right: -30px;
    top: -110px;
    bottom: 0;
    transform: rotate(-40deg);
    width: 80px;
    height: 110px;
    margin: auto 0;
    background: url(../images/kazari09.png) center/40px no-repeat;
  }
  .sec02 .head_text {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  .sec02 .flexbox {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .flexbox .right .message {
    position: relative;
    width: 200px;
    padding: 80px 0 0 20px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: GenJyuuGothicX-Medium;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    text-justify: distribute;
  }
  .sec02 .flexbox .right .message:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -65px;
    transform: rotate(-25deg);
    width: 345px;
    height: 386px;
    background: url(../images/fukidashi01_2.png) center/100% no-repeat;
  }
  .sec02 .flexbox .left {
    position: relative;
    padding-top: 60px;
    min-width: auto;
    height: 250px;
  }
  .sec02 .flexbox .left .photo {
    position: absolute;
    left: -34px;
  }
  .sec02 .flexbox .left .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .body {
    overflow: hidden;
  }
  .sec02 .list {
    border-top: 2px solid #d9529a;
  }
  .sec02 .item01 {
    padding: 57px 10px 100px;
    box-sizing: border-box;
    background: #fff3fa;
  }
  .sec02 .item_title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .sec02 .item01 .item_title img {
    width: 150px;
  }
  .sec02 .item.item01 .item_title:before {
    content: "";
    position: absolute;
    top: -210px;
    right: 0px;
    width: 507px;
    height: 430px;
    background: url(../images/firststage.png) center right -30px/45% no-repeat;
  }
  .sec02 .item_text {
    margin-bottom: 130px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
  }
  .sec02 .box {
    position: relative;
    width: 435px;
    max-width: 100%;
    padding: 20px 0;
    border: 4px dotted #5e4328;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
  }
  .sec02 .item.item01 .box:before {
    content: "";
    position: absolute;
    left: -200px;
    top: -235px;
    width: 467px;
    height: 369px;
    background: url(../images/photo13@2x.png) center/200px no-repeat;
  }
  .sec02 .item.item01 .box:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -133px;
    bottom: -230px;
    width: 431px;
    height: 344px;
    background: url(../images/photo14@2x.png) center/200px no-repeat;
  }
  .sec02 .box_title {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 15px;
    font-size: 19px;
    font-family: GenJyuuGothicX-Medium;
    color: #d9529a;
    text-align: center;
  }
  .sec02 .upper {
    width: 100%;
    border-top: 2px solid #d9529a;
    padding: 20px 10px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .body .upper .flexbox {
    display: block;
    align-items: center;
    width: 100%;
  }
  .sec02 .upper_right {
    margin: 0 0 40px;
  }
  .sec02 .upper_left {
    margin: 0;
  }
  .sec02 .upper_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #e57cb8;
    font-size: 24px;
    color: #fff;
    font-family: ShipporiMinchoB1-SemiBold;
  }
  .sec02 .right_text01, .sec02 .right_text03 {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
  }
  .sec02 .right_text01, .sec02 .right_text03 {
    margin-bottom: 20px;
  }
  .sec02 .right_text02 {
    position: relative;
    padding: 0 0 0 31px;
    margin: 0 0 20px 0;
    font-weight: 300;
  }
  .sec02 .right_text02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background: url(../images/indent_style01.png);
  }
  .sec02 .upper_list {
    display: block;
    margin: 0 0 35px;
    padding: 0;
    margin: 0;
  }
  .sec02 .list_left {
    position: relative;
  }
  .sec02 .list_left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 16px;
    background: url(../images/indent_style01.png) no-repeat;
  }
  .sec02 .list_right {
    padding: 0 0 0 31px;
  }
  .sec02 .list_text {
    font-weight: 300;
  }
  .sec02 .upper_bottom {
    width: 100%;
    border-top: 4px dotted #5e4328;
    padding: 25px 0 0;
    margin: 0 auto 25px;
    font-size: 20px;
    font-family: GenJyuuGothicX-Medium;
    color: #d9529a;
    text-align: center;
  }
  .sec02 .lower {
    border-top: 2px solid #d9529a;
  }
  .sec02 .lower_inner {
    display: block;
    align-items: center;
    width: 100%;
    padding: 20px 10px 0;
    box-sizing: border-box;
    border-top: 2px solid #d9529a;
    margin: 0 auto;
  }
  .sec02 .lower_left {
    margin: 0;
  }
  .sec02 .lower_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: #e57cb8;
    font-size: 24px;
    color: #fff;
    font-family: ShipporiMinchoB1-SemiBold;
  }
  .sec02 .lower .right_text01 {
    position: relative;
    padding: 0 0 0 25px;
  }
  .sec02 .lower .right_text01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/square01.png);
  }
  .sec02 .lower .right_text02 {
    margin: 0;
  }
  .sec02 .item02 {
    position: relative;
    padding: 112px 10px 120px;
    box-sizing: border-box;
    background: #fcd9ee;
  }
  .sec02 .item02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    background: url(../images/bg04_1.png) center/cover no-repeat;
  }
  .sec02 .item02:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    background: url(../images/bg04_2.png) center/cover no-repeat;
  }
  .sec02 .item02 .item_title {
    position: relative;
  }
  .sec02 .item02 .item_title img {
    width: 150px;
  }
  .sec02 .item02 .item_title:before {
    content: "";
    position: absolute;
    top: -165px;
    right: 0;
    width: 488px;
    height: 325px;
    background: url(../images/secondstage.png) center right/45% no-repeat;
  }
  .sec02 .item02 .box {
    position: relative;
  }
  .sec02 .item02 .box:before {
    content: "";
    position: absolute;
    top: -229px;
    left: -165px;
    width: 464px;
    height: 359px;
    background: url(../images/photo15@2x.png) center/200px no-repeat;
  }
  .sec02 .item02 .textbox {
    border-top: 2px solid #c159a9;
    padding: 20px 10px 0;
    box-sizing: border-box;
  }
  .sec02 .item02 .box_text01 {
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
  }
  .sec02 .item02 .box_text01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/square01.png);
  }
  .sec02 .item02 .box_text03 {
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    position: relative;
    padding: 0 0 0 25px;
  }
  .sec02 .item02 .box_text03:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/square01.png);
  }
  .sec02 .item02 .box_text02 {
    position: relative;
    padding: 0 0 0 31px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300;
  }
  .sec02 .item02 .box_text02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background: url(../images/indent_style01.png);
  }
  .sec02 .item03 {
    padding: 52px 10px 236px;
    box-sizing: border-box;
    background: #e57cb8;
  }
  .sec02 .item03 .item_title {
    position: relative;
  }
  .sec02 .item03 .item_title img {
    width: 150px;
  }
  .sec02 .item03 .item_title:before {
    content: "";
    position: absolute;
    top: -170px;
    right: 0;
    width: 507px;
    height: 337px;
    background: url(../images/thirdstage.png) center right/45% no-repeat;
  }
  .sec02 .item03 .item_text {
    color: #fff;
  }
  .sec02 .item03 .box {
    position: relative;
    padding: 20px 0 0;
  }
  .sec02 .item03 .box:before {
    content: "";
    position: absolute;
    top: -243px;
    left: -195px;
    width: 477px;
    height: 383px;
    background: url(../images/photo16@2x.png) center/200px no-repeat;
  }
  .sec02 .item03 .box:after {
    content: "";
    position: absolute;
    z-index: 100;
    right: -103px;
    bottom: -200px;
    width: 384px;
    height: 298px;
    background: url(../images/photo17@2x.png) center/200px no-repeat;
  }
  .sec02 .item03 .box_title {
    text-align: center;
  }
  .sec02 .item03 .box_title img {
    width: 150px;
  }
  .sec02 .item03 .textbox {
    border-top: 2px solid #c159a9;
    padding: 20px 10px 40px;
    box-sizing: border-box;
    background: rgba(229, 124, 184, 0.2);
  }
  .sec02 .item03 .box_text01, .sec02 .item03 .box_text03 {
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
  }
  .sec02 .item03 .box_text01:before, .sec02 .item03 .box_text03:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/square01.png);
  }
  .sec02 .item03 .box_text02, .sec02 .item03 .box_text04 {
    position: relative;
    padding: 0 0 0 31px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300;
  }
  .sec02 .item03 .box_text02:before, .sec02 .item03 .box_text04:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background: url(../images/indent_style01.png);
  }
  .sec02 .item03 .box_text04 {
    margin-bottom: 0;
  }
}

/* =====sec04===== */
.sec04 {
  position: relative;
}
.sec04:before {
  content: "";
  position: absolute;
  top: -67px;
  width: 100%;
  height: 134px;
  background: url(../images/curve01.png) center top/cover repeat-x;
}
.sec04 .head {
  position: relative;
  padding: 134px 0 0;
  margin-bottom: 86px;
}
.sec04 .sec_title {
  position: relative;
  width: 370px;
  margin: 0 auto 150px;
  font-size: 52px;
  text-align: center;
  color: #d9529a;
  font-family: GenJyuuGothicX-Medium;
}
.sec04 .sec_title:before {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  bottom: 0;
  width: 105px;
  height: 143px;
  margin: auto 0;
  background: url(../images/kazari10.png);
}
.sec04 .sec_title:after {
  content: "";
  position: absolute;
  right: -200px;
  top: 0;
  bottom: 0;
  width: 105px;
  height: 143px;
  margin: auto 0;
  background: url(../images/kazari11.png);
}
.sec04 .subtitle {
  position: absolute;
  left: 62%;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 189px;
  height: 189px;
  background: #c159a9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
}
.sec04 .lead {
  position: relative;
  display: flex;
  align-items: center;
  width: 955px;
  padding: 0 0 0 254px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec04 .lead:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -30px;
  width: 276px;
  height: 100px;
  background: url(../images/text02.png);
}
.sec04 .philo01 {
  height: 71px;
  padding: 15px 0 0 38px;
  margin: 0 75px 0 0;
  box-sizing: border-box;
  border-left: 1px solid #5e4328;
  font-size: 28px;
  color: #d9529a;
  font-family: GenJyuuGothicX-Medium;
}
.sec04 .philo02 {
  font-size: 18px;
  font-weight: 300;
}
.sec04 .body {
  position: relative;
  width: 100%;
  height: 687px;
  background: url(../images/bg01@2x.png) center/cover no-repeat;
}
.sec04 .body_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  width: 960px;
  margin: 0 auto;
}
.sec04 .box {
  width: 590px;
  height: 781px;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #f2e9ee;
  box-shadow: 7px 8px 1px rgba(0, 0, 0, 0.31);
}
.sec04 .box_title {
  position: relative;
  padding: 0 20px 30px;
  margin-bottom: 40px;
  font-size: 35px;
  font-family: ShipporiMinchoB1-SemiBold;
  line-height: 1.8;
}
.sec04 .box_title:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 8px;
  width: 212px;
  height: 22px;
  background: url(../images/border01.png) center/contain no-repeat;
}
.sec04 .box_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 474px;
  height: 1px;
  background: #5e4328;
}
.sec04 .list {
  position: relative;
  padding: 0 0 30px 30px;
}
.sec04 .list:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 474px;
  height: 1px;
  background: #5e4328;
}
.sec04 .item {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  font-family: ShipporiMinchoB1-SemiBold;
  font-size: 19px;
  line-height: 1.8;
}
.sec04 .item:nth-of-type(3) {
  margin: 0;
}
.sec04 .item.item01:before {
  content: "1 、";
  position: absolute;
  left: 0;
}
.sec04 .item.item02:before {
  content: "2 、";
  position: absolute;
  left: 0;
}
.sec04 .item.item03:before {
  content: "3 、";
  position: absolute;
  left: 0;
}
.sec04 .box_text {
  padding: 40px 40px 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
@media screen and (max-width: 768px) {
  .sec04 {
    position: relative;
  }
  .sec04:before {
    content: "";
    position: absolute;
    top: -28px;
    width: 100%;
    height: 134px;
    background: url(../images/curve01.png) center top/100% repeat-x;
  }
  .sec04 .head {
    position: relative;
    padding: 174px 10px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sec04 .sec_title {
    position: relative;
    width: 340px;
    margin: 0 auto 50px;
    font-size: 32px;
    text-align: center;
    color: #d9529a;
    font-family: GenJyuuGothicX-Medium;
    overflow: hidden;
  }
  .sec04 .sec_title:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 105px;
    height: 143px;
    margin: auto 0;
    background: url(../images/kazari10.png) center/40% no-repeat;
  }
  .sec04 .sec_title:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 105px;
    height: 143px;
    margin: auto 0;
    background: url(../images/kazari11.png) center/40% no-repeat;
  }
  .sec04 .subtitle {
    position: absolute;
    left: 55%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: #c159a9;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
  }
  .sec04 .lead {
    position: relative;
    display: block;
    align-items: center;
    width: 320px;
    padding: 80px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec04 .lead:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 276px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/text02.png) center top/80% no-repeat;
  }
  .sec04 .philo01 {
    height: auto;
    width: 100px;
    padding: 20px 0 0;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border-top: 1px solid #5e4328;
    border-left: none;
    font-size: 22px;
    color: #d9529a;
    font-family: GenJyuuGothicX-Medium;
  }
  .sec04 .philo02 {
    font-size: 18px;
    font-weight: 300;
  }
  .sec04 .body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 10px 0;
    box-sizing: border-box;
    background: url(../images/bg01@2x.png) center right 30%/cover no-repeat;
    background: none;
  }
  .sec04 .sp_background {
    width: 100%;
    height: 300px;
    background: url(../images/bg01@2x.png) bottom right 30%/cover no-repeat;
  }
  .sec04 .body_inner {
    position: static;
    left: 0;
    right: 0;
    top: -42px;
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .box {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #f2e9ee;
    box-shadow: none;
  }
  .sec04 .box_title {
    position: relative;
    padding: 0 10px 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: ShipporiMinchoB1-SemiBold;
    line-height: 1.8;
  }
  .sec04 .box_title:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 8px;
    width: 102px;
    height: 22px;
    background: url(../images/border01.png) center/contain no-repeat;
  }
  .sec04 .box_title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #5e4328;
  }
  .sec04 .box_title .border {
    display: inline-block;
    padding: 0 0 5px;
    background: url(../images/border01.png) center bottom/contain no-repeat;
  }
  .sec04 .list {
    position: relative;
    padding: 0 10px 30px;
    box-sizing: border-box;
  }
  .sec04 .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #5e4328;
  }
  .sec04 .item {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    font-family: ShipporiMinchoB1-SemiBold;
    font-size: 16px;
    line-height: 1.8;
  }
  .sec04 .item.item01:before {
    content: "1 、";
    position: absolute;
    left: 0;
  }
  .sec04 .item.item02:before {
    content: "2 、";
    position: absolute;
    left: 0;
  }
  .sec04 .item.item03:before {
    content: "3 、";
    position: absolute;
    left: 0;
  }
  .sec04 .box_text {
    padding: 20px 10px 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

/* =====sec05===== */
.sec05 {
  padding: 120px 0;
  background: url(../images/repeatBg02.png) top left repeat;
}
.sec05 .inner {
  width: 1218px;
  padding: 110px 0 102px;
  border: 3px dotted #5e4328;
  margin: 0 auto;
  background: #fff;
}
.sec05 .sec_title {
  position: relative;
  margin-bottom: 80px;
  font-family: GenJyuuGothicX-Medium;
  font-size: 50px;
  color: #d9529a;
  text-align: center;
}
.sec05 .sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 106px;
  height: 1px;
  background: #5e4328;
}
.sec05 .sec_title .small {
  font-family: "noto sans jp";
  font-size: 18px;
  font-weight: 300;
  color: #5e4328;
}
.sec05 .photo {
  margin-bottom: 60px;
  text-align: center;
}
.sec05 .list {
  width: 873px;
  margin: 0 auto;
  border-top: 1px solid #5e4328;
}
.sec05 .item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.sec05 .item.item01 {
  border-bottom: 1px solid #5e4328;
}
.sec05 .item.item01 .item_title {
  background: url(../images/photo08.png) center/cover no-repeat;
}
.sec05 .item.item02 {
  border-bottom: 1px solid #5e4328;
}
.sec05 .item.item02 .item_title {
  background: url(../images/photo09.png) center/cover no-repeat;
}
.sec05 .item.item03 .item_title {
  background: url(../images/photo10.png) center/cover no-repeat;
}
.sec05 .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 162px;
  margin: 0 60px 0 0;
  background: #ccc;
  font-size: 24px;
  color: #fff;
  font-family: GenJyuuGothicX-Medium;
  text-align: center;
}
.sec05 .item_text {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec05 .box {
  position: relative;
  display: flex;
  align-items: center;
  width: 873px;
  padding: 25px 70px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #5e4328;
}
.sec05 .box:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 873px;
  height: 1px;
  margin: 0 auto;
  background: #5e4328;
}
.sec05 .box .box_text {
  font-weight: 300;
  line-height: 2;
}
.sec05 .box .left {
  margin: 0 95px 0 0;
}
.sec05 .box .left_text01 {
  font-size: 19px;
  font-weight: 300;
}
.sec05 .box .right_text01 .large {
  font-size: 19px;
  font-weight: 300;
}
.sec05 .box .right_text02 .large {
  font-size: 19px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 80px 10px;
    box-sizing: border-box;
    background: url(../images/repeatBg02.png) top left repeat;
  }
  .sec05 .inner {
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
    border: 3px dotted #5e4328;
    margin: 0 auto;
    background: #fff;
  }
  .sec05 .sec_title {
    position: relative;
    margin-bottom: 30px;
    font-family: GenJyuuGothicX-Medium;
    font-size: 32px;
    color: #d9529a;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 106px;
    height: 1px;
    background: #5e4328;
  }
  .sec05 .sec_title .small {
    font-family: "noto sans jp";
    font-size: 16px;
    font-weight: 300;
    color: #5e4328;
  }
  .sec05 .photo {
    margin-bottom: 60px;
    text-align: center;
  }
  .sec05 .list {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #5e4328;
  }
  .sec05 .item {
    display: block;
    align-items: center;
    padding: 30px 0;
  }
  .sec05 .item.item01 {
    border-bottom: 1px solid #5e4328;
    margin: 0;
  }
  .sec05 .item.item01 .item_title {
    background: url(../images/photo08.png) center/cover no-repeat;
  }
  .sec05 .item.item02 {
    border-bottom: 1px solid #5e4328;
    margin: 0;
  }
  .sec05 .item.item02 .item_title {
    background: url(../images/photo09.png) center/cover no-repeat;
  }
  .sec05 .item.item03 .item_title {
    background: url(../images/photo10.png) center/cover no-repeat;
  }
  .sec05 .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 162px;
    margin: 0 auto 20px;
    background: #ccc;
    font-size: 24px;
    color: #fff;
    font-family: GenJyuuGothicX-Medium;
    text-align: center;
  }
  .sec05 .item_text {
    width: 270px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec05 .box {
    position: relative;
    display: block;
    align-items: center;
    width: 100%;
    padding: 25px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #5e4328;
  }
  .sec05 .box:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #5e4328;
  }
  .sec05 .box .box_text {
    font-weight: 300;
    line-height: 2;
  }
  .sec05 .box .left {
    margin: 0;
  }
  .sec05 .box .left_text01 {
    font-size: 19px;
    font-weight: 300;
  }
}

/* =====sec06===== */
.sec06 {
  padding: 56px 0 0;
}
.sec06 .inner {
  width: 1220px;
  margin: 0 auto;
}
.sec06 .head {
  display: flex;
  align-items: center;
  padding: 0 0 56px;
  border-bottom: 2px solid #c159a9;
}
.sec06 .sec_title {
  position: relative;
  width: 273px;
  height: 273px;
  padding: 49px 0 0;
  margin: 0 108px 0 0;
  box-sizing: border-box;
  background: #c159a9;
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-family: GenJyuuGothicX-Medium;
}
.sec06 .sec_title:before {
  content: "";
  position: absolute;
  top: -14px;
  right: -55px;
  width: 72px;
  height: 70px;
  background: url(../images/kazari03.png) center/contain no-repeat;
}
.sec06 .sec_title .small {
  display: inline-block;
  font-size: 30px;
  padding-bottom: 10px;
}
.sec06 .sec_title .medium {
  font-size: 40px;
}
.sec06 .subtitle {
  position: relative;
  font-size: 32px;
  font-family: GenJyuuGothicX-Medium;
  color: #d9529a;
  line-height: 1.8;
}
.sec06 .subtitle:before {
  content: "";
  position: absolute;
  top: -71px;
  right: 92px;
  width: 106px;
  height: 130px;
  background: url(../images/kirakira05.png) center/contain no-repeat;
}
.sec06 .subtitle .large {
  font-size: 46px;
}
.sec06 .body {
  display: flex;
  padding: 70px 0 43px;
  border-bottom: 2px solid #c159a9;
}
.sec06 .body_text {
  width: 610px;
  margin: 0 53px 0 0;
  background: url(../images/logo01.png) center/483px no-repeat;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
.sec06 .photo {
  margin: 40px 0 50px;
}
.sec06 .name {
  margin: 0 0 0 240px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec06 .name .small {
  padding: 0 33px 0 0;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 10px 10px 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sec06 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .head {
    display: block;
    align-items: center;
    padding: 0 0 20px;
    border-bottom: 2px solid #c159a9;
  }
  .sec06 .sec_title {
    position: relative;
    width: 150px;
    height: 150px;
    padding: 30px 0 0;
    margin: 0 20px 0 auto;
    box-sizing: border-box;
    background: #c159a9;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-family: GenJyuuGothicX-Medium;
  }
  .sec06 .sec_title:before {
    content: "";
    position: absolute;
    top: -14px;
    right: -55px;
    width: 72px;
    height: 70px;
    background: url(../images/kazari03.png) center/60% no-repeat;
  }
  .sec06 .sec_title .small {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 0;
  }
  .sec06 .sec_title .medium {
    font-size: 22px;
  }
  .sec06 .subtitle {
    position: relative;
    font-size: 20px;
    font-family: GenJyuuGothicX-Medium;
    color: #d9529a;
    line-height: 1.8;
  }
  .sec06 .subtitle:before {
    content: "";
    position: absolute;
    top: -71px;
    right: 132px;
    width: 106px;
    height: 130px;
    background: url(../images/kirakira05.png) center/60% no-repeat;
  }
  .sec06 .subtitle .large {
    font-size: 24px;
  }
  .sec06 .body {
    display: block;
    padding: 20px 0 43px;
    border-bottom: 2px solid #c159a9;
  }
  .sec06 .body_text {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 30px;
    box-sizing: border-box;
    background: url(../images/logo01.png) center/340px no-repeat;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.2;
  }
  .sec06 .photo {
    text-align: center;
    margin: 40px 0 50px;
  }
  .sec06 .name {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec06 .name .small {
    padding: 0 33px 0 0;
    font-size: 16px;
    font-weight: 300;
  }
}

/* =====sec07===== */
.sec07 {
  position: relative;
  padding: 150px 0 0;
}
.sec07:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 311px;
  left: 0;
  width: 100%;
  height: 777px;
  background: url(../images/repeatBg02.png) center repeat;
}
.sec07 .inner {
  position: relative;
  width: 917px;
  margin: 0 auto;
  padding: 57px 20px;
  border: 4px solid #5e4328;
  box-sizing: border-box;
  background: #fff;
}
.sec07 .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: #fff;
  border: 4px solid #5e4328;
  box-sizing: border-box;
}
.sec07 .sec_title {
  margin: 0 0 70px;
  font-size: 40px;
  font-family: GenJyuuGothicX-Medium;
  text-align: center;
}
.sec07 .list {
  position: relative;
  width: 873px;
  margin: 0 auto;
}
.sec07 .list:before {
  content: "";
  position: absolute;
  left: 212px;
  width: 4px;
  height: 100%;
  border-right: 4px dotted #d9529a;
}
.sec07 .row {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 26px;
  border-top: 1px solid #5e4328;
}
.sec07 .row:last-of-type {
  border-bottom: 1px solid #5e4328;
}
.sec07 .term {
  position: relative;
  width: 216px;
  padding: 0 0 0 34px;
  box-sizing: border-box;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec07 .term:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/square01.png) center/contain no-repeat;
}
.sec07 .data {
  display: block;
  margin: 0 0 0 66px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.sec07 .data .upper {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #5e4328;
}
.sec07 .dtext {
  font-size: 18px;
  font-weight: 300;
}
.sec07 .dtext.text02 {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .sec07 {
    position: relative;
    padding: 150px 20px 0;
    box-sizing: border-box;
  }
  .sec07:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 20%;
    left: 0;
    width: 100%;
    height: 1000px;
    background: url(../images/repeatBg02.png) center repeat;
  }
  .sec07 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    border: 2px solid #5e4328;
    box-sizing: border-box;
    background: #fff;
  }
  .sec07 .inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fff;
    border: 2px solid #5e4328;
    box-sizing: border-box;
  }
  .sec07 .sec_title {
    margin: 0 0 30px;
    font-size: 30px;
    font-family: GenJyuuGothicX-Medium;
    text-align: center;
  }
  .sec07 .list {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec07 .list:before {
    display: none;
    content: "";
    position: absolute;
    left: 212px;
    width: 4px;
    height: 100%;
    border-right: 4px dotted #d9529a;
  }
  .sec07 .row {
    display: block;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #5e4328;
  }
  .sec07 .row:last-of-type {
    border-bottom: 1px solid #5e4328;
  }
  .sec07 .term {
    position: relative;
    width: 216px;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sec07 .term:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../images/square01.png) center/contain no-repeat;
  }
  .sec07 .data {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
  }
  .sec07 .data .upper {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #5e4328;
  }
  .sec07 .dtext {
    font-size: 18px;
    font-weight: 300;
  }
  .sec07 .dtext.text02 {
    font-size: 14px;
    font-weight: 300;
  }
}

/* =====sec08===== */
.sec08 {
  padding: 183px 0 0;
}
.sec08 .head {
  position: relative;
  width: 960px;
  padding: 0 0 48px;
  margin: 0 auto;
}
.sec08 .head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  width: 405px;
  height: 102px;
  margin: 0 auto;
  background: url(../images/text03.png) center/contain no-repeat;
}
.sec08 .head .bg01 {
  position: absolute;
  bottom: 37px;
  left: 20px;
  width: 237px;
  height: 287px;
  background: url(../images/photo11@2x.png) center/cover no-repeat;
}
.sec08 .head .bg02 {
  position: absolute;
  bottom: 37px;
  right: 20px;
  width: 222px;
  height: 275px;
  background: url(../images/photo12@3x.png) center/cover no-repeat;
}
.sec08 .sec_title {
  position: relative;
  padding: 24px 0 0;
  margin: 0 0 58px;
  font-size: 27px;
  font-family: GenJyuuGothicX-Medium;
  color: #d9529a;
  text-align: center;
}
.sec08 .sec_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 137px;
  height: 1px;
  margin: 0 auto;
  background: #5e4328;
}
.sec08 .sec_title .large {
  font-size: 36px;
  color: #d9529a;
}
.sec08 .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 173px;
  top: -150px;
  width: 189px;
  height: 189px;
  background: #c159a9;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.sec08 .head_text {
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}
.sec08 .head_text .color {
  color: #ff1e00;
}
.sec08 .body {
  padding: 100px 0;
  background: url(../images/repeatBg03.png);
}
.sec08 .table_wrap {
  width: 957px;
  padding: 66px 100px 66px 180px;
  border: 5px dotted #d9529a;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}
.sec08 .table {
  width: 100%;
  margin: 0 0 40px;
}
.sec08 .row {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
.sec08 .row.row01 {
  margin: 0 0 98px;
}
.sec08 .thead {
  width: 200px;
  font-size: 18px;
  font-family: GenJyuuGothicX-Medium;
  text-align: left;
}
.sec08 .thead .color {
  padding: 0 0 0 10px;
  color: #ff1e00;
}
.sec08 .thead.head01 {
  display: block;
  margin: 0 0 57px;
}
.sec08 .tdata.data01 {
  display: block;
  width: 100%;
}
.sec08 .tdata.data01 .ditem {
  display: inline-block;
  width: 200px;
}
.sec08 .tdata.data01 .ditem input {
  height: auto;
}
.sec08 .tdata.data01 .ditem label {
  padding: 0 0 0 10px;
  font-size: 18px;
  font-weight: 300;
}
.sec08 .tdata input {
  height: 32px;
  box-sizing: border-box;
  vertical-align: baseline;
}
.sec08 .row.row02 input[type=text], .sec08 .row.row03 input[type=text] {
  width: 213px;
}
.sec08 .row.row04 input[type=text] {
  width: 68px;
}
.sec08 .row.row05 input[type=tel] {
  width: 323px;
}
.sec08 .row.row06 .thead {
  font-size: 15px;
}
.sec08 .row.row06 .thead .space {
  padding: 0 30px 0 0;
  font-size: 18px;
}
.sec08 .row.row07 .thead,
.sec08 .row.row08 .thead,
.sec08 .row.row09 .thead {
  padding: 0 0 0 102px;
  box-sizing: border-box;
  font-size: 15px;
}
.sec08 .row.row06 .tdata input,
.sec08 .row.row07 .tdata input,
.sec08 .row.row08 .tdata input,
.sec08 .row.row09 .tdata input {
  width: 323px;
}
.sec08 .row.row10 .tdata input {
  width: 424px;
}
.sec08 .row.row11 .thead {
  vertical-align: top;
}
.sec08 .row.row11 .tdata textarea {
  width: 424px !important;
  height: 236px !important;
  box-sizing: border-box;
}
.sec08 .submit {
  display: block;
  width: 146px;
  height: 49px;
  margin: 0 auto;
  border-radius: 5px;
  background: #d9529a;
}
.sec08 .submit input {
  width: 100%;
  height: 100%;
  font-family: GenJyuuGothicX-Medium;
  font-size: 24px;
  color: #fff;
  background: #d9529a;
}
.sec08 .mfp_element_all {
  max-width: none;
}
.sec08 .mfp_element_submit {
  border: none;
  text-shadow: none;
}
.sec08 .mfp_element_submit:hover {
  background: #d9529a;
  opacity: 0.7;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 250px 0 0;
    overflow: hidden;
  }
  .sec08 .head {
    position: relative;
    width: 100%;
    padding: 0 0 48px;
    margin: 0 auto;
  }
  .sec08 .head:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    width: 100%;
    height: 102px;
    margin: 0 auto;
    background: url(../images/text03.png) center/50% no-repeat;
  }
  .sec08 .head .bg01 {
    position: absolute;
    bottom: -170px;
    left: -70px;
    width: 237px;
    height: 287px;
    background: url(../images/photo11@2x.png) center/100px no-repeat;
  }
  .sec08 .head .bg02 {
    position: absolute;
    bottom: -170px;
    right: -70px;
    width: 222px;
    height: 275px;
    background: url(../images/photo12@3x.png) center/100px no-repeat;
  }
  .sec08 .sec_title {
    position: relative;
    padding: 24px 0 0;
    margin: 0 0 20px;
    font-size: 20px;
    font-family: GenJyuuGothicX-Medium;
    color: #d9529a;
    text-align: center;
  }
  .sec08 .sec_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 137px;
    height: 1px;
    margin: 0 auto;
    background: #5e4328;
  }
  .sec08 .sec_title .large {
    font-size: 24px;
    color: #d9529a;
  }
  .sec08 .subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: auto;
    left: 55%;
    top: -210px;
    width: 140px;
    height: 140px;
    background: #c159a9;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
  }
  .sec08 .head_text {
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 2;
  }
  .sec08 .head_text .color {
    color: #ff1e00;
  }
  .sec08 .body {
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
    background: url(../images/repeatBg03.png);
  }
  .sec08 .table_wrap {
    width: 100%;
    padding: 50px 20px;
    border: 5px dotted #d9529a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
  }
  .sec08 .table {
    width: 100%;
    margin: 0 0 40px;
  }
  .sec08 .row {
    display: block;
    width: 100%;
    margin: 0 0 13px;
  }
  .sec08 .row.row01 {
    margin: 0 0 30px;
  }
  .sec08 .thead {
    width: 200px;
    font-size: 18px;
    font-family: GenJyuuGothicX-Medium;
    text-align: left;
  }
  .sec08 .thead .color {
    padding: 0 0 0 10px;
    color: #ff1e00;
  }
  .sec08 .thead.head01 {
    display: block;
    margin: 0 0 20px;
  }
  .sec08 .tdata {
    display: block;
  }
  .sec08 .tdata.data01 {
    display: block;
    width: 100%;
  }
  .sec08 .tdata.data01 .ditem {
    display: inline-block;
    width: 200px;
  }
  .sec08 .tdata.data01 .ditem input {
    height: auto;
  }
  .sec08 .tdata.data01 .ditem label {
    padding: 0 0 0 5px;
    font-size: 16px;
    font-weight: 300;
  }
  .sec08 .tdata input {
    height: 32px;
  }
  .sec08 .row.row02 input[type=text], .sec08 .row.row03 input[type=text] {
    width: 100%;
  }
  .sec08 .row.row04 input[type=text] {
    width: 100%;
  }
  .sec08 .row.row05 input[type=tel] {
    width: 100%;
  }
  .sec08 .row.row06 .thead {
    font-size: 15px;
  }
  .sec08 .row.row06 .thead .space {
    display: block;
    padding: 0 0 5px;
    font-size: 18px;
  }
  .sec08 .row.row07 .thead,
  .sec08 .row.row08 .thead,
  .sec08 .row.row09 .thead {
    padding: 0;
    box-sizing: border-box;
    font-size: 15px;
  }
  .sec08 .row.row06 .tdata input,
  .sec08 .row.row07 .tdata input,
  .sec08 .row.row08 .tdata input,
  .sec08 .row.row09 .tdata input {
    width: 100%;
  }
  .sec08 .row.row10 .tdata input {
    width: 100%;
  }
  .sec08 .row.row11 .thead {
    vertical-align: top;
  }
  .sec08 .row.row11 .tdata textarea {
    width: 100% !important;
    height: 236px !important;
  }
  .sec08 .submit {
    display: block;
    width: 146px;
    height: 49px;
    margin: 0 auto;
    border-radius: 5px;
    background: #d9529a;
  }
  .sec08 .submit input {
    font-family: GenJyuuGothicX-Medium;
    font-size: 18px;
    color: #fff;
  }
}

/* =====footer===== */
.footer {
  padding: 115px 0 0;
}
.footer .head {
  width: 1230px;
  padding: 67px 0;
  margin: 0 auto 90px;
  background: url(../images/bg02.png) center/cover no-repeat;
}
.footer .head .box {
  width: 778px;
  margin: 0 auto;
}
.footer .head .box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: #fff;
}
.footer .head .box_text {
  position: relative;
  width: 320px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-family: GenJyuuGothicX-Medium;
  text-align: center;
}
.footer .head .box_text:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 22px;
  height: 24px;
  background: url(../images/fukidashi02.png) center/cover no-repeat;
}
.footer .head .box_text:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 24px;
  background: url(../images/fukidashi03.png) center/cover no-repeat;
}
.footer .head .box_num {
  font-size: 59px;
  font-family: GenJyuuGothicX-Medium;
  text-align: center;
}
.footer .scrollTop {
  margin: 0 0 60px;
  text-align: center;
}
.footer .body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 619px;
  background: url(../images/bg03@2x.png) center/cover no-repeat;
}
.footer .body:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../images/curve01.png) top center/cover;
}
.footer .body .body_text {
  position: relative;
  width: 650px;
  margin: 0 auto;
  color: #fff;
  font-size: 41px;
  font-family: ShipporiMinchoB1-SemiBold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
.footer .body .body_text:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 82px;
  background: url(../images/kazari_footer.png) center/cover no-repeat;
}
.footer .body .body_text:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 82px;
  background: url(../images/kazari_footer02.png) center/cover no-repeat;
}
.footer .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 970px;
  padding: 88px 0 50px;
  margin: 0 auto;
}
.footer .bottom .left {
  padding: 0 78px 0 0;
  border-right: 4px dotted #5e4328;
}
.footer .bottom .logo {
  margin: 0 0 30px;
}
.footer .bottom .left_text {
  font-family: GenJyuuGothicX-Medium;
  font-size: 40px;
  color: #f97d7f;
}
.footer .bottom .right .address {
  font-family: GenJyuuGothicX-Medium;
  font-size: 28px;
}
.footer .bottom .right .tel {
  font-family: GenJyuuGothicX-Medium;
  font-size: 53px;
}
.footer .gmap {
  width: 100%;
  height: 537px;
}
.footer .gmap iframe {
  width: 100%;
  height: 100%;
}
.footer .copyright {
  padding: 60px 0;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 115px 0 60px;
  }
  .footer .head {
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
    margin: 0 auto 90px;
    background: url(../images/bg02.png) center/cover no-repeat;
  }
  .footer .head .box {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .footer .head .box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    background: #fff;
  }
  .footer .head .box_text {
    position: relative;
    width: 300px;
    margin: 0 auto 30px;
    font-size: 16px;
    font-family: GenJyuuGothicX-Medium;
    text-align: center;
  }
  .footer .head .box_text:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 22px;
    height: 24px;
    background: url(../images/fukidashi02.png) center/cover no-repeat;
  }
  .footer .head .box_text:after {
    content: "";
    position: absolute;
    right: -10px;
    width: 22px;
    height: 24px;
    background: url(../images/fukidashi03.png) center/cover no-repeat;
  }
  .footer .head .box_num {
    font-size: 40px;
    font-family: GenJyuuGothicX-Medium;
    text-align: center;
  }
  .footer .scrollTop {
    margin: 0 0 30px;
    text-align: center;
  }
  .footer .body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 100px 10px;
    box-sizing: border-box;
    background: url(../images/bg03@2x.png) center/cover no-repeat;
    overflow: hidden;
  }
  .footer .body:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(../images/curve01.png) top center/cover;
  }
  .footer .body .body_text {
    position: relative;
    width: 360px;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    font-family: ShipporiMinchoB1-SemiBold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.8;
  }
  .footer .body .body_text:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -58px;
    transform: rotate(40deg);
    width: 61px;
    height: 82px;
    background: url(../images/kazari_footer.png) center/40px no-repeat;
  }
  .footer .body .body_text:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -58px;
    transform: rotate(-40deg);
    width: 61px;
    height: 82px;
    background: url(../images/kazari_footer02.png) center/40px no-repeat;
  }
  .footer .bottom {
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 88px 0 50px;
    margin: 0 auto;
  }
  .footer .bottom .left {
    padding: 0;
    border-right: 4px dotted #5e4328;
    border-right: none;
    margin: 0 0 30px;
  }
  .footer .bottom .logo {
    width: 300px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .footer .bottom .left_text {
    font-family: GenJyuuGothicX-Medium;
    font-size: 24px;
    color: #f97d7f;
    text-align: center;
  }
  .footer .bottom .right {
    width: 250px;
    margin: 0 auto;
  }
  .footer .bottom .right .address {
    font-family: GenJyuuGothicX-Medium;
    font-size: 18px;
  }
  .footer .bottom .right .tel {
    font-family: GenJyuuGothicX-Medium;
    font-size: 30px;
  }
  .footer .gmap {
    width: 100%;
    height: 537px;
  }
  .footer .gmap iframe {
    width: 100%;
    height: 100%;
  }
  .footer .copyright {
    padding: 60px 0;
    font-weight: 300;
    text-align: center;
  }
}

.banner {
  position: fixed;
  z-index: 100;
  right: 1%;
  bottom: 2%;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .banner {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    width: 362px;
    max-width: 100%;
  }
  .banner a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .banner {
    width: 100%;
  }
}

.sec08 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec08 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec08 .warning {
  margin: 0 0 20px;
  text-align: center;
}
.sec08 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec08 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #EE8593;
  color: #fff;
  font-size: 16px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .sec08 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec08 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec08 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec08 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec08 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
  .sec08 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    background: #00879d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec08 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */