@charset "UTF-8";
@import url("https://use.typekit.net/opf4rvi.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.button-img {
  text-align: center;
}

.section1-sp {
  height: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section1-sp {
    display: none;
  }
}
.section1-sp a {
  position: fixed;
  bottom: 0vh;
  left: 0;
  width: 100%;
  z-index: 100;
}
.section1-sp a img {
  width: 100%;
  height: auto;
  bottom: 0vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  -webkit-filter: none;
          filter: none;
}

@media screen and (min-width: 768px) {
  .section1-sp a {
    bottom: 25vh;
  }
}
.section1-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section1-pc {
    display: block;
    width: 100%;
  }
}
.section1-pc img {
  -webkit-filter: none;
          filter: none;
}
.section1-pc a {
  position: absolute;
  top: 56%;
  left: 83%;
  z-index: 100;
}
.section1-pc a img {
  width: 12%;
  position: fixed;
  -webkit-filter: none;
          filter: none;
}

.section2-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 204.3125rem;
  width: 100%;
}
.section2-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section2-sp {
    background: none;
    height: auto;
  }
  .section2-sp img {
    display: none;
  }
}

.section2-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section2-pc {
    display: block;
    width: 100%;
  }
}
.section2-pc img {
  -webkit-filter: none;
          filter: none;
}

.section3-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 231.25rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section3-sp {
    display: none;
  }
  .section3-sp img {
    display: none;
  }
}

.section3-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section3-pc {
    background: none;
    height: auto;
    display: block;
  }
  .section3-pc img {
    display: block;
  }
}

.section4-sp {
  height: auto;
  width: 100%;
}
.section4-sp div {
  background-color: #aac4ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 6.25rem;
}
.section4-sp div img {
  width: 80%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .section4-sp {
    display: none;
  }
}

.section4-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section4-pc {
    background: none;
    height: auto;
    display: block;
  }
  .section4-pc img {
    display: block;
  }
}

.btn_sp {
  height: 65.625rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .btn_sp {
    display: none;
  }
  .btn_sp img {
    display: none;
  }
}

.section5-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 306.25rem;
  width: 100%;
}
.section5-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section5-sp {
    background: none;
    height: auto;
  }
  .section5-sp img {
    display: none;
  }
}

.section5-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section5-pc {
    background: none;
    height: auto;
    display: block;
  }
  .section5-pc img {
    display: block;
  }
}

.section6-sp {
  background-repeat: no-repeat;
  background-size: contain;
  height: 462.5rem;
  width: 100%;
  padding-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section6-sp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section6-sp img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section6-sp {
    display: none;
  }
}

.section6-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section6-pc {
    background: none;
    height: auto;
    display: block;
  }
  .section6-pc img {
    display: block;
  }
}

.section7-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 268.75rem;
  width: 100%;
}
.section7-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section7-sp {
    background: none;
    height: auto;
  }
  .section7-sp img {
    display: none;
  }
}

.section7-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  display: none;
}
.section7-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section7-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section7-pc img {
    display: block;
  }
}

.section8-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 512.5rem;
  width: 100%;
}
.section8-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section8-sp {
    display: none;
    background: none;
  }
  .section8-sp img {
    display: none;
  }
}

.section8-sp2 {
  background-size: contain;
  background-repeat: no-repeat;
  height: 106.25rem;
  width: 100%;
  margin-top: -31.875rem;
}
.section8-sp2 img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section8-sp2 {
    display: none;
    background: none;
  }
  .section8-sp2 img {
    display: none;
  }
}

.section8-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section8-pc {
    background: none;
    height: auto;
    display: block;
  }
  .section8-pc img {
    display: block;
  }
}

.section9-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 368.75rem;
  width: 100%;
}
.section9-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section9-sp {
    display: none;
    background: none;
  }
  .section9-sp img {
    display: none;
  }
}

.section9-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: 237.5rem;
  width: 100%;
  display: none;
}
.section9-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section9-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section9-pc img {
    display: block;
  }
}

.section10-sp {
  background-size: contain;
  width: 100%;
  text-align: center;
  height: 375rem;
}
.section10-sp .section10-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section10-sp {
    display: none;
  }
  .section10-sp img {
    display: block;
  }
}

.section10-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: 237.5rem;
  width: 100%;
  display: none;
}
.section10-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section10-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section10-pc img {
    display: block;
  }
}

.section11-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 262.5rem;
  width: 100%;
}
.section11-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section11-sp {
    background: none;
    height: auto;
  }
  .section11-sp img {
    display: none;
  }
}

.section11-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: 237.5rem;
  width: 100%;
  display: none;
}
.section11-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section11-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section11-pc img {
    display: block;
  }
}

.section12-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 362.5rem;
  width: 100%;
  position: relative;
}
.section12-sp div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 7.8%;
}
.section12-sp div img {
  margin: 0 auto;
}
.section12-sp div img:nth-child(1) {
  margin-top: 5.625rem;
  width: 98%;
}
.section12-sp div img:nth-child(2) {
  margin-top: 7.1875rem;
  width: 70%;
}
.section12-sp div img:nth-child(3) {
  margin-top: 10.625rem;
  width: 79%;
}
@media screen and (min-width: 1024px) {
  .section12-sp {
    display: none;
  }
}

.section12-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: 237.5rem;
  width: 100%;
  display: none;
}
.section12-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section12-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section12-pc img {
    display: block;
  }
}

.section13-sp {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section13-sp {
    display: none;
  }
}
.section13-sp a {
  position: absolute;
  top: 87%;
  left: 17%;
  width: 70%;
}
.section13-sp a img {
  -webkit-filter: none;
          filter: none;
}

.section13-pc {
  background-size: contain;
  background-repeat: no-repeat;
  height: 237.5rem;
  width: 100%;
  display: none;
}
.section13-pc img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section13-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section13-pc img {
    display: block;
  }
}

.section14-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 356.25rem;
  width: 100%;
}
.section14-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section14-sp {
    background: none;
    height: auto;
  }
  .section14-sp img {
    display: none;
  }
}

.section15-sp {
  background-size: contain;
  background-repeat: no-repeat;
  height: 493.75rem;
  width: 100%;
}
.section15-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section15-sp {
    display: none;
    background: none;
    height: auto;
  }
  .section15-sp img {
    display: none;
  }
}

.section16-sp {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.section16-sp img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .section16-sp {
    display: none;
    background: none;
    height: auto;
  }
  .section16-sp img {
    display: none;
  }
}

.section16-pc {
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
.section16-pc img {
  display: none;
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section16-pc {
    display: block;
    background: none;
    height: auto;
  }
  .section16-pc img {
    display: block;
  }
}

.section17-sp .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-bottom: 35rem;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer {
    padding-bottom: 10rem;
  }
}
.section17-sp .footer-contact {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.section17-sp .footer-contact h4 {
  color: white;
  font-size: 5rem;
  position: absolute;
  top: 21%;
  left: 16%;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-contact {
    width: 30%;
  }
  .section17-sp .footer-contact h4 {
    font-size: 2rem;
    top: 18%;
    left: 15%;
  }
}
.section17-sp .footer-contact:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.section17-sp .footer-contact:hover h4 {
  top: 25%;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-contact:hover h4 {
    top: 23%;
  }
}
.section17-sp .footer-company {
  color: #8f8f8f;
  font-size: 4rem;
  font-weight: 100;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-company {
    font-size: 2rem;
  }
}
.section17-sp .footer-logo {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-logo {
    width: 22%;
  }
}
.section17-sp .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto;
    width: 80%;
    padding-top: 30px;
  }
}
.section17-sp .footer-link a:nth-child(1) {
  border-bottom: 1px solid #cac8c8;
  color: #444444;
  width: 73%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(255, 255, 255)), color-stop(20%, rgb(248, 248, 248)), color-stop(80%, rgb(248, 248, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 1%, rgb(248, 248, 248) 20%, rgb(248, 248, 248) 80%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-link a:nth-child(1) {
    width: 100%;
    border-bottom: none;
    margin-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.section17-sp .footer-link a:nth-child(1):hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fdfbdf), color-stop(20%, #faf6bd), color-stop(80%, #faf6bd), to(#fdfbdf));
  background: linear-gradient(to right, #fdfbdf 1%, #faf6bd 20%, #faf6bd 80%, #fdfbdf 100%);
  opacity: 0.9;
}
.section17-sp .footer-link a:nth-child(2) {
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(255, 255, 255)), color-stop(20%, rgb(248, 248, 248)), color-stop(80%, rgb(248, 248, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 1%, rgb(248, 248, 248) 20%, rgb(248, 248, 248) 80%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-link a:nth-child(2) {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.section17-sp .footer-link a:nth-child(2):hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fdfbdf), color-stop(20%, #faf6bd), color-stop(80%, #faf6bd), to(#fdfbdf));
  background: linear-gradient(to right, #fdfbdf 1%, #faf6bd 20%, #faf6bd 80%, #fdfbdf 100%);
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  .section17-sp .footer-link a {
    font-size: 2rem;
    font-weight: bold;
  }
}