.footer,
.header,
.main {
  overflow-x: hidden;
}
.header {
  background-image: url(../images/bg_01_2x.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.header .keyvisual {
  display: flex;
  margin: 1.6rem;
  position: relative;
}
.header .keyvisual > * {
  display: flex;
}
.header .kvimg {
  overflow: hidden;
  padding-top: 75.02%;
  position: relative;
  height: 0;
  width: 100%;
  z-index: 1;
}
.header .kvimg img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header .keytitle {
  position: absolute;
  right: 0;
  bottom: 4.973%;
  left: 0;
  margin: 0 auto;
  width: 82.166%;
  z-index: 2;
}
.header .keytitle img {
  width: 100%;
}
.header .keycatch {
  position: absolute;
  right: 6.5rem;
  bottom: 20%;
  margin-left: auto;
  width: 30%;
  z-index: 3;
}
.header .keycatch img {
  width: 100%;
}
.header .en-text {
  position: absolute;
  left: 4.416%;
  bottom: 15.053%;
  margin-left: auto;
  width: 25.25%;
  z-index: 3;
}
.header .en-text img {
  width: 100%;
}
.section {
  display: block;
  position: relative;
  z-index: 1;
}
.section .section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.bg-bottom {
  background-image: url(../images/bg_01_2x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.3s;
}
.delay-3 {
  transition-delay: 0.5s;
}
.contents {
  padding: 20px 3vw;
  width: 100%;
  position: relative;
}
.contents-inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.image-container {
  position: relative;
  display: inline-block;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
  transition: opacity 1s ease-in-out;
}
.image-container img.color {
  opacity: 0;
}
.image-container.animate .color {
  opacity: 1;
}
.image-container.animate .blue {
  opacity: 0;
}
.footer {
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.footer .logo {
  margin-bottom: 2rem;
}
.footer .logo img {
  height: 44px;
}
.footer ul {
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.footer .btn-border {
  font-weight: 600;
  justify-content: flex-start;
}
.footer .copy {
  color: var(--dark-color);
  font-size: 1.2rem;
}
.footer .staff img {
  height: 1rem;
  width: auto;
}
.sec01 {
  margin-bottom: 7rem;
}
.sec01 h2 {
  text-align: center;
  margin-bottom: 1.6rem;
}
.sec01 h2 img {
  width: clamp(365px, 50vw, 1094px);
}
.iframebox {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
.iframebox iframe {
  aspect-ratio: 9/16;
  height: auto;
  width: 100%;
}
.sec02 {
  background-size: contain;
  background-repeat: no-repeat;
}
.sec02 .title_container {
  max-width: 78.6rem;
  margin: 0 auto;
  position: relative;
}
.sec02 h2 {
  text-align: center;
}
.sec02 h2 img {
  width: clamp(330px, 50vw, 758px);
}
.sec02 .catchcopy {
  position: relative;
  margin-top: -8%;
  padding-top: 48%;
  width: 68.1933%;
}
.sec02 .catchcopy span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 66.981%;
  width: 100%;
  height: 0;
}
.sec02 .catchcopy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec02 .fukidashi {
  display: flex;
  position: absolute;
  right: 5%;
  bottom: -5.508%;
  z-index: -1;
}
.sec02 .fukidashi img {
  width: clamp(102px, 20vw, 256px);
}
.sec02 .checklist {
  margin-bottom: 10rem;
  max-width: 92.8rem;
  width: 100%;
}
.sec02 .checklist ul li {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.5rem, 2.3vw, 3.1rem);
}
.sec02 .checklist ul li p {
  margin-left: 4rem;
}
.sec02 .newlist {
  margin-bottom: 4rem;
}
.sec02 .newlist h3 img {
  height: 2rem;
}
.sec02 .newlist-text {
  margin-left: auto;
  width: 38.333%;
}
.sec02 .newlist-text h3 {
  position: relative;
}
.sec02 .newlist-text p {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.sec02 .newitem_image .innerbox {
  display: flex;
  padding-top: 59.52%;
  height: 0;
  width: 100%;
  position: relative;
}
.sec02 .newitem_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec02 .newitem_text {
  max-width: 69.76%;
  margin-top: -1rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}
.sec02 .newitem_text .innerbox {
  display: flex;
  padding-top: 64.239%;
  height: 0;
  width: 100%;
  position: relative;
}
.sec02 .newitem_text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.checklist {
  margin-bottom: 10rem;
  margin-left: auto;
  max-width: 106rem;
  width: 100%;
}
.checklist ul li {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.5rem, 2.3vw, 3.1rem);
}
.checklist ul li p {
  margin-left: 4rem;
}
.beveled-bottom-right {
  border-radius: 1rem;
  background-color: #4ac8bb;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: clamp(1.3rem, 2vw, 3.1rem);
  font-weight: 700;
  height: 2.7rem;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
  padding-left: 4rem;
  position: relative;
  width: clamp(85%, 60vw, 72rem);
}
.beveled-bottom-right::before {
  content: "";
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1rem;
}
.beveled-bottom-right::after {
  content: "";
  background-image: url(../images/right_2x.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -5rem;
  z-index: -1;
}
.radius-lb {
  border-bottom-left-radius: 10rem;
}
.radius-rb {
  border-bottom-right-radius: 10rem;
}
.radius-lt {
  border-top-left-radius: 10rem;
}
.sec03 .title_container {
  margin: 0 auto 6rem auto;
  width: 32rem;
  max-width: 91.3rem;
}
.sec03 .listnumber,
.sec03 .listnumber_txt {
  display: block;
  position: absolute;
  top: 0;
}
.sec03 .ollist li {
  position: relative;
}
.sec03 .ollist li.li_01 .first .listnumber,
.sec03 .ollist li.li_01 .first .listnumber_txt {
  top: -10rem;
  right: -15rem;
  z-index: -1;
  width: clamp(68.571%, 20vw, 45.6rem);
}
.sec03 .ollist li.li_01 .first .ollist_contents .txt1 {
  bottom: 15%;
  right: -7%;
  height: 60.425%;
}
.sec03 .ollist li.li_01 .first .ollist_contents .txt2 {
  height: 61.276%;
}
.sec03 .ollist li.li_01 .first .ollist_contents .txt1 img {
  height: 100%;
}
.sec03 .ollist li.li_01 .first .ollist_contents .txt2 img {
  height: 100%;
}
.sec03 .ollist li.li_01 .first .ollist_image_inner {
  padding-top: 133.124%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_01 .first .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_01 .first .listnumber_txt {
  z-index: 1 !important;
}
.sec03 .ollist li.li_01 .second {
  margin-top: 10rem;
}
.sec03 .ollist li.li_01 .second .listnumber {
  top: 0;
  left: -25%;
  z-index: 1;
  height: 12%;
  width: auto;
}
.sec03 .ollist li.li_01 .second .listnumber img {
  max-width: 100%;
  max-height: 10rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec03 .ollist li.li_01 .second .listnumber_txt {
  top: auto;
  bottom: 0;
  left: -25%;
  height: 60%;
  width: 10rem;
  z-index: 1;
}
.sec03 .ollist li.li_01 .second .listnumber_txt img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec03 .ollist li.li_01 .second .ollist_image {
  margin-left: 26.984%;
}
.sec03 .ollist li.li_01 .second .ollist_contents .txt1 {
  background-color: #fff;
  font-size: clamp(1.4rem, 2.3vw, 3.4rem);
  font-weight: 600;
  top: 16.2%;
  left: -170px;
}
.sec03 .ollist li.li_01 .second .ollist_contents .txt2 {
  background-color: #fff;
  font-size: clamp(1.4rem, 2.3vw, 3.4rem);
  font-weight: 600;
  top: 22.5%;
  left: -170px;
}
.sec03 .ollist li.li_01 .second .ollist_image_inner {
  padding-top: 133.273%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_01 .second .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_01 .listnumber_txt {
  z-index: 1;
}
.sec03 .ollist li.li_01 .ollist_contents {
  width: 100%;
}
.sec03 .ollist li.li_01 .ollist_text {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.sec03 .ollist li.li_01 .ollist_image {
  display: flex;
  position: relative;
  z-index: 0;
}
.sec03 .ollist li.li_01 .ollist_image a {
  display: flex;
}
.sec03 .ollist li.li_01 .ollist_image_inner {
  display: block;
  position: relative;
  width: auto;
}
.sec03 .ollist li.li_02 {
  margin-top: 12rem;
  position: relative;
}
.sec03 .ollist li.li_02 .first {
  display: flex;
  align-items: flex-end;
}
.sec03 .ollist li.li_02 .first .listnumber,
.sec03 .ollist li.li_02 .first .listnumber_txt {
  top: -10rem;
  left: -15rem;
  z-index: 1;
  width: clamp(55%, 20vw, 45.6rem);
}
.sec03 .ollist li.li_02 .first .ollist_contents .txt1 {
  bottom: 15%;
  left: -82px;
  height: 61.027%;
}
.sec03 .ollist li.li_02 .first .ollist_contents .txt2 {
  bottom: 10%;
  left: -160px;
  height: 61.027%;
}
.sec03 .ollist li.li_02 .first .ollist_contents .txt1 img {
  height: 575px;
}
.sec03 .ollist li.li_02 .first .ollist_contents .txt2 img {
  height: 572px;
}
.sec03 .ollist li.li_02 .first .ollist_image_inner {
  padding-top: 133.333%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_02 .first .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_02 .second {
  margin-top: 7rem;
}
.sec03 .ollist li.li_02 .second .listnumber {
  top: 3rem;
  left: 85%;
  z-index: 1;
  height: 15%;
  width: 40%;
}
.sec03 .ollist li.li_02 .second .listnumber img {
  max-width: 100%;
  max-height: 10rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec03 .ollist li.li_02 .second .listnumber_txt {
  top: auto;
  bottom: 0;
  right: -25%;
  height: 60%;
  width: 10rem;
  max-width: 18%;
  z-index: 1;
}
.sec03 .ollist li.li_02 .second .listnumber_txt img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec03 .ollist li.li_02 .second .ollist_image_inner {
  padding-top: 133.277%;
  height: 0;
  width: 100%;
  margin-left: -4rem;
}
.sec03 .ollist li.li_02 .second .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_02 .second .ollist_contents .txt1 {
  background-color: #fff;
  font-size: clamp(1.4rem, 2vw, 3.4rem);
  font-weight: 600;
  top: 25%;
  left: 67%;
  white-space: nowrap;
}
.sec03 .ollist li.li_02 .second .ollist_contents .txt2 {
  background-color: #fff;
  font-size: clamp(1.4rem, 2vw, 3.4rem);
  font-weight: 600;
  top: 31%;
  left: 67%;
  white-space: nowrap;
}
.sec03 .ollist li.li_02 .second .ollist_text {
  margin-top: 0;
}
.sec03 .ollist li.li_02 .listnumber_txt {
  z-index: 1;
}
.sec03 .ollist li.li_02 .ollist_contents {
  width: 100%;
}
.sec03 .ollist li.li_02 .ollist_text {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.sec03 .ollist li.li_02 .ollist_image {
  display: flex;
  position: relative;
  z-index: 0;
}
.sec03 .ollist li.li_02 .ollist_image a {
  display: flex;
}
.sec03 .ollist li.li_02 .ollist_image_inner {
  display: block;
  position: relative;
}
.sec03 .ollist li.li_031 {
  margin-top: 13rem;
  position: relative;
}
.sec03 .ollist li.li_031 .first {
  display: flex;
  align-items: flex-end;
}
.sec03 .ollist li.li_031 .first .listnumber,
.sec03 .ollist li.li_031 .first .listnumber_txt {
  top: -10rem;
  right: -3.819%;
  height: 18.2rem;
  z-index: -1;
  width: clamp(26.8rem, 35vw, 53.6rem);
}
.sec03 .ollist li.li_031 .first .listnumber_txt {
  z-index: 1 !important;
}
.sec03 .ollist li.li_031 .first .ollist_image a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.sec03 .ollist li.li_031 .first .ollist_image_inner {
  padding-top: 133.1242%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_031 .first .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_031 .ollist_contents {
  width: 100%;
}
.sec03 .ollist li.li_031 .ollist_contents .sideicon {
  top: 10.683%;
  right: 1.571%;
}
.sec03 .ollist li.li_031 .ollist_text {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.sec03 .ollist li.li_031 .ollist_image {
  display: flex;
  position: relative;
  z-index: 0;
}
.sec03 .ollist li.li_031 .ollist_image a {
  display: flex;
}
.sec03 .ollist li.li_031 .ollist_image_inner {
  display: block;
  position: relative;
}
.sec03 .ollist li.li_032 {
  margin-top: 20rem;
  position: relative;
}
.sec03 .ollist li.li_032 .first {
  display: flex;
}
.sec03 .ollist li.li_032 .first .listnumber,
.sec03 .ollist li.li_032 .first .listnumber_txt {
  width: 64.776%;
  position: absolute;
  left: -36.19%;
  top: -18.904%;
  z-index: 1;
}
.sec03 .ollist li.li_032 .first .ollist_image {
  margin-left: auto;
  width: 89.333%;
}
.sec03 .ollist li.li_032 .first .ollist_image a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.sec03 .ollist li.li_032 .first .ollist_contents .txt1 {
  top: 15%;
  left: 10px;
}
.sec03 .ollist li.li_032 .first .ollist_contents .txt2 {
  top: 20%;
  left: -60px;
}
.sec03 .ollist li.li_032 .first .ollist_contents .txt1 img {
  height: 40.8rem;
}
.sec03 .ollist li.li_032 .first .ollist_contents .txt2 img {
  height: 50rem;
}
.sec03 .ollist li.li_032 .first .ollist_contents .sideicon {
  top: 10.714%;
  left: -31.111%;
}
.sec03 .ollist li.li_032 .first .ollist_image_inner {
  padding-top: 133.3333%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_032 .first .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_032 .listnumber_txt {
  z-index: 1;
}
.sec03 .ollist li.li_032 .ollist_contents {
  width: 100%;
  max-width: 100%;
}
.sec03 .ollist li.li_032 .ollist_text {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.sec03 .ollist li.li_032 .ollist_image {
  display: flex;
  position: relative;
  z-index: 0;
}
.sec03 .ollist li.li_032 .ollist_image a {
  display: flex;
}
.sec03 .ollist li.li_032 .ollist_image_inner {
  display: block;
  position: relative;
}
.sec03 .ollist li.li_04 {
  margin-top: 20rem;
  position: relative;
}
.sec03 .ollist li.li_04 .first {
  display: flex;
  align-items: flex-end;
}
.sec03 .ollist li.li_04 .first .listnumber,
.sec03 .ollist li.li_04 .first .listnumber_txt {
  max-width: 54.6rem;
  min-width: 23.5rem;
  width: 42.65625%;
  position: absolute;
  left: 40.35%;
  top: -27.95%;
  z-index: 1;
}
.sec03 .ollist li.li_04 .first .listnumber.n0 {
  z-index: -1;
}
.sec03 .ollist li.li_04 .first .listnumber.n4 {
  z-index: 1;
}
.sec03 .ollist li.li_04 .first .ollist_image_inner {
  padding-top: 74.9961%;
  height: 0;
  width: 100%;
}
.sec03 .ollist li.li_04 .first .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_04 .first .ollist_contents {
  width: 100%;
}
.sec03 .ollist li.li_04 .first .ollist_contents .txt1 img {
  height: 447px;
  max-height: 44.7rem;
}
.sec03 .ollist li.li_04 .first .ollist_contents .txt2 img {
  height: 536px;
  max-height: 53.6rem;
}
.sec03 .ollist li.li_04 .first .ollist_text .comment {
  max-width: 64.5rem;
  width: 100%;
}
.sec03 .ollist li.li_04 .first .ollist_text .payment {
  margin-top: 0;
  max-width: 37.5rem;
  width: 100%;
}
.sec03 .ollist li.li_04 .second {
  margin-top: 10rem;
}
.sec03 .ollist li.li_04 .second .listnumber {
  top: 3rem;
  z-index: 1;
  height: 10%;
  width: auto;
}
.sec03 .ollist li.li_04 .second .listnumber img {
  max-width: 100%;
  max-height: 10rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
.sec03 .ollist li.li_04 .second .listnumber_txt {
  top: auto;
  height: 50%;
  z-index: 1;
}
.sec03 .ollist li.li_04 .second .listnumber_txt img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.sec03 .ollist li.li_04 .second .ollist_image_inner {
  padding-top: 133.2769%;
  height: 0;
  width: 76.09%;
}
.sec03 .ollist li.li_04 .second .ollist_image_inner a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec03 .ollist li.li_04 .second .ollist_contents .txt1,
.sec03 .ollist li.li_04 .second .ollist_contents .txt2 {
  background-color: #fff;
  font-size: clamp(1.4rem, 2.7vw, 3.4rem);
  font-weight: 600;
  white-space: nowrap;
}
.sec03 .ollist li.li_04 .second .ollist_text {
  margin-top: auto;
}
.sec03 .ollist li.li_04 .ollist_contents {
  width: 100%;
}
.sec03 .ollist li.li_04 .ollist_text {
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.sec03 .ollist li.li_04 .ollist_image {
  display: flex;
  position: relative;
  z-index: 0;
}
.sec03 .ollist li.li_04 .ollist_image a {
  display: flex;
}
.sec03 .ollist li.li_04 .ollist_image_inner {
  display: block;
  position: relative;
}
.sec03 .ollist .ollist_contents {
  margin-bottom: 2.5rem;
  position: relative;
}
.sec03 .ollist .ollist_contents span {
  display: block;
  position: absolute;
  z-index: 1;
}
.sec03 .ollist .ollist_contents .sideicon {
  display: block;
  position: absolute;
  z-index: 2;
  height: 8.679%;
  width: 11.683%;
}
.sec03 .ollist .ollist_contents .sideicon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.sec03 .ollist .ollist_text {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.payment {
  margin-top: 5rem;
}
.payment h4 {
  border-bottom: 1px solid var(--body-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.payment .btn {
  background-color: var(--success-color);
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
}
.payment .btn:hover {
  background-color: #4ac8bb;
}
.payment dl dd,
.payment dl dt {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  width: 30%;
}
.payment dl dt {
  display: flex;
  align-items: center;
  width: 70%;
}
.payment dl dt p {
  margin-left: auto;
  width: 90%;
}
.payment dl dt .badge {
  background-color: #d5d5d5;
  font-size: 1.2rem;
}
.payment + .payment {
  margin-top: 1rem !important;
}
.comment {
  position: relative;
}
.comment::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 21px;
  width: 28px;
  position: absolute;
}
.comment span {
  display: block;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  line-height: 1.8;
  text-align: center;
  margin: auto;
  width: 100%;
}
.sec04 {
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 7rem;
}
.sec04 .title_container {
  max-width: 94.4rem;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 4rem;
  position: relative;
}
.sec04 h2 {
  text-align: center;
}
.sec04 h2 img {
  width: clamp(330px, 50vw, 758px);
}
.sec04 p img {
  width: clamp(212px, 50vw, 538px);
}
.sec04 .newlist h3 img {
  height: 3.4rem;
}
.sec04 .newlist-text {
  width: calc(100% - 40rem);
}
.sec04 .newlist-text li .payment {
  margin-top: 1.5rem;
}
.sec04 .newlist-text h3 {
  position: relative;
  margin-bottom: 0.5rem;
}
.sec04 .checklist {
  margin-bottom: 10rem;
  margin-left: auto;
  max-width: 106rem;
  width: 100%;
}
.sec04 .checklist ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(1.5rem, 2.3vw, 3.1rem);
}
.sec04 .checklist ul li p {
  margin-left: 4rem;
}
.sec04 .checklist ul li:nth-child(2) {
  padding-left: 5rem;
}
.sec04 .checklist ul li:nth-child(4) {
  padding-left: 7rem;
}
.sec04 .checklist ul li .beveled-bottom-right {
  margin-bottom: 0;
}
.sec04 .beveled-bottom-right {
  font-size: clamp(1.4rem, 2.4vw, 4.2rem);
  width: auto;
}
.sec04 .beveled-bottom-right::before {
  content: "";
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  top: calc(50% - 0.7rem);
  top: 1.5rem;
  left: 1rem;
}
.sec04 .beveled-bottom-right::after {
  content: "";
  background-image: url(../images/right_2x.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 20rem;
  position: absolute;
  right: -15rem;
  z-index: -1;
}
.sec04 .beveled-bottom-right .ic-check {
  top: 1.4rem;
  left: 1.2rem;
}
.sec05 .image_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 50rem;
  width: 100%;
}
.sec05 .image_inner {
  padding-top: 75%;
  height: 0;
  position: relative;
}
.sec05 .image_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec05 .text_contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 75.376%;
}
.sec05 .text_contents .payment {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}
.inner {
  padding-top: 75%;
  height: 0;
  position: relative;
}
.inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ic-st {
  position: relative;
  top: -0.5rem;
  left: -1rem;
  height: 22px;
  width: 28px;
}
.ic-st::after {
  content: "";
  background-image: url("data:image/svg+xml, %3csvg id='_st_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.35 20.2'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%234ac8bb;}.cls-2{fill:%23413228;}%3c/style%3e%3c/defs%3e%3cg id='_st_1-2'%3e%3cpath class='cls-2' d='M9.57,16.58c0-2.05-1.49-3.19-3.4-3.19-.78,0-1.28.07-2.13.35-.07-.28-.14-.64-.14-.92,0-3.9,2.48-8.01,8.79-10.06l.64-2.76C5.17,1.77,0,7.72,0,14.24c0,3.9,2.41,5.95,5.03,5.95,2.98,0,4.53-1.77,4.53-3.61'/%3e%3cpath class='cls-1' d='M23.6,16.58c0-2.05-1.49-3.19-3.4-3.19-.78,0-1.28.07-2.13.35-.07-.28-.14-.64-.14-.92,0-3.9,2.48-8.01,8.79-10.06l.64-2.76c-8.15,1.77-13.32,7.72-13.32,14.24,0,3.9,2.41,5.95,5.03,5.95,2.98,0,4.53-1.77,4.53-3.61'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  height: 22px;
  width: 28px;
}
.ic-ed {
  position: relative;
  bottom: -1.5rem;
  left: 1rem;
  height: 22px;
  width: 28px;
}
.ic-ed::after {
  content: "";
  background-image: url("data:image/svg+xml, %3csvg id='_ed_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.35 20.2'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%234ac8bb;}.cls-2{fill:%23413228;}%3c/style%3e%3c/defs%3e%3cg id='_ed_1-2'%3e%3cpath class='cls-2' d='M17.79,3.61c0,2.05,1.49,3.19,3.4,3.19.78,0,1.28-.07,2.13-.35.07.28.14.64.14.92,0,3.9-2.48,8.01-8.79,10.06l-.64,2.76c8.15-1.77,13.32-7.72,13.32-14.24,0-3.9-2.41-5.95-5.03-5.95-2.98,0-4.54,1.77-4.54,3.61'/%3e%3cpath class='cls-1' d='M3.76,3.61c0,2.05,1.49,3.19,3.4,3.19.78,0,1.28-.07,2.13-.35.07.28.14.64.14.92,0,3.9-2.48,8.01-8.79,10.06l-.64,2.76c8.15-1.77,13.32-7.72,13.32-14.24,0-3.9-2.41-5.95-5.03-5.95C5.31,0,3.76,1.77,3.76,3.61'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  height: 22px;
  width: 28px;
}
.animate-target {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  animation-fill-mode: both;
}
.animate-target.is-visible {
  opacity: 1;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}
.animate-target.svg-fade.is-visible {
  animation: fadeIn 0.8s ease-out 0.8s both;
}
.animate-target.slide-in.is-visible {
  animation-name: slideInLeft;
}
.animate-target.scale-calm.is-visible {
  animation: zoomImage 3s forwards !important;
}
.animate-target.pop-in.is-visible {
  animation-name: scaleInEmphasis;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.animate-target.fade-in-up.is-visible {
  animation-name: fadeInUp;
}
.fv-main-img {
  animation: zoomImage 3s forwards !important;
}
.fv-text-1 {
  animation: fadeIn 0.8s ease-out 0.8s both;
}
.fv-text-2 {
  animation: slideInLeft 0.7s ease-out 1.2s both;
}
.fv-text-3 {
  animation: fadeIn 0.9s ease-out 1.4s both;
}
[data-delay="0.2"].is-visible {
  animation-delay: 0.2s;
}
[data-delay="0.4"].is-visible {
  animation-delay: 0.4s;
}
[data-delay="0.6"].is-visible {
  animation-delay: 0.6s;
}
[data-delay="0.8"].is-visible {
  animation-delay: 0.8s;
}
[data-delay="1.0"].is-visible {
  animation-delay: 1s;
}
[data-delay="1.2"].is-visible {
  animation-delay: 1.2s;
}
@keyframes scaleInEmphasis {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  80% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomImage {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .header .keyvisual {
    margin: 4rem;
  }
  .footer {
    padding-top: 7.7rem;
  }
  .footer .logo {
    margin-bottom: 3rem;
  }
  .footer .logo img {
    height: 82px;
  }
  .footer ul {
    margin-top: 10rem;
    margin-bottom: 13rem;
  }
  .footer .btn-border {
    font-size: 1.8rem;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
  .footer .staff img {
    height: 1.9rem;
    width: auto;
  }
  .sec01 {
    margin-bottom: 13rem;
  }
  .sec01 h2 {
    margin-bottom: 4.6rem;
  }
  .sec02 {
    background-image: url(../images/bg_pc.png);
    background-position: center bottom;
  }
  .sec02 .newlist {
    margin-bottom: 7rem;
  }
  .sec02 .newlist h3 img {
    height: 3.4rem;
  }
  .sec02 .newlist-text li {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
  }
  .sec02 .newlist-item {
    width: 55.833%;
  }
  .checklist ul li p {
    margin-left: 8rem;
  }
  .checklist ul li:nth-child(2) {
    padding-left: 16.4rem;
  }
  .beveled-bottom-right {
    height: 6rem;
    margin-bottom: 1rem;
    padding-left: 8rem;
  }
  .beveled-bottom-right::before {
    height: 3rem;
    width: 3rem;
    top: calc(50% - 1.4rem);
    left: 2rem;
  }
  .sec03 .title_container {
    margin: 0 auto 6rem auto;
    width: 80%;
  }
  .sec03 .ollist li.li_032 .first .ollist_contents .sideicon {
    top: 0.5681%;
    left: 4.522%;
  }
  .sec03 .ollist li.li_04 .first .ollist_image {
    margin-right: -4rem;
    margin-left: -4rem;
  }
  .sec04 {
    background-image: url(../images/bg_top_bottom.png);
    background-position: center top;
    background-size: cover;
    padding-bottom: 20rem;
  }
  .sec04 .newlist h3 img {
    height: 6.4rem;
  }
  .sec04 .newlist-text li {
    font-size: 1.6rem;
    margin-bottom: 4.8rem;
  }
  .sec04 .checklist ul li p {
    margin-left: 8rem;
  }
  .sec04 .checklist ul li:nth-child(2) {
    padding-left: 17rem;
  }
  .sec04 .checklist ul li:nth-child(4) {
    padding-left: 27rem;
  }
  .sec04 .beveled-bottom-right::before {
    height: 3rem;
    width: 3rem;
    top: 1.5rem;
    left: 2rem;
  }
  .sec04 .beveled-bottom-right .ic-check {
    top: 1.4rem;
    left: 2.3rem;
  }
  .sec05 .image_container {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 800px) {
  .header {
    background-size: cover;
  }
}
@media screen and (min-width: 901px) {
  .iframebox {
    margin-bottom: 7rem;
    width: 67rem;
  }
}
@media screen and (min-width: 1024px) {
  .contents {
    width: calc(100% - 300px);
  }
  .sec02 .fukidashi {
    right: -10.17%;
    bottom: -5.508%;
  }
  .sec02 .checklist {
    margin-left: 17%;
  }
  .sec02 .checklist ul li p {
    margin-left: 8rem;
  }
  .sec02 .checklist ul li:nth-child(2) {
    padding-left: 16.4rem;
  }
  .radius-lb {
    border-bottom-left-radius: 22.4rem;
  }
  .radius-rb {
    border-bottom-right-radius: 22.4rem;
  }
  .radius-lt {
    border-top-left-radius: 22.4rem;
  }
  .sec03 .ollist li.li_01 .first .listnumber,
  .sec03 .ollist li.li_01 .first .listnumber_txt {
    top: -100px;
    right: -40rem;
    z-index: -1;
  }
  .sec03 .ollist li.li_01 .first .ollist_image {
    margin-left: -4rem;
  }
  .sec03 .ollist li.li_01 .first .ollist_contents .txt2 {
    right: 47px;
    bottom: 10%;
  }
  .sec03 .ollist li.li_01 .second .listnumber {
    left: -17rem;
    z-index: 1;
  }
  .sec03 .ollist li.li_01 .second .listnumber_txt {
    left: -17rem;
    z-index: 1;
  }
  .sec03 .ollist li.li_01 .ollist_contents {
    max-width: 63%;
  }
  .sec03 .ollist li.li_01 .ollist_text {
    padding-left: 5%;
    width: 100%;
    max-width: 37%;
  }
  .sec03 .ollist li.li_02 {
    margin-top: 20rem;
  }
  .sec03 .ollist li.li_02 .first .listnumber,
  .sec03 .ollist li.li_02 .first .listnumber_txt {
    top: -100px;
    left: -36rem;
    height: 43rem;
    z-index: 1;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents {
    margin-right: -4rem;
    margin-left: auto;
    max-width: 66.166%;
  }
  .sec03 .ollist li.li_02 .first .ollist_text {
    margin-top: 8rem;
    margin-right: 7rem;
    margin-left: auto;
  }
  .sec03 .ollist li.li_02 .second {
    width: 49.333%;
    max-width: calc(100% - 56.3rem);
    margin-top: -50rem;
  }
  .sec03 .ollist li.li_02 .second .listnumber {
    left: 67%;
    z-index: 1;
  }
  .sec03 .ollist li.li_02 .second .listnumber_txt {
    right: auto;
    left: 67%;
    z-index: 1;
  }
  .sec03 .ollist li.li_02 .ollist_contents {
    max-width: 100%;
  }
  .sec03 .ollist li.li_02 .ollist_text {
    margin-right: 8rem;
    margin-left: auto;
    width: 40rem;
  }
  .sec03 .ollist li.li_031 {
    margin-top: 10rem;
  }
  .sec03 .ollist li.li_031 .first .listnumber,
  .sec03 .ollist li.li_031 .first .listnumber_txt {
    top: -22.8%;
    right: 4.522%;
    height: 34.7rem;
    z-index: -1;
  }
  .sec03 .ollist li.li_031 .first .ollist_image {
    margin-right: -4rem;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt1 {
    top: 5%;
    left: 8%;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt2 {
    top: 8%;
    left: -15px;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt1 img {
    height: 44.8rem;
    max-height: 44.8rem;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt2 img {
    height: 53rem;
    max-height: 53rem;
  }
  .sec03 .ollist li.li_031 .first .ollist_text {
    padding-right: 5rem;
    margin-top: 2rem;
    align-self: start;
  }
  .sec03 .ollist li.li_031 .ollist_contents {
    width: 63%;
    order: 2;
  }
  .sec03 .ollist li.li_031 .ollist_contents .sideicon {
    top: 0.5681%;
    right: 4.522%;
  }
  .sec03 .ollist li.li_031 .ollist_text {
    width: 37%;
    order: 1;
  }
  .sec03 .ollist li.li_032 .first .listnumber,
  .sec03 .ollist li.li_032 .first .listnumber_txt {
    left: -35.35%;
    top: -20.95%;
  }
  .sec03 .ollist li.li_032 .first .ollist_text {
    margin-top: 8rem;
    padding-left: 6rem;
  }
  .sec03 .ollist li.li_032 .ollist_contents {
    width: 62.5%;
  }
  .sec03 .ollist li.li_032 .ollist_text {
    width: 37.5%;
  }
  .sec03 .ollist li.li_04 .first .listnumber,
  .sec03 .ollist li.li_04 .first .listnumber_txt {
    left: 50.35%;
    top: -24.95%;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt1 {
    top: -6%;
    left: 15%;
    z-index: 1;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt2 {
    top: -2%;
    left: 8.5%;
    z-index: 1;
  }
  .sec03 .ollist li.li_04 .first .ollist_text {
    display: flex;
    flex-direction: row;
    margin-top: 8rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 105.4rem;
    width: 100%;
  }
  .sec03 .ollist li.li_04 .first .ollist_text .payment {
    margin-left: auto;
  }
  .sec03 .ollist li.li_04 .second .listnumber {
    right: 0;
    max-width: 15.8rem;
  }
  .sec03 .ollist li.li_04 .second .listnumber_txt {
    right: 3.5%;
    bottom: 3%;
    max-width: 11.6rem;
  }
  .sec03 .ollist li.li_04 .second .ollist_contents {
    order: 2;
    max-width: 77.5rem;
    width: calc(100% - 42.2rem);
  }
  .sec03 .ollist li.li_04 .second .ollist_contents .txt1 {
    top: 25%;
    left: 57%;
  }
  .sec03 .ollist li.li_04 .second .ollist_contents .txt2 {
    top: 29%;
    left: 57%;
  }
  .sec03 .ollist li.li_04 .second .ollist_text {
    order: 1;
    margin-bottom: 13rem;
    width: 42.2rem;
    margin-right: auto;
    margin-left: 0;
  }
  .sec03 .ollist li.li_04 .second .ollist_text .payment {
    width: 90%;
  }
  .sec03 .ollist li.li_04 .ollist_contents {
    max-width: 100%;
  }
  .sec03 .ollist li.li_04 .ollist_text {
    margin-right: 8rem;
    margin-left: auto;
    width: 40rem;
  }
  .sec03 .ollist .ollist_contents {
    margin-bottom: 0;
  }
  .sec04 .beveled-bottom-right {
    height: 14.2rem;
    margin-bottom: 0;
    padding-left: 8rem;
    width: auto;
  }
  .sec04 .beveled-bottom-right::before {
    top: 3rem;
    left: 3rem;
  }
  .sec04 .beveled-bottom-right .ic-check {
    top: 2.9rem;
    left: 3.3rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .contents {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sec01 {
    padding-bottom: 5rem;
    margin-bottom: 2rem;
  }
  .sec03 .ollist li.li_01 .first .ollist_contents {
    max-width: 87.939%;
  }
  .sec03 .ollist li.li_01 .first .ollist_contents .txt1 {
    right: -10%;
    bottom: 14.166%;
  }
  .sec03 .ollist li.li_01 .first .ollist_contents .txt2 {
    right: 3%;
    bottom: 8.297%;
  }
  .sec03 .ollist li.li_01 .first .ollist_text .payment {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_01 .second .ollist_image {
    margin-right: -4rem;
  }
  .sec03 .ollist li.li_01 .second .ollist_contents .txt1 {
    top: 20%;
    left: -25%;
  }
  .sec03 .ollist li.li_01 .second .ollist_contents .txt2 {
    top: 25%;
    left: -25%;
  }
  .sec03 .ollist li.li_01 .second .ollist_text .payment {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_01 .ollist_text {
    margin-top: 2rem;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents {
    margin-right: -1.6rem;
    margin-left: auto;
    max-width: 87.688%;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents .txt1 {
    bottom: 10%;
    left: -10%;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents .txt2 {
    bottom: 1%;
    left: -20%;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents .txt1 img {
    height: 100%;
  }
  .sec03 .ollist li.li_02 .first .ollist_contents .txt2 img {
    height: 100%;
  }
  .sec03 .ollist li.li_02 .first .ollist_text .payment {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_02 .second .listnumber {
    left: 65%;
  }
  .sec03 .ollist li.li_02 .second .listnumber_txt {
    right: 2%;
  }
  .sec03 .ollist li.li_02 .second .ollist_image_inner {
    margin-left: -1.6rem;
    margin-right: auto;
    width: 79.396%;
  }
  .sec03 .ollist li.li_02 .second .ollist_contents .txt1 {
    top: 27%;
    left: 65%;
  }
  .sec03 .ollist li.li_02 .second .ollist_contents .txt2 {
    left: 65%;
  }
  .sec03 .ollist li.li_02 .second .ollist_text .payment {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_031 .first .ollist_image {
    margin-left: -1.6rem;
    padding-right: 12%;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt1 {
    top: 23%;
    right: 0;
    height: 47.436%;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt2 {
    top: 25%;
    right: 7%;
    height: 56.624%;
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt1 img {
    height: 100%;
    transform: rotate(13deg);
  }
  .sec03 .ollist li.li_031 .first .ollist_contents .txt2 img {
    height: 100%;
    transform: rotate(12deg);
  }
  .sec03 .ollist li.li_031 .first .ollist_text {
    margin-top: 3rem;
  }
  .sec03 .ollist li.li_031 .first .ollist_text .payment {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_031 .ollist_text .comment span {
    width: 100%;
  }
  .sec03 .ollist li.li_032 .first .ollist_contents .txt1 {
    top: 27%;
    left: -15%;
    height: 50%;
  }
  .sec03 .ollist li.li_032 .first .ollist_contents .txt2 {
    top: 35%;
    left: -25%;
    height: 59%;
  }
  .sec03 .ollist li.li_032 .first .ollist_contents .txt1 img {
    height: 100%;
  }
  .sec03 .ollist li.li_032 .first .ollist_contents .txt2 img {
    height: 100%;
  }
  .sec03 .ollist li.li_032 .first .ollist_text {
    width: 100%;
  }
  .sec03 .ollist li.li_032 .first .ollist_text .payment {
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_04 .first .ollist_image_inner {
    margin-right: 0;
    margin-left: 0;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt1 {
    height: 68.944%;
    bottom: -24%;
    left: 15.093%;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt2 {
    height: 82.919%;
    top: auto;
    bottom: -35%;
    left: 4%;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt1 img {
    height: 100%;
  }
  .sec03 .ollist li.li_04 .first .ollist_contents .txt2 img {
    height: 100%;
  }
  .sec03 .ollist li.li_04 .first .ollist_text {
    margin-top: 1rem;
  }
  .sec03 .ollist li.li_04 .first .ollist_text .comment {
    margin-left: auto;
    width: 75%;
  }
  .sec03 .ollist li.li_04 .first .ollist_text .comment span {
    margin-right: 0;
    margin-left: auto;
  }
  .sec03 .ollist li.li_04 .first .ollist_text .payment {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .sec03 .ollist li.li_04 .second .listnumber {
    left: 0;
    max-width: 20%;
  }
  .sec03 .ollist li.li_04 .second .listnumber_txt {
    bottom: 5%;
    left: 0;
    max-width: 18%;
  }
  .sec03 .ollist li.li_04 .second .ollist_image_inner {
    margin-right: 1.1rem;
    margin-left: auto;
  }
  .sec03 .ollist li.li_04 .second .ollist_contents .txt1 {
    top: 20%;
    left: 0;
  }
  .sec03 .ollist li.li_04 .second .ollist_contents .txt2 {
    top: 23.5%;
    left: 0;
  }
  .sec04 .title_container {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .sec04 .newlist-text {
    margin: 0 auto;
    margin-top: 2rem;
    width: 80%;
  }
  .sec04 .checklist {
    margin-bottom: 5rem;
  }
  .sec04 .beveled-bottom-right {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sec05 .image_container {
    width: 59.798%;
  }
}
@media (max-width: 1023.98px) {
  .fv-svg {
    animation: fadeIn 0.8s ease-out 0.5s both;
  }
}
@media screen and (max-width: 900px) {
  .iframebox {
    margin-bottom: 4rem;
    max-width: 33.4rem;
    width: auto;
  }
}
@media screen and (max-width: 780px) {
  .sec04 .beveled-bottom-right::after {
    right: -10rem;
  }
}
@media screen and (max-width: 599.98px) {
  .footer p {
    font-size: 1.4rem;
  }
  .sec02 {
    background-image: url(../images/bg_sp.png);
    background-position: center bottom;
  }
  .sec02 .newlist-text {
    margin: 0 auto;
    width: 90%;
  }
  .sec02 .newlist-text li {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    width: 28rem;
  }
  .sec02 .newlist-text li:nth-child(2n) {
    margin-left: auto;
  }
  .sp-negative-margin {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  .sec03 .ollist li.li_01 .first .listnumber,
  .sec03 .ollist li.li_01 .first .listnumber_txt {
    right: -5.2rem;
  }
  .sec03 .ollist li.li_01 .second .ollist_image {
    margin-right: -1.6rem;
  }
  .sec03 .ollist li.li_02 .first .listnumber,
  .sec03 .ollist li.li_02 .first .listnumber_txt {
    left: -7rem;
  }
  .sec03 .ollist li.li_031 .first .listnumber,
  .sec03 .ollist li.li_031 .first .listnumber_txt {
    right: 1.819%;
  }
  .sec03 .ollist li.li_032 {
    margin-top: 7rem;
  }
  .sec03 .ollist li.li_032 .first .listnumber,
  .sec03 .ollist li.li_032 .first .listnumber_txt {
    left: -50.19%;
    top: -11.904%;
  }
  .sec03 .ollist li.li_032 .first .ollist_image {
    margin-right: -1.6rem;
    width: 79.396%;
  }
  .sec03 .ollist li.li_04 {
    margin-top: 13rem;
  }
  .sec03 .ollist li.li_04 .first .ollist_image {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  .sec03 .ollist li.li_04 .second {
    margin-top: 5rem;
  }
  .sec03 .ollist li.li_04 .second .ollist_text .payment {
    margin-top: 3rem;
  }
  .comment::before {
    height: 11px;
    width: 14px;
  }
  .sec04 {
    background-image: url(../images/bg_top_bottom.png);
    background-position: center top;
    background-size: cover;
  }
  .sec04 .newlist-text li {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    width: 30rem;
  }
  .sec04 .newlist-text li:nth-child(2n) {
    margin-left: auto;
  }
  .ic-st {
    top: -0.5rem;
    left: -0.5rem;
    height: 11px;
    width: 14px;
  }
  .ic-st::after {
    height: 11px;
    width: 14px;
  }
  .ic-ed {
    bottom: -0.5rem;
    left: 0.5rem;
    height: 11px;
    width: 14px;
  }
  .ic-ed::after {
    height: 11px;
    width: 14px;
  }
}
@media screen and (max-width: 460px) {
  .sec03 .ollist li.li_031 .ollist_text {
    width: 100%;
  }
}
@media screen and (max-width: 456px) {
  .sec03 .ollist li.li_04 .first .ollist_text .comment span {
    font-size: 2.7vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 450px) {
  .sec04 .beveled-bottom-right::after {
    right: -5rem;
  }
}
@media screen and (max-width: 400px) {
  .sec03 .ollist li.li_04 .first .ollist_text {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .comment span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 380px) {
  .sec02 .beveled-bottom-right {
    letter-spacing: -0.1em;
    padding-left: 3rem;
    width: 95%;
  }
  .sec02 .beveled-bottom-right::after {
    right: -2rem;
  }
}
@media screen and (max-width: 378px) {
  .iframebox {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023.98px) {
  .sec03 .ollist li.li_01 .first .listnumber,
  .sec03 .ollist li.li_01 .first .listnumber_txt {
    right: -9rem;
    width: 50%;
  }
  .sec03 .ollist li.li_032 .first .ollist_image {
    margin-right: -4rem;
  }
}
