<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*, *::after, *::before {
    box-sizing: border-box;
    font-feature-settings: "palt"1;
  }
body{
  counter-reset: number 0;
}
img {
    width: 100%;
}
a {
  color: #333333;
}
li {
  list-style-type: none;
}
br.sp,.titlebox.sp,.app_download.sp,.sp {
    display: none;
}
.top_ttl {
  margin: 0;
}
.titlebox {
  position: relative;
  max-width: 1020px;
  padding-top: 11px;
  margin: 0 auto;
  z-index: 1;
}
/* 斜めボーダー */
.bg_skew_border{
  background-color: #FDFAF0;
  background-image:repeating-linear-gradient(-45deg,
  #fff, #fff 3px,
  transparent 0, transparent 8px);
 position: relative;
}
.bg_yellow {
  position: absolute;
  background-color: #FFF362;
  bottom: 0;
  width: 100%;
  height: 64px;
}

.sec_inner {
  padding:  0 16px;
}
.orangebtn_flex {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 0 auto;
}
.orangebtn_flex .bluebtn  {
  width: 100%;
  margin: 0;
}

/* ボタン↓ */
.bluebtn {
  max-width: 280px;
  margin: 0 auto;
  transition: .5s;
}
.bluebtn a {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #17BEF5;
  border-radius: 40px;
  padding: 12px 10px;
  transition: .5s;
  text-decoration: none;
}
.bluebtn.orange a {
  background-color: #FF8307;
}
.bluebtn a::after {
  position: absolute;
  content: '\f138';
  font-family: 'FONTAWESOME';
  color: #fff;
  font-size: 18px;
  top: 50%;
  right: 12px;
  transform: translate(0px, -50%);
}
.bluebtn.bluebtn_longtext a{
  padding: 12px 20px 12px 5px;
  letter-spacing: 0;
}
.btn-box .btn-box-text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #17BEF5;
  margin-bottom: 5px;
}
.btn-box .btn-box-text.orange {
  color: #FF8307;
}
.bluebtn:hover {
  opacity: 0.5;
  text-decoration: none;
  }
/* ボタン↑ */
/* 吹き出し↓ */
.fukidasi_box_con {
  display: flex;
  align-items: center;
  padding-top: 37px;
}
.fukidasi_left {
  width: 30%;
  padding-right: 30px;
}
.fukidasi_right {
  width: 70%;
}
.fukidasi-box {
  position: relative;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  background: #FFF;
  border: solid 2px #333333;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 0 0 10px 15px;
}
.fukidasi-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}
.fukidasi-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #333333;
  z-index: 1;
}
.fukidasi-box p span{
  color: #ED4666;
  font-size: 20px;
}
/* 吹き出し↑ */

#sec01 {
  background-color: #FFFFF5;
  padding: 38px 0 11vw;
}
#sec01 .ttl {
  position: relative;
  max-width: 940px;
  border-bottom: 4px solid;
  color: #F7F4C9;
  padding: 0 10px;
  margin: 0 auto 45px;
}
#sec01 .ttl.gray {
  color: #EBEBE1;
}
#sec01 .ttl:before,
.ttl:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
#sec01 .ttl:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #F7F4C9;
  margin-left: -16px;
}
#sec01 .ttl.gray:before {
  border-top-color: #EBEBE1;
}
#sec01 .ttl:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: #FFFFF5;
  margin-left: -10px;
}
.ttl01 {
  max-width: 721px;
  margin: 50px auto 18px;
}
.whitebox01 {
  display: flex;
  justify-content: space-between;
  max-width: 743px;
  margin: 0 auto;
}
.whitebox01 li {
    width: calc((100% - 60px) / 2);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 35px 30px;
    margin-right: 60px;
}
.whitebox01 li:last-of-type {
  margin-right: 0;
}
.whitebox01_icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
}
.whitebox01_icon img {
  width: 100%;
  height: auto;
}

.whitebox_ttl {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #27505D;
  margin-bottom: 23px;
}
.whitebox_ttl span{
  font-size: 18px;
  border-bottom: solid 2px #27505D;
  padding-bottom: 3px;
}
.ttl02 {
  max-width: 774px;
  margin: 70px auto 18px;
}

.whitebox02 {
  max-width: 743px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 25px 15px;
  margin: 0 auto;
}
.whitebox02 img{
  display: block;
  width: 226px;
  height: auto;
  margin: 0 auto 22px;
}
p.small {
  font-size: 13px;
  font-weight: normal;
}
.whitebox02 p.small{
  display: inline-block;
  text-align: left;
}
.ttl03 {
  max-width: 420px;
  margin: 80px auto 18px;
}
.gift {
  display: flex;
  max-width: 860px;
  justify-content: center;
  margin: 0 auto;
}
.gift li{
  margin-right: 25px;
  margin-bottom: 33px;
}
.gift li:last-of-type{
  margin-right: 0;
}
.gift_long {
  max-width: 600px;
  margin: 0 auto;
}
.ttl04 {
  max-width: 782px;
  margin: 100px auto 18px;
}
.voice {
  display: flex;
  max-width: 795px;
  margin: 0 auto;
}
.voice_inner {
  margin-right: 63px;
}
.voice_inner:last-of-type {
  margin-right: 0;
}

.ttl05 {
  max-width: 554px;
  margin: 80px auto 18px;
}
/* ---STEP↓---- */
ul.flow {
  position: relative;
  max-width: 740px;
  margin: 0 auto 50px;
}
ul.flow::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 47px;
  width: 2px;
  height: 90%;
  background: #FF8307;
  content: "";
  z-index: 0;
}
ul.flow li + li {
  margin-top: 56px;
}
ul.flow li {
  display: flex;
  justify-content: center;
}
ul.flow li .flow_num {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #FF8307;
    margin: 0 15px 0 0;
}
ul.flow li .flow_num span {
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #FFF;
}
ul.flow li .flow_num span b {
  font-size: 18px;
}
ul.flow li .flow_text {
  width: 85%;
  font-size: 16px;
  color: #27505D;
}
ul.flow li .flow_text.mt14 {
  margin-top: 14px;
}
ul.flow li .flow_text img {
  width: 95%;
  margin: 0 0 0 auto;
}
.text-right {
  text-align: right;
}
.text-right.angle-right {
  position: relative;
  padding-right: 12px;
}
.text-right.angle-right::after {
  position: absolute;
  content: '\f105';
  font-family: 'FONTAWESOME';
  color: #27505D;
  font-size: 18px;
  top: 50%;
  transform: translate(0px, -50%);
  margin-left: 4px;
}
p.text-right.arrow-right {
  position: relative;
  padding-right: 20px;
  color: #27505D;
  font-weight: bold;
}
p.text-right.arrow-right::after {
  position: absolute;
  content: '\f138';
  font-family: 'FONTAWESOME';
  color: #27505D;
  font-size: 18px;
  top: 50%;
  transform: translate(0px, -50%);
  margin-left: 4px;
}
/* ---STEP↑---- */

#sec02 {
  background-color: #DEF6FF;
  margin-top: -11vw;
  clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
  padding: 11vw 0 60px;
}
#sec02 .ttl {
  padding: 0 10px;
  margin: 0 auto 30px;
}
.ttl06 {
  max-width: 560px;
  margin: 0 auto;
}
.sec02_topimg {
  max-width: 480px;
  margin:0 auto 33px;
}
.sec02_toptext {
  max-width: 746px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto 59px;
}
.sec02_toptext small{
  font-size: 13px;
  font-weight: 400;
}
.sec02_toptext p{
  margin-bottom: 23px;
}
#sec02 .whitebox01 {
  margin-bottom: 67px;
}
.point {
  max-width: 860px;
  margin: 0 auto;
}
#sec03 .orangebtn_flex {
  max-width: 764px;
  margin: 70px auto 100px;
}
#sec03 .orangebtn_flex .bluebtn  {
  width: 100%;
  max-width: 326px;
}
#sec03 .orangebtn_flex .bluebtn a  {
  padding: 9px 10px;
}

@media screen and (max-width: 768px) {
  br.sp,.titlebox.sp,.app_download.sp,.sp {
    display: block;
  }
  br.pc,.titlebox.pc,.app_download.pc,.pc {
    display: none;
  }
  #sec01 {
    padding: 26px 0 20vw;
  }
  .orangebtn_flex {
    display: block;
  }
  .orangebtn_flex .bluebtn  {
    margin: 0 auto 15px;
  }
  .whitebox01 {
    display: block;
  }
  .whitebox01 li {
    width: 100%;
    margin: 0 auto 34px;
  }
  .gift {
    display: block;
  }
  .gift li{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gift li:last-of-type{
    margin-right: 0;
  }
  .gift_long {
    max-width: 600px;
    margin: 0 auto;
  }
  .voice {
    display: block;
  }
  .voice_inner{
    margin-right:0;
    margin-bottom: 55px;
  }
  .voice_inner:last-of-type {
    margin-bottom: 0;
  }
  ul.flow::before {
    left: 26px;
  }
  ul.flow li .flow_num {
    margin: 0 9px 0 0;
  }
  ul.flow li .flow_text {
    width: calc(100% - 63px);
    font-size: 15px;
    font-weight: bold;
  }
  ul.flow li + li {
    margin-top: 44px;
  }
  ul.flow li .flow_text.mt14 {
    margin-top: 0;
  }
  #sec02{
    padding: 20vw 0 60px;
  }
  .fukidasi_box_con {
    display: block;
    align-items: center;
    padding: 37px 0 18px;
  }
  .fukidasi_left {
    width: 75%;
    margin: 0 auto 12px;
  }
  .fukidasi_right {
    width: 100%;
  }
  .fukidasi-box {
    margin: 0 0 15px;
  }
  .fukidasi-box:before,.fukidasi-box:after {
    display: none;
  }
  #sec03 .orangebtn_flex .bluebtn  {
    margin-bottom: 30px;
  }
}</pre></body></html>