body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.74vw;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  line-height: 1.8em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@font-face {
  font-family: "ZenKakuGothic";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenKakuGothic";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Black.ttf") format("truetype");
  font-weight: 900;
}
.zenkaku {
  font-family: "ZenKakuGothic", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.caveat {
  font-family: "Caveat";
}

:root {
  --red: #e10012;
  --pink: #e96382;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  span.inline-block {
    display: inline-block;
  }
}

main {
  padding: 0;
}

main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

body {
  position: relative;
  z-index: 0;
}

main {
  position: relative;
}
main * {
  font-family: "Zen Maru Gothic", sans-serif;
}
main div.main-inner {
  overflow: hidden;
}

span.ast {
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: 0.5em;
}

span.fix-btn {
  pointer-events: none;
}

a.fix-btn, span.fix-btn {
  display: block;
  position: sticky;
  width: 72%;
  left: 14%;
  bottom: 5vw;
  z-index: 100;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  a.fix-btn, span.fix-btn {
    width: 150px;
    height: 150px;
    transform: translate(0);
    left: auto;
    right: 35px;
    bottom: 35px;
    position: fixed;
    margin: 0;
    border-radius: 50em;
    overflow: hidden;
    isolation: isolate;
    transition: all 0.3s;
  }
  a.fix-btn img, span.fix-btn img {
    transition: all 0.3s;
  }
  a.fix-btn:hover, span.fix-btn:hover {
    transform: scale(1.08);
  }
  a.fix-btn:hover img, span.fix-btn:hover img {
    transform: scale(0.92);
  }
  a.fix-btn::after, span.fix-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../myimg/fix-btn-b_pc.png);
    background-size: 100% 100%;
    z-index: -1;
    transition: all 0.3s;
    border-radius: 50em;
    overflow: hidden;
    isolation: isolate;
  }
}
@media screen and (min-width: 1000px) {
  a.fix-btn, span.fix-btn {
    width: 160px;
    height: 160px;
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  a.fix-btn, span.fix-btn {
    width: 180px;
    height: 180px;
  }
}

.cm-title {
  text-align: center;
  color: var(--pink);
  font-size: 1.2em;
  font-weight: 900;
  padding: 0.8em 0;
  line-height: 1.2em;
  border-top: dashed 1px #111;
  border-bottom: dashed 1px #111;
}
@media screen and (min-width: 768px) {
  .cm-title {
    width: 462px;
    font-size: 28px;
    margin: auto;
    padding: 0.6em 0;
  }
}

.cm-note {
  font-size: 3vw;
  letter-spacing: -0.02em;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "ZenKakuGothic", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .cm-note {
    font-size: 10px;
  }
}

div.hero-area {
  position: relative;
}
div.hero-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../myimg/hero-rp-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-size: 20vw;
}
@media screen and (min-width: 768px) {
  div.hero-area::after {
    height: 20px;
    background-size: 74px;
  }
}
div.hero-area h1 {
  position: absolute;
  width: 49.6%;
  top: 8.4%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  div.hero-area h1 {
    width: 27.8%;
    right: 24.8%;
    top: 12.4%;
  }
}
div.hero-area div.hero-img01 {
  position: absolute;
  width: 37.2%;
  left: 8%;
  top: 2.6%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-img01 {
    width: 33.2%;
    top: auto;
    bottom: 0;
    left: 9%;
  }
}
div.hero-area p.hero-txt01, div.hero-area p.hero-txt02 {
  position: absolute;
  width: 93.8%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt01, div.hero-area p.hero-txt02 {
    width: 47.8%;
    left: auto;
    right: 14%;
  }
}
div.hero-area p.hero-txt01::after, div.hero-area p.hero-txt02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../myimg/hero-txt01-bg_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  transform-origin: center;
}
div.hero-area p.hero-txt01.hero-txt01, div.hero-area p.hero-txt02.hero-txt01 {
  top: 29%;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt01.hero-txt01, div.hero-area p.hero-txt02.hero-txt01 {
    top: 24%;
  }
}
div.hero-area p.hero-txt01.hero-txt02, div.hero-area p.hero-txt02.hero-txt02 {
  top: 50%;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-txt01.hero-txt02, div.hero-area p.hero-txt02.hero-txt02 {
    top: 54%;
  }
}
div.hero-area p.hero-txt01.hero-txt02::after, div.hero-area p.hero-txt02.hero-txt02::after {
  background-image: url(../myimg/hero-txt02-bg_sp.png);
}
div.hero-area p.hero-note {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 84%;
  margin: auto;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "ZenKakuGothic", sans-serif;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.hero-area p.hero-note {
    width: 49%;
    font-size: 0.76vw;
    letter-spacing: -0.04em;
    left: auto;
    bottom: 5.4%;
    right: 12.2%;
  }
}
div.hero-area div.bg-img {
  position: absolute;
  z-index: 0;
}
div.hero-area div.bg-img.bg01 {
  top: 0;
  left: 0;
  width: 30.4%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.bg-img.bg01 {
    width: 30.2%;
  }
}
div.hero-area div.bg-img.bg02 {
  top: 0;
  right: 0;
  width: 31.6%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.bg-img.bg02 {
    width: 31.2%;
  }
}
div.hero-area div.bg-img.bg03 {
  bottom: 0;
  left: 0;
  width: 37.6%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.bg-img.bg03 {
    width: 33.6%;
  }
}
div.hero-area div.bg-img.bg04 {
  bottom: 0;
  right: 0;
  width: 22.4%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.bg-img.bg04 {
    width: 17.6%;
  }
}

section.sec-campaign {
  background: #f0f0e8;
  padding: 20% 0 40%;
}
@media screen and (min-width: 768px) {
  section.sec-campaign {
    padding: 80px 0 200px;
    position: relative;
  }
  section.sec-campaign::after {
    content: "";
    display: block;
    width: 50vw;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    background-image: url(../myimg/campaign-long-bg.png);
    background-size: 40% 100%;
    background-repeat: repeat-x;
  }
  section.sec-campaign::before {
    content: "";
    display: block;
    width: 50vw;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 100%);
    background-image: url(../myimg/campaign-long-bg02.png);
    background-size: 40% 100%;
  }
}
section.sec-campaign div.sec-campaign-inner {
  width: 84%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner {
    width: 90%;
    max-width: 1000px;
  }
}
section.sec-campaign div.sec-campaign-inner div.bg-img {
  display: none;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img {
    display: block;
    position: absolute;
    z-index: 0;
  }
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg01 {
    width: 120px;
    right: -80px;
    top: -150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg01 {
    width: 171px;
    right: -300px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg02 {
    width: 120px;
    right: -120px;
    top: 110px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg02 {
    width: 171px;
    right: -240px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg03 {
    width: 220px;
    right: -140px;
    top: 200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg03 {
    width: 287px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg04 {
    width: 190px;
    left: -160px;
    top: 180px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg04 {
    width: 224px;
    left: -260px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg05 {
    width: 190px;
    left: -180px;
    top: 270px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg05 {
    width: 224px;
    left: -330px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg06 {
    width: 240px;
    left: -200px;
    bottom: -40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg06 {
    width: 292px;
    left: -350px;
    bottom: -90px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg07 {
    width: 230px;
    right: -220px;
    bottom: -300px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-campaign div.sec-campaign-inner div.bg-img.bg07 {
    width: 263px;
  }
}
section.sec-campaign div.sec-campaign-inner h2 {
  margin: 0 0 7%;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner h2 {
    width: 506px;
    margin: 0 auto 40px;
  }
}
section.sec-campaign div.sec-campaign-inner p.campaign-txt01 {
  text-align: center;
  font-weight: 600;
  font-size: 1.14em;
  line-height: 1.8em;
  margin: 0 0 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner p.campaign-txt01 {
    font-size: 21px;
    margin: 0 0 4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-campaign div.sec-campaign-inner p.campaign-txt01 {
    font-size: 23px;
  }
}
section.sec-campaign div.sec-campaign-inner p.campaign-txt01 span.red {
  color: var(--red);
}
section.sec-campaign div.sec-campaign-inner p.campaign-txt01 span.ast {
  font-size: 0.44em;
  vertical-align: 0;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap {
  margin: 5% 0 7%;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 20px;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 {
  position: relative;
  z-index: 0;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 {
    width: 46%;
    padding: 5% 0;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02::after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../myimg/campaign-bg01.png);
  background-size: 100% 100%;
  z-index: -1;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt02, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt02 {
  width: 111%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 {
  text-align: center;
  line-height: 1.4em;
  margin: 1.7em 0 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 {
    font-size: 1.6vw;
    margin: 1em 0 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 {
    font-size: 17px;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span {
  position: relative;
  display: inline-block;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::before, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #111;
  position: absolute;
  bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::before, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::before {
    bottom: -0.1em;
    height: 1.4em;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::after {
  left: -1em;
  transform: rotate(-25deg);
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::after, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::after {
    left: -0.6em;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::before, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::before {
  right: -1em;
  transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 p.campaign-box-txt03 span::before, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 p.campaign-box-txt03 span::before {
    right: -0.6em;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 div.hover-box, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 div.hover-box {
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 div.hover-box, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 div.hover-box {
    width: 100%;
    margin: auto;
    transition: all 0.3s;
  }
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 div.hover-box:hover, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 div.hover-box:hover {
    transform: scale(0.98);
  }
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 div.hover-box:hover span.link-wrap, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 div.hover-box:hover span.link-wrap {
    box-shadow: 5px 5px 0.4em rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 div.hover-box, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 div.hover-box {
    width: 87.4%;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 span.link-wrap, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 span.link-wrap {
  display: block;
  box-shadow: 5px 5px 0.3em rgba(0, 0, 0, 0.2);
  border-radius: 50em;
  transition: all 0.3s;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a {
  display: block;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #111;
  padding: 0.6em 3.4em 0.6em 1em;
  box-sizing: border-box;
  border-radius: 50em;
  position: relative;
  box-shadow: inset 0px 0px 0.4em rgba(0, 0, 0, 0.5);
  color: var(--red);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a {
    padding: 0.6em 4em 0.6em 2em;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a {
    font-size: 15px;
  }
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a span, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a span {
  display: block;
  line-height: 1.2em;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a span.txt01, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a span.txt01 {
  width: 45%;
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box01 a span.arrow, section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02 a span.arrow {
  width: 1.4em;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(0, -50%);
}
section.sec-campaign div.sec-campaign-inner div.campaign-box-wrap div.campaign-box02::after {
  background-image: url(../myimg/campaign-bg02.png);
}
section.sec-campaign div.sec-campaign-inner div.period-box {
  margin-top: 20%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110%;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.period-box {
    width: 90%;
    max-width: 595px;
    margin: 30px auto 0;
    left: 0;
    transform: translate(0);
  }
}
section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg {
  background: #fff8d3;
  box-sizing: border-box;
  border-radius: 1em;
  overflow: hidden;
  isolation: isolate;
  padding: 0 0 5%;
  margin: 0 0 6%;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg h4 {
  text-align: center;
  background: #f58d1d;
  color: #fff;
  padding: 0.4em 0;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg h4 {
    font-size: 21px;
  }
}
section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg h4 span {
  font-size: 0.6em;
  margin-left: 0.4em;
  line-height: 1em;
  vertical-align: 0em;
}
section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg p.period-txt01 {
  width: 85%;
  margin: auto;
  padding: 4% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg p.period-txt01 {
    width: 91.2%;
  }
}
section.sec-campaign div.sec-campaign-inner div.period-box div.period-bg p.cm-note {
  text-align: center;
  margin: 1em 0 0;
}
section.sec-campaign div.sec-campaign-inner div.period-box p.period-txt02 {
  width: 86%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner div.period-box p.period-txt02 {
    width: 420px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-campaign div.sec-campaign-inner p.note01 {
    text-align: center;
  }
}

section.sec-apply {
  background-image: url(../myimg/apply-bg_sp.png);
  background-size: 100% 100%;
  padding: 15% 0 30%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-apply {
    background: none;
    padding: 0 0 150px;
    background: none;
  }
}
section.sec-apply div.sec-apply-inner {
  width: 84%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner {
    width: 90%;
    max-width: 740px;
    position: relative;
    z-index: 0;
  }
  section.sec-apply div.sec-apply-inner div.apply-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1378px;
    z-index: -1;
    transform-origin: left;
  }
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap {
  margin: 15% 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner div.apply-box-wrap {
    margin: 56px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box {
    width: 45%;
  }
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box h4 {
  text-align: center;
  color: var(--pink);
  line-height: 1.2em;
  font-size: 1.4em;
  width: 5.6em;
  margin: 0 auto 1em;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box h4 {
    font-size: 22px;
  }
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 50em;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box h4 span.caveat {
  font-size: 3em;
  display: inline-block;
  line-height: 0.1em;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box div.apply-box-inner {
  position: relative;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box div.apply-box-inner div.txt-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box div.apply-box-inner div.txt-wrap div.apply-img {
  width: 44%;
  margin: 0 auto 5%;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap div.apply-box div.apply-box-inner div.txt-wrap p {
  text-align: center;
  color: var(--pink);
  font-size: 1.2em;
  line-height: 1.4em;
}
section.sec-apply div.sec-apply-inner div.apply-box-wrap .plus {
  display: block;
  width: 2.4em;
  margin: 2em auto;
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner div.apply-box-wrap .plus {
    margin: 26% 0 0;
    width: 5.2%;
  }
}
section.sec-apply div.sec-apply-inner p.apply-txt {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  color: var(--pink);
}
@media screen and (min-width: 768px) {
  section.sec-apply div.sec-apply-inner p.apply-txt {
    font-size: 23px;
  }
}

section.sec-overview {
  padding: 20% 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-overview {
    padding: 150px 0;
  }
}
section.sec-overview * {
  font-family: "ZenKakuGothic";
}
section.sec-overview div.sec-overview-inner {
  width: 84%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner {
    width: 90%;
    max-width: 700px;
  }
}
section.sec-overview div.sec-overview-inner h3 {
  text-align: center;
  width: 72%;
  margin: 0 auto 2em;
  border: solid 1px #111;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner h3 {
    width: 252px;
    font-size: 21px;
  }
}
section.sec-overview div.sec-overview-inner ul.overview-list {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.overview-list {
    margin-bottom: 55px;
  }
}
section.sec-overview div.sec-overview-inner ul.overview-list > li {
  margin-bottom: 2em;
}
section.sec-overview div.sec-overview-inner ul.overview-list > li .cm-note {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.overview-list > li .cm-note {
    font-size: 12px;
  }
}
section.sec-overview div.sec-overview-inner ul.overview-list > li .indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
section.sec-overview div.sec-overview-inner ul.overview-list > li .indent02 {
  text-indent: -4em;
  padding-left: 4em;
}
section.sec-overview div.sec-overview-inner ul.overview-list > li .indent03 {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
section.sec-overview div.sec-overview-inner ul.overview-list > li dl dt {
  color: #e10012;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.overview-list > li dl dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.overview-list > li dl dd {
    font-size: 18px;
  }
}
section.sec-overview div.sec-overview-inner ul.overview-list > li dl dd p {
  line-height: 1.6em;
}
section.sec-overview div.sec-overview-inner p.overview-txt01 {
  text-align: center;
  background: #fbe1c3;
  font-weight: bold;
  line-height: 1.6em;
  border-radius: 0.6em;
  padding: 0.8em 0;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner p.overview-txt01 {
    font-size: 18px;
  }
}
section.sec-overview div.sec-overview-inner p.overview-txt02 {
  margin: 1em 0 2em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner p.overview-txt02 {
    font-size: 13px;
    text-align: center;
    margin: 1em 0 3em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.tel-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-overview div.sec-overview-inner ul.tel-wrap li {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.tel-wrap li {
    width: 48%;
  }
}
section.sec-overview div.sec-overview-inner ul.tel-wrap dl dt {
  text-align: center;
  border: solid 1px #111;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner ul.tel-wrap dl dt {
    font-size: 19px;
  }
}
section.sec-overview div.sec-overview-inner ul.tel-wrap dl dd {
  margin-bottom: 0.4em;
}
section.sec-overview div.sec-overview-inner dl.cooperation-dl {
  margin: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner dl.cooperation-dl {
    margin: 80px 0 0;
  }
}
section.sec-overview div.sec-overview-inner dl.cooperation-dl dt {
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner dl.cooperation-dl dt {
    font-size: 16px;
  }
}
section.sec-overview div.sec-overview-inner dl.cooperation-dl dd {
  font-size: 0.92em;
  line-height: 1.6em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-overview div.sec-overview-inner dl.cooperation-dl dd {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */