@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;800&display=swap");
@import url("https://use.typekit.net/yvr1aan.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bound {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  20% {
    transform: translateY(10px);
    opacity: 0;
  }
  40% {
    transform: translateY(-10px);
    opacity: 1;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 88px 0 0 0;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
main .scroll {
  width: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(100% - 95px);
  left: 15px;
  z-index: 5;
}
main .scroll p {
  width: 100%;
  height: 95px;
  background-image: url(../images/arrow_scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main #visual {
  width: 100%;
  padding: 0px;
  margin-bottom: 40px;
  position: relative;
}
main #visual.on .invisual figure {
  opacity: 1;
}
main #visual.on .invisual .title {
  animation-name: bound;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-delay: 1s;
}
main #visual.on .deco {
  opacity: 1;
}
main #visual:not(:last-child) {
  margin-bottom: 120px;
}
main #visual .invisual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main #visual .invisual figure {
  width: 70%;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #visual .invisual .title {
  width: 472px;
  height: 320px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(../images/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  left: 5%;
  bottom: -56px;
  opacity: 0;
}
main #visual .invisual .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
}
main #visual .invisual .title dl dt {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #visual .invisual .title dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
}
main #visual .invisual .title dl dd span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #visual .invisual .title dl dd span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #visual .deco {
  width: 352px;
  position: absolute;
  top: calc(50% - 169px);
  left: -128px;
}
main #lead {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #lead.on {
  opacity: 1;
}
main #lead:not(:last-child) {
  margin-bottom: 120px;
}
main #lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.2em;
  text-align: center;
}
main .deco {
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .deco.on {
  opacity: 1;
}
main .sec {
  text-align: left;
  width: 100%;
}
main .sec .topics {
  width: calc(100% - 240px);
  padding: 20px;
  background-image: url(../images/bg_pickup.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .sec .topics.on {
  opacity: 1;
}
main .sec .topics .in-topics {
  width: 100%;
  border-radius: 8px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
main .sec .topics .in-topics .text {
  width: 66%;
  padding: 32px;
}
main .sec .topics .in-topics .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main .sec .topics .in-topics .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .sec .topics .in-topics .text p:not(:last-child) {
  margin-bottom: 16px;
}
main .sec .topics .in-topics .text figure {
  display: none;
}
main .sec .topics .in-topics .text .btn {
  width: 100%;
}
main .sec .topics .in-topics .text .btn a {
  width: 100%;
  height: 40px;
  background-color: #fb4b23;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in 0s;
}
main .sec .topics .in-topics .text .btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../common/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
}
main .sec .topics .in-topics .text .btn a:hover {
  background-color: #f7931e;
}
main .sec .topics .in-topics .text .btn a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .topics .in-topics figure {
  width: 34%;
  padding: 32px 0;
}
main .sec .topics .in-topics figure.np {
  padding: 0px;
}
main .sec .pset {
  width: calc(100% - 120px);
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
main .sec .pset.on figure {
  opacity: 1;
}
main .sec .pset figure {
  width: calc((100% - 160px) / 3);
  flex-shrink: 1;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .sec .pset figure:nth-child(1) {
  border-radius: 0 20px 20px 0;
}
main .sec .pset figure:nth-child(2) {
  border-radius: 20px;
  transition-delay: 0.25s;
}
main .sec .pset figure:nth-child(3) {
  border-radius: 20px;
  transition-delay: 0.5s;
}
main .sec .pset figure:nth-child(4) {
  border-radius: 0 20px 20px 0;
  transition-delay: 0.75s;
}
main .sec .pset figure:nth-child(5) {
  border-radius: 20px;
  transition-delay: 1s;
}
main .sec .pset .deco {
  width: 392px;
  position: absolute;
  right: -120px;
  bottom: 64px;
  overflow: hidden;
}
main .sec .pset .deco img {
  position: relative;
  transform: translateX(48px);
}
main .sec#sec0 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 144px;
}
main .sec#sec0 .topics .in-topics figure {
  padding: 40px 40px 40px 16px;
}
main .sec#sec1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 80px 0;
  margin-bottom: 160px;
}
main .sec#sec1.type2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 80px 0;
  margin-bottom: 256px;
  position: relative;
}
main .sec#sec1.type2 .deco {
  width: 100%;
}
main .sec#sec1.type2 .deco.d2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin: -64px 0 0 0;
}
main .sec#sec1.type2 .deco.d2 img {
  width: 280px;
  position: relative;
  right: -88px;
}
main .sec#sec1.type2 .set {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px 0;
}
main .sec#sec1.type2 .set.on .graphs dl {
  opacity: 1;
}
main .sec#sec1.type2 .set .text {
  width: 100%;
}
main .sec#sec1.type2 .set .graphs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#sec1.type2 .set .graphs dl {
  width: calc((100% - 128px) / 3);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .sec#sec1.type2 .set .graphs dl:nth-child(1) {
  transition-delay: 0.5s;
}
main .sec#sec1.type2 .set .graphs dl:nth-child(2) {
  transition-delay: 0.8s;
}
main .sec#sec1.type2 .set .graphs dl:nth-child(3) {
  transition-delay: 1.1s;
}
main .sec#sec1.type2 .set .graphs dl dt {
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  border: solid 1px #fb4b23;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#sec1.type2 .set .graphs dl dt span {
  color: #fb4b23;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
main .sec#sec1.type2 .set .graphs dl dd {
  width: 100%;
}
main .sec#sec1.type3 {
  position: relative;
}
main .sec#sec1.type3 .deco {
  width: 280px;
  position: absolute;
  top: -72px;
  left: -56px;
}
main .sec#sec1.type4 {
  position: relative;
  margin-bottom: 224px;
}
main .sec#sec1.type4 .deco.d2 {
  width: 280px;
  position: absolute;
  top: -56px;
  left: -56px;
}
main .sec#sec1.type4 .deco.d3 {
  width: 368px;
  position: absolute;
  top: calc(100% + 104px);
  left: calc(100% - 368px);
}
main .sec#sec1.type4 .set {
  width: calc(100% - 180px);
  position: relative;
  transform: translateX(-60px);
}
main .sec#sec1.type4 .set.on > figure {
  opacity: 1;
}
main .sec#sec1.type4 .set .text {
  width: calc(41.5% - 56px);
  min-width: 424px;
  flex-shrink: 0;
}
main .sec#sec1.type4 .set > figure {
  width: 58.5%;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
  flex-shrink: 1;
}
main .sec#sec1 .set {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec#sec1 .set.on .text {
  opacity: 1;
}
main .sec#sec1 .set.on .photo {
  opacity: 1;
}
main .sec#sec1 .set .text {
  width: calc(60% - 80px);
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .sec#sec1 .set .text h4 {
  color: #fb4b23;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec#sec1 .set .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main .sec#sec1 .set .photo {
  width: 40%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  transition: all 0.35s ease-in 0.5s;
  opacity: 0;
}
main .sec#sec2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 80px 0;
  margin-bottom: 144px;
}
main .sec#sec2.type2 {
  margin-bottom: 288px;
  position: relative;
}
main .sec#sec2.type2 .deco.d3 {
  width: 392px;
  position: absolute;
  top: -136px;
  left: -80px;
}
main .sec#sec2.type2 .set {
  align-items: flex-start;
}
main .sec#sec2.type2 .set .photo {
  width: 46.5%;
  padding: 88px 0 0 0;
}
main .sec#sec2.type2 .set .deco.d4 {
  width: 336px;
  position: absolute;
  top: calc(100% + 48px);
  right: 72px;
}
main .sec#sec2.type2 .set .deco.d5 {
  width: 336px;
  position: absolute;
  top: calc(100% + 136px);
  left: -48px;
}
main .sec#sec2.type3 {
  margin-bottom: 120px;
  position: relative;
}
main .sec#sec2.type3 .set {
  align-items: flex-start;
}
main .sec#sec2.type3 .set.on .ph {
  opacity: 1;
}
main .sec#sec2.type3 .set .photo {
  width: 46.5%;
  padding: 184px 0 0 0;
  position: relative;
}
main .sec#sec2.type3 .set .photo .deco.d3 {
  width: 338px;
  position: absolute;
  top: -40px;
  left: 56px;
}
main .sec#sec2.type3 .set .ph {
  width: 29.375%;
  border-radius: 20px 0 0 20px;
  position: absolute;
  right: 0px;
  bottom: -120px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0.75s;
}
main .sec#sec2.type4 {
  margin-bottom: 120px;
  position: relative;
}
main .sec#sec2.type4 .set {
  align-items: flex-end;
}
main .sec#sec2.type4 .set .photo {
  width: 46.5%;
  padding: 0px;
  position: relative;
}
main .sec#sec2.type4 .pset {
  margin: 0 0 0 auto;
}
main .sec#sec2.type4 .pset figure:nth-child(1) {
  border-radius: 20px;
}
main .sec#sec2.type4 .pset figure:nth-child(3) {
  border-radius: 20px 0 0 20px;
}
main .sec#sec2 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main .sec#sec2 .set.on .text {
  opacity: 1;
}
main .sec#sec2 .set.on .photo {
  opacity: 1;
}
main .sec#sec2 .set .text {
  width: 40%;
  min-width: 480px;
  position: relative;
  transform: translateX(-120px);
  transition: all 0.35s ease-in 0s;
  opacity: 0;
  flex-grow: 0;
}
main .sec#sec2 .set .text h4 {
  color: #fb4b23;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .sec#sec2 .set .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main .sec#sec2 .set .photo {
  width: 36.5%;
  padding: 304px 0 0 0;
  position: relative;
  transition: all 0.35s ease-in 0.5s;
  opacity: 0;
  flex-shrink: 1;
}
main .sec#sec2 .set .photo > figure {
  width: 100%;
}
main .sec#sec2 .set .photo > figure.pc {
  max-width: 560px;
  position: absolute;
  top: 0px;
  right: -160px;
  z-index: 1;
}
main .sec#sec2 .set .photo > figure img {
  border-radius: 0 20px 20px 0;
}
main .sec#sec2 .set .deco {
  width: 336px;
  position: absolute;
  right: 72px;
  bottom: -64px;
}
main .sec#sec2 .set .deco img {
  position: relative;
  transform: translateX(32px);
}
main .sec#sec3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0px 0;
  position: relative;
  z-index: 1;
}
main .sec#sec3.type2 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#sec3.type2 .set .text {
  width: calc(63.5% - 72px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .sec#sec3.type2 .set .text .intxt {
  width: calc(100% - 120px);
}
main .sec#sec3.type2 .set .text .pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: auto;
}
main .sec#sec3.type2 .set .text .pset > figure {
  width: calc((100% - 80px) / 2);
}
main .sec#sec3.type2 .set > figure {
  width: 36.5%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
main .sec#sec3.type3 .deco {
  width: 100%;
  margin-bottom: 168px;
  position: relative;
  transform: translateX(-64px);
}
main .sec#sec3.type3 .set {
  margin-bottom: 120px;
}
main .sec#sec3.type3 .set.on > figure {
  opacity: 1;
}
main .sec#sec3.type3 .set .text {
  width: calc(44.75% - 72px);
}
main .sec#sec3.type3 .set > figure {
  width: 55.25%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main .sec#sec3.type3 .topics {
  margin: 0 auto;
}
main .sec#sec3.type3 .topics .in-topics {
  padding: 32px;
  gap: 0 24px;
}
main .sec#sec3.type3 .topics .in-topics .text {
  width: calc(54.5% - 24px);
  padding: 0px;
}
main .sec#sec3.type3 .topics .in-topics .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main .sec#sec3.type3 .topics .in-topics .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main .sec#sec3.type3 .topics .in-topics figure {
  width: 45.5%;
}
main .sec#sec3.type4 .deco {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 56px 0;
  position: relative;
  z-index: 1;
}
main .sec#sec3.type4 .deco figure {
  position: relative;
}
main .sec#sec3.type4 .deco figure:nth-child(1) {
  width: 320px;
  margin: 0 auto 0 0;
  transform: translateX(-40px);
}
main .sec#sec3.type4 .deco figure:nth-child(2) {
  width: 304px;
  margin: 0 0 0 auto;
  transform: translateX(48px);
}
main .sec#sec3.type4 .set {
  margin-top: -8px;
  position: relative;
}
main .sec#sec3.type4 .set.on > figure {
  opacity: 1;
}
main .sec#sec3.type4 .set .text {
  width: calc(45% - 80px);
  min-width: 456px;
  flex-shrink: 0;
}
main .sec#sec3.type4 .set > figure {
  width: 55%;
  flex-shrink: 1;
  opacity: 0;
  transition: all 0.35s ease-in 0.35s;
}
main .sec#sec3 .deco {
  width: calc(100% - 80px);
}
main .sec#sec3 .deco img {
  width: 280px;
}
main .sec#sec3 .set {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec#sec3 .set.on .text {
  opacity: 1;
}
main .sec#sec3 .set.on .photos {
  opacity: 1;
}
main .sec#sec3 .set .text {
  width: calc(60% - 80px);
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .sec#sec3 .set .text h4 {
  color: #fb4b23;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .sec#sec3 .set .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main .sec#sec3 .set .photos {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px 0;
  transition: all 0.35s ease-in 0.5s;
  opacity: 0;
}
main .sec#sec3 .set .photos figure {
  width: 100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
main .sec#sec3 .pset {
  width: calc(100% - 120px);
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}
main .sec#sec3 .pset figure {
  width: calc((100% - 160px) / 3);
  flex-shrink: 1;
  overflow: hidden;
}
main .sec#sec3 .pset figure:nth-child(1) {
  border-radius: 0 20px 20px 0;
}
main .sec#sec3 .pset figure:nth-child(2) {
  border-radius: 20px;
}
main .sec#sec3 .pset figure:nth-child(3) {
  border-radius: 20px;
}
main .sec#sec3 .pset figure:nth-child(4) {
  border-radius: 0 20px 20px 0;
}
main .sec#sec3 .pset figure:nth-child(5) {
  border-radius: 20px;
}
main .sec#sec3 .pset .deco {
  width: 392px;
  position: absolute;
  right: -120px;
  bottom: 64px;
  overflow: hidden;
}
main .sec#sec3 .pset .deco img {
  position: relative;
  transform: translateX(48px);
}
main .sec#sec4 {
  padding: 120px 0;
  margin: -160px 0 0 0;
  background-image: url(../images/01/bg_interview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
main .sec#sec4.on {
  clip-path: inset(0 0 0 0);
}
main .sec#sec4 .title {
  width: calc(100% - 240px);
  margin-bottom: 80px;
}
main .sec#sec4 .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main .sec#sec4 .title dl dt {
  color: #000;
  font-family: "poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
main .sec#sec4 .title dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec4 .set {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0 24px;
}
main .sec#sec4 .set.on .int {
  opacity: 1;
}
main .sec#sec4 .set .int {
  width: calc((100% - 72px) / 4);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .sec#sec4 .set .int:nth-child(1) {
  transition-delay: 0.5s;
}
main .sec#sec4 .set .int:nth-child(2) {
  transition-delay: 0.75s;
}
main .sec#sec4 .set .int:nth-child(3) {
  transition-delay: 1s;
}
main .sec#sec4 .set .int:nth-child(4) {
  transition-delay: 1.25s;
}
main .sec#sec4 .set .int a {
  display: block;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec4 .set .int a:hover figure img {
  transform: scale(1.05);
}
main .sec#sec4 .set .int a:hover dl dt {
  color: #FFF;
}
main .sec#sec4 .set .int a:hover dl dd:nth-child(2), main .sec#sec4 .set .int a:hover dl dd:nth-child(3) {
  color: #FFF;
}
main .sec#sec4 .set .int a figure {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}
main .sec#sec4 .set .int a figure img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
main .sec#sec4 .set .int a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
main .sec#sec4 .set .int a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.3s ease-in 0s;
}
main .sec#sec4 .set .int a dl dd {
  transition: all 0.3s ease-in 0s;
}
main .sec#sec4 .set .int a dl dd:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec4 .set .int a dl dd:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#message {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main .sec#message.type2 .deco.d6 {
  width: 305px;
  top: 88px;
  left: calc(100% - 256px);
}
main .sec#message.type2 .deco.d7 {
  width: 392px;
  bottom: 88px;
  left: -120px;
}
main .sec#message.type3 .deco.d5 {
  width: 305px;
  top: 88px;
  left: calc(100% - 256px);
}
main .sec#message.type3 .deco.d6 {
  width: 392px;
  bottom: 88px;
  left: -120px;
}
main .sec#message.type4 .deco.d5 {
  width: 256px;
  top: 120px;
  left: calc(100% - 256px - 64px);
}
main .sec#message.type4 .deco.d6 {
  width: 392px;
  bottom: 88px;
  left: -120px;
}
main .sec#message.on .inner h3 {
  opacity: 1;
}
main .sec#message .inner {
  text-align: center;
  width: 100%;
  height: 720px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 72px 0;
}
main .sec#message .inner h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#message .deco {
  position: absolute;
}
main .sec#message .deco.d5 {
  width: 305px;
  top: 88px;
  left: -96px;
}
main .sec#message .deco.d6 {
  width: 392px;
  bottom: 88px;
  right: -112px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 89px 0 0 0;
  }
  main .scroll {
    width: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: calc(100% - 95px);
    left: 15px;
    z-index: 5;
  }
  main .scroll p {
    width: 100%;
    height: 95px;
    background-image: url(../images/arrow_scroll.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  main #visual {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    position: relative;
  }
  main #visual.on .invisual figure {
    opacity: 1;
  }
  main #visual.on .invisual .title {
    animation-name: bound;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 1s;
  }
  main #visual:not(:last-child) {
    margin-bottom: 40px;
  }
  main #visual .invisual {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #visual .invisual figure {
    width: calc(100% - 32px);
    margin: 0 0 0 auto;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    order: 1;
  }
  main #visual .invisual .title {
    width: calc(100% - 64px);
    height: auto;
    padding: 24px 0;
    margin-top: -24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: fle-start;
    align-items: center;
    border-radius: 0 10px 10px 0;
    position: relative;
    left: auto;
    bottom: auto;
    opacity: 0;
    order: 2;
  }
  main #visual .invisual .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px 0;
  }
  main #visual .invisual .title dl dt {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #visual .invisual .title dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main #visual .invisual .title dl dd span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #visual .invisual .title dl dd span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #visual .deco {
    width: 160px;
    position: absolute;
    top: calc(50% - 80px);
    left: -64px;
  }
  main #lead {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition-delay: 0.75s;
  }
  main #lead:not(:last-child) {
    margin-bottom: 40px;
  }
  main #lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: left;
  }
  main #lead p br {
    display: none;
  }
  main .sec .topics {
    width: calc(100% - 32px);
    padding: 16px;
  }
  main .sec .topics .in-topics {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .topics .in-topics .text {
    width: 100%;
    padding: 16px;
  }
  main .sec .topics .in-topics .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main .sec .topics .in-topics .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec .topics .in-topics .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  main .sec .topics .in-topics .text figure {
    width: 100%;
    padding: 0px;
    margin-bottom: 16px;
    display: block;
  }
  main .sec .topics .in-topics .text .btn {
    width: 100%;
  }
  main .sec .topics .in-topics .text .btn a {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background-color: #fb4b23;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in 0s;
  }
  main .sec .topics .in-topics .text .btn a::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../../common/images/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
  }
  main .sec .topics .in-topics .text .btn a:hover {
    background-color: #f7931e;
  }
  main .sec .topics .in-topics .text .btn a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .topics .in-topics figure {
    display: none;
  }
  main .sec#sec0 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
  }
  main .sec#sec0 .topics .in-topics figure {
    padding: 0px;
  }
  main .sec#sec1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px 0;
    margin-bottom: 80px;
  }
  main .sec#sec1.type2 {
    gap: 40px 0;
    margin-bottom: 128px;
  }
  main .sec#sec1.type2 .deco {
    width: 100%;
  }
  main .sec#sec1.type2 .deco.d2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0px 0 0 0;
  }
  main .sec#sec1.type2 .deco.d2 img {
    width: 200px;
    position: relative;
    right: -88px;
  }
  main .sec#sec1.type2 .set {
    width: calc(100% - 32px);
    gap: 0px 0;
  }
  main .sec#sec1.type2 .set .graphs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px 0;
  }
  main .sec#sec1.type2 .set .graphs dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec1.type2 .set .graphs dl:nth-child(1) dt {
    margin-bottom: 16px;
  }
  main .sec#sec1.type2 .set .graphs dl dt {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    border: solid 1px #fb4b23;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#sec1.type2 .set .graphs dl dt span {
    color: #fb4b23;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main .sec#sec1.type2 .set .graphs dl dd {
    width: 80%;
  }
  main .sec#sec1.type2 .topics .in-topics figure {
    width: 100%;
    padding: 0px;
    display: block;
  }
  main .sec#sec1.type3 {
    padding: 80px 0 0 0;
    margin-bottom: 40px;
    position: relative;
  }
  main .sec#sec1.type3 .deco {
    width: 200px;
    transition-delay: 1s;
    top: 0px;
    left: -56px;
  }
  main .sec#sec1.type4 {
    margin-bottom: 160px;
  }
  main .sec#sec1.type4 .deco.d2 {
    width: 160px;
    position: absolute;
    top: -56px;
    left: -56px;
  }
  main .sec#sec1.type4 .deco.d3 {
    width: 200px;
    position: absolute;
    top: calc(100% + 64px);
    left: calc(100% - 160px);
  }
  main .sec#sec1.type4 .set {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    transform: none;
  }
  main .sec#sec1.type4 .set.on > figure {
    opacity: 1;
  }
  main .sec#sec1.type4 .set .text {
    width: 100%;
    min-width: 100%;
  }
  main .sec#sec1.type4 .set > figure {
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-in 0.5s;
  }
  main .sec#sec1 .set {
    width: calc(100% - 16px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .set.on .text {
    opacity: 1;
  }
  main .sec#sec1 .set.on .photo {
    opacity: 1;
  }
  main .sec#sec1 .set .text {
    width: calc(100% - 16px);
    margin-bottom: 24px;
    transition: all 0.35s ease-in 0s;
    opacity: 0;
  }
  main .sec#sec1 .set .text h4 {
    color: #fb4b23;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  main .sec#sec1 .set .text h4 br {
    display: none;
  }
  main .sec#sec1 .set .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec#sec1 .set .photo {
    width: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    transition: all 0.35s ease-in 0.5s;
    opacity: 0;
  }
  main .sec#sec1 .pset {
    width: calc(100% - 16px);
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    position: relative;
  }
  main .sec#sec1 .pset.on figure {
    opacity: 1;
  }
  main .sec#sec1 .pset figure {
    width: calc((100% - 16px) / 2);
    flex-shrink: 1;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main .sec#sec1 .pset figure:nth-child(1) {
    border-radius: 0 20px 20px 0;
  }
  main .sec#sec1 .pset figure:nth-child(2) {
    border-radius: 20px;
    transition-delay: 0.25s;
  }
  main .sec#sec1 .pset figure:nth-child(3) {
    border-radius: 0 20px 20px 0;
    transition-delay: 0.5s;
  }
  main .sec#sec1 .pset figure:nth-child(4) {
    border-radius: 20px;
    transition-delay: 0.75s;
  }
  main .sec#sec1 .pset figure:nth-child(5) {
    border-radius: 0 20px 20px 0;
    transition-delay: 1s;
  }
  main .sec#sec1 .pset .deco {
    width: 200px;
    position: absolute;
    right: -16px;
    bottom: 64px;
    overflow: hidden;
  }
  main .sec#sec1 .pset .deco img {
    position: relative;
    transform: translateX(24px);
  }
  main .sec#sec2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px 0;
    margin-bottom: 72px;
  }
  main .sec#sec2.type2 {
    margin-bottom: 200px;
    position: relative;
  }
  main .sec#sec2.type2 .deco.d3 {
    width: 200px;
    position: absolute;
    top: -80px;
    left: -80px;
  }
  main .sec#sec2.type2 .set {
    align-items: flex-start;
  }
  main .sec#sec2.type2 .set .photo {
    width: 100%;
    padding: 0px 0 0 0;
  }
  main .sec#sec2.type2 .set .deco.d4 {
    width: 200px;
    position: absolute;
    top: calc(100% + 48px);
    right: -40px;
  }
  main .sec#sec2.type2 .set .deco.d5 {
    width: 200px;
    position: absolute;
    top: calc(100% + 88px);
    left: -80px;
  }
  main .sec#sec2.type3 {
    margin-bottom: 120px;
    position: relative;
  }
  main .sec#sec2.type3 .set .photo {
    width: calc(100% - 16px);
    padding: 0px 0 0 0;
    position: relative;
  }
  main .sec#sec2.type3 .set .photo .deco.d3 {
    width: 200px;
    position: absolute;
    top: calc(100% - 24px);
    left: -120px;
    display: none;
  }
  main .sec#sec2.type3 .set .ph {
    width: 75%;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: calc(100% + 40px);
    right: -16px;
    bottom: auto;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease-in 0.75s;
  }
  main .sec#sec2.type4 {
    margin-bottom: 40px;
    position: relative;
  }
  main .sec#sec2.type4 .set {
    align-items: flex-end;
  }
  main .sec#sec2.type4 .set .text {
    min-width: 100%;
  }
  main .sec#sec2.type4 .set .photo {
    width: 100%;
    padding: 0px;
    position: relative;
    transform: translateX(-16px);
  }
  main .sec#sec2.type4 .pset {
    width: calc(100% - 16px);
    margin: 0 0 0 auto;
    gap: 0 16px;
  }
  main .sec#sec2.type4 .pset figure {
    width: calc((100% - 32px) / 3);
  }
  main .sec#sec2.type4 .pset figure:nth-child(1) {
    border-radius: 20px;
  }
  main .sec#sec2.type4 .pset figure:nth-child(3) {
    border-radius: 20px 0 0 20px;
  }
  main .sec#sec2 .set {
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  main .sec#sec2 .set.on .text {
    opacity: 1;
  }
  main .sec#sec2 .set.on .photo {
    opacity: 1;
  }
  main .sec#sec2 .set .text {
    width: 100%;
    min-width: 100%;
    transform: none;
    order: 1;
  }
  main .sec#sec2 .set .text h4 {
    color: #fb4b23;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main .sec#sec2 .set .text h4 br {
    display: none;
  }
  main .sec#sec2 .set .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main .sec#sec2 .set .text .deco {
    width: 200px;
    margin: 0 0 0 auto;
  }
  main .sec#sec2 .set .text .deco img {
    position: relative;
    transform: translateX(64px);
  }
  main .sec#sec2 .set .photo {
    width: 100%;
    padding: 0px;
    margin: 0 0 0 -16px;
    position: relative;
    z-index: 1;
    order: 2;
  }
  main .sec#sec2 .set .photo figure {
    width: 75%;
    padding: 0px 0 0 0;
  }
  main .sec#sec2 .set .photo figure.pc {
    width: 50%;
    padding: 0px;
    top: -24px;
    left: calc(60% + 24px);
  }
  main .sec#sec2 .set .deco {
    width: 160px;
    right: 0px;
    bottom: -56px;
  }
  main .sec#sec2 .set .deco img {
    position: relative;
    transform: translateX(32px);
  }
  main .sec#sec3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0px 0;
    position: relative;
    z-index: 1;
  }
  main .sec#sec3.type2 {
    margin-bottom: 40px;
  }
  main .sec#sec3.type2 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec3.type2 .set .text {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 32px 0;
  }
  main .sec#sec3.type2 .set .text .intxt {
    width: calc(100% - 16px);
    padding: 0 16px 0 0;
  }
  main .sec#sec3.type2 .set .text .pset {
    width: calc(100% - 16px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
    margin: 0 0 0 auto;
  }
  main .sec#sec3.type2 .set .text .pset > figure {
    width: calc((100% - 16px) / 2);
  }
  main .sec#sec3.type2 .set .text .pset > figure:nth-child(1) {
    border-radius: 20px 0 0 20px;
  }
  main .sec#sec3.type2 .set .text .pset > figure:nth-child(2) {
    border-radius: 20px 0 0 20px;
  }
  main .sec#sec3.type2 .set > figure {
    width: calc(50% - 0px);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  main .sec#sec3.type3 .deco {
    width: 100%;
    margin-bottom: 120px;
    position: relative;
    transform: translateX(-64px);
  }
  main .sec#sec3.type3 .set {
    margin-bottom: 40px;
  }
  main .sec#sec3.type3 .set.on > figure {
    opacity: 1;
  }
  main .sec#sec3.type3 .set .text {
    width: calc(100% - 16px);
  }
  main .sec#sec3.type3 .set > figure {
    width: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.35s ease-in 0.5s;
  }
  main .sec#sec3.type3 .topics {
    margin: 0 auto;
  }
  main .sec#sec3.type3 .topics .in-topics {
    padding: 16px;
    gap: 16px 0;
  }
  main .sec#sec3.type3 .topics .in-topics .text {
    width: 100%;
    padding: 0px;
  }
  main .sec#sec3.type3 .topics .in-topics .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main .sec#sec3.type3 .topics .in-topics .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec#sec3.type3 .topics .in-topics .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  main .sec#sec3.type3 .topics .in-topics figure {
    width: 100%;
  }
  main .sec#sec3.type4 .deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    position: relative;
    z-index: 1;
  }
  main .sec#sec3.type4 .deco figure {
    position: relative;
  }
  main .sec#sec3.type4 .deco figure:nth-child(1) {
    width: 200px;
    margin: 0 auto 0 0;
    transform: translateX(-40px);
  }
  main .sec#sec3.type4 .deco figure:nth-child(2) {
    width: 200px;
    margin: 0 0 0 auto;
    transform: translateX(80px);
  }
  main .sec#sec3.type4 .set {
    margin-top: 0px;
    position: relative;
  }
  main .sec#sec3.type4 .set.on > figure {
    opacity: 1;
  }
  main .sec#sec3.type4 .set .text {
    width: calc(100% - 16px);
    min-width: calc(100% - 16px);
  }
  main .sec#sec3.type4 .set > figure {
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-in 0.35s;
  }
  main .sec#sec3 .deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  main .sec#sec3 .deco img {
    width: 160px;
  }
  main .sec#sec3 .set {
    width: calc(100% - 16px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec3 .set.on .text {
    opacity: 1;
  }
  main .sec#sec3 .set.on .photos {
    opacity: 1;
  }
  main .sec#sec3 .set .text {
    width: calc(100% - 16px);
    margin-bottom: 40px;
  }
  main .sec#sec3 .set .text h4 {
    color: #fb4b23;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main .sec#sec3 .set .text h4 br {
    display: none;
  }
  main .sec#sec3 .set .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main .sec#sec3 .set .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
    transition: all 0.35s ease-in 0.5s;
    opacity: 0;
  }
  main .sec#sec3 .set .photos figure {
    width: 100%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  main .sec#sec4 {
    padding: 120px 0 80px 0;
    margin: -80px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .sec#sec4 .title {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }
  main .sec#sec4 .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main .sec#sec4 .title dl dt {
    color: #000;
    font-family: "poppins", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  main .sec#sec4 .title dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec4 .set {
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px 16px;
  }
  main .sec#sec4 .set.on .int {
    opacity: 1;
  }
  main .sec#sec4 .set .int {
    width: calc((100% - 16px) / 2);
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main .sec#sec4 .set .int:nth-child(1) {
    transition-delay: 0.5s;
  }
  main .sec#sec4 .set .int:nth-child(2) {
    transition-delay: 0.75s;
  }
  main .sec#sec4 .set .int:nth-child(3) {
    transition-delay: 1s;
  }
  main .sec#sec4 .set .int:nth-child(4) {
    transition-delay: 1.25s;
  }
  main .sec#sec4 .set .int a {
    display: block;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec4 .set .int a:hover figure img {
    transform: scale(1.05);
  }
  main .sec#sec4 .set .int a:hover dl dt {
    color: #FFF;
  }
  main .sec#sec4 .set .int a:hover dl dd:nth-child(2), main .sec#sec4 .set .int a:hover dl dd:nth-child(3) {
    color: #FFF;
  }
  main .sec#sec4 .set .int a figure {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  main .sec#sec4 .set .int a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main .sec#sec4 .set .int a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.3s ease-in 0s;
  }
  main .sec#sec4 .set .int a dl dd {
    transition: all 0.3s ease-in 0s;
  }
  main .sec#sec4 .set .int a dl dd:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec4 .set .int a dl dd:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#message {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main .sec#message.type2 .deco.d6 {
    width: 200px;
    top: 16px;
    left: calc(100% - 120px);
  }
  main .sec#message.type2 .deco.d7 {
    width: 200px;
    bottom: 16px;
    left: -120px;
  }
  main .sec#message.type3 .deco.d5 {
    width: 200px;
    top: 40px;
    left: calc(100% - 120px);
  }
  main .sec#message.type3 .deco.d6 {
    width: 200px;
    bottom: 24px;
    left: -120px;
  }
  main .sec#message.type4 .deco.d5 {
    width: 200px;
    top: 40px;
    left: calc(100% - 120px);
  }
  main .sec#message.type4 .deco.d6 {
    width: 200px;
    bottom: 24px;
    left: -120px;
  }
  main .sec#message.on .inner h3 {
    opacity: 1;
  }
  main .sec#message .inner {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 80px 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px 0;
  }
  main .sec#message .inner h3 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec#message .deco {
    position: absolute;
  }
  main .sec#message .deco.d5 {
    width: 200px;
    top: 16px;
    left: -48px;
  }
  main .sec#message .deco.d6 {
    width: 200px;
    bottom: 24px;
    right: -56px;
  }
}

/*# sourceMappingURL=style_about.css.map */
