@charset "UTF-8";
.contents-area {
  position: relative;
}

.bold {
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .bold {
    font-family: "游ゴシック";
  }
}

.contents {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 801px) {
  .contents {
    background-position: 0px 130px;
  }
}

.contents .caption {
  width: 100%;
  height: calc(100vw * 1.4);
  position: relative;
  z-index: 0;
  padding-top: 66px;
}

@media screen and (min-width: 561px) {
  .contents .caption {
    height: calc(100vw * 1.0468);
  }
}

@media screen and (min-width: 1025px) {
  .contents .caption {
    height: calc(100vw * 0.5625);
    max-height: 1080px;
    padding-top: 130px;
  }
}

.contents .caption h1 {
  position: fixed;
  color: #000;
  font-size: 150%;
  top: 126px;
  left: calc(50% - 50%/2);
}

@media screen and (min-width: 561px) {
  .contents .caption h1 {
    font-size: 262.5%;
    left: 7.8%;
    top: 18.6%;
  }
}

@media screen and (min-width: 1025px) {
  .contents .caption h1 {
    top: 251px;
  }
}

.catchcopy-area {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 44px 10px 0 20px;
  background: -o-linear-gradient(bottom, #fff 70%, transparent);
  background: -o-linear-gradient(bottom, white 0%, white 70%, rgba(255, 255, 255, 0) 90%);
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, white), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, white 70%, rgba(255, 255, 255, 0) 90%);
  color: #000;
}

@media screen and (min-width: 801px) {
  .catchcopy-area {
    width: 50%;
    right: 0;
    bottom: 4.2%;
    padding: 23px 30px;
    background: rgba(255, 255, 255, 0.85);
  }
}

.catchcopy-area h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 112.5%;
  line-height: 1.4em;
  margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
  .catchcopy-area h2 {
    margin-bottom: .6em;
    font-size: 175%;
    line-height: 1.6em;
  }
}

.catchcopy-area p {
  width: 100%;
  line-height: 1.6em;
  font-size: 87.5%;
}

@media screen and (min-width: 1025px) {
  .catchcopy-area p {
    line-height: 2em;
    font-size: 87%;
    width: 82%;
  }
}

.news-area {
  width: 100%;
  padding: 40px 0 20px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (min-width: 801px) {
  .news-area {
    margin: 0;
    width: 100%;
    padding: 20px 0 20px 30px;
  }
}

.news-area .news-area--wrap {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .news-area .news-area--wrap {
    width: 100%;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-area .news-area--wrap h2 {
  color: #ffffff;
  background-color: #163182;
  padding: 2px 0 4px;
  text-align: center;
  line-height: 1.4em;
  font-size: 93.7%;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .news-area .news-area--wrap h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 801px) {
  .news-area .news-area--wrap h2 {
    min-width: 148px;
    padding: 8px 46px;
    font-size: 87.5%;
  }
}

.news-area .news-area--wrap p {
  color: #163182;
  font-size: 100%;
  padding: 10px 0 0;
  line-height: 1.4em;
}

@media screen and (min-width: 801px) {
  .news-area .news-area--wrap p {
    font-weight: bold;
    padding: 4px 0 4px 22px;
  }
  .news-area .news-area--wrap p a:hover {
    text-decoration: underline;
  }
}

/*-- SEC 1 --*/

.sec1 {
  padding-top: 85px;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .sec1 {
    padding-top: 156px;
  }
}

.sec1 h2 {
  color: #333;
  text-align: center;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec1 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec1 h2 {
    padding-bottom: 58px;
    font-size: 256%;/*212.5%;*/
  }
  
    .sec1 p {
    font-size: 120%;
    line-height: 1.8em;
  }
  
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .sec1 h2 {
    padding-bottom: 58px;
    font-size: 200%;/*212.5%;*/
  }
  
    .sec1 p {
    font-size: 120%;
    line-height: 1.8em;
  }
  
}
/*
.sec1 .achieve {
  font-size: 75% !important;
  line-height: 1.4em !important;
  padding-top: 20px;
}

@media screen and (min-width: 1025px) {
  .sec1 .achieve {
    font-size: 81.25% !important;
    line-height: 1.6em !important;
    padding-top: 18px;
  }
}

.sec1 .text-area h3 {
  color: #333;
  font-size: 112.5%;
  line-height: 1.4em;
  padding-bottom: 10px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec1 .text-area h3 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec1 .text-area h3 {
    padding-bottom: 18px;
    font-size: 175%;
    line-height: 1.6em;
  }
}

.sec1 .text-area p {
  color: #4C4C4C;
  font-size: 87.5%;
  line-height: 2em;
}
*/

/*-- SEC 1 //--*/

/*-- SEC 2 --*/

.sec2 {
  padding-top: 85px;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .sec2 {
    padding-top: 156px;
  }
}

.sec2 h2 {
  color: #31bbbb;
  text-align: center;
  font-size: 256%;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-weight: none;
}

@media all and (-ms-high-contrast: none) {
  .sec2 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec2 h2 {
    padding-bottom: 58px;
    font-size: 386%;/*212.5%;*/
  }
  
  .sec2 p {
    font-size: 120% !important;
    line-height: 1.8em;
  }
  
}


@media screen and (min-width: 801px) and (max-width: 1024px) {
  .sec2 h2 {
    padding-bottom: 58px;
    font-size: 300%;/*212.5%;*/
  }
  
    .sec2 p {
    font-size: 110% !important;
    line-height: 1.8em;
  }
  
  
}



.sec2 h3 {
  color: #333;
  text-align: center;
  line-height: 1.6em;
  font-size: 120%;
  padding-bottom: 10px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec2 h3 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec2 h3 {
    padding-bottom: 18px;
    font-size: 200%;
  }
  
  .sec2 h3 .list-a p, .sec2 h3 .list-b p {
    font-size: 130%;
  }
  
  .sec2 .LineBox2 p {
   font-size: 150%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .sec2 h3 {
    padding-bottom: 18px;
    font-size: 160%;
  }
  
  .sec2 h3 list-a p, .sec2 h3 .list-b p {
    font-size: 130%;
  }
  
  .sec2 .LineBox2 p {
    font-size: 140%;
  }
}

@media screen and (max-width: 800px) {
  
  .sec2 .LineBox2 p {
    font-size: 120%;
  }
}

  .sec2 .LineBox2 p {
    color: #31bbbb;
  }
  
    .sec2 .LineBox2:hover {
    background: #313131;
  }
  

.sec2 p {
  color: #fff;
  font-size: 87.5%;
  line-height: 2em;
}

.sec2 div {
  margin: 0 auto;
  border-top: 1px solid #CCC;
  padding: 20px;
}

@media screen and (min-width: 1025px) {
  .sec2 div {
    max-width: 960px;
    padding: 35px 30px 27px;
  }
}
/*
.sec2 div:last-child {
  border-bottom: 1px solid #CCC;
} */


 .sec2 .list-a, .sec2 .list-b {
   overflow: hidden;
   letter-spacing: -.5em;
}

 .sec2 .list-a p {
   display: inline-block;
   width: 20%;
   vertical-align: middle;
   letter-spacing: 0;
}

 .sec2 .list-a p:last-child {
   display: inline-block;
   width: 80%;
   vertical-align: middle;
   letter-spacing: 0;
}

 .sec2 .list-b p {
   display: inline-block;
   width: 50%;
   vertical-align: middle;
   letter-spacing: 0;
   text-align: center;
}

 .sec2 .LineBox2 {
   padding: 0.5em 1em;
   margin: 2em 0;
   color: #31bbbb;
   border: solid 2px #31bbbb;
   border-radius: 50px;
}

 .sec2 .LineBox2 p {
   color: #31bbbb;
   margin: 3px 0 2px;
   padding: 3px 0 2px;
   text-align: center;
}

/*-- SEC 2 //--*/

/*-- SEC 3 --*/

.sec3 {
  padding-top: 85px;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .sec3 {
    padding-top: 156px;
  }
}

.sec3 h2 {
  color: #333;
  text-align: center;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec3 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec3 h2 {
    padding-bottom: 58px;
    font-size: 200%;/*212.5%;*/
  }
  
  .sec3 h3 {
  font-size: 160%;
  font-weight: bold;
  }
  
  .sec3 h4 {
  font-size: 130%;
  font-weight: bold;
  }
  
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .sec3 h3 {
  font-size: 140%;
  font-weight: bold;
  }
  
  .sec3 h4 {
  font-size: 120%;
  font-weight: bold;
  }
  
}

@media screen and (max-width: 800px) {
  .sec3 h3 {
  font-size: 110%;
  font-weight: bold;
  }
  
  .sec3 h4 {
  font-size: 100%;
  font-weight: bold;
  }
  
}



@media screen and (min-width: 801px) {
.sec3 .list-a, .sec3 .list-b {
  overflow: hidden;
  letter-spacing: -.5em;
}

.sec3 .list-a div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
}

.sec3 .list-b div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}


.sec3 .LineBox {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 2px #31bbbb;
}
}

@media screen and (max-width: 800px) {
.sec3 .list-a, .sec3 .list-b {
  overflow: hidden;
  letter-spacing: -.5em;
}

.sec3 .list-a div {
  display: block;
  width: 90%;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
  margin-left: 1em;
}

.sec3 .list-b div {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}

.sec3 .LineBox {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 2px #31bbbb;
}
}


.sec4 {
  padding-top: 85px;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .sec4 {
    padding-top: 156px;
  }
}

.sec4 h2 {
  text-align: center;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec4 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 1025px) {
  .sec4 h2 {
    padding-bottom: 58px;
    font-size: 212.5%;
  }
}

.sec4 .text-area {
  max-width: 100%;
}

.sec4 .text-area h3 {
  color: #333;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.6em;
  padding-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .sec4 .text-area h3 {
    padding-bottom: 18px;
    font-size: 125%;
  }
}

.sec4 p {
  color: #333;
}

.sec4 .joint {
  color: #4C4C4C;
  font-size: 87.5%;
  line-height: 1.4em;
}

@media screen and (min-width: 1025px) {
  .sec4 .joint {
    font-size: 100%;
    line-height: 1.6em;
  }
}

.sec4 .num {
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .sec4 .num {
    font-weight: bold;
  }
}

.sec4 .inner-text_14 {
  font-size: 87.5%;
  line-height: 2em;
}

.sec4 .inner-text_13 {
  font-size: 81.25%;
  line-height: 2em;
}

.sec4 .inner-text_12 {
  font-size: 75%;
  line-height: 1.6em;
}

.sec4 .spacer {
  padding-bottom: 18px;
}

.aside {
  background: #fff;
  padding: 20px;
}

@media screen and (min-width: 561px) {
  .aside {
    padding: 30px;
  }
}

.aside div {
  border: 1px solid #163182;
  padding: 4%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 561px) {
  .aside div {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aside p {
  color: #4C4C4C;
  font-size: 87.5%;
  line-height: 1.6em;
  padding-bottom: 20px;
}

@media screen and (min-width: 561px) {
  .aside p {
    padding-bottom: 0;
  }
}

.aside img {
  display: block;
  margin: 0 auto;
  width: 59.55%;
  height: auto;
}

@media screen and (min-width: 561px) {
  .aside img {
    margin: 0 0  0 30px;
    height: 100%;
    width: auto;
  }
}

.aside a {
  color: #163182;
  text-decoration: underline;
}



/*--SEC 5--*/

.sec5 {
  padding-top: 85px;
  padding-bottom: 0;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 801px) {
  .sec5 {
    padding-top: 156px;
    padding-bottom: 160px;
  }
}

.sec5 h2 {
  color: #333;
  text-align: center;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec5 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 801px) {
  .sec5 h2 {
    padding-bottom: 58px;
    font-size: 212.5%;
  }
  
  .sec5 p {
   font-size: 100%;
   line-height: 1.8em;
  }
}

.sec5 .inner-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap {
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
  }
}

.sec5 .inner-wrap .item {
  display: block;
  width: 100%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px;
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap .item {
    padding: 30px 0;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.4%;
  }
}

.sec5 .inner-wrap .item .img-area {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap .item .img-area {
    width: 34.8%;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.sec5 .inner-wrap .item .img-area img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap .item .img-area img {
    margin-bottom: 0;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
  }
}

.sec5 .inner-wrap .item h3 {
  color: #333;
  font-size: 87.5%;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec5 .inner-wrap .item h3 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap .item h3 {
    font-size: 125%;
    line-height: 1.6em;
    margin-bottom: 0px;
  }
}

.sec5 .inner-wrap .item p {
  color: #4C4C4C;
  font-size: 87.5%;
  line-height: 1.6em;
}

@media screen and (max-width: 800px) {
  .sec5 .inner-wrap .item:last-child {
    border-top: none;
  }
}

@media screen and (min-width: 801px) {
  .sec5 .inner-wrap .item:last-child {
    margin-right: 0;
  }
}

.sec5 .inner-wrap .item:hover img {
  opacity: .8;
}


@media screen and (min-width: 1025px){

.sec5 .list-a {
  overflow: hidden;
  letter-spacing: -.5em;
}

.sec5 .list-a div {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}

.sec5 .list-a div p {
  font-weight: bold;
}

}

@media screen and (min-width: 801px) and (max-width: 1024px){

.sec5 .list-a {
  overflow: hidden;
  letter-spacing: -.5em;
}

.sec5 .list-a div {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}

.sec5 .list-a div p {
  font-weight: bold;
  font-size: 87.5%;
}

}

@media screen and (max-width: 800px) {

.sec5 .list-a {
  overflow: hidden;
  letter-spacing: -.5em;
}

.sec5 .list-a div {
  display: block;
  width: 90%;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}

.sec5 .list-a div p {
  font-weight: bold;
  font-size: 87.5%;
}

}


.sec6 {
  width: 100%;
  height: auto;
  text-align: center;
}

.sec6 .mask {
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 561px) {
  .sec6 .mask {
    padding: 76px 0 80px;
  }
}

.sec6 h2 {
  color: #333;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 28px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec6 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec6 h2 {
    font-size: 212.5%;
  }
}

.sec6 p {
  color: #333;
  font-size: 87.5%;
  line-height: 1.4em;
  text-align: left;
  padding: 30px 40px 0;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec6 p {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec6 p {
    text-align: center;
    font-size: 112.5%;
    line-height: 1.6em;
    padding: 30px 0 0;
  }
}

.sec6 img {
  display: block;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

@media screen and (min-width: 561px) {
  .sec6 img {
    max-width: 480px;
    padding: 0;
  }
}
/*
.sec6 a {
  width: 87.5%;
  font-size: 100%;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  background: #163182;
  padding: 8px 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec6 a {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec6 a {
    width: 42.1%;
    max-width: 540px;
    font-size: 125%;
    padding: 27px 0;
    margin: 57px auto 0;
  }
}

.sec6 a:hover {
  background: #3366CC;
}
*/

.sec6 {
  width: 100%;
  height: auto;
  text-align: center;
}

.sec6 .mask {
  padding: 30px 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 561px) {
  .sec6 .mask {
    padding: 76px 0 80px;
  }
}

.sec6 h2 {
  color: #333;
  font-size: 125%;
  line-height: 1.6em;
  padding-bottom: 28px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec6 h2 {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec6 h2 {
    font-size: 212.5%;
  }
}

.sec7 p {
  color: #333;
  font-size: 87.5%;
  line-height: 1.4em;
  text-align: left;
  padding: 30px 40px 0;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec7 p {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec7 p {
    text-align: center;
    font-size: 112.5%;
    line-height: 1.6em;
    padding: 30px 0 0;
  }
}

.sec7 img {
  display: block;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

@media screen and (min-width: 561px) {
  .sec7 img {
    max-width: 480px;
    padding: 0;
  }
}

.sec7 a {
  width: 87.5%;
  font-size: 100%;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  background: #163182;
  padding: 8px 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .sec7 a {
    font-family: "游ゴシック";
  }
}

@media screen and (min-width: 561px) {
  .sec7 a {
    width: 42.1%;
    max-width: 540px;
    font-size: 125%;
    padding: 27px 0;
    margin: 57px auto 0;
  }
}

.sec7 a:hover {
  background: #3366CC;
}






.tile-alternation {
  width: 100%;
  height: auto;
  background: #EDEDED;
}

@media screen and (min-width: 801px) {
  .tile-alternation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tile-alternation .img-area {
  width: 100%;
}

@media screen and (min-width: 801px) {
  .tile-alternation .img-area {
    width: 50%;
  }
}

.tile-alternation .img-area img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 801px) {
  .tile-alternation .img-area img {
    min-height: 360px;
  }
}

.tile-alternation .text-area {
  width: 100%;
}

@media screen and (min-width: 801px) {
  .tile-alternation .text-area {
    width: 50%;
  }
}

.tile-alternation .text-area .text-area-inner {
  width: 100%;
  display: block;
  padding: 28px 20px 30px;
}

@media screen and (min-width: 801px) {
  .tile-alternation .text-area .text-area-inner {
    padding: 50px 40px 45px;
    display: inline-block;
    width: 500px;
  }
}

@media screen and (min-width: 801px) {
  .tile-alternation:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tile-alternation:nth-child(odd) .text-area-inner {
    float: right;
  }
}

span {
  display: inline-block;
}

.movie {
  position: relative;
  max-width: calc(100% - 40px);
  height: auto;
  padding-top: calc((100vw - 40px) * 0.5625);
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .movie {
    max-width: 960px;
    padding-top: calc((100vw - (100vw - 960px)) * 0.5625);
  }
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie iframe body {
  background-color: #fff;
}

.contact {
  width: calc(100% - 44px);
  height: 44px;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  background: #31bbbb !important;
  color: #fff;
  padding: 10px 0;
  font-size: 120%;
  line-height: 1.6em;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 9999;
  text-align: center;
}


@media screen and (min-width: 561px) {
  .contact {
    padding: 14px 91px 12px 18px;
    text-align: left;
    display: block;
    width: 300px;*/
    left: 25px;
    bottom: 20px;
    height: auto;
    background: rgba(22, 49, 130, 0.8);
  }
}

.contact:hover {
  background: #3be2e2 !important;
}

@media screen and (min-width: 561px) {
  .contact::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
  }
  .contact:hover::after {
    color: #fff;
  }
}

.parallax {
  background-image: none !important;
  width: 100%;
  height: 100%;
}

.parallax::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px);
  transform: translate3d(0, 0, -1px);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
  .parallax::before {
    background-position: 0px 100px;
  }
}

.parallax.caption::before {
  background-image: url("/news/2020/images/info200924/manVisual_s.jpg");
  height: calc(100vw * 1.3);
}

@media screen and (min-width: 561px) {
  .parallax.caption::before {
    background-image: url("/news/2020/images/info200924/manVisual.jpg");
    height: calc(100vw * 1.0468);
  }
}

@media screen and (min-width: 1025px) {
  .parallax.caption::before {
    height: calc(100vw * 0.5625);
    max-height: 1080px;
  }
}

.parallax.sec6::before {
  background-image: url("/news/2020/images/info200924/manVisual_s.jpg");
}

@media screen and (min-width: 561px) {
  .parallax.sec6::before {
    background-image: url("/news/2020/images/info200924/manVisual.jpg");
  }
}
