@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共通ここまで***/
.header__under {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f0ebf0;
  align-items: center;
}
.header__under .ttl {
  width: 306px;
  margin-left: 2.5%;
}
@media screen and (max-width:800px) {
  .header__under .ttl {
    width: 175px;
    margin-left: 5%;
  }
}
.header__under .bts {
  width: 300px;
}
@media screen and (max-width:800px) {
  .header__under .bts {
    width: 130px;
  }
}

#section01 {
  position: relative;
  z-index: 99999;
  pointer-events: none;
}
#section01 .tabs {
  width: 14.85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section01 .tabs {
    display: none;
  }
}

#section02 {
  position: relative;
  width: 100%;
  padding-top: 93px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 49px;
  }
}

#section03 {
  width: 100%;
  padding: 50px 0 140px 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 50px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section03 .logs {
  width: 60%;
  max-width: 600px;
  margin: 0 auto 130px auto;
}
@media screen and (max-width:800px) {
  #section03 .logs {
    margin: 0 auto 50px auto;
  }
}
#section03 h2 {
  margin-bottom: 1em;
  background-color: #fff;
  font-weight: 200;
}
@media screen and (max-width:800px) {
  #section03 h2 {
    text-align: center;
    line-height: 160%;
  }
}
#section03 .base_text {
  margin-bottom: 120px;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-bottom: 60px;
  }
}
#section03 .clumboxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section03 .clumboxs {
    margin-bottom: 80px;
  }
}
#section03 .clumboxs .text {
  width: 63.8%;
}
@media screen and (max-width:800px) {
  #section03 .clumboxs .text {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section03 .clumboxs .photo {
  width: 27.28%;
}
@media screen and (max-width:800px) {
  #section03 .clumboxs .photo {
    width: 70%;
    margin: 0 auto;
  }
}
#section03 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1.5em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
#section03 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section03 .base_text01 {
  line-height: 200%;
}
#section03 .nametext {
  text-align: right;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #section03 .nametext {
    display: none;
  }
}
#section03 .nametext span {
  display: inline-block;
  margin-right: 1em;
}
#section03 .nametext_sp {
  text-align: center;
  margin-top: 0.5em;
  display: none;
}
@media screen and (max-width:800px) {
  #section03 .nametext_sp {
    display: block;
  }
}
#section03 .nametext_sp span {
  display: inline-block;
  margin-right: 1em;
}
#section03 .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section03 .photolist {
    margin-bottom: 60px;
  }
}
#section03 .photolist li {
  width: 33.3333333333%;
}
@media screen and (max-width:800px) {
  #section03 .photolist li {
    width: 100%;
  }
}
#section03 .photolist li figure {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
#section03 .photolist li .namebox {
  width: 100%;
  padding: 1em 1.75em;
  background-color: rgba(155, 95, 100, 0.2);
  border-radius: 0 0 15px 15px;
  height: 5em;
  display: flex;
  align-items: center;
  color: #a16166;
  position: relative;
}
#section03 .photolist li .namebox.moreline::after {
  content: "";
  width: 1px;
  height: 78%;
  background-color: #a16166;
  position: absolute;
  right: 0;
  top: 10%;
}
@media screen and (max-width:800px) {
  #section03 .photolist li .namebox.moreline::after {
    content: none;
  }
}
@media screen and (max-width:800px) {
  #section03 .photolist li .namebox {
    height: auto;
    min-height: 4em;
    align-items: flex-start;
    padding-bottom: 1em;
  }
}
#section03 .photolist li .namebox span {
  font-size: 60%;
}
@media screen and (max-width:800px) {
  #section03 .photolist li .namebox span {
    font-size: 80%;
  }
}
#section03 .texttext {
  width: 100%;
  max-width: 965px;
  margin: 0 auto 0 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .texttext .left {
  width: 27.56%;
  text-align: center;
}
#section03 .texttext .right {
  width: 72.44%;
}
#section03 .texttext .right .text01 {
  padding: 0.75em 2.5em 0.85em 2.5em;
  border-bottom: 1px solid #999;
}
#section03 .texttext .right .text02 {
  padding: 0.75em 2.5em 0.85em 2.5em;
}
#section03 .atens {
  width: 100%;
  max-width: 965px;
  margin: 0.5em auto 0 0;
  text-align: right;
}

#section04 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  background-color: rgba(155, 95, 100, 0.2);
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 50px 0 50px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section04 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (max-width:800px) {
  #section04 h3 {
    margin-bottom: 1.5em;
  }
}
#section04 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section04 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section04 .clumbox .text {
  width: 37.42%;
  margin-left: 8.14%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .text {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#section04 .clumbox .text ul {
  width: 100%;
  border-top: 1px solid #a16166;
}
#section04 .clumbox .text ul li {
  padding: 1.05em 2em 1.15em 2em;
  border-bottom: 1px solid #a16166;
  color: #a16166;
  line-height: 160%;
}
#section04 .clumbox .text ul li span.mini {
  line-height: 160%;
  display: inline-block;
  padding-top: 0.25em;
}
#section04 .clumbox .photo {
  width: 50.5%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .photo {
    width: 100%;
    order: 2;
  }
}
#section04 .clumbox .photo figure {
  overflow: hidden;
  border-radius: 10px;
}

#section05 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 50px 0 50px 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section05 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1.5em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (max-width:800px) {
  #section05 h3 {
    margin-bottom: 2.5em;
  }
}
#section05 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section05 .clumbox1 {
  width: 94%;
  margin: 0 0 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section05 .clumbox1 .bts {
  width: 37.84%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox1 .bts {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section05 .clumbox1 .text {
  width: 60%;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox1 .text {
    width: 100%;
  }
}
#section05 .clumbox1b {
  width: 94%;
  margin: 0 0 70px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 .clumbox1b .bts {
  width: 37.84%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox1b .bts {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section05 .clumbox1b .bts .base_text {
  line-height: 200%;
}
#section05 .clumbox1b .bts .kakkobox {
  margin: 0.5em auto;
  padding: 0 1.5em;
  position: relative;
  display: inline-block;
}
#section05 .clumbox1b .bts .kakkobox::before {
  content: "";
  width: 1.25em;
  height: 3em;
  background: url(../images/found/kakko1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section05 .clumbox1b .bts .kakkobox::after {
  content: "";
  width: 1.25em;
  height: 3em;
  background: url(../images/found/kakko2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#section05 .clumbox1b .text {
  width: 60%;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox1b .text {
    width: 100%;
  }
}
#section05 .clumbox1b .text span {
  display: inline-block;
  padding-right: 0.35em;
}
#section05 .clumbox2 {
  width: 94%;
  border-top: 1px solid #a16166;
  border-bottom: 1px solid #a16166;
  padding: 70px 0;
  margin: 0 0 70px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section05 .clumbox2 {
    padding: 40px 0;
    margin: 0 0 70px auto;
  }
}
#section05 .clumbox2 .bts {
  width: 37.84%;
}
@media screen and (max-width:800px) {
  #section05 .clumbox2 .bts {
    width: 100%;
  }
}
#section05 .clumbox2 .text {
  width: 60%;
  line-height: 200%;
}
#section05 .undertextbox {
  width: 94%;
  margin: 0 0 70px auto;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section05 .undertextbox {
    margin: 0 0 40px auto;
  }
}

#section06 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  /*background-color: #fff;*/
  background-color: rgba(155, 95, 100, 0.2);
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 50px 0 50px 0;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section06 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
#section06 h3.mb2em {
  margin-bottom: 2em;
}
#section06 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section06 h3 span {
  display: inline-block;
  padding-left: 3.5em;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section06 h3 span {
    padding-left: 0em;
    padding-top: 0.5em;
  }
}
#section06 h3.pcs {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
@media screen and (max-width:800px) {
  #section06 h3.pcs {
    display: none;
  }
}
#section06 h3.pcs.mb2em {
  margin-bottom: 2em;
}
#section06 h3.pcs::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section06 h3.pcs span {
  display: inline-block;
  padding-left: 3.5em;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section06 h3.pcs span {
    padding-left: 0em;
    padding-top: 0.5em;
  }
}
#section06 h3.sps {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
  display: none;
}
@media screen and (max-width:800px) {
  #section06 h3.sps {
    display: block;
  }
}
#section06 h3.sps.mb2em {
  margin-bottom: 0.5em;
}
#section06 h3.sps::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section06 h3.sps span {
  display: inline-block;
  padding-left: 3.5em;
  color: #595757;
}
@media screen and (max-width:800px) {
  #section06 h3.sps span {
    padding-left: 0em;
    padding-top: 0.5em;
  }
}
#section06 .sps2 {
  width: 100%;
  margin-bottom: 3em;
}
#section06 h4 {
  width: 94%;
  margin: 0 0 1.5em auto;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section06 h4 {
    width: 100%;
  }
}
#section06 h4.type2 {
  margin: 0 auto 1.5em 0;
}
#section06 h4 span {
  display: inline-block;
  line-height: 100%;
  padding: 0.5em 2.5em;
  border: 1px solid #a16166;
  color: #a16166;
}
@media screen and (max-width:800px) {
  #section06 h4 span {
    width: 100%;
    text-align: center;
  }
}
#section06 .clumbox01 {
  width: 94%;
  margin: 0 0 70px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 45px;
  border-bottom: 1px solid #a16166;
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  #section06 .clumbox01 {
    width: 100%;
    margin-bottom: 45px;
  }
}
#section06 .clumbox01.last {
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section06 .clumbox01.last {
    margin-bottom: 45px;
  }
}
#section06 .clumbox01 .left {
  width: 46.15%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox01 .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .clumbox01 .left.spnone {
    margin-bottom: 0vw;
  }
}
#section06 .clumbox01 .left .ttls {
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #a16166;
}
#section06 .clumbox01 .left .base_text {
  line-height: 180%;
}
#section06 .clumbox01 .right {
  width: 44.2%;
  line-height: 200%;
  margin-right: 7.5%;
}
@media screen and (max-width:800px) {
  #section06 .clumbox01 .right {
    width: 100%;
    margin-right: 0%;
  }
}
@media screen and (max-width:800px) {
  #section06 .clumbox01 .right.spnone {
    display: none;
  }
}
#section06 .clumbox01 .right .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 1.5em;
  line-height: 200%;
}
#section06 .clumbox01 .right .whitebox .text01 {
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0.2em;
}
#section06 .clumbox01 .right .whitebox .text02 {
  line-height: 180%;
}
#section06 .clumbox01 .right .whitebox .text02 .urltext {
  font-size: 90%;
}
#section06 .h3subtext {
  width: 94%;
  margin: 0 0 80px auto;
  line-height: 200%;
}
#section06 .h3subtext.second {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section06 .h3subtext {
    margin: 0 0 50px auto;
    width: 100%;
  }
}

#section07 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section07 {
    padding: 50px 0 50px 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section07 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1.5em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
#section07 h3.mb2em {
  margin-bottom: 2em;
}
#section07 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section07 h3 span {
  display: inline-block;
  padding-left: 3.5em;
  color: #595757;
}
#section07 ul {
  width: 94%;
  margin: 0 0 0px auto;
  line-height: 200%;
}

#section08 {
  width: 100%;
  padding: 110px 0;
  position: relative;
  z-index: 5;
  background-color: rgba(155, 95, 100, 0.2);
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section08 {
    padding: 50px 0 50px 0;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section08 h3 {
  padding-left: 0.95em;
  position: relative;
  color: #a16166;
  margin-bottom: 1.5em;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 200;
}
#section08 h3.mb2em {
  margin-bottom: 2em;
}
#section08 h3::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #a16166;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section08 h3 span {
  display: inline-block;
  padding-left: 3.5em;
  color: #595757;
}
#section08 .whitebox {
  width: 94%;
  margin: 0 0 10px auto;
  line-height: 200%;
  background-color: #fff;
  padding: 3.5em;
}
@media screen and (max-width:800px) {
  #section08 .whitebox {
    width: 100%;
    padding: 7vw 5vw;
  }
}
#section08 .whitebox .base_text {
  margin-bottom: 1em;
}

#last60th {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 80px 0 110px 0;
}
#last60th .foot60th {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
#last60th .topback {
  width: 12px;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 2vw;
  transform: translate(50%, 0);
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}/*# sourceMappingURL=found.css.map */