@charset "UTF-8";
/*
Theme Name:royal-holdings-recruit
Author: kd
Description: kd
*/
/* 
html5doctor.com Reset Stylesheet
*/
/* reset css　
---------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common class
---------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans', sans-serif;
*/
html, body {
  min-height: 100vh;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  font-family: 'Noto Sans', sans-serif;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.26vw;
    min-width: 0;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .7;
  transition: .3s ease;
}

img {
  max-width: 100%;
}

ul li, ol li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* header
-----------------------------------------------------------------------------------*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999990;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    min-width: 0;
  }
}
header .inner {
  align-items: center;
  background: #fff;
  display: flex;
  height: 154px;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  header .inner {
    height: calc(100 / 7.5 * 1vw);
    padding: 0 calc(50 / 7.5 * 1vw);
  }
  header .inner .sp-btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(24 / 7.5 * 1vw);
    justify-content: space-between;
    width: calc(36 / 7.5 * 1vw);
  }
  header .inner .sp-btn .bar {
    border-top: calc(4 / 7.5 * 1vw) solid #000;
    transition: .3s ease;
    width: calc(36 / 7.5 * 1vw);
  }
  header .inner .sp-btn .bar::before, header .inner .sp-btn .bar::after {
    border-top: calc(4 / 7.5 * 1vw) solid #000;
    content: "";
    display: block;
    height: 0;
    margin-top: calc(9 / 7.5 * 1vw);
    transition: .3s ease;
    width: 100%;
  }
  header .inner .sp-btn.open .bar {
    border-top: 2px solid transparent;
  }
  header .inner .sp-btn.open .bar::before {
    transform: rotate(-210deg);
  }
  header .inner .sp-btn.open .bar::after {
    transform: rotate(30deg);
    transform-origin: calc(42 / 7.5 * 1vw) calc(-4 / 7.5 * 1vw);
  }
}
header .inner .header-title {
  width: 254px;
}
@media screen and (max-width: 767px) {
  header .inner .header-title {
    padding-left: 0 0 0 calc(18 / 7.5 * 1vw);
  }
  header .inner .header-title img {
    width: calc(223 / 7.5 * 1vw);
  }
}
header .inner nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .inner nav {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    position: absolute;
    top: calc(100 / 7.5 * 1vw);
    left: 0;
    height: calc(100vh - calc(100 / 7.5 * 1vw));
    overflow: auto;
    width: 100%;
  }
  header .inner nav .sp-btn {
    display: block;
  }
}
header .inner nav .menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .inner nav .menu {
    display: block;
    padding: 0 calc(33 / 7.5 * 1vw);
    width: 100%;
  }
}
header .inner nav ul.fst {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
@media screen and (max-width: 1420px) {
  header .inner nav ul.fst {
    width: 670px;
  }
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst {
    display: block;
    width: 100%;
  }
}
header .inner nav ul.fst li.fst-dir {
  margin-top: 30px;
  padding: 0 0 30px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  header .inner nav ul.fst li.fst-dir {
    font-size: 1.06vw;
  }
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir {
    align-items: center;
    display: flex;
    font-size: calc(26 / 7.5 * 1vw);
    flex-wrap: wrap;
    border-bottom: 1px solid #B1B1B1;
    margin-top: calc(15 / 7.5 * 1vw);
    padding: 0 0 calc(15 / 7.5 * 1vw);
    position: static;
    min-height: calc(100 / 7.5 * 1vw);
  }
  header .inner nav ul.fst li.fst-dir a {
    padding-left: calc(33 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir .link-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: calc(70 / 7.5 * 1vw);
    padding: calc(15 / 7.5 * 1vw) 0;
    width: 100%;
  }
}
header .inner nav ul.fst li.fst-dir .sec-wrap {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  padding: 20px;
  display: flex;
  top: 110px;
  left: calc(50% - 50vw + 5%);
  max-width: 1720px;
  width: calc(100% - 10%);
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir .sec-wrap {
    background: none;
    box-shadow: none;
    display: block;
    position: static;
    padding: calc(15 / 7.5 * 1vw) 0 0;
    width: 100%;
  }
}
header .inner nav ul.fst li.fst-dir .sec-wrap .menu-title {
  border-right: 1px solid #707070;
  padding: 10px 0 10px;
  margin-right: 10px;
  width: 180px;
}
header .inner nav ul.fst li.fst-dir .sec-wrap .menu-title p {
  color: transparent;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
}
header .inner nav ul.fst li.fst-dir .sec-wrap .menu-title p span {
  color: #333;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
header .inner nav ul.fst li.fst-dir .sec-wrap .menu-title p::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 38px;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir {
  align-items: center;
  display: flex;
  padding: 5px 10px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir {
    background: none;
    border: none;
    display: block;
    padding: 0;
    width: 100%;
  }
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li {
  align-items: center;
  display: flex;
  margin-right: 25px;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li::before {
  content: "";
  display: block;
  width: 88px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li {
    align-items: center;
    display: flex;
    border-top: 1px solid #B1B1B1;
    min-height: calc(100 / 7.5 * 1vw);
    margin-right: 0;
  }
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li::before {
    content: none;
  }
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li:last-child {
    min-height: calc(70 / 7.5 * 1vw);
    padding-top: calc(15 / 7.5 * 1vw);
  }
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li a {
  align-items: center;
  display: flex;
  line-height: 1.2;
  white-space: nowrap;
  padding: 10px;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li a::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_btn.png") center center/contain no-repeat;
  content: "";
  display: block;
  width: 16px;
  margin-right: 10px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 calc(66 / 7.5 * 1vw);
  }
  header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir li a::before {
    content: none;
  }
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep01 li:nth-child(1)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_ep01.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep01 li:nth-child(2)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_ep02.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep01 li:nth-child(3)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_ep03.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep02 li:nth-child(1)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_busi01.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep02 li:nth-child(2)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_busi02.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep02 li:nth-child(3)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_busi03.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep02 li:nth-child(4)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_busi04.png") center center/contain no-repeat;
}
header .inner nav ul.fst li.fst-dir .sec-wrap ul.sec-dir.ep03 li:nth-child(1)::before {
  background: url("/wp/wp-content/themes/royal_hd/images/common/header_menu_news01.png") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  header .inner nav ul.fst .sp-link {
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #B1B1B1;
    height: calc(68 / 7.5 * 1vw);
    width: calc(70 / 7.5 * 1vw);
  }
  header .inner nav ul.fst .sp-link img {
    height: auto;
    width: calc(26 / 7.5 * 1vw);
  }
}
header .inner nav figure {
  margin-left: 75px;
  width: 188px;
}
@media screen and (max-width: 1420px) {
  header .inner nav figure {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .inner nav figure {
    margin: calc(60 / 7.5 * 1vw) 0;
    text-align: center;
    width: 100%;
  }
  header .inner nav figure img {
    width: calc(518 / 7.5 * 1vw);
  }
}

/* footer
-----------------------------------------------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: auto 0 0;
  min-width: 1200px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: calc(20 / 7.5 * 1vw);
    min-width: 0;
    padding-bottom: calc(55 / 7.5 * 1vw);
  }
}
footer figure {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer figure {
    margin-bottom: calc(60 / 7.5 * 1vw);
  }
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  padding-left: 2.86%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    max-width: none;
    min-width: 0;
  }
}
footer .inner .cont-left {
  padding-top: 23px;
}
@media screen and (max-width: 1520px) {
  footer .inner .cont-left {
    padding-top: 1.53%;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .cont-left {
    padding-top: 0;
  }
}
footer .inner .cont-left .logo {
  margin-bottom: 20px;
  width: 260px;
}
@media screen and (max-width: 1520px) {
  footer .inner .cont-left .logo {
    width: 17.1vw;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .cont-left .logo {
    margin: 0 auto calc(35 / 7.5 * 1vw);
    width: calc(260 / 7.5 * 1vw);
  }
}
footer .inner .cont-left .txt {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1520px) {
  footer .inner .cont-left .txt {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .cont-left .txt {
    font-size: calc(16 / 7.5 * 1vw);
  }
}
footer .inner .cont-right {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 60px;
  width: 954px;
}
@media screen and (max-width: 1520px) {
  footer .inner .cont-right {
    width: 62.76%;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .cont-right {
    height: auto;
    justify-content: center;
    padding: 0 calc(108 / 7.5 * 1vw);
    margin-bottom: calc(45 / 7.5 * 1vw);
    width: 100%;
  }
}
footer .inner .cont-right ul {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
@media screen and (max-width: 1520px) {
  footer .inner .cont-right ul {
    font-size: 1.05vw;
    width: 87.3%;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .cont-right ul {
    font-size: 100%;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  footer .inner .cont-right ul li {
    margin: calc(15 / 7.5 * 1vw);
  }
}
footer .inner .link {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 0 10px;
  margin-right: 500px;
  width: 435px;
}
@media screen and (max-width: 1520px) {
  footer .inner .link {
    font-size: 1.05vw;
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .link {
    font-size: 100%;
    margin: 0 calc(100 / 7.5 * 1vw);
    padding: 0 calc(10 / 7.5 * 1vw);
    width: calc(530 / 7.5 * 1vw);
  }
}
footer .inner .link a {
  background: url("/wp/wp-content/themes/royal_hd/images/common/footer_link.png") right center no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .inner .link a {
    background: url("/wp/wp-content/themes/royal_hd/images/common/footer_link.png") right center/calc(16 / 7.5 * 1vw) auto no-repeat;
  }
}
footer .inner small {
  margin-top: 20px;
  font-size: 12px;
  width: 100%;
}
@media screen and (max-width: 1520px) {
  footer .inner small {
    font-size: .789vw;
  }
}
@media screen and (max-width: 767px) {
  footer .inner small {
    font-size: calc(16 / 7.5 * 1vw);
    text-align: center;
  }
}

/* main
-----------------------------------------------------------------------------------*/
main {
  padding: 154px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: calc(100 / 7.5 * 1vw) 0 0;
  }
}

main .c-bread-clumb {
  margin: 0 auto 90px;
  max-width: 1720px;
  padding: 20px 0;
}
@media screen and (max-width: 1720px) {
  main .c-bread-clumb {
    margin: 0 auto 4.68vw;
    padding: 1.16vw 20px;
  }
}
main .c-bread-clumb ul {
  display: flex;
}
main .c-bread-clumb ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
main .c-bread-clumb ul li:after {
  background: url("/wp/wp-content/themes/royal_hd/images/common/bread_icon.png") center center/7px auto no-repeat;
  content: "";
  display: block;
  margin: 0 10px;
  height: 7px;
  width: 12px;
}
main .c-bread-clumb ul li:last-child::after {
  content: none;
}

main .c-link-box {
  align-items: center;
  display: flex;
}
main .c-link-box a {
  align-items: center;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  main .c-link-box a {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  main .c-link-box a {
    font-size: calc(30 / 7.5 * 1vw);
  }
}
main .c-link-box a span {
  background: url("/wp/wp-content/themes/royal_hd/images/common/c-vm-icon.png") center center no-repeat, linear-gradient(to right, #E6350D 0%, #731B07 100%);
  border-radius: 50%;
  display: block;
  height: 60px;
  margin-right: 30px;
  width: 60px;
}
@media screen and (max-width: 1920px) {
  main .c-link-box a span {
    height: 3.125vw;
    margin-right: 1.56vw;
    width: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  main .c-link-box a span {
    background: url("/wp/wp-content/themes/royal_hd/images/common/c-vm-icon.png") center center/calc(7 / 7.5 * 1vw) auto no-repeat, linear-gradient(to right, #E6350D 0%, #731B07 100%);
    height: calc(60 / 7.5 * 1vw);
    margin-right: calc(30 / 7.5 * 1vw);
    width: calc(60 / 7.5 * 1vw);
  }
}

main .c-anc {
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  position: relative;
  top: -90px;
}
@media screen and (max-width: 767px) {
  main .c-anc {
    top: calc(-100 / 7.5 * 1vw);
  }
}
main .c-anc.more-h {
  top: -154px;
}
@media screen and (max-width: 767px) {
  main .c-anc.more-h {
    top: calc(-70 / 7.5 * 1vw);
  }
}

.modaal-overlay {
  z-index: 999998;
}

.modaal-wrapper {
  z-index: 999999;
}

/* top
-----------------------------------------------------------------------------------*/
/* ld */
.loading_mask {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 999998;
}
.loading_mask::before {
  background: radial-gradient(circle, #FFF, transparent);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1000px;
  width: 1000px;
  transform: scale(0, 0);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .loading_mask::before {
    height: 100vw;
    width: 100vw;
  }
}

.loading_mask figure {
  position: absolute;
  opacity: 0;
}
.loading_mask figure img {
  height: auto;
  width: 15vw;
}
@media screen and (max-width: 767px) {
    .loading_mask figure img {
      width: 30vw;
    }
}

.loading_mask {
  animation-name: loading;
  animation-duration: .5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading_mask.ld_start {
  background-color: #d01120;
}
.loading_mask.ld_start figure {
  animation-name: loading_bg;
  animation-duration: .8s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}
@keyframes loading_bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading_mask::before {
  animation-name: loading_close;
  animation-duration: 2s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
@keyframes loading_close {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(8, 8);
  }
}
/* mv ---------------------------------------------------- */
main.top .mv {
  padding-bottom: 250px;
}
@media screen and (max-width: 1920px) {
  main.top .mv {
    padding-bottom: 13.2vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .mv {
    padding-bottom: calc(200 / 7.5 * 1vw);
  }
}
main.top .mv .pc-inner {
  display: block;
  height: 763px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner {
    height: 39.73vw;
    margin-bottom: 5.2vw;
  }
}
main.top .mv .pc-inner .bg01 {
  position: absolute;
  top: 0;
  left: -859px;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .bg01 {
    left: -44.73vw;
    width: 44.73vw;
  }
}
main.top .mv .pc-inner .bg02 {
  position: absolute;
  bottom: 0;
  right: -837px;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .bg02 {
    right: -43.59vw;
    width: 43.59vw;
  }
}
main.top .mv .pc-inner .staff-img {
  background: url("/wp/wp-content/themes/royal_hd/images/top/mv_pc_bg03.png") center center no-repeat;
  display: block;
  position: absolute;
  opacity: 0;
  top: 48px;
  left: 287px;
  height: 647px;
  width: 1565px;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img {
    background: url("/wp/wp-content/themes/royal_hd/images/top/mv_pc_bg03.png") center center/contain no-repeat;
    top: 2.5vw;
    left: 14.94vw;
    height: 33.615vw;
    width: 81.515vw;
  }
}
main.top .mv .pc-inner .staff-img .inner {
  position: relative;
  height: 100%;
  width: 100%;
}
main.top .mv .pc-inner .staff-img .inner figure {
  position: absolute;
  top: 0;
}
main.top .mv .pc-inner .staff-img .inner figure.pers01 {
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img .inner figure.pers01 img {
    width: auto;
    height: 33.69vw;
  }
}
main.top .mv .pc-inner .staff-img .inner figure.pers02 {
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img .inner figure.pers02 img {
    width: auto;
    height: 33.69vw;
  }
}
main.top .mv .pc-inner .staff-img .inner figure.pers03 {
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img .inner figure.pers03 img {
    width: auto;
    height: 33.69vw;
  }
}
main.top .mv .pc-inner .staff-img .inner figure.pers04 {
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img .inner figure.pers04 img {
    width: auto;
    height: 33.69vw;
  }
}
main.top .mv .pc-inner .staff-img .inner figure.pers05 {
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .staff-img .inner figure.pers05 img {
    width: auto;
    height: 33.69vw;
  }
}
main.top .mv .pc-inner .catch-txt {
  position: absolute;
  opacity: 0;
  top: 10px;
  left: 46px;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .catch-txt {
    top: .52vw;
    left: 2.93vw;
    width: 19.06vw;
  }
}
main.top .mv .pc-inner .lead-txt {
  position: absolute;
  opacity: 0;
  bottom: 64px;
  right: 200px;
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner .lead-txt {
    bottom: 3.33vw;
    right: 7.81vw;
    width: 58.85vw;
  }
}
main.top .mv .pc-inner.open .bg01 {
  animation-name: bg01;
  animation-duration: .6s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}
@keyframes bg01 {
  100% {
    opacity: 1;
    left: 0;
  }
}
main.top .mv .pc-inner.open .bg02 {
  animation-name: bg02;
  animation-duration: .9s;
  animation-delay: .4s;
  animation-fill-mode: forwards;
}
@keyframes bg02 {
  100% {
    opacity: 1;
    right: 27px;
  }
}
@media screen and (max-width: 1920px) {
  @keyframes bg02 {
    100% {
      opacity: 1;
      right: 3.5vw;
    }
  }
}
main.top .mv .pc-inner.open .staff-img {
  animation-name: staff-img;
  animation-duration: .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes staff-img {
  100% {
    opacity: 1;
  }
}
main.top .mv .pc-inner.open .staff-img .inner figure.pers01 {
  animation-name: pers01;
  animation-duration: 1.2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes pers01 {
  30% {
    left: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
main.top .mv .pc-inner.open .staff-img .inner figure.pers02 {
  left: 267px;
  animation-name: pers02;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes pers02 {
  30% {
    left: 287px;
  }
  100% {
    left: 287px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .staff-img .inner figure.pers02 {
    left: 13.94vw;
  }
  @keyframes pers02 {
    30% {
      left: 14.94vw;
    }
    100% {
      left: 14.94vw;
      opacity: 1;
    }
  }
}
main.top .mv .pc-inner.open .staff-img .inner figure.pers03 {
  left: 569px;
  opacity: 0;
  animation-name: pers03;
  animation-duration: 1.2s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
@keyframes pers03 {
  30% {
    left: 589px;
  }
  100% {
    left: 589px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .staff-img .inner figure.pers03 {
    left: 29.67vw;
  }
  @keyframes pers03 {
    30% {
      left: 30.66vw;
    }
    100% {
      left: 30.66vw;
      opacity: 1;
    }
  }
}
main.top .mv .pc-inner.open .staff-img .inner figure.pers04 {
  left: 893px;
  opacity: 0;
  animation-name: pers04;
  animation-duration: 1.2s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
@keyframes pers04 {
  30% {
    left: 873px;
  }
  100% {
    left: 873px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .staff-img .inner figure.pers04 {
    left: 45.51vw;
  }
  @keyframes pers04 {
    30% {
      left: 46.49vw;
    }
    100% {
      left: 46.49vw;
      opacity: 1;
    }
  }
}
main.top .mv .pc-inner.open .staff-img .inner figure.pers05 {
  left: 1133px;
  opacity: 0;
  animation-name: pers05;
  animation-duration: 1.2s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
@keyframes pers05 {
  30% {
    left: 1153px;
  }
  100% {
    left: 1153px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .staff-img .inner figure.pers05 {
    left: 59.05vw;
  }
  @keyframes pers05 {
    30% {
      left: 60.00vw;
    }
    100% {
      left: 60.00vw;
      opacity: 1;
    }
  }
}
main.top .mv .pc-inner.open .catch-txt {
  top: -10px;
  position: absolute;
  animation-name: catch-txt;
  animation-duration: 1.5s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
@keyframes catch-txt {
  30% {
    top: 10px;
    left: 46px;
  }
  100% {
    top: 10px;
    left: 46px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .catch-txt {
    top: -1.5vw;
  }
  @keyframes catch-txt {
    30% {
      top: .52vw;
      left: 2.93vw;
    }
    100% {
      top: .52vw;
      left: 2.93vw;
      opacity: 1;
    }
  }
}
main.top .mv .pc-inner.open .lead-txt {
  bottom: 44px;
  position: absolute;
  animation-name: lead-txt;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes lead-txt {
  30% {
    bottom: 64px;
    right: 150px;
  }
  100% {
    bottom: 64px;
    right: 150px;
    opacity: 1;
  }
}
@media screen and (max-width: 1920px) {
  main.top .mv .pc-inner.open .lead-txt {
    bottom: 2.33vw;
    right: 7.81vw;
  }
  @keyframes lead-txt {
    30% {
      bottom: 3.4vw;
      right: 7.81vw;
    }
    100% {
      bottom: 3.45vw;
      right: 7.81vw;
      opacity: 1;
    }
  }
}
main.top .mv .sp-inner {
  background: url("/wp/wp-content/themes/royal_hd/images/top/mv_slide_bg_sp.png") center top/100% no-repeat;
  height: calc(1500 / 7.5 * 1vw);
  width: 100%;
  position: relative;
  margin-bottom: calc(30 / 7.5 * 1vw);
}
main.top .mv .sp-inner .slider-sp {
  width: 100%;
}
main.top .mv .sp-inner .slider-sp img {
  max-width: 100%;
}
main.top .mv .sp-inner figure {
  position: absolute;
  bottom: calc(44 / 7.5 * 1vw);
  padding: 0 calc(10 / 7.5 * 1vw);
}
main.top .mv .scroll-icon {
  display: flex;
  flex-direction: column;
  font-size: 1.04vw;
  align-items: center;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main.top .mv .scroll-icon {
    font-size: calc(20 / 7.5 * 1vw);
    min-width: 0;
  }
}
main.top .mv .scroll-icon::after {
  background: #000;
  content: "";
  display: block;
  height: 2.6vw;
  margin-top: 10px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  main.top .mv .scroll-icon::after {
    height: calc(50 / 7.5 * 1vw);
  }
}

/* block01 ---------------------------------------------------- */
main.top .block01 {
  margin: 0 auto 300px;
  max-width: 1920px;
  min-width: 1200px;
}
@media screen and (max-width: 1920px) {
  main.top .block01 {
    margin: 0 auto 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 {
    width: 100%;
    padding: 0 calc(20 / 7.5 * 1vw);
    margin: 0 auto calc(140 / 7.5 * 1vw);
    min-width: 0;
  }
}
main.top .block01 .flx-box {
  display: flex;
  justify-content: center;
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box {
    display: block;
    height: auto;
    min-height: 0;
  }
}
main.top .block01 .flx-box .title-wrap {
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000000;
  padding-left: 114px;
  width: 860px;
}
@media screen and (max-width: 1720px) {
  main.top .block01 .flx-box .title-wrap {
    padding-left: 70px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .title-wrap {
    border-right: none;
    padding: 0 calc(30 / 7.5 * 1vw);
    width: 100%;
  }
}
main.top .block01 .flx-box .title-wrap h2.title {
  color: transparent;
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
  margin-left: -8px;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .title-wrap h2.title {
    font-size: 5.263vw;
    margin-left: -.526vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .title-wrap h2.title {
    font-size: calc(56 / 7.5 * 1vw);
    margin-left: 0;
  }
}
main.top .block01 .flx-box .title-wrap .sub-lead {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 60px;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .title-wrap .sub-lead {
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .title-wrap .sub-lead {
    font-size: calc(20 / 7.5 * 1vw);
    margin: calc(10 / 7.5 * 1vw) 0 calc(40 / 7.5 * 1vw) 0;
  }
}
main.top .block01 .flx-box .title-wrap .sub-lead::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 4px;
  margin-top: 24px;
  width: 50px;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .title-wrap .sub-lead::after {
    height: .263vw;
    margin-top: 1.57vw;
    width: 3.28vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 1720px) {
  main.top .block01 .flx-box .title-wrap .catch-word {
    width: 35.81vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .title-wrap .catch-word {
    margin-bottom: calc(80 / 7.5 * 1vw);
    width: auto;
  }
}
main.top .block01 .flx-box .txt-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  width: 860px;
}
@media screen and (max-width: 1720px) {
  main.top .block01 .flx-box .txt-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .txt-box {
    padding: 0;
    width: auto;
  }
}
main.top .block01 .flx-box .txt-box p {
  font-size: 18px;
  font-weight: 300;
  /*line-height: 24px; -----*/
  line-height: 1.65;
  margin-bottom: 1.5em;
  text-align: center;
  width: 560px;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .txt-box p {
    font-size: 1.18vw;
    width: 36.84vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .txt-box p {
    font-size: calc(26 / 7.5 * 1vw);
    /* line-height: calc(36 / 7.5 * 1vw); -----*/
    width: 100%;
  }
}
main.top .block01 .flx-box .txt-box .name {
  font-weight: 700;
  font-size: 30px;
  text-align: right;
  margin: 1.5em 0 0;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .txt-box .name {
    font-size: 1.97vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .txt-box .name {
    font-size: calc(36 / 7.5 * 1vw);
    margin-top: calc(150 / 7.5 * 1vw);
  }
}
main.top .block01 .flx-box .txt-box .name span {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1520px) {
  main.top .block01 .flx-box .txt-box .name span {
    font-size: 1.18vw;
    margin-bottom: 1.31vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block01 .flx-box .txt-box .name span {
    font-size: calc(26 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
  }
}

/* block02 ---------------------------------------------------- */
main.top .block02 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main.top .block02 {
    max-width: none;
    margin-bottom: calc(80 / 7.5 * 1vw);
  }
}
main.top .block02::before {
  content: "";
  background: #F8F8F8;
  display: block;
  position: absolute;
  top: 58px;
  left: calc(50% - 715px);
  height: calc(100% - 60px);
  width: 1430px;
}
@media screen and (max-width: 1520px) {
  main.top .block02::before {
    top: 3.81vw;
    left: calc(50% - 47.03vw);
    height: calc(100% - 3.94vw);
    width: 94.07vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02::before {
    content: none;
  }
}
main.top .block02 .inner {
  position: relative;
  z-index: 3000;
}
main.top .block02 .inner .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .title-wrap {
    padding: 0 calc(50 / 7.5 * 1vw);
  }
}
main.top .block02 .inner .title-wrap h2.title {
  color: transparent;
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
  margin-left: -8px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .title-wrap h2.title {
    font-size: 5.263vw;
    margin-left: -.526vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .title-wrap h2.title {
    font-size: calc(56 / 7.5 * 1vw);
    margin-left: 0;
  }
}
main.top .block02 .inner .title-wrap .sub-lead {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 60px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .title-wrap .sub-lead {
    font-size: 1.71vw;
    margin: 0 0 3.94vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .title-wrap .sub-lead {
    font-size: calc(20 / 7.5 * 1vw);
    margin: calc(10 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw);
  }
}
main.top .block02 .inner .title-wrap .sub-lead::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 4px;
  margin: 24px auto 0;
  width: 50px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .title-wrap .sub-lead::after {
    height: .263vw;
    margin: 1.57vw auto 0;
    width: 3.28vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}
main.top .block02 .inner .title-wrap .txt {
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .title-wrap .txt {
    font-size: 1.18vw;
    margin-bottom: 2.63vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .title-wrap .txt {
    font-size: calc(26 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
    line-height: calc(36 / 7.5 * 1vw);
  }
}
main.top .block02 .inner .slide-wrap .slider {
  padding: 0 35px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .slide-wrap .slider {
    padding: 0 1.82vw;
    width: 40.1vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .slide-wrap .slider {
    width: calc(520 / 7.5 * 1vw);
    padding: 0 calc(20 / 7.5 * 1vw);
  }
}
main.top .block02 .inner .slide-wrap .slider p {
  font-size: 26px;
  font-weight: 700;
  padding-top: 25px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .inner .slide-wrap .slider p {
    font-size: 1.71vw;
    padding-top: 1.64vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .inner .slide-wrap .slider p {
    font-size: calc(26 / 7.5 * 1vw);
    padding-top: calc(25 / 7.5 * 1vw);
  }
}
main.top .block02 .dot-arr {
  background: url("/wp/wp-content/themes/royal_hd/images/common/c-vm-icon.png") center center no-repeat, linear-gradient(to right, #E6350D 0%, #731B07 100%);
  border-radius: 50%;
  display: block;
  height: 60px;
  margin-right: 30px;
  width: 60px;
  position: absolute;
  z-index: 4000;
  top: 200px;
}
@media screen and (max-width: 1520px) {
  main.top .block02 .dot-arr {
    height: 3.94vw;
    margin-right: 1.97vw;
    width: 3.94vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .dot-arr {
    background: url("/wp/wp-content/themes/royal_hd/images/common/c-vm-icon.png") center center/calc(7 / 7.5 * 1vw) auto no-repeat, linear-gradient(to right, #E6350D 0%, #731B07 100%);
    height: calc(60 / 7.5 * 1vw);
    margin-right: calc(30 / 7.5 * 1vw);
    width: calc(60 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 1520px) {
  main.top .block02 .dot-arr {
    top: 9.75vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .dot-arr {
    top: calc(130 / 7.5 * 1vw);
  }
}
main.top .block02 .dot-arr.prev {
  left: calc(50% - 380px);
  transform: rotate(180deg);
}
@media screen and (max-width: 1520px) {
  main.top .block02 .dot-arr.prev {
    left: calc(50% - 20vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .dot-arr.prev {
    left: calc(100 / 7.5 * 1vw);
  }
}
main.top .block02 .dot-arr.next {
  right: calc(50% - 410px);
}
@media screen and (max-width: 1520px) {
  main.top .block02 .dot-arr.next {
    right: calc(50% - 22.3vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block02 .dot-arr.next {
    right: calc(76 / 7.5 * 1vw);
  }
}
main.top .block02 .dot {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  main.top .block02 .dot {
    padding: calc(40 / 7.5 * 1vw) 0;
  }
}
main.top .block02 .dot li {
  margin: 0 8px;
}
main.top .block02 .dot li button {
  background: #999;
  text-indent: -9999px;
  font-size: 0;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  border: none;
}
main.top .block02 .dot li.slick-active button {
  background: #333;
}

    .modaal-content{
        position: relative;
        padding-top: 56.25%;
        height: 0;
        max-width: 1280px;
        overflow: hidden;
    }
    .modaal-content iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* block03 ---------------------------------------------------- */
main.top .block03 {
  background: url("/wp/wp-content/themes/royal_hd/images/top/block03_bg.png") left bottom/100% auto no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top .block03 {
    background: url("/wp/wp-content/themes/royal_hd/images/top/block03_bg_sp.png") left bottom/100% auto no-repeat;
  }
}
main.top .block03::before {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 340px;
  width: calc(50% + 422px);
}
@media screen and (max-width: 1720px) {
  main.top .block03::before {
    height: 19.76vw;
    width: calc(50% + 24.53vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block03::before {
    height: calc(260 / 7.5 * 1vw);
    width: calc(50% + calc(203 / 7.5 * 1vw));
  }
}
main.top .block03::after {
  background: #fff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 212px;
  right: 0;
  height: 330px;
  width: calc(50% + 130px);
}
@media screen and (max-width: 1720px) {
  main.top .block03::after {
    top: 12.32vw;
    height: 19.18vw;
    width: calc(50% + 7.55vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block03::after {
    top: 51.2vw;
    height: calc(150 / 7.5 * 1vw);
    width: calc(50% + calc(163 / 7.5 * 1vw));
  }
}
main.top .block03 .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1720px;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner {
    padding: 0 calc(80 / 7.5 * 1vw);
    width: 100%;
    min-width: 0;
  }
}
main.top .block03 .inner .title-left {
  padding: 110px 0 0 100px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-left {
    padding: 6.39vw 0 0 5.81vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-left {
    padding: calc(70 / 7.5 * 1vw) 0 0 calc(20 / 7.5 * 1vw);
  }
}
main.top .block03 .inner .title-left h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-left h2 {
    font-size: 4.65vw;
    margin-bottom: 1.74vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-left h2 {
    font-size: calc(56 / 7.5 * 1vw);
    margin-bottom: calc(15 / 7.5 * 1vw);
    text-align: left;
  }
}
main.top .block03 .inner .title-left p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-left p {
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-left p {
    font-size: calc(20 / 7.5 * 1vw);
  }
}
main.top .block03 .inner .title-left p::after {
  content: "";
  border: 2px solid #fff;
  background: #fff;
  display: block;
  font-size: 0;
  height: 0;
  margin: 20px 0 0;
  width: 50px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-left p::after {
    margin: 1.16vw 0 0;
    width: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-left p::after {
    border: 1px solid #fff;
    margin: calc(20 / 7.5 * 1vw) 0 0;
    width: calc(50 / 7.5 * 1vw);
  }
}
main.top .block03 .inner .title-right {
  background: #fff;
  margin: 60px 0 0 50%;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-right {
    margin: 3.48vw 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-right {
    margin: calc(30 / 7.5 * 1vw) 0 0 calc(50% - calc(163 / 7.5 * 1vw));
    padding: calc(30 / 7.5 * 1vw) 0 0 calc(44 / 7.5 * 1vw);
  }
}
main.top .block03 .inner .title-right h3 {
  border-left: 4px solid #000000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 33px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-right h3 {
    font-size: 2.9vw;
    padding: 0 0 0 1.91vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-right h3 {
    border-left: 2px solid #000000;
    font-size: calc(25 / 7.5 * 1vw);
    padding: 0 0 0 calc(30 / 7.5 * 1vw);
  }
}
main.top .block03 .inner .title-right h3 span {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .inner .title-right h3 span {
    font-size: 1.51vw;
    margin-bottom: 1.16vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .inner .title-right h3 span {
    font-size: calc(20 / 7.5 * 1vw);
    margin-bottom: calc(16 / 7.5 * 1vw);
  }
}
main.top .block03 .flx-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 230px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box {
    padding-bottom: 8.37vw;
    margin-bottom: 5.81vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box {
    display: block;
    padding-bottom: calc(400 / 7.5 * 1vw);
    margin-bottom: calc(100 / 7.5 * 1vw);
  }
}
main.top .block03 .flx-box .cont-box {
  width: 500px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box {
    padding: 0 2.325vw;
    width: 33.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box {
    padding: calc(100 / 7.5 * 1vw) calc(45 / 7.5 * 1vw) 0;
    width: 100%;
  }
}
main.top .block03 .flx-box .cont-box figure {
  margin-bottom: 60px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box figure {
    margin-bottom: 3.48vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box figure {
    margin-bottom: calc(60 / 7.5 * 1vw);
  }
}
main.top .block03 .flx-box .cont-box h3 {
  border-bottom: 1px solid #707070;
  color: #BE2C0B;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box h3 {
    font-size: 2.1vw;
    line-height: 2.9vw;
    padding-bottom: .87vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box h3 {
    font-size: calc(38 / 7.5 * 1vw);
    line-height: calc(50 / 7.5 * 1vw);
    padding-bottom: calc(15 / 7.5 * 1vw);
  }
}
main.top .block03 .flx-box .cont-box .txt01 {
  font-size: 30px;
  font-weight: 700;
  padding: 16px 0;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box .txt01 {
    font-size: 1.74vw;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box .txt01 {
    font-size: calc(30 / 7.5 * 1vw);
    padding: calc(20 / 7.5 * 1vw) 0;
  }
}
main.top .block03 .flx-box .cont-box .txt02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box .txt02 {
    font-size: 1.16vw;
    line-height: 1.74vw;
    margin-bottom: 1.74vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box .txt02 {
    font-size: calc(20 / 7.5 * 1vw);
    line-height: calc(30 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.top .block03 .flx-box .cont-box.box02 {
  margin-top: 225px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box.box02 {
    margin-top: 13.08vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box.box02 {
    margin: 0;
  }
}
main.top .block03 .flx-box .cont-box.box03 {
  margin-top: 460px;
}
@media screen and (max-width: 1720px) {
  main.top .block03 .flx-box .cont-box.box03 {
    margin-top: 26.74vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block03 .flx-box .cont-box.box03 {
    margin: 0;
  }
}

/* block04 ---------------------------------------------------- */
main.top .block04 .inner {
  margin: 0 auto;
  padding-bottom: 100px;
  min-width: 1200px;
  max-width: 1720px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner {
    padding: 0 1.16vw 5.81vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner {
    width: 100%;
    min-width: 0;
    padding: 0 calc(50 / 7.5 * 1vw) calc(100 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.top .block04 .inner .title-wrap h2.title {
  color: transparent;
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
  margin-left: -8px;
}
@media screen and (max-width: 1520px) {
  main.top .block04 .inner .title-wrap h2.title {
    font-size: 5.263vw;
    margin-left: -.526vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .title-wrap h2.title {
    font-size: calc(56 / 7.5 * 1vw);
    margin-left: calc(46 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .title-wrap .sub-lead {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 60px;
}
@media screen and (max-width: 1520px) {
  main.top .block04 .inner .title-wrap .sub-lead {
    font-size: 1.71vw;
    margin: .65vw 0 3.94vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .title-wrap .sub-lead {
    font-size: calc(20 / 7.5 * 1vw);
    margin: calc(20 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .title-wrap .sub-lead::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 4px;
  margin: 24px auto 0;
  width: 50px;
}
@media screen and (max-width: 1520px) {
  main.top .block04 .inner .title-wrap .sub-lead::after {
    height: .263vw;
    margin: 1.57vw auto 0;
    width: 3.28vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box {
    flex-direction: column;
  }
}
main.top .block04 .inner .flx-box .cont-box {
  margin-bottom: 50px;
  position: relative;
  width: 850px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box {
    margin-bottom: 2.9vw;
    width: 47.5vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box {
    margin-bottom: 12.07vw;
    padding-bottom: 2.66vw;
    width: 100%;
  }
}
main.top .block04 .inner .flx-box .cont-box::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  margin: auto 0 0;
  bottom: 0;
  left: 30px;
  width: 790px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box::after {
    width: 44.9vw;
    left: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box::after {
    left: 2.89vw;
    height: calc(10 / 7.5 * 1vw);
    width: calc(604 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box {
  background: #fff;
  margin: -120px auto 20px;
  padding: 0 30px 60px;
  width: 790px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box .info-box {
    margin: -6.9vw auto 1.16vw;
    padding: 0 1.74vw 3.48vw;
    width: 44.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box {
    padding: 0 calc(25 / 7.5 * 1vw) calc(40 / 7.5 * 1vw);
    margin: calc(-90 / 7.5 * 1vw) auto 0;
    width: calc(604 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box {
  border-bottom: 1px solid #707070;
  height: 120px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box {
    height: 6.97vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box {
    height: calc(90 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box .sub-txt {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 50px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box .sub-txt {
    font-size: 1.16vw;
    line-height: 1.5;
    margin-left: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .c-link-box .sub-txt {
    font-size: calc(20 / 7.5 * 1vw);
    margin-left: calc(30 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box {
  display: flex;
  padding: 40px 0 0;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box {
    padding: 2.32vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box {
    display: block;
    padding: calc(40 / 7.5 * 1vw) 0 0;
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box figure {
  margin-right: 40px;
  width: 276px;
}
@media screen and (max-width: 1720px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box figure {
    margin-right: 2.32vw;
    width: 16.04vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box figure {
    width: 100%;
    margin: 0 0 calc(30 / 7.5 * 1vw);
  }
}
main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box p {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  /* line-height: 24px; --------------------*/
  line-height: 1.65;
}
@media screen and (max-width: 1520px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box p {
    font-size: 1.18vw;
    /* line-height: 1.57vw; --------------------*/
  }
}
@media screen and (max-width: 767px) {
  main.top .block04 .inner .flx-box .cont-box .info-box .txt-flx-box p {
    font-size: calc(26 / 7.5 * 1vw);
    /*line-height: calc(36 / 7.5 * 1vw); --------------------*/
  }
}

/* block05 ---------------------------------------------------- */
main.top .block05 {
  position: relative;
}
main.top .block05::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 466px;
  width: calc(50% - 16px);
}
@media screen and (max-width: 1720px) {
  main.top .block05::after {
    height: 27.06vw;
    width: calc(50% - .93vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block05::after {
    height: calc(260 / 7.5 * 1vw);
    width: calc(50% + calc(203 / 7.5 * 1vw));
  }
}
main.top .block05::before {
  background: #F8F8F8;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 970px;
  width: calc(50% + 130px);
}
@media screen and (max-width: 1720px) {
  main.top .block05::before {
    height: 56.39vw;
    width: calc(50% + 7.55vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block05::before {
    content: none;
  }
}
main.top .block05 .inner {
  position: relative;
  z-index: 10000;
  margin: 0 auto;
  max-width: 1720px;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner {
    padding: 0 calc(50 / 7.5 * 1vw);
    min-width: 0;
    width: 100%;
  }
}
main.top .block05 .inner .title-wrap {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 100px 110px 55px;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .title-wrap {
    padding: 5.81vw 6.39vw 3.19vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .title-wrap {
    padding: calc(70 / 7.5 * 1vw) 0 0 calc(30 / 7.5 * 1vw);
    display: block;
    margin-bottom: calc(100 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .title-wrap h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .title-wrap h2 {
    font-size: 4.65vw;
    margin-bottom: 1.74vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .title-wrap h2 {
    font-size: calc(56 / 7.5 * 1vw);
    margin-bottom: calc(15 / 7.5 * 1vw);
    text-align: left;
  }
}
main.top .block05 .inner .title-wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .title-wrap p {
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .title-wrap p {
    font-size: calc(20 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .title-wrap p::after {
  content: "";
  border: 2px solid #fff;
  background: #fff;
  display: block;
  font-size: 0;
  height: 0;
  margin: 20px 0 0;
  width: 50px;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .title-wrap p::after {
    margin: 1.16vw 0 0;
    width: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .title-wrap p::after {
    border: 1px solid #fff;
    margin: calc(20 / 7.5 * 1vw) 0 0;
    width: calc(50 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .title-wrap .c-link-box {
    background: #fff;
    margin: 0 0 0 auto;
    padding: calc(50 / 7.5 * 1vw) 0 calc(50 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
    width: calc(488 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 177px;
  width: 100%;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .flx-box {
    margin-bottom: 10.29vw;
    padding: 0 1.16vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box {
    padding-bottom: calc(50 / 7.5 * 1vw);
    margin-bottom: 0;
  }
}
main.top .block05 .inner .flx-box::after {
  content: "";
  font-size: 0;
  display: block;
  height: 0;
  width: 444px;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box::after {
    content: none;
  }
}
main.top .block05 .inner .flx-box .cont-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  width: 552px;
}
@media screen and (max-width: 1720px) {
  main.top .block05 .inner .flx-box .cont-box {
    margin-bottom: 3.48vw;
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box {
    margin-bottom: calc(90 / 7.5 * 1vw);
    width: 100%;
  }
}
main.top .block05 .inner .flx-box .cont-box figure {
  aspect-ratio: 698 / 417;
}
main.top .block05 .inner .flx-box .cont-box figure img{
    aspect-ratio: 698 / 417;
    object-fit: cover;
    width: 100%;
}

main.top .block05 .inner .flx-box .cont-box .date {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  padding: 30px 0;
}
@media screen and (max-width: 1520px) {
  main.top .block05 .inner .flx-box .cont-box .date {
    font-size: 1.184vw;
    padding: 1.97vw 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box .date {
    font-size: calc(18 / 7.5 * 1vw);
    padding: calc(30 / 7.5 * 1vw) 0;
  }
}
main.top .block05 .inner .flx-box .cont-box .date span {
  background: #BE2C0B;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  margin-left: 20px;
  width: 78px;
  text-align: center;
}
@media screen and (max-width: 1520px) {
  main.top .block05 .inner .flx-box .cont-box .date span {
    font-size: 1.05vw;
    line-height: 1.84vw;
    margin-left: 1.31vw;
    width: 5.13vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box .date span {
    font-size: calc(18 / 7.5 * 1vw);
    line-height: calc(28 / 7.5 * 1vw);
    margin-left: calc(20 / 7.5 * 1vw);
    width: calc(78 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box .cate {
  border-bottom: 1px solid #707070;
  color: #BE2C0B;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1520px) {
  main.top .block05 .inner .flx-box .cont-box .cate {
    font-size: 1.8vw;
    margin-bottom: .65vw;
    padding-bottom: .65vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box .cate {
    font-size: calc(30 / 7.5 * 1vw);
    margin-bottom: calc(10 / 7.5 * 1vw);
    padding-bottom: calc(10 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1520px) {
  main.top .block05 .inner .flx-box .cont-box h3 {
    font-size: 1.8vw;
    line-height: 2.63vw;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box h3 {
    font-size: calc(38 / 7.5 * 1vw);
    line-height: calc(50 / 7.5 * 1vw);
    height: auto;
    margin-bottom: calc(20 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box .txt {
  font-size: 18px;
  font-weight: 300;
  /*line-height: 24px; --------------------*/
  line-height: 1.65;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box .txt {
    font-size: calc(26 / 7.5 * 1vw);
    /*line-height: calc(36 / 7.5 * 1vw);--------------------*/
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box.detail {
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box.detail {
    flex-direction: column;
  }
}
main.top .block05 .inner .flx-box .cont-box.detail figure {
  margin-right: 67px;
  width: 698px;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box.detail figure {
    width: 100%;
  }
}
main.top .block05 .inner .flx-box .cont-box.detail figure img {
  width: 100%;
}
main.top .block05 .inner .flx-box .cont-box.detail .txt-box {
  flex: 1;
}
main.top .block05 .inner .flx-box .cont-box.detail .txt-box h3 {
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box.detail .txt-box h3 {
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box.detail .txt-box .txt-detail {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main.top .block05 .inner .flx-box .cont-box.detail .txt-box .txt-detail {
    font-size: calc(26 / 7.5 * 1vw);
    line-height: calc(36 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.top .block05 .inner .flx-box .cont-box .c-link-box {
  margin: auto 0 0;
}

/* block06 ---------------------------------------------------- */
main.top .block06 {
  background: #F8F8F8;
}
main.top .block06 .title-wrap {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  height: 620px;
  padding: 90px 0 0;
}
@media screen and (max-width: 1720px) {
  main.top .block06 .title-wrap {
    height: 36.04vw;
    padding: 5.23vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .block06 .title-wrap {
    height: calc(404 / 7.5 * 1vw);
    padding: calc(60 / 7.5 * 1vw) 0 0;
  }
}
main.top .block06 .title-wrap h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  main.top .block06 .title-wrap h2 {
    font-size: 4.65vw;
    margin-bottom: 1.74vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block06 .title-wrap h2 {
    font-size: calc(56 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.top .block06 .title-wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1720px) {
  main.top .block06 .title-wrap p {
    font-size: 1.16vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block06 .title-wrap p {
    font-size: calc(20 / 7.5 * 1vw);
  }
}
main.top .block06 .title-wrap p::after {
  content: "";
  border: 2px solid #fff;
  background: #fff;
  display: block;
  font-size: 0;
  height: 0;
  margin: 20px auto 0;
  width: 50px;
}
@media screen and (max-width: 1720px) {
  main.top .block06 .title-wrap p::after {
    margin: 1.16vw auto 0;
    width: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block06 .title-wrap p::after {
    border: 1px solid #fff;
    margin: calc(20 / 7.5 * 1vw) auto 0;
    width: calc(50 / 7.5 * 1vw);
  }
}
main.top .block06 .inner {
  background: #fff;
  margin: -328px auto 0;
  max-width: 1428px;
  min-width: 1160px;
  padding: 100px 115px 135px;
}
@media screen and (max-width: 1468px) {
  main.top .block06 .inner {
    margin: -18.34vw 20px 0;
    padding: 6.81vw 7.83vw 9.19vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner {
    margin: calc(-175 / 7.5 * 1vw) calc(50 / 7.5 * 1vw) 0;
    max-width: none;
    min-width: 0;
    padding: calc(30 / 7.5 * 1vw);
  }
}
main.top .block06 .inner h3 {
  align-items: center;
  border-bottom: 1px solid #707070;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner h3 {
    font-size: calc(26 / 7.5 * 1vw);
    margin: 0 0 calc(30 / 7.5 * 1vw);
    padding-bottom: calc(15 / 7.5 * 1vw);
  }
}
main.top .block06 .inner h3::before {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  margin-right: 20px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner h3::before {
    height: calc(16 / 7.5 * 1vw);
    width: calc(16 / 7.5 * 1vw);
    margin-right: calc(20 / 7.5 * 1vw);
  }
}
main.top .block06 .inner dl {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner dl {
    display: block;
    margin-bottom: calc(12 / 7.5 * 1vw);
  }
}
main.top .block06 .inner dl dt {
  font-size: 18px;
  font-weight: 700;
  /*line-height: 24px; ------------------------*/
  line-height: 1.65;
  width: 290px;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner dl dt {
    font-size: calc(26 / 7.5 * 1vw);
    /*line-height: calc(36 / 7.5 * 1vw); ------------------------*/
    margin-bottom: calc(20 / 7.5 * 1vw);
    width: 100%;
  }
  main.top .block06 .inner dl dt::before {
    content: "・";
  }
}
main.top .block06 .inner dl dd {
  flex: 1;
  /*line-height: 24px; ------------------------*/
  line-height: 1.65;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner dl dd {
    /*line-height: calc(36 / 7.5 * 1vw); ------------------------*/
    font-size: calc(26 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.top .block06 .inner dl dd .s-title {
  font-weight: 700;
  margin-bottom: 1em;
}
main.top .block06 .inner dl dd .s-title.mt2e {
  margin-top: 2em;
}
main.top .block06 .inner dl dd figure {
  width: 100%;
  text-align: center;
}
main.top .block06 .inner dl dd .red {
  background: #BE2C0B;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 5px 0;
  padding: 0 .3em;
}
@media screen and (max-width: 767px) {
  main.top .block06 .inner dl dd .red {
    font-size: calc(26 / 7.5 * 1vw);
    margin: 0 calc(16 / 7.5 * 1vw) calc(10 / 7.5 * 1vw) 0;
  }
}

/* block07 ---------------------------------------------------- */
main.top .block07 {
  background: #F8F8F8;
  min-width: 1200px;
}
@media screen and (max-width: 1468px) {
  main.top .block07 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.top .block07 {
    min-width: 0;
    padding: 0 calc(50 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
  }
}
main.top .block07 .inner {
  background: #fff;
  margin: 0 auto -100px;
  width: 1428px;
  position: relative;
  z-index: 200;
  padding-bottom: 100px;
}
@media screen and (max-width: 1468px) {
  main.top .block07 .inner {
    margin: 0 auto -7vw;
    max-width: 1428px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner {
    padding: calc(30 / 7.5 * 1vw);
    width: auto;
  }
}
main.top .block07 .inner h2 {
  text-align: center;
}
@media screen and (max-width: 1468px) {
  main.top .block07 .inner h2 img {
    width: 74.65vw;
  }
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner h2 img {
    margin-bottom: calc(50 / 7.5 * 1vw);
    width: calc(360 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap {
  background: #fff;
  border: 10px solid #BE2C0B;
  border-radius: 30px;
  padding: 40px 90px 90px;
  max-width: 1200px;
  margin: -190px auto 0;
  position: relative;
  z-index: 150;
}
@media screen and (max-width: 1468px) {
  main.top .block07 .inner .cont-wrap {
    margin: -12.94vw auto 0;
    padding: 2.72vw 6.13vw 6.13vw;
  }
}
@media screen and (max-width: 1300px) {
  main.top .block07 .inner .cont-wrap {
    margin: -12.94vw 20px 0;
  }
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap {
    border: calc(6 / 7.5 * 1vw) solid #BE2C0B;
    border-radius: calc(18 / 7.5 * 1vw);
    padding: 0 calc(30 / 7.5 * 1vw) calc(35 / 7.5 * 1vw);
    margin: 0 auto;
    width: auto;
  }
}
main.top .block07 .inner .cont-wrap h3 {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap h3 {
    font-size: calc(26 / 7.5 * 1vw);
    margin: calc(50 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw);
    padding-bottom: 0;
  }
}
main.top .block07 .inner .cont-wrap h3::before {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  margin-right: 20px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap h3::before {
    height: calc(16 / 7.5 * 1vw);
    width: calc(16 / 7.5 * 1vw);
    margin-right: calc(20 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap dl.last {
  border-bottom: 1px solid #707070;
}
main.top .block07 .inner .cont-wrap dl dt {
  align-items: center;
  background: url("/wp/wp-content/themes/royal_hd/images/common/sp-btn-plus.png") right 20px center/15px auto no-repeat;
  display: flex;
  border-top: 1px solid #707070;
  font-size: 18px;
  font-weight: 700;
  height: 90px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dt {
    align-items: flex-start;
    background: url("/wp/wp-content/themes/royal_hd/images/common/sp-btn-plus.png") right calc(20 / 7.5 * 1vw) center/calc(16 / 7.5 * 1vw) auto no-repeat;
    font-size: calc(26 / 7.5 * 1vw);
    min-height: calc(86 / 7.5 * 1vw);
    line-height: 1.5;
    padding-top: calc(28 / 7.5 * 1vw);
    padding-bottom: calc(20 / 7.5 * 1vw);
    padding-right: calc(50 / 7.5 * 1vw);
    height: auto;
  }
}
main.top .block07 .inner .cont-wrap dl dt::before {
  content: "Q";
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding-left: 15px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dt::before {
    font-size: calc(32 / 7.5 * 1vw);
    padding-left: 0;
    margin-top: calc(-5 / 7.5 * 1vw);
    width: calc(45 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap dl dt.open {
  background: url("/wp/wp-content/themes/royal_hd/images/common/sp-btn-mins.png") right 20px center/15px auto no-repeat;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dt.open {
    background: url("/wp/wp-content/themes/royal_hd/images/common/sp-btn-mins.png") right calc(20 / 7.5 * 1vw) center/calc(16 / 7.5 * 1vw) auto no-repeat;
  }
}
main.top .block07 .inner .cont-wrap dl dd {
  display: none;
}
main.top .block07 .inner .cont-wrap dl dd .inset {
  display: flex;
  border-top: 1px solid #707070;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dd .inset {
    font-size: calc(26 / 7.5 * 1vw);
    min-height: calc(86 / 7.5 * 1vw);
    line-height: 1.5;
    padding-top: calc(16 / 7.5 * 1vw);
    padding-bottom: calc(20 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap dl dd .inset::before {
  color: #BE2C0B;
  content: "A";
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding-left: 15px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dd .inset::before {
    font-size: calc(32 / 7.5 * 1vw);
    padding-left: 0;
    margin-top: calc(-5 / 7.5 * 1vw);
    width: calc(45 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap dl dd .inset p {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  /*line-height: 24px; ---------------------*/
  line-height: 1.65;
  padding-top: 6px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dd .inset p {
    font-size: calc(26 / 7.5 * 1vw);
    padding: 0;
  }
}
main.top .block07 .inner .cont-wrap dl dd .inset p .split {
  display: block;
  margin-bottom: 36px;
}
main.top .block07 .inner .cont-wrap dl dd .inset p a {
  color: #0089FF;
  text-decoration: underline;
}
main.top .block07 .inner .cont-wrap dl dd .inset figure {
  text-align: center;
  padding: 30px 0 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap dl dd .inset figure {
    padding: calc(30 / 7.5 * 1vw) 0;
  }
}
main.top .block07 .inner .cont-wrap .hide {
  display: none;
}
main.top .block07 .inner .cont-wrap .c-link-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0 0;
}
main.top .block07 .inner .cont-wrap .c-link-box a::after {
  content: "VIEW  MORE";
}
main.top .block07 .inner .cont-wrap .c-link-box a.open::after {
  content: "CLOSE";
}
main.top .block07 .inner .cont-wrap .faq-anc {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap .faq-anc {
    flex-direction: column;
    padding: calc(50 / 7.5 * 1vw) 0 0 calc(20 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap .faq-anc li {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
}
main.top .block07 .inner .cont-wrap .faq-anc li:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap .faq-anc li {
    align-items: center;
    display: flex;
    font-size: calc(30 / 7.5 * 1vw);
    padding: calc(27 / 7.5 * 1vw) 0;
    margin-bottom: calc(30 / 7.5 * 1vw);
    height: calc(60 / 7.5 * 1vw);
  }
  main.top .block07 .inner .cont-wrap .faq-anc li::before {
    content: "";
    background: url("/wp/wp-content/themes/royal_hd/images/top/faq_btn.png") center center/contain no-repeat;
    display: block;
    height: calc(60 / 7.5 * 1vw);
    width: calc(60 / 7.5 * 1vw);
    margin-right: calc(30 / 7.5 * 1vw);
  }
}
main.top .block07 .inner .cont-wrap .faq-anc .acc-open {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  main.top .block07 .inner .cont-wrap .faq-anc .acc-open {
    border-left: none;
  }
}

/* aside ---------------------------------------------------- */
aside {
  position: relative;
  z-index: 100;
  background: url("/wp/wp-content/themes/royal_hd/images/top/aside_bg.png") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  aside {
    background: url("/wp/wp-content/themes/royal_hd/images/top/aside_bg_sp.png") center center/cover no-repeat;
  }
}
aside .inner {
  margin: 0 auto;
  padding: 230px 0 100px;
  max-width: 1720px;
}
@media screen and (max-width: 767px) {
  aside .inner {
    padding: calc(275 / 7.5 * 1vw) calc(50 / 7.5 * 1vw) calc(20 / 7.5 * 1vw);
    width: 100%;
  }
}
aside .inner h2 {
  align-items: center;
  display: flex;
  color: #fff;
  justify-content: space-between;
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto 55px;
  width: 1054px;
}
@media screen and (max-width: 767px) {
  aside .inner h2 {
    font-size: calc(30 / 7.5 * 1vw);
    margin: 0 auto calc(55 / 7.5 * 1vw);
    width: 100%;
  }
}
aside .inner h2::before, aside .inner h2::after {
  content: "";
  border: 1px solid #fff;
  display: block;
  font-size: 0;
  height: 0;
  width: 120px;
}
@media screen and (max-width: 767px) {
  aside .inner h2::before, aside .inner h2::after {
    width: calc(80 / 7.5 * 1vw);
  }
}
aside .inner .flx-box {
  display: flex;
  justify-content: center;
  max-width: 1720px;
}
@media screen and (max-width: 767px) {
  aside .inner .flx-box {
    display: block;
  }
}
aside .inner .flx-box a {
  display: block;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
  max-width: 386px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  aside .inner .flx-box a {
    width: 100%;
    margin: 0 0 calc(30 / 7.5 * 1vw);
    box-shadow: calc(10 / 7.5 * 1vw) calc(10 / 7.5 * 1vw) calc(30 / 7.5 * 1vw) rgba(0, 0, 0, 0.5);
  }
  aside .inner .flx-box a img {
    width: auto;
  }
}

/* business
-----------------------------------------------------------------------------------*/
main.sub.business {
  padding-bottom: 40px;
}
@media screen and (max-width: 1720px) {
  main.sub.business {
    padding-bottom: 23.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business {
    padding-bottom: calc(60 / 7.5 * 1vw);
  }
}
main.sub.business figure img {
  width: 100%;
}

main.sub.business .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1428px;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main.sub.business .inner {
    min-width: 0;
    width: 100%;
  }
}

main.sub.business .title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
@media screen and (max-width: 1720px) {
  main.sub.business .title-wrap {
    margin-bottom: 5.232vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .title-wrap {
    padding-top: calc(100 / 7.5 * 1vw);
    margin-bottom: calc(50 / 7.5 * 1vw);
  }
}
main.sub.business .title-wrap h2.title {
  color: transparent;
  display: inline-block;
  font-size: 117px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
  margin-left: -8px;
}
@media screen and (max-width: 1520px) {
  main.sub.business .title-wrap h2.title {
    padding: 0 20px;
    font-size: 7.69vw;
    margin-left: -.52vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .title-wrap h2.title {
    font-size: calc(56 / 7.5 * 1vw);
    margin-left: calc(46 / 7.5 * 1vw);
    padding: 0;
  }
}
main.sub.business .title-wrap .sub-lead {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 60px;
}
@media screen and (max-width: 1520px) {
  main.sub.business .title-wrap .sub-lead {
    padding: 0 20px;
    font-size: 1.71vw;
    margin: .65vw 0 3.94vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .title-wrap .sub-lead {
    padding: 0;
    font-size: calc(20 / 7.5 * 1vw);
    margin: calc(20 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
  }
}
main.sub.business .title-wrap .sub-lead::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 4px;
  margin-top: 24px;
  width: 50px;
}
@media screen and (max-width: 1520px) {
  main.sub.business .title-wrap .sub-lead::after {
    height: .263vw;
    margin-top: 1.57vw;
    width: 3.28vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}

@media screen and (max-width: 1520px) {
  main.sub.business .cont-wrap .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner {
    padding: 0 calc(50 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner h2.type01 {
  border-bottom: 1px solid #707070;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner h2.type01 {
    font-size: calc(38 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
    padding-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .sub-lead {
  font-size: 18px;
  font-weight: 300;
  /* line-height: 24px; ----------------------*/
  line-height: 1.65;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .sub-lead {
    font-size: calc(26 / 7.5 * 1vw);
    margin-bottom: calc(90 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box {
    margin-bottom: 4.266vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box {
    display: block;
    margin-bottom: calc(100 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box figure {
  height: 528px;
  width: 698px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box figure {
    height: 35.2vw;
    width: 46.53vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box figure {
    height: auto;
    margin-bottom: calc(40 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box figure img {
  object-fit: cover;
  object-position: center center;
  height: 528px;
  width: 698px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box figure img {
    height: 35.2vw;
    width: 46.53vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box figure img {
    height: auto;
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 650px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box {
    width: 45.33vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box {
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box h3 {
  align-items: center;
  display: flex;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box h3 {
    font-size: 2.4vw;
    margin-bottom: 1.65vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box h3 {
    font-size: calc(36 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box h3 img {
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box h3 img {
    margin-right: 3.33vw;
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box h3 img {
    margin-right: calc(50 / 7.5 * 1vw);
    width: calc(180 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .sub-lead02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .sub-lead02 {
    font-size: 1.6vw;
    line-height: 1.6vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .sub-lead02 {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(36 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .txt {
  font-size: 18px;
  font-weight: 300;
  /*line-height: 24px;---------------*/
  line-height: 1.65;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .txt {
    font-size: 1.2vw;
    /*line-height: 1.6vw;-----------------*/
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .txt {
    font-size: calc(26 / 7.5 * 1vw);
    /*line-height: calc(36 / 7.5 * 1vw);---------------*/
    margin-bottom: calc(60 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box {
  margin: auto 0 0;
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 {
  margin: 30px 0 0;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 {
    margin: 2vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 {
    margin: calc(30 / 7.5 * 1vw) 0 0;
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 a {
  font-size: 25px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 a {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .c-link-box.fs26 a {
    font-size: calc(26 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box .txt-box .txt-mul-row p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .txt-mul-row p {
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box .txt-box .txt-mul-row p {
    font-size: calc(26 / 7.5 * 1vw);
    line-height: calc(36 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .type02 {
  align-items: center;
  border-bottom: 1px solid #707070;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin: 100px 0 50px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .type02 {
    margin: 6.66vw 0 3.33vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .type02 {
    font-size: calc(26 / 7.5 * 1vw);
    margin: calc(20 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw);
    padding-bottom: calc(20 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .type02::before {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  margin-right: 20px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .type02::before {
    height: calc(16 / 7.5 * 1vw);
    width: calc(16 / 7.5 * 1vw);
    margin-right: calc(20 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small {
    margin-bottom: 4.26vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small {
    display: block;
    margin-bottom: calc(100 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small figure {
  height: 366px;
  width: 406px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small figure {
    height: 24.4vw;
    width: 27.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small figure {
    height: auto;
    margin-bottom: calc(40 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small figure img {
  object-fit: cover;
  object-position: center center;
  height: 366px;
  width: 406px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small figure img {
    height: 24.4vw;
    width: 27.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small figure img {
    height: auto;
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 942px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box {
    width: 62.8vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box {
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 {
    font-size: 2.13vw;
    margin-bottom: 1.33vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 {
    font-size: calc(36 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 img {
  margin-right: 50px;
  width: 160px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 img {
    margin-right: 3.33vw;
    width: 10.66vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box h3 img {
    margin-right: calc(50 / 7.5 * 1vw);
    width: calc(180 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  /*line-height: 24px;----------------*/
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box .txt {
    font-size: 1.5vw;
    /*line-height: 1.6vw;----------------*/
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .flx-box-img-small .txt-box .txt {
    font-size: calc(26 / 7.5 * 1vw);
    /*line-height: calc(36 / 7.5 * 1vw); --------------*/
    margin-bottom: calc(60 / 7.5 * 1vw);
  }
}
main.sub.business .cont-wrap .inner .flx-box-img-small .c-link-box {
  margin: auto 0 0;
}
main.sub.business .cont-wrap .inner .label {
  color: #fff;
  background: #707070;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  main.sub.business .cont-wrap .inner .label {
    line-height: 3.33vw;
    font-size: 1.33vw;
    padding: 0 1.66vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.business .cont-wrap .inner .label {
    line-height: calc(50 / 7.5 * 1vw);
    font-size: calc(20 / 7.5 * 1vw);
    font-weight: 700;
    padding: 0 calc(25 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}

/* news
---------------------------------------------------------------------------- */
main.sub.news {
  padding-bottom: 40px;
}
@media screen and (max-width: 1720px) {
  main.sub.news {
    padding-bottom: 2.325vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news {
    padding-bottom: calc(60 / 7.5 * 1vw);
  }
}
main.sub.news figure img {
  width: 100%;
}

main.sub.news .inner {
  margin: 0 auto;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  main.sub.news .inner {
    min-width: 0;
    width: 100%;
  }
}

main.sub.news .title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
@media screen and (max-width: 1720px) {
  main.sub.news .title-wrap {
    margin-bottom: 5.232vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .title-wrap {
    padding-top: calc(100 / 7.5 * 1vw);
    margin-bottom: calc(50 / 7.5 * 1vw);
  }
}
main.sub.news .title-wrap .title {
  color: transparent;
  display: inline-block;
  font-size: 117px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  background-image: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  -webkit-background-clip: text;
  margin-left: -8px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .title-wrap .title {
    padding: 0 20px;
    font-size: 7.69vw;
    margin-left: -.52vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .title-wrap .title {
    font-size: calc(56 / 7.5 * 1vw);
    margin-left: calc(46 / 7.5 * 1vw);
  }
}
main.sub.news .title-wrap .sub-lead {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 60px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .title-wrap .sub-lead {
    padding: 0 20px;
    font-size: 1.71vw;
    margin: .65vw 0 3.94vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .title-wrap .sub-lead {
    font-size: calc(20 / 7.5 * 1vw);
    margin: calc(20 / 7.5 * 1vw) 0 calc(30 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
  }
}
main.sub.news .title-wrap .sub-lead::after {
  background: linear-gradient(to right, #E6350D 0%, #731B07 100%);
  content: "";
  display: block;
  height: 4px;
  margin-top: 24px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  main.sub.news .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .title-wrap .sub-lead::after {
    height: 2px;
    margin-top: calc(20 / 7.5 * 1vw);
    width: calc(50 / 7.5 * 1vw);
  }
}

main.sub.news .cont-wrap .inner {
  margin: 0 auto;
  max-width: 1428px;
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner {
    min-width: 0;
    padding: 0 calc(50 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.news .cont-wrap .inner .flx-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box {
    padding-bottom: 5.92vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box {
    padding-bottom: calc(90 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box::after {
  content: "";
  font-size: 0;
  display: block;
  height: 0;
  width: 444px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box::after {
    width: 31vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box::after {
    content: none;
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.94vw;
  width: 444px;
}
main.sub.news .cont-wrap .inner .flx-box .cont-box figure {
  aspect-ratio: 698 / 417;
}

main.sub.news .cont-wrap .inner .flx-box .cont-box figure img{
    aspect-ratio: 698 / 417;
    object-fit: cover;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box {
    margin-bottom: 60px;
    width: 31vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box {
    margin-bottom: calc(90 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box .date {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding: 30px 0;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .date {
    font-size: 1.18vw;
    line-height: 1.84vw;
    padding: 1.97vw 0;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .date {
    font-size: calc(18 / 7.5 * 1vw);
    padding: calc(30 / 7.5 * 1vw) 0;
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box .date span {
  background: #BE2C0B;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  margin-left: 20px;
  width: 78px;
  text-align: center;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .date span {
    font-size: 1.05vw;
    line-height: 1.84vw;
    margin-left: 1.31vw;
    width: 5.13vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .date span {
    font-size: calc(18 / 7.5 * 1vw);
    line-height: calc(28 / 7.5 * 1vw);
    margin-left: calc(20 / 7.5 * 1vw);
    width: calc(78 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box .cate {
  border-bottom: 1px solid #707070;
  color: #BE2C0B;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .cate {
    font-size: 1.97vw;
    margin-bottom: .65vw;
    padding-bottom: .65vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .cate {
    font-size: calc(30 / 7.5 * 1vw);
    margin-bottom: calc(10 / 7.5 * 1vw);
    padding-bottom: calc(10 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  min-height: 3em;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box h3 {
    font-size: 2.1vw;
    line-height: 2.63vw;
    min-height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box h3 {
    font-size: calc(38 / 7.5 * 1vw);
    line-height: calc(50 / 7.5 * 1vw);
    height: auto;
    min-height: 0;
    margin-bottom: calc(20 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box .txt {
  font-size: 18px;
  font-weight: 300;
  /* line-height: 24px; -----------------*/
  line-height: 1.65;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .txt {
    font-size: 1.18vw;
    /* line-height: 1.57vw; -----------------*/
    margin-bottom: 1.97vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box .txt {
    font-size: calc(26 / 7.5 * 1vw);
    /* line-height: calc(36 / 7.5 * 1vw);  -----------------*/
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail {
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail {
    flex-direction: column;
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail figure {
  margin-right: 67px;
  width: 698px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail figure {
    margin-right: 4.4vw;
    width: 45.92vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail figure {
    margin-right: 0;
    width: 100%;
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail figure img {
  width: 100%;
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box {
  flex: 1;
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box h3 {
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box h3 {
    margin-bottom: 1.97vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box h3 {
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box .txt-detail {
  font-size: 18px;
  font-weight: 300;
  /* line-height: 24px; -----------------*/
  line-height: 1.65;
  margin-bottom: 30px;
}
@media screen and (max-width: 1520px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box .txt-detail {
    font-size: 1.18vw;
    /* line-height: 1.57vw; -----------------*/
    margin-bottom: 1.97vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.news .cont-wrap .inner .flx-box .cont-box.detail .txt-box .txt-detail {
    font-size: calc(26 / 7.5 * 1vw);
    /* line-height: calc(36 / 7.5 * 1vw); -----------------*/
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.sub.news .cont-wrap .inner .flx-box .cont-box .c-link-box {
  margin: auto 0 0;
}


/* 20220922 ------------------------------------------------------------ */
main.sub.news .cont-wrap .inner.post-cont{
    max-width: 1200px;
    min-width: 0;
}
main.sub.news .cont-wrap .inner.post-cont .title-box{

}
main.sub.news .cont-wrap .inner.post-cont .title-box .date{
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    padding: 30px 0;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .title-box .date{
            font-size: calc(18 / 7.5 * 1vw);
            padding: calc(30 / 7.5 * 1vw) 0;
        }
    }
main.sub.news .cont-wrap .inner.post-cont .title-box .date span {
  background: #BE2C0B;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  margin-left: 20px;
  width: 78px;
  text-align: center;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .title-box .date span {
            font-size: calc(18 / 7.5 * 1vw);
            line-height: calc(28 / 7.5 * 1vw);
            margin-left: calc(20 / 7.5 * 1vw);
            width: calc(78 / 7.5 * 1vw);
        }
    }
main.sub.news .cont-wrap .inner.post-cont .title-box .cate {
  border-bottom: 1px solid #707070;
  color: #BE2C0B;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .title-box .cate {
            font-size: calc(30 / 7.5 * 1vw);
            margin-bottom: calc(10 / 7.5 * 1vw);
            padding-bottom: calc(10 / 7.5 * 1vw);
        }
    }
main.sub.news .cont-wrap .inner.post-cont .title-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  min-height: 3em;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .title-box h3 {
            font-size: calc(38 / 7.5 * 1vw);
            line-height: calc(50 / 7.5 * 1vw);
            margin-bottom: calc(30 / 7.5 * 1vw);
            height: auto;
        }
    }
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .flx-box,
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .icatch_more{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .flx-box,
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .icatch_more{
            padding-bottom: 0;
        }
    }
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .flx-box::after{
    content: none;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail figure{
    aspect-ratio: 698 / 417;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail figure img{
    aspect-ratio: 698 / 417;
    object-fit: cover;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count1{
    justify-content: center;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count1 figure{
    max-width: 698px;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count1 figure{
            width: 100%;
            margin-bottom: calc(15 / 7.5 * 1vw);
        }
    }

main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count2{
    justify-content: space-between;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count2 figure{
    width: 49%;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count2 figure{
            width: 100%;
            margin-bottom: calc(15 / 7.5 * 1vw);
        }
    }

main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count3{
    justify-content: space-between;
}
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count3 figure{
    width: 32.5%;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .img_count3 figure{
            width: 100%;
            margin-bottom: calc(15 / 7.5 * 1vw);
        }
    }
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .txt-main-detail{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
    margin: 40px 0 30px;
    width: 100%;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .txt-main-detail{
            font-size: calc(26 / 7.5 * 1vw);
            margin: calc(40 / 7.5 * 1vw) 0;
        }
    }
main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .sub-txt{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
    margin: 40px 0 50px;
    width: 100%;
}
    @media screen and (max-width: 767px) {
        main.sub.news .cont-wrap .inner.post-cont .cont-box.detail .sub-txt{
            font-size: calc(26 / 7.5 * 1vw);
            margin: calc(40 / 7.5 * 1vw) 0 calc(50 / 7.5 * 1vw);
        }
    }

/* episode
-----------------------------------------------------------------------------------*/
main.sub.episode .inner {
  margin: 0 auto;
  max-width: 1720px;
  min-width: 1200px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner {
    min-width: 0;
    max-width: none;
    padding: 0;
    width: 100%;
  }
}
main.sub.episode .inner .flx-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box {
    display: block;
  }
}
main.sub.episode .inner .flx-box figure {
  width: 688px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box figure {
    width: 39.54vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box figure {
    padding: 0 calc(50 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.episode .inner .flx-box .title-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 680px;
  margin-bottom: 330px;
  width: 990px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box {
    height: 39.08vw;
    margin-bottom: 18.96vw;
    width: 54.89vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box {
    display: block;
    height: auto;
    padding: 0 calc(50 / 7.5 * 1vw) calc(80 / 7.5 * 1vw);
    margin-bottom: calc(310 / 7.5 * 1vw);
    width: 100%;
  }
}
main.sub.episode .inner .flx-box .title-box h2 {
  color: #E6350D;
  font-size: 100px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box h2 {
    font-size: 5.74vw;
    margin-bottom: 1.72vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box h2 {
    font-size: calc(130 / 7.5 * 1vw);
    margin-bottom: calc(30 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box h2 span {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box h2 span {
    font-size: 2.29vw;
    margin-bottom: .91vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box h2 span {
    font-size: calc(50 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box .sub-lead {
  font-weight: bold;
  font-size: 50px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .sub-lead {
    font-size: 2.87vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .sub-lead {
    font-size: calc(38 / 7.5 * 1vw);
    margin-bottom: calc(40 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box .sub-lead span {
  display: block;
  font-size: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .sub-lead span {
    font-size: 1.49vw;
    margin-top: 1.14vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .sub-lead span {
    margin-top: calc(20 / 7.5 * 1vw);
    font-size: calc(20 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box .detai-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto 0 0;
  padding-bottom: 180px;
  width: 570px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .detai-box {
    padding-bottom: 10.34vw;
    width: 32.75vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .detai-box {
    display: block;
    padding-bottom: 0;
    width: calc(300 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box .detai-box .name h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .name h3 {
    font-size: 1.72vw;
    margin-bottom: 1.14vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .name h3 {
    font-size: calc(30 / 7.5 * 1vw);
    margin-bottom: calc(20 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .flx-box .title-box .detai-box .name p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .name p {
    font-size: 1.14vw;
    line-height: 1.72vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .name p {
    font-size: calc(20 / 7.5 * 1vw);
    line-height: calc(33 / 7.5 * 1vw);
  }
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .logo img {
    width: 14.82vw;
  }
}
@media screen and (max-width: 1740px) and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .logo img {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  main.sub.episode .inner .flx-box .title-box .detai-box .logo {
    padding: 0 calc(10 / 7.5 * 1vw);
    margin-top: calc(20 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .txt-box {
  margin: 0 auto;
  padding: 290px 0 1px 730px;
  max-width: 1720px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .txt-box {
    padding: 16.66vw 0 1px 41.95vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .txt-box {
    padding: calc(210 / 7.5 * 1vw) calc(50 / 7.5 * 1vw);
    max-width: none;
    width: 100%;
    height: calc(2200 / 7.5 * 1vw);
  }
}
main.sub.episode .inner .txt-box p {
  color: #8B4334;
  font-size: 30px;
  font-weight: 900;
  line-height: 70px;
  margin-bottom: 70px;
  font-family: 'M PLUS 1p', sans-serif;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .inner .txt-box p {
    font-size: 1.72vw;
    line-height: 4.022vw;
    margin-bottom: 4.022vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .inner .txt-box p {
    font-size: calc(30 / 7.5 * 1vw);
    line-height: calc(65 / 7.5 * 1vw);
    margin-bottom: calc(100 / 7.5 * 1vw);
  }
}

main.sub.episode .cont-wrap.ep01 {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg03.png") center bottom no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg02.png") center bottom 743px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg01.png") center top 516px no-repeat;
  height: 2820px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .cont-wrap.ep01 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg03.png") center bottom/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg02.png") center bottom 42.7vw/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg01.png") center top 29.65vw/100% auto no-repeat;
    height: 162.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .cont-wrap.ep01 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_bg_sp.png") center bottom/100% auto no-repeat;
    height: calc(4020 / 7.5 * 1vw);
  }
}

main.sub.episode .cont-wrap.ep02 {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg03.png") center bottom no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg02.png") center bottom 750px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg01.png") center top 516px no-repeat;
  height: 2820px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .cont-wrap.ep02 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg03.png") center bottom/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg02.png") center bottom 43.1vw/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg01.png") center top 29.65vw/100% auto no-repeat;
    height: 162.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .cont-wrap.ep02 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_bg_sp.png") center bottom/100% auto no-repeat;
    height: calc(4020 / 7.5 * 1vw);
  }
}

main.sub.episode .cont-wrap.ep03 {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg03.png") center bottom no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg02.png") center bottom 750px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg01.png") center top 516px no-repeat;
  height: 2820px;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .cont-wrap.ep03 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg03.png") center bottom/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg02.png") center bottom 43.1vw/100% auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg01.png") center top 29.65vw/100% auto no-repeat;
    height: 162.06vw;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .cont-wrap.ep03 {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_bg_sp.png") center bottom/100% auto no-repeat;
    height: calc(4020 / 7.5 * 1vw);
  }
}

main.sub.episode .ep01 .title-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_img01.png") right 40px bottom no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep01 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_img01.png") right 2.29vw bottom/20.22vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep01 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_img01.png") right calc(50 / 7.5 * 1vw) bottom/45% auto no-repeat;
  }
}

main.sub.episode .ep02 .title-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_img01.png") right 40px bottom no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep02 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_img01.png") right 2.29vw bottom/20.4vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep02 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_img01.png") right calc(50 / 7.5 * 1vw) bottom/45% auto no-repeat;
  }
}

main.sub.episode .ep03 .title-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_img01.png") right 40px bottom no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep03 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_img01.png") right 2.29vw bottom/22.81vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep03 .title-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_img01.png") right calc(50 / 7.5 * 1vw) bottom/45% auto no-repeat;
  }
}

main.sub.episode .ep01 .txt-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill01.png") right 176px top 40px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill02.png") left top 210px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill03.png") left 113px bottom 80px no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep01 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill01.png") right 10.11vw top 2.29vw/7.7vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill02.png") left top 12.06vw/24.1vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill03.png") left 6.49vw bottom 4.59vw/10.57vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep01 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill01.png") right calc(50 / 7.5 * 1vw) top/calc(134 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill02.png") right calc(50 / 7.5 * 1vw) bottom/calc(421 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep01_ill03.png") left calc(50 / 7.5 * 1vw) bottom calc(184 / 7.5 * 1vw)/calc(160 / 7.5 * 1vw) auto no-repeat;
  }
}

main.sub.episode .ep02 .txt-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill01.png") right 176px top 40px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill02.png") left 88px top 170px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill03.png") left 113px bottom 11px no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep02 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill01.png") right 10.11vw top 2.29vw/8.04vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill02.png") left 5.05vw top 9.77vw/18.44vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill03.png") left 6.49vw bottom 0.63vw/10.57vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep02 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill01.png") right calc(50 / 7.5 * 1vw) top/calc(140 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill02.png") right calc(50 / 7.5 * 1vw) bottom/calc(321 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep02_ill03.png") left calc(50 / 7.5 * 1vw) bottom calc(184 / 7.5 * 1vw)/calc(233 / 7.5 * 1vw) auto no-repeat;
  }
}

main.sub.episode .ep03 .txt-box {
  background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill01.png") right 176px top 40px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill02.png") left 111px top 210px no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill03.png") left 64px bottom 10px no-repeat;
}
@media screen and (max-width: 1740px) {
  main.sub.episode .ep03 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill01.png") right 10.11vw top 2.29vw/8.73vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill02.png") left 6.37vw top 12vw/18.39vw auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill03.png") left 3.67vw bottom 0.57vw/10.57vw auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  main.sub.episode .ep03 .txt-box {
    background: url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill01.png") right calc(50 / 7.5 * 1vw) top/calc(152 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill02.png") right calc(50 / 7.5 * 1vw) bottom/calc(320 / 7.5 * 1vw) auto no-repeat, url("/wp/wp-content/themes/royal_hd/images/episode/ep03_ill03.png") left calc(50 / 7.5 * 1vw) bottom calc(184 / 7.5 * 1vw)/calc(210 / 7.5 * 1vw) auto no-repeat;
  }
}

/* css parts
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .modaal-video-wrap{
        margin: auto 0;
        
    }
    .modaal-inner-wrapper{
        padding: 80px calc(25 / 7.5 * 1vw);
    }
}
.modaal-container{
    background: none;
}
