/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 15;
}
.header-logo {
  position: absolute;
  top: 23px;
  left: 462px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  position: relative;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1640px;
  width: 94%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 208px;
  z-index: 1;
}
.header .global-nav {
  width: 100%;
  height: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 125px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 23px;
}
.header .global-nav-list-item:nth-child(2) a::before {
  top: 3px;
  width: 24px;
  height: 24px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) {
  margin-right: 240px;
}
.header .global-nav-list-item:nth-child(3) a::before {
  top: 0;
  width: 36px;
  height: 36px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 47px;
  height: 28px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  top: 0;
  width: 44px;
  height: 32px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) a::before {
  width: 33px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon06.png);
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 43px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon01.png);
}
.header .global-nav-list-item a:hover {
  color: #f87700 !important;
}
.header .global-nav-list-item.current a {
  color: #f87700 !important;
}
.header .sub-visual {
  width: 100%;
  height: 600px;
  position: relative;
}
.header .sub-visual-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 500px;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1450px;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 200px;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 26px 30px;
  background-color: #fff;
  border-radius: 20px;
}
.header .fix-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  background-color: #f87700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
.header .fix-banner::before {
  content: "";
  width: 54px;
  height: 54px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/fix-banner-title-l.png);
}
.header .fix-banner::after {
  content: "";
  width: 26px;
  height: 20px;
  margin-left: 23px;
  background: center/cover no-repeat url(../images/top/fix-banner-title-r.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .fix-banner:hover {
  opacity: 0.9;
}
.header .fix-banner:hover::after {
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}
.header .page-top {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 100;
}
.header .page-top:hover {
  bottom: 130px;
  opacity: 0.8;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 850px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 30px;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.campaign-inner {
  padding: 75px 0 53px 0;
}
.campaign-content {
  padding: 43px 0 39px 0;
  margin-bottom: 60px;
  background-color: #5a2e1a;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.campaign-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 737px;
  height: 111px;
  background: center/cover no-repeat url(../images/top/CAMPAIGN.png);
  z-index: -1;
}
.campaign-title {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.campaign-title::before {
  content: "";
  width: 46px;
  height: 74px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/campaign-title-l.png);
}
.campaign-title::after {
  content: "";
  width: 50px;
  height: 80px;
  margin-left: 17px;
  background: center/cover no-repeat url(../images/top/campaign-title-r.png);
}
.campaign-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}
.campaign-accent {
  max-width: 256px;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-right: 40px;
  background-color: #f87700;
  border-radius: 20px;
  position: relative;
}
.campaign-accent::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/campaign-arrow.png);
}
.campaign-price {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  position: relative;
}
.campaign-price .main {
  font-size: 8rem;
  font-weight: 900;
  color: #f87700;
  letter-spacing: 0.05em;
}
.campaign-price .accent {
  display: inline-block;
  font-size: 4.6rem;
  -webkit-text-stroke: 9px #fff;
  -webkit-text-fill-color: #f87700;
  paint-order: stroke fill;
  margin-left: 15px;
}
.campaign-price-sub {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1;
}
.campaign-text {
  max-width: 635px;
  width: 100%;
  padding: 13px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.calendar-inner {
  padding-bottom: 80px;
}

.calendar-banner {
  display: block;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 55px 270px;
  background-color: #f87700;
  border-radius: 97px;
  position: relative;
}
.calendar-banner::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 46px;
  width: 191px;
  height: 176px;
  background: center/cover no-repeat url(../images/top/calender-img.png);
}
.calendar-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.calendar-banner .calendar-en {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 23px;
  color: rgba(90, 46, 26, 0.8);
}
.calendar-banner .calendar-title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calendar-banner .calendar-title::after {
  content: "";
  width: 26px;
  height: 20px;
  margin-left: 20px;
  background: center/cover no-repeat url(../images/top/calender-arrow.png);
}

.worry {
  display: none;
  background: center/cover no-repeat url(../images/top/worry-bg.png);
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.5833333%;
  height: calc(100% - 94px);
  background-color: #feeccf;
  border-radius: 30px;
  z-index: -1;
}
.worry-inner {
  padding: 147px 0 46px 0;
}
.worry-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  position: relative;
}
.worry-title::before {
  position: absolute;
  content: "";
  top: 28px;
  left: -45px;
  width: 72px;
  height: 96px;
  background: center/cover no-repeat url(../images/top/worry-title-l.png);
}
.worry-title::after {
  position: absolute;
  content: "";
  top: 68px;
  right: -25px;
  width: 101px;
  height: 76px;
  background: center/cover no-repeat url(../images/top/worry-title-r.png);
}
.worry-title-en {
  display: block;
  font-size: 2.4rem;
  color: #fab240;
  margin-bottom: 20px;
}
.worry-title-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worry-title .accent01 {
  margin-right: 14px;
}
.worry-title .s-font {
  font-size: 4rem;
}
.worry-list {
  width: 100%;
  min-height: 720px;
  position: relative;
  z-index: 1;
}
.worry-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 284px;
  height: 405px;
  background: center/cover no-repeat url(../images/top/worry-illust.png);
}
.worry-list-item {
  position: absolute;
  max-width: 312px;
  width: 100%;
  height: 254px;
  padding: 0 28px 65px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: center/cover no-repeat url(../images/top/worry-box.png);
  z-index: 1;
}
.worry-list-item::before {
  content: "";
  width: 60px;
  height: 50px;
  margin-bottom: 12px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon01.png);
}
.worry-list-item::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.worry-list-item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worry-list-item:nth-child(1)::after {
  left: 115px;
  bottom: -46px;
  width: 67px;
  height: 83px;
  background: center/cover no-repeat url(../images/top/worry-box-deco01.png);
}
.worry-list-item:nth-child(2) {
  top: 113px;
  left: 106px;
}
.worry-list-item:nth-child(2)::before {
  width: 68px;
  height: 41px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon02.png);
}
.worry-list-item:nth-child(2)::after {
  left: 175px;
  bottom: -41px;
  width: 89px;
  height: 78px;
  background: center/cover no-repeat url(../images/top/worry-box-deco02.png);
}
.worry-list-item:nth-child(3) {
  top: 113px;
  right: 106px;
}
.worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon03.png);
}
.worry-list-item:nth-child(3)::after {
  left: 43px;
  bottom: -41px;
  width: 92px;
  height: 73px;
  background: center/cover no-repeat url(../images/top/worry-box-deco03.png);
}
.worry-list-item:nth-child(4) {
  top: 356px;
  left: 17px;
}
.worry-list-item:nth-child(4)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon04.png);
}
.worry-list-item:nth-child(4)::after {
  left: 266px;
  bottom: 19px;
  width: 81px;
  height: 78px;
  background: center/cover no-repeat url(../images/top/worry-box-deco04.png);
}
.worry-list-item:nth-child(5) {
  top: 356px;
  right: 17px;
}
.worry-list-item:nth-child(5)::before {
  width: 70px;
  height: 49px;
  background: center/cover no-repeat url(../images/top/worry-sp-icon05.png);
}
.worry-list-item:nth-child(5)::after {
  left: -37px;
  bottom: 19px;
  width: 67px;
  height: 83px;
  background: center/cover no-repeat url(../images/top/worry-box-deco05.png);
}
.worry-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: #5a2e1a;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.worry-list-title.s-font {
  font-size: 1.8rem;
  line-height: 1.55555;
}

#summer .worry-list-item:nth-child(1)::before {
  width: 57px;
  height: 46px;
  background: center/cover no-repeat url(../images/top/worry-su-icon01.png);
}
#summer .worry-list-item:nth-child(2)::before {
  width: 73px;
  height: 66px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-su-icon02.png);
}
#summer .worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-su-icon03.png);
}
#summer .worry-list-item:nth-child(4)::before {
  width: 45px;
  height: 57px;
  margin-bottom: 7px;
  background: center/cover no-repeat url(../images/top/worry-su-icon04.png);
}
#summer .worry-list-item:nth-child(5)::before {
  width: 56px;
  height: 70px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-su-icon05.png);
}

#autumn .worry-list-item:nth-child(1)::before {
  width: 66px;
  height: 58px;
  background: center/cover no-repeat url(../images/top/worry-au-icon01.png);
}
#autumn .worry-list-item:nth-child(2)::before {
  width: 70px;
  height: 60px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-au-icon02.png);
}
#autumn .worry-list-item:nth-child(3)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-au-icon03.png);
}
#autumn .worry-list-item:nth-child(4)::before {
  width: 43px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/worry-au-icon04.png);
}
#autumn .worry-list-item:nth-child(5)::before {
  width: 60px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-au-icon05.png);
}

#winter .worry-list-item:nth-child(1)::before {
  width: 43px;
  height: 44px;
  background: center/cover no-repeat url(../images/top/worry-win-icon01.png);
}
#winter .worry-list-item:nth-child(2)::before {
  width: 57px;
  height: 50px;
  margin-bottom: 5px;
  background: center/cover no-repeat url(../images/top/worry-win-icon02.png);
}
#winter .worry-list-item:nth-child(3)::before {
  width: 64px;
  height: 55px;
  background: center/cover no-repeat url(../images/top/worry-win-icon03.png);
}
#winter .worry-list-item:nth-child(4)::before {
  width: 57px;
  height: 46px;
  background: center/cover no-repeat url(../images/top/worry-win-icon04.png);
}
#winter .worry-list-item:nth-child(5)::before {
  width: 54px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/worry-win-icon05.png);
}

#banner.spring #spring {
  display: block;
}
#banner.summer #summer {
  display: block;
}
#banner.autumn #autumn {
  display: block;
}
#banner.winter #winter {
  display: block;
}

.top-about {
  position: relative;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.top-about-inner {
  padding-top: 88px;
  padding-bottom: 145px;
}
.top-about-title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 65px;
  text-align: center;
}
.top-about-title-en {
  display: block;
  font-size: 2.4rem;
  color: #fab240;
  margin-bottom: 20px;
}
.top-about-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
  padding: 17px 26px;
  background-color: #fab240;
  border-radius: 20px;
  position: relative;
}
.top-about-title .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/top-about-arrow.png);
}
.top-about-title-main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.top-about-title-main::before {
  position: absolute;
  content: "";
  top: -28px;
  left: -38px;
  width: 46px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-title-l.png);
}
.top-about-title-main::after {
  position: absolute;
  content: "";
  top: -28px;
  right: -31px;
  width: 46px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-title-r.png);
}
.top-about-textbox {
  max-width: 502px;
  width: 100%;
}
.top-about-text {
  font-size: 2rem;
  line-height: 1.8;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 37px;
}
.top-about-text:nth-of-type(2) {
  margin-bottom: 107px;
}
.top-about-sub-text {
  max-width: 438px;
  width: 100%;
  margin-left: auto;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  padding: 23px 0 23px 77px;
  border: 4px dotted #fab240;
  border-radius: 20px;
  position: relative;
}
.top-about-sub-text::before {
  position: absolute;
  content: "";
  left: -54px;
  bottom: -4px;
  width: 111px;
  height: 174px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
}
.top-about-sub-text .accent {
  font-size: 3.2rem;
  color: #f87700;
}

.movie {
  background-color: #feeccf;
}
.movie-inner .cmn-title-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-inner .cmn-title-flex::before {
  content: "";
  width: 46px;
  height: 74px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.movie-inner .cmn-title-flex::after {
  content: "";
  width: 50px;
  height: 80px;
  margin-left: 17px;
  background: center/cover no-repeat url(../images/top/movie-title-r.png);
}
.movie-content {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.movie-content video {
  width: 100%;
  height: 100%;
}

.top-area {
  background-color: #feeccf;
  position: relative;
  z-index: 1;
}
.top-area::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.5833333%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
}
.top-area-inner {
  padding: 148px 0;
  position: relative;
  z-index: 1;
}
.top-area-inner::before {
  position: absolute;
  content: "";
  top: 90px;
  right: 0;
  width: 682px;
  height: 510px;
  background: center/cover no-repeat url(../images/top/top-area-img.png);
  z-index: -1;
}
.top-area-inner .cmn-title {
  text-align: left;
  margin-bottom: 75px;
}
.top-area-textbox {
  max-width: 520px;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  padding: 18px 28px 30px 28px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.top-area-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-area-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 19px;
  margin-top: 13px;
  background-color: #f87700;
  border-radius: 50%;
}
.top-area-text .accent {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f87700;
}

.top-point {
  background-color: #feeccf;
}
.top-point-inner {
  padding-bottom: 60px;
}
.top-point-inner .cmn-title {
  margin-bottom: 217px;
}
.top-point-inner .cmn-title-flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top-point-inner .cmn-title-flex::before {
  position: absolute;
  bottom: -40px;
  left: -60px;
  content: "";
  width: 46px;
  height: 74px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.top-point-inner .cmn-title-flex::after {
  position: absolute;
  top: -40px;
  right: -50px;
  content: "";
  width: 46px;
  height: 74px;
  background: center/cover no-repeat url(../images/top/movie-title-l.png);
}
.top-point-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: number 0;
}
.top-point-list-item {
  max-width: 320px;
  width: 100%;
  padding: 55px 19px 20px 19px;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.top-point-list-item::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: -4px;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #feeccf;
  counter-increment: number 1;
  content: "0" counter(number);
  z-index: -1;
}
.top-point-icon {
  position: absolute;
  top: -157px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 198px;
  width: 100%;
  height: 198px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 1px 2px 10px 0 rgba(83, 68, 57, 0.15);
}
.top-point-title {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #f87700;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 15px;
}
.top-point-text {
  font-size: 1.58rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.top-choose {
  position: relative;
  z-index: 1;
}
.top-choose::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.top-choose-inner {
  padding-top: 130px;
}
.top-choose-inner .cmn-title {
  margin-bottom: 58px;
}
.top-choose-list {
  width: 100%;
  height: 840px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.top-choose-list::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 107px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background: center/cover no-repeat url(../images/top/top-choose-main.png);
  z-index: -1;
}
.top-choose-list-item {
  position: absolute;
  max-width: 400px;
  width: 100%;
  height: 400px;
}
.top-choose-list-item:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-choose-list-item:nth-child(2) {
  left: 0;
  bottom: 0;
}
.top-choose-list-item:nth-child(3) {
  right: 0;
  bottom: 0;
}
.top-choose-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 2px solid #f87700;
  overflow: hidden;
}
.top-choose-list-item a:hover .top-choose-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-choose-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-choose-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-choose-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f87700;
  margin-bottom: 28px;
}
.top-choose-title::after {
  content: "";
  width: 15px;
  height: 20px;
  margin-left: 25px;
  background: center/cover no-repeat url(../images/top/top-choose-arrow.png);
}
.top-choose-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.notice {
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 89.5833333%;
  height: 100%;
  background-color: #feeccf;
  border-radius: 30px;
  z-index: -1;
}
.notice-inner .cmn-title {
  margin-bottom: 50px;
}
.notice-inner .cmn-title .deco {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.notice-inner .cmn-title .deco::before {
  position: absolute;
  content: "";
  top: -28px;
  right: -32px;
  width: 53px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/notice-title-deco.png);
}
.notice-textbox {
  padding: 36px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.notice-list-item {
  font-size: 2rem;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.notice-list-item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 15px;
  background-color: #f87700;
  border-radius: 50%;
}
.notice-list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.notice-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/notice-border.png);
}

.flow {
  margin-top: -100px;
  background: center/cover no-repeat url(../images/top/worry-bg.png);
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.flow-inner {
  padding: 200px 0 130px 0;
}
.flow-inner .cmn-title {
  margin-bottom: 50px;
}
.flow-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: number 0;
}
.flow-list-item {
  max-width: 246px;
  width: 100%;
  min-height: 380px;
  padding: 45px 12px 20px 12px;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.flow-list-item::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74px;
  height: 33px;
  background: center/cover no-repeat url(../images/top/flow-no01.png);
}
.flow-list-item:nth-child(2)::after {
  width: 75px;
  background: center/cover no-repeat url(../images/top/flow-no02.png);
}
.flow-list-item:nth-child(3)::after {
  width: 75px;
  background: center/cover no-repeat url(../images/top/flow-no03.png);
}
.flow-list-item:nth-child(4)::after {
  width: 76px;
  background: center/cover no-repeat url(../images/top/flow-no04.png);
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: center/cover no-repeat url(../images/top/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f87700;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.flow-list .cmn-btn {
  max-width: 210px;
  height: 46px;
  font-size: 1.6rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  letter-spacing: 0.1em;
  border-radius: 23px;
}
.flow-list .cmn-btn::before {
  width: 7px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/flow-btn-arrow.png);
}
.flow-icon {
  max-width: 210px;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info {
  background-color: #feeccf;
}
.info-inner {
  padding: 60px 0;
}
.info-table {
  width: 100%;
  margin-bottom: 76px;
  border-radius: 30px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  color: #fff;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  background-color: #fab240;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  padding: 23px 30px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 5px;
}
.info-tel-txt img {
  display: block;
}

.news {
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.news-inner {
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 28px;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 170px;
  width: 35px;
  height: 35px;
  background: center/cover no-repeat url(../images/top/news-title-deco.png);
}
.news-section-title-en {
  font-size: 1.8rem;
  color: #fab240;
  letter-spacing: 0.1em;
  margin-left: 30px;
}
.news-list {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 168px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.12em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 11px;
  background-color: #fab240;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 110px;
  right: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.news .more-btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #f87700;
  border: 2px solid #f87700;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #f87700;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #f87700;
  border-bottom: 1px solid #f87700;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
  width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #f87700;
  border-right: 1px solid #f87700;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f87700 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#news .news::before {
  display: none;
}

/*========================================
about
==========================================*/
.price {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.price-content {
  padding: 50px 40px;
  background-color: #feeccf;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.price-textbox {
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 10px 36px 32px;
  background-color: #fff;
  margin-bottom: 30px;
  border: 2px solid #f87700;
  border-radius: 30px;
}
.price-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-align: center;
}
.price-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-flex:not(:last-of-type) {
  margin-bottom: 15px;
}
.price-accent {
  max-width: 256px;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-right: 40px;
  background-color: #f87700;
  border-radius: 20px;
  position: relative;
}
.price-accent::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/campaign-arrow.png);
}
.price-text {
  font-size: 3rem;
  font-weight: 700;
  color: #f87700;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.price-text .accent {
  display: inline-block;
  font-size: 8rem;
  font-weight: 900;
}
.price-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7777;
  text-align: center;
}

.service-inner {
  padding-bottom: 22px;
}
.service-content {
  position: relative;
  z-index: 1;
}
.service-content::before {
  position: absolute;
  content: "";
  top: -9px;
  left: 20px;
  width: 91px;
  height: 91px;
  background: center/cover no-repeat url(../images/about/service-icon01.png);
}
.service-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/about/service-icon02.png);
}
.service-content:nth-of-type(3)::before {
  background: center/cover no-repeat url(../images/about/service-icon03.png);
}
.service-content:nth-of-type(3) .service-sub-content {
  max-width: none;
}
.service-content:not(:last-of-type) {
  margin-bottom: 75px;
}
.service-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 21px 0 21px 130px;
  background-color: #f87700;
  border-radius: 20px 20px 0 0;
}
.service-title .s-font {
  font-size: 2rem;
}
.service-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service-sub-content {
  max-width: 538px;
  width: 100%;
  padding: 28px 15px;
  background-color: #feeccf;
}
.service-sub-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 15px;
  margin-bottom: 15px;
}
.service-sub-title .s-font {
  font-size: 1.6rem;
}
.service-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #f87700;
  padding: 5px 17px;
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
}
.service-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 24px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/about/service-time.png);
}
.service-text:nth-of-type(2)::before {
  width: 24px;
  height: 23px;
  background: center/cover no-repeat url(../images/about/service-price.png);
}
.service-text-list {
  margin-top: 20px;
  margin-left: 16px;
  position: relative;
  z-index: 1;
}
.service-text-list::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 8px;
  width: 2px;
  height: 95%;
  background-color: rgba(248, 119, 0, 0.2);
}
.service-text-list-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 13px;
  margin-right: 18px;
  background-color: #f87700;
  border-radius: 50%;
}
.service-text-list-item:not(:last-child) {
  margin-bottom: 22px;
}
.service-sub-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  margin-top: 7px;
  background-color: #ffd695;
}
.service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-list-item {
  max-width: 250px;
  width: 100%;
}
.service-list-item:not(:last-child) {
  margin-right: 16px;
}
.service-list-item:not(:nth-last-child(-n+4)) {
  margin-bottom: 53px;
}
.service-list-item .service-sub-text {
  margin-top: 0;
}
.service-list-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.service-list-title .s-font {
  font-size: 1.6rem;
}
.service-img {
  margin-bottom: 15px;
}

/*========================================
clean
==========================================*/
.trouble {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.trouble-inner {
  padding-top: 75px;
}
.trouble-inner .cmn-title {
  line-height: 1.29;
  margin-bottom: 40px;
}
.trouble-list {
  margin-bottom: 94px;
}
.trouble-list-item {
  font-size: 2.4rem;
  line-height: 1;
  padding: 23px 20px;
  background-color: #feeccf;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 20px;
}
.trouble-list-item::before {
  content: "";
  width: 35px;
  height: 34px;
  margin-right: 18px;
  background: center/cover no-repeat url(../images/clean/trouble-check.png);
}
.trouble-list-item .accent {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f87700;
  position: relative;
  z-index: 1;
}
.trouble-list-item .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: #ffd695;
  z-index: -1;
}
.trouble-list-item:not(:last-child) {
  margin-bottom: 11px;
}
.trouble-sub-text {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555;
  padding: 15px 32px 15px 80px;
  background-color: #fff;
  border: 4px dotted #fab240;
  border-radius: 20px;
  position: relative;
}
.trouble-sub-text::before {
  position: absolute;
  content: "";
  left: -54px;
  bottom: -4px;
  width: 111px;
  height: 174px;
  background: center/cover no-repeat url(../images/top/top-about-illust.png);
}

.example {
  position: relative;
}
.example::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
.example-inner {
  padding-bottom: 139px;
}
.example-inner .cmn-title {
  line-height: 1.29;
  margin-bottom: 40px;
}
.example-inner .cmn-title .deco {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.example-inner .cmn-title .deco::before {
  position: absolute;
  content: "";
  top: -28px;
  right: 0;
  width: 53px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/notice-title-deco.png);
}
.example-title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 19px 0;
  background-color: #feeccf;
  text-align: center;
  margin-bottom: 44px;
  border-radius: 20px;
}
.example-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.example-list-item {
  max-width: 320px;
  width: 100%;
  text-align: center;
}
.example-list-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  color: #f87700;
}
.example-img {
  margin-bottom: 13px;
}

.media {
  background-color: #feeccf;
}
.media-inner {
  padding: 60px 0;
}
.media-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px 50px 50px;
  background-color: #fff;
  border-radius: 20px;
}
.media-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.media-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f87700;
  margin-bottom: 30px;
}
.media-wrap {
  max-width: 700px;
  width: 100%;
  height: 394px;
  border-radius: 20px;
  overflow: hidden;
}
.media-wrap video {
  width: 100%;
  height: 100%;
}

.point {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/news-bg-top.png);
}
.point-inner .top-about-title {
  margin-bottom: 217px;
}
.point-inner .top-about-title-main::before {
  left: -49px;
}
.point-inner .top-about-title-main::after {
  right: -43px;
}

.area {
  background: center/1920px 755px repeat url(../images/about/price-bg.png);
}
.area-inner .cmn-title {
  margin-bottom: 35px;
}
.area-list-item {
  max-width: 530px;
  width: 100%;
  min-height: 80px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 10px 20px;
  background-color: #feeccf;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 11px;
  border-radius: 20px;
}
.area-list-item::before {
  content: "";
  width: 35px;
  height: 34px;
  margin-right: 18px;
  background: center/cover no-repeat url(../images/clean/area-check.png);
}
.area-list-item .accent {
  font-size: 2.2rem;
}
.area-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 35px;
}

#clean .price {
  background: none;
  position: relative;
}
#clean .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#clean .price-inner {
  padding-bottom: 145px;
}

.voice {
  background-color: #feeccf;
}
.voice-inner {
  padding-top: 60px;
}
.voice-inner .cmn-title {
  margin-bottom: 38px;
}
.voice-list {
  width: 100%;
}
.voice-list-item {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 36px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
  margin-bottom: 15px;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 47px;
}
.voice-img {
  max-width: 408px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-textbox {
  width: 100%;
}
.voice-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f87700;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}
.voice-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/clean/voice-title-border.png);
}
.voice-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.888;
}
.voice-body img {
  max-width: 100%;
}
.voice-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.voice-more::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.voice-detail-content {
  padding: 36px;
  background-color: #fff;
  border: 4px dotted #f87700;
  border-radius: 20px;
}
.voice-detail-img {
  max-width: 662px;
  width: 100%;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 35px;
  border-radius: 20px;
}
.voice-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-detail-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #f87700;
  padding-bottom: 18px;
  margin-bottom: 10px;
  position: relative;
}
.voice-detail-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/clean/voice-detail-title-border.png);
}
.voice-detail-body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.888;
}
.voice-detail-body img {
  max-width: 100%;
}

.question-inner {
  padding-bottom: 22px;
}
.question-list {
  padding: 41px 45px;
  background-color: #feeccf;
  border-radius: 30px;
}
.question-list-item:not(:last-child) {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #f87700;
}
.question-title {
  font-size: 2.3rem;
  font-weight: 500;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 40px;
}
.question-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 35px;
  height: 37px;
  margin-right: 29px;
  background: center/cover no-repeat url(../../images/about/Q.png);
}
.question-textbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 35px;
  margin-right: 30px;
  background: center/cover no-repeat url(../../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
wash
==========================================*/
#wash .price {
  background: none;
  position: relative;
}
#wash .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#wash .price-inner {
  padding-bottom: 145px;
}

/*========================================
tidy
==========================================*/
#tidy .price {
  background: none;
  position: relative;
}
#tidy .price::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
}
#tidy .price-inner {
  padding-bottom: 145px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f87700;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #f87700;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #f87700;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f87700;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #f87700;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #f87700;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #f87700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #f87700;
  border-right: 1px solid #f87700;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #5a2e1a !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1500px;
  width: 95%;
  height: 438px;
  background-color: #feeccf;
  border-radius: 100px;
  z-index: -1;
}
.footer-inner {
  padding: 63px 0;
  position: relative;
  z-index: 1;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 23px;
  height: 27px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-content {
  max-width: 390px;
  width: 100%;
}
.footer-link {
  margin-bottom: 30px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-flex {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.footer-btn::after {
  content: "";
  width: 7px;
  height: 9px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/footer-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:nth-of-type(2)::after {
  width: 17px;
  height: 13px;
  margin-left: 9px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
}
.footer-btn:nth-of-type(2):hover {
  opacity: 0.9;
}
.footer-btn:nth-of-type(2):hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.footer-btn:not(:last-of-type) {
  margin-right: 17px;
}
.footer-btn:hover {
  opacity: 0.9;
}
.footer-btn:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.footer-right {
  max-width: 525px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 134px;
}
.footer-nav-list {
  width: 100%;
  height: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-bottom: 35px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #5a2e1a;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #f87700 !important;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  line-height: 1;
}