@charset "UTF-8";
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
body {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

html.noscroll {
  overflow: hidden;
}

body button {
  border: none;
  padding: 0;
}

@media screen and (max-width: 1299.98px) {
  .bg-base {
    width: 1280px;
  }
}
@media screen and (max-width: 1299.98px) and (max-width: 839px) {
  .bg-base {
    width: 100%;
  }
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 839px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-sp-hidden {
  display: block;
}
@media screen and (max-width: 839px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-hidden {
  display: none !important;
}

.l-wide {
  width: min(100%, 980px);
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-wide {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 839px) {
  .l-wide.-page {
    padding: 0 14px;
  }
}
@media screen and (max-width: 839px) {
  .l-wide.-full-sp {
    padding: 0;
  }
}

.l-inside {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 839px) {
  .l-inside {
    width: 100%;
    padding: 0 calc((22/375)*100vw);
  }
}

.sample-wrap {
  margin: 200px 0;
}

.c-sup {
  vertical-align: super;
}

.l-box {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-box {
    padding: 0 22px;
  }
}

.l-inner {
  max-width: 882px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-inner {
    padding: 0 22px;
  }
}

.l-compact {
  max-width: 880px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-compact {
    padding: 0 22px;
  }
}

.l-in-box {
  max-width: 720px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-in-box {
    padding: 0 22px;
  }
}

.l-layer {
  max-width: calc(980px + (22px*2));
  width: 100%;
  padding: 0 22px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 839px) {
  .l-layer.-full-sp {
    padding: 0;
  }
}

.c-anchor00 {
  margin-top: -48px;
  padding-top: 48px;
}
@media screen and (max-width: 839px) {
  .c-anchor00 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.c-anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.do * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
sunlight
 */
.p-sunlight01 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #333;
}
.p-sunlight01 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-sunlight01 .full-title {
  padding: 26px 8px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  background: #EB6120;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .full-title {
    padding: 10px 4px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.p-sunlight01 .p-sunlight01__head {
  margin-top: 60px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01__head {
    margin-top: 15px;
  }
}
.p-sunlight01 .c-green-link {
  position: relative;
  display: block;
  padding: 26px 10px;
  max-width: 400px;
  width: 100%;
  border-radius: 72px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  background: #2C9958;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-green-link {
    max-width: 320px;
    padding: 15px 6px;
    font-size: 18px;
    line-height: 1;
  }
}
.p-sunlight01 .c-green-link:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  background-image: url("../../assets/images/sunlight/link-arrow01.png");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10.76px;
  height: 16px;
}
.p-sunlight01 .c-green-link .ob-text {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  height: 34px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #2C9958;
  border: 2px solid #2C9958;
  background: #FFFACC;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-green-link .ob-text {
    top: -24px;
    width: 200px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
  }
}
.p-sunlight01 .p-sunlight01__link {
  padding: 32px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01__link {
    padding: 26px 0;
  }
}
.p-sunlight01 .p-tie-up {
  border-top: 4px solid #EB6120;
}
.p-sunlight01 .p-tie-up .p-tie-up__item01 {
  padding-top: 52px;
  padding-left: 245px;
  height: 280px;
  background-image: url("../../assets/images/sunlight/tie-up_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item01 {
    position: relative;
    z-index: 3;
    padding-top: 4.2666666667vw;
    padding: calc((20/375)*100vw) 22px;
    height: 79.7333333333vw;
    background: none;
  }
  .p-sunlight01 .p-tie-up .p-tie-up__item01:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64.8vw;
    z-index: -1;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../../assets/images/sunlight/tie-up_bg_sp.webp");
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 {
  position: relative;
  padding-top: 40px;
  min-height: 280px;
  background: #FFFACC;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 {
    padding: 22px 0;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__box-title {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
  height: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  background: #EB6120;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__box-title {
    width: 218px;
    height: 33px;
    font-size: 18px;
    line-height: 1;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title {
    font-size: 20px;
    line-height: 1;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title .bg {
  position: relative;
  padding-bottom: 32px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title .bg {
    padding-bottom: 18px;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title .bg .border-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 406px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title .bg .border-image {
    width: 280px;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__b-title .bg .border-image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__ob01 {
  width: 112px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__ob01 {
    width: 107px;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__ob01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .c-orange-icon {
  margin-left: 12px;
  padding: 4px 11px;
  color: #fff;
  background: #EB6120;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  border-radius: 36px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .c-orange-icon {
    margin-left: 0;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text-group {
    display: block;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 {
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 {
    font-size: 20px;
    line-height: 1.45;
    padding-bottom: 0;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .orange {
  color: #EB6120;
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .b {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .b {
    font-size: 40px;
    line-height: 1;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .b .bb {
  font-size: 148px;
  line-height: 1;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .b .bb {
    font-size: 96px;
    line-height: 1;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .c-orange-icon {
  display: none;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text02 .c-orange-icon {
    display: inline-block;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text01 {
  margin-left: 22px;
  padding-bottom: 16px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text01 {
    margin-left: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text01 .orange {
  color: #EB6120;
}
.p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text01 .c-orange-icon {
  display: inline-block;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__item02 .p-tie-up__contents .p-tie-up__text01 .c-orange-icon {
    display: none;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 12px 210px 12px 210px;
  grid-template-columns: repeat(3, 210px);
  gap: 0 12px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__meta {
    -ms-grid-columns: calc((112/375)*100vw) calc((0/375)*100vw) calc((112/375)*100vw) calc((0/375)*100vw) calc((112/375)*100vw);
    grid-template-columns: calc((112/375)*100vw) calc((112/375)*100vw) calc((112/375)*100vw);
    gap: calc((0/375)*100vw);
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag {
  position: relative;
  padding-left: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(83.13deg, #FFFACC 30.83%, #FFDB59 101.15%);
  border-radius: 56px 8px 8px 56px;
  height: 56px;
  color: #EB6120;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag {
    padding-left: calc((42/375)*100vw);
    font-size: 3.2vw;
    line-height: 1;
    height: 9.4vw;
  }
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag:nth-child(2), .p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag:nth-child(3) {
    margin-left: calc((-4/375)*100vw);
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag .p-tie-up__tag-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag .p-tie-up__tag-icon {
    width: 9.4vw;
  }
}
.p-sunlight01 .p-tie-up .p-tie-up__meta .p-tie-up__tag .p-tie-up__tag-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-tie-up .p-tie-up__copy {
  margin-top: 24px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .p-tie-up__copy {
    margin-top: 3.7333333333vw;
  }
}
.p-sunlight01 .p-tie-up .text01 {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text01 {
    font-size: 20px;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sunlight01 .p-tie-up .text01 .logo {
  width: 176px;
  display: inline-block;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text01 .logo {
    width: 33.0666666667vw;
  }
}
.p-sunlight01 .p-tie-up .text01 .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-tie-up .text01 .normal {
  margin-top: 10px;
  margin-left: -8px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text01 .normal {
    margin-top: 0;
    margin-left: calc((-8/375)*100vw);
  }
}
.p-sunlight01 .p-tie-up .text02 {
  margin-top: 8px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #DF5F25;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text02 {
    margin-top: 2.1333333333vw;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    display: block;
  }
}
.p-sunlight01 .p-tie-up .text02 .inner {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text02 .inner {
    padding-right: calc((12/375)*100vw);
  }
}
.p-sunlight01 .p-tie-up .text02 .inner .text-ob {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 28px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-tie-up .text02 .inner .text-ob {
    bottom: calc((2/375)*100vw);
    width: 2.9333333333vw;
  }
}
.p-sunlight01 .p-tie-up .text02 .inner .text-ob img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .c-bb-heading01 {
  padding: 28px 6px;
  border-top: 1px solid #EB6120;
  border-bottom: 1px solid #EB6120;
  background: #FFFACC;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-bb-heading01 {
    font-size: 20px;
    line-height: 1;
  }
}
.p-sunlight01 .c-bb-heading01 .orange {
  color: #EB6120;
}
.p-sunlight01 .c-bb-heading01 .bg {
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-bb-heading01 .bg {
    padding-right: 36px;
  }
}
.p-sunlight01 .c-bb-heading01 .bg .ob {
  position: absolute;
  top: 4px;
  right: 0;
  width: 47px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-bb-heading01 .bg .ob {
    width: 30px;
  }
}
.p-sunlight01 .c-bb-heading01 .bg .ob img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .blue-box01 {
  padding: 40px 50px 48px;
  background-image: url("../../assets/images/sunlight/blue_bg01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-sunlight01 .blue-box01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .blue-box01 .blue-box01__item {
  margin-top: 76px;
  background: #fff;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .blue-box01 .blue-box01__item {
    margin-top: 24px;
    background: #E4F4FD;
    border-radius: 40px 40px 0 0;
  }
}
.p-sunlight01 .blue-box01 .blue-box01__item + .blue-box01__item {
  margin-top: 76px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .blue-box01 .blue-box01__item + .blue-box01__item {
    margin-top: 24px;
  }
}
.p-sunlight01 .p-custom-link01 {
  background: #fff;
  padding: 16px;
  border-radius: 61px;
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-custom-link01 {
    padding: 11px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sunlight01 .p-custom-link01 .p-custom-link01__text {
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-custom-link01 .p-custom-link01__text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.p-sunlight01 .p-custom-link01 .p-custom-link01__image {
  width: 400px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-custom-link01 .p-custom-link01__image {
    width: 196px;
  }
}
.p-sunlight01 .p-option-text01 {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.p-sunlight01 .p-white-custom {
  position: relative;
  padding: 52px 50px 40px;
  z-index: 3;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom {
    padding: 0;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__ob01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__ob01 {
    display: none;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__ob01 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-white-custom .p-white-custom__ob02 {
  position: absolute;
  right: 62px;
  bottom: 0;
  width: 150px;
  z-index: -1;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__ob02 {
    display: none;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__ob02 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-white-custom .p-white-custom__head {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__head {
    position: static;
  }
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__contents {
    position: relative;
    overflow-x: scroll;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__contents .p-profit__scroll-icon {
  display: none;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__contents .p-profit__scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 113px;
  }
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__contents .p-white-custom__scroll {
    width: 640px;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__contents a {
  display: block;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__contents {
    margin-top: 16px;
    padding: 0 16px;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__text {
  margin-top: 26px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__text {
    display: none;
  }
}
.p-sunlight01 .p-white-custom .p-white-custom__text p {
  text-align: center;
  color: #EB6120;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1428571429;
}
.p-sunlight01 .p-white-custom .p-white-custom__text p .bg {
  position: relative;
  padding-right: 42px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #FFFACC));
  background: linear-gradient(transparent 85%, #FFFACC 0%);
}
.p-sunlight01 .p-white-custom .p-white-custom__text p .bg .ob {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 40px;
}
.p-sunlight01 .p-white-custom .p-white-custom__text p .bg .ob img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-white-custom .p-white-custom__text p .b {
  font-size: 56px;
  line-height: 1.2;
  font-weight: bold;
}
.p-sunlight01 .p-white-custom .p-white-custom__link01 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-white-custom .p-white-custom__link01 {
    margin-top: 0;
    padding: 36px 0 22px;
  }
}
.p-sunlight01 .p-performance {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #FFFACC;
  height: 400px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-performance {
    padding: 28px 0;
    height: auto;
  }
}
.p-sunlight01 .p-performance .p-performance__image {
  width: 667px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-performance .p-performance__image {
    width: 100%;
    padding: 0 22px;
  }
}
.p-sunlight01 .p-performance .p-performance__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .c-bg-heading {
  padding: 9px;
  font-size: 32px;
  line-height: 1.3125;
  text-align: center;
  color: #fff;
  font-weight: 400;
  background-image: url("../../assets/images/sunlight/bg_heading_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-bg-heading {
    position: relative;
    padding: 18px 4px;
    background: #9C652E;
    background-image: none;
    font-size: 24px;
    line-height: 1.2;
  }
  .p-sunlight01 .c-bg-heading:before {
    position: absolute;
    top: 0;
    left: -22px;
    width: 22px;
    height: 100%;
    content: "";
    background: #9C652E;
  }
  .p-sunlight01 .c-bg-heading:after {
    position: absolute;
    top: 0;
    right: -22px;
    width: 22px;
    height: 100%;
    content: "";
    background: #9C652E;
  }
}
.p-sunlight01 .p-sunlight01-block + .p-sunlight01-block {
  margin-top: 52px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01-block + .p-sunlight01-block {
    margin-top: 26px;
  }
}
.p-sunlight01 .p-sunlight01-block .p-sunlight01-block__inner {
  margin-top: 50px;
  padding: 0 48px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01-block .p-sunlight01-block__inner {
    margin-top: 24px;
    padding: 0;
  }
}
.p-sunlight01 .p-sunlight01-block .p-sunlight01-block__flow {
  margin: 30px auto 0;
  max-width: 874px;
  width: 100%;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01-block .p-sunlight01-block__flow {
    margin-top: 0;
  }
}
.p-sunlight01 .p-sunlight01-block .p-sunlight01-block__flow img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-sunlight01-block .p-sunlight01-block__item + .p-sunlight01-block__item {
  margin-top: 48px;
}
.p-sunlight01 .p-sunlight01-block .p-sunlight01-block__option {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
}
.p-sunlight01 .c-bu-heading {
  padding-bottom: 16px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 2px solid #EB6120;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .c-bu-heading {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-sunlight01 .p-sunlight01-unit {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 376px 28px auto;
  grid-template-columns: 376px auto;
  gap: 0 28px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01-unit {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 16px 0;
  }
}
.p-sunlight01 .p-sunlight01-unit img {
  display: block;
  width: 100%;
  height: auto;
}
.p-sunlight01 .p-sunlight01-unit .p-sunlight01-unit__sub {
  margin-top: 14px;
  width: 443px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-sunlight01-unit .p-sunlight01-unit__sub {
    width: 100%;
  }
}
.p-sunlight01 .p-sunlight01-unit .c-orange-heading + .p-sunlight01-unit__text {
  margin-top: 14px;
}
.p-sunlight01 .p-sunlight01-unit .p-sunlight01-unit__text {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 400;
}
.p-sunlight01 .c-orange-heading {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: bold;
  color: #EB6120;
}
.p-sunlight01 .p-sunlight01-unit + .p-sunlight01-unit {
  margin-top: 24px;
}
.p-sunlight01 .p-simple-set {
  margin-top: 32px;
}
.p-sunlight01 .p-simple-set .p-simple-set__text {
  margin-top: 10px;
}
.p-sunlight01 .p-simple-set .p-simple-set__text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.p-sunlight01 .p-simple-set .p-simple-set__image {
  margin-top: 20px;
}
.p-sunlight01 .p-simple-set .p-simple-set__image.-part01 {
  width: 860px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-simple-set .p-simple-set__image.-part01 {
    width: 100%;
  }
}
.p-sunlight01 .p-simple-set .p-simple-set__image.-part02 {
  width: 752px;
}
@media screen and (max-width: 839px) {
  .p-sunlight01 .p-simple-set .p-simple-set__image.-part02 {
    width: 100%;
  }
}
.p-sunlight01 .p-simple-set .p-simple-set__image img {
  display: block;
  width: 100%;
  height: auto;
}