header {
  position: relative;
}
header .inner .head-logo a {
  display: none;
}
@media screen and (min-width: 980px) {
  header .inner .head-logo a {
    display: block;
    background: url("../images/logo-yamatabito.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 46px;
    right: 5%;
    width: 215px;
    height: 64px;
  }
}
header.pages-header {
  height: 60px;
}
@media screen and (min-width: 980px) {
  header.pages-header {
    height: 90px;
  }
}
header.pages-header .inner .head-logo a {
  display: block;
  background: url("../images/logo-yamatabito.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 5%;
  width: 190px;
  height: 56.56px;
}
@media screen and (min-width: 980px) {
  header.pages-header .inner .head-logo a {
    top: 46px;
    left: 5%;
    width: 215px;
    height: 64px;
  }
}

footer {
  width: 100%;
  background: #F7F6F4 url("../images/oblique-bg2.svg") no-repeat top center;
  padding: 105px 0 40px 0;
  background-size: 280% 100px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 114px 0 60px 0;
  }
}
@media screen and (min-width: 1152px) {
  footer {
    padding: 10vw 0 80px 0;
    background-size: auto auto;
  }
}
footer .inner {
  text-align: center;
}
footer .inner .foot-logo a {
  display: block;
  background: url("../images/logo-yamatabito.png") no-repeat center center;
  background-size: cover;
  width: 149px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .inner .foot-logo a {
    width: 181px;
    height: 54px;
  }
}
@media screen and (min-width: 1152px) {
  footer .inner .foot-logo a {
    width: 215px;
    height: 64px;
  }
}

html {
  background: #F7F6F4;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  background-position: center;
}

body {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

:root {
  font-size: 16px;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  font-weight: 500;
}
p strong {
  font-weight: 600;
}
p small {
  font-size: clamp(0.813rem, 0.462vw + 0.693rem, 1.063rem);
}

.link-buttom {
  margin: 25px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .link-buttom {
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .link-buttom {
    margin: 35px auto 0 auto;
  }
}
.link-buttom a {
  display: inline-block;
  width: 100%;
  background-color: #0D9E32;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.063rem, 1.155vw + 0.764rem, 1.688rem);
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding: 0.5em 2em;
  border-radius: 32px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .link-buttom a {
    width: inherit;
    min-width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .link-buttom a {
    min-width: inherit;
    width: 700px;
  }
}
.link-buttom a:hover {
  background-color: #69C85E;
}
.link-buttom a br {
  display: block;
}
@media screen and (min-width: 768px) {
  .link-buttom a br {
    display: none;
  }
}
.link-buttom a::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/link-arrow.png") no-repeat center center;
  width: 32px;
  height: 32px;
  top: 15px;
  right: 15px;
}
.link-buttom.fukidashi-link a {
  background-color: #FFF7AF;
  color: #000000;
}
.link-buttom.fukidashi-link a::after {
  background: url("../images/link-arrow-bk.png") no-repeat center center;
}
.link-buttom.fukidashi-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #FFF7AF;
  translate: -50% -100%;
}
@media screen and (min-width: 768px) {
  .link-buttom.fukidashi-link a::before {
    border-width: 0 15px 30px 15px;
  }
}
.link-buttom.fukidashi-link a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .link-buttom.voice-link {
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
  }
}
.link-buttom.voice-link a {
  background-color: #FFFFFF;
  border: #0D9E32 solid 1px;
  color: #0D9E32;
  font-size: clamp(1.063rem, 0.462vw + 0.943rem, 1.313rem);
}
@media screen and (min-width: 768px) {
  .link-buttom.voice-link a {
    max-width: 398px;
    min-width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .link-buttom.voice-link a {
    min-width: inherit;
  }
}
.link-buttom.voice-link a::after {
  background: url("../images/link-arrow-gr.png") no-repeat center center;
  top: 0.3em;
}
.link-buttom.voice-link a:hover {
  opacity: 0.75;
}
.link-buttom.search-link a {
  background-color: #00731D;
}
.link-buttom.search-link a::after {
  background: url("../images/link-arrow-search.png") no-repeat center center;
  top: 0.3em;
}
.link-buttom.search-link a:hover {
  opacity: 0.75;
}

#first-view {
  background-color: #F7F6F4;
  width: 100%;
  padding: 0 0 30px 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  #first-view {
    height: 100vh;
    min-height: 860px;
  }
}
#first-view .main-img {
  width: 100%;
  height: 119.8vw;
  background: url("../images/main-img-mobile.png") no-repeat top left;
  background-size: 112%;
}
@media screen and (min-width: 768px) {
  #first-view .main-img {
    background-size: 92%;
    height: 91.2vw;
  }
}
@media screen and (min-width: 980px) {
  #first-view .main-img {
    background: url("../images/main-img-pc.png") no-repeat top left;
    background-size: 71%;
    height: 100vh;
    min-height: 770px;
    padding-bottom: 100px;
  }
}
#first-view .sub-copy {
  position: absolute;
  top: 34%;
  right: 5%;
  transform: rotate(-9deg);
  transform-origin: center;
  width: 54.4%;
}
@media screen and (min-width: 768px) {
  #first-view .sub-copy {
    width: 38.3%;
  }
}
@media screen and (min-width: 980px) {
  #first-view .sub-copy {
    width: 300px;
    top: inherit;
    right: inherit;
    left: 5%;
    bottom: 100px;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .sub-copy {
    width: 346px;
  }
}
#first-view .sub-copy img {
  width: 100%;
  height: auto;
}
#first-view .main-copy-vox {
  display: flex;
  flex-direction: column-reverse;
  width: 90%;
  margin: -25% auto 0 auto;
}
@media screen and (min-width: 980px) {
  #first-view .main-copy-vox {
    justify-content: inherit;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
#first-view .main-copy {
  width: 45%;
  margin: -27% 0 0 0;
}
#first-view .main-copy .pc {
  display: none;
}
#first-view .main-copy .tab {
  display: block;
}
#first-view .main-copy .tab img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  #first-view .main-copy {
    width: 163px;
    margin: 0 0 8% 0;
  }
  #first-view .main-copy .pc {
    display: block;
  }
  #first-view .main-copy .pc img {
    width: 100%;
    height: auto;
  }
  #first-view .main-copy .tab {
    display: none;
  }
}
#first-view .sapotabi-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 980px) {
  #first-view .sapotabi-logo {
    flex-direction: column-reverse;
    margin: 0 0 15px 0;
  }
}
#first-view .tour-logo {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #first-view .tour-logo {
    width: 59.4%;
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  #first-view .tour-logo {
    width: 580px;
    position: relative;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .tour-logo {
    width: 621px;
  }
}
#first-view .tour-logo__copy {
  width: 32.4%;
  animation: poyoyon 2.5s infinite;
}
@media screen and (min-width: 980px) {
  #first-view .tour-logo__copy {
    width: 200px;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .tour-logo__copy {
    width: 217px;
  }
}
#first-view .tour-logo__copy img {
  width: 100%;
  height: auto;
}
#first-view .tour-logo h1 img {
  width: 100%;
  height: auto;
}
#first-view .tour-bus {
  width: 42%;
}
@media screen and (min-width: 768px) {
  #first-view .tour-bus {
    width: 39%;
  }
}
@media screen and (min-width: 980px) {
  #first-view .tour-bus {
    position: absolute;
    right: 0%;
    bottom: 127px;
    width: 293px;
  }
}
#first-view .tour-bus img {
  width: 100%;
  height: auto;
}
#first-view .fv-logo {
  background: url("../images/logo-yamatabito.png") no-repeat center center;
  background-size: cover;
  width: 145px;
  height: 43px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 68%;
}
@media screen and (min-width: 768px) {
  #first-view .fv-logo {
    width: 197px;
    height: 59px;
    bottom: 75%;
  }
}
@media screen and (min-width: 980px) {
  #first-view .fv-logo {
    display: none;
  }
}

#contact {
  width: 100%;
  background: #E2EDDC url("../images/oblique-bg1.svg") no-repeat top center;
  padding: 105px 0 0 0;
  background-size: 280% 100px;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 114px 0 0 0;
  }
}
@media screen and (min-width: 1152px) {
  #contact {
    padding: 10vw 0 0 0;
    background-size: auto auto;
  }
}
#contact .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #contact .inner {
    width: 80%;
  }
}
@media screen and (min-width: 1152px) {
  #contact .inner {
    width: 876px;
  }
}
#contact .inner h3 {
  background: url("../images/title-contact.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto 15px auto;
  width: 273.38px;
  height: 97.25px;
}
@media screen and (min-width: 768px) {
  #contact .inner h3 {
    margin: 0 auto 20px auto;
    width: 283.24px;
    height: 100.75px;
  }
}
@media screen and (min-width: 1152px) {
  #contact .inner h3 {
    margin: 0 auto 25px auto;
    width: 352.7px;
    height: 125.48px;
  }
}
#contact .inner h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #00731D;
  font-size: clamp(1.125rem, 0.577vw + 0.976rem, 1.438rem);
  line-height: clamp(1.575rem, 1.339vw + 1.228rem, 2.3rem);
  margin: 1em auto 2em auto;
}
#contact .inner p {
  text-align: left;
}
#contact .inner p .color-green {
  color: #0D9E32;
}
#contact .inner p .color-red {
  color: #CC2222;
}
@media screen and (min-width: 768px) {
  #contact .inner p.center {
    text-align: center;
  }
}
#contact .inner .contact-preface {
  background-color: #F7F6F4;
  border-radius: 15px;
  padding: 5% 7%;
  margin-top: 2em;
}
#contact .inner .contact-preface p {
  text-align: center;
}
#contact .inner .contact-preface__flex {
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  #contact .inner .contact-preface__flex {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
#contact .inner .contact-preface__vox {
  margin: 10px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contact .inner .contact-preface__vox {
    width: 48%;
  }
}
#contact .inner .title-phone, #contact .inner .title-fax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.577vw + 0.976rem, 1.438rem);
  line-height: clamp(1.575rem, 1.339vw + 1.228rem, 2.3rem);
  position: relative;
}
#contact .inner .title-phone {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  #contact .inner .title-phone {
    padding-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .title-phone {
    padding-left: 50px;
  }
}
#contact .inner .title-phone::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-phone.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 768px) {
  #contact .inner .title-phone::before {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .title-phone::before {
    width: 40px;
    height: 40px;
  }
}
#contact .inner .title-fax {
  padding-left: 33px;
}
@media screen and (min-width: 768px) {
  #contact .inner .title-fax {
    padding-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .title-fax {
    padding-left: 46px;
  }
}
#contact .inner .title-fax::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-fax.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  #contact .inner .title-fax::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .title-fax::before {
    width: 36px;
    height: 36px;
  }
}
#contact .inner .number-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact .inner .number-txt {
    font-size: clamp(2.25rem, 2.148vw + 1.219rem, 2.938rem);
  }
}
#contact .inner .number-txt.phone {
  color: #0D9E32;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  #contact .inner .number-txt.phone {
    padding-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .number-txt.phone {
    padding-left: 50px;
  }
  #contact .inner .number-txt.phone a {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
#contact .inner .number-txt.fax {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  #contact .inner .number-txt.fax {
    padding-left: 40px;
  }
}
@media screen and (min-width: 980px) {
  #contact .inner .number-txt.fax {
    padding-left: 50px;
  }
}
#contact .inner .number-txt.fax a {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
#contact .required {
  background-color: #0D9E32;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 1;
  text-align: center;
  padding: 0.3em 1em;
  margin: 0 0.5em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #contact .required {
    display: inline-block;
  }
}
#contact .form-vox {
  margin: 20px 0 0 0;
  text-align: left;
}
#contact .form-vox .radio-vox div {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 980px) {
  #contact .form-vox dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#contact .form-vox dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  font-weight: 600;
  text-align: left;
  padding: 0 0 0.5em 0;
}
@media screen and (min-width: 980px) {
  #contact .form-vox dl dt {
    width: 13em;
    text-align: right;
  }
}
#contact .form-vox dl dt br {
  display: none;
}
@media screen and (min-width: 980px) {
  #contact .form-vox dl dt br {
    display: block;
  }
}
#contact .form-vox dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  font-weight: 400;
  text-align: left;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 980px) {
  #contact .form-vox dl dd {
    width: calc(100% - 16em);
  }
}
#contact .form-vox dl dd strong {
  font-weight: 600;
}
#contact .form-vox dl dd .vox {
  margin: 0 0 1em 0;
}
#contact .form-vox dl dd .checkbox-list {
  margin: 0 0 1em 0;
}
#contact .form-vox dl dd .checkbox-list li {
  display: block;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  #contact .form-vox dl dd .checkbox-list li {
    display: inline;
    margin: 0 1em 0.5em 0;
  }
}
#contact .form-vox dl dd .checkbox-list li input[type=checkbox] {
  margin: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
  #contact .form-vox dl dd .checkbox-list li input[type=checkbox] {
    margin: 0;
  }
}
#contact .form-type1 {
  margin: 60px 0 0 0;
}
#contact .form-type1 input[type=submit],
#contact .form-type1 input[type=button],
#contact .form-type1 input[type=text],
#contact .form-type1 input[type=tel],
#contact .form-type1 input[type=email],
#contact .form-type1 select,
#contact .form-type1 textarea {
  box-shadow: none;
  outline: none;
  border: none;
}
#contact .form-type1 input[type=text],
#contact .form-type1 input[type=tel],
#contact .form-type1 input[type=email] {
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#contact .form-type1 input[type=text].large,
#contact .form-type1 input[type=tel].large,
#contact .form-type1 input[type=email].large {
  width: 100%;
}
#contact .form-type1 input[type=text].medium,
#contact .form-type1 input[type=tel].medium,
#contact .form-type1 input[type=email].medium {
  width: 85%;
}
#contact .form-type1 input[type=text].short,
#contact .form-type1 input[type=tel].short,
#contact .form-type1 input[type=email].short {
  width: 50%;
}
#contact .form-type1 select {
  width: 50%;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#contact .form-type1 textarea {
  margin: 0 10px 0 0;
  padding: 0 10px;
  width: 100%;
  height: 180px;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
}
#contact .form-type1 input[type=checkbox],
#contact .form-type1 input[type=radio] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .form-type1 input[type=checkbox] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/checkbox@2x.png") no-repeat left top;
}
#contact .form-type1 input[type=checkbox]:checked {
  background: url("../images/checkbox-on@2x.png") no-repeat left top;
}
#contact .form-type1 input[type=radio] {
  margin-top: 0;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../images/radio@2x.png") no-repeat left top;
}
#contact .form-type1 input[type=radio]:checked {
  background: url("../images/radio-on@2x.png") no-repeat left top;
}

#submit-box {
  text-align: center;
  margin: 40px auto 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #submit-box {
    max-width: 494px;
  }
}
#submit-box input[type=submit],
#submit-box button {
  background-color: #00731D;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.063rem, 0.808vw + 0.853rem, 1.5rem);
  font-weight: 500;
  padding: 0.5em 3em;
  border-radius: 32px;
  margin-bottom: 15px;
  position: relative;
}
#submit-box input[type=submit]:hover,
#submit-box button:hover {
  text-decoration: none;
  opacity: 0.75;
}
#submit-box a.button {
  display: inline-block;
  background-color: #00731D;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.063rem, 0.808vw + 0.853rem, 1.5rem);
  font-weight: 500;
  padding: 0.5em 3em;
  border-radius: 32px;
  margin-bottom: 15px;
  position: relative;
}
#submit-box a.button:hover {
  text-decoration: none;
  opacity: 0.75;
}

.formTable {
  width: 100%;
  border-collapse: collapse;
}
.formTable th {
  text-align: right;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  padding: 0.5em 0.5em 0.5em 1em;
}
.formTable td {
  text-align: left;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.462vw + 0.755rem, 1.125rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  font-weight: 400;
  padding: 0.5em 1em 0.5em 0.5em;
}

#preface {
  padding: 200px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #preface {
    padding: 200px 0;
  }
}
#preface::after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(180deg);
  background: url("../images/giza-ur.svg") repeat-x top;
  background-size: contain;
  width: 100%;
  height: 17px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #preface::after {
    top: -3px;
    height: 35px;
    background-size: auto;
  }
}
@media screen and (min-width: 980px) {
  #preface::after {
    height: 54px;
  }
}
#preface::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url("../images/giza-ur.svg") repeat-x top;
  background-size: contain;
  width: 100%;
  height: 17px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #preface::before {
    height: 35px;
    background-size: auto;
  }
}
@media screen and (min-width: 980px) {
  #preface::before {
    height: 54px;
  }
}
#preface .preface-wrapper {
  position: relative;
}
#preface .preface-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/intro-img.jpg") center/cover no-repeat;
  z-index: -1;
}
#preface .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  color: #FFFFFF;
}
#preface .inner h2 {
  margin: 0 0 50px 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  #preface .inner h2 {
    margin: 0 0 70px 0;
  }
}
#preface .inner h2 img {
  margin: 0 auto;
}
#preface .inner h2 img.pc {
  display: none;
}
#preface .inner h2 img.sp {
  display: block;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #preface .inner h2 img {
    margin: 0 0 0 220px;
  }
  #preface .inner h2 img.pc {
    display: block;
    width: 80%;
    max-width: 370px;
    height: auto;
  }
  #preface .inner h2 img.sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #preface .inner h2 img {
    margin: 0 0 0 300px;
  }
  #preface .inner h2 img.pc {
    width: 562px;
    max-width: 562px;
    height: auto;
  }
  #preface .inner h2 img.sp {
    display: none;
  }
}
#preface .inner h2::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/yama.png") no-repeat center center;
  background-size: cover;
  width: 283px;
  height: 88px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #preface .inner h2::before {
    top: 20px;
    left: 0px;
    transform: inherit;
  }
}
@media screen and (min-width: 980px) {
  #preface .inner h2::before {
    top: 50px;
    width: 358px;
    height: 111px;
  }
}
#preface .preface-contents {
  width: 80%;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents {
    width: 100%;
  }
}
#preface .preface-contents__txt {
  text-align: left;
}
#preface .preface-contents__txt p {
  margin: 0 0 1em 0;
}
#preface .preface-contents__txt p br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents__txt p br.sp {
    display: none;
  }
}
#preface .preface-contents__img {
  text-align: center;
  margin: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents__img {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 386px;
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  #preface .preface-contents__img {
    right: 5%;
    bottom: 32px;
    width: 577px;
  }
}
#preface .preface-contents__img img {
  width: 100%;
  height: auto;
}
#preface .preface-contents__img .fukidashi {
  width: 237px;
  margin: 0 auto -30px auto;
  animation: poyoyon 2.5s infinite;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents__img .fukidashi {
    width: 282px;
  }
}
@media screen and (min-width: 980px) {
  #preface .preface-contents__img .fukidashi {
    width: 306px;
  }
}

@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
#about {
  background-color: #F7F6F4;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #about {
    padding: 75px 0;
  }
}
#about .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .inner {
    background: url("../images/about-bg.png") no-repeat top center;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 980px) {
  #about .inner {
    background-size: 90% auto;
  }
}
#about .inner p {
  margin: 0 0 1em 0;
}
#about .inner p br.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #about .inner p br.sp {
    display: none;
  }
}
#about h2.title-about {
  width: 90%;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 768px) {
  #about h2.title-about {
    width: 400px;
    margin: 0 auto 40px auto;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #about h2.title-about {
    width: 500px;
  }
}
#about h2.title-about img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #about .about-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#about .about-img li {
  width: 68%;
}
#about .about-img li:nth-child(even) {
  margin-left: 32%;
}
@media screen and (min-width: 768px) {
  #about .about-img li:nth-child(even) {
    margin-left: inherit;
  }
}
#about .about-img li:nth-child(1) {
  position: relative;
}
#about .about-img li:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/abou-bg-mobile1.png") no-repeat;
  width: 71.27px;
  height: 184.9px;
  top: 0px;
  right: -100px;
}
#about .about-img li:nth-child(2) {
  position: relative;
}
#about .about-img li:nth-child(2)::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/abou-bg-mobile2.png") no-repeat;
  width: 85.33px;
  height: 117.03px;
  top: 30px;
  left: -110px;
}
@media screen and (min-width: 768px) {
  #about .about-img li {
    width: 30%;
  }
  #about .about-img li:nth-child(1)::before {
    display: none;
  }
  #about .about-img li:nth-child(2) {
    margin-top: 10%;
  }
  #about .about-img li:nth-child(2)::before {
    display: none;
  }
  #about .about-img li:nth-child(4) {
    margin-left: 10%;
  }
  #about .about-img li:nth-child(5) {
    margin-right: 10%;
  }
}
#about .about-img li img {
  width: 100%;
  height: auto;
}

#tour-details {
  background-color: #F7F6F4;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  #tour-details {
    padding: 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #tour-details {
    padding: 75px 0;
  }
}
#tour-details .inner {
  background-color: #E2EDDC;
  transform: skewY(-6deg);
}

.tour-details {
  transform: skewY(6deg);
}
@media screen and (min-width: 768px) {
  .tour-details {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 0 3em 0;
  }
}
@media screen and (min-width: 980px) {
  .tour-details {
    padding: 0 0 0 0;
  }
}
.tour-details__txt {
  text-align: left;
  width: 80%;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 768px) {
  .tour-details__txt {
    width: 36%;
    margin: 0 5% 0 auto;
  }
}
.tour-details__txt h2 img {
  width: 100%;
  height: auto;
}
.tour-details__txt p {
  margin: 0 0 1em 0;
}
.tour-details__img {
  width: 95%;
  transform: skewY(-6deg) translateY(30px);
  background: url("../images/tour-details-img.jpg") no-repeat center center;
  background-size: cover;
  aspect-ratio: 3/3;
  margin: 0 5% 0 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (min-width: 768px) {
  .tour-details__img {
    width: 55%;
    margin: 0 0 0 0;
    transform: skewY(-6deg) translateY(60px);
  }
}
@media screen and (min-width: 980px) {
  .tour-details__img {
    transform: skewY(-6deg) translateY(11%);
  }
}

#recommend {
  background-color: #F7F6F4;
  padding: 65px 0 10px 0;
}
@media screen and (min-width: 768px) {
  #recommend {
    padding: 70px 0 15px 0;
  }
}
@media screen and (min-width: 980px) {
  #recommend {
    padding: 75px 0 20px 0;
  }
}
#recommend .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #recommend .inner {
    width: 75%;
  }
}
@media screen and (min-width: 980px) {
  #recommend .inner {
    width: 80%;
  }
}
#recommend .title-recommend {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 980px) {
  #recommend .title-recommend {
    width: 62%;
    margin: 0 0 70px auto;
  }
}
#recommend .title-recommend img {
  width: 100%;
  height: auto;
}
#recommend p {
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
}
#recommend ol li {
  text-align: left;
  margin: 0 0 60px 0;
}
@media screen and (min-width: 980px) {
  #recommend ol li {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #recommend ol li.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 980px) {
  #recommend .point__txt {
    width: 55%;
  }
}
#recommend .point__img {
  margin: 25px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recommend .point__img {
    width: 70%;
    margin: 25px auto 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #recommend .point__img {
    margin: 15px 0 0 0;
    width: 42%;
  }
}
#recommend .point__img img {
  width: 100%;
  height: auto;
}
#recommend .point__title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 980px) {
  #recommend .point__title {
    margin: 0 0 30px 0;
  }
}
#recommend .point__title__number {
  width: 19%;
}
#recommend .point__title__number img {
  width: 100%;
  height: auto;
}
#recommend .point__title__copy {
  width: 78%;
}
#recommend .point__title__copy img {
  width: 100%;
  height: auto;
}

#operation {
  background-color: #F7F6F4;
  padding: 10px 0 65px 0;
}
@media screen and (min-width: 768px) {
  #operation {
    padding: 15px 0 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #operation {
    padding: 20px 0 75px 0;
  }
}
#operation .inner {
  background-color: #E2EDDC;
  border: #69C85E solid 1px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  padding: 5%;
}
@media screen and (min-width: 980px) {
  #operation .inner {
    width: 80%;
  }
}
#operation h3 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.625rem, 1.501vw + 1.237rem, 2.438rem);
  color: #0D9E32;
  margin: 0 auto 80px auto;
}
@media screen and (min-width: 768px) {
  #operation h3 {
    margin: 0 auto 40px auto;
  }
}
#operation h3 span {
  font-weight: 500;
  border: #0D9E32 solid 1px;
  display: block;
  width: 3em;
  padding: 0;
  margin: 0 auto 5px auto;
}
@media screen and (min-width: 768px) {
  #operation h3 span {
    display: inline;
    width: inherit;
    padding: 0em 0.5em;
    margin-right: 15px;
  }
}
#operation h3::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-shoes.svg") no-repeat;
  background-size: cover;
  width: 62.76px;
  height: 41.72px;
  right: 50%;
  bottom: -50px;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  #operation h3::before {
    bottom: inherit;
    top: -5px;
    right: -75px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 980px) {
  #operation h3::before {
    width: 75.38px;
    height: 50.11px;
    top: -7.5px;
    right: -90px;
  }
}
#operation p small {
  margin: 0 0 35px 0;
}
#operation .date-operation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #operation .date-operation::after {
    display: block;
    content: "";
    width: 30%;
  }
}
#operation .date-operation li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.938rem, 1.386vw + 0.579rem, 1.688rem);
  background-color: #FFF7AF;
  position: relative;
  padding: 0.5em 1.3em 0.5em 1em;
  margin: 0 0 1em 0;
  width: 48%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 768px) {
  #operation .date-operation li {
    width: 30%;
  }
}
#operation .schedule {
  width: 80%;
  margin: 40px auto 0 auto;
}
#operation .schedule li {
  border: #000000 solid 1px;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.938rem, 1.386vw + 0.579rem, 1.688rem);
  padding: 0.5em 1.3em;
  border-radius: 32px;
  position: relative;
  margin: 0 auto 25px auto;
}
@media screen and (min-width: 768px) {
  #operation .schedule li {
    max-width: 429px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 980px) {
  #operation .schedule li {
    max-width: 509px;
    margin: 0 auto 40px auto;
  }
}
#operation .schedule li::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/schedule-arrow.svg") no-repeat;
  background-size: cover;
  width: 20.63px;
  height: 11.8585px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #operation .schedule li::after {
    width: 28.76px;
    height: 16.52px;
    bottom: -25px;
  }
}
@media screen and (min-width: 980px) {
  #operation .schedule li::after {
    width: 34.13px;
    height: 19.6px;
    bottom: -30px;
  }
}
#operation .schedule li:last-child {
  margin: 0 auto 10px auto;
}
#operation .schedule li:last-child::after {
  display: none;
}

#option {
  background-color: #F7F6F4;
  padding: 10px 0 65px 0;
}
@media screen and (min-width: 768px) {
  #option {
    padding: 15px 0 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #option {
    padding: 20px 0 75px 0;
  }
}
#option h3 {
  width: 90%;
  margin: 0 auto 30px auto;
}
#option h3 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#option h3 img.pc {
  display: none;
}
#option h3 img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #option h3 img {
    width: 80%;
    max-width: 700px;
  }
  #option h3 img.pc {
    display: block;
  }
  #option h3 img.sp {
    display: none;
  }
}
#option .inner {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  padding: 5%;
}
@media screen and (min-width: 980px) {
  #option .inner {
    width: 80%;
  }
}

.option-comment {
  aspect-ratio: 1/0.9;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .option-comment {
    aspect-ratio: 1/0.3;
    width: 80%;
    max-width: 750px;
  }
}
.option-comment.comment1 {
  background: url("../images/option-comment01-mobile.png") no-repeat top center;
  background-size: cover;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .option-comment.comment1 {
    background: url("../images/option-comment01.png") no-repeat top center;
    background-size: cover;
  }
}
.option-comment.comment2 {
  background: url("../images/option-comment02-mobile.png") no-repeat bottom center;
  background-size: cover;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .option-comment.comment2 {
    background: url("../images/option-comment02.png") no-repeat bottom center;
    background-size: cover;
  }
}

.option-list {
  list-style-type: none;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .option-list {
    width: 80%;
    max-width: 750px;
  }
}
.option-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 70px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .option-list li {
    padding-left: 100px;
  }
}
@media screen and (min-width: 980px) {
  .option-list li {
    padding-left: 140px;
  }
}
.option-list li::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: #C1C1C1 solid 1px;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
}
.option-list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .option-list li::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 980px) {
  .option-list li::before {
    width: 80px;
    height: 80px;
  }
}
.option-list li:last-child {
  margin-bottom: 0;
}
.option-list li:last-child::after {
  display: none;
}
.option-list li p {
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
}
.option-list li p strong {
  font-size: clamp(1rem, 0.577vw + 0.851rem, 1.313rem);
  font-weight: 600;
}
.option-list li.spring::before {
  background: url("../images/icon-spring.svg") no-repeat center center;
  background-size: cover;
}
.option-list li.spring strong {
  color: #DC628A;
}
.option-list li.summer::before {
  background: url("../images/icon-summer.svg") no-repeat center center;
  background-size: cover;
}
.option-list li.summer strong {
  color: #56B54B;
}
.option-list li.autumn::before {
  background: url("../images/icon-autumn.svg") no-repeat center center;
  background-size: cover;
}
.option-list li.autumn strong {
  color: #E4A13D;
}
.option-list li.winter::before {
  background: url("../images/icon-winter.svg") no-repeat center center;
  background-size: cover;
}
.option-list li.winter strong {
  color: #69BEC8;
}

#voice {
  background-color: #F7F6F4;
  padding: 10px 0 65px 0;
}
@media screen and (min-width: 768px) {
  #voice {
    padding: 15px 0 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #voice {
    padding: 20px 0 75px 0;
  }
}
#voice .inner {
  background-color: #FFFFFF;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 10% 5%;
}
@media screen and (min-width: 768px) {
  #voice .inner {
    width: 80%;
    padding: 3%;
  }
}
#voice .inner::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/subtract.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #voice .inner::before {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 980px) {
  #voice .inner::before {
    width: 87px;
    height: 87px;
  }
}
#voice .inner::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/subtract.svg") no-repeat center center;
  background-size: cover;
  transform: rotate(180deg);
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  #voice .inner::after {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 980px) {
  #voice .inner::after {
    width: 87px;
    height: 87px;
  }
}
#voice h3.title-voice {
  width: 58%;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 768px) {
  #voice h3.title-voice {
    width: 30%;
    max-width: 265px;
    margin: 0 auto 60px auto;
  }
}
#voice h3.title-voice img {
  width: 100%;
  height: auto;
}

.voice-list {
  width: 90%;
  margin: 15px auto;
  text-align: left;
}
.voice-list li {
  background-color: #F7F6F4;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  padding: 10% 5%;
  margin: 0 0 65px 0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .voice-list li {
    padding: 5%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .voice-list li:nth-child(even) {
    flex-direction: inherit;
  }
}
.voice-list li:last-child {
  margin: 0 0 35px 0;
}
.voice-list__txt {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .voice-list__txt {
    width: 55%;
  }
}
.voice-list__txt .voice-munber {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.125rem, 0.346vw + 1.035rem, 1.313rem);
  line-height: clamp(1.575rem, 1.247vw + 1.252rem, 2.25rem);
  font-weight: 500;
  color: #69c85e;
  margin-bottom: 0.3em;
}
.voice-list__txt .voice-munber strong {
  font-size: clamp(1.313rem, 0.577vw + 1.163rem, 1.625rem);
  font-weight: 900;
}
.voice-list__img {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .voice-list__img {
    width: 40%;
    margin: 3% 0 0 0;
  }
}
.voice-list__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

#faq {
  background-color: #F7F6F4;
  padding: 10px 0 65px 0;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 15px 0 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #faq {
    padding: 20px 0 75px 0;
  }
}
#faq .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  #faq .inner {
    width: 80%;
  }
}
#faq h3.title-voice {
  width: 46%;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 768px) {
  #faq h3.title-voice {
    width: 22%;
    max-width: 206px;
    margin: 0 auto 60px auto;
  }
}
#faq h3.title-voice img {
  width: 100%;
  height: auto;
}

.faq-vox {
  text-align: left;
  border-bottom: #C1C1C1 solid 1px;
  padding: 3em 0;
}
@media screen and (min-width: 980px) {
  .faq-vox {
    display: flex;
    justify-content: space-between;
  }
}
.faq-vox__question {
  color: #00731D;
  font-weight: 600;
  position: relative;
  min-height: 50px;
  padding: 0 0 0 70px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .faq-vox__question {
    min-height: 62px;
    padding: 0 0 0 82px;
  }
}
@media screen and (min-width: 980px) {
  .faq-vox__question {
    width: 35%;
    margin-bottom: 0;
  }
}
.faq-vox__question::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-question.png") no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .faq-vox__question::before {
    width: 62px;
    height: 62px;
  }
}
@media screen and (min-width: 980px) {
  .faq-vox__question::after {
    display: block;
    content: "";
    position: absolute;
    border-right: #C1C1C1 dashed 2px;
    width: 2px;
    height: 100%;
    top: 0;
    right: -10%;
  }
}
.faq-vox__answer {
  position: relative;
  min-height: 50px;
  padding: 0 0 0 70px;
}
@media screen and (min-width: 768px) {
  .faq-vox__answer {
    min-height: 62px;
    padding: 0 0 0 82px;
  }
}
@media screen and (min-width: 980px) {
  .faq-vox__answer {
    width: 57%;
  }
}
.faq-vox__answer::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-answer.png") no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .faq-vox__answer::before {
    width: 62px;
    height: 62px;
  }
}
.faq-vox__answer .faq-img {
  margin: 1em 0;
}
.faq-vox__answer .faq-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .faq-vox__answer .faq-img img {
    width: 65%;
  }
}
@media screen and (min-width: 980px) {
  .faq-vox__answer .faq-img img {
    width: 75%;
  }
}/*# sourceMappingURL=style.css.map */