@charset "utf-8";
/* 
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */
/* layout
++++++++++++++++++++++++++++++++++++++++ */
.l-main.camp-main {
  margin: 0 auto;
  padding-top: 0;
  color: #0a1f33;
}
.camp-main a {
  color: #0067c3;
}

@media (max-width: 767.98px) {
  .l-main.camp-main {
    max-width: 672px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .u-pc-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .l-main.camp-main {
    margin-top: 0;
    width: 720px;
  }
  .u-pc-hidden {
    display: none;
  }
}
@media (hover: hover) {
  .l-container a {
    display: block;
    transition: all ease 0.3s;
    filter: brightness(100%);
    transform: translateZ(0px);
  }
  .l-container a:hover {
    filter: brightness(112%);
  }
}


/* module
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++++++ */
.camp-ttl-01 {
  padding: 0 16px 0.4em;
  line-height: 1.3333;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 4px #f3f4f5;
}
.camp-ttl-02 {
  font-weight: bold;
  text-align: center;
}
.camp-ttl-02 + p {
  margin: 0;
}
.camp-ttl-02.-badge > span {
  display: inline-block;
  width: 88px;
  height: 24px;
  border-radius: 40px;
  background-color: #0a1f33;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 2px;
  padding: 3px 0 0px;
  line-height: 1;
  text-indent: 5px;
}
.camp-ttl-02.-badge > span > b {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .camp-ttl-01 {
    margin: 16px auto;
    font-size: 2.4rem;
  }
  .camp-ttl-02 {
    margin: 40px auto 13px;
    font-size: 2rem;
  }
  .camp-ttl-02.-top {
    margin: 24px auto 13px;
  }
  .camp-ttl-02.-badge {
    padding-top: 26px;
    position: relative;
  }
  .camp-ttl-02.-badge > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .camp-ttl-02 + p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .camp-ttl-01 {
    margin: 32px auto;
    font-size: 3.2rem;
  }
  .camp-ttl-02 {
    margin: 64px auto 10px;
    font-size: 2.4rem;
  }
  .camp-ttl-02.-top {
    margin: 42px auto 10px;
  }
  .camp-ttl-02.-badge {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .camp-ttl-02.-badge > span {
    margin-right: 16px;
  }
}

/* cta ++++++++++++++++++++ */
.camp-cta {
  margin: 0 auto;
  background-color: #f3f4f5;
  border-radius: 8px;
}

.camp-cta > dl {
  max-width: 512px;
  margin: 0 auto;
  text-align: center;
}
.camp-cta > dl > dt {
  margin: 0;
  font-weight: bold;
  line-height: 1.3125;
}
.camp-cta > dl > dd {
  margin: 0;
}

.camp-cta > ._kouza > dd > a,
.camp-cta > ._apply > dd > a {
  display: block;
  margin: 0;
  padding: 14px 8px;
  border: 1px solid transparent;
  border-radius: 100vh;
  line-height: 2.6rem;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.camp-cta > ._kouza > dd > a {
  background: #ef2e42;
  color: #fff;
}
.camp-cta > ._apply > dd > a {
  color: #0046a0;
  border-color: currentColor;
  background-color: rgba(255,255,255,1);
}
.camp-cta > ._apply > dd > a::after  {
  transform: translateY(-1px);
  display: inline-block;
  width: 10px;
  height: 6px;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: -12px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-cta {
    margin: 24px auto;
    padding: 24px 16px;
  }
  .camp-cta > dl + dl {
    margin-top: 32px;
  }
  .camp-cta > dl > dt {
    margin-bottom: 14px;
  }
  .camp-cta > ._kouza > dd > a {
    font-size: 1.8rem;
  }
  .camp-cta > ._apply > dd > a {
    font-size: 1.6rem;
  }
  .camp-cta > ._apply > dd > a::after {
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .camp-cta {
    margin: 40px auto;
    padding: 36px;
  }
  .camp-cta > dl + dl {
    margin-top: 40px;
  }
  .camp-cta > dl > dd {
    margin-top: 16px;
  }
  .camp-cta > dl > dd > a {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}
@media (hover: hover) {
  .camp-cta > ._apply > dd > a:hover {
    background-color: rgba(255,255,255,0);
  }
}

/* link
++++++++++++++++++++++++++++++++++++++++ */
.camp-loginlink,
.camp-servicelink {
  margin: 0 auto;
}
.camp-loginlink > a,
.camp-servicelink > a {
  display: block;
  margin: 0 auto;
  padding: 14px 8px;
  border: 1px solid transparent;
  border-radius: 100vh;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.camp-servicelink > a {
  color: #fff;
  border-color: #ef2e42;
  background-color: #ef2e42;
}
.camp-loginlink > a {
  max-width: 512px;
  border: solid 1px #0a1f33;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .camp-servicelink > a {
    max-width: 300px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .camp-servicelink > a {
    margin-top: 40px;
    max-width: 512px;
    letter-spacing: 3px;
  }
  .camp-loginlink > a:hover {
    border: solid 1px #0a1f33;
    background-color: #0a1f33;
    color: #fff;
  }
}

/* hero
++++++++++++++++++++++++++++++++++++++++ */
.camp-hero {
  position: relative;
  max-width: 888px;
  margin: 0 auto;
}
.camp-hero img {
  width: 100%;
}
.camp-hero > h1 {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .camp-hero {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .camp-hero {
    margin-top: 32px;
    margin-bottom: 48px;
    overflow: hidden;
    border-radius: 8px;
  }
}

/* end */
.camp-hero > ._endcamp {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transform: translateZ(0px);
}
.camp-hero > ._endcamp > p {
  flex-grow: 1;
  padding: 16px 0;
  border: 2px solid #fff;
  color: #CC0000;
  background: rgba(255,245,225,0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}


/* visual
++++++++++++++++++++++++++++++++++++++++ */
.camp-visual {
  background-color: #fffff0;
  border-radius: 8px;
  text-align: center;
}
.camp-visual ._ttl,
.camp-visual ._btnttl,
.camp-visual ._tablettl {
  margin: 0;
}

@media (max-width: 767.98px) {
  .camp-visual {
    padding: 20px 16px 16px;
  }
  .camp-visual ._ttl {
    margin: 0 auto 30px;
  }
  .camp-visual ._ttl img {
    width: 415px;
    width: 100%;
  }
  .camp-visual ._btnttl {
    margin: 0 auto 16px;
  }
  .camp-visual ._btnttl img {
    width: 264px;
  }
  .camp-visual ._tablettl {
    margin: 20px auto 10px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .camp-visual {
    margin: 48px auto;
    padding: 32px 0 32px;
  }
  .camp-visual ._ttl {
    margin: 0 auto 30px;
  }
  .camp-visual ._ttl img {
    width: 415px;
  }
  .camp-visual ._btnttl {
    margin: 16px auto 0;
  }
  .camp-visual ._btnttl img {
    width: 604px;
  }
  .camp-visual ._tablettl {
    margin: 56px auto 10px;
  }
  .camp-visual ._tablettl img {
    width: 491px;
  }
}

/* visual btnlist
++++++++++++++++++++++++++++++++++++++++ */
.lineup-btnlist {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: auto;
  padding: 0;
}
.lineup-btnlist img {
  filter: drop-shadow(4px 4px 3px #ccc);
  transform: translateZ(0px);
}
@media (max-width: 767.98px) {
  .lineup-btnlist {
    width: 220px;
    margin: 0 16px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .lineup-btnlist li {
    margin: 0;
    padding: 0 0 8px;
  }
}
@media (min-width: 768px) {
  .lineup-btnlist {
    width: 440px;
  }
  .lineup-btnlist a[href]:hover {
    filter: brightness(100%);
    opacity: 0.7;
  }
}

/* visual lineup note
++++++++++++++++++++++++++++++++++++++++ */
.lineup-note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 26px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .lineup-note {
    margin: 8px auto 0;
  }
}
@media (min-width: 768px) {
  .lineup-note {
    margin: 26px auto 0;
    width: 496px;
  }
}

/* visual lineup-table
++++++++++++++++++++++++++++++++++++++++ */
.lineup-table {
  text-align: center;
  width: 496px;
  margin: 0 auto;
}
.lineup-table th {
  background-color: #b09b00;
  color: #fff;
  width: 98px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
}
.lineup-table tr {
  background-color: #fff;
}
.lineup-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.lineup-table td {
  height: 51px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  color: #4b4455;
  text-align: left;
}
.lineup-table td + td {
  text-align: right;
}
.lineup-table span {
  display: block;
  font-weight: bold;
  height: 51px;
}
.lineup-table ._name {
  width: 180px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.lineup-table ._value {
  font-family: Roboto;
  width: 60px;
  font-size: 14px;
  color: #4b4455;
  margin: auto;
  line-height: 51px;
}
.lineup-table ._value b {
  font-size: 24px;
  padding-right: 4px;
  line-height: 51px;
}
.lineup-table span i {
  font-size: 21px;
  padding-right: 4px;
}
@media (max-width: 767.98px) {
  .lineup-table {
    width: 100%;
    margin: 0 auto;
  }
  .lineup-table th {
    text-align: left;
    width: 60%;
    text-align: center;
    text-indent: -30px;
  }
  .lineup-table th + th {
    width: calc(100% - 60%);
  }
  .lineup-table ._name {
    width: auto;
    padding-left: 5px;
  }
  .lineup-table ._value {
    width: auto;
    margin: 0 0 0 auto;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .lineup-table {
    width: 496px;
  }
  .lineup-table ._name {
    margin: 0 auto 0 66px;
  }
}


/* bnr-area
++++++++++++++++++++++++++++++++++++++++ */
.bnr-area {
  margin: 48px auto;
}
.bnr-area ._ttl {
  text-align: center;
}
.bnr-area img {
}
@media (max-width: 767.98px) {
  .bnr-area ._ttl {
    margin-bottom: 5px;
  }
  .bnr-area ._ttl img {
    max-width: 328px;
  }
}
@media (min-width: 768px) {
  .bnr-area ._ttl {
    margin-bottom: 10px;
  }
  .bnr-area a:hover {
    filter: brightness(100%);
    opacity: 0.7;
  }
}

/* camp-flow 
++++++++++++++++++++++++++++++++++++++++ */
.camp-flow {}
.camp-flow picture {
  text-align: center;
  display: block;
}
@media (max-width: 767.98px) {
  .camp-flow {
    margin-top: 88px;
  }
  .camp-flow ._disppc {
    display: none !important;
  }
  .camp-flow ._dispsp {
    display: block !important;
  }
  .camp-flow h4,
  .camp-flow p,
  .camp-flow ._link {
    display: block;
    font-size: 1.6rem;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .camp-flow h4 {
    margin-top: 24px;
  }
  .camp-flow p {
    margin-top: 0;
  }
  .camp-flow picture {
    margin-top: 24px;
  }
  .camp-flow picture.-arrow {
    position: relative;
    padding-bottom: 46px;
  }
  .camp-flow picture.-arrow::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 22px;
    background: url(/corp/campaign/cfd_pg/images/icon-arrow.webp) no-repeat 0 0;
    background-size: 100%;
  }
  .camp-flow picture img {
    width: 196px;
  }
}
@media (min-width: 768px) {
  .camp-flow {
    margin-top: 96px;
  }
  .camp-flow ._disppc {
    display: block !important;
  }
  .camp-flow ._dispsp {
    display: none !important;
  }
  .camp-flow h4,
  .camp-flow p,
  .camp-flow ._link {
    display: block;
    margin: 24px 0;
    font-size: 1.6rem;
  }
  .camp-flow picture img {
    width: 641px;
  }
}

/* camp-detail 
++++++++++++++++++++++++++++++++++++++++ */
.camp-detail {}
.camp-detail li {
  padding: 0;
}
.camp-detail ._note > li + li {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .camp-detail {
    margin-top: 88px;
    margin-bottom: 40px;
  }
  .camp-detail section {
    margin: 0 16px;
  }
}
@media (min-width: 768px) {
  .camp-detail {
    margin-top: 96px;
    margin-bottom: 64px;
  }
}

/* apply
++++++++++++++++++++++++++++++++++++++++ */
.camp-apply {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 0fr;
  align-content: start;
  margin: 0 auto;
  border: 1px solid #f3f4f5;
  border-radius: 8px;
  transition: grid-template-rows .3s ease;
}
.camp-apply.is-open {
	grid-template-rows: auto 1fr;
}

.camp-apply > ._ttl {
  position: relative;
  margin: 0;
  padding: 16px 24px;
  background-color: #f3f4f5;
  color: #0a1f33;
  letter-spacing: 0.8px;
  cursor: pointer;
  font-size: 2rem;
}
.camp-apply > ._ttl::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform-origin: center center;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #fff;
  background-size: 5px 6px;
  background-repeat: no-repeat;
  background-position:  top 8px left 35%,
                        top 8px right 35%;
  background-image: linear-gradient(to top right, transparent 45% , currentColor 55%),
                    linear-gradient(to top left, transparent 45%, currentColor 55%);
  content: "";
  transition: transform 0.3s ease;
}
.camp-apply.is-open > ._ttl::after  {
  transform: scale(1, -1);
}
.camp-apply > ._body {
	position: relative;
	overflow: hidden;
  font-size: 1.6rem;
}
.camp-apply > ._body > figure {
  display: block;
}

.camp-apply ._flow {
}
.camp-apply ._flow picture {
  display: block;
}
.camp-apply ._flow > dt {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.camp-apply ._flow > dd {
  margin: 0;
}
.camp-apply ._flow > dd + dt {
  position: relative;
  margin-top: 64px;
}
.camp-apply ._flow > dd + dt::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-image: url(/corp/campaign/cfd_pg/images/icon-arrow.svg);
  content: "";
}

@media (max-width: 767.98px) {
  .camp-apply {
    margin-top: 48px;
  }
  .camp-apply > ._ttl {
    padding-right: 64px;
  }
  .camp-apply > ._body {
    padding: 0 15px;
  }
  .camp-apply ._flow {
    margin-top: 44px;
  }
  .camp-apply ._flow > dt {
    margin-bottom: 16px;
  }
  .camp-apply ._flow > dd + dt {
    margin-top: 64px;
  }
  .camp-apply ._flow > dd + dt::before {
    top: -44px;
  }
}
@media (min-width: 768px) {
  .camp-apply {
    margin-top: 64px;
  }
  .camp-apply > ._ttl {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .camp-apply > ._body {
    padding: 0 43px;
  }
  .camp-apply ._flow {
    margin-top: 56px;
  }
  .camp-apply ._flow > dt {
    margin-bottom: 12px;
  }
  .camp-apply ._flow > dd + dt {
    margin-top: 72px;
  }
  .camp-apply ._flow > dd + dt::before {
    top: -52px;
  }
}
@media (hover: hover) {
  .camp-apply > ._ttl {
    transition: all ease 0.3s;
  }
  .camp-apply > ._ttl:hover {
    background-color: #f9f9fa;
    filter: brightness(1);
    transform: translateZ(0px);
  }
}

/* download app ++++++++++++++++++++ */
.camp-download-app {
  max-width: 460px;
  margin: 24px auto 0;
  padding: 20px 18px 24px;
  border-radius: 8px;
  background-color: #fff4e1;
}
.camp-download-app.-kabu {
  background-color: #e4edf6;
}
.camp-download-app.-cfd {
  background-color: #ddddf8;
}
.camp-download-app.-nest {
}
.camp-download-app > dt {
  margin: 0 8px 12px;
}
.camp-download-app > dd {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.camp-download-app > dd > a {
  margin: 0 4px;
}
@media (max-width: 549.98px) {
  .camp-download-app.-nest {
    margin: 24px 16px 0;
  }
}


/* camp-note 
++++++++++++++++++++++++++++++++++++++++ */
.camp-note {
}
@media (max-width: 767.98px) {
  .camp-note {
    margin-top: 120px;
  }
  .camp-note p {
    margin: 0 16px;
  }
}
@media (min-width: 768px) {
  .camp-note {
    margin-top: 68px;
  }
}

/* camp-tabs 
++++++++++++++++++++++++++++++++++++++++ */
.camp-tabs {
  margin-top: 24px;
}
.camp-tabs ._tablist {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 5px #fef75d;
}
.camp-tabs ._tablist li {
  margin: 0;
  padding: 0;
  font-weight: bold;
  height: 85px;
  width: calc(50% - 3px);
}
.camp-tabs ._tablist li a {
  padding: 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4b4455;
  background-color: #e3e3e3;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 100%;
  color: #737373;
  text-decoration: none;
}
.camp-tabs ._tablist li a.is-selected {
  background-color: #fef75d;
  color: #4b4455;
  cursor: default;
}
.camp-tabs ._tabpanel {
  background-color: #fffff0;
}
.camp-tabs ._tabpanel ._note {
  font-size: 14px;
  line-height: 1.75;
}
.camp-tabs ._tabpanel.is-hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .camp-tabs ._tablist li {
    font-size: 16px;
    line-height: 1.88;
  }
  .camp-tabs ._tabpanel {
    padding: 16px 0 24px;
  }
  .camp-tabs ._tabpanel ._note {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .camp-tabs ._tablist li {
    font-size: 23px;
    line-height: 1.3;
  }
  .camp-tabs ._tabpanel {
    padding: 16px 40px 40px;
  }
}
@media (hover: hover) {
  .camp-tabs ._tablist li a {
    transition: all ease 0.3s;
    filter: brightness(100%);
    transform: translateZ(0px);
  }
  .camp-tabs ._tablist li a:hover {
    filter: brightness(108%);
  }
  .camp-tabs ._tablist li a.is-selected:hover {
    filter: brightness(100%);
  }
}

@media (max-width: 767.98px) {
  .l-container .u_w-auto img {
    width: calc(100% - 32px);
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .camp-flow .detail-img picture img {
    width: 296px;
  }
}

/* override
++++++++++++++++++++++++++++++++++++++++ *

@media (max-width: 767.98px) {

}
@media (min-width: 768px) {

}
