@charset "UTF-8";
/*---------- main-visual ここから ----------*/
.main-visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------- main-visualここまで ----------*/
/*---------- top-pageここから ----------*/
.top-page .main-visual {
  background: url(../img/top/mainvisual_img.png) no-repeat center bottom/cover;
  height: 800px;
}
.top-page .main-visual__catch {
  width: 826px;
}

/*---------- sec-leadここから ----------*/
.top-page .sec-lead {
  background: url(../img/top/lead_bg.png) no-repeat top center/cover;
  padding: 100px 0 160px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.top-page .sec-lead .sec-title__sub {
  height: 26px;
}
.top-page .sec-lead__container {
  background: url(../img/top/lead_content_bg.png) no-repeat 52% top/auto;
  padding: 80px 0 75px;
  min-height: 668px;
}
.top-page .sec-lead__content {
  width: 740px;
  padding: 0 70px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.top-page .sec-lead__content p:not(:last-child) {
  margin-bottom: 1.25em;
}
.top-page .sec-lead__content p > span {
  border-bottom: 1px dashed #b1c554;
  display: block;
  padding-bottom: 1px;
}
.top-page .sec-lead__content p > span:not(:last-child) {
  margin-bottom: 5px;
}
.top-page .sec-lead__content:not(:last-child) {
  margin-bottom: 20px;
}
.top-page .sec-lead__content::before {
  content: "";
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  top: -50px;
  left: -110px;
  background: url(../img/top/lead_illust_left.png) no-repeat center center/contain;
}
.top-page .sec-lead__content::after {
  content: "";
  width: 235px;
  height: 200%;
  display: block;
  position: absolute;
  bottom: -86px;
  right: -100px;
  background: url(../img/top/lead_illust_right.png) no-repeat center center/contain;
}
.top-page .sec-lead_left {
  width: 48%;
}
.top-page .sec-lead_img {
  width: 48%;
}

/*---------- sec-leadここまで ----------*/
/*---------- sec-troubleここから ----------*/
.sec-trouble {
  background: url(../img/top/trouble_bg.png) no-repeat top center/cover;
  padding: 100px 0 0;
  margin-top: -90px;
  position: relative;
  z-index: 5;
}
.sec-trouble .sec-title {
  margin-bottom: 7px;
}
.sec-trouble .sec-title__sub {
  height: 31px;
}
.sec-trouble .sec-title__main {
  height: 50px;
}
.sec-trouble__container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 520px;
}
.sec-trouble__left {
  width: 50%;
  max-width: 480px;
  background: url(../img/top/trouble_illusrt_left.png) no-repeat right 30px bottom/auto;
  position: relative;
}
.sec-trouble__right {
  width: 50%;
  max-width: 485px;
  background: url(../img/top/trouble_illust_right.png) no-repeat left 40px bottom/auto;
  position: relative;
}

.trouble__content {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.47;
  position: absolute;
}
.trouble__content p {
  display: inline-block;
  text-align: center;
}
.trouble__content01 {
  width: 207px;
  height: 191px;
  padding: 59px 0 0 29px;
  background: url(../img/top/bubble01.png) no-repeat center center/contain;
  right: 60px;
  top: 0;
}
.trouble__content02 {
  width: 190px;
  height: 175px;
  padding: 54px 0 0 33px;
  background: url(../img/top/bubble02.png) no-repeat center center/contain;
  top: 80px;
  left: 0;
}
.trouble__content03 {
  width: 240px;
  height: 180px;
  padding: 54px 0 0 20px;
  background: url(../img/top/bubble03.png) no-repeat center center/contain;
  top: 296px;
  left: 35px;
}
.trouble__content04 {
  width: 190px;
  height: 175px;
  padding: 53px 0 0 30px;
  background: url(../img/top/bubble04.png) no-repeat center center/contain;
  top: 33px;
  left: 42px;
}
.trouble__content05 {
  width: 228px;
  height: 194px;
  padding: 50px 0 0 42px;
  background: url(../img/top/bubble05.png) no-repeat center center/contain;
  top: 103px;
  right: 0;
}

/*---------- sec-troubleここまで ----------*/
/*---------- sec-solutionここから ----------*/
.top-page .sec-solution {
  position: relative;
  z-index: 10;
}
.top-page .sec-solution__bg {
  padding-top: 60px;
  background: url(../img/top/solution_illust_left.png) no-repeat top left/33.85% auto, url(../img/top/solution_illust_right.png) no-repeat top right/30.989% auto, #f2f9d4;
}
.top-page .sec-solution .sec-title__main {
  height: 165px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.top-page .sec-solution__title {
  background-color: #b1c554;
  height: 124px;
  position: relative;
  margin-bottom: 0;
}
.top-page .sec-solution__content {
  text-align: center;
  margin-bottom: 30px;
}
.top-page .sec-solution__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-page .sec-solution__flex .link-banner {
  width: 480px;
}

/*---------- sec-solutionここまで ----------*/
/*---------- sec-droneここから ----------*/
.top-page .sec-drone {
  padding: 190px 0 130px;
  background: url(../img/top/solution_wave_bottom.png) no-repeat center top/contain, url(../img/top/drone_wave_bottom.png) no-repeat center bottom/contain, url(../img/top/drone_bg.png) no-repeat center center/cover;
}
.top-page .sec-drone__content {
  width: 555px;
  margin-left: auto;
}

/*---------- sec-droneここまで ----------*/
/*---------- sec-linkここから ----------*/
.top-page .sec-link {
  padding: 30px 0 60px;
}
.top-page .sec-link__container {
  display: flex;
  justify-content: space-between;
}
.top-page .sec-link__container img {
  width: 500px;
}

/*---------- sec-linkここまで ----------*/
/*---------- sec-newsここから ----------*/
.top-page .sec-news {
  padding: 60px 0;
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  position: relative;
}
.top-page .sec-news .sec-title__sub {
  height: 27px;
}
.top-page .sec-news .sec-title__main {
  height: 30px;
}
.top-page .sec-news__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-page .sec-news__left {
  width: 220px;
}
.top-page .sec-news::before, .top-page .sec-news::after {
  content: "";
  position: absolute;
  display: block;
}
.top-page .sec-news::before {
  top: -20px;
  left: 20%;
  width: 56px;
  height: 60px;
  background: url(../img/rain_illust01.png) no-repeat center center/contain;
}
.top-page .sec-news::after {
  bottom: -40px;
  right: 8%;
  width: 185px;
  height: 115px;
  background: url(../img/tree_illust01.png) no-repeat center center/contain;
}
.top-page .sec-news .btn.sp {
  display: none;
}

/*---------- sec-newsここまで ----------*/
/*---------- main-visualここから ----------*/
.under-page .main-visual {
  background: url(../img/mianvisual_under_img.png) no-repeat center center/cover;
  height: 450px;
}
.under-page .main-visual__catch {
  height: 115px;
  width: 100%;
  top: 47%;
  left: 49%;
}

/*---------- reason-pageここから ----------*/
/*---------- sec-reasonここから ----------*/
.reason-page .sec-reason {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
.reason-page .sec-reason .sec-title {
  margin-bottom: 60px;
}
.reason-page .sec-reason::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 300px;
  display: block;
  background: url(../img/reason/reason_tree_left.png) no-repeat top left/auto 100%, url(../img/reason/reason_tree_right.png) no-repeat top right/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reason-page .sec-reason::after {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background: url(../img/reason/reason_wave_bottom.png) no-repeat bottom center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.second-title {
  margin-bottom: 50px;
}
.second-title__sub {
  height: 30px;
  margin-bottom: 20px;
}
.second-title__sub > img {
  -o-object-position: left;
     object-position: left;
}
.second-title__main {
  height: 32px;
}
.second-title__main > img {
  -o-object-position: left;
     object-position: left;
}

.reason-bg {
  background: url(../img/reason/reason_illust_bg.png) no-repeat top 52.6% center/1730px auto;
}
.reason-bg > .inner {
  padding-top: 60px;
}
.reason-content p:not(:last-child) {
  margin-bottom: 1.25em;
}
.reason-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reason-container:nth-child(odd) {
  flex-direction: row-reverse;
}
.reason-container:not(:last-child) {
  margin-bottom: 50px;
}
.reason-left {
  width: 50%;
}
.reason-img {
  width: 46.3%;
  height: 0;
  padding-top: 32.41%;
  border-radius: 10px;
}

/*---------- sec-reasonここまで ----------*/
/*---------- individual-pageここから ----------*/
/*---------- sec-introここから ----------*/
.individual-page .sec-intro {
  background-color: #f0fbfd;
  padding-bottom: 80px;
}
.individual-page .sec-intro > .inner {
  padding-top: 100px;
}
.individual-page .sec-intro__title {
  height: 68px;
  margin-bottom: 70px;
}

.intro-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.intro-box {
  border-radius: 10px;
  padding: 30px 20px 30px 30px;
  width: 48.14%;
}
.intro-box:not(:nth-child(-n+2)) {
  margin-top: 40px;
}
.intro-box__title {
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.125em;
  border-radius: 3em;
}
.intro-box__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content p {
  padding-left: 130px;
}
.intro-box__content p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.intro-box__content::before {
  content: "";
  width: 2.0625em;
  height: 1.25em;
  margin: 20px auto;
  display: block;
}
.intro-box01 {
  background: url(../img/individual/individual_illust01.png) no-repeat bottom left 30px/auto 170px, #fff;
}
.intro-box02 {
  background: url(../img/individual/individual_illust02.png) no-repeat bottom left 30px/auto 173px, #fff;
}
.intro-box03 {
  background: url(../img/individual/individual_illust03.png) no-repeat bottom left 30px/auto 177px, #fff;
}
.intro-box04 {
  background: url(../img/individual/individual_illust04.png) no-repeat bottom left 30px/auto 176px, #fff;
}

.individual-page .intro-box__title {
  background: url(../img/pattern_bg02.png) repeat center center/auto;
}

.individual-page .intro-box__content::before {
  background: url(../img/individual/triangle.png) no-repeat center center/contain;
}

/*---------- sec-introここまで ----------*/
/*---------- sec-individualここから ----------*/
.individual-page .sec-individual {
  background: url(../img/individual/illust_bg.png) no-repeat bottom center/cover;
  padding: 90px 0 100px;
  position: relative;
  z-index: 1;
}
.individual-page .sec-individual::after {
  content: "";
  width: 100%;
  height: 1.0625em;
  display: block;
  background: url(../img/individual/individual_wave_top.png) no-repeat bottom center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.individual-page .sec-individual__title {
  height: 162px;
  margin-bottom: 40px;
}
.individual-page .sec-individual__container {
  background-color: #fff;
  border: 1px solid #b1c554;
  border-radius: 10px;
  padding: 15px 30px 30px;
  margin: 0 auto;
  max-width: 693px;
}
.individual-page .sec-individual__content {
  text-align: center;
}
.individual-page .sec-individual__content p:not(:last-child) {
  margin-bottom: 1.25em;
}

/*---------- sec-individualここまで ----------*/
/*---------- banner ----------*/
.banner-wrapper {
  padding: 60px 0;
}
.banner-img {
  height: 89px;
}
.banner-contact {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.banner-left {
  width: 42.3%;
  background: url(../img//individual/banner_title_bg.png) no-repeat right center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__tel {
  font-size: 65px;
  padding-left: 1em;
  margin-bottom: 30px;
  display: block;
}
.banner-right {
  width: 57.7%;
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-right .btn-mail {
  width: 509px;
  border-radius: 3em;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.individual-page .banner-wrapper {
  background-size: auto auto;
  background-color: rgb(240, 251, 253);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 252, 253) 6px, rgb(242, 252, 253) 12px);
}

/*---------- bannerここまで ----------*/
/*---------- owner-pageここから ----------*/
/*---------- sec-introここから ----------*/
.owner-page .sec-intro {
  background-color: #f2f9d4;
  padding-bottom: 80px;
}
.owner-page .sec-intro > .inner {
  padding-top: 100px;
}
.owner-page .sec-intro__title {
  height: 68px;
  margin-bottom: 70px;
}

.owner-page .intro-box__title {
  background: url(../img/pattern_bg03.png) repeat center center/auto;
}

.owner-page .intro-box__content::before {
  background: url(../img/owner/triangle.png) no-repeat center center/contain;
}

/*---------- sec-introここまで ----------*/
/*---------- sec-ownerここから ----------*/
.owner-page .sec-owner {
  background: url(../img/owner/illust_bg.png) no-repeat bottom center/cover;
  padding: 80px 0 75px;
  position: relative;
  z-index: 1;
}
.owner-page .sec-owner::after {
  content: "";
  width: 100%;
  height: 1.0625em;
  display: block;
  background: url(../img/owner/owner_wave_top.png) no-repeat bottom center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.owner-page .sec-owner__container {
  background-color: #fff;
  border: 1px solid #74b4d8;
  border-radius: 10px;
  padding: 15px 30px 30px;
  margin: 0 auto;
  max-width: 693px;
}
.owner-page .sec-owner__title {
  height: 162px;
  margin-bottom: 40px;
}
.owner-page .sec-owner__content {
  text-align: center;
}
.owner-page .sec-owner__content p:not(:last-child) {
  margin-bottom: 1.25em;
}

/*---------- sec-ownerここまで ----------*/
/*---------- banner ----------*/
.owner-page .banner-wrapper {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
}

/*---------- bannerここまで ----------*/
/*---------- drone-pageここから ----------*/
/*---------- sec-explanationここから ----------*/
.drone-page .sec-explanation {
  background: url(../img/drone/sky_bg.png) no-repeat center center/cover;
  padding-bottom: 115px;
}
.drone-page .sec-explanation > .inner {
  padding-top: 70px;
}
.drone-page .sec-explanation__content {
  text-align: center;
  margin-bottom: 30px;
}
.drone-page .sec-explanation__content p:not(:last-child) {
  margin-bottom: 1.25em;
}
.drone-page .sec-explanation__content .text-bigger {
  font-size: 1.5625em;
  font-weight: 700;
  line-height: 30px;
}
.drone-page .sec-explanation__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.drone-page .sec-explanation__img {
  width: calc((100% - 60px) / 3);
}

.text-blue {
  color: #74b4d8;
}

/*---------- sec-explanationここまで ----------*/
/*---------- sec-flowここから ----------*/
.drone-page .sec-flow {
  padding-bottom: 100px;
}
.drone-page .sec-flow__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flow-item {
  width: calc((100% - 90px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow-item__img {
  margin-bottom: 30px;
  margin-right: 25px;
}
.flow-item__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.flow-item__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__tel {
  font-size: 1.25em;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 25px;
  pointer-events: none;
}
.flow-item__tel::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.flow-item__tel::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}

/*---------- sec-flowここまで ----------*/
/*---------- sec-licenseここから ----------*/
.sec-license {
  padding: 100px 0;
  background: url(../img/drone/license_bg.png) no-repeat bottom center/cover;
  position: relative;
  z-index: 1;
}
.sec-license::before {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background: url(../img/drone/wave_top.png) no-repeat bottom center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-license::after {
  content: "";
  width: 100%;
  height: 1em;
  display: block;
  background: url(../img/drone/wave_bottom.png) no-repeat bottom center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-license .sec-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sec-license .sec-title__main {
  margin-right: 5px;
}
.sec-license .sec-title__sub {
  margin-bottom: 0;
}
.sec-license__container {
  width: 551px;
  margin-left: auto;
}
.sec-license__container .btn {
  margin-top: 40px;
}

/*---------- sec-licenseここまで ----------*/
/*---------- banner ----------*/
.banner-container {
  margin-top: 60px;
}
.banner-container a {
  position: relative;
}
.banner-container a::before, .banner-container a::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.drone-page .banner-container {
  position: relative;
}
.drone-page .banner-container a::before {
  width: 175px;
  height: 320px;
  background: url(../img/rain_illust03.png) no-repeat right top/auto, url(../img/ittochan.png) no-repeat right bottom/132px auto;
  top: -30px;
  right: 26px;
}
.drone-page .banner-container a::after {
  width: 185px;
  height: 240px;
  background: url(../img/rain_illust01.png) no-repeat bottom left/auto, url(../img/dappokun.png) no-repeat top right/154px auto;
  left: -15px;
  top: -24px;
}

/*---------- bannerここまで ----------*/
.company-page .sec-greeting {
  position: relative;
  background: url(../img/company/greeting_bg.png) no-repeat center center/cover;
}
.company-page .sec-greeting > .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
.company-page .sec-greeting__container {
  display: flex;
  justify-content: space-between;
}
.company-page .sec-greeting__left {
  width: 50%;
}
.company-page .sec-greeting__content p:not(:last-child) {
  margin-bottom: 30px;
}
.company-page .sec-greeting__img {
  width: 46.296%;
  height: 0;
  padding-top: 28.7%;
  border-radius: 10px;
}
.company-page .sec-greeting .representative__name {
  font-weight: 700;
  margin-top: 30px;
}

.company-page .sec-companyinfo {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
  padding: 100px 0;
}
.company-page .sec-companyinfo_container {
  display: flex;
  justify-content: space-between;
}
.company-page .sec-companyinfo_img {
  width: calc(50% - 30px);
}

.common-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.common-table tr {
  display: flex;
  align-items: flex-start;
}
.common-table tr:not(:last-child) {
  margin-bottom: 10px;
}
.common-table__head {
  display: block;
  box-sizing: border-box;
}
.common-table__data {
  display: block;
  box-sizing: border-box;
}

.company-table {
  max-width: 830px;
}
.company-table__head {
  width: 200px;
  text-align: center;
  padding: 10px 1em;
  color: #fff;
  background-color: #b1c554;
  border-radius: 5px;
}
.company-table__data {
  width: calc(100% - 100px);
  padding: 10px 1em 10px 2.1875em;
}

.googlemap_container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.googlemap_container iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.company-page .banner-container a::before {
  width: 152px;
  height: 172px;
  background: url(../img/dappokun.png) no-repeat center center/contain;
  top: 20px;
  left: -60px;
}
.company-page .banner-container a::after {
  width: 124px;
  height: 156px;
  background: url(../img/ittochan.png) no-repeat center center/contain;
  right: 25px;
  bottom: -25px;
}

.news-page .sec-news {
  background-size: auto auto;
  background-color: rgb(244, 250, 218);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, rgb(242, 249, 212) 6px, rgb(242, 249, 212) 12px);
}
.news-page .sec-news > .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
.news-page .sec-news .article-container {
  margin-bottom: 30px;
}
.news-page .sec-news .article-list__item {
  margin-left: auto;
  margin-right: auto;
}

.news-page .sec-article .article-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 40px;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}
.news-page .sec-article .article-content {
  margin-bottom: 60px;
}

.sitemap-page .sec-sitemap {
  margin: 80px auto;
}
.sitemap-page .sec-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.sitemap-page .sec-sitemap .sitemap-list__item {
  width: calc((100% - 15px) / 2);
  display: block;
}
.sitemap-page .sec-sitemap .sitemap-list__item:not(:nth-child(2n)) {
  margin-right: 15px;
}
.sitemap-page .sec-sitemap .sitemap-list__item:not(:nth-child(-n+2)) {
  margin-top: 15px;
}
.sitemap-page .sec-sitemap .sitemap-list__link {
  padding: 0.8em 1em;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #b1c554;
  transition: all 0.3s;
}
.sitemap-page .sec-sitemap .sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #b1c554;
  border-right: 2px solid #b1c554;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
}
.sitemap-page .sec-sitemap .sitemap-list__link:hover {
  background-color: #b1c554;
  opacity: 1;
}
.sitemap-page .sec-sitemap .sitemap-list__link:hover::after {
  border-color: #442800;
}

.notfound-page .sec-notfound .sec-title h3,
.complete-page .sec-complete .sec-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.25em;
}
.notfound-page .sec-notfound .btn,
.complete-page .sec-complete .btn {
  margin: 1em auto;
}

.privacy-page .sec-privacy {
  padding: 80px 0;
}

.privacy-page .sec-privacy .privacy-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 3px solid #b1c554;
}

.privacy-page .sec-privacy .privacy-box {
  margin-bottom: 40px;
}

.privacy-page .sec-privacy .privacy-box:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */