@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

/* BASE COLOR
------------------------------------------------------------*/
/*  SETTING
------------------------------------------------------------*/
/* BRAKEPOINT SETTING
------------------------------------------------------------*/
/* MIXIN
------------------------------------------------------------*/
/* BASE
------------------------------------------------------------*/
/* SITE SETTING
------------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
  }
  body {
    color: #4c4948;
    background: #FFF;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: "M PLUS Rounded 1c", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
    font-feature-settings: "palt";
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #4c4948;
  }
  a:hover {
    text-decoration: none;
    color: #666261;
  }
  a:hover img {
    opacity: 0.7;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .inner {
    max-width: 986px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=submit],
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
    font-size: 62.5%;
  }
  body {
    color: #4c4948;
    background: #FFF;
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: "M PLUS Rounded 1c", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
    font-feature-settings: "palt";
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #4c4948;
  }
  a:hover {
    text-decoration: none;
    color: #666261;
  }
  a:hover img {
    opacity: 0.7;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .inner {
    max-width: 986px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=submit],
  textarea {
    -webkit-appearance: none;
  }
}
hgroup {
  text-align: center;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 767px) {
  hgroup {
    margin: 0 0 2rem;
  }
}
hgroup.low {
  margin: 0 0 1.2rem;
}

h2 {
  font-size: 4.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.7rem;
  }
}
h2.border {
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 2px solid #009844;
}
@media only screen and (max-width: 767px) {
  h2.border {
    font-size: 1.9rem;
  }
}
h2.border.dot {
  background-image: radial-gradient(circle, #009844 2px, transparent 2px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  border-bottom: none;
}
h2.image {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

h3.image {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  h3.image {
    margin: 0 0 1rem;
  }
}
h3.base {
  display: grid;
  place-content: center;
  width: 100%;
  height: 96px;
  background: url(../../../images/campaign/award_ttl_base.svg) no-repeat top center;
  background-size: auto 96px;
  color: #009844;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.button-area {
  margin: 3.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .button-area {
    margin: 1.2rem 0 0;
  }
}
.button-area a:hover {
  opacity: 0.7;
}
.button-area a.basic {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #4c4948;
  color: #fff;
  border-radius: 99px;
  transition: 0.3s;
  transform: rotateZ(0.03deg);
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .button-area a.basic {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.button-area a.basic.is-pink {
  background: #f473af;
}
.button-area a.basic.is-white {
  width: 350px;
  background: #FFF;
  color: #4c4948;
  border: 1px solid #4c4948;
  padding: 1.8rem 8rem;
}
@media only screen and (max-width: 767px) {
  .button-area a.basic.is-white {
    width: 100%;
    padding: 1.2rem 2rem;
  }
}
.button-area a.basic.is-white.arw:after {
  background-color: #4c4948;
}
.button-area a.basic.is-red {
  background: #e73763;
  width: 350px;
  height: 90px;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .button-area a.basic.is-red {
    width: 225px;
    height: 58px;
  }
}
.button-area a.basic.arw:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  inset-block: auto;
  width: 1.4rem;
  height: 2.4rem;
  background-color: #fff;
  clip-path: polygon(1.4rem 50%, 0% 0%, 0% 2.4rem);
}
@media only screen and (max-width: 767px) {
  .button-area a.basic.arw:after {
    width: 1rem;
    height: 1.4rem;
    right: 3rem;
    clip-path: polygon(1rem 50%, 0% 0%, 0% 1.4rem);
  }
}
.button-area a.basic.icon:before {
  content: "";
  background: url(../../images/common/icon_x.svg) no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 4.4rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .button-area a.basic.icon:before {
    width: 28px;
    height: 28px;
    left: 3rem;
    background-size: 28px auto;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: transparent;
  transition: 0.3s;
  pointer-events: auto;
  width: 100%;
  height: 8rem;
}
@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 7rem;
  }
}
.header.is-hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header.is-bg {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    width: 18rem;
    margin: 1.1rem 0 0 1.2rem;
  }
}
.header-in {
  position: relative;
  max-width: 112rem;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .header-in {
    width: 100%;
    max-width: 100%;
  }
}

.hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1;
  min-width: 0;
  width: 8rem;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu {
    width: 7rem;
  }
}
.hamburger-menu.is-active {
  filter: drop-shadow(0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
}
.hamburger-menu-in {
  position: absolute;
  top: 1.6rem;
  display: flex;
  justify-content: center;
  aspect-ratio: 6/5;
  min-width: 0;
  width: 3.6rem;
}
.hamburger-menu span {
  position: absolute;
  background: #8D8D8D;
  border-radius: 0.2rem;
  transition: 0.3s;
  aspect-ratio: 18/1;
  min-width: 0;
  width: 3.6rem;
}
.hamburger-menu span:nth-of-type(1) {
  top: 0;
}
.hamburger-menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -0.1rem;
}
.hamburger-menu span:nth-child(3) {
  top: calc(100% - 0.2rem);
}
.hamburger-menu .hamburger-label {
  font-size: 1.5rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  margin: auto auto 0;
  padding: 0 0 0.2rem;
}
.hamburger-menu.is-active span:nth-of-type(1), .hamburger-menu.is-active span:nth-of-type(3) {
  top: 50%;
  margin-top: -0.1rem;
}
.hamburger-menu.is-active span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.hamburger-menu.is-active span:nth-of-type(3) {
  transform: rotate(-135deg);
}
.hamburger-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}
.gnavi.is-active {
  opacity: 1;
  pointer-events: auto;
}
.gnavi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
.gnavi-in {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 72rem;
  height: 100%;
  margin: 0 auto;
}
.gnavi .two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem;
  width: 100%;
}
.gnavi .two-columns .column {
  flex: 1;
}
.gnavi-heading {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 0.2rem dotted #68C9FF;
  width: fit-content;
  margin-bottom: 2.5rem;
}
.gnavi-heading--02 {
  border-bottom-color: #F473AF;
}
.gnavi-heading--03 {
  border-bottom-color: #FCE24A;
}
.gnavi-item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
.gnavi-item + .gnavi-item {
  margin-top: 1.5rem;
}
.gnavi-item--02 {
  font-size: 2rem;
}
.gnavi-item .txt-minor {
  font-size: 1.2rem;
}
.gnavi-item > a {
  display: block;
  color: inherit;
}
.gnavi-arrow {
  position: absolute;
  top: 0;
  right: 0;
  stroke: #8D8D8D;
  pointer-events: none;
  aspect-ratio: 3/5;
  min-width: 0;
  width: 1.6rem;
}
.gnavi-arrow--02 {
  stroke: #68C9FF;
}
.gnavi-arrow--03 {
  stroke: #F473AF;
}
.gnavi-arrow--04 {
  stroke: #FCE24A;
}
.gnavi-divider {
  border-top: 0.1rem solid #C8C3C0;
  width: 100%;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .gnavi-overlay {
    overflow-y: scroll;
  }
  .gnavi-in {
    display: block;
    max-width: 29.5rem;
    padding-top: 9.5rem;
    height: 100svh;
  }
  .gnavi .two-columns {
    display: block;
  }
  .gnavi-heading {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .gnavi-list {
    padding-bottom: 2.3rem;
    border-bottom: solid 1px #c7c2bf;
    margin-bottom: 2.3rem;
  }
  .gnavi-list:last-of-type {
    border: none;
  }
  .gnavi-item {
    font-size: 1.4rem;
  }
  .gnavi-item--02 {
    font-size: 2rem;
  }
  .gnavi-item .txt-minor {
    font-size: 1rem;
  }
  .gnavi-arrow {
    width: 1.2rem;
  }
  .gnavi-divider {
    display: none;
  }
}

.footer .pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 11rem;
}
.footer .pagetop img {
  width: 12.4rem;
}
.footer-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #ebf3f6;
  max-width: 144rem;
  height: 11.4rem;
  margin: 0 auto;
}
.footer .logo {
  display: block;
  line-height: 0;
  max-width: 12rem;
  margin: 0 auto;
}
.footer .copyright {
  display: block;
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#site-wrapper, .footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #site-wrapper, .footer {
    top: 70px;
  }
}

.site-module.wrap {
  padding: 52px 0;
}
@media only screen and (min-width: 768px) {
  .site-module.wrap {
    padding: 52px 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-module.wrap {
    padding: 42px 3rem;
  }
}
.site-module.wrap.no-top {
  padding-top: 0;
}
.site-module .max {
  max-width: 1280px;
}

.site-lp .site-lp-bg {
  background: #A5D4AD;
  background: linear-gradient(0deg, rgba(165, 212, 173, 0.25) 0%, rgba(242, 220, 122, 0.25) 50%, rgba(165, 212, 73, 0.25) 100%);
  position: relative;
}
.site-lp .site-lp-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/common/bg_dotted_01.svg) repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-lp .site-lp-bg:before {
    background: url(../../images/common/bg_dotted_01_sp.svg) repeat;
  }
}
.site-lp .firstview {
  background: url(../../images/common/bg_dotted_01.svg) repeat #fff6ed;
  height: 49rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-lp .firstview {
    background: url(../../images/common/bg_dotted_01_sp.svg) repeat #fff6ed;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .firstview {
    background: url(../../images/common/bg_dotted_01_sp.svg) repeat 0 0/100% auto, #fff6ed;
    height: auto;
  }
}
.site-lp .firstview .inner {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .site-lp .firstview .inner {
    padding: 3rem 3rem 2rem;
  }
}
.site-lp .firstview__box {
  overflow: hidden;
  max-width: 72rem;
  margin-inline: auto;
}
.site-lp .campaign {
  padding-left: 0;
  padding-right: 0;
  /* form__box
        .form__box {
            padding: 4rem;
            text-align: center;
            @include g.media(sp) {
                padding: 2rem;
            }
            .inner__box__deco {
                border-color: #bedfc2;
                &:before,&:after {
                    background: #bedfc2;
                }
            }
            h2.image {
                background: url(../../images/campaign/title_04.svg) no-repeat top center;
                background-size: contain;
            }
            .button-area {
                @include g.media(sp) {
                    margin-top: 0;
                }
            }
        }
        */
}
.site-lp .campaign:after {
  content: "";
  width: 100%;
  height: calc(100% - 600px);
  background: url(../../images/campaign/bg_deco_01.webp) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign:after {
    content: none;
  }
}
.site-lp .campaign .inner {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .inner {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner {
    padding: 0 2.2rem;
  }
}
.site-lp .campaign .kv {
  position: relative;
  margin: 0 0 5rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv:before {
    content: url(../../images/campaign/bg_deco_01_sp.webp);
    zoom: 0.5;
    position: absolute;
    bottom: 10rem;
    left: 2rem;
  }
  .site-lp .campaign .kv:after {
    content: url(../../images/campaign/bg_deco_02_sp.webp);
    zoom: 0.5;
    position: absolute;
    bottom: 10rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv picture {
    display: block;
    padding-bottom: 8rem;
  }
}
.site-lp .campaign .kv picture img {
  width: 100%;
  height: auto;
}
.site-lp .campaign .kv__title {
  height: calc(100% - 7.5rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv__title {
    height: auto;
    top: initial;
    bottom: 7rem;
  }
}
.site-lp .campaign .kv__title img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv__title img {
    width: 213px;
    height: auto;
  }
}
.site-lp .campaign .kv__date {
  background: #009844;
  color: #FFF;
  font-size: 3.1rem;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .kv__date {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv__date {
    display: block;
    padding: 2rem 0 1.5rem;
    font-size: 1.8rem;
  }
}
.site-lp .campaign .kv__date img {
  width: auto;
  height: 47px;
  display: inline-block;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv__date img {
    display: block;
    margin: 0 auto;
    height: 30px;
    position: relative;
    z-index: 5;
  }
}
.site-lp .campaign .kv__date strong {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .kv__date strong {
    font-size: 2.2rem;
  }
}
.site-lp .campaign p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign p {
    font-size: 1.5rem;
  }
}
.site-lp .campaign p:last-of-type {
  margin-bottom: 0;
}
.site-lp .campaign .inner__box {
  max-width: 1010px;
  margin: 10rem auto;
  background: #FFF;
  box-shadow: 10px 10px 0 rgba(187, 166, 141, 0.2);
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner__box {
    margin: 4.5rem auto;
    width: 100%;
  }
}
.site-lp .campaign .inner__box__deco {
  border: 1px solid;
  padding: 50px 100px 80px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .inner__box__deco {
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner__box__deco {
    padding: 2rem;
  }
}
.site-lp .campaign .inner__box__deco:before, .site-lp .campaign .inner__box__deco:after {
  content: "";
  width: 22px;
  height: 22px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../images/campaign/deco_01.svg);
  background: #000;
  position: absolute;
  top: -18px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner__box__deco:before, .site-lp .campaign .inner__box__deco:after {
    width: 11px;
    height: 11px;
    top: -10px;
  }
}
.site-lp .campaign .inner__box__deco:before {
  left: -18px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner__box__deco:before {
    left: -10px;
  }
}
.site-lp .campaign .inner__box__deco:after {
  right: -18px;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .inner__box__deco:after {
    right: -10px;
  }
}
.site-lp .campaign .message__box {
  padding: 5rem 10rem 4rem;
  text-align: center;
  border: 8px solid #d9af54;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .message__box {
    padding: 5rem 5rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .message__box {
    padding: 4.5rem 2rem 3rem;
  }
}
.site-lp .campaign .message__box:before {
  content: url(../../images/campaign/message_line_01.svg);
  width: 84px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.site-lp .campaign .message__box .inbox {
  padding: 4rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .message__box .inbox {
    padding: 3rem 0;
  }
}
.site-lp .campaign .message__box .inbox:before, .site-lp .campaign .message__box .inbox:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #009844;
  border-radius: 99px;
  position: absolute;
  left: 0;
}
.site-lp .campaign .message__box .inbox:before {
  top: 0;
}
.site-lp .campaign .message__box .inbox:after {
  bottom: 0;
}
.site-lp .campaign .message__box strong {
  display: inline-block;
  font-size: 4rem;
  font-weight: 600;
  padding: 0 0 3rem;
  margin: 0 0 4rem;
  background-image: radial-gradient(circle, #009844 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .message__box strong {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .message__box strong {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
  }
}
.site-lp .campaign .message__box strong > i {
  color: #009844;
  position: relative;
}
.site-lp .campaign .message__box strong > i:before {
  content: "";
  background: url(../../images/campaign/message_line_02.svg) no-repeat left bottom;
  background-size: auto 22px;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .message__box strong > i:before {
    bottom: initial;
    top: 12px;
    background-size: auto 14px;
  }
  .site-lp .campaign .message__box strong > i:after {
    content: "";
    background: url(../../images/campaign/message_line_02.svg) no-repeat left bottom;
    background-size: auto 14px;
    width: 84%;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.site-lp .campaign .message__box i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.site-lp .campaign .message__box i::before {
  content: "";
  width: 100%;
  height: 8px;
  background: #fff1a2;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: -1;
}
.site-lp .campaign .date__box {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box:before {
    content: url(../../images/campaign/kv_deco_01.webp);
    zoom: 0.7;
    position: absolute;
    bottom: -10rem;
    left: -1rem;
  }
  .site-lp .campaign .date__box:after {
    content: url(../../images/campaign/kv_deco_02.webp);
    zoom: 0.7;
    position: absolute;
    top: -2rem;
    right: -1rem;
  }
}
.site-lp .campaign .date__box hgroup {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box hgroup {
    margin-bottom: 1.8rem;
  }
}
.site-lp .campaign .date__box h2.image {
  background: url(../../images/campaign/title_01.svg) no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .date__box h2.image {
    background-size: auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box h2.image {
    background-size: auto 40px;
  }
}
.site-lp .campaign .date__box dl {
  display: grid;
  grid-template-columns: 215px 1fr;
  align-items: center;
  gap: 20px;
  margin: 0 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box dl {
    display: block;
  }
}
.site-lp .campaign .date__box dl:last-of-type {
  margin-bottom: 0;
}
.site-lp .campaign .date__box dl:last-of-type:after {
  content: none;
}
.site-lp .campaign .date__box dl:after {
  content: url(../../images/campaign/date_arw_01.svg);
  width: 70px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 75px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box dl:after {
    zoom: 0.7;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-lp .campaign .date__box dl dt {
  background: url(../../images/campaign/date_base_01.svg) no-repeat;
  background-size: contain;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  height: 48px;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box dl dt {
    height: 31px;
    background-size: auto 31px;
    background-position: top center;
    font-size: 1.6rem;
  }
}
.site-lp .campaign .date__box dl dd {
  font-size: 2.7rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .date__box dl dd {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box dl dd {
    font-size: 1.6rem;
    text-align: center;
  }
}
.site-lp .campaign .date__box dl dd strong {
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .site-lp .campaign .date__box dl dd strong {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .date__box dl dd strong {
    font-size: 1.9rem;
  }
}
.site-lp .campaign .item__box {
  padding: 4rem;
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box {
    padding: 2rem;
    margin-top: 8rem;
  }
}
.site-lp .campaign .item__box .inner__box__deco {
  border-color: #eba5a9;
  padding: 4rem 10rem 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .item__box .inner__box__deco {
    padding: 4rem 4rem 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .inner__box__deco {
    padding: 4rem 2rem;
  }
  .site-lp .campaign .item__box .inner__box__deco hgroup {
    margin-bottom: 0;
  }
}
.site-lp .campaign .item__box .inner__box__deco:before, .site-lp .campaign .item__box .inner__box__deco:after {
  background: #eba5a9;
}
.site-lp .campaign .item__box h2.image {
  background: url(../../images/campaign/title_05.webp) no-repeat top center;
  background-size: auto 150px;
  width: 100%;
  height: 150px;
  position: absolute;
  top: -10rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box h2.image {
    background: url(../../images/campaign/title_05_sp.webp) no-repeat top center;
    background-size: auto 80px;
    top: -5rem;
  }
}
.site-lp .campaign .item__box h3.image {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box h3.image {
    margin-top: 3.8rem;
  }
}
.site-lp .campaign .item__box h3.image.image01 img {
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box h3.image.image01 img {
    height: 90px;
  }
}
.site-lp .campaign .item__box h3.image.image02 img {
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box h3.image.image02 img {
    height: 48px;
  }
}
.site-lp .campaign .item__box h3.image.image03 img {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box h3.image.image03 img {
    height: 42px;
  }
}
.site-lp .campaign .item__box .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item {
    flex-direction: column-reverse;
  }
}
.site-lp .campaign .item__box .item.block {
  display: block;
}
.site-lp .campaign .item__box .item.block figure {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item.block figure {
    width: 100%;
    max-width: none;
  }
}
.site-lp .campaign .item__box .item figcaption {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 2.3rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .item__box .item figcaption {
    width: calc(100% - 245px);
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption {
    font-size: 2.2rem;
    padding: 0;
    display: block;
    margin: 1rem 0;
  }
  .site-lp .campaign .item__box .item figcaption > i {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption > i {
    font-size: 1.9rem;
  }
}
.site-lp .campaign .item__box .item figcaption img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption img {
    display: inline-block;
    width: 15px;
    position: relative;
    top: -6px;
    margin-right: 8px;
  }
}
.site-lp .campaign .item__box .item figcaption small {
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption small {
    font-size: 1.9rem;
    display: inline-block;
  }
}
.site-lp .campaign .item__box .item figcaption small.inline {
  display: inline-block;
}
.site-lp .campaign .item__box .item figcaption small.s {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption small.s {
    font-size: 1.25rem;
  }
}
.site-lp .campaign .item__box .item figcaption span {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  color: #FFF;
  padding: 2px;
  margin-top: 8px;
  border-radius: 99px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption span {
    width: 135px;
    font-size: 1.6rem;
    margin: 10px auto 0;
  }
}
.site-lp .campaign .item__box .item figcaption span i {
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figcaption span i {
    font-size: 2.2rem;
  }
}
.site-lp .campaign .item__box .item figure,
.site-lp .campaign .item__box .item picture {
  width: 315px;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .item__box .item figure,
  .site-lp .campaign .item__box .item picture {
    width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .item__box .item figure,
  .site-lp .campaign .item__box .item picture {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.site-lp .campaign .item__box .item figure img,
.site-lp .campaign .item__box .item picture img {
  width: 100%;
  height: auto;
}
.site-lp .campaign .item__box .item:nth-of-type(1) span {
  background: #f473af;
}
.site-lp .campaign .item__box .item:nth-of-type(2) span {
  background: #68c9ff;
}
.site-lp .campaign .item__box .item:nth-of-type(3) span {
  background: #f39d2c;
}
.site-lp .campaign .item__box .item:nth-of-type(5) span {
  background: #009844;
}
.site-lp .campaign .apply__box {
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .apply__box {
    padding: 2rem;
  }
}
.site-lp .campaign .apply__box .inner__box__deco {
  border-color: #bedfc2;
}
.site-lp .campaign .apply__box .inner__box__deco:before, .site-lp .campaign .apply__box .inner__box__deco:after {
  background: #bedfc2;
}
.site-lp .campaign .apply__box h2.image {
  background: url(../../images/campaign/title_02.svg) no-repeat top center;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .apply__box h2.image {
    background-size: auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .apply__box h2.image {
    background-size: auto 40px;
  }
}
.site-lp .campaign .apply__box h3.image {
  margin-bottom: 1rem;
}
.site-lp .campaign .apply__box h3.image img {
  width: auto;
  height: 84px;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .apply__box h3.image img {
    height: 45px;
  }
}
.site-lp .campaign .apply__box .step__area {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 25px;
  font-size: 2.2rem;
  margin-bottom: 52px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .apply__box .step__area {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .apply__box .step__area {
    display: block;
    font-size: 1.42rem;
    margin-bottom: 4rem;
  }
}
.site-lp .campaign .apply__box .step__area figure img {
  max-width: 100%;
  height: auto;
}
.site-lp .campaign .apply__box .step__area figure:nth-of-type(2) {
  position: absolute;
  top: -4rem;
  right: -4rem;
}
.site-lp .campaign .apply__box .step__area figure:nth-of-type(2) img {
  max-width: none;
  width: 140px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .apply__box .step__area figure {
    text-align: center;
  }
  .site-lp .campaign .apply__box .step__area figure:first-of-type {
    margin: 0 0 12px;
  }
  .site-lp .campaign .apply__box .step__area figure:first-of-type img {
    max-width: none;
    width: auto;
    height: 85px;
  }
  .site-lp .campaign .apply__box .step__area figure:nth-of-type(2) {
    top: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .apply__box .step__area figure {
    text-align: center;
  }
  .site-lp .campaign .apply__box .step__area figure:first-of-type {
    margin: 0 0 1.5rem;
  }
  .site-lp .campaign .apply__box .step__area figure:first-of-type img {
    width: auto;
    height: 46px;
  }
  .site-lp .campaign .apply__box .step__area figure:nth-of-type(2) {
    position: absolute;
    top: 5rem;
    right: 0;
  }
  .site-lp .campaign .apply__box .step__area figure:nth-of-type(2) img {
    max-width: none;
    width: 70px;
    height: auto;
  }
}
.site-lp .campaign .apply__box .step__area__detail > span {
  color: #f473af;
}
.site-lp .campaign .apply__box .button-area {
  margin-top: 2rem;
}
.site-lp .campaign .requirements__box {
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .requirements__box {
    padding: 2rem;
  }
}
.site-lp .campaign .requirements__box .inner__box__deco {
  border-color: #bedfc2;
}
.site-lp .campaign .requirements__box .inner__box__deco:before, .site-lp .campaign .requirements__box .inner__box__deco:after {
  background: #bedfc2;
}
.site-lp .campaign .requirements__box h2.image {
  background: url(../../images/campaign/title_03.svg) no-repeat top center;
  background-size: contain;
}
.site-lp .campaign .requirements__box p {
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .requirements__box p {
    font-size: 1.4rem;
  }
}
.site-lp .campaign .requirements__box__link dl dt {
  display: block;
  margin: 30px 0 0;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  background: url(../../images/campaign/requirements_link_01.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 986px) {
  .site-lp .campaign .requirements__box__link dl dt {
    font-size: 2rem;
    padding-top: 4px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .requirements__box__link dl dt {
    width: 100%;
    height: 45px;
    font-size: 1.7rem;
    background: url(../../images/campaign/requirements_link_01_sp.svg) no-repeat center;
    background-size: contain;
    padding: 0 10px;
    margin: 20px 0 8px;
    display: grid;
    place-content: center;
  }
}
.site-lp .campaign .requirements__box__link dl dt:after {
  content: "";
  width: 15px;
  height: 20px;
  background: #009844;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .requirements__box__link dl dt:after {
    width: 12px;
    height: 16px;
    right: 20px;
  }
}
.site-lp .campaign .requirements__box__link dl dd {
  display: none;
  font-size: 1.7rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .requirements__box__link dl dd {
    font-size: 1.4rem;
  }
}
.site-lp .campaign .requirements__box__link dl dd ul.disc {
  margin-bottom: 3.5rem;
}
.site-lp .campaign .requirements__box__link dl dd ul.disc li {
  list-style: square outside;
  margin-left: 22px;
}
.site-lp .campaign .requirements__box__link dl dd ul.disc li > .num {
  margin: 1.2rem 0;
}
.site-lp .campaign .requirements__box__link dl dd ul.num li {
  list-style: decimal outside;
  margin-left: 22px;
}
.site-lp .campaign .select__box {
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .select__box {
    padding: 2rem;
  }
}
.site-lp .campaign .select__box .inner__box__deco {
  border-color: #bedfc2;
}
.site-lp .campaign .select__box .inner__box__deco:before, .site-lp .campaign .select__box .inner__box__deco:after {
  background: #bedfc2;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .select__box .inner__box__deco {
    text-align: center;
  }
}
.site-lp .campaign .select__box h2.image {
  background: url(../../images/campaign/title_05.svg) no-repeat top center;
  background-size: contain;
}
.site-lp .campaign .select__box p {
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .select__box p {
    font-size: 1.6rem;
    text-align: left;
    display: inline-block;
  }
}
.site-lp .campaign .results__box {
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .results__box {
    padding: 2rem;
  }
}
.site-lp .campaign .results__box .inner__box__deco {
  border-color: #bedfc2;
  text-align: center;
}
.site-lp .campaign .results__box .inner__box__deco:before, .site-lp .campaign .results__box .inner__box__deco:after {
  background: #bedfc2;
}
.site-lp .campaign .results__box h2.image {
  background: url(../../images/campaign/title_06.svg) no-repeat top center;
  background-size: contain;
}
.site-lp .campaign .results__box strong {
  display: block;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .results__box strong {
    font-size: 2rem;
  }
}
.site-lp .campaign .results__box strong i {
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .results__box strong i {
    font-size: 2.8rem;
  }
}
.site-lp .campaign .results__box p {
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .campaign .results__box p {
    font-size: 1.7rem;
    text-align: left;
    display: inline-block;
  }
}
.site-lp .campaign .results-contact {
  text-align: center;
  margin: 0 auto;
}
.site-lp .project {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .project {
    font-size: 1.45rem;
  }
}
.site-lp .project small {
  display: block;
  font-size: 1.8rem;
  margin: 1.6rem 0 2.8em;
}
@media only screen and (max-width: 767px) {
  .site-lp .project small {
    font-size: 1.4rem;
  }
}
.site-lp .project ul {
  width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .project ul {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.site-lp .project ul li a {
  display: block;
}
.site-lp .project ul li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.site-lp .contact {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .site-lp .contact {
    font-size: 1.5rem;
    padding-bottom: 4.2rem;
  }
}
.site-lp .contact-bg {
  padding-top: 10rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .site-lp .contact-bg {
    padding-top: 7.5rem;
  }
}/*# sourceMappingURL=style.css.map */