@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 830px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*
 * トップ部分
 */
.main-top {
  width: 100%;
  transform: skewY(-8deg);
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
.main-top-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 830px) {
  .main-top-inner {
    margin-top: 12%;
  }
}
@media (max-width: 520px) {
  .main-top-inner {
    justify-content: flex-start;
    margin-right: 0;
  }
}

.main-top-inner-column-1 {
  width: 38%;
  transform: skewY(8deg);
  max-width: 511px;
  margin-right: -4%;
  position: relative;
}
.main-top-inner-column-1 img {
  width: 100%;
}
@media (max-width: 520px) {
  .main-top-inner-column-1 {
    width: 100%;
    margin-top: 10%;
    margin-right: 0;
  }
  .main-top-inner-column-1 img {
    width: 130%;
    margin-left: -15%;
  }
}

.main-top-inner-column-2 {
  width: 30%;
  position: relative;
  transform: skewY(8deg);
  margin-top: 0px;
  z-index: 2;
  text-align: end;
  padding-bottom: 4%;
  margin-right: 5%;
  max-width: 800px;
}
@media (max-width: 520px) {
  .main-top-inner-column-2 {
    position: absolute;
    width: 34%;
    left: 8%;
    margin-top: 17px;
  }
}
.main-top-inner-column-2 img {
  width: 100%;
}

.top-catch {
  width: 100%;
  margin-left: -12%;
  margin-bottom: 10px;
}
@media (max-width: 520px) {
  .top-catch {
    position: absolute;
    width: 240%;
    right: -162%;
    bottom: -39%;
  }
}

.top-name {
  width: 130%;
}
@media (max-width: 520px) {
  .top-name {
    width: 100%;
    margin-top: -40%;
  }
}

.top-back {
  height: 270px;
  background-color: #004097;
  display: flex;
  position: relative;
  margin-top: -180px;
  z-index: 3;
}
@media (max-width: 830px) {
  .top-back {
    margin-top: -170px;
  }
}
@media (max-width: 520px) {
  .top-back {
    height: 120px;
    margin-top: -48px;
  }
}
.top-back img {
  width: 100%;
}
.top-back-left {
  width: 70%;
  margin-left: -20%;
  margin-top: -9%;
}
@media (max-width: 830px) {
  .top-back-left {
    margin-top: -7%;
  }
}
@media (max-width: 520px) {
  .top-back-left {
    display: none;
  }
}
.top-back-right {
  width: 50%;
  max-width: 800px;
  margin-left: -10%;
}
.top-back-right .top-back-3 {
  position: relative;
  z-index: 1;
}
@media (max-width: 520px) {
  .top-back-right .top-back-3 {
    display: none;
  }
}

.top-back-2 {
  width: 76%;
  max-width: 1350px;
  position: relative;
  margin-left: auto;
  margin-right: 0%;
  margin-top: -180px;
  z-index: 8;
}
@media (max-width: 520px) {
  .top-back-2 {
    display: none;
  }
}
.top-back-2 img {
  width: 100%;
}

/*
 * メイン部分
 */
.main-column {
  margin: 15% 0 7%;
}
@media (max-width: 520px) {
  .main-column {
    margin: 35% 0 11%;
  }
}

.main-column-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.main-tit {
  color: #2EA7E0;
  font-family: serif;
}
@media (max-width: 520px) {
  .main-tit {
    text-align: end;
  }
}
.main-tit span {
  display: block;
  font-size: 23px;
  margin-bottom: -15px;
}
@media (max-width: 520px) {
  .main-tit span {
    font-size: 18px;
    margin-bottom: -10px;
  }
}
.main-tit h2 {
  font-size: 45px;
  letter-spacing: 3px;
}
@media (max-width: 520px) {
  .main-tit h2 {
    font-size: 30px;
  }
}

/*
 * sns
 */
.sns {
  text-align: center;
  margin-bottom: 10%;
}
@media (max-width: 520px) {
  .sns {
    margin-bottom: 18%;
  }
}

.sns {
  background-color: #004097;
  transform: skewY(-8deg);
  margin-top: -3%;
  color: white;
}
.sns::before {
  content: "";
  background-color: #004097;
  width: 100%;
  height: 175px;
  display: block;
}
@media (max-width: 830px) {
  .sns::before {
    height: 85px;
  }
}
@media (max-width: 520px) {
  .sns::before {
    height: 50px;
  }
}
.sns-inner {
  transform: skewY(8deg);
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  padding-bottom: 15%;
}
@media (max-width: 830px) {
  .sns-inner {
    margin-top: -80px;
    padding-bottom: 12%;
  }
}
@media (max-width: 520px) {
  .sns-inner {
    flex-direction: column;
    padding-bottom: 30%;
  }
}
.sns-inner .sns-tit {
  width: 30%;
  display: flex;
  font-family: serif;
  align-items: center;
}
@media (max-width: 520px) {
  .sns-inner .sns-tit {
    width: 100%;
    align-items: start;
    margin-left: -12%;
  }
}
.sns-inner .sns-tit-vertical {
  writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  opacity: 0.3;
  font-size: 52px;
}
@media (max-width: 830px) {
  .sns-inner .sns-tit-vertical {
    font-size: 40px;
  }
}
@media (max-width: 520px) {
  .sns-inner .sns-tit-vertical {
    font-size: 58px;
    line-height: 0.7;
  }
}
.sns-inner .sns-tit-ig {
  text-align: end;
  margin-left: -8%;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 830px) {
  .sns-inner .sns-tit-ig {
    margin-left: -12%;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .sns-inner .sns-tit-ig {
    text-align: left;
    margin-left: -4px;
    font-size: 20px;
    margin-top: 35px;
  }
}
.sns-inner .gr-block {
  width: 70%;
  max-width: 800px;
}
@media (max-width: 520px) {
  .sns-inner .gr-block {
    width: 100%;
    margin-top: -240px;
  }
}

.ig-link {
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 830px) {
  .ig-link {
    margin-top: 3px;
  }
}
.ig-link a {
  display: flex;
  align-items: center;
}
.ig-link a img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
@media (max-width: 520px) {
  .ig-link a img {
    width: 20px;
    height: 20px;
  }
}
.ig-link a .in-text {
  color: transparent;
  font-size: 17px;
  font-family: serif;
  background: linear-gradient(to right, #ffdf42 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
}
.ig-link a .in-text i {
  margin-right: 3px;
  font-size: 20px;
}
@media (max-width: 520px) {
  .ig-link a .in-text {
    font-size: 15px;
  }
}
.ig-link a .in-text:hover {
  background-position: 0 100%;
}

#gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
}
@media (max-width: 520px) {
  #gallery {
    width: 100%;
  }
}
#gallery .gallery-item {
  width: 30%;
  margin: 5px;
  height: auto;
  text-align: center;
  aspect-ratio: 1;
}
@media (max-width: 830px) {
  #gallery .gallery-item {
    width: 40%;
  }
}
@media (max-width: 520px) {
  #gallery .gallery-item {
    width: 45%;
    margin: 2px 7px;
  }
}
#gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 520px) {
  #gallery a {
    height: 115%;
  }
}
#gallery a svg {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
}
#gallery a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#gallery a:hover img {
  transform: scale(1.1);
}
#gallery a:hover::after {
  opacity: 1;
}
#gallery img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
#gallery video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.message {
  transform: skewY(-8deg);
}

.message-inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 830px) {
  .message-inner {
    max-width: 615px;
  }
}

.message-tit {
  max-width: 1200px;
  margin: 0 auto;
  transform: skewY(8deg);
  margin-bottom: 3%;
}
.message-tit div {
  display: table;
  max-width: 246px;
  margin-left: auto;
  margin-right: 0;
}

.message-block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: skewY(8deg);
}
@media (max-width: 520px) {
  .message-block {
    flex-direction: column;
  }
}
.message-block-left {
  width: 30%;
}
@media (max-width: 520px) {
  .message-block-left {
    margin-bottom: 13%;
    margin-top: -70px;
  }
}
.message-block-left p {
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 0;
  font-size: 25px;
  font-weight: bold;
  color: #004097;
}
@media (max-width: 830px) {
  .message-block-left p {
    margin-right: 10%;
  }
}
.message-block-left p.indent-2 {
  margin-right: 1.5em;
  margin-top: -5em;
}
@media (max-width: 830px) {
  .message-block-left p.indent-2 {
    margin-right: 2em;
  }
}
@media (max-width: 520px) {
  .message-block-left p.indent-2 {
    margin-right: 1.5em;
  }
}
.message-block-right {
  width: 63%;
}
@media (max-width: 520px) {
  .message-block-right {
    width: 100%;
  }
}
.message-block-right-txt {
  text-align: justify;
  line-height: 1.8;
  font-size: 17px;
}
@media (max-width: 830px) {
  .message-block-right-txt {
    font-size: 15px;
  }
}

.message-image {
  width: 65%;
  margin-top: -6%;
  margin-left: -15%;
  overflow: hidden;
}
@media (max-width: 830px) {
  .message-image {
    margin-top: -15%;
    width: 77%;
    margin-left: -27%;
  }
}
@media (max-width: 520px) {
  .message-image {
    position: absolute;
    position: absolute;
    width: 118%;
    top: 175px;
    right: -33%;
  }
}
.message-image .image {
  width: 40%;
  max-width: 325px;
  position: relative;
  transform: skewY(8deg);
  max-width: 380px;
  margin-left: 30%;
  margin-bottom: -25px;
  z-index: 2;
}
@media (min-width: 1600px) {
  .message-image .image {
    margin-left: 34%;
  }
}
@media (max-width: 830px) {
  .message-image .image {
    margin-left: 38%;
  }
}
.message-image .bottom-1 {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: -14%;
}

.message-bottom {
  position: relative;
}
.message-bottom .message-scenery {
  position: relative;
  z-index: 1;
  margin-top: -10.1%;
}
@media (max-width: 830px) {
  .message-bottom .message-scenery {
    margin-top: -76px;
  }
}
@media (max-width: 520px) {
  .message-bottom .message-scenery {
    margin-top: 20px;
  }
}
.message-bottom .message-scenery img {
  width: 100%;
  transform: skewY(8deg);
}
@media (max-width: 520px) {
  .message-bottom .message-scenery img {
    width: 272%;
    margin-left: -104%;
  }
}
.message-bottom .sp-bottom-2 {
  display: none;
}
.message-bottom .sp-bottom-2 img {
  width: 100%;
}
@media (max-width: 520px) {
  .message-bottom .sp-bottom-2 {
    display: block;
    position: absolute;
    width: 80%;
    top: 19%;
    left: -15%;
    z-index: 10;
  }
}

.message-scenery::before {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 55%;
  top: -30%;
  display: block;
  z-index: 5;
}

.message-scenery::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 100%;
  height: 58%;
  bottom: -30%;
  display: block;
  z-index: 5;
}
@media (max-width: 520px) {
  .message-scenery::after {
    height: 57%;
    bottom: -26%;
  }
}

/* 初期：1文字 */
.char-anim span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-12px);
}

/* char-show が付いたら文字アニメ開始 */
.char-anim.char-show span {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: calc(var(--i) * 0.05s);
}

.profile {
  background-color: #004097;
  transform: skewY(-8deg);
  margin-bottom: 0;
  position: relative;
  padding-top: 80px;
  padding-bottom: 8%;
  z-index: 3;
}
@media (max-width: 520px) {
  .profile {
    margin-top: 15%;
    padding-bottom: 28%;
  }
}
.profile-wrapp {
  width: 80%;
  margin: 0 auto;
  display: flex;
  max-width: 1300px;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}
@media (max-width: 830px) {
  .profile-wrapp {
    flex-direction: column;
  }
}

.profile-img {
  width: 38%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  margin-top: -160px;
}
@media (min-width: 1600px) {
  .profile-img {
    margin-right: 5%;
  }
}
@media (max-width: 830px) {
  .profile-img {
    width: 48%;
    margin-top: -111px;
  }
}
@media (max-width: 520px) {
  .profile-img {
    width: 35%;
  }
}
.profile-img .prof-image {
  width: 60%;
  position: relative;
  margin-left: 20%;
  transform: skewY(8deg);
  margin-bottom: -20px;
  z-index: 1;
}
@media (max-width: 520px) {
  .profile-img .prof-image {
    width: 122%;
    margin-left: -24%;
  }
}
.profile-img .prof-decor {
  width: 120%;
  margin-left: -20%;
  position: relative;
  z-index: 2;
}
@media (max-width: 520px) {
  .profile-img .prof-decor {
    width: 260%;
    margin-left: -134%;
  }
}

.profile-tit {
  display: table;
  margin-left: auto;
  margin-right: 10%;
}
@media (max-width: 520px) {
  .profile-tit {
    margin-right: 0;
  }
}

.profile-txt {
  width: 62%;
  max-width: 780px;
  transform: skewY(8deg);
  color: white;
}
@media (max-width: 830px) {
  .profile-txt {
    width: 100%;
    margin-top: -120px;
  }
}
.profile-txt-name {
  margin-bottom: 20px;
}
@media (max-width: 830px) {
  .profile-txt-name {
    margin-top: 85px;
  }
}
@media (max-width: 520px) {
  .profile-txt-name {
    margin-top: 7px;
    text-align: end;
  }
}
.profile-txt-name h3 {
  font-size: 32px;
}
@media (max-width: 830px) {
  .profile-txt-name h3 {
    margin-left: auto;
    margin-right: 10%;
  }
}
@media (max-width: 520px) {
  .profile-txt-name h3 {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 34px;
  }
}
.profile-txt-name h3 span {
  font-size: 15px;
  font-family: serif;
  display: inline-block;
  line-height: 1em;
  margin-left: 20px;
  margin-top: 12px;
  letter-spacing: 4px;
  transform: skewX(-10deg);
}
@media (max-width: 520px) {
  .profile-txt-name h3 span {
    font-size: 13px;
    margin-top: 4px;
  }
}
.profile-txt-list p {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.profile-txt-list p span {
  font-size: 14px;
  color: #E85382;
  margin-right: 3px;
}

.policy {
  position: relative;
  margin-top: 6px;
  padding-top: 2%;
  z-index: 2;
  margin-bottom: 13%;
}
@media (max-width: 830px) {
  .policy {
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .policy {
    margin-top: 0;
    padding-top: 5%;
  }
}
.policy-wrapp {
  position: relative;
}

.policy-tit {
  text-align: center;
  margin-bottom: 10%;
}
@media (max-width: 830px) {
  .policy-tit {
    margin-right: -56%;
    margin-bottom: -85px;
  }
}
@media (max-width: 520px) {
  .policy-tit {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.policy-body {
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .policy-body {
    flex-direction: column;
  }
}
.policy-body .policy-tit-img {
  width: 35%;
  padding-right: 7%;
  margin-bottom: 50px;
}
@media (max-width: 830px) {
  .policy-body .policy-tit-img {
    width: 65%;
  }
}
@media (max-width: 520px) {
  .policy-body .policy-tit-img {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 85px;
    padding-right: 0;
  }
}
.policy-body .policy-tit-img img {
  width: 100%;
}
.policy-body .policy-area {
  width: 65%;
}
@media (max-width: 830px) {
  .policy-body .policy-area {
    width: 100%;
  }
}

.pol-box {
  margin-bottom: 28%;
  position: relative;
}
@media (max-width: 520px) {
  .pol-box {
    margin-bottom: 38%;
  }
}
.pol-box-tit {
  width: 100%;
  display: flex;
  position: relative;
  align-items: end;
}
@media (max-width: 520px) {
  .pol-box-tit {
    flex-direction: column;
    align-items: start;
  }
}
.pol-box-tit-num {
  width: 25%;
  margin-right: 10%;
}
@media (max-width: 520px) {
  .pol-box-tit-num {
    width: 40%;
    margin-right: 0%;
  }
}
.pol-box-tit-num img {
  width: 110%;
}

.policy-tit-txt {
  width: 75%;
  max-width: 497px;
  display: flex;
  position: relative;
  margin-top: 5%;
}
@media (max-width: 520px) {
  .policy-tit-txt {
    width: 100%;
    margin-top: 7%;
  }
}
.policy-tit-txt h3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: clamp(1.75rem, -0.125rem + 3vw, 2.125rem);
}
@media (max-width: 830px) {
  .policy-tit-txt h3 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .policy-tit-txt h3 {
    gap: 9PX;
    font-size: clamp(1.625rem, 0.661rem + 4.29vw, 1.813rem);
  }
}

.policy-tit-txt h3 span {
  display: inline-block;
  width: fit-content;
  padding: 6px 15px 5px;
  background: #FFF4B3;
  color: #004097;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 2px solid #EDA592;
}
@media (max-width: 520px) {
  .policy-tit-txt h3 span {
    padding: 6px 8px 5px;
  }
}

.pol-tit-sub {
  position: absolute;
  width: 110px;
  height: 110px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50%;
  color: white;
  background-color: #E85382;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .pol-tit-sub {
    width: 105px;
    height: 105px;
  }
}

.pol-tit-sub-1 {
  left: 47%;
  top: -63px;
}
@media (max-width: 520px) {
  .pol-tit-sub-1 {
    left: 66%;
    top: -38px;
  }
}

.pol-tit-sub-3 {
  left: 63%;
  top: 6%;
}
@media (max-width: 520px) {
  .pol-tit-sub-3 {
    left: 47%;
    top: -136%;
  }
}

.pol-tit-sub-5 {
  left: 494px;
  top: -7.5em;
}
@media (max-width: 520px) {
  .pol-tit-sub-5 {
    left: 64%;
    top: -165%;
  }
}

.pol-box-even .pol-box-tit {
  flex-direction: row-reverse;
  justify-content: left;
}
@media (max-width: 520px) {
  .pol-box-even .pol-box-tit {
    flex-direction: column;
  }
  .pol-box-even .pol-box-tit-num {
    margin-right: 15px;
    margin-left: auto;
  }
}
.pol-box-even .pol-box-body {
  flex-direction: row-reverse;
}

.pol-box-2 .pol-box-tit .policy-tit-txt {
  width: 47%;
  max-width: 293px;
}
@media (max-width: 520px) {
  .pol-box-2 .pol-box-tit .policy-tit-txt {
    width: 100%;
  }
}
.pol-box-2 .pol-box-body {
  justify-content: left;
}
.pol-box-2 .pol-box-body-img {
  width: 0%;
}
.pol-box-2 .pol-box-body-txt {
  width: 100%;
  max-width: 460px;
  line-height: 1.7;
}

.pol-box-4 .pol-box-tit {
  align-items: start;
}
.pol-box-4 .pol-box-tit .policy-tit-txt {
  width: 59%;
  max-width: 392px;
}
@media (max-width: 520px) {
  .pol-box-4 .pol-box-tit .policy-tit-txt {
    width: 100%;
  }
}

.pol-box-5 .pol-box-tit {
  flex-direction: column;
  align-items: start;
}
.pol-box-5 .pol-box-tit-num {
  margin-bottom: 3%;
}
.pol-box-5 .pol-box-tit .policy-tit-txt {
  max-width: 503px;
}
.pol-box-5 .pol-box-body {
  justify-content: left;
  max-width: 650px;
}
.pol-box-5 .pol-box-body-img {
  width: 0%;
}
.pol-box-5 .pol-box-body-txt {
  width: 100%;
  max-width: 635px;
}

.pol-box-6 .pol-box-tit {
  align-items: start;
}
.pol-box-6 .pol-box-tit .policy-tit-txt {
  width: 63%;
  max-width: 420px;
}
@media (max-width: 520px) {
  .pol-box-6 .pol-box-tit .policy-tit-txt {
    width: 100%;
  }
}
.pol-box-6 .pol-box-body {
  justify-content: left;
}
.pol-box-6 .pol-box-body-txt {
  max-width: 403px;
}

.pol-box-7 .pol-box-tit {
  flex-direction: column;
  align-items: start;
}
.pol-box-7 .pol-box-tit-num {
  margin-bottom: 3%;
}
@media (max-width: 520px) {
  .pol-box-7 .pol-box-tit .policy-tit-txt .pc-txt {
    display: none;
  }
}
.pol-box-7 .pol-box-tit .policy-tit-txt .sp-txt {
  display: none;
}
@media (max-width: 520px) {
  .pol-box-7 .pol-box-tit .policy-tit-txt .sp-txt {
    display: inline-block;
  }
}
.pol-box-7 .pol-box-body {
  max-width: 690px;
  justify-content: left;
}
.pol-box-7 .pol-box-body-img {
  width: 0%;
}
.pol-box-7 .pol-box-body-txt {
  width: 100%;
  max-width: 690px;
}

.pol-box-8 .pol-box-tit {
  align-items: start;
}
.pol-box-8 .pol-box-tit .policy-tit-txt {
  width: 53%;
  max-width: 400px;
}
@media (max-width: 520px) {
  .pol-box-8 .pol-box-tit .policy-tit-txt {
    width: 100%;
  }
}
.pol-box-8 .pol-box-body {
  max-width: 430px;
  justify-content: left;
}
.pol-box-8 .pol-box-body-img {
  width: 0%;
}
.pol-box-8 .pol-box-body-txt {
  width: 100%;
}

.pol-box-body {
  display: flex;
  position: relative;
  margin-top: 5%;
}
@media (max-width: 520px) {
  .pol-box-body {
    position: static;
  }
}
.pol-box-body-img {
  width: 35%;
}
@media (max-width: 520px) {
  .pol-box-body-img {
    width: 0;
  }
}
.pol-box-body-img img {
  position: absolute;
}
.pol-box-body-txt {
  width: 65%;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 520px) {
  .pol-box-body-txt {
    width: 100%;
    font-size: 16px;
    margin-top: 4%;
  }
}
.pol-box-body-txt p span {
  display: inline;
  background-color: #FF0099;
  color: white;
}

.pol-img-1 {
  width: 26%;
  top: 8%;
  left: 3%;
}
@media (max-width: 830px) {
  .pol-img-1 {
    top: -3%;
  }
}
@media (max-width: 520px) {
  .pol-img-1 {
    width: 42%;
    top: -2%;
    left: 43%;
  }
}

.pol-img-2 {
  width: 27%;
  top: -42%;
  left: 475px;
}
@media (max-width: 520px) {
  .pol-img-2 {
    width: 45%;
    top: -6%;
    left: 9%;
  }
}

.pol-img-3 {
  width: 26%;
  max-width: 185px;
  top: 8%;
  left: 3%;
}
@media (max-width: 830px) {
  .pol-img-3 {
    width: 22%;
    top: -3%;
  }
}
@media (max-width: 520px) {
  .pol-img-3 {
    width: 35%;
    top: 22%;
    left: 65%;
  }
}

.pol-img-4-1 {
  width: 24%;
  right: 8%;
  z-index: 3;
}
@media (max-width: 520px) {
  .pol-img-4-1 {
    width: 32%;
    right: 69%;
    top: -10%;
  }
}

.pol-img-4-2 {
  width: 20%;
  top: -24%;
  right: 0;
  z-index: 2;
}
@media (max-width: 520px) {
  .pol-img-4-2 {
    width: 30%;
    top: 5%;
    right: 44%;
  }
}

.pol-img-5 {
  width: 53%;
  max-width: 370px;
  right: -17px;
  top: -10em;
}
@media (max-width: 520px) {
  .pol-img-5 {
    width: 52%;
    right: -11px;
    top: 19%;
  }
}

.pol-img-6 {
  width: 33%;
  top: -15%;
  left: 418px;
  max-width: 220px;
}
@media (max-width: 520px) {
  .pol-img-6 {
    width: 50%;
    top: -8%;
    left: 2%;
  }
}

.pol-img-7 {
  width: 51%;
  max-width: 299px;
  left: 326px;
  top: -309px;
}
@media (max-width: 520px) {
  .pol-img-7 {
    width: 56%;
    left: 44%;
    top: 1%;
  }
}

.pol-img-8-1 {
  top: -103px;
  width: 25%;
  right: -20%;
  z-index: 3;
}
@media (max-width: 520px) {
  .pol-img-8-1 {
    top: -4%;
    right: 75%;
  }
}

.pol-img-8-2 {
  width: 48%;
  top: -52px;
  right: -54%;
  z-index: 2;
}
@media (max-width: 520px) {
  .pol-img-8-2 {
    width: 41%;
    top: -1%;
    right: 46%;
  }
}

.decor-skew-left {
  width: 30%;
  left: -40px;
  position: absolute;
  transform: skewY(-8deg) translateX(-180px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
  z-index: 1;
}

.decor-skew-1 {
  top: 26%;
}

.decor-skew-2 {
  top: 60%;
}

.decor-skew-3 {
  top: 97%;
}

.decor-skew-left.is-active {
  transform: skewY(-8deg) translateX(0);
  opacity: 1;
}

.decor-skew-right {
  width: 30%;
  right: -40px;
  position: absolute;
  transform: skewY(-8deg) translateX(180px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s ease;
  z-index: 1;
}

.decor-skew-4 {
  top: 13%;
}

.decor-skew-5 {
  top: 47%;
}

.decor-skew-6 {
  top: 82%;
}

.decor-skew-right.is-active {
  transform: skewY(-8deg) translateX(0);
  opacity: 1;
}

.decor-inner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 830px) {
  .decor-skew {
    display: none;
  }
}

/*# sourceMappingURL=frontpage.css.map */
