@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  /*background-color: #000;*/
}

#sps {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

/*********************************/
#section01 {
  width: 100%;
  background: url(../images/rede/head_back.jpg) no-repeat center;
  background-size: cover;
  padding: 0px 0 0 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0px 0 0 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: right;
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    padding-top: 45px;
  }
}
#section01 .section__in .inbox {
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#section01 .section__in .inbox .text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox .text {
    order: 1;
    margin-bottom: 0.7em;
  }
}
#section01 .section__in .inbox figure {
  width: 21.34%;
  margin-right: 2.5%;
  padding-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox figure {
    order: 2;
    width: 47.5%;
    padding-bottom: 3.5em;
  }
}

#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section02 .tate {
  width: 13.46%;
  position: absolute;
  top: 10%;
  left: 80%;
}
@media screen and (max-width:800px) {
  #section02 .tate {
    width: 42%;
    left: auto;
    right: 5%;
    top: 7%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  padding: 77px 0;
  border-bottom: 1px solid #666;
  /*background: url(../images/n_mid_back.jpg) no-repeat center;
  background-size: cover;
  */
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 60px 0;
  }
}
#section03 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section03 .section__in {
  width: 90%;
  max-width: 575px;
  margin: 0 auto;
}
#section03 .tate {
  width: 52.5%;
  max-width: 198px;
  margin: 0 auto;
}
#section03 .ttl {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
#section03 .base_text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 180%;
}
#section03 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .clumbox .items {
  width: 49.5%;
}
#section03 .clumbox .long {
  width: 100%;
  text-align: right;
  padding-top: 0.5em;
}

#section04 {
  width: 100%;
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 60px 0 60px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section04 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section04 .subttls {
  text-align: center;
  margin-bottom: 1em;
}
#section04 .base_text {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
}
#section04 .img01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section04 .img01 {
    width: 116%;
    margin-left: -8%;
  }
}
#section04 figcaption {
  margin-top: 0.5em;
  text-align: right;
}
#section04 .img02 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04 .img02 {
    width: 75%;
    margin: 0 auto;
    padding-top: 5vw;
  }
}

#section05 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section05 .tate {
  width: 13.46%;
  position: absolute;
  top: 10%;
  left: 80%;
}
@media screen and (max-width:800px) {
  #section05 .tate {
    width: 33%;
    left: 33%;
    top: 20%;
  }
}

#section06 {
  width: 100%;
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 60px 0 60px 0;
  }
}
#section06 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section06 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section06 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section06 .subttls {
  text-align: center;
  margin-bottom: 1em;
}
#section06 .base_text {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
}
#section06 .img01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section06 .img01 {
    width: 116%;
    margin-left: -8%;
  }
}
#section06 figcaption {
  margin-top: 0.5em;
  text-align: right;
}
#section06 .img02 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section06 .img02 {
    width: 75%;
    margin: 0 auto;
    padding-top: 5vw;
  }
}
#section06 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 ul li {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section06 ul li {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2.5vw;
  }
}
#section06 ul li.long {
  width: 100%;
}
#section06 ul li .names {
  padding: 0.5em 0 1.5em 0;
}
#section06 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section06 .clumbox {
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
#section06 .clumbox .photo {
  width: 37.5%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section06 .clumbox .photo figure {
  width: 220%;
  margin-left: -120%;
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .photo figure {
    margin-left: -40%;
    margin-right: 0;
    width: 140%;
  }
}
#section06 .clumbox .text {
  width: 58.75%;
  margin-bottom: 3em;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text {
    width: 100%;
  }
}
#section06 .clumbox .text .ttl01 {
  margin-bottom: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .ttl01 {
    text-align: center;
  }
}
#section06 .clumbox .text .base_text02 {
  line-height: 200%;
}
#section06 .clumbox .text .profiles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .profiles {
    align-items: center;
  }
}
#section06 .clumbox .text .profiles .hito {
  width: 29%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .profiles .hito {
    width: 35%;
  }
}
#section06 .clumbox .text .profiles .protext {
  width: 67.42%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox .text .profiles .protext {
    width: 60%;
  }
}
#section06 .clumbox .text .profiles .protext .na02 {
  font-weight: 600;
  padding: 0 0 0.2em 0;
}
#section06 .clumbox .text .profiles .protext .base_text03 {
  line-height: 160%;
  padding-top: 1em;
}
#section06 .clumbox .text .base_text04 {
  line-height: 180%;
  margin-top: 1.5em;
}
#section06 .imagesphoto {
  width: 90%;
  margin-top: -4em;
}

#section07 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section07 .tate {
  width: 13.46%;
  position: absolute;
  top: 10%;
  left: 80%;
}
@media screen and (max-width:800px) {
  #section07 .tate {
    width: 33%;
    left: 33%;
    top: 20%;
  }
}

#section08 {
  width: 100%;
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 60px 0 60px 0;
  }
}
#section08 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section08 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section08 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section08 .subttls {
  text-align: center;
  margin-bottom: 1em;
}
#section08 .base_text {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
}
#section08 .img01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section08 .img01 {
    width: 116%;
    margin-left: -8%;
  }
}
#section08 figcaption {
  margin-top: 0.5em;
  text-align: right;
}
#section08 .img02 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section08 .img02 {
    width: 75%;
    margin: 0 auto;
    padding-top: 5vw;
  }
}
#section08 .imagesphoto {
  width: 100%;
  margin-top: 2em;
}

#section09 {
  width: 100%;
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section09 {
    padding: 60px 0 60px 0;
  }
}
#section09 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section09 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section09 h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section09 .subttls {
  text-align: center;
  margin-bottom: 1em;
}
#section09 .base_text {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
}
#section09 .img01 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section09 .img01 {
    width: 116%;
    margin-left: -8%;
  }
}
#section09 figcaption {
  margin-top: 0.5em;
  text-align: right;
}
#section09 .img02 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section09 .img02 {
    width: 75%;
    margin: 0 auto;
    padding-top: 5vw;
  }
}
#section09 .imagesphoto {
  width: 100%;
  margin-top: 2em;
}
#section09 .ttlcenter {
  text-align: center;
  padding-top: 0.5em;
}

#section09b {
  width: 100%;
  position: relative;
  padding: 120px 0 160px 0;
  background-color: #f0f0f0;
  color: #000;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section09b {
    padding: 60px 0 60px 0;
  }
}
#section09b .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section09b h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#section09b .subttls {
  text-align: center;
  margin-bottom: 1em;
}
#section09b .base_text {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
}
#section09b .base_text02 {
  width: 90%;
  margin: 0 auto 3.5em auto;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section09b .base_text02 {
    text-align: left;
  }
}
#section09b .imagesphoto {
  width: 100%;
  margin-top: 2em;
}
#section09b .img01 {
  width: 100%;
  margin-bottom: 30px;
}
#section09b .img01 figure {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section09b .img01 figure {
    width: 110%;
    margin: 0 -5%;
  }
}
#section09b .img02 {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section09b .img02 {
    width: 116%;
    margin: 0 -8%;
    margin-bottom: 30px;
  }
}
#section09b .ttlcenter {
  text-align: center;
  padding-top: 0.5em;
}
#section09b ul.c3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section09b ul.c3 li {
  width: 33%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1.05em 0;
}
@media screen and (max-width:800px) {
  #section09b ul.c3 li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#section09b ul.c3 li .tts {
  width: 100%;
  text-align: center;
  line-height: 110%;
}
#section09b .lines {
  width: 100%;
  border-bottom: 1px solid #999;
  padding-top: 40px;
  margin-bottom: 50px;
}
#section09b ul.list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section09b ul.list li {
  width: 32%;
}
@media screen and (max-width:800px) {
  #section09b ul.list li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section09b ul.list li figure {
  position: relative;
}
#section09b ul.list li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section09b ul.list li .text {
  padding: 0.75em 0 1.5em 0;
  line-height: 160%;
}

#section09c {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section09c .tate {
  width: 124px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section09c .tate {
    width: 26%;
    top: 15%;
  }
}

#section00 {
  width: 100%;
  position: relative;
  padding: 110px 0 2em;
  background-color: #f0f0f0;
}
@media screen and (max-width:800px) {
  #section00 {
    padding: 60px 0 2em 0;
  }
}
#section00 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section00 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section00 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section00 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section00 .base_text {
  line-height: 180%;
  margin-bottom: 2em;
}
#section00 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section00 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section00 .minisminis {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section00 .minisminis {
    margin-bottom: 40px;
  }
}
#section00 .zuup {
  margin-bottom: 50px;
}
#section00 .zuup figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section00 .zuup figure {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
#section00 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section00 .clumbox .photo {
  width: 28%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section00 .clumbox .photo figcaption {
  position: absolute;
  color: #000;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .photo figcaption {
    color: #000;
  }
}
#section00 .clumbox .text {
  width: 69.85%;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text {
    width: 100%;
  }
}
#section00 .clumbox .text ul {
  width: 100%;
}
#section00 .clumbox .text ul li {
  padding: 0.6em 0 0.675em 0em;
  text-align: left;
  border-top: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li {
    display: flex;
    justify-content: space-between;
  }
}
#section00 .clumbox .text ul li .t1 {
  display: inline-block;
  width: 6em;
  padding: 0.2em 0.75em;
  text-align: center;
  background-color: #806e23;
  color: #fff;
  margin-right: 0.35em;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li .t1 {
    width: 6em;
    display: flex;
    align-items: center;
  }
  #section00 .clumbox .text ul li .t1 span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li .tbox {
    width: calc(100% - 6em);
    display: block;
  }
}
#section00 .clumbox .text ul li .t2 {
  display: inline-block;
  margin-right: 0.75em;
}
#section00 .clumbox .text ul li:last-child {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li:first-child {
    border-top: 0;
  }
}
#section00 .whitebox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#section00 .whitebox .ttlwhite {
  text-align: center;
  margin-bottom: 1em;
}
#section00 .whitebox .clumwhite {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section00 .whitebox .clumwhite .photo {
  width: 41.25%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section00 .whitebox .clumwhite .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section00 .whitebox .clumwhite .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section00 .whitebox .clumwhite .text {
  width: 56.25%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section00 .whitebox .clumwhite .text {
    width: 100%;
  }
}
#section00 .atens {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #section00 .atens {
    padding-top: 0px;
  }
}/*# sourceMappingURL=design.css.map */