@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: 54px;
  left: 93px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .text_box {
    bottom: auto;
    left: 6vw;
    top: 4vw;
  }
}
#section01 .text_box .main_copy {
  width: 440px;
  padding-left: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width:800px) {
  #section01 .text_box .main_copy {
    width: 80vw;
    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 {
  width: 100%;
  background-color: #002437;
  padding: 97px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 45px 0;
  }
}
#section02 h2 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    width: 85%;
  }
}
#section02 h2 img {
  width: auto;
  height: 28px;
}
@media screen and (max-width:800px) {
  #section02 h2 img {
    height: 21px;
  }
}

#section03 {
  padding-bottom: 126px;
}
@media screen and (max-width:800px) {
  #section03 {
    padding-bottom: 78px;
  }
  #section03 .link_note {
    margin-top: 60px;
  }
}
#section03 .main_photo_content {
  position: relative;
  top: 0;
  left: 0;
}
#section03 .main_photo_content .main_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section03 .main_photo_content .main_title img {
  height: 24px;
}
@media screen and (max-width:800px) {
  #section03 .main_photo_content .main_title img {
    height: 54px;
  }
}
#section03 .section__in {
  margin: 0 auto;
  max-width: 970px;
  width: 90%;
}
#section03 .bottom_point {
  color: #fff;
  background-color: #8e7346;
  padding: 25px 0 26px;
}
@media screen and (max-width:800px) {
  #section03 .bottom_point {
    padding: 17px 0 26px;
  }
}
#section03 .bottom_point .item_box_wrap {
  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) {
  #section03 .bottom_point .item_box_wrap {
    display: block;
  }
}
#section03 .bottom_point .item_box {
  text-align: center;
  width: 33.2%;
  padding: 0 10px;
  border-right: 0.05em solid #fff;
}
@media screen and (max-width:800px) {
  #section03 .bottom_point .item_box {
    width: 100%;
    border-right: none;
    border-bottom: 0.05em solid #fff;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
#section03 .bottom_point .item_box:last-child {
  border-right: none;
}
@media screen and (max-width:800px) {
  #section03 .bottom_point .item_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  #section03 .bottom_point .point_title {
    font-size: 8.3vw;
  }
  #section03 .bottom_point .point_title .f50res {
    font-size: 11.5vw;
  }
}
#section03 .bottom_point .point_title--line {
  padding-top: 12px;
}
#section03 .bottom_point .point_text {
  line-height: 1.7em;
}
#section03 .content_area {
  padding-top: 70px;
}
@media screen and (max-width:800px) {
  #section03 .content_area {
    padding-top: 30px;
  }
}
#section03 .content_area .content_title {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03 .content_area .content_title {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section03 .content_area .title_block {
    text-align: center;
  }
  #section03 .content_area .title_block span {
    margin-bottom: 13px;
    display: inline-block;
  }
}
#section03 .content_area .title_block img {
  width: auto;
  height: 25px;
}
@media screen and (max-width:800px) {
  #section03 .content_area .title_block img {
    height: 22px;
  }
}
#section03 .content_area .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
}
#section03 .content_area .text_block {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block {
    width: 100%;
    margin-top: 16px;
  }
}
#section03 .content_area .text_block .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.05em solid #000;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block .text_wrap {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#section03 .content_area .text_block .text_wrap .text_item {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block .text_wrap .text_item {
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
#section03 .content_area .text_block .text_wrap .text_item:first-child {
  width: 50%;
  padding-right: 3%;
  border-right: 0.05em solid #000;
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block .text_wrap .text_item:first-child {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 0.05em solid #000;
  }
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block .text_wrap .text_item:last-child {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 0.05em solid #000;
  }
}
#section03 .content_area .text_block > .text_item {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block > .text_item {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 0.05em solid #000;
  }
}
@media screen and (max-width:800px) {
  #section03 .content_area .text_block .text_item_title {
    font-size: 5.2vw;
  }
}
#section03 .content_area .text_block .text_item_text {
  margin-top: 7px;
  line-height: 1.7em;
}
#section03 .content_area .block_img {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
#section03 .content_area .block .link_btn {
  text-align: center;
  margin: 33px auto 0;
  width: 86%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block .link_btn {
    width: 100%;
  }
}
#section03 .content_area .block .link_btn a {
  display: block;
  background-color: #002437;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 17px 0;
}
#section03 .content_area .block_01 {
  margin-top: 40px;
}
#section03 .content_area .block_01 .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.05em solid #000;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_01 .text_wrap {
    display: block;
    border-bottom: none;
  }
}
#section03 .content_area .block_01 .text_wrap .text_item {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_01 .text_wrap .text_item {
    width: 100%;
  }
}
#section03 .content_area .block_01 .text_wrap .text_item:first-child {
  width: 50%;
  padding-right: 3%;
  border-right: 0.05em solid #000;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_01 .text_wrap .text_item:first-child {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
#section03 .content_area .block_02 {
  margin-top: 86px;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_02 {
    margin-top: 56px;
  }
}
#section03 .content_area .block_02 .block_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:800px) {
  #section03 .content_area .block_02 .block_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#section03 .content_area > .link_btn {
  text-align: center;
  margin-top: 116px;
}
@media screen and (max-width:800px) {
  #section03 .content_area > .link_btn {
    margin-top: 20px;
  }
}
#section03 .content_area > .link_btn a {
  background-color: #752b39;
  color: #fff;
  display: inline-block;
  width: 330px;
  padding: 16px 0;
}
@media screen and (max-width:800px) {
  #section03 .content_area > .link_btn a {
    width: 100%;
  }
}

#section04 {
  padding-bottom: 153px;
  background-color: #002437;
}
@media screen and (max-width:800px) {
  #section04 {
    padding-bottom: 73px;
  }
}
#section04 .main_photo_content {
  position: relative;
  top: 0;
  left: 0;
}
#section04 .main_photo_content .main_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section04 .main_photo_content .main_title img {
  height: 24px;
}
@media screen and (max-width:800px) {
  #section04 .main_photo_content .main_title img {
    height: 55px;
  }
}
#section04 .section__in {
  margin: 0 auto;
  max-width: 970px;
  width: 90%;
}
#section04 .content_area {
  background-color: #fff;
  padding: 42px 40px 24px;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section04 .content_area {
    margin-top: 30px;
    padding: 27px 3% 24px;
  }
}
#section04 .content_area .content_title {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04 .content_area .content_title {
    font-size: 5vw;
  }
}
#section04 .content_area .flow_img {
  margin-top: 16px;
}
#section04 .content_area .block_title {
  background-color: #8f7347;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
#section04 .content_area .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_wrap {
    display: block;
    margin-top: 50px;
  }
}
#section04 .content_area .text_block {
  width: 56.3%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .text_block {
    width: 100%;
  }
}
#section04 .content_area .text_block .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width:800px) {
  #section04 .content_area .text_block .text_wrap {
    display: block;
  }
}
#section04 .content_area .text_block .text_wrap .text_item {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .text_block .text_wrap .text_item {
    width: 100%;
  }
}
#section04 .content_area .text_block .text_wrap .text_item:first-child {
  width: 50%;
  padding-right: 3%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .text_block .text_wrap .text_item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
#section04 .content_area .text_block .text_item_title {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section04 .content_area .text_block .text_item_title {
    font-size: 5.2vw;
  }
}
#section04 .content_area .text_block .text_item_text {
  margin-top: 7px;
  line-height: 1.7em;
}
#section04 .content_area .block_img {
  width: 39%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_img {
    margin: 26px auto 0;
    width: 90%;
  }
}
#section04 .content_area .block_img figcaption {
  margin-top: 5px;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_img figcaption {
    margin-top: 11px;
  }
}
#section04 .content_area .block .link_btn {
  text-align: center;
  margin: 33px auto 0;
  width: 86%;
}
#section04 .content_area .block .link_btn a {
  display: block;
  background-color: #002437;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 17px 0;
}
#section04 .content_area .block_01 {
  margin-top: 28px;
}
#section04 .content_area .block_01 .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_01 .text_wrap {
    display: block;
    margin-top: 15px;
  }
}
#section04 .content_area .block_01 .text_wrap .text_item {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_01 .text_wrap .text_item {
    width: 100%;
  }
}
#section04 .content_area .block_01 .text_wrap .text_item:first-child {
  width: 50%;
  padding-right: 3%;
}
@media screen and (max-width:800px) {
  #section04 .content_area .block_01 .text_wrap .text_item:first-child {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
#section04 .content_area > .link_btn {
  text-align: center;
  margin-top: 116px;
}
#section04 .content_area > .link_btn a {
  background-color: #752b39;
  color: #fff;
  display: inline-block;
  width: 330px;
  padding: 16px 0;
}
#section04 .note {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

#section05 {
  padding-bottom: 153px;
  background-color: #002437;
}
@media screen and (max-width:800px) {
  #section05 {
    padding-bottom: 24px;
  }
}
#section05 .main_photo_content {
  position: relative;
  top: 0;
  left: 0;
}
#section05 .main_photo_content .main_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section05 .main_photo_content .main_title img {
  height: 24px;
}
@media screen and (max-width:800px) {
  #section05 .main_photo_content .main_title img {
    height: 56px;
  }
}
#section05 .section__in {
  margin: 0 auto;
  max-width: 970px;
  width: 90%;
}
#section05 .content_area {
  background-color: #fff;
  padding: 42px 40px 24px;
  margin-top: 122px;
}
@media screen and (max-width:800px) {
  #section05 .content_area {
    margin-top: 20px;
    padding: 27px 3% 24px;
  }
}
#section05 .content_area .content_wrap_title {
  background-color: #8f7347;
  color: #fff;
  text-align: center;
  padding: 7px 0;
}
#section05 .content_area .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap {
    display: block;
    margin-top: 13px;
  }
}
#section05 .content_area .box_wrap .box {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap .box {
    width: 100%;
    margin-bottom: 20px;
  }
  #section05 .content_area .box_wrap .box:last-child {
    margin-bottom: 0;
  }
}
#section05 .content_area .box_wrap .content_title {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap .content_title {
    font-size: 5.2vw;
  }
}
#section05 .content_area .box_wrap .content_text {
  margin-top: 7px;
  line-height: 1.7em;
}
#section05 .content_area .box_wrap--bg {
  background-color: rgba(4, 36, 54, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap--bg {
    padding: 22px 5%;
    display: block;
    margin-top: 28px;
  }
}
#section05 .content_area .box_wrap--bg dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48.3%;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap--bg dl {
    width: 100%;
    display: block;
  }
  #section05 .content_area .box_wrap--bg dl:last-child {
    margin-top: 20px;
  }
}
#section05 .content_area .box_wrap--bg dl dt {
  width: 40%;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap--bg dl dt {
    width: 100%;
  }
}
#section05 .content_area .box_wrap--bg dl dd {
  width: 57%;
}
@media screen and (max-width:800px) {
  #section05 .content_area .box_wrap--bg dl dd {
    width: 100%;
    margin-top: 7px;
  }
  #section05 .content_area .box_wrap--bg dl dd .content_title {
    font-size: 5.2vw;
  }
  #section05 .content_area .box_wrap--bg dl dd .content_text {
    margin-top: 10px;
  }
}
#section05 .block02 {
  margin-top: 42px;
}
#section05 .block02 .content_title {
  margin-top: 28px;
}
@media screen and (max-width:800px) {
  #section05 .block02 .content_title {
    text-align: center;
  }
}
#section05 .block02 .content_title img {
  width: auto;
  height: 21px;
}
@media screen and (max-width:800px) {
  #section05 .block02 .content_title img {
    height: 57px;
  }
}
#section05 .block02 .item_img {
  margin: 27px auto 10px;
  width: 70%;
}
@media screen and (max-width:800px) {
  #section05 .block02 .item_img {
    width: 100%;
  }
}
#section05 .block02 .box_wrap {
  margin-top: 30px;
}
#section05 .block02 .box_wrap .item {
  border-right: 0.05em solid #000;
  padding-right: 2%;
  margin-right: 3%;
  width: 32.5%;
}
@media screen and (max-width:800px) {
  #section05 .block02 .box_wrap .item {
    width: 100%;
    padding-right: 0;
    margin: 0;
    border-right: none;
    border-bottom: 0.05em solid #000;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
#section05 .block02 .box_wrap .item:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media screen and (max-width:800px) {
  #section05 .block02 .box_wrap .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#section05 .block02 .box_wrap .item .content_title {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section05 .block02 .box_wrap .item .content_title {
    font-size: 5.2vw;
    text-align: left;
  }
}

#section06 {
  width: 100%;
  background-color: #fff;
  margin-top: 120px;
  padding: 0px 0 55px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section06 {
    margin-top: 0;
    padding: 0px 0 30px 0;
  }
}
#section06 .section__in {
  margin: 0 auto;
  max-width: 1070px;
  width: 90%;
}
@media screen and (max-width:800px) {
  #section06 .section_title {
    margin-top: 25px;
  }
}
#section06 .section_title img {
  width: auto;
  height: 24px;
}
#section06 .title_bottom {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 .title_bottom {
    margin-top: 20px;
  }
}
#section06 .content_block {
  margin-top: 130px;
  padding-bottom: 140px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section06 .content_block {
    margin-top: 14px;
    padding-bottom: 57px;
  }
}
#section06 .content_img {
  position: relative;
  top: 0;
  left: 0;
  width: 70%;
}
@media screen and (max-width:800px) {
  #section06 .content_img {
    width: 100%;
  }
}
#section06 .text_img {
  position: absolute;
  top: -28px;
  right: 55px;
  z-index: 2;
  max-width: 480px;
}
@media screen and (max-width:800px) {
  #section06 .text_img {
    position: relative;
    top: 0;
    right: 0;
  }
}
#section06 .content_text_list {
  position: absolute;
  bottom: 195px;
  right: 33px;
  z-index: 2;
  width: 250px;
}
@media screen and (max-width:800px) {
  #section06 .content_text_list {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}
#section06 .content_text_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
  border-bottom: 0.05em solid #000;
}
#section06 .content_text_list li .icons {
  width: 20px;
}
#section06 .content_text_list li p {
  text-align: left;
  width: 100%;
  padding-left: 10px;
}
@media screen and (max-width:800px) {
  #section06 .content_text_list li p {
    font-size: 5vw;
  }
  #section06 .content_text_list li p .note {
    display: inline-block;
  }
}
#section06 .attentions {
  text-align: left;
}

#section07 {
  width: 100%;
}
#section07 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
#section07 ul.list01 {
  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;
}
#section07 ul.list01 li {
  width: 30.2%;
  margin-bottom: 90px;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li {
    margin-bottom: 10vw;
    width: 100%;
  }
}
#section07 ul.list01 li.long {
  width: 65.2%;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li.long {
    display: none;
  }
}
#section07 ul.list01 li.mini {
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li.mini {
    padding-top: 0px;
  }
}
#section07 ul.list01 li .text {
  margin-top: 0.25em;
}
@media screen and (max-width:800px) {
  #section07 ul.list01 li .text {
    margin-top: 0.75em;
  }
}
#section07 ul.list01 li figure {
  position: relative;
}
#section07 ul.list01 li figure figcaption {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 8px;
  right: 8px;
}

#section08 {
  width: 100%;
  background-color: #fff;
  margin-top: 100px;
  padding: 0px 0 55px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section08 {
    margin-top: 15vw;
    padding: 0px 0 30px 0;
  }
}
#section08 h2.imgs {
  width: 75%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section08 h2.imgs {
    max-width: 300px;
  }
}
#section08 .base_text {
  text-align: center;
  margin-top: 1.25em;
}

#section09 {
  width: 100%;
  padding-bottom: 100px;
}
#section09 .section__in {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
#section09 .bigp {
  width: 100%;
}
#section09 .clumbox {
  width: 100%;
  max-width: 820px;
  margin: 90px auto 90px auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:800px) {
  #section09 .clumbox {
    margin: 45px auto;
    width: 80%;
  }
}
#section09 .clumbox .zu {
  width: 52%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .zu {
    width: 90%;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#section09 .clumbox .text {
  width: 45%;
}
@media screen and (max-width:800px) {
  #section09 .clumbox .text {
    width: 110%;
    margin-bottom: 7.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: -10%;
  }
}
#section09 .clumbox .text .ttls {
  font-weight: 500;
  margin-bottom: 0.75em;
}
#section09 .clumbox .text .base_text {
  line-height: 180%;
}
#section09 .attentions {
  width: 100%;
  line-height: 140%;
}