<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

p {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

*::selection {
  background-color: #E48C34;
  color: #fff;
}

/*------------------
 setting
------------------*/
.container-wrap {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .container-wrap {
    padding: 0 16px;
  }
}
.container-wrap.full {
  max-width: 1400px;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .container-wrap.full {
    padding: 0 64px;
  }
}

@media (max-width: 767.98px) {
  .container-wrap.gutter-none {
    padding: 0;
  }
}
.section-wrap {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
}
@media (min-width: 768px) {
  .section-wrap {
    padding: 80px 0 100px;
  }
}

.section-ttl {
  position: relative;
  text-align: center;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .section-ttl {
    margin-bottom: 48px;
  }
}
.section-ttl.mb-height {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .section-ttl.mb-height {
    margin-bottom: 88px;
  }
}
.section-ttl.pink h2 {
  color: #E2887E;
}
.section-ttl h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #E48C34;
}
@media (min-width: 768px) {
  .section-ttl h2 {
    font-size: 40px;
  }
}
.section-ttl h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #333;
}

a {
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:hover img, a:focus img {
  opacity: 0.8;
  transition: all ease 0.25;
}

.btn {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding: 10px 20px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .btn {
    max-width: 360px;
    padding: 12px 40px;
  }
}
.btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .btn::before {
    width: 10px;
    height: 10px;
  }
}
.btn.float {
  width: 100%;
}
@media (min-width: 768px) {
  .btn.float {
    width: 400px;
    padding: 14px 24px;
  }
}
.btn.orange::before {
  right: 16px;
  border-top: 2px solid #E48C34;
  border-right: 2px solid #E48C34;
}
@media (min-width: 768px) {
  .btn.orange::before {
    right: 24px;
  }
}
.btn.pink::before {
  right: 16px;
  border-top: 2px solid #E2887E;
  border-right: 2px solid #E2887E;
}
@media (min-width: 768px) {
  .btn.pink::before {
    right: 24px;
  }
}
.btn-company {
  max-width: 300px;
  min-width: 300px;
}
@media (min-width: 768px) {
  .btn-company {
    max-width: 320px;
    min-width: 320px;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.8s, visibility 0.8s, transform 0.8s;
}
.fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.bg-dot {
  background-image: radial-gradient(rgba(211, 62, 46, 0.06) 15%, transparent 15%), radial-gradient(rgba(211, 62, 46, 0.06) 15%, transparent 15%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-color: #fff;
}

.bg-note {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}

.marker.yellow {
  background: linear-gradient(transparent 60%, #F7DC4A 60%);
}

.balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon.balloon-orange-400::before {
  border-top: 15px solid #F09E38;
}

.balloon-l::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .balloon-l::before {
    left: -15px;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.balloon-l.balloon-orange-100::before {
  border-right: 10px solid #F6F0EA;
}
@media (min-width: 768px) {
  .balloon-l.balloon-orange-100::before {
    border-right: 15px solid #F6F0EA;
  }
}
.balloon-l.balloon-pink-100::before {
  border-right: 10px solid #FFF0EF;
}
@media (min-width: 768px) {
  .balloon-l.balloon-pink-100::before {
    border-right: 15px solid #FFF0EF;
  }
}

.balloon-r::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .balloon-r::before {
    right: -15px;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.balloon-r.balloon-orange-100::before {
  border-left: 10px solid #F6F0EA;
}
@media (min-width: 768px) {
  .balloon-r.balloon-orange-100::before {
    border-left: 15px solid #F6F0EA;
  }
}
.balloon-r.balloon-pink-100::before {
  border-left: 10px solid #FFF0EF;
}
@media (min-width: 768px) {
  .balloon-r.balloon-pink-100::before {
    border-left: 15px solid #FFF0EF;
  }
}

/*------------------
 header
------------------*/
/*------------------
 mainfv
------------------*/
.mainfv {
  background: url(../img/mainfv_sp.jpg) bottom center no-repeat;
  height: 580px;
  background-size: cover;
}
@media (min-width: 768px) {
  .mainfv {
    background: url(../img/mainfv.jpg) bottom center no-repeat;
    background-size: cover;
    height: 650px;
  }
}
.mainfv-catch .marker.yellow-100 {
  background: linear-gradient(transparent 70%, #F9F58E 70%);
}

/*------------------
 problem
------------------*/
.problem {
  overflow: visible;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .problem {
    padding-bottom: 0;
  }
}
.problem::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 80px solid #F6F0EA;
}
@media (min-width: 768px) {
  .problem::after {
    border-top: 100px solid #F6F0EA;
  }
}
.problem .problem-lists li img {
  max-width: 132px;
  width: 100%;
}
@media (min-width: 768px) {
  .problem .problem-lists li img {
    max-width: 240px;
  }
}

/*------------------
 resolution
------------------*/
.resolution {
  padding: 0;
}

/*------------------
 worry
------------------*/
.worry .worry-wrap .worry-block::after {
  content: "";
  display: block;
  width: 58.3333333333vw;
  height: 15rem;
  background: transparent linear-gradient(243deg, #F7DC4A 0%, #E48C34 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}
@media (min-width: 1024px) {
  .worry .worry-wrap .worry-block::after {
    width: 41.6666666667vw;
    height: 20.8333333333vw;
  }
}
.worry .worry-wrap .worry-block:nth-of-type(odd)::after {
  top: -9rem;
  left: -13.3333333333vw;
  border-radius: 0 15px 15px 0;
}
.worry .worry-wrap .worry-block:nth-of-type(even)::after {
  top: -9rem;
  right: -13.3333333333vw;
  border-radius: 15px 0 0 15px;
}
.worry .worry-wrap .worry-block:first-of-type::after {
  top: -3rem;
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block:first-of-type::after {
    top: -4.5rem;
  }
}
.worry .worry-wrap .worry-block__col .worry-subcatch::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #F09E38;
}
.worry .worry-wrap .worry-block .worry-voices .worry-voice__icon {
  width: 64px;
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block .worry-voices .worry-voice__icon {
    width: 140px;
  }
}
.worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon {
  width: calc(100% - 64px);
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon {
    width: calc(100% - 140px);
  }
}
.worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon p.balloon-r::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #E2887E;
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon p.balloon-r::after {
    right: -19px;
    margin-top: -19px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #E2887E;
  }
}
.worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon p.balloon-l::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #F09E38;
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block .worry-voices .worry-voice__balloon p.balloon-l::after {
    left: -19px;
    margin-top: -19px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #F09E38;
  }
}
.worry .worry-wrap .worry-block__image img {
  max-width: 75%;
}
@media (min-width: 768px) {
  .worry .worry-wrap .worry-block__image img {
    max-width: auto;
  }
}

/*------------------
 program
------------------*/
.program .program-wrap .program-block .pro-inner__image::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  margin: auto;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 100%;
  background: transparent linear-gradient(217deg, #F7DC4A 0%, #E48C34 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
.program .program-wrap .program-block .pro-inner__col h3 {
  position: relative;
}
.program .program-wrap .program-block .pro-inner__col h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 56px;
  height: 3px;
  background-color: #E48C34;
}
.program .program-wrap .program-block .program-ttl {
  position: relative;
}
.program .program-wrap .program-block .program-ttl::before {
  color: #E48C34;
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 100px;
  line-height: 0.8;
  opacity: 0.3;
  z-index: -1;
}
.program .program-wrap .program-block:first-of-type .program-ttl::before {
  content: "01";
}
.program .program-wrap .program-block:nth-child(2) .program-ttl::before {
  content: "02";
}
.program .program-wrap .program-block:nth-child(3) .program-ttl::before {
  content: "03";
}
.program .program-wrap .program-block .program-table th,
.program .program-wrap .program-block .program-table td {
  vertical-align: middle;
}
.program .program-wrap .program-block .program-table thead tr th {
  padding: 12px;
  color: #fff;
  background-color: #E48C34;
  border: solid 1px #efefef;
}
@media (min-width: 768px) {
  .program .program-wrap .program-block .program-table thead tr th {
    padding: 16px;
  }
}
.program .program-wrap .program-block .program-table tbody td {
  font-size: 14px;
  padding: 10px;
  border: solid 1px #efefef;
}
@media (min-width: 768px) {
  .program .program-wrap .program-block .program-table tbody td {
    font-size: 16px;
    padding: 12px;
  }
}

/*------------------
 voice
------------------*/
.voice .voice-block + .voice-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .voice .voice-block + .voice-block {
    margin-top: 28px;
  }
}
.voice .voice-block .voice-elm__image {
  width: 56px;
}
@media (min-width: 768px) {
  .voice .voice-block .voice-elm__image {
    width: 64px;
  }
}
.voice .voice-block .voice-elm__balloon {
  position: relative;
  padding: 12px;
  font-size: 12px;
  width: calc(100% - 56px);
}
@media (min-width: 768px) {
  .voice .voice-block .voice-elm__balloon {
    font-size: 16px;
    width: calc(100% - 64px);
  }
}
.voice .voice-block .voice-elm__balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 20px;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .voice .voice-block .voice-elm__balloon::before {
    top: 24px;
  }
}
.voice .voice-block .voice-elm__balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 20px;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (min-width: 768px) {
  .voice .voice-block .voice-elm__balloon::after {
    top: 24px;
  }
}
.voice .voice-block .voice-elm.left .voice-elm__image {
  padding-right: 16px;
}
.voice .voice-block .voice-elm.left .voice-elm__balloon {
  background: #fff;
  border: solid 2px #d9d9d9;
  border-radius: 12px;
}
.voice .voice-block .voice-elm.left .voice-elm__balloon::before {
  left: -8px;
  border-right: 8px solid #fff;
}
.voice .voice-block .voice-elm.left .voice-elm__balloon::after {
  left: -10px;
  border-right: 10px solid #d9d9d9;
}
.voice .voice-block .voice-elm.right .voice-elm__image {
  padding-left: 16px;
}
.voice .voice-block .voice-elm.right .voice-elm__balloon {
  background: #F6F0EA;
  border: solid 2px #E48C34;
  border-radius: 12px;
}
.voice .voice-block .voice-elm.right .voice-elm__balloon::before {
  right: -8px;
  border-left: 8px solid #F6F0EA;
}
.voice .voice-block .voice-elm.right .voice-elm__balloon::after {
  right: -10px;
  border-left: 10px solid #E48C34;
}

/*------------------
 document
------------------*/
.document .document-ttl::before, .document .document-ttl::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 25px;
}
@media (min-width: 768px) {
  .document .document-ttl::before, .document .document-ttl::after {
    width: 64px;
    height: 40px;
  }
}
.document .document-ttl::before {
  background-image: url(../img/deco_pink_l.svg);
  left: 0;
}
.document .document-ttl::after {
  background-image: url(../img/deco_pink_r.svg);
  right: 0;
}

/*------------------
 company
------------------*/
/*------------------
 footer
------------------*/
/*------------------
 float
------------------*/
.float-area {
  background: transparent linear-gradient(90deg, #E48C34 0%, #F09E38 100%) 0% 0% no-repeat padding-box;
  z-index: 999;
}</pre></body></html>