@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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans .zu2 {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu2 {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
}
#section01_base p {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section03_base {
  width: 100%;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03_base {
    padding: 40px 0;
  }
}
#section03_base .base_text {
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section03_base .base_text {
    margin-top: 0.5em;
  }
}
#section03_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section03_base ul.menilist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03_base ul.menilist.topmt50 {
  margin-top: 50px;
}
#section03_base ul.menilist li {
  width: 24%;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#section03_base ul.menilist li.active .center {
  background-color: #716253;
  color: #fff;
}
#section03_base ul.menilist li.active .centerin {
  color: #fff;
}
#section03_base ul.menilist li .center {
  border: 1px solid #716253;
  min-height: 5.5em;
  color: #716253;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  background-color: #fff;
}
#section03_base ul.menilist li .center:hover {
  background-color: #716253;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li .center:hover {
    background-color: #fff;
  }
}
#section03_base ul.menilist li .center:hover .centerin {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li .center:hover .centerin {
    color: #716253;
  }
}
#section03_base ul.menilist li .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #716253;
  padding: 0.4em 0;
}
#section03_base ul.menilist li .eng {
  font-weight: 700;
  line-height: 110%;
}
#section03_base ul.menilist li .jpn {
  margin-top: -0.25em;
}

.photowidebox {
  width: 100%;
  position: relative;
}
.photowidebox .imgs {
  position: relative;
}
.photowidebox .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.photowidebox .minis.wihte {
  color: #fff;
}

#section03 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 70px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0;
  }
}
#section03 .title {
  text-align: center;
}
#section03 h2 {
  color: #716253;
  text-align: center;
}
#section03 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-top: 0.5em;
    margin-bottom: 50px;
  }
}
#section03 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section03 .base_text span {
    font-size: 70%;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section03 .zehbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#section03 .zehbox .icon {
  width: 14.66%;
  margin-right: 1.25em;
}
@media screen and (max-width:800px) {
  #section03 .zehbox .icon {
    width: 30%;
    margin: 0 35% 30px 35%;
  }
}
#section03 .zehbox .icon .icons {
  mix-blend-mode: multiply;
}
#section03 .zehbox .text {
  width: 56.8%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section03 .zehbox .text {
    width: 100%;
  }
}
#section03 .caps01 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section03 .yaji {
  width: 25px;
  margin: 20px auto;
}
#section03 .text01 {
  text-align: center;
  margin-bottom: 3em;
  color: #4c8d71;
}
@media screen and (max-width:800px) {
  #section03 .text01 {
    margin-bottom: 1em;
  }
}
#section03 .whitebox {
  width: 100%;
  background-color: #fff;
  padding: 50px 30px;
}
@media screen and (max-width:800px) {
  #section03 .whitebox {
    padding: 7.5vw 5vw;
  }
}
#section03 .whitebox h3 {
  text-align: center;
  margin-bottom: 0.5em;
}
#section03 .whitebox .text02 {
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .whitebox .text02 {
    text-align: left;
  }
}
#section03 .whitebox .imgs02 {
  width: 90%;
  margin: 30px auto 60px auto;
}
#section03 .whitebox .text03 {
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .whitebox .text03 {
    text-align: left;
  }
}
#section03 .whitebox .imgs03 {
  width: 100%;
  margin: 30px auto 0px auto;
}
#section03 .caps02 {
  width: 100%;
  padding-top: 0.5em;
  text-align: left;
}

.nav_link {
  width: 100%;
  padding: 100px 0;
  background-color: rgba(233, 230, 225, 0.5);
}
@media screen and (max-width:800px) {
  .nav_link {
    padding: 25px 0;
  }
}
.nav_link ul.menilist {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_link ul.menilist.topmt50 {
  margin-top: 50px;
}
.nav_link ul.menilist li {
  width: 24%;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
.nav_link ul.menilist li.active .center {
  background-color: #716253;
  color: #fff;
}
.nav_link ul.menilist li.active .centerin {
  color: #fff;
}
.nav_link ul.menilist li .center {
  border: 1px solid #716253;
  min-height: 5.5em;
  color: #716253;
  display: flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  background-color: #fff;
}
.nav_link ul.menilist li .center:hover {
  background-color: #716253;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li .center:hover {
    background-color: #fff;
  }
}
.nav_link ul.menilist li .center:hover .centerin {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li .center:hover .centerin {
    color: #716253;
  }
}
.nav_link ul.menilist li .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #716253;
  padding: 0.4em 0;
}
.nav_link ul.menilist li .eng {
  font-weight: 700;
  line-height: 110%;
}
.nav_link ul.menilist li .jpn {
  margin-top: -0.25em;
}

#section04 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 70px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 50px 0;
    overflow: hidden;
  }
}
#section04 .title {
  text-align: center;
}
#section04 h2 {
  color: #716253;
  text-align: center;
}
#section04 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-top: 0.5em;
    margin-bottom: 50px;
  }
}
#section04 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section04 .base_text span {
    font-size: 70%;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section04 h3 {
  margin-bottom: 0.35em;
}
#section04 h3.second {
  margin-top: 3em;
}
@media screen and (max-width:800px) {
  #section04 h3.second {
    margin-top: 1.5em;
  }
}
#section04 ul.listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 ul.listbox li {
  width: 30.22%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section04 ul.listbox li {
    width: 48.5%;
  }
}
#section04 ul.listbox li.clum4 {
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section04 ul.listbox li.clum4 {
    width: 48.5%;
  }
}
#section04 ul.listbox li figure {
  position: relative;
}
#section04 ul.listbox li figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 15;
}
#section04 ul.listbox li figure figcaption.white {
  color: #fff;
}
#section04 ul.listbox li .name {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section04 ul.listbox li .name {
    padding: 0.35em 0 0.35em 0;
  }
}
#section04 ul.listbox li .name .inname {
  width: 100%;
}
#section04 ul.listbox li .base_text2 {
  text-align: left;
}
#section04 ul.listbox li .base_text2 span.mini {
  font-size: 70%;
  display: block;
}
#section04 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .clumbox .left {
  width: 38%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .left {
    width: 100%;
  }
}
#section04 .clumbox .left .zu01 {
  margin: 1em 0 1em 0;
}
#section04 .clumbox .left .boxclum {
  display: flex;
  justify-content: space-between;
}
#section04 .clumbox .left .boxclum figure {
  width: 46.5%;
  position: relative;
}
#section04 .clumbox .left .boxclum figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 15;
}
#section04 .clumbox .left .boxclum figure figcaption.white {
  color: #fff;
}
#section04 .clumbox .left .boxclum .text {
  width: 50.5%;
}
#section04 .clumbox .left .boxclum .text .inname {
  margin-bottom: 0.5em;
}
#section04 .clumbox .right {
  width: 58.88%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .right {
    display: none;
  }
}
#section04 .attens {
  width: 100%;
  margin-top: 1.5em;
}
#section04 .toi_sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section04 .toi_sp {
    display: block;
    padding-top: 2em;
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
  }
}

#section05 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 70px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 50px 0;
  }
}
#section05 .title {
  text-align: center;
}
#section05 h2 {
  color: #716253;
  text-align: center;
}
#section05 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section05 .base_text {
    margin-top: 0.5em;
    margin-bottom: 50px;
  }
}
#section05 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section05 .base_text span {
    font-size: 70%;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section05 .zehbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#section05 .zehbox .icon {
  width: 14.66%;
  margin-right: 1.25em;
}
@media screen and (max-width:800px) {
  #section05 .zehbox .icon {
    width: 30%;
    margin: 0 35% 30px 35%;
  }
}
#section05 .zehbox .icon .icons {
  mix-blend-mode: multiply;
}
#section05 .zehbox .text {
  width: 56.8%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section05 .zehbox .text {
    width: 100%;
  }
}
#section05 .caps01 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section05 .yaji {
  width: 25px;
  margin: 20px auto;
}
#section05 .text01 {
  text-align: center;
  margin-bottom: 3em;
  color: #4c8d71;
}
@media screen and (max-width:800px) {
  #section05 .text01 {
    margin-bottom: 1em;
  }
}
#section05 .whitebox {
  width: 100%;
  background-color: #e7e5dc;
  padding: 50px 30px;
}
@media screen and (max-width:800px) {
  #section05 .whitebox {
    padding: 7.5vw 5vw;
  }
}
#section05 .whitebox h3 {
  margin-bottom: 0.5em;
}
#section05 .whitebox .text02 {
  line-height: 160%;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 .whitebox .text02 {
    text-align: left;
  }
}
#section05 .whitebox .imgs02 {
  width: 100%;
  margin: 0px auto 60px auto;
}
#section05 .whitebox .text03 {
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section05 .whitebox .text03 {
    text-align: left;
  }
}
#section05 .whitebox .imgs03 {
  width: 100%;
  margin: 30px auto 0px auto;
}
#section05 .caps02 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section05 ul.listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox {
    margin-top: 30px;
  }
}
#section05 ul.listbox li {
  width: 30.22%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li {
    width: 48.5%;
    margin-bottom: 25px;
  }
}
#section05 ul.listbox li .ats {
  text-align: right;
  padding-top: 0.5em;
}
#section05 ul.listbox li.clum2 {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li.clum2 {
    width: 100%;
  }
}
#section05 ul.listbox li.clum4 {
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li.clum4 {
    width: 48.5%;
  }
}
#section05 ul.listbox li figure {
  position: relative;
}
#section05 ul.listbox li figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 15;
}
#section05 ul.listbox li figure figcaption.white {
  color: #fff;
}
#section05 ul.listbox li .name {
  padding: 0 0 0.5em 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li .name {
    padding: 0.35em 0 0.35em 0;
  }
}
#section05 ul.listbox li .name .inname {
  width: 100%;
}
#section05 ul.listbox li .base_text2 {
  text-align: left;
  margin-bottom: 1em;
}
#section05 ul.listbox li .base_text2 span.mini {
  font-size: 70%;
  display: block;
}
#section05 ul.listbox li .pc_onlybox {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li .pc_onlybox {
    display: none;
  }
}
#section05 .inclumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section05 .inclumbox.mores {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section05 .inclumbox.mores {
    margin-top: 35px;
  }
}
#section05 .inclumbox .items {
  width: 48.5%;
}

#section06 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 70px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 50px 0;
  }
}
#section06 .title {
  text-align: center;
}
#section06 h2 {
  color: #716253;
  text-align: center;
}
#section06 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    margin-top: 0.5em;
    margin-bottom: 50px;
  }
}
#section06 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section06 .base_text span {
    font-size: 70%;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section06 .zehbox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#section06 .zehbox .icon {
  width: 14.66%;
  margin-right: 1.25em;
}
@media screen and (max-width:800px) {
  #section06 .zehbox .icon {
    width: 30%;
    margin: 0 35% 30px 35%;
  }
}
#section06 .zehbox .icon .icons {
  mix-blend-mode: multiply;
}
#section06 .zehbox .text {
  width: 56.8%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section06 .zehbox .text {
    width: 100%;
  }
}
#section06 .caps01 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section06 .yaji {
  width: 25px;
  margin: 20px auto;
}
#section06 .text01 {
  text-align: center;
  margin-bottom: 3em;
  color: #4c8d71;
}
@media screen and (max-width:800px) {
  #section06 .text01 {
    margin-bottom: 1em;
  }
}
#section06 .whitebox {
  width: 100%;
  background-color: #e7e5dc;
  padding: 50px 30px;
}
@media screen and (max-width:800px) {
  #section06 .whitebox {
    padding: 7.5vw 5vw;
  }
}
#section06 .whitebox h3 {
  margin-bottom: 0.5em;
}
#section06 .whitebox .text02 {
  line-height: 160%;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .text02 {
    text-align: left;
  }
}
#section06 .whitebox .imgs02 {
  width: 100%;
  margin: 0px auto 60px auto;
}
#section06 .whitebox .text03 {
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .text03 {
    text-align: left;
  }
}
#section06 .whitebox .imgs03 {
  width: 100%;
  margin: 30px auto 0px auto;
}
#section06 .caps02 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section06 ul.listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox {
    margin-top: 30px;
  }
}
#section06 ul.listbox li {
  width: 30.22%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li {
    width: 48.5%;
    margin-bottom: 25px;
  }
}
#section06 ul.listbox li .ats {
  text-align: right;
  padding-top: 0.5em;
}
#section06 ul.listbox li.clum2 {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.clum2 {
    width: 100%;
  }
}
#section06 ul.listbox li.clum4 {
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.clum4 {
    width: 48.5%;
  }
}
#section06 ul.listbox li.longs {
  width: 55.55%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.longs {
    width: 100%;
  }
}
#section06 ul.listbox li.shorts {
  width: 38.66%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.shorts {
    width: 100%;
  }
}
#section06 ul.listbox li figure {
  position: relative;
}
#section06 ul.listbox li figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 15;
}
#section06 ul.listbox li figure figcaption.white {
  color: #fff;
}
#section06 ul.listbox li .name {
  padding: 0.5em 0 0.5em 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li .name {
    padding: 0.35em 0 0.35em 0;
  }
}
#section06 ul.listbox li .name .inname {
  width: 100%;
}
#section06 ul.listbox li .base_text2 {
  text-align: left;
  margin-bottom: 1em;
}
#section06 ul.listbox li .base_text2 span.mini {
  font-size: 70%;
  display: block;
}
#section06 ul.listbox li .pc_onlybox {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li .pc_onlybox {
    display: none;
  }
}
#section06 .inclumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section06 .inclumbox.mores {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 .inclumbox.mores {
    margin-top: 35px;
  }
}
#section06 .inclumbox .items {
  width: 48.5%;
}/*# sourceMappingURL=quality.css.map */