@charset "UTF-8";
.lineBtn {
  margin-bottom: 2rem;
}

.lineBtn_area {
  margin-bottom: 1rem;
}
.lineBtn_area a {
  filter: drop-shadow(0 0.4rem 0 #008B1B);
  animation: kenkou_line 2s infinite;
  display: block;
}

.regarea_b .inner {
  padding: 3rem 1rem 1rem;
  position: relative;
}
.regarea_b .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/regarea_bg.webp);
  background-position: left -6rem bottom 1rem;
  background-size: 28rem;
  background-repeat: no-repeat;
  opacity: 0;
  transition-duration: 1.8s;
  position: absolute;
}
.regarea_b .inner.active::before {
  opacity: 1;
}
.regarea_b h2 {
  width: 20rem;
  margin: 0 auto 1.5rem;
}
.regarea_b dl {
  max-width: 14rem;
  margin-left: auto;
  margin-bottom: 1rem;
}
.regarea_b .inner::before {
  background-position: left -5rem bottom -5rem;
}
.regarea_b .inner.active::before {
  opacity: 0.7;
}
.regarea_b dt {
  margin: 0 auto 1rem;
  background: none;
}
.regarea_b dt p {
  background: var(--base-color);
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 5rem;
  text-align: center;
  margin: 0 auto -0.4rem;
  position: relative;
}
.regarea_b dt p::before {
  content: "";
  position: absolute;
  background: var(--base-color);
  width: 1.5rem;
  height: 1rem;
  bottom: -0.8rem;
  left: 6rem;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.regarea_b dt ul {
  display: flex;
}
.regarea_b dd {
  text-align: center;
}
.regarea_b dd strong {
  color: red;
  font-size: 1.8rem;
}
.regarea_b dd em {
  font-weight: 600;
  font-size: 1.3rem;
}
.regarea_b.first .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/fv_cv_img04.webp);
  background-position: left -6rem bottom -5rem;
  background-size: 26rem;
  background-repeat: no-repeat;
  opacity: 0;
  transition-duration: 1.8s;
  position: absolute;
}
.regarea_b.first .inner.active::before {
  opacity: 1;
}

.lineBtn_area p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.lineBtn_area p em {
  color: #ffa61f;
  font-size: 1.4rem;
  font-weight: 600;
}
.lineBtn_area::before, .lineBtn_area::after {
  content: "";
  background: #000;
}

.regarea_first {
  background: var(--base-color);
  padding-bottom: 2rem;
}
.regarea_first .inner {
  margin: 0 1rem;
  background-color: #fff;
  padding-bottom: 2rem;
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.regarea_first .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/fv_cv_img04.webp);
  background-position: left -6rem bottom -5rem;
  background-size: 26rem;
  background-repeat: no-repeat;
  opacity: 0;
  transition-duration: 1.8s;
  position: absolute;
}
.regarea_first .inner.active::before {
  opacity: 1;
}
.regarea_first .service {
  margin-bottom: 0;
}
.regarea_first h2 {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.regarea_first dl {
  max-width: 18rem;
  margin-left: auto;
  margin-bottom: 1.5rem;
}
.regarea_first dt {
  background: #000;
  border-radius: 5rem;
  position: relative;
  padding: 0.3rem 1rem;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 auto 1rem;
  max-width: 15rem;
}
.regarea_first dt::after {
  content: "";
  width: 1rem;
  height: 0.7rem;
  background: #333;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  margin-left: -0.5rem;
}
.regarea_first dd {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
.regarea_first dd strong {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.regarea_first ul:nth-of-type(2) {
  display: flex;
  align-self: center;
  margin: 1.5rem auto -2rem;
  justify-content: center;
}
.regarea_first ul:nth-of-type(2) li:first-child img {
  width: 11rem;
  margin-top: -0.2rem;
  margin-right: -2rem;
}
.regarea_first ul:nth-of-type(2) li:last-child img {
  width: 8rem;
}

.insta_a {
  background: var(--base-color);
  padding: 2rem 0;
}
.insta_a h2 {
  max-width: 48rem;
  margin: 0 auto 1rem;
}
.insta_a .swiper-wrapper {
  transition-timing-function: linear;
}
.insta_a ul {
  height: 24rem;
}
.insta_a li {
  height: 24rem;
}
.insta_a figcaption {
  color: var(--base-color);
  background: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-radius: 0.4rem;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 12rem;
  margin: 0 auto;
  transform: translateY(-1.5rem);
  position: relative;
}
.insta_a figcaption::before {
  content: "";
  margin: 0 auto;
  width: 1.3rem;
  height: 1rem;
  background: #000;
  display: block;
  position: absolute;
  left: 5.5rem;
  top: -0.8rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.read00 {
  background-image: url(../img/read00_bg_pc.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom -20rem;
}
.read00 h2 {
  width: 20rem;
  margin: 0 auto 1rem;
  text-align: center;
}
.read00 h2 span {
  font-size: 1.6rem;
  color: #ff9900;
  margin-top: -1.2rem;
  display: block;
  font-weight: 400;
}
.read00 iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}
.read00 video {
  width: 100%;
  margin-bottom: 1rem;
}

.read01 {
  background: #000;
  color: #fff;
}
.read01 .inner {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.read01 h2 {
  margin-bottom: 3rem;
}
.read01 figure {
  overflow: hidden;
  height: 10.5rem;
  margin-bottom: 1.5rem;
}
.read01 li {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  opacity: 1;
}
.read01 li::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 3rem;
  z-index: 2;
  opacity: 0;
  transition-duration: 0.5s;
}
.read01 li figure {
  opacity: 0;
  transition-duration: 0.5s;
}
.read01 li figure img {
  transition-duration: 1.2s;
}
.read01 li p strong {
  font-weight: 400;
}
.read01 li:first-child::before {
  background-image: url(../img/read01_txt_a_sp.webp);
  right: -1rem;
  transform: translateX(10rem);
}
.read01 li:first-child img {
  transform: translateY(0) translateX(-1rem);
  width: 23rem;
}
.read01 li:nth-child(2)::before {
  background-image: url(../img/read01_txt_b_sp.webp);
  left: -1rem;
  transform: translateX(-10rem);
}
.read01 li:nth-child(2)::after {
  content: "";
  background-image: url(../img/read01_icon.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 4rem;
  height: 3rem;
  bottom: -4.5rem;
  left: 50%;
  margin-left: -2rem;
  opacity: 0;
  transform: translateY(-2rem);
  transition-duration: 0.4s;
  transition-delay: 0.3s;
}
.read01 li:nth-child(2) img {
  width: 32rem;
  transform: translateY(-100px) scale(-1, 1);
}
.read01 li.active figure {
  opacity: 1;
}
.read01 li.active::before {
  opacity: 1;
  transform: translate(0);
}
.read01 li.active:first-child img {
  transform: translateY(-20px) translateX(-1rem);
}
.read01 li.active:nth-child(2) img {
  transform: translateY(-110px) scale(-1, 1);
}
.read01 li.active:nth-child(2)::after {
  transform: translate(0);
  opacity: 1;
}

.read02 {
  background: var(--base-color);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, -80% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 93%, -80% 100%);
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
  margin-top: -0.1rem;
}
.read02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7rem;
  left: 0;
  top: 0;
  background: #000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.read02 h2 {
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.5rem;
  opacity: 1;
}
.read02 h2 span {
  background: #fff;
  padding: 0.3rem 1rem;
  line-height: 2;
  opacity: 0;
  transition-duration: 0.8s;
  letter-spacing: 1px;
}
.read02 h2 span strong {
  color: red;
  font-weight: 600;
}
.read02 h2.active span {
  opacity: 1;
}
.read02 h2.active::before {
  opacity: 1;
  transform: translate(0);
}
.read02 .read02_cnt {
  background: #fff;
  padding: 1rem;
  position: relative;
  margin-bottom: 6rem;
}
.read02 .read02_cnt h3 {
  margin: -1rem -1rem 1.5rem;
  text-align: center;
  padding: 2.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #fff;
  opacity: 1;
  overflow: hidden;
}
.read02 .read02_cnt h3 figure {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4705882353);
  background-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.read02 .read02_cnt h3 span {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
}
.read02 .read02_cnt h3.active span {
  opacity: 1;
}
.read02 .read02_cnt ul {
  margin: 1rem 0;
  margin-left: auto;
  width: 55%;
  position: relative;
}
.read02 .read02_cnt ul::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 7rem;
  height: 100%;
  background-size: contain;
  left: -8.5rem;
  top: 0;
}
.read02 .read02_cnt ul li {
  margin-bottom: 0.5rem;
}
.read02 .read02_cnt ul li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.3rem;
  transform: translateY(3px);
}
.read02 .read02_cnt p {
  position: absolute;
  top: -1.7rem;
  left: 7.5rem;
  text-align: center;
  width: 8rem;
  font-weight: bold;
  background: #fff;
  padding: 0.3rem;
  font-size: 1.2rem;
  z-index: 3;
  transform: translateY(3rem);
  transition-duration: 0.3s;
}
.read02 .read02_cnt p::before {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1rem;
  background: #fff;
  bottom: -0.8rem;
  margin-left: -0.3rem;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.read02 .read02_cnt dl {
  display: flex;
  justify-content: space-between;
}
.read02 .read02_cnt dl div {
  width: calc(50% - 0.6rem);
  padding: 0.8rem 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  position: relative;
}
.read02 .read02_cnt dl div:first-of-type::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -1.6rem;
  top: 1.4rem;
  z-index: 2;
}
.read02 .read02_cnt dd {
  font-weight: bold;
}
.read02 .read02_cnt dd span {
  font-size: 1.5rem;
}
.read02 .read02_cnt.cnt_a h3 figure {
  background-image: url(../img/lead02_cnt_a_bg.webp);
}
.read02 .read02_cnt.cnt_a p {
  color: #0e81bc;
}
.read02 .read02_cnt.cnt_a dl div {
  background: #CDEEFF;
}
.read02 .read02_cnt.cnt_a dl div::before {
  background-image: url(../img/read02_plus_a.webp);
}
.read02 .read02_cnt.cnt_a dl dd {
  color: #0F81BD;
}
.read02 .read02_cnt.cnt_a ul {
  padding: 2rem 0 1rem;
}
.read02 .read02_cnt.cnt_a ul::before {
  background-image: url(../img/read02_watch_a.webp);
}
.read02 .read02_cnt.cnt_a ul li::before {
  background-image: url(../img/read02_check_a.webp);
}
.read02 .read02_cnt.cnt_b h3 figure {
  background-image: url(../img/lead02_cnt_b_bg.webp);
}
.read02 .read02_cnt.cnt_b p {
  color: var(--base-color);
}
.read02 .read02_cnt.cnt_b dl div {
  background: #FFE7C4;
}
.read02 .read02_cnt.cnt_b dl div::before {
  background-image: url(../img/read02_plus_b.webp);
}
.read02 .read02_cnt.cnt_b ul {
  padding-top: 1rem;
}
.read02 .read02_cnt.cnt_b ul::before {
  background-image: url(../img/read02_watch_b.webp);
}
.read02 .read02_cnt.cnt_b ul li::before {
  background-image: url(../img/read02_check_b.webp);
}
.read02 .read02_cnt_c {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.read02 .read02_cnt_c .inner {
  padding: 1rem 1rem 0.5rem;
  position: relative;
  z-index: 3;
}
.read02 .read02_cnt_c .inner::before {
  content: "";
  background-image: url(../img/read02_icon.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 4rem;
  height: 3rem;
  top: -5rem;
  left: 50%;
  margin-left: -2rem;
  opacity: 0;
  transform: translateY(-2rem);
  transition-duration: 0.3s;
}
.read02 .read02_cnt_c .inner::after {
  content: "";
  position: absolute;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16rem;
  height: 16rem;
  background-image: url(../img/read02_image.webp);
  right: -3rem;
  bottom: -0.5rem;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  transform: translateY(2rem);
}
.read02 .read02_cnt_c::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: -2rem;
  background: #000;
  transform: rotate(352deg);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
}
.read02 .read02_cnt_c picture {
  display: block;
  opacity: 0;
  transform: scale(0.7);
  transition-duration: 0.3s;
  transition-delay: 0.2s;
}
.read02 .read02_cnt_c.active::before {
  opacity: 1;
  top: 0;
}
.read02 .read02_cnt_c.active .inner::before {
  opacity: 1;
  transform: translate(0);
}
.read02 .read02_cnt_c.active .inner::after {
  opacity: 1;
  transform: translate(0);
}
.read02 .read02_cnt_c.active picture {
  opacity: 1;
  transform: scale(1);
}

.read03 {
  background-image: url(../img/read03_bg_sp.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -9rem;
  position: relative;
}
.read03::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/read03_cnt_bg.webp);
  background-size: 32rem;
  background-position: right -5rem bottom -3rem;
  background-repeat: no-repeat;
}
.read03 .inner {
  padding-top: 6rem;
}
.read03 h2 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.read03 h2 strong {
  font-weight: 700;
  font-size: 1.8rem;
}
.read03 h3 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
.read03 h3 strong {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
}
.read03 h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.read03 h4 strong {
  font-size: 1.8rem;
}

.read03_cnt_b {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
  position: relative;
  margin-top: 5rem;
  opacity: 1;
}
.read03_cnt_b::before {
  content: "";
  display: block;
  background-image: url(../img/read02_plus_b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: -3.5rem;
  margin-left: -1.4rem;
  opacity: 0;
  transition-duration: 0.4s;
}
.read03_cnt_b::after {
  content: "etc...";
  display: block;
  position: absolute;
  bottom: -3.5rem;
  text-align: center;
  margin: -1rem auto 0.5rem;
  font-size: 1.1rem;
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 1.2s;
}
.read03_cnt_b li {
  position: relative;
  width: calc(50% - 2rem);
  opacity: 0;
  transition-duration: 1s;
  transform: scale(0.5);
}
.read03_cnt_b li:nth-child(2) {
  transition-delay: 0.3s;
}
.read03_cnt_b li:nth-child(3) {
  transition-delay: 0.6s;
}
.read03_cnt_b li:nth-child(4) {
  transition-delay: 0.9s;
}
.read03_cnt_b li span {
  position: absolute;
  bottom: 0.5rem;
  left: -1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background: var(--base-color);
  padding: 0.3rem;
  transform: rotate(350deg);
  line-height: 1;
}
.read03_cnt_b li figure {
  background: #ccc;
  border-radius: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  box-shadow: 0.2rem 0.2rem 0 var(--base-color);
}
.read03_cnt_b.active::before {
  opacity: 1;
}
.read03_cnt_b.active::after {
  opacity: 1;
}
.read03_cnt_b.active li {
  opacity: 1;
  transform: scale(1);
}

.read04 {
  background: #000;
  overflow: hidden;
  color: #fff;
}
.read04 .inner {
  padding-bottom: 3rem;
}
.read04 h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.read04 h3 {
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  border-bottom: solid 1px;
  border-top: solid 1px;
  padding: 0.3rem 0;
  max-width: 90%;
  margin: 1rem auto 2.5rem;
}
.read04 h3 strong {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 300;
}
.read04 h3 span {
  font-size: 1.3rem;
}
.read04 h3.active {
  transform: rotate(-5deg) !important;
}
.read04 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../img/read04_cnt_a.webp);
  background-size: 180%;
  background-repeat: no-repeat;
  background-position: center top -1rem;
  padding-bottom: 5rem;
  opacity: 0;
  transition-duration: 1.2s;
}
.read04 ul li {
  width: 8rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px;
  padding-bottom: 0.3rem;
  position: relative;
  padding-left: 1rem;
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.3s;
}
.read04 ul li::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../img/close_icon_bold.webp);
  left: 0;
  top: 0.45rem;
}
.read04 ul li::after {
  content: "";
  background-image: url(../img/read04_icon_left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -21px;
  bottom: -20px;
  width: 1.5rem;
  height: 1.5rem;
}
.read04 ul li:nth-child(even) {
  transform: translateY(2rem) translateX(10rem);
}
.read04 ul li:nth-child(even)::after {
  background-image: url(../img/read04_icon_right.webp);
  left: -22px;
  bottom: -21px;
}
.read04 ul li:nth-child(odd) {
  transform: translateX(-10rem);
}
.read04 ul li:nth-child(4) {
  width: 10rem;
}
.read04 ul li:nth-child(7) {
  width: 10rem;
}
.read04 ul.active li {
  opacity: 1;
  transform: translateX(0);
}
.read04 ul.active li:nth-child(even) {
  transform: translateY(2rem) translateX(0);
}
.read04 h4 {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  z-index: 2;
}
.read04 h4 em {
  font-size: 1.5rem;
  font-weight: 500;
}
.read04 h4::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 5rem;
  height: 3rem;
  background-image: url(../img/read04_txt_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.read04 h4::after {
  content: "";
  position: absolute;
  top: -4rem;
  right: -13rem;
  width: 30rem;
  height: 30rem;
  background-image: url(../img/read04_cnt_b.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transition-duration: 3s;
  transform: translateY(2rem);
  opacity: 0;
}
.read04 h4.active::after {
  opacity: 1;
  transform: translate(0);
}
.read04 h5 {
  text-align: center;
  font-size: 1.6rem;
}
.read04 h5 strong {
  display: block;
  font-size: 2rem;
}

.read05 {
  position: relative;
  opacity: 1;
  overflow: hidden;
  background: #fff;
}
.read05 .inner {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.read05::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12rem;
  background: var(--base-color);
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  opacity: 0;
  transform: translateY(-10rem);
  transition-duration: 1s;
}
.read05.active h2 {
  opacity: 1;
}
.read05.active::before {
  transform: translate(0);
  opacity: 1;
}
.read05 h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4.5rem;
  opacity: 0;
  transition-duration: 0.8s;
}
.read05 h2 em {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.read05 h2 span {
  color: #000;
  margin-top: 0.3rem;
  display: block;
  font-size: 1.1rem;
}
.read05 ul {
  margin-bottom: 3rem;
}
.read05 li {
  padding: 1rem;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  height: 5.5rem;
  position: relative;
  font-size: 1.2rem;
  opacity: 1;
}
.read05 li::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -2;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
}
.read05 li::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.read05 li span {
  color: var(--base-color);
}
.read05 li p {
  line-height: 1.3;
  text-align: left;
  opacity: 0;
  transition-duration: 0.8s;
}
.read05 li:nth-of-type(odd) {
  justify-content: flex-end;
}
.read05 li:nth-of-type(odd)::before {
  left: 0;
  background-position-x: -1rem;
  transition-duration: 1.5s;
  opacity: 0;
}
.read05 li:nth-of-type(odd)::after {
  background: linear-gradient(to right, transparent 25%, #fff 40%);
}
.read05 li:nth-of-type(odd) p {
  transform: translateX(-1rem);
}
.read05 li:nth-of-type(even)::before {
  right: 0;
  background-position-x: 1rem;
  transition-duration: 1.5s;
  opacity: 0;
}
.read05 li:nth-of-type(even)::after {
  background: linear-gradient(to right, #fff 55%, transparent 65%);
}
.read05 li:nth-of-type(even) p {
  transform: translateX(1rem);
}
.read05 li:nth-child(1)::before {
  background-image: url(../img/read05_img01.webp);
}
.read05 li:nth-child(2)::before {
  background-image: url(../img/read05_img02.webp);
}
.read05 li:nth-child(3)::before {
  background-image: url(../img/read05_img03.webp);
}
.read05 li:nth-child(4)::before {
  background-image: url(../img/read05_img04.webp);
}
.read05 li:nth-child(5)::before {
  background-image: url(../img/read05_img05.webp);
}
.read05 li:nth-child(6)::before {
  background-image: url(../img/read05_img06.webp);
}
.read05 li:nth-child(7)::before {
  background-image: url(../img/read05_img07.webp);
}
.read05 li:nth-child(8) {
  justify-content: center;
}
.read05 li:nth-child(8)::before {
  background-image: url(../img/read05_img08.webp);
}
.read05 li.active:nth-of-type(even)::before {
  opacity: 1;
}
.read05 li.active:nth-of-type(odd)::before {
  opacity: 1;
}
.read05 li.active p {
  opacity: 1;
  transform: translate(0);
}
.read05 h3 {
  text-align: center;
  position: relative;
  margin-left: 6.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  opacity: 1;
}
.read05 h3 span {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.4s;
}
.read05 h3 em {
  font-weight: 400;
  font-size: 2rem;
  border-bottom: solid 1px;
}
.read05 h3::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8rem;
  height: 4rem;
  background-image: url(../img/read05_txt.webp);
  display: block;
  margin: 0 auto 0.3rem;
  opacity: 0;
  transform: translateY(2rem);
  transition-duration: 0.6s;
}
.read05 h3::after {
  content: "";
  width: 27rem;
  height: 20rem;
  background-image: url(../img/read05_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3rem;
  left: -14rem;
  z-index: -1;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 2s;
}
.read05 h3.active::before {
  opacity: 1;
  transform: translate(0);
}
.read05 h3.active::after {
  opacity: 1;
}
.read05 h3.active span {
  opacity: 1;
}

.read06 {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.read06 .read06_bg {
  position: absolute;
  background-image: url(../img/read06_bg.webp);
  z-index: -1;
  background-size: 220%;
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top 1rem center;
}
.read06 .inner {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.read06 .read06_cnt_a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  transition-duration: 0.4s;
}
.read06 .read06_cnt_a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20rem;
  background-image: url(../img/read06_cnt_d.webp);
  background-size: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
.read06 .read06_cnt_a li {
  width: 45%;
  opacity: 0;
  transition-duration: 1s;
}
.read06 .read06_cnt_a li span {
  display: flex;
  align-items: center;
  color: #000;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  border-radius: 5rem;
  background: rgba(255, 170, 0, 0.61);
  justify-content: center;
  font-style: italic;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.read06 .read06_cnt_a li span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.read06 .read06_cnt_a li:first-child {
  width: 100%;
  margin-bottom: 3rem;
}
.read06 .read06_cnt_a li:first-child span::after {
  background-image: url(../img/read06_cnt_a.webp);
}
.read06 .read06_cnt_a li:nth-child(2) {
  transition-delay: 0.4s;
}
.read06 .read06_cnt_a li:nth-child(2) span {
  margin-left: 0;
}
.read06 .read06_cnt_a li:nth-child(2) span::after {
  background-image: url(../img/read06_cnt_b.webp);
}
.read06 .read06_cnt_a li:nth-child(3) {
  transition-delay: 0.8s;
}
.read06 .read06_cnt_a li:nth-child(3) span {
  margin-right: 0;
}
.read06 .read06_cnt_a li:nth-child(3) span::after {
  background-image: url(../img/read06_cnt_c.webp);
}
.read06 .read06_cnt_a.active li {
  opacity: 1;
}
.read06 h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.read06 picture {
  display: block;
  width: 19rem;
  margin: 0 auto 2.5rem;
}
.read06 a {
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 1rem 1.5rem 0.7rem 1.5rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  border: solid 0.2rem var(--base-color);
  background-image: url(../img/read06_banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
}
.read06 a p {
  color: #000;
  margin-bottom: 0.3rem;
}
.read06 a span {
  display: block;
  width: 100%;
  border-radius: 5rem;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  padding: 0.5rem;
  padding-right: 1.5rem;
  letter-spacing: 4px;
  position: relative;
  text-align: center;
  animation: 2s zoom infinite ease-in;
}
.read06 a span::before {
  content: "";
  position: absolute;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.85rem;
  right: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/read06_next.webp);
}

.read07 {
  position: relative;
  opacity: 1;
  overflow: hidden;
}
.read07 .read07_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -2;
}
.read07 .read07_bg::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/read07_bg_sp.webp);
  background-color: #616161;
}
.read07 h2 {
  margin: 0 auto 5rem;
  opacity: 0;
  transition-duration: 0.8s;
  padding-top: 1rem;
}
.read07 h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10rem;
  background: var(--base-color);
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  opacity: 0;
  transform: translateY(-10rem);
  transition-duration: 1s;
}
.read07 h2 picture {
  width: 21rem;
  margin: 0 auto;
  display: block;
}
.read07 h2.active::before {
  opacity: 1;
  transform: translate(0);
}
.read07 .read07_cnt_a {
  padding: 1rem;
}
.read07 li {
  margin-bottom: 1rem;
}
.read07 .read07_smaltxt {
  margin: 1rem auto;
  font-size: 0.7rem;
  color: #fff;
}
.read07.active::before {
  transform: translate(0);
  opacity: 1;
}
.read07.active h2 {
  opacity: 1;
}

.read07_cnt_b {
  padding: 1.5rem 1rem;
  background: #eee;
}
.read07_cnt_b li {
  border-bottom: solid 1px #ccc;
}
.read07_cnt_b li h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.read07_cnt_b li figure {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.read07_cnt_b li figure img {
  width: 3rem;
  margin-right: 0.8rem;
}
.read07_cnt_b li figcaption {
  font-size: 1rem;
  font-weight: bold;
}
.read07_cnt_b li figcaption span {
  border-left: solid 1px #000;
  padding-left: 0.2rem;
  margin-left: 0.2rem;
}
.read07_cnt_b li p {
  margin-bottom: 1.5rem;
}
.read07_cnt_b .marker {
  transition: background-size 1.2s;
}

.insta_b {
  max-height: 50rem;
}
.insta_b h3 {
  max-width: 48rem;
  margin: 0 auto 1rem;
}
.insta_b .swiper-button-prev {
  color: orange;
  background: #000;
  border-radius: 10rem;
  left: -3.5rem;
  width: 7rem;
  height: 7rem;
}
.insta_b .swiper-button-prev::after {
  font-size: 1.8rem;
  transform: translateX(16px);
  z-index: 100;
  display: none;
}
.insta_b .swiper-button-prev::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transform: translateX(16px);
  background: url(../img/sub/insta_back_icon.webp) no-repeat center/contain;
}
.insta_b .swiper-button-next {
  color: orange;
  background: #000;
  border-radius: 10rem;
  right: -3.5rem;
  width: 7rem;
  height: 7rem;
}
.insta_b .swiper-button-next::after {
  font-size: 1.8rem;
  transform: translateX(-16px);
  z-index: 100;
  display: none;
}
.insta_b .swiper-button-next::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(../img/sub/insta_next_icon.webp) no-repeat center/contain;
  transform: translateX(-16px);
}
.insta_b li {
  max-height: 40rem;
}

.read08 {
  background: #000;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.read08 .inner {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.read08 h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 4px;
  opacity: 1;
}
.read08 h2 span {
  position: relative;
  display: inline-block;
  opacity: 0;
  transition-delay: 0.1s;
}
.read08 h2 span::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0.5rem;
  background: var(--base-color);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 5rem;
}
.read08 h2 span:nth-of-type(2) {
  transition-delay: 0.3s;
}
.read08 h2 span:nth-of-type(3) {
  transition-delay: 0.5s;
}
.read08 h2.active span {
  opacity: 1;
}
.read08 h3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.read08 h3::after {
  content: "";
  background: url(../img/read08_h3_deco.webp) no-repeat center/contain;
  position: absolute;
  bottom: -1.5rem;
  text-align: center;
  width: 100%;
  height: 1rem;
  display: block;
}
.read08 h3 em {
  font-size: 1.8rem;
}
.read08 h4 {
  margin: 0 auto -0.5rem;
  width: 9rem;
  position: relative;
  z-index: 3;
  transition-duration: 0.5s;
}
.read08 ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 0.5rem -1.5rem 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.read08 ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/read08_bg_a_sp.webp);
  left: 0;
  top: -4.5rem;
  z-index: -1;
  opacity: 0;
  transition-duration: 1.5s;
  transform: translateY(2rem);
}
.read08 ul.active::before {
  opacity: 1;
  transform: translate(0);
}
.read08 ul.active li {
  opacity: 1;
  transform: translate(0);
}
.read08 ul.active li::after {
  transform: rotate(0deg);
}
.read08 li {
  display: flex;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  color: var(--base-color);
  border-radius: 5rem;
  width: 7rem;
  height: 7rem;
  border: solid 1px;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
.read08 li:nth-child(1)::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.3rem;
  right: -2.8rem;
  top: 2.4rem;
  position: absolute;
  background-image: url(../img/close_icon.webp);
  transform: rotate(45deg);
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.read08 p {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.1rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.read08 p .base_color {
  color: #fff;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
}
.read08 p.active .base_color {
  color: var(--base-color);
}
.read08 .read08_bg_a::before {
  content: "";
  background-image: url(../img/read08_bg_b.webp);
  z-index: -1;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -5.3rem;
  top: -3rem;
  width: 22rem;
  height: 22rem;
  opacity: 0;
  transition-duration: 3s;
  transform: translateY(2rem);
}
.read08 .read08_bg_a.active::before {
  opacity: 1;
  transform: translate(0);
}
.read08 .read08_bg_b::before {
  content: "";
  background-image: url(../img/read08_bg_c.webp);
  z-index: -1;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -9.5rem;
  top: -7rem;
  width: 22rem;
  height: 23rem;
  opacity: 0;
  transition-duration: 3s;
  transform: translateX(-3rem);
}
.read08 .read08_bg_b.active::before {
  opacity: 1;
  transform: translate(0);
}

.read09 {
  text-align: center;
}
.read09 .inner {
  position: relative;
  margin-top: -2rem;
  padding-top: 4rem;
  opacity: 1;
}
.read09 .inner::before {
  content: "";
  width: 60rem;
  height: 45rem;
  position: absolute;
  top: -6.5rem;
  left: -13rem;
  background-image: url(../img/read09_bg.webp);
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition-duration: 5s;
  transform: translateY(-3.5rem);
}
.read09 .inner.active::before {
  opacity: 1;
  transform: translate(0);
}
.read09 h2 {
  position: relative;
  z-index: 2;
  padding: 1rem;
  margin-top: -1rem;
  opacity: 1;
}
.read09 h2::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: -1rem;
  left: -1rem;
  transform: rotate(353deg) translateY(5rem);
  z-index: -1;
  background: var(--base-color);
  opacity: 0;
  transition-duration: 0.5s;
}
.read09 h2 picture {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
  transform: rotate(350deg) scale(1.7);
  display: block;
}
.read09 h2.active::before {
  transform: rotate(353deg) translateY(0);
  opacity: 1;
}
.read09 h2.active picture {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.read09 dl {
  opacity: 1;
  position: relative;
  display: block;
  margin: 0 auto;
}
.read09 dl::before {
  content: "";
  width: 100%;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12rem;
  display: block;
  background-image: url(../img/read09_txt_a.webp);
}
.read09 dl::after {
  content: "※当社調べ";
  display: block;
  position: absolute;
  bottom: -5rem;
  right: 2rem;
  font-size: 0.8rem;
}
.read09 dl.active dt svg circle {
  stroke-dasharray: 186 560;
}
.read09 dl.active dd {
  opacity: 1;
  transform: scale(1);
}
.read09 dt svg {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  transform: rotate(-90deg);
}
.read09 dt svg circle {
  fill: transparent;
  cx: 32;
  cy: 32;
  r: 30;
  stroke-width: 0.8rem;
  stroke: var(--base-color);
  transition-duration: 1s;
  stroke-dasharray: 0 560;
}
.read09 dd {
  position: relative;
  width: 7.5rem;
  margin: 2.5rem auto 6.5rem;
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0.8s;
  transform: scale(0.7);
}
.read09 h3 {
  color: var(--base-color);
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0.3rem;
  width: 100%;
  background: #000;
  margin-bottom: 0.5rem;
}
.read09 h3 span {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.2s;
}
.read09 h3 span:nth-of-type(2) {
  transition-delay: 0.6s;
}
.read09 h3.active span {
  opacity: 1;
}
.read09 p {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 0 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.read10 {
  position: relative;
  background: #EEEEEE;
  opacity: 1;
  overflow: hidden;
}
.read10.active::before {
  opacity: 1;
  transform: translate(0);
}
.read10.active h2 {
  opacity: 1;
}
.read10::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.5rem;
  background: var(--base-color);
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  opacity: 0;
  transform: translateY(-10rem);
  transition-duration: 0.5s;
}
.read10 .inner {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.read10 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition-duration: 0.8s;
}
.read10 li {
  opacity: 0;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
.read10 li::before {
  content: "";
  width: 12.5rem;
  height: 18rem;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(3rem);
  transition-duration: 1s;
}
.read10 li dl {
  width: 50%;
  display: block;
}
.read10 li dt {
  opacity: 0;
  transition-duration: 0.6s;
}
.read10 li dd {
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(3rem);
  transition-duration: 0.6s;
}
.read10 li:nth-child(1) {
  margin-bottom: 8rem;
}
.read10 li:nth-child(1) dl {
  margin-left: auto;
}
.read10 li:nth-child(1) dt {
  padding-left: 1rem;
  transform: translateX(5rem);
}
.read10 li:nth-child(1) dd {
  padding-left: 1rem;
}
.read10 li:nth-child(1)::before {
  left: -1rem;
  background-image: url(../img/read10_sp_cnt_a.webp);
}
.read10 li:nth-child(2) {
  margin-bottom: 6rem;
}
.read10 li:nth-child(2) dt {
  transform: translateX(-5rem);
}
.read10 li:nth-child(2) dd {
  padding-right: 1rem;
}
.read10 li:nth-child(2)::before {
  background-image: url(../img/read10_sp_cnt_b.webp);
  right: -1rem;
}
.read10 li:nth-child(3) dl {
  margin-left: auto;
}
.read10 li:nth-child(3) dt {
  padding-left: 1rem;
  transform: translateX(5rem);
}
.read10 li:nth-child(3) dd {
  padding-left: 1rem;
}
.read10 li:nth-child(3)::before {
  left: -1rem;
  background-image: url(../img/read10_sp_cnt_c.webp);
}
.read10 li.active::before {
  opacity: 1;
  transform: translate(0);
}
.read10 li.active dt {
  opacity: 1;
  transform: translate(0);
}
.read10 li.active dd {
  opacity: 1;
  transform: translate(0);
}
.read10 dt {
  color: var(--base-color);
  border-bottom: solid 1px;
  font-weight: 500;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.read10 dt figure {
  width: 3rem;
}

.read11 .inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.read11 h2 {
  transform: translateX(-10rem) translateY(2rem) rotate(-20deg);
  transition-duration: 1s;
}
.read11 h2 .active {
  opacity: 1;
  transform: translate(0) rotate(0deg);
}
.read11 li {
  margin-bottom: 2rem;
  transform: translateY(2rem);
  transition-duration: 1s !important;
}
.read11 li:last-child {
  margin: 0 auto;
  width: 13rem;
}

.read12 {
  background: #EEEEEE;
}
.read12 .inner {
  padding: 3rem 1rem;
}
.read12 h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  opacity: 1;
}
.read12 h2::after {
  content: "";
  margin: 0.3rem auto 0;
  display: block;
  width: 7rem;
  height: 0.3rem;
  background: var(--base-color);
  transform: scale(0, 1);
  transform-origin: center;
  transition-duration: 1.2s;
}
.read12 h2.active::after {
  transform: scale(1, 1);
}
.read12 details {
  border: solid 1px var(--base-color);
  background: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  list-style: none;
}
.read12 details p {
  padding: 1rem;
}
.read12 details p em {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-weight: 600;
}
.read12 details p em::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/a_icon.webp);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -0.2rem;
  top: -0.2rem;
}
.read12 details p:first-of-type {
  padding-bottom: 0;
}
.read12 details summary {
  padding: 1rem 4rem;
  background: var(--base-color);
  font-weight: 600;
  list-style: none;
  position: relative;
  cursor: pointer;
}
.read12 details summary::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/q_icon.webp);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0.8rem;
  top: 0.8rem;
}
.read12 details summary .icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  box-sizing: border-box;
  transform-origin: center center;
}
.read12 details summary .icon_wrap .icon {
  display: block;
  width: 1rem;
  height: 1rem;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.read12 details summary .icon_wrap .icon:before, .read12 details summary .icon_wrap .icon:after {
  content: "";
  background-color: #000;
  height: 0.2rem;
  width: 1.5rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.3s;
}
.read12 details summary .icon_wrap .icon:before {
  width: 0.2rem;
  height: 1.5rem;
  top: -0.3rem;
  left: 0.65rem;
}
.read12 details summary::-webkit-details-marker {
  display: none;
}
.read12 details[open] summary .icon::before {
  transform: rotate(90deg);
}
.read12 details[open] summary .icon::after {
  opacity: 0;
}

.s_read_title div {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  background: var(--base-color);
  position: relative;
}
.s_read_title dt {
  width: 20%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
  z-index: 2;
}
.s_read_title dt img {
  width: 3rem;
}
.s_read_title dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 5.5rem;
  width: 80%;
  background: var(--base-color);
  font-weight: 600;
  padding: 1rem;
  line-height: 1;
}
.s_read_title dd strong {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  width: 100%;
}

.sub_cnt {
  margin-bottom: 2px;
}
.sub_cnt summary {
  text-align: center;
  background: #ff9900;
  font-size: 1.4rem;
  padding: 0.8rem;
  color: #000;
  cursor: pointer;
}
.sub_cnt > div {
  background: #fff;
}
.sub_cnt .inner {
  padding: 1rem 1.5rem;
}
.sub_cnt figure {
  margin-bottom: 1rem;
}
.sub_cnt .mincho {
  font-size: 1.2rem;
}
.sub_cnt p {
  margin-bottom: 1.5rem;
  color: #333;
}
.sub_cnt .service {
  margin-bottom: 1rem;
}
.sub_cnt h2 {
  color: var(--base-color);
  font-weight: 300;
  font-size: 2.8rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  flex-wrap: wrap;
  line-height: 1;
  background-position: center;
  background-size: 16rem;
  background-repeat: no-repeat;
}
.sub_cnt h2 span {
  display: block;
  width: 100%;
}
.sub_cnt h2 img {
  display: block;
  margin: 0 auto;
  width: 6rem;
}

.sub_fv {
  height: 490px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7098039216));
}
.sub_fv .sub_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.6s;
}
.sub_fv .sub_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/sub/sub_mv_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.sub_fv::after {
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.sub_fv .inner {
  padding: 0 1rem;
  position: relative;
  height: 100%;
  padding-top: 6rem;
}
.sub_fv .inner > figure {
  position: absolute;
  position: absolute;
  top: 1rem;
  right: -4rem;
  width: 29rem;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
}
.sub_fv h2 {
  padding: 0;
  background: unset;
  color: #000;
  display: block;
  opacity: 0;
  transform: translateX(-10rem);
  transition-duration: 0.5s;
  transition-delay: 0.3s;
}
.sub_fv h2 figure img {
  width: 16.4rem;
  margin-left: 0;
}
.sub_fv h2 figure figcaption {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.sub_fv.active .sub_bg {
  opacity: 1;
}
.sub_fv.active .inner figure {
  opacity: 1;
}
.sub_fv.active h2 {
  opacity: 1;
  transform: translate(0);
}

.s_read01 h2 {
  background-image: url(../img/sub/sub_read01_icon_c.webp);
}

.s_read01_b dl {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: 4rem;
  transform: translateY(3rem);
}
.s_read01_b dl::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4rem;
  top: -3.2rem;
  left: 0;
  background-image: url(../img/sub/sub_read01_icon_a.webp);
  background-size: 8rem;
  position: absolute;
}
.s_read01_b dl img {
  transition-delay: 0.3s;
  transform: rotate(-45deg);
  transition-duration: 0.6s;
}
.s_read01_b dl.active img {
  transform: rotate(0deg);
}
.s_read01_b dt {
  width: 8rem;
}
.s_read01_b dd {
  width: 7.5rem;
  position: relative;
}
.s_read01_b dd::before {
  content: "";
  background-image: url(../img/sub/sub_read01_icon_b.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -2.8rem;
  top: 2.5rem;
}

.s_read02 h2 {
  background-image: url(../img/sub/sub_read02_icon_a.webp);
  background-position-x: 5rem;
}
.s_read02 h2 img {
  width: 4rem;
}

.s_read02_a h3 {
  font-size: 1.1rem;
  font-weight: 600;
  background: var(--base-color);
  margin-left: -1.5rem;
  margin-bottom: -1rem;
  padding: 0.3rem 1.5rem;
  max-width: 280px;
  -webkit-clip-path: polygon(0 0, 17rem 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 17rem 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  transform: translateX(-3rem);
}
.s_read02_a picture {
  display: block;
  position: relative;
  margin: 0 -1.5rem 0.2rem;
  padding-top: 2.5rem;
  background-image: url(../img/sub/sub_read02_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s !important;
}
.s_read02_a picture::before {
  content: "";
  display: block;
  width: 16rem;
  height: 3.8rem;
  background-image: url(../img/sub/sub_read02_sp_cnt_a2.webp);
  background-repeat: no-repeat;
  margin: 0 auto -0.1rem;
  background-position: center;
  background-size: contain;
  transform: translateY(5rem);
  transition-duration: 0.7s;
  transition-delay: 0.5s;
  opacity: 0;
}
.s_read02_a picture img {
  display: block;
  margin: 0 auto;
  width: 16rem;
  transition-duration: 1s;
  transform: translateY(10rem);
}
.s_read02_a picture.active::before {
  transform: translate(0);
  opacity: 1;
}
.s_read02_a picture.active img {
  transform: translate(0);
}
.s_read02_a figcaption {
  display: flex;
  justify-content: center;
  gap: 5.5rem;
}
.s_read02_a strong {
  font-weight: normal;
}
.s_read02_a .mincho {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.s_read02_a h4 {
  width: 8rem;
  margin: 0 auto 1rem;
}

.s_read02_b .flex {
  opacity: 1;
}
.s_read02_b .flex p {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  opacity: 0;
  transition-duration: 0.6s;
}
.s_read02_b .flex h3 {
  background: var(--base-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: -1.5rem;
  width: 19rem;
  margin-bottom: 1.5rem;
  padding: 0.3rem 1.5rem 0.3rem 2rem;
  text-align: right;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 1rem 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 1rem 100%);
  opacity: 0;
  transform: translateX(3rem);
  transition-duration: 0.8s;
  transition-delay: 0.3s;
}
.s_read02_b .flex.active p {
  opacity: 1;
}
.s_read02_b .flex.active h3 {
  opacity: 1;
  transform: translate(0);
}
.s_read02_b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  position: relative;
  opacity: 1;
}
.s_read02_b ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18rem;
  background-image: url(../img/sub/sub_read02_icon_c.webp);
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 0;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.8s;
  transform: scale(0.5);
}
.s_read02_b ul li:first-child {
  width: 100%;
}
.s_read02_b ul li:first-child img {
  transform: translateY(6rem);
}
.s_read02_b ul li:nth-child(n+2) {
  width: 50%;
}
.s_read02_b ul li:nth-child(2) img {
  margin-left: 0;
  transition-delay: 0.8s;
  transform: translateX(6rem);
}
.s_read02_b ul li:nth-child(3) img {
  margin-right: 0;
  transition-delay: 0.4s;
  transform: translateY(-6rem) translateX(-6rem);
}
.s_read02_b ul li img {
  width: 9rem;
  margin: 0 auto;
  display: block;
  opacity: 0;
  transition-duration: 1s;
}
.s_read02_b ul.active::before {
  opacity: 1;
  transform: scale(1);
}
.s_read02_b ul.active li img {
  opacity: 1;
  transform: translate(0) !important;
}
.s_read02_b h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  opacity: 1;
}
.s_read02_b h4::before, .s_read02_b h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--base-color);
  transform: scale(0, 1);
  transition-duration: 1.2s;
}
.s_read02_b h4::before {
  transform-origin: right;
}
.s_read02_b h4::after {
  transform-origin: left;
}
.s_read02_b h4.active::before, .s_read02_b h4.active::after {
  transform: scale(1, 1);
}
.s_read02_b dl div {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 13rem;
  margin-bottom: 1rem;
  opacity: 1;
}
.s_read02_b dl div dt {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(2rem);
  transition-duration: 0.8s;
}
.s_read02_b dl div dd {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.3s;
  color: #fff;
}
.s_read02_b dl div dd p {
  background: #000;
  font-size: 1.3rem;
  font-weight: 400;
  display: inline;
  padding: 0.3rem 0.6rem;
  line-height: 2.2;
  color: #fff;
}
.s_read02_b dl div dd p strong {
  font-weight: 400;
}
.s_read02_b dl div:nth-of-type(1) {
  justify-content: flex-end;
}
.s_read02_b dl div:nth-of-type(1) dt {
  left: -1.5rem;
  width: 18rem;
  height: 12.5rem;
  padding-top: 0.6rem;
  border-top-right-radius: 4rem;
}
.s_read02_b dl div:nth-of-type(1) dd {
  transform: translateX(-1.5rem);
}
.s_read02_b dl div:nth-of-type(2) {
  margin-bottom: 2rem;
}
.s_read02_b dl div:nth-of-type(2) dt {
  right: -1.5rem;
  width: 18rem;
  height: 12.5rem;
  padding-top: 0.6rem;
  border-top-left-radius: 4rem;
}
.s_read02_b dl div:nth-of-type(2) dd {
  text-align: left;
  transform: translateX(1.5rem);
}
.s_read02_b dl div:nth-of-type(3) {
  min-height: 23rem;
  justify-content: flex-end;
  position: relative;
}
.s_read02_b dl div:nth-of-type(3) dt {
  width: 12rem;
  left: 0;
}
.s_read02_b dl div:nth-of-type(3) dd {
  text-align: right;
  transform: translateX(-1.5rem);
}
.s_read02_b dl div:nth-of-type(3)::before, .s_read02_b dl div:nth-of-type(3)::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20rem;
  height: 15rem;
  z-index: -1;
}
.s_read02_b dl div:nth-of-type(3)::before {
  background-image: url(../img/sub/sub_read02_cnt_h.webp);
  top: -2rem;
  right: -5rem;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.3s;
  transform: translateY(1rem);
}
.s_read02_b dl div:nth-of-type(3)::after {
  background-image: url(../img/sub/sub_read02_cnt_i.webp);
  bottom: -3rem;
  right: -6rem;
  z-index: -2;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.3s;
  transform: translateY(1rem);
}
.s_read02_b dl div.active dt {
  opacity: 1;
  transform: translate(0);
}
.s_read02_b dl div.active dd {
  transform: translate(0);
  opacity: 1;
}
.s_read02_b dl div.active:nth-of-type(3)::before, .s_read02_b dl div.active:nth-of-type(3)::after {
  opacity: 1;
  transform: translate(0);
}

.s_read02_c {
  background: #FFE7C4;
  padding-bottom: 0;
  padding-top: 2rem;
  overflow: hidden;
}
.s_read02_c ul {
  text-align: center;
  font-size: 1.3rem;
  padding: 0 1rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transform: translateY(2rem);
  transition-duration: 1s !important;
}
.s_read02_c ul::before {
  content: "";
  display: block;
  height: 2rem;
  width: 0.15rem;
  margin: 0.3rem auto;
  background: var(--base-color);
}
.s_read02_c ul li {
  position: relative;
}
.s_read02_c ul li::before {
  content: "";
  top: -3rem;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 9rem;
  height: 8rem;
}
.s_read02_c ul li::after {
  content: "";
  display: block;
  height: 2rem;
  width: 0.15rem;
  margin: 0.3rem auto;
  background: var(--base-color);
}
.s_read02_c ul li:nth-child(1)::before {
  background-image: url(../img/sub/sub_read02_cnt_j.webp);
  left: 0;
}
.s_read02_c ul li:nth-child(2)::before {
  background-image: url(../img/sub/sub_read02_cnt_k.webp);
  right: 0;
}
.s_read02_c ul li:nth-child(3)::before {
  background-image: url(../img/sub/sub_read02_cnt_l.webp);
  left: 0;
}
.s_read02_c ul li:nth-child(4)::before {
  background-image: url(../img/sub/sub_read02_cnt_m.webp);
  right: 0;
}
.s_read02_c ul li:nth-child(5)::before {
  background-image: url(../img/sub/sub_read02_cnt_n.webp);
  left: 0;
}
.s_read02_c ul li:nth-child(6)::before {
  background-image: url(../img/sub/sub_read02_cnt_o.webp);
  right: 0;
}
.s_read02_c figure {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: -6rem;
  margin-bottom: 2rem;
  opacity: 1;
}
.s_read02_c figure img {
  display: block;
  width: 12rem;
  margin-left: -2.5rem;
  margin-bottom: -4rem;
  opacity: 1;
  transform: translateY(10rem);
  transition-duration: 0.8s;
}
.s_read02_c figure figcaption {
  font-size: 1.2rem;
  background-image: url(../img/sub/sub_read02_icon_e.webp);
  background-repeat: no-repeat;
  background-size: 11rem;
  background-position: center left;
  padding-left: 1.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  transform: translateX(3rem);
}
.s_read02_c figure.active img {
  transform: translate(0);
}
.s_read02_c figure.active figcaption {
  opacity: 1;
  transform: translate(0);
}

.s_read03 h2 {
  background-image: url(../img/sub/sub_read03_icon_a.webp);
}

.s_read03_a {
  padding-top: 1.5rem;
}
.s_read03_a h3 {
  text-align: center;
  margin-bottom: 1rem;
}
.s_read03_a h3 strong {
  font-weight: normal;
}
.s_read03_a h3::before, .s_read03_a h3::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  transform: scale(0.1);
  transform-origin: top center;
  transition-duration: 1s;
  background: #000;
  margin: 0.5rem 0;
}
.s_read03_a h3.active::before, .s_read03_a h3.active::after {
  transform: scale(1, 1);
}
.s_read03_a iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
}
.s_read03_a video {
  width: 100%;
  margin-bottom: 1rem;
}
.s_read03_a p.mincho {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.s_read03_a ul {
  margin: 0 auto;
  max-width: 500px;
}
.s_read03_a li {
  width: 100%;
  height: 12rem;
  background: #ccc;
  margin-bottom: 1rem;
  overflow: hidden;
}

.s_read03_b dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  opacity: 1;
}
.s_read03_b dl dt, .s_read03_b dl dd {
  width: calc(50% - 0.5rem);
  opacity: 0;
  transition-duration: 0.8s;
}
.s_read03_b dl figure {
  overflow: hidden;
  height: 15.5rem;
}
.s_read03_b dl dd {
  position: relative;
  transition-delay: 0.4s;
}
.s_read03_b dl dd::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: -2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5rem;
  height: 5rem;
  background-image: url(../img/sub/sub_read03_icon_b.webp);
  opacity: 0;
  transition-delay: 0.8s;
  transform: scale(0.5);
  transition-duration: 0.4s;
}
.s_read03_b dl.active dt, .s_read03_b dl.active dd {
  opacity: 1;
}
.s_read03_b dl.active dd::before {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 744px) {
  .regarea_b .inner {
    padding: 3rem 7rem 2rem;
  }
  .regarea_b .inner::before {
    background-size: 32rem;
    background-position: left -3rem bottom -1rem;
  }
  .regarea_b h2 {
    width: 30rem;
  }
  .regarea_b dl {
    max-width: 20rem;
    margin-bottom: 2rem;
  }
  .regarea_b dt p {
    font-size: 1.6rem;
  }
  .regarea_b dt p::before {
    bottom: -1rem;
    left: 9rem;
  }
  .regarea_b dd strong {
    font-size: 2.5rem;
  }
  .regarea_b dd em {
    font-size: 1.9rem;
  }
  .regarea_b.first .inner::before {
    background-size: 40rem;
    background-position: left -4rem bottom -6rem;
  }
  .regarea_first {
    padding: 0 2rem 3rem;
  }
  .regarea_first .inner {
    margin: 0 auto;
  }
  .regarea_first .inner::before {
    background-size: 31rem;
  }
  .regarea_first .inner ul:nth-of-type(2) {
    margin-left: 10rem;
  }
  .regarea_first h2 {
    width: 30rem;
    margin: 0 auto 1.5rem;
  }
  .regarea_first dl {
    margin-right: 1.5rem;
    max-width: 24rem;
  }
  .regarea_first dl dt {
    font-size: 1.4rem;
    max-width: 20rem;
  }
  .regarea_first dl dd {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
  }
  .regarea_first dl dd strong {
    font-size: 1.6rem;
  }
  .regarea_first .lineBtn_area {
    width: 27rem;
    margin-left: auto;
  }
  .read00 iframe {
    height: 400px;
  }
  .read01 .iinner {
    padding: 1rem 0;
  }
  .read01 h2 {
    width: 35rem;
    margin: 0 auto 3rem;
  }
  .read01 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .read01 ul li::before {
    top: 0.5rem;
    width: 15rem;
  }
  .read01 ul li figure {
    width: calc(50% - 1rem);
  }
  .read01 ul li p {
    width: calc(50% - 1rem);
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
    padding-right: 2rem;
  }
  .read01 ul li:first-child::before {
    right: 4rem;
    background-image: url(../img/read01_txt_a_pc.webp);
  }
  .read01 ul li:first-child p {
    margin-top: 3rem;
  }
  .read01 ul li:last-child {
    flex-direction: row-reverse;
  }
  .read01 ul li:last-child::before {
    left: 3.5rem;
    background-image: url(../img/read01_txt_b_pc.webp);
  }
  .read01 ul li:last-child p {
    margin-left: auto;
  }
  .read02 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    padding-bottom: 4rem;
    margin-top: -0.3rem;
  }
  .read02 .inner {
    padding-bottom: 4rem;
  }
  .read02 h2 {
    font-size: 2rem;
    margin-bottom: 5rem;
    display: block;
  }
  .read02 h2 .sp {
    display: block;
  }
  .read02 .read02_cnt {
    margin-bottom: 7rem;
  }
  .read02 .read02_cnt p {
    font-size: 1.5rem;
    width: 10rem;
    top: -2rem;
    left: 14.5rem;
  }
  .read02 .read02_cnt p::before {
    width: 1.4rem;
    height: 1.4rem;
    bottom: -1rem;
    margin-left: -0.5rem;
  }
  .read02 .read02_cnt h3 {
    font-size: 2rem;
    padding: 3rem 1rem;
  }
  .read02 .read02_cnt dl {
    justify-content: center;
    gap: 2rem;
  }
  .read02 .read02_cnt dl div {
    width: 15rem;
    font-size: 1.5rem;
  }
  .read02 .read02_cnt dl div:first-of-type::before {
    width: 2.8rem;
    right: -2.5rem;
    top: 1.5rem;
  }
  .read02 .read02_cnt dd span {
    font-size: 1.6rem;
  }
  .read02 .read02_cnt ul {
    width: 50%;
  }
  .read02 .read02_cnt ul::before {
    left: -12.5rem;
    width: 9rem;
  }
  .read02 .read02_cnt ul li {
    font-size: 1.2rem;
  }
  .read02 .read02_cnt ul li::before {
    width: 1.4rem;
    height: 1.4rem;
    transform: translateY(5px);
  }
  .read02 .read02_cnt_c::before {
    height: 130%;
  }
  .read02 .read02_cnt_c .inner {
    background-size: 28rem;
    background-position: left bottom -4rem;
  }
  .read02 .read02_cnt_c .inner::after {
    right: -4.5rem;
    width: 22rem;
    height: 25rem;
    bottom: -2rem;
  }
  .read02 .read02_cnt_c .inner::before {
    width: 4rem;
    height: 4rem;
    top: -8.5rem;
    left: 50%;
    margin-left: -2rem;
  }
  .read02 .read02_cnt_c picture {
    width: 32rem;
    display: block;
    margin: 0 auto;
  }
  .read02 .read02_cnt_c.active::before {
    top: -1rem;
  }
  .read03 {
    background-image: url(../img/read03_bg_pc.webp);
    background-position: top -10rem center;
  }
  .read03::before {
    background-size: 60rem;
    background-position: right -6rem bottom -16rem;
  }
  .read03 .inner {
    padding-top: 15rem;
    margin-top: -5rem;
  }
  .read03 h2 {
    font-size: 1.5rem;
  }
  .read03 h2 strong {
    font-size: 2.3rem;
  }
  .read03 h3 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .read03 h3 strong {
    font-size: 2rem;
  }
  .read03 h4 {
    font-size: 1.5rem;
  }
  .read03 h4 strong {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .read03 .read03_cnt_b li {
    width: calc(25% - 2rem);
  }
  .read03 .read03_cnt_b figure {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
  }
  .read03 .read03_cnt_b::after {
    margin-top: 1rem;
    font-weight: 500;
    width: 100%;
  }
  .read04 h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .read04 h3 {
    font-size: 1.8rem;
  }
  .read04 h3 strong {
    font-size: 2.4rem;
  }
  .read04 ul {
    margin: 0 auto;
    background-size: 52rem;
    background-position-y: -3rem;
    padding-bottom: 2rem;
    padding-top: 5rem;
  }
  .read04 ul li {
    font-size: 1.2rem;
    width: 16rem;
    padding-left: 1.5rem;
    margin-bottom: 4rem;
  }
  .read04 ul li:nth-child(even)::after {
    left: -26px;
    bottom: -24px;
  }
  .read04 ul li::before {
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
  .read04 ul li::after {
    right: -27px;
    bottom: -25px;
  }
  .read04 ul li:nth-child(1) {
    width: 12.5rem;
    margin-left: 3rem;
  }
  .read04 ul li:nth-child(3) {
    width: 14.8rem;
    margin-left: 0.5rem;
  }
  .read04 ul li:nth-child(4) {
    width: 15rem;
    margin-right: 3rem;
  }
  .read04 ul li:nth-child(5) {
    width: 14.8rem;
    margin-left: 0.5rem;
  }
  .read04 ul li:nth-child(6) {
    width: 13.5rem;
    margin-right: 2.5rem;
  }
  .read04 ul li:nth-child(7) {
    width: 14.5rem;
    margin-left: 2rem;
  }
  .read04 h4 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 0;
  }
  .read04 h4::before {
    background-image: url(../img/read04_txt_pc.webp);
    margin-left: 0;
    width: 7rem;
    height: 3.5rem;
    margin-left: 0;
  }
  .read04 h4::after {
    width: 45rem;
    height: 37rem;
  }
  .read04 h4 em {
    font-size: 2rem;
  }
  .read04 h5 {
    font-size: 2rem;
    text-align: left;
    margin: 0;
  }
  .read04 h5 strong {
    font-size: 2.5rem;
    display: inline;
  }
  .read05::before {
    height: 15rem;
  }
  .read05 .inner {
    background-size: 35rem;
    background-position: left -2.5rem bottom -2.5rem;
  }
  .read05 h2 {
    font-size: 1.8rem;
    margin: 0 auto 5rem;
  }
  .read05 h2 em {
    font-size: 1.8rem;
  }
  .read05 h2 span {
    font-size: 1.8rem;
  }
  .read05 li {
    height: 8rem;
    align-items: center;
  }
  .read05 li p {
    font-size: 1.4rem;
  }
  .read05 h3 {
    font-size: 2.2rem;
    margin-left: 10rem;
  }
  .read05 h3 em {
    font-size: 2.6rem;
  }
  .read05 h3::before {
    width: 11rem;
    height: 5rem;
  }
  .read06 .inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .read06 .read06_cnt_a {
    padding: 0;
  }
  .read06 .read06_cnt_a::before {
    height: 35rem;
    background-size: 16.5rem;
  }
  .read06 .read06_cnt_a li span {
    width: 14rem;
    height: 14rem;
    border-radius: 10rem;
    font-size: 1.8rem;
  }
  .read06 .read06_cnt_a li:nth-child(2) span {
    margin-left: auto;
  }
  .read06 .read06_cnt_a li:nth-child(3) span {
    margin-right: auto;
  }
  .read06 h2 {
    font-size: 1.6rem;
  }
  .read06 picture {
    width: 34rem;
  }
  .read06 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    height: 11rem;
    background-size: 100%;
    max-width: 700px;
    margin: 0 auto;
    background-image: url(../img/read06_pc_banner.webp);
  }
  .read06 a p {
    font-size: 2rem;
    text-align: right;
  }
  .read06 a p:last-child {
    width: 100%;
    padding: 0 0 0 3rem;
  }
  .read06 a span {
    font-size: 2rem;
    padding: 0 0.5rem;
  }
  .read07 .read07_bg::after {
    background-image: url(../img/read07_bg_pc_.webp);
    background-repeat: no-repeat;
  }
  .read07 h2 {
    margin-bottom: 7rem;
    padding-top: 1.5rem;
  }
  .read07 h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
            clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
  .read07 h2 picture {
    width: 36rem;
  }
  .read07 li {
    margin-bottom: 2rem;
  }
  .read07 .read07_cnt_a {
    padding: 1rem 2rem;
  }
  .read07_cnt_b {
    padding: 3rem 2rem;
  }
  .read07_cnt_b h3 {
    font-size: 2rem;
  }
  .read07_cnt_b figure img {
    width: 5rem;
  }
  .read07_cnt_b figure figcaption {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .read08 .inner {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .read08 h2 {
    font-size: 2.6rem;
  }
  .read08 h2 span::before {
    width: 0.5rem;
    height: 0.5rem;
    left: 0.8rem;
  }
  .read08 h2.active span {
    opacity: 1;
  }
  .read08 p {
    font-size: 1.2rem;
  }
  .read08 h3 {
    font-size: 1.8rem;
  }
  .read08 h3 em {
    font-size: 2.2rem;
  }
  .read08 h4 {
    width: 12rem;
  }
  .read08 ul {
    gap: 4rem;
    margin: 4.5rem -1.5rem 7rem;
  }
  .read08 ul::before {
    height: 20rem;
  }
  .read08 ul::before {
    background-image: url(../img/read08_bg_a_pc.webp);
  }
  .read08 ul li {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    font-size: 3rem;
  }
  .read08 ul li:nth-child(2)::before {
    width: 3rem;
    height: 3rem;
    left: -3.6rem;
    top: 3.4rem;
  }
  .read08 .read08_bg_a::before {
    right: -2.5rem;
    top: -7rem;
    width: 30rem;
    height: 30rem;
  }
  .read08 .read08_bg_b::before {
    left: -11.5rem;
    top: -15rem;
    width: 30rem;
    height: 33rem;
  }
  .read09 h2 {
    margin-top: -3rem;
  }
  .read09 h2 picture {
    width: 35rem;
    margin: 0 auto;
    display: block;
  }
  .read09 .inner::before {
    width: 87rem;
    height: 55rem;
    top: -6.5rem;
    left: -8rem;
  }
  .read09 dl::before {
    height: 4rem;
    background-size: 15rem;
  }
  .read09 dt svg {
    top: 4.8rem;
  }
  .read09 dt svg circle {
    stroke-width: 0.6rem;
  }
  .read09 dd {
    width: 12rem;
    margin: 3.8rem auto 8.5rem;
  }
  .read09 dd::after {
    bottom: -6rem;
    font-size: 0.8rem;
  }
  .read09 h3 {
    font-size: 2.5rem;
  }
  .read09 p {
    font-size: 2rem;
  }
  .read10::before {
    height: 9.5rem;
  }
  .read10 .inner {
    padding-top: 2rem;
  }
  .read10 h2 {
    font-size: 2.5rem;
    margin-bottom: 6.5rem;
  }
  .read10 li {
    font-size: 1.6rem;
  }
  .read10 li::before {
    width: 20.2rem;
    height: 12rem;
  }
  .read10 li figure {
    width: 4.5rem;
  }
  .read10 li dt {
    font-size: 1.3rem;
  }
  .read10 li dd {
    font-size: 1.2rem;
  }
  .read10 li:nth-child(1) {
    margin-bottom: 4.5rem;
  }
  .read10 li:nth-child(1)::before {
    background-image: url(../img/read10_pc_cnt_a.webp);
    left: 0;
  }
  .read10 li:nth-child(1) dt {
    padding-left: 1.5rem;
  }
  .read10 li:nth-child(1) dd {
    padding-left: 1.5rem;
  }
  .read10 li:nth-child(2) {
    margin-bottom: 4rem;
  }
  .read10 li:nth-child(2)::before {
    background-image: url(../img/read10_pc_cnt_b.webp);
    right: 0;
  }
  .read10 li:nth-child(2) dt {
    padding-right: 1.5rem;
  }
  .read10 li:nth-child(2) dd {
    padding-right: 1.5rem;
  }
  .read10 li:nth-child(3)::before {
    background-image: url(../img/read10_pc_cnt_c.webp);
    left: 0;
  }
  .read10 li:nth-child(3) dt {
    padding-left: 1.5rem;
  }
  .read10 li:nth-child(3) dd {
    padding-left: 1.5rem;
  }
  .read11 li:last-child {
    width: 18em;
  }
  .sub_fv {
    height: 800px;
  }
  .sub_fv .sub_bg::before {
    background-image: url(../img/sub/sub_mv_bg.webp);
  }
  .sub_fv .inner {
    padding-top: 10rem;
  }
  .sub_fv .inner > figure {
    width: 40rem;
  }
  .sub_fv h2 {
    margin-left: 4rem;
  }
  .sub_fv h2 figure img {
    width: 20rem;
  }
  .sub_fv h2 figure figcaption {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .s_read_title {
    background: linear-gradient(90deg, #000 20%, var(--base-color) 0);
  }
  .s_read_title dt {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    width: 30%;
  }
  .s_read_title dd {
    padding-left: 0;
  }
  .s_read_title dd strong {
    font-size: 1.5rem;
  }
  .inner {
    padding: 2.5rem 1.5rem;
  }
  figure {
    margin-bottom: 2rem;
  }
  .s_read01_b figure {
    float: left;
    width: calc(50% - 1rem);
  }
  .s_read01_b dl {
    float: right;
    width: calc(50% - 1rem);
  }
  .s_read01_b p {
    clear: both;
  }
  .s_read02 h2 {
    background-position: center;
  }
  .s_read02_a h3 {
    max-width: 360px;
  }
  .s_read02_a picture {
    margin: 0 auto 0.2rem;
    padding-top: 4rem;
  }
  .s_read02_a picture::before {
    background-image: url(../img/sub/sub_read02_pc_cnt_a2.webp);
    width: 19rem;
  }
  .s_read02_a picture img {
    width: 19rem;
  }
  .s_read02_a figcaption {
    gap: 8.5rem;
  }
  .s_read02_a .mincho {
    font-size: 1.4rem;
  }
  .s_read03_a iframe {
    height: 400px;
  }
  .s_read02_b .flex {
    display: flex;
    align-items: baseline;
  }
  .s_read02_b .flex h3 {
    margin-left: 0.5rem;
    padding-left: 2.5rem;
    text-align: left;
    width: 19rem;
    -webkit-clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(1rem 0, 100% 0, 100% 100%, 0% 100%);
  }
  .s_read02_b ul {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1rem;
    margin: 1rem auto 2.5rem;
  }
  .s_read02_b ul::before {
    display: none;
  }
  .s_read02_b ul li:first-child {
    width: 10rem;
  }
  .s_read02_b ul li img {
    width: 10rem;
    transform: translateY(2rem);
  }
  .s_read02_b ul li:nth-child(2) {
    width: 10rem;
  }
  .s_read02_b ul li:nth-child(2) img {
    margin-left: auto;
    transform: translateY(2rem);
    transition-delay: 0.3s;
  }
  .s_read02_b ul li:nth-child(3) {
    width: 10rem;
  }
  .s_read02_b ul li:nth-child(3) img {
    margin-right: auto;
    transform: translateY(2rem);
    transition-delay: 0.6s;
  }
  .s_read02_b h4 {
    font-size: 1.5rem;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  .s_read02_b dl div {
    margin-bottom: 3rem;
    position: relative;
  }
  .s_read02_b dl div dd p {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .s_read02_b dl div dd p strong {
    font-weight: 600;
  }
  .s_read02_b dl div:nth-of-type(1) {
    justify-content: center;
  }
  .s_read02_b dl div:nth-of-type(1) dt {
    left: 0;
    width: 27rem;
    height: 14rem;
  }
  .s_read02_b dl div:nth-of-type(1) dd {
    margin-left: 18rem;
  }
  .s_read02_b dl div:nth-of-type(2) {
    justify-content: center;
  }
  .s_read02_b dl div:nth-of-type(2) dt {
    right: 0;
    width: 27rem;
    height: 14rem;
  }
  .s_read02_b dl div:nth-of-type(2) dd {
    margin-right: 22rem;
  }
  .s_read02_b dl div:nth-of-type(3) {
    justify-content: center;
    min-height: 28rem;
  }
  .s_read02_b dl div:nth-of-type(3) dt {
    left: 1rem;
    top: 0.5rem;
    width: 16rem;
  }
  .s_read02_b dl div:nth-of-type(3) dd {
    text-align: left;
    margin-left: 14rem;
  }
  .s_read02_b dl div:nth-of-type(3)::before, .s_read02_b dl div:nth-of-type(3)::after {
    width: 25rem;
    height: 18rem;
  }
  .s_read02_b dl div:nth-of-type(3)::before {
    right: 0;
  }
  .s_read02_b dl div:nth-of-type(3)::after {
    bottom: -5rem;
    right: -4rem;
  }
  .s_read02_c {
    padding-top: 3rem;
  }
  .s_read02_c ul {
    max-width: 630px;
  }
  .s_read02_c ul li::before {
    width: 12rem;
  }
  .s_read02_c figure {
    gap: 2rem;
  }
  .s_read02_c figure img {
    width: 17rem;
    margin-left: -5.5rem;
    margin-bottom: -6.5rem;
  }
  .s_read02_c figure figcaption {
    font-size: 1.6rem;
    padding-left: 2.5rem;
    padding-bottom: 1.5rem;
    background-size: 15rem;
  }
  .s_read03_b dl {
    margin: 3rem auto 1rem;
    max-width: 550px;
  }
  .s_read03_b dl dt, .s_read03_b dl dd {
    width: calc(50% - 1rem);
  }
  .s_read03_b dl dd::before {
    width: 6rem;
    height: 6rem;
    right: -2rem;
  }
  .s_read03_b dl figure {
    height: 21rem;
  }
}
@media (min-width: 1280px) {
  .regarea_first .inner {
    padding: 2rem 3rem;
  }
  .regarea_first .inner::before {
    background-position-x: -5rem;
  }
  .regarea_first h2 {
    width: 28rem;
  }
  .regarea_first dl {
    width: 21rem;
  }
  .regarea_first dl dt {
    font-size: 1.1rem;
  }
  .regarea_first dl dd {
    font-size: 0.9rem;
  }
  .regarea_first dl dd strong {
    font-size: 1.3rem;
  }
  .read00 {
    background-image: url(../img/read00_bg_sp.webp);
    background-position: center bottom -30rem;
  }
  .read00 .inner {
    padding-top: 0;
  }
  .read00 h2 {
    width: 32rem;
  }
  .read00 h2 span {
    font-size: 2rem;
  }
  .read01 .inner {
    padding: 1.5rem 0 1rem;
    max-width: 890px;
  }
  .read01 ul li figure {
    width: calc(50% - 0.5rem);
    height: 12rem;
  }
  .read01 ul li:first-child::before {
    top: 3rem;
    right: 8.5rem;
  }
  .read01 ul li:first-child img {
    width: 35rem;
    transform: translateY(0px) translateX(-6rem);
  }
  .read01 ul li:nth-child(2)::before {
    left: 8rem;
    top: 2rem;
  }
  .read01 ul li:nth-child(2) img {
    transform: translateY(-20px);
  }
  .read01 ul li.active:first-child img {
    transform: translateY(-18px) translateX(-6rem);
  }
  .read01 ul li.active:nth-child(2) img {
    transform: translateY(-50px);
  }
  .read02 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    padding-bottom: 6rem;
    background: linear-gradient(to bottom, #000 0.1rem, var(--base-color) 0);
  }
  .read02::before {
    height: 10rem;
  }
  .read02 h2 {
    font-size: 1.8rem;
    padding: 1rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .read02 h2 .sp {
    display: none;
  }
  .read02 h2::before {
    width: 4rem;
    height: 3rem;
    top: -5.5rem;
    left: 50%;
    margin-left: -2rem;
  }
  .read02 h2 span:nth-of-type(1) {
    padding-right: 0;
  }
  .read02 h2 span:nth-of-type(2) {
    padding-left: 0.2rem;
    margin-left: -0.2rem;
  }
  .read02 .read02_cnt h3 {
    font-size: 1.4rem;
  }
  .read02 .read02_cnt dl div {
    font-size: 1.1rem;
    width: 10rem;
    line-height: 1;
    padding: 1.3rem 0.5rem 1rem;
  }
  .read02 .read02_cnt dl div:first-of-type::before {
    width: 2.6rem;
    right: -2.2rem;
  }
  .read02 .read02_cnt ul::before {
    left: -11rem;
    width: 8.5rem;
  }
  .read02 .read02_cnt ul li {
    font-size: 1rem;
  }
  .read02 .read02_cnt ul li::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .read02 .read02_cnt_c picture {
    width: 34rem;
  }
  .read02 .read02_cnt_c::before {
    height: 150%;
    top: 6rem;
    transform: rotate(352deg);
  }
  .read02 .read02_cnt_c.active::before {
    top: -35px !important;
  }
  .read02 .read02_cnt_c .inner::before {
    top: -9rem;
  }
  .read02 .read02_cnt_c .inner::after {
    bottom: -30px;
    right: -6.5rem;
    width: 24rem;
  }
  .read03 {
    background-position-y: -35rem;
    margin-top: -11rem;
  }
  .read03::before {
    background-size: 100%;
    background-position: center bottom -35rem;
  }
  .read03 .inner {
    padding-bottom: 6rem;
  }
  .read03 h2 {
    font-size: 1.2rem;
  }
  .read03 h2 strong {
    font-size: 1.85rem;
  }
  .read03 h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .read03 h3 strong {
    font-size: 1.3rem;
  }
  .read03 h4 {
    font-size: 1.4rem;
  }
  .read03 h4 strong {
    font-size: 1.8rem;
  }
  .read04 .inerr {
    padding: 2rem 0 3rem;
  }
  .read04 h2 {
    font-size: 1.8rem;
  }
  .read04 h3 {
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
    width: 700px;
  }
  .read04 h3 strong {
    font-size: 2.4rem;
    margin-left: 4rem;
  }
  .read04 ul {
    background-size: 52rem;
    background-position: left -4rem top -2rem;
  }
  .read04 ul li {
    margin-bottom: 5rem;
    font-size: 1.1rem;
    padding-left: 1.3rem;
    width: 14.5rem;
  }
  .read04 ul li:nth-child(1) {
    width: 11.5rem;
  }
  .read04 ul li:nth-child(3) {
    width: 13.5rem;
  }
  .read04 ul li:nth-child(4) {
    width: 13.5rem;
  }
  .read04 ul li:nth-child(5) {
    width: 13.5rem;
  }
  .read04 ul li:nth-child(6) {
    width: 12.5rem;
    margin-right: 2rem;
  }
  .read04 ul li:nth-child(7) {
    width: 13rem;
  }
  .read04 h4 {
    font-size: 1.2rem;
  }
  .read04 h4 em {
    font-size: 1.5rem;
  }
  .read04 h4::after {
    top: -7rem;
  }
  .read04 h5 strong {
    font-size: 2rem;
  }
  .read04 h5 em {
    font-size: 1.5rem;
  }
  .read05 h2 {
    margin: 0 auto 7rem;
    font-size: 1.5rem;
    font-weight: 100;
  }
  .read05 h2 em {
    display: inline;
    font-weight: 100;
    font-size: 1.6rem;
  }
  .read05 h2 span {
    font-size: 1.6rem;
  }
  .read05 h2 p {
    font-size: 1.2rem;
  }
  .read05 h3 {
    font-size: 1.5rem;
  }
  .read05 h3 em {
    font-size: 2rem;
  }
  .read05 h3::before {
    width: 8rem;
    margin-bottom: 0;
  }
  .read05 h3::after {
    width: 30rem;
    height: 23rem;
    left: -15rem;
  }
  .read05::before {
    height: 16rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
            clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
  }
  .read06 .read06_bg {
    background-size: 120rem;
  }
  .read06 .read06_cnt_a::before {
    height: 27rem;
  }
  .read06 .read06_cnt_a Li span {
    width: 10rem;
    height: 10rem;
  }
  .read06 h2 {
    font-size: 1.2rem;
  }
  .read06 picture {
    width: 30rem;
  }
  .read06 a {
    padding: 1.8rem 2rem 1.5rem;
  }
  .read06 a p {
    font-size: 1.7rem;
  }
  .read06 a p:nth-of-type(1) {
    margin-right: 4rem;
  }
  .read06 a p:last-child {
    padding-left: 10rem;
  }
  .read06 a span {
    font-size: 1.8rem;
    padding: 0.3rem;
  }
  .read07 h2::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
            clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
  }
  .read07 .read07_cnt_a {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .read07 .read07_cnt_a li {
    width: calc(33.3333333333% - 0.5rem);
  }
  .read07_cnt_b {
    margin-top: -2rem;
  }
  .read07_cnt_b li h3 {
    float: left;
    width: 50%;
    font-size: 1.2rem;
    padding-top: 0.2rem;
  }
  .read07_cnt_b li figure {
    justify-content: flex-end;
    width: 50%;
  }
  .read07_cnt_b li figure img {
    width: 2.5rem;
  }
  .read07_cnt_b li figure figcaption {
    font-size: 1rem;
  }
  .read07_cnt_b li figure::after {
    content: "";
    clear: both;
  }
  .read07_cnt_b li p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .read08 {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  }
  .read08 .inner {
    padding-bottom: 10rem;
  }
  .read08 p {
    font-size: 1rem;
  }
  .read08 li:nth-child(1)::after {
    top: 3.8rem;
    right: -3.2rem;
  }
  .read09 .inner {
    padding-bottom: 3rem;
  }
  .read09 h2 {
    margin-top: -8rem;
  }
  .read09 h2::before {
    height: 100%;
  }
  .read09 dl::before {
    height: 5rem;
    background-size: 14rem;
  }
  .read09 dd {
    width: 10rem;
    margin-bottom: 8rem;
  }
  .read09 h3 {
    font-size: 1.6rem;
  }
  .read09 p {
    font-size: 1.5rem;
  }
  .read10::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
            clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
    height: 8rem;
  }
  .read10 h2 {
    font-size: 1.8rem;
  }
  .read10 li dd {
    font-size: 1rem;
  }
  .read11 h2 {
    max-width: 750px;
    margin: 0 auto;
  }
  .read11 .inner {
    max-width: 850px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sub_fv {
    height: 768px;
  }
  .sub_fv .inner > figure {
    width: 41rem;
    right: -1rem;
  }
  .sub_fv h2 {
    margin-left: 0;
  }
  .sub_fv h2 figure {
    margin-bottom: 3rem;
  }
  .sub_fv h2 figure img {
    width: 18rem;
  }
  h2 {
    padding: 2.5rem 1rem;
  }
  .s_read_title {
    background: linear-gradient(90deg, #000 32%, var(--base-color) 0);
  }
  .s_read_title dt {
    width: 40%;
    height: 7.5rem;
  }
  .s_read_title dt img {
    width: 4rem;
  }
  .s_read_title dd {
    height: 7.5rem;
    padding: 1.5rem;
    padding-left: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .s_read_title dd strong {
    font-size: 1.7rem;
  }
  .s_read02_a h3 {
    max-width: 420px;
    padding-left: 3rem;
    -webkit-clip-path: polygon(0 0, 20rem 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 20rem 0, 100% 100%, 0% 100%);
    margin-left: -3rem;
  }
  .insta_a h2 {
    padding-bottom: 1rem;
  }
  .insta_a ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    height: 18rem;
    justify-content: center;
  }
  .insta_a li {
    height: auto;
    width: 20%;
  }
  .insta_a figcaption {
    max-width: 11rem;
    height: 4.5rem;
  }
  .insta_a figcaption::before {
    left: 5rem;
  }
  .insta_b h2 {
    padding-bottom: 1rem;
  }
  .insta_b ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    height: 30rem;
    justify-content: center;
  }
  .insta_b li {
    height: auto;
    width: 20%;
  }
  .insta_b .swiper-button-prev {
    display: none;
  }
  .insta_b .swiper-button-next {
    display: none;
  }
}
@keyframes linezoom {
  0% {
    transform: scale(1);
    filter: drop-shadow(0.3rem 0.3rem 0 #333);
  }
  50% {
    transform: scale(0.95);
    filter: drop-shadow(0 0 0 #333);
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0.3rem 0.3rem 0 #333);
  }
}
@keyframes kenkou_line {
  0% {
    transform: unset;
  }
  85% {
    transform: translateY(0.4rem);
  }
  100% {
    transform: unset;
  }
}/*# sourceMappingURL=top_test.css.map */