@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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}
#section01 .backimg {
  position: relative;
  width: 100%;
  height: 18.33vw;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    height: 30vw;
  }
}
#section01 .backimg figure {
  width: 100%;
  position: relative;
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 80px 0 50px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 30px 0;
  }
}
#section02 .section_title {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width:800px) {
  #section02 .section_title {
    padding: 40px 0;
  }
}
#section02 .section_title h2 {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section02 .section_title h2 {
    font-size: 4vw;
  }
}
#section02 .section_title h2 span {
  display: inline-block;
  text-align: center;
  width: 250px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #005428;
}
@media screen and (max-width:800px) {
  #section02 .section_title h2 span {
    width: 50vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 825px;
  margin: 0 auto 0 auto;
}
#section02 .section__in2 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
}
#section02 .haitchi {
  width: 100%;
  margin: 0 auto 30px auto;
}
#section02 .company {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .company {
    font-size: 3vw;
    justify-content: flex-start;
  }
}
#section02 .company p {
  display: inline-block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .company p {
    align-items: flex-start;
  }
}
#section02 .company span.color00 {
  width: 3em;
  height: 1.4em;
  position: relative;
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color00 {
    margin-bottom: 0.15em;
    height: 1.2em;
    width: 3.2em;
  }
}
#section02 .company span.color00 img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
#section02 .company span.color01 {
  width: 4em;
  height: 1.4em;
  background-color: #D3E2F4;
  border: 1px solid #117CBF;
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color01 {
    margin-bottom: 0.15em;
    height: 1.2em;
    width: 3.2em;
  }
}
#section02 .company span.color02 {
  width: 4em;
  height: 1.4em;
  background-color: #D9EAC3;
  border: 1px solid #719C15;
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color02 {
    margin-bottom: 0.5em;
    height: 1.2em;
    width: 3.2em;
    margin-left: 3.75em;
  }
}
#section02 .company span.color03 {
  width: 4em;
  height: 1.4em;
  background-color: #f3dcb5;
  border: 1px solid #c27849;
  margin-right: 0.25em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color03 {
    height: 1.2em;
    width: 3.2em;
    margin-left: 0em;
  }
}
#section02 .company span.color04 {
  width: 4em;
  height: 1.4em;
  background-color: #E5D5E1;
  border: 1px solid #BA1377;
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color04 {
    height: 1.2em;
    width: 3.2em;
    margin-left: 1.75em;
    margin-top: 0em;
  }
}
#section02 .company span.color05 {
  width: 4em;
  height: 1.4em;
  background-color: #E3E4E4;
  border: 1px solid #7F7F80;
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color05 {
    height: 1.2em;
    width: 3.2em;
    margin-left: 0em;
    margin-top: 0.25em;
    margin-left: 0em;
  }
}
#section02 .company span.color06 {
  width: 4em;
  height: 1.4em;
  background-color: #a5a5a5;
  border: 1px solid #7f7f7f;
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .company span.color06 {
    height: 1.2em;
    width: 3.2em;
    margin-left: 1.25em;
    margin-top: 0.25em;
  }
}
#section02 .minitext {
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .minitext {
    text-align: left;
    font-size: 2.8vw;
  }
}

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

#section03 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 150px 0 150px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 70px 0 70px 0;
  }
}
#section03 .section_title {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  padding: 80px 0 60px 0;
}
@media screen and (max-width:800px) {
  #section03 .section_title {
    padding: 40px 0 30px 0;
  }
}
#section03 .section_title h2 {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section03 .section_title h2 {
    font-size: 4vw;
  }
}
#section03 .section_title h2 span {
  display: inline-block;
  text-align: center;
  width: 300px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #005428;
}
@media screen and (max-width:800px) {
  #section03 .section_title h2 span {
    width: 60vw;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 0 auto;
}
#section03 .minis_text {
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section03 .minis_text {
    margin-bottom: 50px;
  }
}
#section03 .spec_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#section03 .spec_list dl.spec_list_box {
  width: 24.48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box {
    width: 48.5%;
    font-size: 3vw;
    margin-bottom: 2.4vw;
  }
}
#section03 .spec_list dl.spec_list_box dt {
  width: 5em;
  padding: 0.2em 0em;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box dt {
    width: 3em;
  }
}
#section03 .spec_list dl.spec_list_box dt.first {
  background-color: #898989;
  color: #fff;
}
#section03 .spec_list dl.spec_list_box dt.first span {
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box dt.first span {
    font-size: 2.6vw;
    line-height: 100%;
    display: inline-block;
  }
}
#section03 .spec_list dl.spec_list_box dt.color01 {
  background-color: #D3E2F4;
}
#section03 .spec_list dl.spec_list_box dt.color02 {
  background-color: #D9EAC3;
}
#section03 .spec_list dl.spec_list_box dt.color03 {
  background-color: #EBDBA0;
}
#section03 .spec_list dl.spec_list_box dt.color04 {
  background-color: #E5D5E1;
}
#section03 .spec_list dl.spec_list_box dt.color05 {
  background-color: #BFC0C0;
}
#section03 .spec_list dl.spec_list_box dt.color06 {
  background-color: #E8BB8A;
}
#section03 .spec_list dl.spec_list_box dd {
  width: calc(100% - 5em);
  padding: 0.2em 0em;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box dd {
    width: calc(100% - 3em);
  }
}
#section03 .spec_list dl.spec_list_box dd.first {
  background-color: #898989;
  color: #fff;
}
#section03 .spec_list dl.spec_list_box dd.first span {
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box dd.first span {
    font-size: 3vw;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
  }
  #section03 .spec_list dl.spec_list_box dd.first span p {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
#section03 .spec_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .spec_list dl.spec_list_box2 {
  width: 24.48%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box2 {
    width: 48.5%;
    font-size: 3vw;
    margin-bottom: 2.4vw;
  }
}
#section03 .spec_list dl.spec_list_box2 dt {
  width: 5em;
  padding: 0.2em 0em;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box2 dt {
    width: 3em;
  }
}
#section03 .spec_list dl.spec_list_box2 dt.first {
  background-color: #898989;
  color: #fff;
}
#section03 .spec_list dl.spec_list_box2 dt.first span {
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box2 dt.first span {
    font-size: 2.6vw;
    line-height: 100%;
    display: inline-block;
  }
}
#section03 .spec_list dl.spec_list_box2 dt.color01 {
  background-color: #D3E2F4;
}
#section03 .spec_list dl.spec_list_box2 dt.color02 {
  background-color: #D9EAC3;
}
#section03 .spec_list dl.spec_list_box2 dt.color03 {
  background-color: #EBDBA0;
}
#section03 .spec_list dl.spec_list_box2 dt.color04 {
  background-color: #E5D5E1;
}
#section03 .spec_list dl.spec_list_box2 dt.color05 {
  background-color: #BFC0C0;
}
#section03 .spec_list dl.spec_list_box2 dt.color06 {
  background-color: #E8BB8A;
}
#section03 .spec_list dl.spec_list_box2 dd {
  width: calc(100% - 5em);
  padding: 0.2em 0em;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box2 dd {
    width: calc(100% - 3em);
  }
}
#section03 .spec_list dl.spec_list_box2 dd.first {
  background-color: #898989;
  color: #fff;
}
#section03 .spec_list dl.spec_list_box2 dd.first span {
  font-size: 15px;
}
@media screen and (max-width:800px) {
  #section03 .spec_list dl.spec_list_box2 dd.first span {
    font-size: 3vw;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
  }
  #section03 .spec_list dl.spec_list_box2 dd.first span p {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
#section03 ul.photoclum2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#section03 ul.photoclum2 li {
  width: 47.87%;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum2 li {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum2 li.last {
    margin-bottom: 0vw;
  }
}
#section03 ul.photoclum2 li figure {
  position: relative;
}
#section03 ul.photoclum2 li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#section03 ul.photoclum2 li h4 {
  padding: 0.5em 0;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum2 li h4 {
    font-size: 4.6vw;
  }
}
#section03 ul.photoclum2 li .base_text {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum2 li .base_text {
    font-size: 3.4vw;
  }
}
#section03 ul.photoclum3 {
  width: 100%;
  max-width: 690px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
#section03 ul.photoclum3 li {
  width: 46.5%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum3 li {
    width: 48.5%;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum3 li.last {
    margin: 0 auto 0 auto;
  }
}
#section03 ul.photoclum3 li figure {
  position: relative;
}
#section03 ul.photoclum3 li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#section03 ul.photoclum3 li h5 {
  padding: 0 0 0.5em 0;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum3 li h5 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum3 li h5 span {
    display: inline-block;
    transform-origin: top left;
    transform: scaleX(0.9);
    width: 125%;
  }
}
#section03 ul.photoclum3 li .base_text {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section03 ul.photoclum3 li .base_text {
    font-size: 3vw;
  }
}
#section03 ul.photoclum3 .textH {
  margin-bottom: 0.5em;
}
#section03 .textbox {
  text-align: center;
  line-height: 160%;
  padding: 95px 0 60px 0;
}
@media screen and (max-width:800px) {
  #section03 .textbox {
    padding: 80px 0 30px 0;
  }
}

.lnew_titel {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  .lnew_titel {
    font-size: 3.8vw;
    line-height: 180%;
  }
}

.lnew_imgbig {
  width: 85%;
  margin: 0 auto 0px auto;
}
@media screen and (max-width:800px) {
  .lnew_imgbig {
    width: 100%;
    margin: 2em auto;
  }
}

.lnew_clum {
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #666;
}
.lnew_clum.centerh {
  align-items: flex-start;
}
@media screen and (max-width:800px) {
  .lnew_clum {
    width: 100%;
    padding: 20px 0 30px 0;
  }
}
.lnew_clum .text {
  width: 45%;
}
@media screen and (max-width:800px) {
  .lnew_clum .text {
    width: 100%;
  }
}
.lnew_clum .text h4 {
  margin-bottom: 1em;
}
.lnew_clum .text .base_text {
  padding-bottom: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .lnew_clum .text .base_text {
    padding-bottom: 1em;
  }
}
.lnew_clum .text .base_text2 {
  padding-bottom: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .lnew_clum .text .base_text2 {
    padding-bottom: 2em;
  }
}
.lnew_clum .photo {
  width: 48%;
}
@media screen and (max-width:800px) {
  .lnew_clum .photo {
    margin-top: 5vw;
    width: 100%;
  }
}
.lnew_clum .photo figure.mini {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  .lnew_clum .photo figure.mini {
    width: 100%;
  }
}
.lnew_clum .photo figure.mini figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.lnew_clum_long {
  width: 85%;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  .lnew_clum_long {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
.lnew_clum_long .text {
  width: 100%;
}
.lnew_clum_long .text h4 {
  margin-bottom: 1em;
}
.lnew_clum_long .text .base_text {
  padding-bottom: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .lnew_clum_long .text .base_text {
    padding-bottom: 1em;
  }
}
.lnew_clum_long .text .base_text2 {
  padding-bottom: 1em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  .lnew_clum_long .text .base_text2 {
    padding-bottom: 2em;
  }
}/*# sourceMappingURL=landscape.css.map */