@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

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 {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 3.4vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

footer {
  z-index: 30;
}

#section01 {
  width: 100%;
  padding: 112px 0 30px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 12vw 0 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section01 h1 {
  text-align: center;
  color: #132168;
}
#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01 .sec_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  margin-top: 104px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section01 .sec_nav {
    margin-top: 12vw;
    flex-wrap: wrap;
  }
}
#section01 .sec_nav .sec_nav_item {
  width: 24.5%;
}
@media screen and (max-width:800px) {
  #section01 .sec_nav .sec_nav_item {
    width: 49%;
  }
  #section01 .sec_nav .sec_nav_item:nth-child(3), #section01 .sec_nav .sec_nav_item:last-child {
    margin-top: 7px;
  }
}
#section01 .sec_nav .sec_nav_item a {
  color: #132168;
  border: 1px solid #132168;
  display: block;
  padding: 16px 20px;
}
@media screen and (max-width:800px) {
  #section01 .sec_nav .sec_nav_item a {
    padding: 2vw 0;
  }
}
#section01 .sec_nav .sec_nav_item a span {
  font-size: 85%;
}
#section01 .sec_nav .sec_nav_item.active {
  background-color: #132168;
}
#section01 .sec_nav .sec_nav_item.active a {
  color: #fff;
  pointer-events: none;
}
#section01 .base_text {
  text-align: center;
}

#section02 {
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0;
    margin-bottom: 7vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section02 .sec_block {
  margin: 0 auto 172px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block {
    margin: 0 auto 4vw;
  }
}
#section02 .sec_block.sec_block--other {
  margin: 0 auto 50px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block.sec_block--other {
    margin: 0 auto 17px;
  }
}
#section02 .sec_block h2 {
  text-align: center;
  font-size: 18px;
  margin: 37px 0;
  letter-spacing: 1px;
  color: #132168;
}
@media screen and (max-width:800px) {
  #section02 .sec_block h2 {
    margin: 3vw 0 4vw;
  }
}
#section02 .sec_block .flex_wrap.flex_wrap--half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .sec_block .flex_wrap.flex_wrap--half dl {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .flex_wrap.flex_wrap--half dl {
    /*width: 100%;*/
  }
  #section02 .sec_block .flex_wrap.flex_wrap--half dl:last-child {
    margin-top: 28px;
  }
}
#section02 .sec_block .flex_wrap.flex_wrap--3row {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2% 3%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .flex_wrap.flex_wrap--3row {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
#section02 .sec_block .flex_wrap.flex_wrap--3row dl {
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .flex_wrap.flex_wrap--3row dl {
    width: 100%;
  }
}
#section02 .sec_block .flex_wrap.flex_wrap--mt {
  margin-top: 32px;
}
#section02 .sec_block .flex_wrap dl dd {
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .flex_wrap dl dd {
    margin-top: 10px;
  }
}
#section02 .sec_block .flex_wrap dl dd p {
  margin-top: 9px;
}
#section02 dl {
  margin: 0;
}
#section02 dl dt img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
#section02 dl dd h3 {
  color: #132168;
}
@media screen and (max-width:800px) {
  #section02 dl dd h3 {
    margin-bottom: 10px;
  }
}
#section02 dl dd p {
  margin-top: 15px;
}
@media screen and (max-width:800px) {
  #section02 dl dd p {
    margin-top: 0;
    font-size: 3vw;
  }
}

/******************************/
body {
  overflow: visible;
}

#section_wasabi_uper {
  background-color: #000;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer {
  background-color: #000;
  position: relative;
  z-index: 20;
}

/********/
#section_wasabi_uper2 {
  background-color: #fff;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer2 {
  background-color: #fff;
  position: relative;
  z-index: 20;
}

/********/
#section_wasabi_uper3 {
  background-color: #000;
  position: relative;
  z-index: 20;
}

#section_wasabi_downer3 {
  background-color: #000;
  position: relative;
  z-index: 20;
}

/*************/
#section_wasabi {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 25;
}
#section_wasabi .centerpos {
  width: 100%;
  height: 5px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in .base_00 {
    height: 107.5vw;
  }
}
#section_wasabi .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

/***************/
#section_wasabi2 {
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 25;
}
#section_wasabi2 .centerpos {
  width: 100%;
  height: 5px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi2 .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi2 .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi2 .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in .base_00 {
    height: 107.5vw;
  }
}
#section_wasabi2 .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi2 .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi2 .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

#section_wasabi3 {
  width: 100%;
  position: relative;
  background-color: #000;
  z-index: 25;
}
#section_wasabi3 .centerpos {
  width: 100%;
  height: 1px;
  /*
  background-color: #f00;
  */
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh + 0px);
  left: 0;
}
@media screen and (max-width:800px) {
  #section_wasabi3 .centerpos {
    top: calc(50vh + 0px);
  }
}
#section_wasabi3 .section_wasabi__in {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in {
    height: auto;
  }
}
#section_wasabi3 .section_wasabi__in .base_00 {
  position: relative;
  /*
  background-color: rgba(0,255,0,0.2);
  */
  height: 100vh;
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in .base_00 {
    height: 403px;
  }
}
#section_wasabi3 .section_wasabi__in ul.contenas {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  color: #fff;
  align-items: center;
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01 {
  width: 650px;
  height: 403px;
  transform: scale(1);
  opacity: 1;
  position: relative;
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section_wasabi3 .section_wasabi__in ul.contenas li.list01 {
    width: 650px;
    height: 403px;
  }
}
#section_wasabi3 .section_wasabi__in ul.contenas li.list01 figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}

#section02 h2.ttls {
  text-align: center;
  font-size: 18px;
  margin: 37px 0;
  letter-spacing: 1px;
  color: #132168;
}
#section02 h2.ttls.second {
  margin-top: 110px;
}
@media screen and (max-width:800px) {
  #section02 h2.ttls {
    margin: 10vw 0 4vw;
  }
}
#section02 dd.second {
  margin-top: 1.5em;
}
#section02 .flex_clum2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .flex_clum2 .items {
  width: 48.25%;
}
@media screen and (max-width:800px) {
  #section02 .flex_clum2 .items {
    width: 100%;
    margin-bottom: 30px;
  }
}
#section02 .flex_clum2 .items2 {
  width: 48.25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .flex_clum2 .items2 {
    width: 100%;
  }
}
#section02 .flex_clum2 .items2 .initems {
  width: 46.95%;
}
@media screen and (max-width:800px) {
  #section02 .flex_clum2 .items2 .initems {
    width: 47.5%;
  }
}

#section01under {
  width: 100%;
  padding: 30px 0 30px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section01under {
    padding: 5vw 0;
    border-bottom: 0px solid #ccc;
  }
}
#section01under .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section01under .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section01under h1 {
  text-align: center;
  color: #132168;
}
#section01under h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01under h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01under .sec_nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section01under .sec_nav {
    margin-top: 0vw;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#section01under .sec_nav .sec_nav_item {
  width: 24.5%;
}
@media screen and (max-width:800px) {
  #section01under .sec_nav .sec_nav_item {
    width: 49%;
  }
  #section01under .sec_nav .sec_nav_item:nth-child(3), #section01under .sec_nav .sec_nav_item:last-child {
    margin-top: 7px;
  }
}
#section01under .sec_nav .sec_nav_item a {
  color: #132168;
  border: 1px solid #132168;
  display: block;
  padding: 16px 20px;
}
@media screen and (max-width:800px) {
  #section01under .sec_nav .sec_nav_item a {
    padding: 2vw 0;
  }
}
#section01under .sec_nav .sec_nav_item a span {
  font-size: 85%;
}
#section01under .sec_nav .sec_nav_item.active {
  background-color: #132168;
}
#section01under .sec_nav .sec_nav_item.active a {
  color: #fff;
  pointer-events: none;
}
#section01under .base_text {
  text-align: center;
}/*# sourceMappingURL=quality_comfort.css.map */