@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  padding: 0;
  z-index: 10;
}
.header-logo {
  z-index: 2;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  -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;
}
.header .global-nav-list-item {
  max-width: 145px;
  width: 100%;
  line-height: 1;
}
.header .global-nav-list-item:nth-child(1) {
  max-width: 135px;
}
.header .global-nav-list-item:nth-child(2) a::before {
  width: 21px;
  height: 29px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) {
  margin-right: 230px;
}
.header .global-nav-list-item:nth-child(3) a::before {
  width: 43px;
  height: 32px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 23px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  width: 30px;
  height: 33px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) {
  max-width: 135px;
}
.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:not(:last-child) a {
  position: relative;
}
.header .global-nav-list-item:not(:last-child) a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 44px;
  background: center/cover no-repeat url(../images/common/nav-line.png);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  padding-top: 40px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  top: 0;
  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 {
  opacity: 0.7;
}
.header .global-nav-list-item.current a {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 310px;
  position: relative;
  z-index: 0;
}
.header .main-visual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1820px;
  min-height: 240px;
  height: 60%;
  width: 95%;
  border-radius: 60px;
  overflow: hidden;
  z-index: -1;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1610px;
  width: 97%;
  height: 100%;
  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;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 156px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 0;
}
.header .sub-visual-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1820px;
  height: 80%;
  width: 95%;
  border-radius: 40px;
  overflow: hidden;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 91%;
  height: 100%;
  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;
  z-index: 1;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  z-index: -1;
}
.header .sub-visual-title::after {
  position: absolute;
  content: "";
  top: -27px;
  left: -19px;
  width: 45px;
  height: 52px;
  background: center/contain no-repeat url(../images/common/sub-visual-deco.png);
}
.header .sub-visual-title-bg {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 14px 17px;
  background-color: #f7824d;
  border-radius: 15px;
}
.header .fix-line {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.header .fix-line:hover {
  opacity: 0.6;
}
.header .sp-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.header .sp-banner:hover {
  opacity: 0.6;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}
.header .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.worry {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  top: 132px;
  left: 0;
  width: 297px;
  height: 630px;
  background: center/contain no-repeat url(../images/top/worry-bg-l.png);
  z-index: -1;
}
.worry::after {
  position: absolute;
  content: "";
  bottom: 130px;
  right: 0;
  width: 288px;
  height: 678px;
  background: center/contain no-repeat url(../images/top/worry-bg-r.png);
  z-index: -1;
}
.worry-inner {
  padding: 54px 0 70px 0;
}
.worry-inner .cmn-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px auto;
  position: relative;
}
.worry-inner .cmn-title::before {
  position: absolute;
  content: "";
  left: -37px;
  bottom: -22px;
  width: 313px;
  height: 39px;
  background: center/contain no-repeat url(../images/top/worry-title-deco.png);
}
.worry-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 250px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.worry-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 211px;
  height: 309px;
  background: center/contain no-repeat url(../images/top/worry-illust.png);
}
.worry-list-item {
  max-width: 312px;
  width: 100%;
  height: 254px;
  padding-left: 3px;
  -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;
  background: center/cover no-repeat url(../images/top/worry-box.png);
  z-index: 1;
}
.worry-list-item::before {
  content: "";
  width: 38px;
  height: 44px;
  margin-bottom: 12px;
  background: center/cover no-repeat url(../images/top/worry-icon01.png);
}
.worry-list-item:nth-child(2)::before {
  width: 46px;
  height: 41px;
  background: center/cover no-repeat url(../images/top/worry-icon02.png);
}
.worry-list-item:nth-child(3)::before {
  width: 40px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/worry-icon03.png);
}
.worry-list-item:nth-child(4)::before {
  width: 39px;
  height: 39px;
  background: center/cover no-repeat url(../images/top/worry-icon04.png);
}
.worry-list-item:nth-child(5)::before {
  width: 31px;
  height: 41px;
  background: center/cover no-repeat url(../images/top/worry-icon05.png);
}
.worry-list-item:nth-child(6)::before {
  width: 35px;
  height: 56px;
  background: center/cover no-repeat url(../images/top/worry-icon06.png);
}
.worry-list-item:nth-child(7)::before {
  width: 45px;
  height: 40px;
  background: center/cover no-repeat url(../images/top/worry-icon07.png);
}
.worry-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.worry-list-title {
  font-size: 2rem;
  font-weight: 500;
  color: #ffaf6b;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
}

.top-about {
  overflow: hidden;
  background-color: #fef5c5;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner .cmn-title {
  margin-bottom: 50px;
}
.top-about-inner .cmn-title img {
  height: 94px;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  max-width: 350px;
  width: 100%;
  margin-left: -10px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -37px;
  left: -2px;
  width: 313px;
  height: 394px;
  background: center/contain no-repeat url(../images/top/top-about-img-deco.png);
  z-index: -1;
}
.top-about-textbox {
  max-width: 514px;
  width: 100%;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.76;
  margin-bottom: 20px;
}

.top-area {
  overflow: hidden;
}
.top-area-inner {
  position: relative;
  z-index: 1;
}
.top-area-inner::before {
  position: absolute;
  content: "";
  top: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 369px;
  height: 347px;
  background: center/contain no-repeat url(../images/top/top-area-map.png);
  z-index: -1;
}
.top-area-inner .cmn-title {
  text-align: left;
  margin-bottom: 210px;
}
.top-area-inner .cmn-title-en {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 22px;
}
.top-area-inner .cmn-title-en::before {
  margin-bottom: 0;
  margin-right: 17px;
}
.top-area-textbox {
  max-width: 520px;
  width: 100%;
  padding: 25px 21px;
  margin-bottom: 19px;
  background-color: #fff;
  border-radius: 20px;
}
.top-area-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.top-area-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-top: 12px;
  margin-right: 20px;
  background-color: #ffaf6b;
  border-radius: 50%;
}
.top-area-text .s-font {
  font-size: 1.5rem;
}
.top-area-text:not(:last-of-type) {
  margin-bottom: 17px;
}
.top-area-text:nth-of-type(2) {
  margin-bottom: 22px;
}
.top-area-sub-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #f7824d;
  letter-spacing: 0.15em;
}
.top-area-notice {
  max-width: 550px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.top-area-notice::before {
  content: "※";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 7px;
}

.top-service {
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-service-bg-bottom.png);
}
.top-service-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 15px 25px 15px;
  background-color: #fff;
  border: 3px solid #f7824d;
  border-radius: 50px;
  position: relative;
}
.top-service-content::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 16px;
  width: 65px;
  height: 64px;
  background: center/contain no-repeat url(../images/top/top-service-no01.png);
}
.top-service-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/top/top-service-no02.png);
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-service-img {
  width: 90%;
  margin-bottom: 10px;
}
.top-service-textbox {
  max-width: 580px;
  width: 100%;
  padding-bottom: 135px;
  position: relative;
}
.top-service-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7824d;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.top-service-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../images/top/top-service-line.png);
}
.top-service-text {
  font-size: 1.7rem;
  line-height: 1.888;
}
.top-service-sub-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0.03deg);
          transform: translateX(-50%) rotate(0.03deg);
  bottom: -10px;
  max-width: 440px;
  width: 100%;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 15px 12px 15px 55px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
}
.top-service-sub-text::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
  width: 79px;
  height: 82px;
  background: center/contain no-repeat url(../images/top/top-service-deco.png);
}
.top-service-sub-text .accent {
  color: #f7824d;
}

.link-banner {
  background-color: #fff;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 330px;
  width: 100%;
}
.link-banner-list-item:nth-child(2) a::after {
  left: -20px;
  bottom: 25px;
  width: 117px;
  height: 89px;
  background: center/cover no-repeat url(../images/top/link-banner-deco02.png);
}
.link-banner-list-item:nth-child(3) a::after {
  left: -20px;
  bottom: 27px;
  width: 110px;
  height: 93px;
  background: center/cover no-repeat url(../images/top/link-banner-deco03.png);
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 24px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 32px;
  width: 117px;
  height: 89px;
  background: center/cover no-repeat url(../images/top/link-banner-deco01.png);
  z-index: -1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover::before {
  right: 16px;
}
.link-banner-img {
  margin-bottom: 20px;
  position: relative;
  z-index: -2;
}
.link-banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 11px #fff;
  -webkit-text-fill-color: #ffaf6b;
  paint-order: stroke fill;
  margin-left: 40px;
  margin-bottom: 16px;
}
.link-banner-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 7px #fff;
  -webkit-text-fill-color: #534439;
  paint-order: stroke fill;
  margin-left: 40px;
}

.intro {
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/top/intro-bg-top.png);
  z-index: -1;
}
.intro-banner {
  display: block;
  max-width: 500px;
  width: 100%;
  min-height: 465px;
  margin: 0 auto;
  padding: 10px;
  background: center/cover no-repeat url(../images/top/intro-banner-bg.png);
  border-radius: 20px;
}
.intro-banner-inner {
  width: 100%;
  min-height: 435px;
  padding: 200px 10px 30px 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.intro-banner-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 190px;
  background: center/cover no-repeat url(../images/top/intro-img.png);
  z-index: -1;
  border-radius: 20px 20px 0 0;
}
.intro-banner-inner::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 8px;
  width: 45px;
  height: 45px;
  background: center/cover no-repeat url(../images/top/intro-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.intro-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.intro-accent-text {
  margin-bottom: 1px;
}
.intro-accent-text img {
  height: 36px;
}
.intro-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.intro-title .accent {
  display: inline;
  font-size: 2.3rem;
  color: #ffaf6b;
  line-height: 1;
}
.intro-sub-title {
  max-width: 450px;
  width: 100%;
  margin-left: -5px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 11px 0;
  margin-bottom: 25px;
  background-color: #f7824d;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}
.intro-sub-title::before {
  position: absolute;
  content: "";
  right: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  border: 1px solid #f7824d;
  border-radius: 20px;
  z-index: -1;
}
.intro-text-list {
  max-width: 433px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.intro-text-list::before {
  position: absolute;
  content: "";
  top: -10px;
  right: -20px;
  width: 104px;
  height: 98px;
  background: center/contain no-repeat url(../images/top/intro-sub-img.png);
  z-index: -1;
}
.intro-text-list-item {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  -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;
}
.intro-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background-color: #534439;
  border-radius: 50%;
}
.intro-text-list-item .accent {
  font-size: 1.7rem;
  color: #00c3b3;
}
.intro-text-list-item:not(:last-of-type) {
  margin-bottom: 11px;
}
.intro-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.news-inner {
  position: relative;
}
.news-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 35px;
  padding: 11px 15px;
  background-color: #ffaf6b;
  -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;
  border-radius: 15px;
}
.news-section-title-en {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 20px;
}
.news-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 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: 176px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 30px 10px 30px 10px;
}
.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: 5px;
  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: #f7824d;
  border-radius: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 400;
  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 {
  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);
}
.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: 250px;
  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: #f7824d;
  border: 2px solid #f7824d;
}
.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: #f7824d;
}
.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: 10px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #f7824d;
  border-bottom: 1px solid #f7824d;
}
.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%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #f7824d;
  border-right: 1px solid #f7824d;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #f7824d !important;
}
.news-detail .paginated-link a:hover {
  color: #ffaf6b !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: 273px;
  height: 1260px;
  background: center/contain no-repeat url(../images/about/about-bg-l.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 204px;
  height: 1099px;
  background: center/contain no-repeat url(../images/about/about-bg-r.png);
  z-index: -1;
}
.about-content {
  width: 100%;
  position: relative;
}
.about-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.about-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 155px;
}
.about-img {
  margin-bottom: 20px;
}
.about-textbox {
  max-width: 510px;
  width: 100%;
  margin-top: -10px;
  position: relative;
}
.about-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #f7824d;
  padding-bottom: 15px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.about-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../images/about/about-line.png);
}
.about-text-list {
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.about-text-list-item {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.about-text-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 14px;
  background-color: #f7824d;
  border-radius: 50%;
}
.about-text-list-item .accent {
  color: #f7824d;
}
.about-text-list-item:not(:last-of-type) {
  margin-bottom: 13px;
}
.about-sub-text {
  max-width: 782px;
  width: 100%;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 30px 15px 20px 15px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
  position: relative;
}
.about-sub-text::before {
  position: absolute;
  content: "";
  top: -170px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 221px;
  height: 197px;
  background: center/contain no-repeat url(../images/about/about-sub-img.png);
}
.about-sub-text .accent {
  color: #f7824d;
}

.reserve {
  overflow: hidden;
}
.reserve-inner {
  max-width: 1110px;
  padding-bottom: 60px;
}
.reserve-content {
  display: block;
  max-width: 500px;
  width: 100%;
  min-height: 465px;
  margin: 0 auto;
  padding: 10px;
  background: center/cover no-repeat url(../images/about/reserve-bg.png);
  border-radius: 20px;
}
.reserve-content-inner {
  width: 100%;
  min-height: 435px;
  padding: 210px 15px 20px 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.reserve-content-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: center/cover no-repeat url(../images/about/reserve-img.png);
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
.reserve-content-inner::after {
  position: absolute;
  content: "";
  right: -9px;
  bottom: -9px;
  width: 83px;
  height: 41px;
  background: center/contain no-repeat url(../images/about/reserve-deco.png);
}
.reserve-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.reserve-title .accent {
  font-size: 2.5rem;
  color: #06c755;
  line-height: 1;
}
.reserve-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
}
.reserve-line {
  max-width: 436px;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #06c755 !important;
  margin-bottom: 17px;
  border: 1px solid #06c755;
  border-radius: 30px;
  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;
  position: relative;
}
.reserve-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/about/reserve-line.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-line:hover {
  opacity: 0.8;
}
.reserve-line:hover::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-btn {
  max-width: 436px;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #56423d !important;
  border: 1px solid #56423d;
  padding: 0 15px;
  border-radius: 30px;
  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;
  position: relative;
}
.reserve-btn::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/about/reserve-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.8;
}
.reserve-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

/*========================================
price
==========================================*/
.menu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: 273px;
  height: 1260px;
  background: center/cover no-repeat url(../images/about/about-bg-l.png);
  z-index: -1;
}
.menu::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  width: 204px;
  height: 1099px;
  background: center/cover no-repeat url(../images/about/about-bg-r.png);
  z-index: -1;
}
.menu-notice {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  margin-bottom: 24px;
}
.menu-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 10px 25px 10px;
  background-color: #fff;
  border: 2px solid #f7824d;
  border-radius: 50px;
  position: relative;
}
.menu-content::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 16px;
  width: 65px;
  height: 64px;
  background: center/contain no-repeat url(../images/top/top-service-no01.png);
  z-index: 1;
}
.menu-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/top/top-service-no02.png);
}
.menu-content:nth-of-type(2) .menu-img::before {
  bottom: -25px;
  width: 172px;
  height: 136px;
  background: center/contain no-repeat url(../images/price/menu-deco02.png);
}
.menu-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.menu-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.menu-img {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
  position: relative;
}
.menu-img::before {
  position: absolute;
  content: "";
  right: -14px;
  bottom: -17px;
  width: 191px;
  height: 150px;
  background: center/cover no-repeat url(../images/price/menu-deco01.png);
}
.menu-textbox {
  max-width: 515px;
  width: 100%;
  position: relative;
}
.menu-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7824d;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.menu-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../images/top/top-service-line.png);
}
.menu-price {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 11px;
  background-color: #ffaf6b;
  border-radius: 20px;
}
.menu-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.888;
}
.menu-sub-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  margin-bottom: 38px;
  background-color: #f7824d;
  border-radius: 20px;
  position: relative;
}
.menu-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19px;
  height: 10px;
  background: center/cover no-repeat url(../images/price/menu-arrow.png);
}
.menu-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.menu-list-item {
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.menu-list-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f7824d;
  line-height: 1.2;
}
.menu-icon {
  margin-bottom: 13px;
}
.menu-sub-textbox {
  padding: 20px;
  background-color: #fffdec;
  border-radius: 20px;
}
.menu-accent-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f7824d;
  -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;
  margin-bottom: 14px;
}
.menu-accent-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background-color: #f7824d;
  border-radius: 50%;
}
.menu-sub-text {
  font-size: 1.7rem;
  font-weight: 500;
}

.notice {
  background-color: #fef5c5;
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.notice-inner .cmn-title img {
  height: 35px;
}
.notice-textbox {
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 20px;
}
.notice-text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.notice-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-right: 14px;
  background-color: #f7824d;
  border-radius: 50%;
}
.notice-text .accent {
  color: #f7824d;
}
.notice-text .line {
  display: block;
  margin-bottom: 10px;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 17px;
}
.notice-text:nth-of-type(2) {
  margin-bottom: 22px;
}

/*========================================
guide
==========================================*/
.reason {
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: 273px;
  height: 1260px;
  background: center/cover no-repeat url(../images/about/about-bg-l.png);
  z-index: -1;
}
.reason::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  width: 204px;
  height: 1099px;
  background: center/cover no-repeat url(../images/about/about-bg-r.png);
  z-index: -1;
}
.reason-inner {
  padding-top: 66px;
}
.reason-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.reason-content:nth-of-type(2) .reason-title::before {
  background: center/cover no-repeat url(../images/guide/reason-no02.png);
}
.reason-content:nth-of-type(3) .reason-title::before {
  background: center/cover no-repeat url(../images/guide/reason-no03.png);
}
.reason-content:nth-of-type(4) .reason-title::before {
  background: center/cover no-repeat url(../images/guide/reason-no04.png);
}
.reason-content:nth-of-type(5) .reason-title::before {
  background: center/cover no-repeat url(../images/guide/reason-no05.png);
}
.reason-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.reason-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.reason-img {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
  position: relative;
}
.reason-textbox {
  max-width: 510px;
  width: 100%;
  position: relative;
}
.reason-title {
  min-height: 80px;
  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;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 0.15em;
  color: #f7824d;
  padding: 10px 0 10px 69px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.reason-title::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 10px;
  width: 65px;
  height: 64px;
  background: center/cover no-repeat url(../images/guide/reason-no01.png);
}
.reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.82;
}

.flow {
  background-color: #fef5c5;
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.flow-inner .cmn-title {
  margin-bottom: 110px;
}
.flow-inner .cmn-title img {
  height: 35px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 350px;
  width: 100%;
  padding: 65px 20px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.flow-list-item:nth-child(2) {
  background-color: #fffdec;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 140px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 28px;
  height: 29px;
  background: center/cover no-repeat url(../images/guide/flow-arrow.png);
}
.flow-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #f7824d;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 19px;
}
.flow-icon {
  position: absolute;
  top: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 150px;
  width: 100%;
}
.flow-no {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffaf6b;
  line-height: 1;
  text-align: center;
  margin-bottom: 18px;
}
.flow-no .accent {
  font-size: 2rem;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/*========================================
info
==========================================*/
.sitter {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sitter::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: 273px;
  height: 381px;
  background: center/contain no-repeat url(../images/info/sitter-bg-l.png);
  z-index: -1;
}
.sitter::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  width: 204px;
  height: 328px;
  background: center/contain no-repeat url(../images/info/sitter-bg-r.png);
  z-index: -1;
}
.sitter-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sitter-img {
  margin-bottom: 20px;
}
.sitter-textbox {
  max-width: 520px;
  width: 100%;
  position: relative;
}
.sitter-title {
  max-width: 515px;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 14px 15px;
  margin-bottom: 12px;
  background-color: #f7824d;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.sitter-title::before {
  position: absolute;
  content: "";
  top: 22px;
  right: 22px;
  width: 124px;
  height: 11px;
  background: center/contain no-repeat url(../images/info/sitter-name.png);
}
.sitter-title .accent {
  font-size: 2rem;
}
.sitter-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
}
.sitter-list {
  width: 100%;
  padding: 20px 13px;
  background-color: #fff;
  border-radius: 20px;
}
.sitter-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.sitter-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #f7824d;
  -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: 13px;
}
.sitter-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-color: #f7824d;
  border-radius: 50%;
}
.sitter-list-title .accent {
  color: #f7824d;
}
.sitter-sub-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -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;
}
.sitter-sub-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #534439;
  border-radius: 50%;
}
.sitter-sub-text:not(:last-of-type) {
  margin-bottom: 10px;
}

.inter {
  background-color: #fef5c5;
  position: relative;
  z-index: 1;
}
.inter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-about-bg-top.png);
  z-index: -1;
}
.inter::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/info/inter-bg-bottom.png);
  z-index: -1;
}
.inter-inner .cmn-title img {
  height: 35px;
}
.inter-content {
  width: 100%;
  position: relative;
}
.inter-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.inter-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inter-flex:not(:last-of-type) {
  margin-bottom: 40px;
}
.inter-img {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(83, 68, 57, 0.15);
  position: relative;
}
.inter-textbox {
  max-width: 510px;
  width: 100%;
  position: relative;
}
.inter-title {
  min-height: 80px;
  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;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 0.15em;
  color: #f7824d;
  padding: 10px 0 10px 72px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.inter-title::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 10px;
  width: 65px;
  height: 64px;
  background: center/contain no-repeat url(../images/info/inter-deco.png);
}
.inter-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.info-inner {
  padding-bottom: 75px;
}
.info-table {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr:not(:last-of-type) td {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(25, 25, 25, 0.05);
          box-shadow: 2px 2px 4px 0 rgba(25, 25, 25, 0.05);
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  background-color: #f7824d;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px;
  background-color: #fff;
  vertical-align: middle;
}
.info-tel-txt {
  display: block;
  margin-top: 8px;
}
.info-tel-txt img {
  display: block;
  line-height: 1;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f7824d;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  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;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #f7824d;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #f7824d;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #f7824d;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #534439;
  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 #f7824d;
  border-right: 1px solid #f7824d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #ffaf6b !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  margin-bottom: 11vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 278px;
  height: 59px;
  background: center/contain no-repeat url(../images/top/footer-deco.png);
  z-index: 2;
}
.footer-inner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 63px 15px;
  position: relative;
  z-index: 1;
}
.footer-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fef5c5;
  border-radius: 50px 50px 0 0;
  z-index: -1;
}
.footer-logo {
  width: 50%;
  margin-bottom: 35px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}
.footer-content {
  max-width: 420px;
  width: 100%;
  text-align: center;
}
.footer-link {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-link a:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer-link a:hover {
  opacity: 0.6;
}
.footer-textbox {
  margin-bottom: 60px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.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;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.3);
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.9;
}
.footer-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.footer-right {
  max-width: 525px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-nav {
  width: 100%;
  margin-bottom: 35px;
}
.footer-nav-list {
  width: 100%;
  height: 220px;
  -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(5)) {
  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: #f7824d;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #f7824d !important;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom #copyright {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  line-height: 1;
}