*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #323c3f;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "YuGothic", Meiryo, Osaka, "MS PGothic", sans-serif;
  line-height: 1.6;

  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
}

img {
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}

p {
  margin: 0 0 1em;
}

a,
a:active,
a:hover,
a:visited {
  color: #fff;
  text-decoration: none;
}

header {
  padding: 16px 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
header #headerIn {
  margin: 0 auto;
  width: 960px;
}
header #headerIn #utilityNav li:first-child {
  float: left;
}
header #headerIn #utilityNav li:last-child {
  float: right;
}
@media screen and (max-width: 640px) {
  header {
    padding: 3%;
  }
  header #headerIn {
    width: 100%;
  }
  header li:first-child {
    width: 25%;
  }
  header li:last-child {
    padding-top: 1%;
    width: 30%;
  }
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: 1000px;
}
@media screen and (max-width: 640px) {
  .wrap {
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
  }
}

.mainVis01 {
  padding: 48px 0;
  background-color: #f2f5ee;
  text-align: center;
}
.mainVis01 .wrap {
  position: relative;
}
.mainVis01-movie {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
  width: 45%;
}
.mainVis01-movie img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mainVis01-movie {
    position: static;
    margin-top: 32px;
    width: 100%;
  }
}

.sec01 {
  padding: 64px 0 0;
}

.sec01-txt {
  margin-bottom: 48px;
}

.sec02-img {
  margin: 96px 0 0;
}

.sec02-movie-ttl {
  margin-top: 96px;
  margin-bottom: 48px;
  text-align: center;
}

.sec02-movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.sec02-movie-item:hover {
  opacity: 0.7;
}

.sec03 {
  position: relative;
  margin-top: 96px;
  padding: 80px 0 112px;
  background-color: #f2f5ee;
}

.sec03-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  transform: translateY(50%);
}

.sec04 {
  margin-top: 80px;
  text-align: center;
}
.sec04-txt {
  margin-bottom: 40px;
}
.sec04-item {
  padding: 24px 24px 40px;
  background-color: #fff5de;
}
.sec04-item + .sec04-item {
  margin-top: 32px;
}
.sec04-item-btn {
  display: block;
  margin-top: 32px;
  margin-inline: auto;
  width: fit-content;
}

.sec-btn {
  margin: 64px 0 0;
  text-align: center;
}

.sec-btn-txt {
  margin-bottom: 32px;
}

.sec-btn-btn {
  display: block;
  margin-inline: auto;
  width: fit-content;
}

.sec-btn-back {
  display: block;
  margin-top: 96px;
  margin-inline: auto;
  width: fit-content;
}

@media screen and (max-width: 640px) {
  .sec01 {
    padding: 48px 0 0;
  }

  .sec01-txt {
    margin-bottom: 32px;
  }
  .sec02-movie-ttl {
    margin-top: 80px;
    margin-bottom: 32px;
    text-align: center;
  }

  .sec02-movie {
    align-items: center;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 96px;
  }
  .sec03 {
    margin-top: 80px;
    padding: 48px 0 100px;
  }
  .sec03-bottom {
    max-width: 310px;
  }
  .sec04-item {
    padding: 8px 8px 32px;
  }
  .sec04-item + .sec04-item {
    margin-top: 24px;
  }
  .sec04-item-btn {
    max-width: 240px;
  }
  .sec-btn-txt {
    margin-bottom: 24px;
  }

  .sec-btn-btn {
    max-width: 300px;
  }
  .sec-btn-back {
    margin-top: 80px;
  }
}
a:hover {
  opacity: 0.7;
}

.goTop {
  clear: both;
  margin: 20px 0;
  width: 100%;
  text-align: right;
}

.footer {
  margin-top: 120px;
  border-top: none;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 640px) {
  .footer {
    padding: 3%;
    border-top: none;
    text-align: center;
    font-size: 11px;
  }
}

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

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

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
