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

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@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);
}

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: 25%;
  left: 123px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    bottom: auto;
    top: 5vw;
    left: 4vw;
  }
}
#section01 .text_box .main_copy {
  width: 100%;
  max-width: 460px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    width: 81vw;
    padding-left: 1vw;
    margin-bottom: 4vw;
  }
}
#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 .main_copy,
#section03 .main_copy,
#section04 .main_copy {
  color: #8f7347;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: -0.04em;
}
@media screen and (max-width:800px) {
  #section02 .main_copy,
  #section03 .main_copy,
  #section04 .main_copy {
    font-size: 6.7vw;
    line-height: 1.5em;
  }
}

#section02 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding-bottom: 120px;
  background: #002437;
  color: #fff;
  padding: 94px 0 50px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 11vw 0 0;
  }
}
#section02 .section_in {
  margin: 0 auto;
  max-width: 968px;
  width: 91%;
}
#section02 .mv_title {
  text-align: center;
}
#section02 .mv_title img {
  max-width: 236px;
}
@media screen and (max-width:800px) {
  #section02 .mv_title img {
    width: 45vw;
  }
}
#section02 .main_copy {
  margin-top: 103px;
}
@media screen and (max-width:800px) {
  #section02 .main_copy {
    margin-top: 16vw;
  }
}
#section02 .intro_mv {
  margin: 42px auto 0;
  width: 62%;
}
@media screen and (max-width:800px) {
  #section02 .intro_mv {
    margin: 7vw calc(50% - 50vw) 0;
    width: 106%;
  }
}
#section02 .logobox {
  text-align: center;
  margin-top: 30px;
}
#section02 .logobox figure {
  margin: 18px auto 0;
  max-width: 810px;
}
@media screen and (max-width:800px) {
  #section02 .logobox figure {
    margin: 5vw auto 0;
  }
}
#section02 .main_copy {
  position: absolute;
  bottom: 60px;
  right: 97px;
  max-width: 34px;
}
#section02 .img_wrap {
  margin-top: 94px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section02 .img_wrap {
    margin-top: 13vw;
  }
}
#section02 .img_wrap .main_img {
  width: 100%;
}
#section02 .img_wrap .text_wrap {
  position: absolute;
  bottom: 68px;
  right: 192px;
  color: #000;
}
@media screen and (max-width:800px) {
  #section02 .img_wrap .text_wrap {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 4vw;
    padding-bottom: 9vw;
  }
}
@media screen and (max-width:800px) {
  #section02 .img_wrap .text_wrap .text_box {
    text-align: center;
  }
}
#section02 .img_wrap .text_wrap .text_box.text_box01 {
  margin-bottom: 190px;
}
@media screen and (max-width:800px) {
  #section02 .img_wrap .text_wrap .text_box.text_box01 {
    margin-bottom: 9vw;
  }
  #section02 .img_wrap .text_wrap .text_box.text_box01 .text_title--en {
    width: 71vw;
  }
}
#section02 .img_wrap .text_wrap .text_box .text_title--en {
  margin-bottom: 19px;
  max-width: 270px;
}
@media screen and (max-width:800px) {
  #section02 .img_wrap .text_wrap .text_box .text_title--en {
    margin: 0 auto;
    max-width: 100vw;
    width: 67vw;
  }
}
#section02 .img_wrap .text_wrap .text_box .text_title--ja {
  font-size: 20px;
  margin-bottom: 7px;
}
@media screen and (max-width:800px) {
  #section02 .img_wrap .text_wrap .text_box .text_title--ja {
    margin-top: 3vw;
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
#section02 .img_wrap .text_wrap .text_box .text {
  line-height: 2em;
}

#section03 {
  background: #002437;
  position: relative;
  color: #fff;
  width: 100%;
  z-index: 15;
  padding-bottom: 86px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-top: 5vw;
    padding-bottom: 7vw;
  }
}
#section03 .mv_area {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section03 .sec_head {
  padding-bottom: 34px;
}
#section03 .sec_head .sec_title {
  margin: 0 auto;
  max-width: 334px;
}
#section03 .sec_head .main_copy {
  padding-top: 32px;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (max-width:800px) {
  #section03 .sec_head .main_copy {
    padding-top: 7vw;
    margin: 0 auto;
    width: 68vw;
  }
}
#section03 .merit_title {
  margin: 56px auto 0;
  max-width: 314px;
}
@media screen and (max-width:800px) {
  #section03 .merit_title {
    margin-top: 11vw;
    max-width: 100vw;
    width: 65vw;
  }
}
#section03 .merit_block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block {
    display: block;
    margin-top: 5vw;
  }
}
#section03 .merit_block .box_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 60px;
  width: 63%;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 6vw 0;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
}
#section03 .merit_block .box_wrap dt {
  padding-left: 40px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dt {
    padding: 0 14vw;
  }
}
#section03 .merit_block .box_wrap dt i {
  position: absolute;
  bottom: -51px;
  left: 3px;
  display: block;
  width: 74px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dt i {
    bottom: -36%;
    left: 6%;
    width: 21%;
  }
}
#section03 .merit_block .box_wrap dt figure {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .merit_block .box_wrap dt figure .min_text {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section03 .merit_block .box_wrap dd {
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dd {
    margin-top: 5vw;
  }
}
#section03 .merit_block .box_wrap dd .f20sp {
  font-size: 20px;
}
#section03 .merit_block .box_wrap dd .title_text {
  padding-left: 80px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dd .title_text {
    padding-left: 29%;
  }
}
#section03 .merit_block .box_wrap dd .title_text.last {
  margin-top: -10px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dd .title_text.last {
    margin-top: -3vw;
  }
}
#section03 .merit_block .box_wrap dd .text {
  margin-top: 23px;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .box_wrap dd .text {
    text-align: center;
    margin: 6vw auto 0;
    line-height: 2em;
  }
}
#section03 .merit_block .merit_table {
  width: 32%;
}
@media screen and (max-width:800px) {
  #section03 .merit_block .merit_table {
    width: 100%;
    margin-top: 5vw;
  }
}

#section04 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  color: #fff;
  background-color: #000;
  padding: 116px 0 140px;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 17vw 0 8vw;
  }
}
#section04 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section04 .sec_title {
  margin: 0 auto;
  max-width: 140px;
}
@media screen and (max-width:800px) {
  #section04 .sec_title {
    max-width: 100vw;
    width: 33vw;
  }
}
#section04 .mv {
  margin-top: 26px;
}
@media screen and (max-width:800px) {
  #section04 .mv {
    margin-top: 6vw;
  }
}
#section04 .mv figcaption {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section04 .mv figcaption {
    margin-top: 3vw;
  }
}
#section04 .content_title {
  margin-top: 48px;
  text-align: center;
  background-color: #8e7346;
  padding: 9px 0;
}
@media screen and (max-width:800px) {
  #section04 .content_title {
    margin-top: 9vw;
  }
}
#section04 .content_title-sub {
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width:800px) {
  #section04 .content_title-sub {
    margin-top: 5vw;
  }
}
#section04 .text_copy {
  margin: 17px auto 0;
  max-width: 210px;
}
@media screen and (max-width:800px) {
  #section04 .text_copy {
    max-width: 100vw;
    width: 58vw;
  }
}
#section04 .f20sp {
  font-size: 20px;
}
#section04 .desc_block {
  margin: 29px auto 0;
  max-width: 890px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 22px 0;
}
#section04 .desc_block .desc_text {
  margin-top: 8px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #section04 .desc_block .desc_text {
    text-align: left;
  }
}
#section04 .main_img {
  margin: 62px auto 0;
  max-width: 820px;
}
@media screen and (max-width:800px) {
  #section04 .main_img {
    margin-top: 9vw;
  }
}
#section04 .attention {
  margin-top: 58px;
}
@media screen and (max-width:800px) {
  #section04 .attention {
    margin-top: 10vw;
  }
}
#section04 .box_wrap {
  background-color: #002437;
  box-sizing: border-box;
  padding: 46px 40px;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap {
    margin-top: 8vw;
    padding: 6vw 5%;
  }
}
#section04 .box_wrap .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box {
    display: block;
  }
}
#section04 .box_wrap .box dt {
  width: 43%;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dt {
    width: 100%;
  }
}
#section04 .box_wrap .box dt figure {
  position: relative;
  top: 0;
  left: 0;
}
#section04 .box_wrap .box dt figure .min_text {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section04 .box_wrap .box dd {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dd {
    width: 100%;
  }
}
#section04 .box_wrap .box dd .box_main_copy {
  color: #a58553;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dd .box_main_copy {
    text-align: center;
    margin-top: 4vw;
    font-size: 9vw;
  }
}
#section04 .box_wrap .box dd .box_title {
  margin-top: 32px;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dd .box_title {
    margin-top: 0vw;
    text-align: center;
    font-size: 5vw;
    line-height: 1.8em;
  }
}
#section04 .box_wrap .box dd .box_text {
  margin-top: 12px;
  line-height: 1.8em;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dd .box_text {
    margin-top: 3vw;
  }
}
#section04 .box_wrap .box dd .box_attention {
  margin-top: 45px;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box dd .box_attention {
    margin-top: 6vw;
  }
}
#section04 .box_wrap .box:last-child {
  padding-top: 50px;
  border-top: 1px solid #fff;
  margin-top: 50px;
  flex-direction: row-reverse;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box:last-child {
    padding-top: 5vw;
    margin-top: 5vw;
  }
}
#section04 .box_wrap .box:last-child dt {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box:last-child dt {
    width: 100%;
  }
}
#section04 .box_wrap .box:last-child dd {
  width: 42%;
}
@media screen and (max-width:800px) {
  #section04 .box_wrap .box:last-child dd {
    width: 100%;
  }
}

#section05 {
  position: relative;
  width: 100%;
  z-index: 15;
  background-color: #002437;
  color: #fff;
  background-color: #002437;
  padding: 0 0 140px;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 0 0 10vw;
  }
}
#section05 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section05 .sec_mv {
  position: relative;
  top: 0;
  left: 0;
}
#section05 .sec_mv .sec_head {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width:800px) {
  #section05 .sec_mv .sec_head {
    top: 6vw;
  }
}
#section05 .sec_mv .sec_title {
  margin: 0 auto;
  max-width: 440px;
}
@media screen and (max-width:800px) {
  #section05 .sec_mv .sec_title {
    width: 70vw;
  }
}
#section05 .sec_mv .title_img {
  margin: 42px auto 0;
  max-width: 420px;
}
@media screen and (max-width:800px) {
  #section05 .sec_mv .title_img {
    max-width: 100vw;
    width: 85vw;
    margin-top: 3.75vw;
  }
}
#section05 .sec_mv .main_img {
  position: relative;
  top: 0;
  left: 0;
}
#section05 .sec_mv .main_img .min_text {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section05 .text_main {
  margin: 80px auto 0;
  max-width: 630px;
}
@media screen and (max-width:800px) {
  #section05 .text_main {
    margin-top: 7vw;
    width: 60vw;
  }
}
#section05 .text {
  text-align: center;
  margin-top: 32px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #section05 .text {
    margin-top: 5vw;
  }
}
#section05 .f20sp {
  font-size: 20px;
}
#section05 .bg_block {
  background-color: #000;
  box-sizing: border-box;
  padding: 43px 36px;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #section05 .bg_block {
    margin-top: 6vw;
    padding: 4vw 6vw;
  }
}
#section05 .bg_block .top_block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .top_block {
    display: block;
  }
}
#section05 .bg_block .top_block .text_box {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .top_block .text_box {
    width: 100%;
    text-align: center;
  }
}
#section05 .bg_block .top_block .box_img {
  width: 80%;
  margin-top: -58px;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .top_block .box_img {
    margin-top: 0;
    width: 100%;
  }
}
#section05 .bg_block .top_block .text_box_main {
  color: #a58553;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .top_block .text_box_main {
    text-align: center;
    font-size: 6vw;
  }
}
#section05 .bg_block .top_block .text_box_text {
  margin-top: 5px;
  line-height: 1.8em;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .top_block .text_box_text {
    font-size: 3.4vw;
    margin-top: 3vw;
  }
}
#section05 .bg_block .top_block .attention {
  margin-top: 30px;
}
#section05 .bg_block .attention {
  margin-top: 16px;
}
#section05 .bg_block .box_main_main {
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
  margin-top: 19px;
  padding: 20px 0;
}
@media screen and (max-width:800px) {
  #section05 .bg_block .box_main_main {
    margin-top: 4vw;
    font-size: 4.5vw;
    padding: 4vw 1vw;
    line-height: 1.8em;
  }
}
#section05 .bottom_box .bottom_title {
  margin-top: 24px;
  background-color: #a58553;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width:800px) {
  #section05 .bottom_box .bottom_title {
    margin-top: 9vw;
  }
}
#section05 .bottom_box .box_wrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4%;
}
@media screen and (max-width:800px) {
  #section05 .bottom_box .box_wrap {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 9vw;
  }
}
#section05 .bottom_box .attention {
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #section05 .bottom_box .attention {
    margin-top: 10vw;
  }
}
#section05 .bottom_img {
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section05 .bottom_img {
    margin: 4vw calc(50% - 50vw) 0;
  }
}
@media screen and (max-width:800px) {
  #section05 .bottom_text {
    margin: 6vw auto 0;
    width: 56vw;
  }
}
#section05 figure {
  position: relative;
  top: 0;
  left: 0;
}
#section05 figure .min_text {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section05 .bottom_content {
  margin-top: 46px;
}
@media screen and (max-width:800px) {
  #section05 .bottom_content {
    margin-top: 9vw;
  }
}
#section05 .last_box {
  background-color: #000;
  box-sizing: border-box;
  padding: 30px 41px;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #section05 .last_box {
    padding: 4vw 4vw;
    margin-top: 11vw;
  }
}
#section05 .last_box .last_box_title {
  background-color: #a58553;
  text-align: center;
  padding: 10px 0;
}
#section05 .last_box .last_box_content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content {
    display: block;
    margin-top: 0;
  }
}
#section05 .last_box .last_box_content .img_wrap {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .img_wrap {
    width: 100%;
  }
}
#section05 .last_box .last_box_content .text_wrap {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .text_wrap {
    width: 100%;
  }
  #section05 .last_box .last_box_content .text_wrap .box_text {
    margin-top: 2vw;
    line-height: 2em;
  }
}
#section05 .last_box .last_box_content .box_inbox {
  border: 1px solid #a58553;
  box-sizing: border-box;
  padding: 16px 14px;
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .box_inbox {
    margin-top: 5vw;
  }
  #section05 .last_box .last_box_content .box_inbox .inbox_title {
    text-align: center;
  }
}
#section05 .last_box .last_box_content .box_inbox .inbox_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .box_inbox .inbox_wrap {
    display: block;
  }
}
#section05 .last_box .last_box_content .box_inbox .inbox_wrap .inbox_img {
  width: 44%;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .box_inbox .inbox_wrap .inbox_img {
    width: 100%;
  }
}
#section05 .last_box .last_box_content .box_inbox .inbox_wrap .inbox_text_wrap {
  width: 54%;
}
@media screen and (max-width:800px) {
  #section05 .last_box .last_box_content .box_inbox .inbox_wrap .inbox_text_wrap {
    width: 100%;
  }
  #section05 .last_box .last_box_content .box_inbox .inbox_wrap .inbox_text_wrap .inbox_text {
    margin-top: 2vw;
    line-height: 2em;
  }
}

#section06 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding: 145px 0 140px;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 9vw 0 10vw;
  }
}
#section06 .section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}
#section06 figure {
  position: relative;
  top: 0;
  left: 0;
}
#section06 figure .min_text {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 .btn {
    margin-top: 12vw;
  }
}
#section06 .btn a {
  color: #fff;
  background-color: #000;
  text-align: center;
  box-sizing: border-box;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  padding: 18px 0;
}
@media screen and (max-width:800px) {
  #section06 .btn a {
    max-width: 100vw;
    width: 76vw;
  }
}
#section06 .f25 {
  font-size: 25px;
}
#section06 .block--hill {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section06 .block--hill {
    display: block;
  }
}
#section06 .block--hill .text_block {
  width: 33%;
}
@media screen and (max-width:800px) {
  #section06 .block--hill .text_block {
    width: 100%;
  }
}
#section06 .block--hill .text_block .title {
  max-width: 150px;
}
@media screen and (max-width:800px) {
  #section06 .block--hill .text_block .title {
    margin: 0 auto;
    max-width: 100vw;
    width: 27vw;
  }
}
#section06 .block--hill .text_block .block_copy {
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section06 .block--hill .text_block .block_copy {
    text-align: center;
    margin-top: 2vw;
  }
}
#section06 .block--hill .text_block .block_text {
  margin-top: 18px;
}
@media screen and (max-width:800px) {
  #section06 .block--hill .text_block .block_text {
    text-align: center;
    line-height: 2em;
    margin-top: 5vw;
  }
}
#section06 .block--hill .map {
  width: 67%;
}
@media screen and (max-width:800px) {
  #section06 .block--hill .map {
    width: 100%;
    margin-top: 7vw;
  }
}
#section06 .text_main {
  margin: 80px auto 0;
  max-width: 630px;
}
#section06 .text {
  text-align: center;
  margin-top: 32px;
  line-height: 2em;
}
#section06 .f20sp {
  font-size: 20px;
}
#section06 .block--mid {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  #section06 .block--mid {
    margin-top: 12vw;
  }
}
#section06 .block--mid .content_title {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #a58553;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_title {
    padding: 4vw 0;
  }
}
#section06 .block--mid .content_block {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_block {
    display: block;
    margin-top: 2vw;
  }
}
#section06 .block--mid .content_block .box_left {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_block .box_left {
    width: 100%;
  }
}
#section06 .block--mid .content_block .box_right {
  width: 49%;
  margin-top: -23px;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_block .box_right {
    width: 100%;
    margin-top: 0;
  }
}
#section06 .block--mid .content_block .block_copy {
  margin-top: 14px;
  color: #a58553;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_block .block_copy {
    text-align: center;
    font-size: 7vw;
    margin-top: 5vw;
  }
}
#section06 .block--mid .content_block .block_text {
  margin-top: 18px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #section06 .block--mid .content_block .block_text {
    text-align: center;
    margin-top: 2vw;
  }
}
#section06 .block--bottom {
  margin-top: 72px;
  border-top: 1px solid #000;
  padding-top: 33px;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom {
    margin-top: 12vw;
    border-top: 1px solid #000;
    padding-top: 9vw;
  }
}
#section06 .block--bottom .content_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .content_block {
    display: block;
  }
}
#section06 .block--bottom .content_block .img_wrap {
  width: 66%;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .content_block .img_wrap {
    width: 100%;
  }
}
#section06 .block--bottom .content_block .text_wrap {
  width: 32%;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .content_block .text_wrap {
    width: 100%;
  }
}
#section06 .block--bottom .content_block .text_wrap .block_copy {
  color: #a58553;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .content_block .text_wrap .block_copy {
    text-align: center;
    font-size: 7vw;
    margin-top: 5vw;
  }
}
#section06 .block--bottom .content_block .text_wrap .block_text {
  line-height: 2.2em;
  margin-top: 19px;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .content_block .text_wrap .block_text {
    text-align: center;
    margin-top: 2vw;
  }
}
#section06 .block--bottom .btn {
  margin-top: 47px;
}
@media screen and (max-width:800px) {
  #section06 .block--bottom .btn {
    margin-top: 12vw;
  }
}
#section06 .brand_block {
  margin-top: 44px;
}
@media screen and (max-width:800px) {
  #section06 .brand_block {
    margin-top: 5vw;
  }
}
#section06 .cv_text {
  margin: 21px auto 0;
  max-width: 940px;
}
@media screen and (max-width:800px) {
  #section06 .cv_text {
    margin: 4vw auto 0;
    max-width: 940px;
    width: 94%;
  }
}

.section_in {
  margin: 0 auto;
  max-width: 965px;
  width: 91%;
}

ul.jisseli_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
ul.jisseli_list li {
  width: 15.7%;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li {
    width: 48.5%;
    margin-bottom: 4vw;
  }
}
ul.jisseli_list li .names {
  text-align: left;
  line-height: 140%;
  padding-top: 0.4em;
  width: 110%;
  margin-right: -10%;
  margin-left: 0;
}
ul.jisseli_list li .times {
  text-align: left;
  padding-top: 0.4em;
}
ul.jisseli_list li.long {
  width: 31.85%;
  margin-right: 1.3%;
  position: relative;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long {
    width: 100%;
    margin-right: 0%;
  }
}
ul.jisseli_list li.long figure {
  position: relative;
}
ul.jisseli_list li.long figcaption {
  position: absolute;
  width: 100%;
  display: block;
  text-align: left;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long figcaption {
    text-align: center;
    width: 100%;
  }
}
ul.jisseli_list li.long figcaption span {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: rgba(0, 0, 0, 0.74);
  color: #fff;
}
@media screen and (max-width:800px) {
  ul.jisseli_list li.long figcaption span {
    text-align: center;
    width: 100%;
  }
}

/********追加**************/
.btbox {
  width: 90%;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
}
@media screen and (max-width:800px) {
  .btbox {
    margin: 0 auto 15vw auto;
  }
}
.btbox.second {
  margin: 0 auto 50px auto;
}
@media screen and (max-width:800px) {
  .btbox.second {
    margin: 0 auto 5vw auto;
  }
}
.btbox .btbox_station {
  width: 48%;
}
@media screen and (max-width:800px) {
  .btbox .btbox_station {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.btbox .btbox_town {
  width: 48%;
}
@media screen and (max-width:800px) {
  .btbox .btbox_town {
    width: 100%;
  }
}
.btbox #section03b {
  width: 100%;
}

.btarea {
  width: 100%;
  background-color: #000;
  padding: 0 0 1px 0;
}
@media screen and (max-width:800px) {
  .btarea {
    padding: 0 0 1vw 0;
  }
}

/*******slick**************/
/* 念のため dots は完全に消す */
.box_wrap.box_wrap_slider01 .slick-dots {
  display: none !important;
}

/* スライダー時の余白（必要なら） */
.box_wrap.box_wrap_slider01 .slick-slide {
  padding: 0 10px;
}

.box_wrap.box_wrap_slider01 {
  margin: 0 -10px;
}

/* 矢印ボタン（中身はCSSで背景画像） */
.box_wrap.box_wrap_slider01 .slick-arrow {
  width: 6vw;
  height: 6vw;
  z-index: 5;
}

.box_wrap.box_wrap_slider01 .slick-arrow::before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1; /* slickのデフォルト矢印を消すため */
}

/* prev / next それぞれ別画像に */
.box_wrap.box_wrap_slider01 .slick-prev::before {
  background-image: url("../images/project/arrow_prev.png");
}

.box_wrap.box_wrap_slider01 .slick-next::before {
  background-image: url("../images/project/arrow_next.png");
}

/* 位置調整（お好みで） */
.box_wrap.box_wrap_slider01 .slick-prev {
  left: calc(50% - 8vw);
  bottom: 0;
  top: auto;
  transform: translate(0, 10%);
}

.box_wrap.box_wrap_slider01 .slick-next {
  right: calc(50% - 8vw);
  bottom: 0;
  top: auto;
  transform: translate(0, 10%);
}

/* 押せない時（端）を薄く */
.box_wrap.box_wrap_slider01 .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/*******slick02**************/
@media screen and (max-width:800px) {
  .box_wrap_slider02 {
    padding: 0 0 12vw 0;
  }
}

/* 念のため dots は完全に消す */
.box_wrap.box_wrap_slider02 .slick-dots {
  display: none !important;
}

/* スライダー時の余白（必要なら） */
.box_wrap.box_wrap_slider02 .slick-slide {
  padding: 0 10px;
}

.box_wrap.box_wrap_slider02 {
  margin: 0 -10px;
}

/* 矢印ボタン（中身はCSSで背景画像） */
.box_wrap.box_wrap_slider02 .slick-arrow {
  width: 6vw;
  height: 6vw;
  z-index: 5;
}

.box_wrap.box_wrap_slider02 .slick-arrow::before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1; /* slickのデフォルト矢印を消すため */
}

/* prev / next それぞれ別画像に */
.box_wrap.box_wrap_slider02 .slick-prev::before {
  background-image: url("../images/project/arrow_prev.png");
}

.box_wrap.box_wrap_slider02 .slick-next::before {
  background-image: url("../images/project/arrow_next.png");
}

/* 位置調整（お好みで） */
.box_wrap.box_wrap_slider02 .slick-prev {
  left: calc(50% - 8vw);
  bottom: 0;
  top: auto;
  transform: translate(0, 10%);
}

.box_wrap.box_wrap_slider02 .slick-next {
  right: calc(50% - 8vw);
  bottom: 0;
  top: auto;
  transform: translate(0, 10%);
}

/* 押せない時（端）を薄く */
.box_wrap.box_wrap_slider02 .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=project.css.map */