header .inner {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
header .inner .head-logo {
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (min-width: 768px) {
  header .inner .head-logo {
    top: 40px;
  }
}
@media screen and (min-width: 980px) {
  header .inner .head-logo {
    top: 46px;
  }
}
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;
  width: 145px;
  height: 43px;
}
@media screen and (min-width: 768px) {
  header .inner .head-logo a {
    width: 197px;
    height: 59px;
  }
}
@media screen and (min-width: 980px) {
  header .inner .head-logo a {
    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: #FFFFFF;
  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: #F7722D;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 1.617vw + 0.957rem, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding: 0.75em 2em;
  border-radius: 3em;
  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 {
  opacity: 0.75;
}
.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: 1.15em;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .link-buttom a::after {
    top: 0.95em;
  }
}
.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: #FFFED9;
  width: 100%;
  padding: 90px 0 18% 0;
}
@media screen and (min-width: 768px) {
  #first-view {
    padding: 135px 0 15% 0;
  }
}
@media screen and (min-width: 980px) {
  #first-view {
    padding: 135px 0 10% 0;
  }
}
@media screen and (min-width: 1152px) {
  #first-view {
    padding: 135px 0 220px 0;
  }
}
@media screen and (min-width: 1280px) {
  #first-view {
    padding: 135px 0 90px 0;
  }
}
#first-view .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#first-view .main-img {
  padding-top: 3%;
}
@media screen and (min-width: 768px) {
  #first-view .main-img {
    width: 53%;
    text-align: left;
    margin: 0 0 0 -5%;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .main-img {
    width: 47vw;
    max-width: 691px;
    margin: 0;
  }
}
#first-view .main-img img {
  width: 100%;
  height: auto;
}
#first-view .sub-img {
  width: 124px;
  position: absolute;
  top: 180px;
  right: 5%;
}
@media screen and (min-width: 480px) {
  #first-view .sub-img {
    width: calc(100% - 245px - 15%);
    top: 25%;
  }
}
@media screen and (min-width: 768px) {
  #first-view .sub-img {
    width: 174px;
    top: 54%;
    right: 10%;
  }
}
@media screen and (min-width: 980px) {
  #first-view .sub-img {
    top: 290px;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .sub-img {
    top: 320px;
    width: 238px;
  }
}
#first-view .sub-img img {
  max-width: 100%;
  height: auto;
}
#first-view .main-copy {
  width: 62%;
  margin: 0 0 0 7%;
}
@media screen and (min-width: 768px) {
  #first-view .main-copy {
    margin: 0;
    position: absolute;
    width: 55%;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1152px) {
  #first-view .main-copy {
    width: 556.51px;
  }
}
#first-view .main-copy img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #first-view .main-copy img {
    max-width: 100%;
  }
}
#first-view .main-copy img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #first-view .main-copy img.sp {
    display: none;
  }
}
#first-view .main-copy img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #first-view .main-copy img.pc {
    display: block;
  }
}

#contact {
  width: 100%;
  background-color: #E2EDDC;
  padding: 85px 0 45px 0;
  position: relative;
}
#contact::before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: url("../images/hr-down.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/0.05;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  #contact::before {
    background-repeat: repeat-x;
    background-size: auto;
    height: 59px;
    aspect-ratio: inherit;
  }
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 135px 0 85px 0;
  }
}
#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 label {
  display: block;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 768px) {
  #contact .form-vox dl dd .checkbox-list label {
    display: inline;
    margin: 0 1em 0.5em 0;
  }
}
#contact .form-vox dl dd .checkbox-list label input[type=checkbox] {
  margin: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
  #contact .form-vox dl dd .checkbox-list label 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=tel],
#contact .form-type1 input[type=email],
#contact .form-type1 input[type=text] {
  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=tel].large,
#contact .form-type1 input[type=email].large,
#contact .form-type1 input[type=text].large {
  width: 100%;
}
#contact .form-type1 input[type=tel].medium,
#contact .form-type1 input[type=email].medium,
#contact .form-type1 input[type=text].medium {
  width: 85%;
}
#contact .form-type1 input[type=tel].short,
#contact .form-type1 input[type=email].short,
#contact .form-type1 input[type=text].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 p {
  text-align: center !important;
}
#submit-box input[type=submit],
#submit-box button {
  text-align: center;
  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 {
  width: 100%;
  background: #FFFFFF url("../images/oblique-bg2-yellow.svg") no-repeat top center;
  padding: 105px 0 165px 0;
  background-size: 280% 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #preface {
    padding: 114px 0 165px 0;
    background-size: 103vw auto;
  }
}
@media screen and (min-width: 1152px) {
  #preface {
    padding: 10vw 0 0 0;
    background-size: 103vw auto;
  }
}
#preface .inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  color: #000000;
}
#preface .inner h2 {
  width: 44%;
  margin: -25% auto 50px auto;
}
@media screen and (min-width: 768px) {
  #preface .inner h2 {
    width: 66%;
    margin: -20% auto 70px auto;
  }
}
@media screen and (min-width: 980px) {
  #preface .inner h2 {
    width: 698px;
  }
}
#preface .inner h2 img.pc {
  display: none;
}
#preface .inner h2 img.sp {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #preface .inner h2 img.pc {
    display: block;
    width: 100%;
    height: auto;
  }
  #preface .inner h2 img.sp {
    display: none;
  }
}
#preface .preface-contents {
  width: 80%;
  margin: 0 auto 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents {
    width: 22em;
  }
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents {
    width: 100%;
  }
}
#preface .preface-contents__txt {
  text-align: left;
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents__txt {
    width: 35em;
    margin: 0 auto;
  }
}
#preface .preface-contents__txt p {
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  line-height: clamp(1.65rem, 1.57vw + 1.244rem, 2.5rem);
  margin: 0 0 1em 0;
}
#preface .preface-contents__txt p br.sp {
  display: block;
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents__txt p br.sp {
    display: none;
  }
}
#preface .preface-contents__txt:nth-child(2) {
  margin: 0 0 0 auto;
}
#preface .preface-contents__img {
  width: 315.9px;
  height: 280.5px;
  position: absolute;
  bottom: -290px;
  left: 50%;
  margin-left: -157.95px;
  z-index: 1;
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents__img {
    width: 359.26px;
    height: 319px;
    bottom: -8em;
    left: 0;
    margin-left: inherit;
  }
}
#preface .preface-contents__img img {
  width: 100%;
  height: auto;
}
#preface .preface-contents__img .fukidashi {
  width: 299.19px;
  height: 204.86px;
  position: absolute;
  top: 0;
  right: 0;
  animation: poyoyon 2.5s infinite;
}
@media screen and (min-width: 980px) {
  #preface .preface-contents__img .fukidashi {
    width: 340.26px;
    height: 232.98px;
  }
}
#preface .preface-contents__img .people {
  width: 205.57px;
  height: 173.23px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 980px) {
  #preface .preface-contents__img .people {
    width: 233.78px;
    height: 197px;
  }
}
#preface .preface-contents .people-img {
  position: absolute;
}
#preface .preface-contents .people-img.people1 {
  top: -245px;
  left: -13%;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents .people-img.people1 {
    top: 182px;
    left: -52%;
  }
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents .people-img.people1 {
    top: -68px;
    left: 0%;
  }
}
#preface .preface-contents .people-img.people1 img {
  height: 233px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents .people-img.people1 img {
    height: 380px;
  }
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents .people-img.people1 img {
    height: 440px;
  }
}
#preface .preface-contents .people-img.people2 {
  top: -245px;
  right: -8%;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents .people-img.people2 {
    top: -196px;
    right: -37%;
  }
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents .people-img.people2 {
    top: -246px;
    right: 5%;
  }
}
#preface .preface-contents .people-img.people2 img {
  height: 233px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #preface .preface-contents .people-img.people2 img {
    height: 380px;
  }
}
@media screen and (min-width: 1152px) {
  #preface .preface-contents .people-img.people2 img {
    height: 440px;
  }
}

@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 {
  width: 100%;
  background: #FFFED9 url("../images/oblique-bg2-yellow2.svg") no-repeat top center;
  padding: 180px 0 0 0;
  background-size: 280% 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 180px 0 0 0;
    background-size: 103vw auto;
  }
}
@media screen and (min-width: 980px) {
  #about {
    padding: 16vw 0 0 0;
    background-size: 103vw auto;
  }
}
#about .about-title {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  color: #000000;
}
#about .about-title .yamatabito-logo {
  width: 47.8%;
  max-width: 404px;
  margin: 0 auto 25px auto;
}
#about .about-title .yamatabito-logo img {
  width: 100%;
  height: auto;
}
#about .about-title h2 {
  width: 76%;
  max-width: 647px;
  margin: 0 auto 30px auto;
}
#about .about-title h2 img {
  width: 100%;
  height: auto;
}
#about .about-title p {
  font-weight: 600;
  font-size: clamp(1rem, 1.617vw + 0.582rem, 1.875rem);
  line-height: clamp(1.8rem, 2.91vw + 1.047rem, 3.375rem);
  margin: 0 0 1em 0;
}
#about .about-title p .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #about .about-title p .sp {
    display: none;
  }
}
#about .step-box {
  background: #FFFFFF;
}
#about .step-box.step1 {
  border-radius: 0px 10px 10px 0px;
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF url("../images/axiom-pattern-green.png") repeat;
  background-size: 40px 40px;
  width: 95%;
  margin: 0 auto 0 0;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #about .step-box.step1 {
    background-size: 80px 80px;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-box.step1 {
    padding-bottom: 5em;
  }
}
#about .step-box.step1 h2 {
  background: url("../images/step-title1-mobile.png") no-repeat center center;
  background-size: cover;
  width: 64%;
  aspect-ratio: 2.44/1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .step-box.step1 h2 {
    background: url("../images/step-title1.png") no-repeat center center;
    background-size: cover;
    width: 72%;
    max-width: 808px;
    aspect-ratio: 3.6/1;
  }
}
#about .step-box.step1 .inner {
  width: 85%;
  margin: 0 auto 0 10%;
}
#about .step-box.step2 {
  border-radius: 10px 0px 0px 10px;
  box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF url("../images/axiom-pattern-green.png") repeat;
  background-size: 40px 40px;
  width: 95%;
  margin: 0 0 0 auto;
  padding-bottom: 2em;
}
@media screen and (min-width: 768px) {
  #about .step-box.step2 {
    background-size: 80px 80px;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-box.step2 {
    padding-bottom: 5em;
  }
}
#about .step-box.step2 h2 {
  background: url("../images/step-title2-mobile.png") no-repeat center center;
  background-size: cover;
  width: 72%;
  aspect-ratio: 2.74/1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .step-box.step2 h2 {
    background: url("../images/step-title2.png") no-repeat center center;
    background-size: cover;
    width: 69%;
    max-width: 778px;
    aspect-ratio: 3.47/1;
  }
}
#about .step-box.step2 .inner {
  width: 85%;
  margin: 0 10% 0 auto;
}
#about .step-box.step3 {
  width: 100%;
  background: #FFFFFF url("../images/oblique-bg2-yellow.svg") no-repeat top center;
  padding: 0 0 2em 0;
  background-size: 280% 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .step-box.step3 {
    padding: 0 0 4em 0;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-box.step3 {
    padding: 0 0 5em 0;
    background-size: auto auto;
  }
}
#about .step-box.step3 h2 {
  background: url("../images/step-title3-mobile.png") no-repeat center center;
  background-size: cover;
  width: 69.6%;
  aspect-ratio: 1.11/1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .step-box.step3 h2 {
    background: url("../images/step-title3.png") no-repeat center center;
    background-size: cover;
    width: 54%;
    max-width: 570px;
  }
}
#about .step-box.step3 .inner {
  width: 80%;
  margin: 0 auto;
}
#about .step-box.step3::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/mountain-img.png") no-repeat center center;
  background-size: cover;
  top: 14%;
  left: 0;
  width: 66%;
  aspect-ratio: 1/0.44;
}
@media screen and (min-width: 768px) {
  #about .step-box.step3::before {
    width: 42%;
    top: 25%;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-box.step3::before {
    left: 5%;
  }
}
#about .step-box .details {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  #about .step-box .details {
    margin: 80px 0 0 0;
  }
}
#about .step-box .details h3 {
  color: #00731D;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.771vw + 0.533rem, 2.75rem);
  line-height: clamp(2rem, 4.434vw + 0.853rem, 4.4rem);
  margin: 0 0 1em 0;
}
#about .step-box .details h3 span {
  border-bottom: green dotted 1px;
}
@media screen and (min-width: 768px) {
  #about .step-box .details h3 span {
    border-bottom: green dotted 2px;
  }
}
@media screen and (min-width: 768px) {
  #about .step-box .details .flex {
    display: flex;
    justify-content: space-between;
  }
  #about .step-box .details .flex.reverse {
    flex-direction: row-reverse;
  }
}
#about .step-box .details__img {
  width: 100%;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #about .step-box .details__img {
    width: 51%;
  }
}
#about .step-box .details__img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#about .step-box .details__txt {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #about .step-box .details__txt {
    width: 44%;
  }
}
#about .step-box .details__txt ol {
  margin-left: 1.5em;
}
#about .step-box .details__txt ol li {
  list-style-type: decimal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  line-height: clamp(1.65rem, 0.762vw + 1.453rem, 2.063rem);
}
#about .step-box .details__txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.462vw + 0.88rem, 1.25rem);
  line-height: clamp(1.65rem, 0.762vw + 1.453rem, 2.063rem);
}
#about .step-box .details__txt p.mb {
  margin: 0 0 1em 0;
}
#about .step-box .details__txt .pic {
  margin: 2em 0 0 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#about .step-box .details__txt .pic.reverse {
  justify-content: flex-start;
}
#about .step-box .details__txt .pic__face {
  width: 42%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#about .step-box .details__txt .pic__face img {
  width: 100%;
  height: auto;
}
#about .step-box .details__txt .pic.reverse .pic__face {
  left: inherit;
  right: 0;
}
#about .step-box .details__txt .pic__voice {
  width: 64%;
  animation: poyoyon 2.5s infinite;
}
#about .step-box .details__txt .pic__voice img {
  width: 100%;
  height: auto;
}
#about .step-arrow {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  #about .step-arrow {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-arrow {
    margin: 50px 0;
  }
}
#about .step-arrow img {
  width: 72.56px;
  height: auto;
  animation: scroll 1.5s infinite;
}
@media screen and (min-width: 768px) {
  #about .step-arrow img {
    width: 125.84px;
  }
}
@media screen and (min-width: 1152px) {
  #about .step-arrow img {
    width: 156px;
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0px, 10px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#operation {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 45px auto;
  border-radius: 20px;
  background: linear-gradient(269deg, #36A55D 0.97%, #1C6815 99.03%);
  padding: 10px 0 65px 0;
}
@media screen and (min-width: 768px) {
  #operation {
    margin: 0 auto 65px auto;
    padding: 15px 0 70px 0;
  }
}
@media screen and (min-width: 980px) {
  #operation {
    margin: 0 auto 95px auto;
    padding: 20px 0 75px 0;
  }
}
#operation .inner {
  background-color: #FFFFFF;
  border: #69C85E solid 1px;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@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(2.25rem, 3.58vw + 1.324rem, 4.188rem);
  color: #FFFFFF;
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  #operation h3 {
    margin: 40px auto;
  }
}
#operation h3 span {
  font-size: clamp(1.625rem, 3.464vw + 0.729rem, 3.5rem);
  border: #FFFFFF solid 1px;
  display: block;
  width: 6em;
  padding: 0.1em 0.5em;
  margin: 10px auto 0 auto;
}
@media screen and (min-width: 768px) {
  #operation h3 span {
    display: inline;
    width: inherit;
    padding: 0.1em 0.5em;
    margin: 0 0 0 30px;
  }
}
#operation p small {
  margin: 0 0 35px 0;
}
#operation .operation-list {
  width: 80%;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #operation .operation-list {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
#operation .operation-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 2.309vw + 1.277rem, 3.125rem);
  line-height: clamp(3.75rem, 4.619vw + 2.555rem, 6.25rem);
  font-weight: 600;
  position: relative;
  padding-left: 1.3em;
}
@media screen and (min-width: 768px) {
  #operation .operation-list__title {
    width: 45%;
  }
}
#operation .operation-list__title::after {
  display: block;
  content: "";
  position: absolute;
  background: url("../images/icon-check.svg") no-repeat center center;
  background-size: cover;
  width: 1em;
  height: 1em;
  top: 0.5em;
  left: 0;
}
#operation .operation-list__price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.875rem, 2.309vw + 1.277rem, 3.125rem);
  line-height: clamp(3.75rem, 4.619vw + 2.555rem, 6.25rem);
  font-weight: 600;
  margin-left: 1.3em;
}
@media screen and (min-width: 768px) {
  #operation .operation-list__price {
    width: 50%;
    margin-left: 0;
  }
}
#operation .operation-list ul {
  margin-left: 1.3em;
}
@media screen and (min-width: 768px) {
  #operation .operation-list ul {
    width: 50%;
    margin-left: 0;
  }
}
#operation .operation-list ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.75rem, 1.617vw + 1.332rem, 2.625rem);
  line-height: clamp(3.5rem, 3.233vw + 2.663rem, 5.25rem);
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #operation .operation-list ul li {
    padding-left: 21px;
  }
}
@media screen and (min-width: 980px) {
  #operation .operation-list ul li {
    padding-left: 22px;
  }
}
@media screen and (min-width: 1152px) {
  #operation .operation-list ul li {
    padding-left: 24px;
  }
}
#operation .operation-list ul li::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #0D9E32;
  border-radius: 2em;
  width: 10px;
  height: 10px;
  top: calc(1em - 5px);
  left: 0;
}
@media screen and (min-width: 768px) {
  #operation .operation-list ul li::after {
    width: 11px;
    height: 11px;
    top: calc(1em - 5.5px);
  }
}
@media screen and (min-width: 980px) {
  #operation .operation-list ul li::after {
    width: 12px;
    height: 12px;
    top: calc(1em - 6px);
  }
}
@media screen and (min-width: 1152px) {
  #operation .operation-list ul li::after {
    width: 14px;
    height: 14px;
    top: calc(1em - 7px);
  }
}
#operation .operation-list.date {
  margin: 0 auto 1em auto;
}
#operation .operation-link {
  width: 89%;
  margin: 0 auto;
}

#faq {
  background-color: #FFFFFF;
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 85px 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;
  }
}
@media screen and (min-width: 1152px) {
  #faq h3.title-voice {
    width: 304px;
    max-width: inherit;
  }
}
#faq h3.title-voice img {
  width: 100%;
  height: auto;
}

.faq-vox {
  text-align: left;
  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%;
  }
}

#gallery {
  background: linear-gradient(180deg, #D0FCFE 0%, #DDF8C3 100%);
  position: relative;
}
#gallery::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url("../images/hr-up.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/0.05;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  #gallery::before {
    background-repeat: repeat-x;
    background-size: auto;
    height: 59px;
    aspect-ratio: inherit;
  }
}
#gallery .gallery-wrapper {
  background: url("../images/axiom-pattern-gray.png") repeat;
  background-size: 40px 40px;
  padding: 0 0 85px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-wrapper {
    background-size: 80px 80px;
    padding: 0 0 135px 0;
  }
}
#gallery .gallery-wrapper .slider-copy {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -30.5%;
  z-index: 2;
  width: 61%;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-wrapper .slider-copy {
    top: 40px;
    width: 72%;
    margin-left: -35.1%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1152px) {
  #gallery .gallery-wrapper .slider-copy {
    top: 60px;
  }
}
#gallery .gallery-wrapper .slider-copy img {
  width: 100%;
  height: auto;
}
#gallery .gallery-wrapper .slider-copy .slider-copy1 {
  width: 90%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-wrapper .slider-copy .slider-copy1 {
    width: 42%;
  }
}
#gallery .gallery-wrapper .slider-copy .slider-copy2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #gallery .gallery-wrapper .slider-copy .slider-copy2 {
    width: 55%;
  }
}
#gallery .inner {
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
#gallery .swiper {
  width: 100%;
  max-width: 1280px;
  padding: 0 0 50px 0;
}
@media screen and (min-width: 1152px) {
  #gallery .swiper {
    padding: 0 0 70px 0;
  }
}
#gallery .swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 0.63/1;
  position: relative;
}
#gallery .swiper .swiper-wrapper .swiper-slide.slide1 {
  background: url("../images/goals01-sp.jpg") no-repeat center center;
  background-size: cover;
}
#gallery .swiper .swiper-wrapper .swiper-slide.slide2 {
  background: url("../images/goals02-sp.jpg") no-repeat center center;
  background-size: cover;
}
#gallery .swiper .swiper-wrapper .swiper-slide.slide3 {
  background: url("../images/goals03-sp.jpg") no-repeat center center;
  background-size: cover;
}
#gallery .swiper .swiper-wrapper .swiper-slide.slide4 {
  background: url("../images/goals04-sp.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #gallery .swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/0.67;
  }
  #gallery .swiper .swiper-wrapper .swiper-slide.slide1 {
    background: url("../images/goals01.jpg") no-repeat center center;
    background-size: cover;
  }
  #gallery .swiper .swiper-wrapper .swiper-slide.slide2 {
    background: url("../images/goals02.jpg") no-repeat center center;
    background-size: cover;
  }
  #gallery .swiper .swiper-wrapper .swiper-slide.slide3 {
    background: url("../images/goals03.jpg") no-repeat center center;
    background-size: cover;
  }
  #gallery .swiper .swiper-wrapper .swiper-slide.slide4 {
    background: url("../images/goals04.jpg") no-repeat center center;
    background-size: cover;
  }
}
#gallery .swiper .swiper-wrapper .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(26, 19, 17, 0.3) 28.06%, rgba(26, 19, 17, 0) 53.39%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#gallery .swiper .swiper-pagination {
  font-size: clamp(1.5rem, 1.386vw + 1.141rem, 2.25rem);
  font-weight: 500;
}
#gallery .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 5%;
  top: inherit;
  bottom: 0;
  background: url("../images/icon-next.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #gallery .swiper .swiper-button-next {
    right: 0;
    bottom: inherit;
    top: calc(50% - 20px);
  }
}
@media screen and (min-width: 1152px) {
  #gallery .swiper .swiper-button-next {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
  }
}
#gallery .swiper .swiper-button-next::after {
  display: none;
}
#gallery .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 5%;
  top: inherit;
  bottom: 0;
  background: url("../images/icon-prev.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #gallery .swiper .swiper-button-prev {
    left: 0;
    bottom: inherit;
    top: calc(50% - 20px);
  }
}
@media screen and (min-width: 1152px) {
  #gallery .swiper .swiper-button-prev {
    width: 64px;
    height: 64px;
    top: calc(50% - 32px);
  }
}
#gallery .swiper .swiper-button-prev::after {
  display: none;
}
#gallery .point-message {
  padding: 65px 0 0 0;
}
@media screen and (min-width: 768px) {
  #gallery .point-message {
    display: flex;
    justify-content: space-between;
    padding: 95px 0 0 0;
  }
}
#gallery .point-message__txt {
  text-align: left;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #gallery .point-message__txt {
    width: 48%;
  }
}
#gallery .point-message__txt p {
  font-weight: 600;
  font-size: clamp(1.188rem, 1.27vw + 0.859rem, 1.875rem);
  line-height: clamp(1.781rem, 2.252vw + 1.199rem, 3rem);
  margin: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #gallery .point-message__img {
    width: 48%;
  }
}
#gallery .point-message__img a {
  display: flex;
  flex-direction: column;
}
#gallery .point-message__img img {
  width: 100%;
  height: auto;
}
#gallery .point-message__img img.furifuri {
  transform-origin: center bottom;
  animation: yurayura 1.2s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
}/*# sourceMappingURL=style.css.map */