@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%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

.tenmetsu {
  -webkit-animation: tenm 1.5s infinite;
          animation: tenm 1.5s infinite;
}

@-webkit-keyframes tenm {
  50% {
    opacity: 0;
  }
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            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);
}

figure.img_main {
  position: relative;
  top: 0;
  left: 0;
}
figure.img_main .img_caption {
  position: absolute;
  bottom: 12px;
  right: 24px;
  z-index: 1;
}
@media screen and (max-width:800px) {
  figure.img_main .img_caption {
    bottom: 8px;
    right: 6px;
  }
}
figure.img_main .img_caption.img_caption--wh {
  color: #fff;
}

/**scss共通ここまで***/
#section01 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  margin-top: -84px;
}
@media screen and (max-width:800px) {
  #section01 {
    margin-top: 0;
  }
}
#section01 .text_box {
  position: absolute;
  bottom: 43px;
  left: 92px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    bottom: 12vw;
    left: 6vw;
  }
}
#section01 .text_box .main_copy {
  margin-bottom: 15px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    font-size: 4.9vw;
    margin-bottom: 3vw;
  }
}
#section01 .text_box .sub_copy {
  line-height: 2.7em;
  letter-spacing: 0.01em;
}
@media screen and (max-width:800px) {
  #section01 .text_box .sub_copy {
    font-size: 3.2vw;
    line-height: 3em;
  }
}

#section02 ul.menilist,
#section03 ul.menilist,
#section04 ul.menilist,
#section05 ul.menilist,
#section06 ul.menilist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
#section02 ul.menilist.topmt50,
#section03 ul.menilist.topmt50,
#section04 ul.menilist.topmt50,
#section05 ul.menilist.topmt50,
#section06 ul.menilist.topmt50 {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist.topmt50,
  #section03 ul.menilist.topmt50,
  #section04 ul.menilist.topmt50,
  #section05 ul.menilist.topmt50,
  #section06 ul.menilist.topmt50 {
    margin-top: 14vw;
  }
}
#section02 ul.menilist li,
#section03 ul.menilist li,
#section04 ul.menilist li,
#section05 ul.menilist li,
#section06 ul.menilist li {
  width: 24%;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist li,
  #section03 ul.menilist li,
  #section04 ul.menilist li,
  #section05 ul.menilist li,
  #section06 ul.menilist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#section02 ul.menilist li .center,
#section03 ul.menilist li .center,
#section04 ul.menilist li .center,
#section05 ul.menilist li .center,
#section06 ul.menilist li .center {
  border: 1px solid #8f7347;
  min-height: 5em;
  color: #8f7347;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist li .center,
  #section03 ul.menilist li .center,
  #section04 ul.menilist li .center,
  #section05 ul.menilist li .center,
  #section06 ul.menilist li .center {
    min-height: 0;
  }
}
#section02 ul.menilist li .center .centerin,
#section03 ul.menilist li .center .centerin,
#section04 ul.menilist li .center .centerin,
#section05 ul.menilist li .center .centerin,
#section06 ul.menilist li .center .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #8f7347;
  padding: 0.4em 0;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist li .center .centerin,
  #section03 ul.menilist li .center .centerin,
  #section04 ul.menilist li .center .centerin,
  #section05 ul.menilist li .center .centerin,
  #section06 ul.menilist li .center .centerin {
    padding: 0.8em 0;
  }
}
#section02 ul.menilist li .center .eng,
#section03 ul.menilist li .center .eng,
#section04 ul.menilist li .center .eng,
#section05 ul.menilist li .center .eng,
#section06 ul.menilist li .center .eng {
  line-height: 1em;
  margin: 0 auto;
  max-width: 140px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist li .center .eng,
  #section03 ul.menilist li .center .eng,
  #section04 ul.menilist li .center .eng,
  #section05 ul.menilist li .center .eng,
  #section06 ul.menilist li .center .eng {
    max-width: 100vw;
    width: 70%;
  }
}
#section02 ul.menilist li .center .eng:after,
#section03 ul.menilist li .center .eng:after,
#section04 ul.menilist li .center .eng:after,
#section05 ul.menilist li .center .eng:after,
#section06 ul.menilist li .center .eng:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}
#section02 ul.menilist li .center .eng.eng--eco:after,
#section03 ul.menilist li .center .eng.eng--eco:after,
#section04 ul.menilist li .center .eng.eng--eco:after,
#section05 ul.menilist li .center .eng.eng--eco:after,
#section06 ul.menilist li .center .eng.eng--eco:after {
  background: url(../images/quality/btn_eco_active.svg) no-repeat center/100% auto;
}
#section02 ul.menilist li .center .eng.eng--eqpm:after,
#section03 ul.menilist li .center .eng.eng--eqpm:after,
#section04 ul.menilist li .center .eng.eng--eqpm:after,
#section05 ul.menilist li .center .eng.eng--eqpm:after,
#section06 ul.menilist li .center .eng.eng--eqpm:after {
  background: url(../images/quality/btn_eqpm_active.svg) no-repeat center/100% auto;
}
#section02 ul.menilist li .center .eng.eng--sec:after,
#section03 ul.menilist li .center .eng.eng--sec:after,
#section04 ul.menilist li .center .eng.eng--sec:after,
#section05 ul.menilist li .center .eng.eng--sec:after,
#section06 ul.menilist li .center .eng.eng--sec:after {
  background: url(../images/quality/btn_sec_active.svg) no-repeat center/100% auto;
}
#section02 ul.menilist li .center .eng.eng--ame:after,
#section03 ul.menilist li .center .eng.eng--ame:after,
#section04 ul.menilist li .center .eng.eng--ame:after,
#section05 ul.menilist li .center .eng.eng--ame:after,
#section06 ul.menilist li .center .eng.eng--ame:after {
  background: url(../images/quality/btn_ame_active.svg) no-repeat center/100% auto;
}
#section02 ul.menilist li .center .jpn,
#section03 ul.menilist li .center .jpn,
#section04 ul.menilist li .center .jpn,
#section05 ul.menilist li .center .jpn,
#section06 ul.menilist li .center .jpn {
  margin-top: 0.3em;
  -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;
}
#section02 ul.menilist li.active .center, #section02 ul.menilist li:hover .center,
#section03 ul.menilist li.active .center,
#section03 ul.menilist li:hover .center,
#section04 ul.menilist li.active .center,
#section04 ul.menilist li:hover .center,
#section05 ul.menilist li.active .center,
#section05 ul.menilist li:hover .center,
#section06 ul.menilist li.active .center,
#section06 ul.menilist li:hover .center {
  color: #fff;
  background-color: #8f7347;
}
@media screen and (max-width:800px) {
  #section02 ul.menilist li.active .center, #section02 ul.menilist li:hover .center,
  #section03 ul.menilist li.active .center,
  #section03 ul.menilist li:hover .center,
  #section04 ul.menilist li.active .center,
  #section04 ul.menilist li:hover .center,
  #section05 ul.menilist li.active .center,
  #section05 ul.menilist li:hover .center,
  #section06 ul.menilist li.active .center,
  #section06 ul.menilist li:hover .center {
    background-color: #8f7347;
    color: #fff;
  }
}
#section02 ul.menilist li.active .center .centerin, #section02 ul.menilist li:hover .center .centerin,
#section03 ul.menilist li.active .center .centerin,
#section03 ul.menilist li:hover .center .centerin,
#section04 ul.menilist li.active .center .centerin,
#section04 ul.menilist li:hover .center .centerin,
#section05 ul.menilist li.active .center .centerin,
#section05 ul.menilist li:hover .center .centerin,
#section06 ul.menilist li.active .center .centerin,
#section06 ul.menilist li:hover .center .centerin {
  color: #fff;
  cursor: pointer;
}
#section02 ul.menilist li.active .center .eng:after, #section02 ul.menilist li:hover .center .eng:after,
#section03 ul.menilist li.active .center .eng:after,
#section03 ul.menilist li:hover .center .eng:after,
#section04 ul.menilist li.active .center .eng:after,
#section04 ul.menilist li:hover .center .eng:after,
#section05 ul.menilist li.active .center .eng:after,
#section05 ul.menilist li:hover .center .eng:after,
#section06 ul.menilist li.active .center .eng:after,
#section06 ul.menilist li:hover .center .eng:after {
  opacity: 1;
}
#section02 ul.menilist li.active .centerin, #section02 ul.menilist li:hover .centerin,
#section03 ul.menilist li.active .centerin,
#section03 ul.menilist li:hover .centerin,
#section04 ul.menilist li.active .centerin,
#section04 ul.menilist li:hover .centerin,
#section05 ul.menilist li.active .centerin,
#section05 ul.menilist li:hover .centerin,
#section06 ul.menilist li.active .centerin,
#section06 ul.menilist li:hover .centerin {
  color: #fff;
}
#section02 ul.menilist li.active a,
#section03 ul.menilist li.active a,
#section04 ul.menilist li.active a,
#section05 ul.menilist li.active a,
#section06 ul.menilist li.active a {
  pointer-events: none;
}
#section02 .title_block,
#section03 .title_block,
#section04 .title_block,
#section05 .title_block,
#section06 .title_block {
  margin: 0 auto;
  text-align: center;
}
#section02 .title_block .sec_title,
#section03 .title_block .sec_title,
#section04 .title_block .sec_title,
#section05 .title_block .sec_title,
#section06 .title_block .sec_title {
  margin: 0 auto;
  width: 260px;
}
@media screen and (max-width:800px) {
  #section02 .title_block .sec_title,
  #section03 .title_block .sec_title,
  #section04 .title_block .sec_title,
  #section05 .title_block .sec_title,
  #section06 .title_block .sec_title {
    width: 55%;
  }
}
#section02 .title_block .title_bottom,
#section03 .title_block .title_bottom,
#section04 .title_block .title_bottom,
#section05 .title_block .title_bottom,
#section06 .title_block .title_bottom {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section02 .title_block .title_bottom,
  #section03 .title_block .title_bottom,
  #section04 .title_block .title_bottom,
  #section05 .title_block .title_bottom,
  #section06 .title_block .title_bottom {
    margin-top: 4vw;
    font-size: 5.6vw;
  }
}

#section02 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 120px;
  background: #002437;
  color: #fff;
  padding: 94px 0 108px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 13vw 0 4vw;
  }
}
#section02 .section_in {
  margin: 0 auto;
  max-width: 968px;
  width: 91%;
}
#section02 .mv_title {
  text-align: center;
}
#section02 .mv_title img {
  max-width: 216px;
}
@media screen and (max-width:800px) {
  #section02 .mv_title img {
    width: 42vw;
  }
}

#section03 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-bottom: 12vw;
  }
}
#section03 .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section03 .title_block {
  padding-top: 94px;
}
@media screen and (max-width:800px) {
  #section03 .title_block {
    padding-top: 17vw;
  }
}
#section03 .intro_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 52px;
  max-width: 740px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box1 {
    display: block;
    margin-top: 13vw;
  }
}
#section03 .intro_box1 .icon {
  width: 126px;
  margin-right: 20px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box1 .icon {
    width: 36%;
    margin: 0 auto;
  }
}
#section03 .intro_box1 .text {
  width: calc(100% - 146px);
}
@media screen and (max-width:800px) {
  #section03 .intro_box1 .text {
    width: 100%;
    margin-top: 3vw;
  }
}
#section03 .intro_bottom_text {
  color: #4c8d71;
  text-align: center;
}
#section03 .intro_bottom_text .intro_arw {
  display: block;
  margin: 17px auto 0;
  width: 23px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section03 .intro_bottom_text .intro_arw {
    margin: 8vw auto 0;
    width: 8vw;
  }
}
#section03 .intro_bottom_text p {
  line-height: 1em;
  margin-top: -0.4em;
}
@media screen and (max-width:800px) {
  #section03 .intro_bottom_text p {
    margin-top: 5vw;
    font-size: 8vw;
  }
  #section03 .intro_bottom_text p span {
    font-size: 13vw;
  }
}
#section03 .box--bg_navy {
  background-color: rgba(4, 36, 54, 0.07);
}
#section03 .intro_box2 {
  position: relative;
  top: 0;
  left: 0;
  padding: 62px 30px 30px;
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box2 {
    padding: 13vw 8vw 11vw;
  }
}
#section03 .intro_box2 img {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
#section03 .intro_box2 .box_bottom_text {
  position: absolute;
  bottom: -1.5em;
  right: 0;
}
@media screen and (max-width:800px) {
  #section03 .intro_box2 .box_bottom_text {
    bottom: -2em;
  }
}
#section03 .intro_box3 {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px 30px 20px;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 {
    margin-top: 7vw;
    padding: 8vw 5vw 7vw;
  }
}
#section03 .intro_box3 .box_in_title_area .box_in_text {
  margin-top: 13px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 .box_in_title_area .box_in_text {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.8em;
  }
}
#section03 .intro_box3 .box_in1 .box_in_img {
  margin: 34px auto 0;
  max-width: 710px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 .box_in1 .box_in_img {
    margin: 7vw auto 0;
  }
}
#section03 .intro_box3 .box_in2 {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 .box_in2 {
    margin-top: 11vw;
  }
  #section03 .intro_box3 .box_in2 .box_in_title {
    letter-spacing: -0.05em;
  }
}
#section03 .intro_box3 .box_in2 .box_in_img {
  margin: 22px auto 0;
  max-width: 884px;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 .box_in2 .box_in_img {
    margin: 2vw auto 0;
  }
}
#section03 .intro_box3 .box_bottom_text {
  position: absolute;
  bottom: -1.8em;
  left: 0;
}
@media screen and (max-width:800px) {
  #section03 .intro_box3 .box_bottom_text {
    bottom: -4em;
    text-align: left;
  }
}
#section03 ul.menilist {
  margin-top: 88px;
}
@media screen and (max-width:800px) {
  #section03 ul.menilist {
    margin-top: 16vw;
  }
}

#section04 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  color: #fff;
  padding-bottom: 180px;
}
@media screen and (max-width:800px) {
  #section04 {
    padding-bottom: 10vw;
  }
}
#section04 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section04 .title_block {
  padding-top: 136px;
}
@media screen and (max-width:800px) {
  #section04 .title_block {
    padding-top: 11vw;
  }
}
#section04 .mv {
  margin-top: 30px;
}
#section04 .block_wrap {
  margin-top: 65px;
}
@media screen and (max-width:800px) {
  #section04 .block_wrap {
    margin-top: 6vw;
  }
}
#section04 .block_title {
  margin-bottom: 0.35em;
}
@media screen and (max-width:800px) {
  #section04 .block_title {
    font-size: 5.7vw;
    letter-spacing: 0.05em;
  }
}
#section04 .block_title.second {
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section04 .block_title.second {
    margin-top: 1.5em;
  }
}
#section04 ul.listbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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;
  color: #000;
}
#section04 ul.listbox li figure figcaption.white {
  color: #fff;
}
#section04 ul.listbox li .name {
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 .block--toil {
  margin-top: 47px;
}
@media screen and (max-width:800px) {
  #section04 .block--toil {
    margin-top: 5vw;
  }
}
#section04 .block--toil .block_title {
  line-height: 1em;
}
#section04 .clumbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section04 .clumbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#section04 .clumbox .left {
  width: 34%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .left {
    width: 100%;
    margin-top: 19vw;
  }
}
#section04 .clumbox .left .zu01 {
  margin: 0.5em 0 1em 0;
}
#section04 .clumbox .left .boxclum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#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;
  color: #000;
}
#section04 .clumbox .left .boxclum .text {
  width: 50.5%;
}
#section04 .clumbox .left .boxclum .text .inname {
  margin-bottom: 0.5em;
}
#section04 .clumbox .right {
  width: 63.88%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox .right {
    width: 100%;
  }
}
#section04 .bottom_text {
  margin-top: 24px;
}
#section04 ul.menilist {
  margin-top: 116px;
}
@media screen and (max-width:800px) {
  #section04 ul.menilist {
    margin-top: 11vw;
  }
}

#section05 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section05 {
    padding-bottom: 16vw;
  }
}
#section05 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section05 .title_block {
  padding-top: 116px;
}
@media screen and (max-width:800px) {
  #section05 .title_block {
    padding-top: 9vw;
  }
}
#section05 .mv {
  margin-top: 30px;
}
#section05 .block_wrap {
  margin-top: 65px;
}
#section05 .block_title {
  margin-bottom: 0.35em;
}
#section05 .block_title.second {
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section05 .block_title.second {
    margin-top: 1.5em;
  }
}
#section05 .map_block {
  background-color: rgba(4, 36, 54, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 47px 42px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section05 .map_block {
    display: block;
    padding: 4vw;
  }
}
#section05 .map_block dt {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section05 .map_block dt {
    display: none;
  }
}
#section05 .map_block dt img {
  display: block;
  position: relative;
  top: 8px;
  left: -28px;
  width: 117%;
}
#section05 .map_block dd {
  width: 44%;
}
@media screen and (max-width:800px) {
  #section05 .map_block dd {
    width: 100%;
  }
  #section05 .map_block dd .sec_map_img {
    margin-top: 6vw;
  }
}
#section05 .map_block dd .sec_point {
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section05 .map_block dd .sec_point {
    margin-top: 3vw;
  }
}
#section05 .map_block dd .sec_floor_map {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section05 .map_block dd .sec_floor_map {
    margin-top: 1vw;
    padding: 0 11vw;
  }
}
#section05 .map_block dd.bottom_text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section05 .map_block dd.bottom_text {
    bottom: -5vw;
    right: 0;
  }
}
#section05 ul.listbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@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 figure.img_small {
  margin: 0 auto;
  max-width: 120px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li figure.img_small {
    width: 62%;
  }
  #section05 ul.listbox li figure.img_small.img_small--none {
    width: 100%;
    max-width: 100%;
  }
}
#section05 ul.listbox li figure.img_big {
  position: relative;
  top: 0;
  left: 0;
  width: 110%;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li figure.img_big {
    width: 100%;
  }
}
#section05 ul.listbox li figure.img_small2 {
  margin: 0 auto;
  max-width: 78px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li figure.img_small2 {
    max-width: 100%;
    width: 44%;
  }
}
#section05 ul.listbox li .inclumbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section05 ul.listbox li .inclumbox.mores {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section05 ul.listbox li .inclumbox.mores {
    margin-top: 35px;
  }
}
#section05 ul.listbox li .inclumbox .items {
  width: 48.5%;
}
#section05 ul.listbox li .name {
  padding: 0 0 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 .bottom_text {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section05 .bottom_text {
    margin-top: 0;
  }
}
#section05 ul.menilist {
  margin-top: 116px;
}
@media screen and (max-width:800px) {
  #section05 ul.menilist {
    margin-top: 9vw;
  }
}

#section06 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section06 {
    padding-bottom: 5vw;
  }
}
#section06 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section06 .title_block {
  padding-top: 86px;
}
@media screen and (max-width:800px) {
  #section06 .title_block {
    padding-top: 9vw;
  }
}
#section06 .mv {
  margin-top: 30px;
}
#section06 .block_wrap {
  margin-top: 65px;
}
#section06 .block_title {
  margin-bottom: 0.35em;
}
#section06 .block_title.second {
  margin-top: 2em;
}
@media screen and (max-width:800px) {
  #section06 .block_title.second {
    margin-top: 1.5em;
  }
}
#section06 .block_wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap {
    margin-top: 7vw;
    display: block;
  }
}
#section06 .block_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#section06 .block_wrap li .block_text_img {
  margin-top: 7px;
}
#section06 .block_wrap .block_contena--1 {
  width: 57%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 {
    width: 100%;
  }
}
#section06 .block_wrap .block_contena--1 .text_block {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 .text_block {
    width: 100%;
    margin-top: 5vw;
  }
}
#section06 .block_wrap .block_contena--1 .text_block.text_block--key {
  width: 29%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 .text_block.text_block--key {
    width: 100%;
  }
}
#section06 .block_wrap .block_contena--1 .img_block {
  width: 46%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 .img_block {
    width: 100%;
  }
}
#section06 .block_wrap .block_contena--1 .img_block.img_block--key {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 .img_block.img_block--key {
    width: 100%;
  }
}
#section06 .block_wrap .block_contena--1 li:last-child {
  margin-top: 44px;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 li:last-child {
    margin-top: 7vw;
  }
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--1 li.item--key {
    display: block;
  }
  #section06 .block_wrap .block_contena--1 li.item--key .img_block--key {
    margin-top: 2vw;
  }
}
#section06 .block_wrap .block_contena--2 {
  width: 38%;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--2 {
    width: 100%;
    margin-top: 9vw;
  }
  #section06 .block_wrap .block_contena--2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#section06 .block_wrap .block_contena--2 .text_block {
  width: 56%;
}
#section06 .block_wrap .block_contena--2 .img_block {
  width: 41%;
}
#section06 .block_wrap .block_contena--2 li:last-child {
  margin-top: 44px;
}
@media screen and (max-width:800px) {
  #section06 .block_wrap .block_contena--2 li:last-child {
    margin-top: 5vw;
  }
}
#section06 .bottom_text {
  margin-top: 4px;
}
@media screen and (max-width:800px) {
  #section06 .bottom_text {
    margin-top: 11vw;
  }
}
#section06 ul.menilist {
  margin-top: 66px;
}
@media screen and (max-width:800px) {
  #section06 ul.menilist {
    margin-top: 7vw;
  }
}