@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/

/* Main
---------------------------------------------------------------*/
#main {
  padding: 0 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* footer
---------------------------------------------------------------*/
#footer {
  padding: 10px 20px 92px;
}
.footer__inner {
}
.footer__logo {
  width: 161px;
  margin: 0 auto 40px;
  display: block;
}
.footer__nav {
  display: flex;
  margin-bottom: 12px;
  max-width: 975px;
  margin: 0 auto 40px;
}
.footer__nav li {
  font-weight: 500;
  font-size: .75rem;
  width: 33.33333%;
  text-align: center;
  position: relative;
  border-right: 1px solid #707070;
}
.footer__nav li a {
  font-size: 16px;
}
.footer__nav li:last-of-type {
  border-right: unset;
}
.copyright {
  font-size: 11px;
  letter-spacing: .05em;
  text-align: center;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.kv {
  background: rgb(2,136,207);
  background: linear-gradient(90deg, rgba(2,136,207,1) 0%, rgba(3,151,203,1) 100%);
  overflow: hidden;
  padding: 0 20px;
}
.kv__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0 24px;
}
.kv__txt1 {
  width: 68.3653%;
}
.kv__txt2 {
  width: 59.61515%;
  position: relative;
}
.kv__txt2 .btn__line {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: 75.48387%;
}
.kv__img {
  position: absolute;
  width: 48.086923%;
  top: 15.3%;
  right: -130px;
  right: -12.5%;
}
.function__list {
  max-width: 754px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.function__item {
  width: 340px;
  margin-bottom: 64px;
}
.function__item:nth-last-of-type(1),
.function__item:nth-last-of-type(2) {
  margin-bottom: 0;
}
.function__item:nth-last-of-type(1) .function__item__head,
.function__item:nth-last-of-type(2) .function__item__head{
  height: 100px;
}
.function__item__ttl {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.function__item__ttl span {
  background:linear-gradient(transparent 60%, #F3CC00 60%);
}
.function__item:last-of-type .function__item__ttl {
  padding-top: 30px;
}
.function__item__txt {
  font-size: 20px;
  font-weight: 500;
}
.function__item img {
  width: 300px;
  display: inline-block;
  margin-left: -26px;
}
.function__item:nth-of-type(4) img {
  margin-left: -14px;
}
.detail__list {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  padding: 60px 66px;
}
.detail__item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #F3CC00;
}
.detail__item {
  display: flex;
  justify-content: space-between;
}
.detail__item__img {
  width: 140px;
}
.detail__item__body {
  width: calc(100% - 164px);
}
.detail__item__ttl {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
}
.detail__item__ttl span {
  background:linear-gradient(transparent 60%, #F3CC00 60%);
}
.detail__item__txt {
  font-size: 20px;
  font-weight: 500;
}
.flow__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 990px;
  margin: 0 auto 30px;
}
.flow__item {
  width: 30.303030%;
  position: relative;
  margin-bottom: 40px;
}
.flow__item__img {
  margin-bottom: 24px;
  position: relative;
}
.flow__item__img:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  border-left: 25px solid #2F8DC6;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.flow__item:nth-of-type(4) .flow__item__img:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  border-left: 25px solid #2F8DC6;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.flow__item:last-of-type .flow__item__img:before {
  display: none;
}
.flow__item__ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 12px;
}
.flow__item__ttl img {
  height: 56px;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.flow__item__txt {
  font-size: 16px;
  font-weight: 500;
}
.btn__line {
  width: 463px;
  margin: 0 auto;
  display: block;
}
.howtouse__wrap {
  background-color: #E3F3FF;
  padding: 60px 0;
  text-align: center;
}
.howtouse__wrap__totop {
  background-color: #F2F2F3;
}
.howtouse__wrap__txt {
  font-weight: bold;
  color: #0288CF;
  font-size: 18px;
  margin-bottom: 24px;
}
.btn__howtouse {
  display: block;
  margin: 0 auto;
  width: 713px;
}

/* howtouse */
#howtouse .kv__inner {
   padding: 47px 0;
}
#howtouse .kv__txt {
  max-width: 840px;
  display: block;
  margin: 0 auto;
}
.localnav__list {
  padding: 60px 20px 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
.localnav__item {
  width: 25%;
  text-align: center;
  border-left: 2px solid #2F8DC6;
}
.localnav__item:last-of-type {
  border-right: 2px solid #2F8DC6;
}
.localnav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background-image: url(../img/manual/icon_chvron_down.png);
  background-size: 18px auto;
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding: 4px 28px;
  line-height: 1.4;
}
#menu .wrap {
  background-image: url(../img/manual/menu.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 1070px;
  position: relative;
}
.menu__item {
  width: 320px;
  height: 320px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
}
.menu__item__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #0288CF;
  text-align: center;
  margin-bottom: 10px;
}
.menu__item__txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.menu__item01 {
  position: absolute;
  left: 40px;
  top: 32px;
}
.menu__item02 {
  position: absolute;
  left: 380px;
  top: 32px;
}
.menu__item03 {
  position: absolute;
  right: 40px;
  top: 32px;
}
.menu__item04 {
  position: absolute;
  left: 40px;
  bottom: 38px;
}
.menu__item05 {
  position: absolute;
  left: 380px;
  bottom: 38px;
}
.menu__item06 {
  position: absolute;
  right: 40px;
  bottom: 38px;
}
@media screen and (max-width: 1120px){
  #menu .wrap {
    height: 95.5vw;
  }
  .menu__item {
    width: 28.57142vw;
    height: 28.57142vw;
    padding-top: 3.571428vw;
  }
  .menu__item__ttl {
    font-size: 2.678571vw;
    margin-bottom: 0.892857vw;
  }
  .menu__item__txt {
    font-size: 1.4285714vw;
  }
  .menu__item01 {
    left: 3.571428vw;
    top: 2.5vw;
  }
  .menu__item02 {
    left: 33.92857vw;
    top: 2.5vw;
  }
  .menu__item03 {
    right: 3.571428vw;
    top: 2.5vw;
  }
  .menu__item04 {
    left: 3.571428vw;
    bottom: 3.6vw;
  }
  .menu__item05 {
    left: 33.92857vw;
    bottom: 3.6vw;
  }
  .menu__item06 {
    right: 3.571428vw;
    bottom: 3.6vw;
  }
}
.concierge__comment {
  max-width: 921px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.concierge__comment__img img {
  width: 145px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  border-radius: 100px;
}
.concierge__comment__txt {
  background-color: #BEE3FF;
  border-radius: 12px;
  padding: 32px 44px;
  font-size: 22px;
  font-weight: bold;
  margin-left: 36px;
  position: relative;
  max-width: calc(100% - 181px);
  width: 100%;
}
.concierge__comment__txt:before {
  content: "";
  display: block;
  background-image: url(../img/manual/fuki.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 34px;
  position: absolute;
  left: -26px;
  bottom: 16px;
}

#record .heading02 img {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
.record__list__img01 {
  width: 35%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.record__item {
  position: absolute;
  box-sizing: border-box;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.record__item01 {
  background-image: url(../img/manual/record_fuki01.png);
  width: 374px;
  height: 830px;
  top: 210px;
  right: 35px;
  padding-top: 16px;
  padding-left: 120px;
}
.record__item02 {
  background-image: url(../img/manual/record_fuki02.png);
  width: 376px;
  height: 209px;
  top: 318px;
  left: 32px;
  padding-top: 16px;
  padding-left: 20px;
}
.record__item03 {
  background-image: url(../img/manual/record_fuki03.png);
  width: 378px;
  height: 193px;
  top: 510px;
  right: 35px;
  padding-top: 16px;
  padding-left: 120px;
}
.record__item04 {
  background-image: url(../img/manual/record_fuki04.png);
  width: 376px;
  height: 147px;
  top: 780px;
  left: 32px;
  padding-top: 16px;
  padding-left: 20px;
}
.record__item05 {
  background-image: url(../img/manual/record_fuki05.png);
  width: 378px;
  height: 210px;
  top: 950px;
  right: 35px;
  padding-top: 18px;
  padding-left: 128px;
}
.record__item05 .record__item__txt {
  margin-left: -4px;
  padding-top: 4px;
}
.record__item__ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.record__item__ttl img {
  width: 29px;
  margin-right: 8px;
}
.record__item__txt {
  font-size: 16px;
  line-height: 1.5;
}
#record .wrap .txt {
  padding: 0 50px 40px;
}
.record__item06 {
  background-image: url(../img/manual/record_fuki06.png);
  width: 467px;
  height: 228px;
  top: 228px;
  left: 170px;
  padding-top: 131px;
  padding-left: 30px;
}
.record__item06 .record__item__txt {
  font-size: 21px;
}
.record__item07 {
  background-color: #036eb8;
  color: #fff;
  width: 276px;
  top: 694px;
  left: 31px;
  padding: 14px 18px;
  border-radius: 18px;
}
.record__item__07__new {
  position: absolute;
  top: 664px;
  left: 31px;
}

#schedule .heading02 img {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
.schedule__list__img01 {
  width: 27.9444%;
  margin-left: 12%;
}
#schedule .wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
.schedule__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.schedule__item01 {
  background-image: url(../img/manual/schedule_fuki01.png);
  width: 483px;
  height: 150px;
  top: 60px;
  left: 390px;
  padding-top: 21px;
  padding-left: 132px;
}
.schedule__item02 {
  background-image: url(../img/manual/schedule_fuki02.png);
  width: 483px;
  height: 100px;
  top: 157px;
  left: 390px;
  padding-top: 21px;
  padding-left: 132px;
}
.schedule__item03_2 {
  background-image: url(../img/manual/schedule_fuki03_2.png);
  width: 630px;
  height: 140px;
  top: 254px;
  left: 390px;
  padding-top: 18px;
  padding-left: 132px;
}
.schedule__item03 {
  background-image: url(../img/manual/schedule_fuki03.png);
  width: 483px;
  height: 85px;
  top: 1140px;
  left: 390px;
  padding-top: 21px;
  padding-left: 132px;
}
.schedule__item__ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.schedule__item__ttl img {
  width: 29px;
  margin-right: 8px;
}
.schedule__item__txt {
  font-size: 18px;
  line-height: 1.5;
}
.schedule__list__img02 {
  float: left;
  width: 39%;
  margin-left: 11%;
  margin-top: 0;
}
.schedule__list__img03 {
  float: right;
  width: 39%;
  margin-right: 11%;
  margin-top: 0;
}
.schedule__item04 {
  background-image: url(../img/manual/schedule_fuki04.png);
  width: 308px;
  height: 200px;
  top: 1825px;
  left: 204px;
  padding-top: 78px;
  padding-left: 24px;
}
.schedule__item05 {
  background-image: url(../img/manual/schedule_fuki05.png);
  width: 292px;
  height: 151px;
  top: 1650px;
  right: 140px;
  padding-top: 71px;
  padding-left: 22px;
}

#list .heading02 img {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
}
.list__list__img01 {
  width: 54%;
  margin-left: 23%;
}
#list .wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.list__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.list__item01 {
  background-image: url(../img/manual/list_fuki01.png);
  width: 350px;
  height: 140px;
  top: 40px;
  right: 70px;
  padding-top: 13px;
  padding-left: 120px;
}
.list__item02 {
  background-image: url(../img/manual/list_fuki02.png);
  width: 470px;
  height: 240px;
  top: 20px;
  left: 50px;
  padding-top: 19px;
  padding-left: 20px;
}
.list__item03 {
  background-image: url(../img/manual/list_fuki03.png);
  width: 492px;
  height: 240px;
  top: 188px;
  left: 50px;
  padding-top: 19px;
  padding-left: 20px;
}
.list__item04 {
  background-image: url(../img/manual/list_fuki04.png);
  width: 400px;
  height: 430px;
  top: 164px;
  right: 50px;
  padding-top: 20px;
  padding-left: 150px;
}
.list__item04 img {
  width: 68%;
  display: block;
  margin: 8px auto 0;
}
.list__item05 {
  background-image: url(../img/manual/list_fuki05.png);
  width: 483px;
  height: 140px;
  top: 496px;
  left: 50px;
  padding-top: 34px;
  padding-left: 20px;
}
.list__item06 {
  background-image: url(../img/manual/list_fuki06.png);
  width: 381px;
  height: 508px;
  top: 520px;
  right: 46px;
  padding-top: 16px;
  padding-left: 125px;
}
.list__item06 img {
  width: 68%;
  display: block;
  margin: 8px auto 0;
}
.list__item07 {
  background-image: url(../img/manual/list_fuki07.png);
  width: 380px;
  height: 140px;
  top: 925px;
  right: 176px;
  padding-top: 26px;
  padding-left: 157px;
}
.list__item08 {
  background-image: url(../img/manual/list_fuki08.png);
  width: 310px;
  height: 140px;
  top: 1200px;
  left: 50px;
  padding-top: 19px;
  padding-left: 20px;
}
.list__item__ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.list__item__ttl img {
  width: 29px;
  margin-right: 8px;
}
.list__item__txt {
  font-size: 18px;
  line-height: 1.5;
}
.list__list__img02 {
  float: left;
  width: 39%;
  margin-left: 11%;
  margin-top: 0;
}
.list__list__img03 {
  float: right;
  width: 39%;
  margin-right: 11%;
  margin-top: 0;
}
.others__intro {
  display: flex;
  align-items: center;
}
.others__intro__img {
  width: 150px;
}
.others__intro__body {
  width: calc(100% - 150px);
  padding-left: 20px;
}
.others__intro__ttl {
  font-weight: bold;
  color: #0288CF;
  font-size: 28px;
}
.others__intro__txt {
  font-size: 20px;
}
.calendar__list__img01 {
  width: 36.851851%;
  margin-left: 32%;
}
#calendar .wrap {
  position: relative;
  overflow: hidden;
}
.calendar__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.calendar__item01 {
  background-image: url(../img/manual/calendar_fuki01.png);
  width: 450px;
  height: 74px;
  top: 65px;
  right: 38px;
  padding-top: 21px;
  padding-left: 188px;
}
.calendar__item02 {
  background-image: url(../img/manual/calendar_fuki02.png);
  width: 353px;
  height: 145px;
  top: 248px;
  left: 47px;
  padding-top: 18px;
  padding-left: 28px;
}
.calendar__item03 {
  background-image: url(../img/manual/calendar_fuki03.png);
  width: 390px;
  height: 94px;
  top: 636px;
  right: 38px;
  padding-top: 18px;
  padding-left: 132px;
}
.calendar__item__txt {
  font-size: 18px;
  line-height: 1.5
}
.calendar__detail {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 62px;
}
.calendar__detail__item {
  width: 310px;
  border-right: 2px dashed #2F8DC6;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
}
.calendar__detail__item:nth-of-type(3) {
  width: 320px;
  border-right: unset;
}
.calendar__detail__item:nth-of-type(1) .calendar__detail__item__img {
  width: 40px;
}
.calendar__detail__item:nth-of-type(2) .calendar__detail__item__img {
  width: 46px;
}
.calendar__detail__item:nth-of-type(3) .calendar__detail__item__img {
  width: 91px;
}
.calendar__detail__item__txt {
  font-size: 20px;
  padding-left: 12px;
  line-height: 1.6;
}


.cont__others {
  border-bottom: dashed 2px #2F8DC6;
  margin-bottom: 80px;
}
.support__list__img01 {
  width: 33.148148%;
  margin-left: 10.1%;
}
.cont__others .wrap {
  position: relative;
  overflow: hidden;
}
.support__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.support__item01 {
  background-image: url(../img/manual/treat-yourself_fuki01.png);
  width: 617px;
  height: 168px;
  top: 168px;
  left: 355px;
  padding-top: 27px;
  padding-left: 118px;
}
.support__item02 {
  background-image: url(../img/manual/checklist_fuki01.png);
  width: 556px;
  height: 102px;
  top: 390px;
  left: 79px;
  padding-top: 22px;
  padding-left: 24px;
}
.support__list__img02 {
  width: 68%;
  margin-left: 16%;
}
.howtouse__list__img01 {
  width: 75.7407%;
  margin-left: 10.5%;
}
.howtouse__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.howtouse__item01 {
  background-image: url(../img/manual/howtouse_fuki.png);
  width: 262px;
  height: 140px;
  top: 509px;
  right: 90px;
  padding-top: 80px;
  padding-left: 58px;
}
.setting__list__img01 {
  width: 64%;
  margin-left: 32%;
}
.setting__item {
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.setting__item01 {
  background-image: url(../img/manual/setting_fuki01.png);
  width: 350px;
  height: 200px;
  top: 830px;
  left: 90px;
  padding-top: 17px;
  padding-left: 28px;
}

@media screen and (max-width: 1120px){
  .record__list__img01 {
    padding-top: 0.92592vw;
  }
  .record__item01 {
    width: 33.392vw;
    height: 146.428vw;
    top: 18.75vw;
    right: 3.125vw;
    padding-top: 1.42857vw;
    padding-left: 10.7142vw;
  }
  .record__item02 {
    width: 33.5714vw;
    height: 18.66vw;
    top: 28.3928vw;
    left: 2.857vw;
    padding-top: 1.42857vw;
    padding-left: 1.7857142vw;
  }
  .record__item03 {
    width: 33.75vw;
    height: 17.232vw;
    top: 45.5357vw;
    right: 3.125vw;
    padding-top: 1.42857vw;
    padding-left: 11.314vw;
  }
  .record__item04 {
    width: 33.5714vw;
    height: 13.125vw;
    top: 69.6428vw;
    left: 2.857vw;
    padding-top: 1.42857vw;
    padding-left: 1.7857142vw;
  }
  .record__item05 {
    width: 33.75vw;
    height: 18.75vw;
    top: 72.142vw;
    right: 3.125vw;
    padding-top: 1.60714vw;
    padding-left: 11.428vw;
  }
  .record__item05 .record__item__txt {
    margin-left: -0.357vw;
    padding-top: 0.357vw;
  }
  .record__item__ttl {
    font-size: 1.78571vw;
  }
  .record__item__ttl img {
    width: 2.5892vw;
    margin-right: .7142vw;
  }
  .record__item__txt {
    font-size: 1.42857vw;
  }
  #record .wrap .txt {
    padding: 0 4.464vw 3.5714vw;
  }
  .record__item06 {
    width: 41.696vw;
    height: 20.357vw;
    top: 20.357vw;
    left: 15.178vw;
    padding-top: 11.69vw;
    padding-left: 2.678vw;
  }
  .record__item06 .record__item__txt {
    font-size: 1.875vw;
  }
  .record__item07 {
    width: 24.6428vw;
    top: 61.96428vw;
    left: 2.7678vw;
    padding: 1.25vw 1.60171vw;
    border-radius: 1.60171vw;
  }
  .record__item__07__new {
    top: 59.285vw;
    left: 2.7678vw;
    font-size: 1.4285vw!important;
    width: 4.464vw!important;
    height: 2.1428vw!important;
  }
  .schedule__item01 {
    width: 43.66vw;
    height: 13.39vw;
    top: 5.35714vw;
    left: 34.8214vw;
    padding-top: 1.875vw;
    padding-left: 11.785vw;
  }
  .schedule__item02 {
    width: 43.125vw;
    height: 12vw;
    top: 14.0178vw;
    left: 34.8214vw;
    padding-top: 1.875vw;
    padding-left: 11.785vw;
  }
  .schedule__item03_2 {
    width: 56.25vw;
    height: 12.5vw;
    top: 22.6785vw;
    left: 34.8214vw;
    padding-top: 1.875vw;
    padding-left: 11.785vw;
  }
  .schedule__item03 {
    width: 43.125vw;
    height: 7.58vw;
    top: 101.7857vw;
    left: 34.8214vw;
    padding-top: 1.6vw;
    padding-left: 11.785vw;
  }
  .schedule__item__ttl {
    font-size: 1.7857142vw;
  }
  .schedule__item__ttl img {
    width: 2.5892vw;
    margin-right: .7142vw;
  }
  .schedule__item__txt {
    font-size: 1.60714vw;
    line-height: 1.5;
  }
  .schedule__list__img02 {
  }
  .schedule__list__img03 {
  }
  .schedule__item04 {
    width: 27.4vw;
    height: 25vw;
    top: 162.946vw;
    left: 18.214vw;
    padding-top: 6.75vw;
    padding-left: 1.964vw;
  }
  .schedule__item05 {
    width: 26.071vw;
    height: 13.482vw;
    top: 147.321vw;
    right: 12.5vw;
    padding-top: 6.339vw;
    padding-left: 1.964vw;
  }
  .list__item01 {
    width: 31.25vw;
    height: 12.5vw;
    top: 3.5714vw;
    right: 6.25vw;
    padding-top: 1.1607vw;
    padding-left: 10.7142vw;
  }
  .list__item02 {
    width: 41.96428vw;
    height: 21.428vw;
    top: 1.78vw;
    left: 4.4642vw;
    padding-top: 1.6964vw;
    padding-left: 1.78vw;
  }
  .list__item03 {
    width: 43.9285vw;
    height: 21.428vw;
    top: 16.785vw;
    left: 4.4642vw;
    padding-top: 1.6964vw;
    padding-left: 1.78vw;
  }
  .list__item04 {
    width: 35.7142vw;
    height: 38.3928vw;
    top: 14.6428vw;
    right: 4.4642vw;
    padding-top: 1.78vw;
    padding-left: 13.3928vw;
  }
  .list__item04 img {
    margin: 0.71428vw auto 0;
  }
  .list__item05 {
    width: 43.125vw;
    height: 12.5vw;
    top: 44.2857vw;
    left: 4.4642vw;
    padding-top: 3.035714vw;
    padding-left: 1.78vw;
  }
  .list__item06 {
    width: 34.178vw;
    height: 45.357vw;
    top: 46.428vw;
    right: 4.107vw;
    padding-top: 1.4285vw;
    padding-left: 11.1607vw;
  }
  .list__item06 img {
    margin: 0.71428vw auto 0;
  }
  .list__item07 {
    width: 33.928vw;
    height: 12.5vw;
    top: 82.589vw;
    right: 15.714vw;
    padding-top: 2.3vw;
    padding-left: 14.0178vw;
  }
  .list__item08 {
    width: 27.678vw;
    height: 12.5vw;
    top: 107.142vw;
    left: 4.4642vw;
    padding-top: 1.6964vw;
    padding-left: 1.78vw;
  }
  .list__item__ttl {
    font-size: 1.7857142vw;
  }
  .list__item__ttl img {
    width: 2.5892vw;
    margin-right: .7142vw;
  }
  .list__item__txt {
    font-size: 1.60714vw;
    line-height: 1.5;
  }
  .calendar__item01 {
    width: 40.17vw;
    height: 6.607vw;
    top: 5.803vw;
    right: 3.39vw;
    padding-top: 1.875vw;
    padding-left: 16.78vw;
  }
  .calendar__item02 {
    width: 31.5178vw;
    height: 12.946vw;
    top: 22.1428vw;
    left: 4.1964vw;
    padding-top: 1.60714vw;
    padding-left: 2.5vw;
  }
  .calendar__item03 {
    width: 34.82vw;
    height: 8.392vw;
    top: 56.7857vw;
    right: 3.39vw;
    padding-top: 1.60714vw;
    padding-left: 11.785vw;
  }
  .calendar__item__txt {
    font-size: 1.60714vw;
  }
  .support__item01 {
    width: 55.08vw;
    height: 15vw;
    top: 15vw;
    left: 31.69vw;
    padding-top: 2.41vw;
    padding-left: 10.53vw;
  }
  .support__item02 {
    width: 49.64vw;
    height: 9.10vw;
    top: 49.19vw;
    left: 7.053vw;
    padding-top: 1.964vw;
    padding-left: 2.142vw;
  }
  .howtouse__item01 {
    width: 23.39vw;
    height: 12.5vw;
    top: 45.44vw;
    right: 8.035vw;
    padding-top: 6.7vw;
    padding-left: 4.7vw;
  }
  .setting__item01 {
    width: 34.25vw;
    height: 17.8571vw;
    top: 74.107vw;
    left: 5.294vw;
    padding-top: 1.5178vw;
    padding-left: 2.5vw;
  }
  .setting__item__txt {
    font-size: 1.60714vw;
  }
}



/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */
.cont {
  padding: 80px 20px 100px;
  max-width: 1120px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.cont--s {
}
.cont--m {
}
.cont--l {
}
.gray {
  background-color: #F2F2F3;
}
.txt {
  font-size: 20px;
}
.link {
  color: #0C2F9E;
  text-decoration: underline!important;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* btn */

/* heading */
.heading01 {
  color: #0288CF;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 24px 110px 24px 200px;
  border-top: 3px solid #2F8DC6;
  border-bottom: 3px solid #2F8DC6;
  margin-bottom: 64px;
  position: relative;
}
.heading01:before {
  content: "";
  display: block;
  background-image: url(../img/icon_concierge.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 3px 3px 3px rgba(0,0,0,.2);
  border-radius: 100px;
}
.heading02 {
  color: #0288CF;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 24px 40px 24px;
  border-top: 3px solid #2F8DC6;
  border-bottom: 3px solid #2F8DC6;
  margin-bottom: 40px;
  position: relative;
}
.heading03 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.record__list__img02 {
  width: 40.555%;
  margin-left: 52%;
}

/* list */


/* breadcrumbs */

/* wrap */
.wrap {
  background-color: #F2F2F3;
  border-radius: 20px;
  margin-bottom: 48px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

.tag__new {
  background-color: #ed6c00;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  border-radius: 4px;
  width: 50px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 8px;
}
.menu__item .tag__new {
  position: absolute;
  top: 38px;
  left: 40px;
}
#list .heading02 .tag__new {
  position: relative;
  top: -6px;
  margin-left: -40px;
}
@media screen and (max-width: 1120px){
  .menu__item .tag__new {
     top: 3.392858vw;
     left: 3.571428vw;
     font-size: 1.42857vw;
     width: 4.4484vw;
     height: 2.142857vw;
  }
}
.flow__list__note {
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  max-width: 990px;
  margin: 0 auto 60px;
  padding: 4px;
}

.wrap.various {
  padding: 50px 0;
}
.various__inner {
  padding: 20px 50px 0;
  position: relative;
}
.various__lead {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.various__list__img01 {
  width: 43%;
  margin-left: 10%;
}
.various__lead01 {
  position: absolute;
  left: 50.5%;
  top: 90px;
}
.various__item01 {
  position: absolute;
  background-image: url(../img/manual/various_fuki01.png);
  width: 362px;
  height: 168px;
  top: 150px;
  left: 440px;
  padding-top: 27px;
  padding-left: 118px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.various__item02 {
  position: absolute;
  background-image: url(../img/manual/list_fuki07.png);
  width: 317px;
  height: 112px;
  top: 330px;
  left: 427px;
  padding-top: 16px;
  padding-left: 129px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.various__wrap {
  display: flex;
  align-items: center;
  width: 73%;
  margin: 0 auto;
}
.various__wrap02 .various__img {
  width: 300px;
  margin-left: 40px;
}
.various__wrap03 {
  flex-direction: row-reverse;
}
.various__wrap03 .various__img {
  width: 210px;
  margin-right: 40px;
}
.various__txt {
  font-size: 18px;
}

.faq__item {
  max-width: 921px;
  margin: 80px auto 100px;
}
.faq__que {
  font-size: 22px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 100px;
}
.faq__que:before {
  content: "Q1";
  font-size: 28px;
  font-weight: bold;
  background-color: #0288CF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: absolute;
  left: 0;
  top: -24px;
}
.faq__item:nth-of-type(2) .faq__que:before {
  content: "Q2";
}
.faq__item:nth-of-type(3) .faq__que:before {
  content: "Q3";
}
.faq__item:nth-of-type(4) .faq__que:before {
  content: "Q4";
}
.faq__item:nth-of-type(5) .faq__que:before {
  content: "Q5";
}
.faq__ans {
  padding-left: 40px;
}
.faq__note {
  max-width: 990px;
  margin: 0 auto;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
  padding: 4px;
}
@media screen and (max-width: 1120px){
  .various__lead {
    font-size: 2.1428vw
  }
  .various__lead01 {
    top: 8.0357vw;
  }
  .various__txt {
    font-size: 1.60714vw
  }
  .various__item01 {
    width: 32.3214vw;
    height: 15vw;
    top: 13.3928vw;
    left: 39.2857vw;
    padding-top: 2.41vw;
    padding-left: 10.535vw;
  }
  .various__item02 {
    width: 28.3vw;
    height: 10vw;
    top: 29.464vw;
    left: 38.125vw;
    padding-top: 1.428vw;
    padding-left: 11.517vw;
  }
  .various__wrap {
    width: 73%;
  }
  .various__wrap02 .various__img {
    width: 26.785vw;
    margin-left: 3.5714vw;
  }
  .various__wrap03 .various__img {
    width: 18.75vw;
    margin-right: 3.5714vw;
  }
}

.kv__news {
  background-color: #fff9b1;
  position: absolute;
  bottom: 30px;
  right: -100px;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  line-height: 1.5;
}

@media screen and (max-width: 1280px){
  .kv__news {
    right: 0;
  }
}