@charset "UTF-8";
.un_concept {
  background-color: #133157;
}
.un_concept_intro {
  margin: 0 auto -80px;
  max-width: 1200px;
  padding: 120px 0 0;
  width: 90%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .un_concept_intro {
    margin: 0 auto;
  }
}
.un_concept_intro h3 {
  margin: 0 auto 40px;
  max-width: 1100px;
  opacity: 0;
  width: 90%;
  transition: opacity 0.7s ease-in;
}
.un_concept_intro h3.is_action {
  opacity: 1;
}
.un_concept_intro_body .summary {
  width: 40%;
  position: absolute;
}
@media screen and (max-width: 1179px) {
  .un_concept_intro_body .summary {
    width: 61.5%;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_intro_body .summary {
    position: relative;
    width: 100%;
  }
}
.un_concept_intro_body .summary h4 {
  font-size: 48px;
  line-height: 1.6;
  margin: 0.6em auto 0.75em;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .un_concept_intro_body .summary h4 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_intro_body .summary h4 {
    font-size: 6.4vw;
  }
}
.un_concept_intro_body .summary h4.is_action {
  opacity: 1;
}
.un_concept_intro_body .summary p {
  font-size: 16px;
  opacity: 0;
  width: 82.83%;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 1179px) {
  .un_concept_intro_body .summary p {
    width: 76.21%;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_intro_body .summary p {
    font-size: 1.837vw;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_intro_body .summary p {
    font-size: 3vw;
  }
}
.un_concept_intro_body .summary p.is_action {
  opacity: 1;
}
.un_concept_intro_body figure {
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  width: 66.67%;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 1179px) {
  .un_concept_intro_body figure {
    width: 61.38%;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_intro_body figure {
    margin: 1em auto;
    max-width: 640px;
    width: 100%;
  }
}
.un_concept_intro_body figure.is_action {
  opacity: 1;
}
.un_concept_block {
  display: flex;
  margin: 0 auto;
  padding: 0 0 48px;
  max-width: 1400px;
  width: 90%;
}
@media screen and (max-width: 920px) {
  .un_concept_block .flex {
    flex-direction: column-reverse;
  }
}
.un_concept_block .blockMain {
  width: 79.28%;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockMain {
    width: 100%;
  }
}
.un_concept_block .blockMain_summary {
  background-color: rgba(149, 107, 38, 0.9);
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 72px;
  left: 0;
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockMain_summary {
    position: relative;
    bottom: 0;
  }
}
.un_concept_block .blockMain_summary.is_action {
  opacity: 1;
}
.un_concept_block .blockMain_summary h3 {
  font-size: 21px;
  line-height: 1.8;
  padding: 0 16px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockMain_summary h3 {
    font-size: 2.28vw;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockMain_summary h3 {
    font-size: 4.66vw;
  }
}
.un_concept_block .blockMain_summary h3 em {
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-size: 32px;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockMain_summary h3 em {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockMain_summary h3 em {
    font-size: 4.66vw;
  }
}
.un_concept_block .blockMain_summary h3 span {
  display: block;
  font-family: "Marcellus", serif;
}
.un_concept_block .blockMain_summary h3.is_action {
  opacity: 1;
}
.un_concept_block .blockMain_summary p {
  font-size: 12px;
  padding: 0 16px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.un_concept_block .blockMain_summary p.is_action {
  opacity: 1;
}
.un_concept_block .blockMain_pic figure {
  opacity: 0;
  transition: opacity 0.7s ease-in;
  position: relative;
  z-index: 1;
}
.un_concept_block .blockMain_pic figure figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.un_concept_block .blockMain_pic figure.is_action {
  opacity: 1;
}
.un_concept_block .blockMain_pic ul {
  background-color: #fff;
  display: flex;
  gap: 32px;
  justify-content: center;
  line-height: 72px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockMain_pic ul {
    gap: 16px;
    line-height: 64px;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockMain_pic ul {
    flex-flow: column;
    gap: 4px 16px;
    line-height: 1.6;
    padding: 8px 0;
    text-align: center;
  }
}
.un_concept_block .blockMain_pic ul.is_action {
  opacity: 1;
}
.un_concept_block .blockMain_pic ul li {
  color: #a68c57;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 1179px) {
  .un_concept_block .blockMain_pic ul li {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockMain_pic ul li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockMain_pic ul li {
    font-size: 3vw;
  }
}
.un_concept_block .blockSub {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 72px;
  width: 20.72%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockSub {
    flex-direction: row;
    gap: 32px;
    padding-bottom: 16px;
    width: 100%;
  }
}
.un_concept_block .blockSub h4 {
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockSub h4 {
    width: 144px;
  }
}
.un_concept_block .blockSub h4.is_action {
  opacity: 1;
}
.un_concept_block .blockSub figure {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 11.63%;
  left: 16.11%;
  transition: opacity 0.7s ease-in;
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockSub figure {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockSub figure {
    width: auto;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block .blockSub figure img {
    height: 152px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block .blockSub figure img {
    display: block;
    height: 160px;
    margin: 0 0 0 auto;
  }
}
.un_concept_block .blockSub figure.is_action {
  opacity: 1;
}
.un_concept_block.blockParts01 .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts01 .flex {
    flex-direction: column-reverse;
  }
}
.un_concept_block.blockParts02 .blockMain_summary {
  background-color: rgba(156, 132, 83, 0.9);
  left: auto;
  right: 0;
}
.un_concept_block.blockParts02 .blockMain_pic figcaption {
  right: 0;
  left: 0.5em;
  bottom: 0.5em;
}
.un_concept_block.blockParts02 .blockSub figure {
  width: 100%;
  top: 0;
  left: -9.8%;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts02 .blockSub figure {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts02 .blockSub figure {
    width: auto;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts02 .blockSub figure img {
    height: 184px;
    margin-top: -32px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts02 .blockSub figure img {
    display: block;
    height: 144px;
    margin: -32px 0 0 auto;
  }
}
.un_concept_block.blockParts03 .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts03 .flex {
    flex-direction: column-reverse;
  }
}
.un_concept_block.blockParts03 .blockMain_summary {
  background-color: rgba(188, 168, 129, 0.9);
}
.un_concept_block.blockParts03 .blockSub figure {
  width: 152.5%;
  top: 0;
  left: 15.31%;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts03 .blockSub figure {
    width: 100%;
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts03 .blockSub figure {
    width: auto;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts03 .blockSub figure img {
    height: 184px;
    margin-top: -40px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts03 .blockSub figure img {
    display: block;
    height: 128px;
    margin: -32px 0 0 auto;
  }
}
.un_concept_block.blockParts04 .blockMain_summary {
  background-color: rgba(91, 105, 129, 0.9);
  left: auto;
  right: 0;
}
.un_concept_block.blockParts04 .blockMain_pic figcaption {
  right: 0;
  left: 0.5em;
  bottom: 0.5em;
}
.un_concept_block.blockParts04 .blockSub figure {
  left: -26.97%;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts04 .blockSub figure {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts04 .blockSub figure {
    width: auto;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts04 .blockSub figure img {
    height: 168px;
    margin-top: -24px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts04 .blockSub figure img {
    display: block;
    height: 160px;
    margin: -40px 0 0 auto;
  }
}
.un_concept_block.blockParts05 .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts05 .flex {
    flex-direction: column-reverse;
  }
}
.un_concept_block.blockParts05 .blockMain_summary {
  background-color: rgba(62, 78, 95, 0.9);
}
.un_concept_block.blockParts05 .blockSub figure {
  top: 0;
  left: 27.66%;
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts05 .blockSub figure {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts05 .blockSub figure {
    width: auto;
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_concept_block.blockParts05 .blockSub figure img {
    height: 200px;
    margin-top: -56px;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .un_concept_block.blockParts05 .blockSub figure img {
    display: block;
    height: 160px;
    margin: -24px 0 0 auto;
  }
}/*# sourceMappingURL=concept.css.map */