@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  word-break: normal;
  word-wrap: break-word;
}

*:focus {
  outline: none;
}

html {
  font-size: 20px;
  line-height: 1.6;
}

body {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, HiraMinProN-W3, 游明朝, Yu Mincho, 游明朝体, YuMincho, HGS明朝E, HG明朝E, ＭＳ Ｐ明朝, MS PMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "HG明朝E", "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.fixedcontainer {
  max-width: 1143px;
  margin: 0 auto;
  padding: 0px;
}

a:visited,
a:link,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.red {
  color: #ed1c24;
}

.yellow {
  color: #e58e55;
}

.bkyellow {
  background-color: #fff100;
}

.bold {
  font-weight: bold;
}

.btline {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visible-sp {
  display: none;
}

.hidden-sp {
  display: block;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-500 {
  display: none;
}

.hidden-500 {
  display: block;
}

.flex_part .flex_img_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_part .flex_img_left > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.flex_part .flex_img_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_part .flex_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex_part .flex_img_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_part .flex_img_right > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* slick */
.slick-next::before {
  content: "";
  background: url(../images/slick_next.png) no-repeat;
}

.slick-prev::after {
  content: "";
  background: url(../images/slick_prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  bottom: -25px;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a5a5a5;
}

.slick-dots li.slick-active button {
  background: #231815;
}

.hover_anim {
  position: relative;
  overflow: hidden;
}

.hover_anim::after {
  background: #fff;
  content: "";
  height: 400px;
  left: -300px;
  opacity: 0.2;
  position: absolute;
  top: -80px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 150px;
  z-index: 100;
}

.hover_anim:hover::after {
  left: 120%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-top {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.custom_checkbox {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.custom_checkbox input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  left: 0;
  top: 0;
}

.custom_checkbox input[type="checkbox"]:focus {
  outline: none;
}

.custom_checkbox input[type="checkbox"]:checked {
  background: #036eb8;
  z-index: 0;
}

.custom_checkbox input[type="checkbox"]:checked + span {
  color: white;
}

.custom_checkbox span {
  z-index: 100;
}

#header .g_nav {
  display: none;
}

/* loading
------------------------------------------------- */
#loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  left: 0;
  top: 0;
  position: initial;
  z-index: 9999;
  display: none;
  position: fixed;
}

#line {
  margin: 0 auto 0;
  width: 100%;
  height: 100%;
  position: relative;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.fullwidth .expand {
  width: 100%;
  height: auto;
  margin: 0;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fullwidth .expand .logo {
  display: block;
  background: url(./../img/circle.png) no-repeat;
  background-size: contain;
  width: 295px;
  height: 320px;
  -webkit-animation: maskRotate 2s linear;
          animation: maskRotate 2s linear;
}

.fullwidth .expand .ete {
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: 80px;
  width: 250px;
}

@-webkit-keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fullexpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.font16 {
  font-size: 0.8rem;
}

.font17 {
  font-size: 0.85rem;
}

.font18 {
  font-size: 0.9rem;
}

.font19 {
  font-size: 0.95rem;
}

.font20 {
  font-size: 1rem;
}

.font21 {
  font-size: 1.05rem;
}

.font22 {
  font-size: 1.1rem;
}

.font23 {
  font-size: 1.15rem;
}

.font24 {
  font-size: 1.2rem;
}

.font25 {
  font-size: 1.25rem;
}

.font26 {
  font-size: 1.3rem;
}

.font27 {
  font-size: 1.35rem;
}

.font28 {
  font-size: 1.4rem;
}

.font29 {
  font-size: 1.45rem;
}

.font30 {
  font-size: 1.5rem;
}

.font31 {
  font-size: 1.55rem;
}

.font32 {
  font-size: 1.6rem;
}

.font33 {
  font-size: 1.65rem;
}

.font34 {
  font-size: 1.7rem;
}

.font35 {
  font-size: 1.75rem;
}

.font36 {
  font-size: 1.8rem;
}

.font37 {
  font-size: 1.85rem;
}

.font38 {
  font-size: 1.9rem;
}

.font39 {
  font-size: 1.95rem;
}

.font40 {
  font-size: 2rem;
}

/*-------------header----------------------*/
/*-----------        -----------------*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inviewfadeInUp.scroll_to_right {
  transform: translate(-50px, 8px);
  -webkit-transform: translate(-50px, 8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inviewfadeInUp.scroll_to_left {
  transform: translate(50px, 8px);
  -webkit-transform: translate(50px, 8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inviewfadeInUp.scroll_to_top {
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inviewfadeInUp0 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeInUp0 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadeInUp2 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fadeInUp3 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fadeInUp4 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.fadeInUp5 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp6 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.fadeInUp6 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.animation1 {
  -webkit-animation: customFade ease 8000ms;
          animation: customFade ease 8000ms;
  position: relative;
}

.animation2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anipart {
  position: relative;
}

@-webkit-keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes customFade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logo_animation {
  0% {
    -webkit-transform: translate(-50%, calc(50vh - 50%));
            transform: translate(-50%, calc(50vh - 50%));
  }
  80% {
    -webkit-transform: translate(-50%, calc(50vh - 50%));
            transform: translate(-50%, calc(50vh - 50%));
  }
  100% {
    -webkit-transform: translate(calc(-50% - 170px), 42px);
            transform: translate(calc(-50% - 170px), 42px);
  }
}

@keyframes logo_animation {
  0% {
    -webkit-transform: translate(-50%, calc(50vh - 50%));
            transform: translate(-50%, calc(50vh - 50%));
  }
  80% {
    -webkit-transform: translate(-50%, calc(50vh - 50%));
            transform: translate(-50%, calc(50vh - 50%));
  }
  100% {
    -webkit-transform: translate(calc(-50% - 170px), 42px);
            transform: translate(calc(-50% - 170px), 42px);
  }
}

figure {
  line-height: 0;
  width: 514px;
  margin: 0;
  position: relative;
}

figure.hover-parent {
  position: relative;
}

figure.hover-parent .figure-image {
  position: relative;
}

figure.hover-parent .hover-mask {
  line-height: 2;
  position: initial;
  top: 100%;
  height: 100%;
  width: 100%;
  bottom: auto;
  left: 0;
  color: #333;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 0;
  z-index: 2;
}

figure.hover-parent .hover-mask .mask_block {
  width: 100%;
}

figure.hover-parent .hover-mask .mask_block .img_block {
  margin-bottom: 20px;
}

figure.hover-parent .hover-mask .mask_block p {
  font-size: 12px;
  padding-bottom: 5px;
  text-align: left;
}

figure.hover-parent .hover-mask .mask_block p.spec_close {
  display: none;
}

figure.hover-parent .hover-mask .mask_block p a {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}

figure.hover-parent .hover-mask .mask_block p a:visited, figure.hover-parent .hover-mask .mask_block p a:hover {
  color: #333;
  text-decoration: underline;
}

figure.hover-parent .hover-mask.hover {
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

figure.hover-parent .plus {
  cursor: pointer;
  margin-left: 0;
  line-height: 2;
  font-size: 16px;
  color: white;
  display: block;
  z-index: 10;
  position: absolute;
  font-weight: bold;
  margin-top: 14px;
  bottom: 16px;
  left: 18px;
  line-height: 1;
}

body {
  min-width: 1300px;
}

header {
  position: relative;
  z-index: 100;
}

header nav {
  position: fixed;
  z-index: 100;
  top: 48px;
  width: 100%;
  left: 3%;
  background: #ffce00;
  border-radius: 30px;
  max-width: 94%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 5px solid #ffce00;
}

header nav h1 img {
  max-width: 406px;
}

header nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav ol li {
  max-width: 179px;
  width: 100%;
  list-style: none;
}

header nav ol li a img {
  width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: initial;
}

.sidebar_contact {
  position: absolute;
  width: 193px;
  top: 148px;
  right: 61px;
}

.sidebar_contact a img {
  width: 100%;
}

#sec_fv {
  height: 1022px;
  background: url(./../img/fv_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#sec_fv .part1 {
  padding-top: 190px;
}

#sec_fv .part1 .fv_image {
  text-align: center;
}

#sec_fv .part1 .fv_image img {
  width: 691px;
}

#sec_fv .part1 .banner {
  margin-top: 32px;
  text-align: left;
}

#sec_fv .part1 .banner a:hover {
  opacity: 1;
}

#sec_fv .part1 .banner a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#sec_fv .part1 .banner a img {
  width: 100%;
  max-width: 955px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#about {
  position: relative;
  overflow: hidden;
  background: url(./../img/common_bg.png) repeat-y;
  background-position: center top 100px;
  background-size: auto 2432px;
  padding-top: 130px;
}

#about > .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1920px;
  margin-left: calc(50vw - 960px);
  z-index: -1;
}

#about > .bg img {
  mix-blend-mode: soft-light;
}

#about .part1 {
  padding-top: 155px;
  position: relative;
}

#about .part1 .block1 {
  position: relative;
}

#about .part1 .block1 .flex_img .main_img {
  width: 353px;
  margin-top: 40px;
  margin-right: 124px;
  position: relative;
  z-index: 10;
}

#about .part1 .block1 .flex_img .bg {
  position: absolute;
  right: -40px;
  top: -40px;
}

#about .part1 .block1 .flex_body h3 img {
  width: 610px;
}

#about .part1 .block1 .flex_body p {
  margin-top: 86px;
}

#about .part1 .block1 .flex_body p img {
  width: 576px;
}

#about .part1 .block2 {
  padding: 59px 72px 50px;
  background: #fff7d8;
  border-radius: 31px;
  margin-top: 72px;
  position: relative;
  z-index: 2;
}

#about .part1 .block2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#about .part1 .block2 ul li:first-child {
  margin-right: 27px;
}

#about .part1 .block2 ul li:first-child img {
  width: 440px;
}

#about .part1 .block2 ul li:last-child img {
  width: 392px;
}

#about .part1 .block2 .character {
  position: absolute;
  top: -62px;
  right: -103px;
}

#about .part1 > .bg {
  position: absolute;
  z-index: 0;
  width: 756px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -281px;
}

#about .part2 {
  padding-top: 340px;
  padding-bottom: 180px;
}

#about .part2 .block1 {
  margin-top: 24px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#about .part2 .block1 .flex_img {
  margin-left: -27px;
}

#about .part2 .block1 .flex_img img {
  width: 214px;
}

#about .part2 .block1 .flex_body .piece1 {
  position: relative;
  text-align: left;
  padding-left: 87px;
  padding-bottom: 106px;
}

#about .part2 .block1 .flex_body .piece1 .bg {
  position: absolute;
  right: -50px;
}

#about .part2 .block1 .flex_body .piece1 .bg img {
  width: 230px;
}

#about .part2 .block1 .flex_body .piece1 p img {
  width: 672px;
}

#about .part2 .block1 .flex_body .piece2 {
  padding-left: 77px;
  padding-top: 77px;
  background: url(./../img/dotted_line.png) repeat-x;
  background-position: top right;
}

#about .part2 .block1 .flex_body .piece2 .flex_img img {
  width: 264px;
}

#about .part2 .block1 .flex_body .piece2 .flex_body {
  text-align: right;
}

#about .part2 .block1 .flex_body .piece2 .flex_body p img {
  width: 544px;
}

#about .banner_part {
  background: #86c3f7;
}

#about .banner_part .block {
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  background: #86c3f7 url(./../img/sec3_banner_bg.png) no-repeat;
  background-position: center;
  background-size: auto 340px;
  background-blend-mode: multiply;
}

#about .banner_part a {
  margin-right: -50px;
}

#about .banner_part a img {
  max-width: 1068px;
}

#sec4 {
  background: url(./../img/common_bg.png) repeat-y;
  background-position: center top;
  background-size: auto 2432px;
}

#sec4 .part1 {
  padding-top: 150px;
  padding-bottom: 140px;
}

#sec4 .part1 .block {
  display: block;
}

#sec4 .part1 .block1 {
  margin-bottom: 128px;
}

#sec4 .part1 .block2 {
  margin-bottom: 169px;
}

#sec4 .part1 .block3 {
  margin-bottom: 135px;
}

#sec4 .part2 {
  padding-top: 168px;
  padding-bottom: 120px;
}

#sec4 .part2 h3 {
  text-align: center;
}

#sec4 .part2 h3 img {
  width: 422px;
}

#sec4 .part2 .subtitle {
  margin-top: 88px;
  margin-bottom: 53px;
}

#sec4 .part2 .block1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sec4 .part2 .block1 .flex_img img {
  width: 386px;
}

#sec4 .part2 .block1 .flex_body {
  margin-right: -50px;
  text-align: right;
  margin-bottom: 46px;
}

#sec4 .part2 .block1 .flex_body img {
  width: 676px;
}

#sec4 .part2 .bg {
  text-align: right;
  margin-top: 32px;
  margin-bottom: -26px;
}

#sec4 .part2 .bg img {
  width: 979px;
}

#sec4 .part2 .block2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec4 .part2 .block2 .flex_img img {
  width: 375px;
}

#sec4 .part2 .block2 .flex_body {
  margin-right: -50px;
  text-align: right;
  margin-bottom: 46px;
}

#sec4 .part2 .block2 .flex_body img {
  width: 676px;
}

#sec4 .part3 {
  padding-top: 153px;
}

#sec4 .part3 h3 {
  text-align: center;
}

#sec4 .part3 h3 img {
  max-width: 1080px;
}

#sec4 .part3 .block1 {
  padding-top: 53px;
  text-align: center;
}

#sec4 .part3 .block1 img {
  width: 100%;
  max-width: 930px;
}

#sec4 .part3 .block2 {
  margin-top: 36px;
  margin-right: -35px;
}

#sec4 .part3 .block2 img {
  width: 100%;
}

#contact {
  padding-top: 132px;
}

#contact .bg {
  background: #86C3F7;
}

#contact .part1 {
  background: #86C3F7 url(./../img/sec6_bg.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-blend-mode: multiply;
  height: 534px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#contact .part1 .tel {
  display: block;
  width: 872px;
  height: 80px;
  position: absolute;
  top: 192px;
}

#contact .part1 .mail {
  display: block;
  width: 872px;
  height: 80px;
  top: 280px;
  position: absolute;
}

footer {
  background: url(./../img/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

footer .part1 {
  padding-top: 125px;
  padding-bottom: 64px;
}

footer .part1 p {
  text-align: center;
}

footer .part1 p img {
  width: 436px;
}

footer .part1 h3 {
  text-align: center;
}

footer .part1 .address {
  margin-top: 13px;
}

footer .part1 .address img {
  width: 818px;
}

footer .part1 h2 {
  margin-top: 256px;
  text-align: center;
}

footer .part1 h2 img {
  width: 113px;
}
/*# sourceMappingURL=style.css.map */