* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background: #FFF;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img, map a {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

body {
  font: 14px/1.231 Verdana, Arial, sans-serif;
}

select, input, button, textarea, button {
  font: 99% arial, sans-serif;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 1;
}

table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img, input, select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

label {
  margin-right: 5px;
}

legend {
  display: none;
}

input[type="text"], input[type="password"], textarea {
  padding: 3px 4px 0 3px;
  border: 1px solid #999;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

::placeholder {
  color: #ccc;
  font-weight: normal;
}

input:focus::placeholder {
  color: transparent;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

.is-pc {
  display: block !important;
}

@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #323540;
  background: #FFFFFF;
  overflow-x: hidden;
  min-height: 100vh;
}

#page_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  .inner {
    max-width: 90%;
  }
}

.bold {
  font-weight: bold;
}

/*********************
LINK
*********************/
a, a:visited {
  text-decoration: none;
  /* mobile tap color */
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
BUTTON
*********************/
a.cta_btn {
  padding: 27px 0;
  width: 480px;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(70deg, #FB915F 0%, #F5689D 51%, #FB915F 100%);
  border-radius: 8px;
  display: block;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  position: relative;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  a.cta_btn {
    width: 100%;
    font-size: 20px;
    padding: 24px 0;
  }
}

a.cta_btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin: -6px 20px 0 0;
}

@media (max-width: 768px) {
  a.cta_btn::after {
    width: 10px;
    height: 10px;
    margin: -4px 20px 0 0;
  }
}

a.cta_btn:hover {
  background-position: 99% 50%;
}

/*********************
KV
*********************/
.kv {
  width: 100%;
  background: url(../image/kv_bg.webp) no-repeat center top/cover;
  position: relative;
  padding: 0;
  height: 480px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .kv {
    height: auto;
    background: #FFFFFF;
  }
}

.kv .inner {
  display: flex;
}

@media (max-width: 768px) {
  .kv .inner {
    display: block;
    max-width: 100%;
  }
}

.kv .inner .kv_img {
  width: 705px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .kv .inner .kv_img {
    width: 100%;
  }
}

.kv .inner .copy_box {
  width: 435px;
  background: #FFFFFF;
  text-align: center;
  padding: 48px 60px;
  flex-shrink: 0;
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .kv .inner .copy_box {
    width: 100%;
    box-shadow: none;
    padding: 16px 0;
  }
}

.kv .inner .copy_box .lead_text01 {
  width: 315px;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .kv .inner .copy_box .lead_text01 {
    width: 100%;
    margin-bottom: 16px;
  }
}

.kv .inner .copy_box h1 {
  margin: 0 auto 40px;
  width: 314px;
}

@media (max-width: 768px) {
  .kv .inner .copy_box h1 {
    width: 44.53%;
    margin-bottom: 16px;
  }
}

.kv .inner .copy_box .lead_text02 {
  width: 283px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kv .inner .copy_box .lead_text02 {
    width: 100%;
  }
}

/*********************
SECTION 01
*********************/
.sec01 {
  width: 100%;
  background: #edf2f5;
  padding: 100px 0 95px;
}

@media (max-width: 768px) {
  .sec01 {
    padding: 42px 0 48px;
  }
}

.sec01__insight {
  text-align: center;
  background: url(../image/sec01_bg_pc.webp) no-repeat center bottom;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .sec01__insight {
    background: url(../image/sec01_bg_sp.webp) no-repeat center bottom/100%;
    padding-bottom: 24px;
  }
}

.sec01__insight .line01 {
  color: #839bb9;
  font-size: 52px;
  font-weight: 700;
}

.sec01__insight .line01 span {
  font-weight: 400;
}

@media (max-width: 768px) {
  .sec01__insight .line01 {
    font-size: 24px;
  }
}

.sec01__insight .line02 {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sec01__insight .line02 {
    font-size: 18px;
  }
}

.sec01__excite {
  max-width: 94.44%;
  margin: 0 auto;
  border-radius: 30px;
  background: url(../image/sec01_bg02_pc.webp) no-repeat center center/cover;
  padding: 48px;
}

@media (max-width: 768px) {
  .sec01__excite {
    background: url(../image/sec01_bg02_sp.webp) no-repeat center center/cover;
    padding: 28px 8px 40px;
    border-radius: 16px;
  }
}

.sec01__excite h2 {
  max-width: 582px;
  margin: 0 auto 20px;
}

@media (max-width: 768px) {
  .sec01__excite h2 {
    margin-bottom: 8px;
  }
}

.sec01__excite .slider_wrap .slider {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.sec01__excite .slider_wrap .slider li {
  width: 48.26%;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .sec01__excite .slider_wrap .slider li {
    margin: 0 8px;
  }
}

.sec01__excite .slider_wrap .slider .slick-arrow {
  display: block;
  text-indent: -9999px;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .sec01__excite .slider_wrap .slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.sec01__excite .slider_wrap .slider .slick-arrow.slick-prev {
  left: -16px;
  background: url(../image/slider_arrow_prev.webp) no-repeat center center/cover;
}

.sec01__excite .slider_wrap .slider .slick-arrow.slick-next {
  right: -16px;
  background: url(../image/slider_arrow_next.webp) no-repeat center center/cover;
}

.sec01__excite .slider_wrap .slider .slick-arrow:hover {
  opacity: 1;
}

/*********************
SECTION 02
*********************/
.sec02 {
  background: #FFFFFF;
  width: 100%;
  padding: 80px 0 115px;
}

@media (max-width: 768px) {
  .sec02 {
    padding: 51px 0 35px;
  }
}

.sec02 .inner > h2 {
  width: 482px;
  margin: 0 auto 58px;
}

@media (max-width: 768px) {
  .sec02 .inner > h2 {
    width: 100%;
    margin-bottom: 43px;
  }
}

.sec02__item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec02__item_wrap .item {
  width: 48.25%;
  background: url(../image/sec02_item_bg.webp) no-repeat center center/cover;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 0 24px 30px;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item {
    width: 100%;
    padding: 0 16px 20px;
    margin-bottom: 32px;
  }
}

.sec02__item_wrap .item > h3 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  padding: 40px 0 32px;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item > h3 {
    font-size: 24px;
    padding: 25px 0 19px;
  }
}

.sec02__item_wrap .item.item01 > h3 {
  background: url(../image/sec02_item_num01.webp) no-repeat right center/100%;
}

.sec02__item_wrap .item.item02 > h3 {
  background: url(../image/sec02_item_num02.webp) no-repeat right center/100%;
}

.sec02__item_wrap .item.item03 > h3 {
  background: url(../image/sec02_item_num03.webp) no-repeat right center/100%;
}

.sec02__item_wrap .item.item04 > h3 {
  background: url(../image/sec02_item_num04.webp) no-repeat right center/100%;
}

.sec02__item_wrap .item .inner_box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item .inner_box {
    padding: 8px;
  }
}

.sec02__item_wrap .item .inner_box .text_box {
  padding: 16px 0;
  text-align: center;
}

.sec02__item_wrap .item .inner_box .text_box .text01 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
  height: 60px;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item .inner_box .text_box .text01 {
    font-size: 14px;
    height: auto;
    margin-bottom: 0;
  }
}

.sec02__item_wrap .item .inner_box .text_box .text01 span {
  line-height: 60px;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item .inner_box .text_box .text01 span {
    line-height: 1.6;
  }
}

.sec02__item_wrap .item .inner_box .text_box .text01::after {
  content: "";
  display: block;
  width: 23px;
  height: 19px;
  background: url(../image/arrow_down.svg) no-repeat center center/contain;
  margin: 15px auto;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item .inner_box .text_box .text01::after {
    width: 15px;
    height: 13px;
  }
}

.sec02__item_wrap .item .inner_box .text_box .text02 {
  font-size: 24px;
  font-weight: 700;
  color: #5272e6;
}

@media (max-width: 768px) {
  .sec02__item_wrap .item .inner_box .text_box .text02 {
    font-size: 16px;
  }
}

/*********************
SECTION 03
*********************/
.sec03 {
  width: 100%;
  background: #edf2f5;
  position: relative;
  padding: 68px 0 40px;
}

@media (max-width: 768px) {
  .sec03 {
    padding: 40px 0 20px;
  }
}

.sec03 > h3 {
  width: 508px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .sec03 > h3 {
    width: 100%;
    top: -19px;
  }
}

.sec03__box {
  max-width: 95.96%;
  border-radius: 30px;
  background: #FFFFFF;
  padding: 40px 0;
  text-align: center;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .sec03__box {
    max-width: 100%;
    padding: 32px 0;
    border-radius: 16px;
  }
}

.sec03__box .text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .sec03__box .text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.sec03__box .text span {
  font-size: 42px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 8px;
  background: linear-gradient(90deg, #a231fa 0%, #5170e7 100%);
  margin: 0 4px;
}

@media (max-width: 768px) {
  .sec03__box .text span {
    font-size: 31px;
  }
}

.sec03__box > figure {
  max-width: 453px;
  margin: 0 auto;
}

/*********************
SECTION 04 CTA
*********************/
.sec04 {
  background: url(../image/sec04_bg_pc.webp) no-repeat center center/cover;
  padding: 80px 0;
  position: relative;
}

@media (max-width: 768px) {
  .sec04 {
    padding: 60px 0;
  }
}

.sec04::before {
  content: "";
  display: block;
  width: 125px;
  height: 32px;
  background: url(../image/arrow_down02.svg) no-repeat center center/contain;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .sec04::before {
    width: 86px;
    height: 22px;
  }
}

.sec04 .inner > p {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 auto 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .sec04 .inner > p {
    font-size: 18px;
  }
}

/*********************
FOOTER
*********************/
.footer {
  padding: 54px 0;
  background: #FFFFFF;
}

.footer__link {
  display: flex;
  justify-content: center;
}

.footer__link li {
  margin: 0 16px;
}

.footer__link li a {
  color: #646464;
}

@media (max-width: 768px) {
  .footer__link li a {
    font-size: 13px;
  }
}

.footer__logo {
  max-width: 300px;
  margin: 40px auto 60px;
}

@media (max-width: 768px) {
  .footer__logo {
    max-width: 60.74%;
  }
}

.footer .copyright {
  color: #9e9e9e;
  text-align: center;
  display: block;
}

/*********************
FIXED CTA
*********************/
.fixed_cta {
  position: fixed;
  bottom: 0;
  height: 75px;
  background: rgba(50, 53, 64, 0.8);
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@media (max-width: 768px) {
  .fixed_cta {
    padding: 0 5%;
    height: 70px;
  }
}

.fixed_cta .cta_btn {
  width: 420px;
  font-size: 24px;
  padding: 16px 0;
  border-radius: 4px;
  box-shadow: none;
}

@media (max-width: 768px) {
  .fixed_cta .cta_btn {
    width: 100%;
    font-size: 20px;
  }
}
