html {
  background-color: #f6cfb8;
}

.lp_wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.s .lp_wrap {
  width: 100%;
}

.txIn_01 {
  text-indent: -1em;
  padding-left: 1em;
}

.s-lh01 {
  line-height: 1.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  margin: 0;
}

img {
  width: 100%;
}

/* contents */
.contents_wrapper {
  background-color: #f6cfb8;
}

.contents {
  max-width: 972px;
  margin: 0 auto;
  padding-top: 32px;
}

.contents_wrapper {
  padding-bottom: 100px;
  margin-bottom: 0;
}

.mv_area {
  padding-top: 40px;
  /* padding-bottom: 70px; */
  text-align: center;
}
.mv_area {
  margin-bottom: 60px;
}
.mv_area img {
  max-width: 600px;
  width: 100%;
}

.serect_box_area {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.serect_box {
  background-color: #fff;
  border-radius: 20px;
  flex: 1; /* 2カラムで均等 */
  padding: 40px 20px;
  border: 3px solid #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  box-shadow: 10px 17.321px 24px 0px rgba(164, 80, 31, 0.16);
}
.box_logo_iy {
  width: 100%;
  margin: auto;
}
.box_logo_iy img {
  width: 100%;
}
.box_logo_york {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
}
.serect_btn {
  display: flex;
  justify-content: center;
}
.serect_btn a {
  display: block;
  background-color: #00a0e9;
  color: #fff;
  border-radius: 1000px;

  font-size: 26px;
  font-weight: bold;

  display: block;
  width: 320px;
  padding: 27px 50px;
  position: relative;
  text-decoration: none;
}
.serect_btn ::after {
  content: '';
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 20px;
  background: url(../img/arrow.png) center / contain;
  background-repeat: no-repeat;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}

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

  .sp {
    display: block;
  }

  .contents_wrapper {
    padding-bottom: 10%;
    margin-bottom: 0;
  }

  .contents {
    width: 100%;
    /* padding: 0 20px; */
  }

  .mv_area {
    padding-top: 5%;
    /* padding-bottom: 4%; */
    text-align: center;
    margin-bottom: 20px;
  }

  .mv_area img {
    max-width: 80vw;
  }

  .serect_box_area {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .serect_box {
    width: 90%;
  }

  .serect_btn a {
    font-size: 20px;
    padding: 16px 40px;
  }

  .serect_box {
    padding: 24px 20px;
  }
}
