/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.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.9;
}
.header-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.header-text:not(:last-of-type) {
  margin-bottom: 7px;
}
.header-flex {
  max-width: 465px;
  width: 100%;
}
.header-textbox {
  max-width: 200px;
  width: 100%;
}
.header-tel {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #92c41d !important;
  padding-top: 20px;
  position: relative;
}
.header-tel .s-font {
  font-size: 2rem;
  letter-spacing: 0;
  margin-right: 8px;
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-tel-txt img {
  display: block;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  position: relative;
}
.header .main-visual-img {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 870px;
  z-index: -1;
  overflow: hidden;
  border-radius: 50px;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 210px;
  z-index: 1;
}
.header .global-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  height: 90px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  border-radius: 37.07px;
  border: 1px dashed #4e4637;
  z-index: 2;
}
.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;
}
.header .global-nav-list-item:nth-child(2) a::before {
  width: 26px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/nav-icon02.png);
}
.header .global-nav-list-item:nth-child(3) a::before {
  width: 17px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon03.png);
}
.header .global-nav-list-item:nth-child(4) a::before {
  width: 33px;
  height: 24px;
  background: center/cover no-repeat url(../images/common/nav-icon04.png);
}
.header .global-nav-list-item:nth-child(5) a::before {
  width: 28px;
  height: 26px;
  background: center/cover no-repeat url(../images/common/nav-icon05.png);
}
.header .global-nav-list-item:nth-child(6) a::before {
  width: 33px;
  height: 25px;
  background: center/cover no-repeat url(../images/common/nav-icon06.png);
}
.header .global-nav-list-item:not(:last-child) {
  border-right: 1px dashed rgba(78, 70, 55, 0.3);
}
.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: 36px 35px 0 35px;
  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 {
  color: #92c41d !important;
}
.header .global-nav-list-item.current a {
  color: #92c41d !important;
}
.header .sub-visual {
  width: 100%;
  height: 554px;
  position: relative;
}
.header .sub-visual-img {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1800px;
  width: 95%;
  height: 450px;
  z-index: -1;
  overflow: hidden;
  border-radius: 50px;
}
.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%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-top: 207px;
  z-index: 1;
}
.header .page-top {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.6;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-intro {
  overflow: hidden;
}
.top-intro-inner {
  padding: 110px 0 68px 0;
  position: relative;
  z-index: 1;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 69px;
  width: 496px;
  height: 783px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-l.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 0;
  width: 502px;
  height: 662px;
  background: center/cover no-repeat url(../images/top/top-intro-bg-r.png);
  z-index: -1;
}
.top-intro-banner {
  display: block;
  width: 100%;
  min-height: 313px;
  margin-bottom: 135px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-bg.png);
  border: 6px solid #92c41d;
  border-radius: 37px;
  position: relative;
  z-index: 1;
}
.top-intro-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 448px;
  height: 300px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-img.png);
}
.top-intro-banner::after {
  position: absolute;
  content: "";
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/top/top-intro-banner-arrow.png);
}
.top-intro-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.top-intro-banner-title {
  text-align: center;
  margin-bottom: 23px;
}
.top-intro-banner-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.top-intro-textbox {
  max-width: 615px;
  width: 100%;
  margin-left: auto;
  padding-top: 44px;
}
.top-intro-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
  position: relative;
}
.top-intro-flex::before {
  position: absolute;
  content: "&";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.top-intro-accent-text {
  max-width: 240px;
  width: 100%;
  height: 86px;
  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-family: "Kiwi Maru", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border: 1px dashed #fff;
}
.top-intro-accent-text:not(:last-of-type) {
  margin-right: 49px;
}
.top-intro-accent-text .accent {
  color: #4e4637;
}
.top-intro-sub-title {
  text-align: center;
  margin-bottom: 35px;
}
.top-intro-count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  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;
  font-family: "Kiwi Maru", serif;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  padding-bottom: 23px;
  border-bottom: 1px solid #1db3c4;
  text-align: center;
}
.top-intro-count .accent {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 13rem;
  font-weight: 400;
  color: #1db3c4;
  line-height: 1;
  margin-right: 24px;
  position: relative;
}
.top-intro-count .accent::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -25px;
  width: 44px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/top-intro-count-deco.png);
}

.type {
  background: center/cover no-repeat url(../images/top/type-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.type::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 228px;
  background: center top/cover no-repeat url(../images/top/type-bg-top.png);
}
.type-inner {
  padding: 88px 0 443px 0;
}
.type-sub-title {
  text-align: center;
  margin-bottom: 16px;
}
.type-title {
  text-align: center;
  margin-bottom: 364px;
  position: relative;
  z-index: 1;
}
.type-title::before {
  position: absolute;
  content: "";
  right: -54px;
  bottom: 0;
  width: 195px;
  height: 227px;
  background: center/cover no-repeat url(../images/top/type-title-deco.png);
  z-index: -1;
}
.type-check {
  max-width: 693px;
  width: 100%;
  height: 474px;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/top/type-img.png);
  position: relative;
}
.type-check-item:nth-child(1) .type-check-content {
  top: -145px;
  right: -199px;
}
.type-check-item:nth-child(1) .type-check-content::after {
  width: 155px;
  bottom: 54px;
  left: -152px;
  -webkit-transform: rotate(-15.95deg);
          transform: rotate(-15.95deg);
}
.type-check-item:nth-child(1) .type-check-icon {
  top: 105px;
  right: 168px;
}
.type-check-item:nth-child(2) .type-check-content {
  top: -125px;
  left: -185px;
}
.type-check-item:nth-child(2) .type-check-content::after {
  width: 120px;
  right: -105px;
  bottom: -31px;
  -webkit-transform: rotate(33.44deg);
          transform: rotate(33.44deg);
}
.type-check-item:nth-child(2) .type-check-icon {
  top: 206px;
  left: 105px;
}
.type-check-item:nth-child(3) .type-check-content {
  left: -185px;
  bottom: -99px;
}
.type-check-item:nth-child(3) .type-check-content::after {
  width: 84px;
  top: 97px;
  right: -70px;
  -webkit-transform: rotate(138deg);
          transform: rotate(138deg);
}
.type-check-item:nth-child(3) .type-check-icon {
  left: 117px;
  bottom: 130px;
}
.type-check-item:nth-child(4) .type-check-content {
  left: 90px;
  bottom: -328px;
}
.type-check-item:nth-child(4) .type-check-content::after {
  width: 130px;
  top: -47px;
  left: 51px;
  -webkit-transform: rotate(101deg);
          transform: rotate(101deg);
}
.type-check-item:nth-child(4) .type-check-icon {
  left: 189px;
  bottom: 90px;
}
.type-check-item:nth-child(5) .type-check-content {
  top: -330px;
  left: 89px;
}
.type-check-item:nth-child(5) .type-check-content::after {
  width: 120px;
  left: 65px;
  bottom: -60px;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
}
.type-check-item:nth-child(5) .type-check-icon {
  top: 52px;
  left: 167px;
}
.type-check-item:nth-child(6) .type-check-content {
  right: 77px;
  top: -287px;
}
.type-check-item:nth-child(6) .type-check-content::after {
  width: 66px;
  top: -32px;
  left: -8px;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.type-check-item:nth-child(6) .type-check-icon {
  right: 282px;
  top: 49px;
}
.type-check-item:nth-child(7) .type-check-content {
  bottom: -51px;
  right: -200px;
}
.type-check-item:nth-child(7) .type-check-content::after {
  width: 200px;
  left: -179px;
  top: 18px;
  -webkit-transform: rotate(-162deg);
          transform: rotate(-162deg);
}
.type-check-item:nth-child(7) .type-check-icon {
  top: 168px;
  right: 200px;
}
.type-check-item:nth-child(8) .type-check-content {
  bottom: -355px;
  right: 68px;
}
.type-check-item:nth-child(8) .type-check-content::after {
  width: 200px;
  top: -76px;
  left: 47px;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.type-check-item:nth-child(8) .type-check-icon {
  right: 97px;
  bottom: 70px;
}
.type-check-icon {
  position: absolute;
  width: 62px;
  height: 62px;
  background: center/cover no-repeat url(../images/top/type-circle.png);
  z-index: 2;
}
.type-check-content {
  position: absolute;
  -webkit-transition: 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 252px;
  width: 100%;
  min-height: 312px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  text-align: center;
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 30px;
  z-index: 1;
}
.type-check-content::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 2px;
  background-color: #fff;
  z-index: -10;
}
.type-check-img {
  margin-bottom: 9px;
}
.type-check-title {
  min-height: 75px;
  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-family: "Kiwi Maru", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.type-check-title .accent {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
}
.type-btn {
  max-width: 210px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  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: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff !important;
  background-color: #4e4637;
  outline: 1px dotted #4e4637;
  border: 4px solid #fff;
  border-radius: 27.5px;
  position: relative;
}
.type-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url(../images/top/type-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.type-btn:hover::before {
  right: 3px;
}
.type-content-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 21px;
  background-color: #ffcc60;
  border-radius: 6px;
}
.type-icon {
  margin-bottom: 20px;
}

.top-about {
  background-color: #f7ffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 845px;
  background: center bottom/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: 607px;
  background: center top/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding: 80px 0 147px 0;
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 427px;
  left: -358px;
  width: 499px;
  height: 499px;
  background: center/cover no-repeat url(../images/top/top-about-bg-l.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 153px;
  right: -387px;
  width: 478px;
  height: 478px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r.png);
  z-index: -1;
}
.top-about-title {
  text-align: center;
  margin-bottom: 39px;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 1.94;
  text-align: center;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 35px;
}
.top-about-text:last-of-type {
  margin-bottom: 45px;
}
.top-about-content {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-about-content::before {
  position: absolute;
  content: "";
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/top-about-bg-deco.png);
  z-index: -1;
}
.top-about-content::after {
  position: absolute;
  content: "";
  top: 40px;
  right: 0;
  width: 902px;
  height: 810px;
  background: center/cover no-repeat url(../images/top/top-about-map.png);
}
.top-about-content-wrap {
  width: 100%;
  height: 100%;
  padding: 42px 50px 445px 50px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  border-radius: 10px;
  border: 1px solid #4e4637;
}
.top-about-sub-title {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 12px #fff;
  -webkit-text-fill-color: #1db3c4;
  paint-order: stroke fill;
  margin-left: 15px;
  margin-bottom: 55px;
  position: relative;
}
.top-about-sub-title::before {
  position: absolute;
  content: "";
  top: -32px;
  left: -43px;
  width: 40px;
  height: 58px;
  background: center/cover no-repeat url(../images/top/top-about-pin.png);
}
.top-about-list {
  margin-bottom: 55px;
}
.top-about-list-item {
  font-size: 2.2rem;
  font-weight: 400;
  -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;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.top-about-list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 16px;
  margin-top: 10px;
  background-color: #1db3c4;
  border-radius: 50%;
}
.top-about-list-item:not(:last-child) {
  margin-bottom: 21px;
}
.top-about-list-item .accent {
  font-size: 1.8rem;
}
.top-about-sub-text {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}

.top-reason {
  background: center/cover no-repeat url(../images/top/top-reason-bg.png);
  position: relative;
  z-index: 1;
}
.top-reason::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-reason-bg-bottom.png);
  z-index: -1;
}
.top-reason-inner {
  padding: 78px 0 143px 0;
  position: relative;
}
.top-reason-inner::before {
  position: absolute;
  content: "";
  top: 87px;
  left: 113px;
  width: 155px;
  height: 266px;
  background: center/cover no-repeat url(../images/top/top-reason-deco.png);
}
.top-reason-title {
  text-align: center;
  margin-bottom: 8px;
}
.top-reason-sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 69px;
}
.top-reason-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;
}
.top-reason-list-item {
  max-width: 252px;
  width: 100%;
  min-height: 408px;
  padding-bottom: 5px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 30px;
  position: relative;
}
.top-reason-list-item::before {
  position: absolute;
  content: "";
  top: -28px;
  left: 11px;
  width: 61px;
  height: 56px;
  background: center/cover no-repeat url(../images/top/top-reason-no01.png);
}
.top-reason-list-item:nth-child(2)::before {
  width: 68px;
  background: center/cover no-repeat url(../images/top/top-reason-no02.png);
}
.top-reason-list-item:nth-child(3)::before {
  width: 69px;
  background: center/cover no-repeat url(../images/top/top-reason-no03.png);
}
.top-reason-list-item:nth-child(4)::before {
  width: 73px;
  background: center/cover no-repeat url(../images/top/top-reason-no04.png);
}
.top-reason-list-item:nth-child(5)::before {
  width: 70px;
  background: center/cover no-repeat url(../images/top/top-reason-no05.png);
}
.top-reason-list-item:nth-child(6)::before {
  width: 71px;
  background: center/cover no-repeat url(../images/top/top-reason-no06.png);
}
.top-reason-list-item:nth-child(7)::before {
  width: 67px;
  background: center/cover no-repeat url(../images/top/top-reason-no07.png);
}
.top-reason-list-item:not(:nth-child(4n)) {
  margin-right: 24px;
}
.top-reason-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 80px;
}
.top-reason-list-title {
  min-height: 59px;
  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: 2rem;
  font-weight: 500;
  color: #ff8c3f;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 15px 7px 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.top-reason-img {
  margin-bottom: 9px;
}
.top-reason-text {
  font-size: 1.5rem;
  margin: 0 15px;
  line-height: 1.46;
  letter-spacing: 0.06em;
}

.link-banner {
  overflow: hidden;
}
.link-banner-inner {
  max-width: none;
  padding: 101px 0 107px 0;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-banner-list-item {
  max-width: 511px;
  width: 100%;
  height: 398px;
}
@media (max-width: 1705px) {
  .link-banner-list-item {
    max-width: 390px;
    height: 304px;
  }
}
.link-banner-list-item:not(:last-child) {
  margin-right: 76px;
}
@media (max-width: 1705px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 35px;
  }
}
.link-banner-list-item:nth-child(2) .link-banner-title::before {
  width: 36px;
  height: 42px;
  background: center/cover no-repeat url(../images/top/link-banner-title-deco02.png);
}
.link-banner-list-item:nth-child(3) .link-banner-title::before {
  top: -13px;
  left: -39px;
  width: 45px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/link-banner-title-deco03.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.7;
}
.link-banner-list-item a:hover .link-banner-textbox::before {
  right: 8px;
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-banner-textbox {
  position: absolute;
  right: -22px;
  bottom: -8px;
  max-width: 305px;
  width: 100%;
  height: 104px;
  padding: 45px 0 0 25px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
}
.link-banner-textbox::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title {
  position: absolute;
  top: -15px;
  left: -20px;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-stroke: 12px #faf4e8;
  -webkit-text-fill-color: #1db3c4;
  paint-order: stroke fill;
  z-index: 1;
}
.link-banner-title::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -27px;
  width: 44px;
  height: 47px;
  background: center/cover no-repeat url(../images/top/link-banner-title-deco01.png);
  z-index: -1;
}
.link-banner-title .accent {
  -webkit-text-fill-color: #92c41d;
}
.link-banner-text {
  font-size: 1.5rem;
  line-height: 1.4;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-inner {
  padding: 211px 0 120px 0;
}
.reserve-wrap {
  padding: 133px 58px 41px 58px;
  border: 1px dashed #4e4637;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.reserve-wrap::before {
  position: absolute;
  content: "";
  top: -93px;
  left: 36px;
  width: 206px;
  height: 226px;
  background: center/cover no-repeat url(../images/top/reserve-deco-l.png);
  z-index: -1;
}
.reserve-wrap::after {
  position: absolute;
  content: "";
  top: -99px;
  right: 41px;
  width: 189px;
  height: 232px;
  background: center/cover no-repeat url(../images/top/reserve-deco-r.png);
  z-index: -1;
}
.reserve-title {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.reserve-content {
  max-width: 444px;
  width: 100%;
  min-height: 198px;
  padding: 42px 45px 20px 45px;
  background-color: rgba(242, 104, 111, 0.2);
  border-radius: 20px;
}
.reserve-content:nth-of-type(2) {
  background-color: rgba(146, 196, 29, 0.2);
}
.reserve-content:nth-of-type(2) .reserve-sub-title {
  margin-bottom: 15px;
}
.reserve-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #4e4637;
}
.reserve-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  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;
}
.reserve-tel::before {
  content: "";
  width: 23px;
  height: 27px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-contact {
  display: block;
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.reserve-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-contact:hover {
  opacity: 0.7;
}
.reserve-contact:hover::before {
  right: 7px;
}

#top .reserve {
  position: relative;
  z-index: 1;
}
#top .reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/top/reserve-wave.png);
  z-index: -1;
}

#service .reserve-wrap::before {
  left: 0;
  width: 183px;
  height: 226px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-l-02.png);
}

#guide .reserve-wrap::before {
  left: 0;
  top: -98px;
  width: 189px;
  height: 232px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-r.png);
}
#guide .reserve-wrap::after {
  top: -95px;
  width: 183px;
  height: 226px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-l-02.png);
}

#case .reserve-wrap::before {
  left: 0;
  top: -98px;
  width: 189px;
  height: 232px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-r.png);
}
#case .reserve-wrap::after {
  top: -95px;
  width: 206px;
  height: 226px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-l.png);
}

#info .reserve-wrap::before {
  left: 0;
  width: 183px;
  height: 226px;
  background: center/cover no-repeat url(../../images/top/reserve-deco-l-02.png);
}

.news {
  background: center/cover no-repeat url(../images/top/news-bg.png);
}
.news-inner {
  padding: 114px 0;
  position: relative;
}
.news-section-title {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-section-title::before {
  content: "";
  width: 56px;
  height: 43px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/top/news-title-deco.png);
}
.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%;
  padding: 20px 20px 15px 20px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 30px;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  max-width: 210px;
  width: 100%;
  height: 140px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 20px;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff8c3f;
  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;
}
.news-accent-tag:not(:last-child) {
  margin-right: 8px;
}
.news-accent-tag:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  margin-left: 8px;
  background-color: #ff8c3f;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  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.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  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: 9px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.news .more-btn::after {
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 15px;
  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: #92c41d;
  border: 2px solid #92c41d;
}
.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: #92c41d;
}
.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 #92c41d;
  border-bottom: 1px solid #92c41d;
}
.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 #92c41d;
  border-right: 1px solid #92c41d;
}
.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: #92c41d !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
service
==========================================*/
.service {
  background: left top/570px 626px no-repeat url(../images/service/service-bg-l-t.png), right top 1312px/449px 407px no-repeat url(../images/service/service-bg-r-t.png), left bottom 1246px/632px 719px no-repeat url(../images/service/service-bg-l-b.png), right bottom/475px 560px no-repeat url(../images/service/service-bg-r-b.png);
}
.service-inner {
  padding-top: 40px;
}
.service-content {
  padding: 30px 30px 20px 30px;
  background: center/cover no-repeat url(../images/service/service-bg01.png);
  border-radius: 30px;
}
.service-content:not(:last-of-type) {
  margin-bottom: 60px;
}
.service-content:nth-of-type(even) {
  background: center/cover no-repeat url(../images/service/service-bg02.png);
}
.service-content:nth-of-type(even) .service-title {
  color: #ff8c3f;
}
.service-content:nth-of-type(even) .service-sub-title {
  -webkit-text-fill-color: #ff8c3f;
}
.service-flex {
  margin-bottom: 26px;
}
.service-textbox {
  max-width: 500px;
  width: 100%;
}
.service-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  color: #fff;
}
.service-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1db3c4;
  padding: 29px 0;
  margin-bottom: 21px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
.service-sub-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 4px #fff;
  -webkit-text-fill-color: #1db3c4;
  text-align: center;
  paint-order: stroke fill;
  padding: 23px 31px 27px 37px;
  margin-bottom: 17px;
  position: relative;
}
.service-sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 38px;
  height: 62px;
  background: center/cover no-repeat url(../images/service/service-title-l.png);
}
.service-sub-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 70px;
  height: 53px;
  background: center/cover no-repeat url(../images/service/service-title-r.png);
}
.service-check-list-item {
  max-width: 505px;
  width: 100%;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 3px;
  -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;
}
.service-check-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/service/service-check.png);
}

/*========================================
guide
==========================================*/
.flow {
  background: left top/570px 626px no-repeat url(../images/service/service-bg-l-t.png), right bottom/475px 560px no-repeat url(../images/service/service-bg-r-b.png);
}
.flow-inner {
  padding-top: 40px;
}
.flow-content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow-content:not(:last-of-type) {
  margin-bottom: 45px;
}
.flow-content:not(:last-of-type) .flow-textbox {
  position: relative;
}
.flow-content:not(:last-of-type) .flow-textbox::before {
  position: absolute;
  content: "";
  left: 50px;
  bottom: -10px;
  width: 28px;
  height: 35px;
  background: center/cover no-repeat url(../images/guide/flow-arrow.png);
}
.flow-content:nth-of-type(even) .flow-title {
  background: center/cover no-repeat url(../images/service/service-bg02.png);
}
.flow-content:nth-of-type(2) .flow-title::before {
  background: center/cover no-repeat url(../images/guide/flow-no02.png);
}
.flow-content:nth-of-type(3) .flow-title::before {
  width: 150px;
  background: center/cover no-repeat url(../images/guide/flow-no03.png);
}
.flow-content:nth-of-type(4) .flow-title::before {
  width: 150px;
  background: center/cover no-repeat url(../images/guide/flow-no04.png);
}
.flow-content:nth-of-type(5) .flow-title::before {
  width: 150px;
  background: center/cover no-repeat url(../images/guide/flow-no05.png);
}
.flow-flex {
  margin-bottom: 26px;
}
.flow-textbox {
  max-width: 500px;
  width: 100%;
}
.flow-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}
.flow-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 30px 0 26px 38px;
  margin-bottom: 21px;
  background: center/cover no-repeat url(../images/service/service-bg01.png);
  border-radius: 30px;
  position: relative;
}
.flow-title::before {
  position: absolute;
  content: "";
  top: -26px;
  left: 0;
  width: 148px;
  height: 42px;
  background: center/cover no-repeat url(../images/guide/flow-no01.png);
}

.question {
  background: center/1920px 1392px repeat url(../images/top/top-reason-bg.png);
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/guide/question-bg-top.png);
  z-index: -1;
}
.question-list-item {
  padding: 38px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  border: 1px solid #4e4637;
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 30px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  -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;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: -4px;
  background: center/cover no-repeat url(../images/guide/Q.png);
}
.question-textbox {
  -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;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/guide/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 5px;
}
.question-body img {
  max-width: 100%;
}

/*========================================
case
==========================================*/
.case {
  background: left top/570px 626px no-repeat url(../images/service/service-bg-l-t.png), right bottom/475px 560px no-repeat url(../images/service/service-bg-r-b.png);
}
.case-inner {
  padding-top: 40px;
}
.case-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-tag-list {
  max-width: 220px;
  width: 100%;
  margin-right: 18px;
}
.case-tag-list-item {
  width: 100%;
}
.case-tag-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.case-tag-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 17px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #4e4637;
  border-radius: 3px;
}
.case-tag-list-item a::before {
  content: "";
  width: 5px;
  height: 9px;
  margin-right: 17px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-tag-list-item a:hover {
  opacity: 0.8;
}
.case-tag-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.case-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-textbox {
  width: 100%;
  padding: 28px 28px 15px 28px;
  border-radius: 30px 30px 0 0;
}
.case-list {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.case-list-item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}
.case-list-item a {
  width: 100%;
  height: 100%;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  border: 1px solid #a29c91;
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 33px;
  position: relative;
}
.case-list-item a:hover {
  opacity: 0.8;
}
.case-list-item a:hover .top-case-more::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.case-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-tag-wrap {
  padding: 0 30px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.case-sub-tag-list {
  width: 100%;
  -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;
}
.case-sub-tag-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 7px 15px;
  color: #fff;
  text-wrap: nowrap;
  background-color: #4e4637;
  border-radius: 2px 2px 0 0;
}
.case-sub-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-img-list {
  margin-bottom: 30px;
}
.case-img-list-item {
  border-radius: 20px;
  position: relative;
}
.case-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.case-img-list-item:nth-child(1) {
  max-width: 200px;
  width: 100%;
  height: 140px;
  margin-bottom: 17px;
}
.case-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: -6px;
  bottom: -2px;
  width: 99px;
  height: 21px;
  background: center/cover no-repeat url(../images/case/Before.png);
}
.case-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 27px;
  bottom: -65px;
  width: 57px;
  height: 50px;
  background: center/cover no-repeat url(../images/case/case-img-arrow.png);
}
.case-img-list-item:nth-child(2) {
  max-width: 250px;
  width: 100%;
  height: 176px;
  margin-left: auto;
}
.case-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -13px;
  width: 102px;
  height: 34px;
  background: center/cover no-repeat url(../images/case/After.png);
}
.case-more {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 18px 25px;
  background-color: #4e4637;
  border-radius: 0 0 30px 30px;
}
.case-more::after {
  content: "";
  width: 5px;
  height: 9px;
  margin-left: 12px;
  background: center/cover no-repeat url(../images/case/case-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-detail {
  background: left top/570px 626px no-repeat url(../images/service/service-bg-l-t.png), right bottom/475px 560px no-repeat url(../images/service/service-bg-r-b.png);
}
.case-detail-content {
  padding: 50px;
  background: center/128px 128px repeat url(../images/common/cmn-pattern.png);
  border: 1px solid #a29c91;
  -webkit-box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
          box-shadow: 4px 4px 0 0 rgba(78, 70, 55, 0.5);
  border-radius: 33px;
}
.case-detail-tag-wrap {
  padding: 0 50px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.case-detail-tag-list {
  width: 100%;
  -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;
}
.case-detail-tag-list-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 7px 20px;
  color: #fff;
  text-wrap: nowrap;
  background-color: #4e4637;
  border-radius: 15px 15px 0 0;
}
.case-detail-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-detail-img-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px;
}
.case-detail-img-list-item {
  border-radius: 20px;
  position: relative;
}
.case-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.case-detail-img-list-item:nth-child(1) {
  max-width: 414px;
  width: 100%;
  height: 292px;
}
.case-detail-img-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  left: -13px;
  bottom: -15px;
  width: 205px;
  height: 43px;
  background: center/cover no-repeat url(../images/case/detail-before.png);
}
.case-detail-img-list-item:nth-child(1)::after {
  position: absolute;
  content: "";
  left: 239px;
  bottom: -155px;
  width: 170px;
  height: 114px;
  background: center/cover no-repeat url(../images/case/detail-img-arrow.png);
}
.case-detail-img-list-item:nth-child(2) {
  max-width: 518px;
  width: 100%;
  height: 366px;
  margin-top: 70px;
}
.case-detail-img-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -45px;
  width: 211px;
  height: 61px;
  background: center/cover no-repeat url(../images/case/detail-after.png);
}
.case-detail-title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(78, 70, 55, 0.3);
}
.case-detail-body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
.case-detail-body img {
  max-width: 100%;
}

/*========================================
info
==========================================*/
.greeting {
  background: left top/570px 626px no-repeat url(../images/info/greeting-bg-l-t.png), right bottom/475px 560px no-repeat url(../images/info/greeting-bg-r-b.png);
}
.greeting-inner {
  padding-top: 40px;
}
.greeting-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-textbox {
  max-width: 515px;
  width: 100%;
}
.greeting-title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-title::before {
  content: "";
  width: 72px;
  height: 72px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/info/greeting-title-icon.png);
}
.greeting-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  margin-bottom: 15px;
}
.greeting-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Kiwi Maru", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
.greeting-name .accent {
  display: block;
  color: #ff8c3f;
  margin-bottom: 10px;
}
.greeting-name .s-font {
  font-size: 2rem;
  margin-right: 26px;
}

.info {
  background: center/1920px 1392px repeat url(../images/top/top-reason-bg.png);
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: center/cover no-repeat url(../images/guide/question-bg-top.png);
  z-index: -1;
}
.info-table {
  width: 100%;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.info-table tr th {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 28px 0;
  text-align: center;
  background-color: #92c41d;
  border-radius: 10px;
  vertical-align: middle;
}
.info-table tr td {
  width: 800px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 21px 15px 21px 26px;
  vertical-align: middle;
}
.info-table tr td .accent {
  color: #222222;
}
.info-tel-txt {
  display: block;
  margin-top: 8px;
}
.info-tel-txt img {
  display: block;
  line-height: 1;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.recruit {
  background: left top/570px 626px no-repeat url(../images/info/greeting-bg-l-t.png), right bottom/475px 560px no-repeat url(../images/info/greeting-bg-r-b.png);
}
.recruit-inner {
  padding-top: 87px;
}

/*========================================
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: #92c41d;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #92c41d;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #92c41d;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #92c41d;
  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 #92c41d;
}
.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 #92c41d;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #92c41d;
  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 #92c41d;
  border-right: 1px solid #92c41d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #4e4637 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #4e4637;
  position: relative;
  z-index: 0;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: center/cover no-repeat url(../images/top/footer-bg-bottom.png);
}
.footer-inner {
  padding: 105px 0 174px 0;
  color: #fff;
}
.footer-logo {
  margin-bottom: 40px;
}
.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: 380px;
  width: 100%;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 38px;
  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: 14px;
  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-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: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 85px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 500px;
  width: 100%;
}
.footer-nav {
  width: 100%;
}
.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: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}