@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

/*
 * トランジション
 */
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%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: #0087D1;
  background: linear-gradient(90deg, rgb(0, 135, 209) 0%, rgb(29, 32, 135) 100%);
}
.main-top-inner {
  width: 100%;
  min-height: inherit;
  position: relative;
  z-index: 0;
}

.main-top-inner-column {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .main-top-inner-column {
    max-width: 1100px;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column {
    width: 100%;
    margin-top: 17%;
  }
}
.main-top-inner-column-left {
  width: 50%;
  position: static;
  padding-top: 8%;
  margin-left: 8%;
  z-index: 2;
}
@media (min-width: 1600px) {
  .main-top-inner-column-left {
    padding-top: 10%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-left {
    width: 41%;
    margin-left: 3%;
    margin-right: 2%;
    padding-top: 0;
  }
  .main-top-inner-column-left .top-name {
    width: 210%;
  }
  .main-top-inner-column-left .top-catch {
    width: 96%;
  }
}
.main-top-inner-column-right {
  width: 74%;
  margin-left: -22%;
  margin-right: -7%;
  position: static;
  z-index: 1;
}
@media (max-width: 530px) {
  .main-top-inner-column-right {
    width: 155%;
    margin-left: -52%;
    margin-right: -41%;
  }
}
.main-top-inner-column img {
  width: 100%;
}

.top-back {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -20%;
}
@media (min-width: 1600px) {
  .top-back {
    margin-top: -15%;
  }
}
.top-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
 * メイン部分
 */
.main-wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}

.main-column {
  margin-top: 15%;
}
@media (max-width: 530px) {
  .main-column {
    margin-top: 25%;
  }
}

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

.main-tit {
  display: inline-block;
  margin-bottom: 5%;
  margin-left: 10%;
  color: #231815;
  line-height: 1;
}
.main-tit h2 {
  display: inline-block;
  font-size: 4rem;
}
@media (max-width: 1025px) {
  .main-tit h2 {
    font-size: 2em;
  }
}
.main-tit span {
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  margin-left: 7px;
}
@media (max-width: 1025px) {
  .main-tit {
    font-size: 31px;
  }
}
@media (max-width: 530px) {
  .main-tit {
    margin-left: 6%;
  }
  .main-tit h2 {
    font-size: 2.5rem;
  }
  .main-tit span {
    display: block;
  }
}

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

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * link
 */
.link {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 22%, rgb(232, 232, 232) 22%, rgb(232, 232, 232) 100%);
}
.link-tit {
  display: block;
  margin-bottom: 7%;
}
.link-block {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
  flex-wrap: wrap;
}
.link-block-inner {
  display: inline-block;
  text-align: center;
  padding: 0 2%;
}
.link-block-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.link-block-inner a:hover p {
  color: #e50012;
}
.link-block-inner a:hover img, .link-block-inner a:hover span {
  opacity: 0.8;
}
.link-block-inner a img {
  max-width: 200px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
.link-block-inner p {
  font-weight: bold;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  padding-bottom: 8px;
}
.link-block-inner span {
  color: #929292;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 530px) {
  .link-block-inner {
    padding: 3% 2%;
  }
}
@media (max-width: 530px) {
  .link {
    margin-top: 0;
  }
}

.message {
  margin-top: 0;
  padding-top: 10%;
}
@media (max-width: 530px) {
  .message {
    padding-top: 23%;
  }
}
.message-wrapp {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.message-head {
  display: flex;
  position: relative;
}
@media (max-width: 530px) {
  .message-head {
    width: 104%;
    margin-left: -4%;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 185px;
  }
}
.message-head .me-head-img {
  width: 65%;
  position: static;
  z-index: 1;
}
@media (max-width: 530px) {
  .message-head .me-head-img {
    position: absolute;
    width: 300px;
    bottom: -145px;
  }
}
.message-head .me-head-img01 {
  width: 26%;
  margin-top: 12%;
  margin-right: -3%;
  position: static;
  z-index: 2;
}
@media (max-width: 530px) {
  .message-head .me-head-img01 {
    width: 115px;
    margin-top: 0;
    margin-right: -20px;
  }
}
.message-head .me-head-img02 {
  width: 30%;
  margin-top: -6%;
  margin-left: -5%;
}
@media (max-width: 530px) {
  .message-head .me-head-img02 {
    width: 140px;
    margin-top: -8%;
    margin-left: 0;
  }
}
.message-head img {
  width: 100%;
}

.message-tit {
  width: 40%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
  z-index: 3;
}
@media (max-width: 530px) {
  .message-tit {
    width: 62%;
    padding-right: 2%;
  }
}
.message-tit img {
  width: 100%;
}

.message-area {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
}
@media (max-width: 530px) {
  .message-area {
    flex-direction: column-reverse;
  }
}
.message-area-txt {
  width: 57%;
}
@media (max-width: 1025px) {
  .message-area-txt {
    width: 60%;
  }
}
@media (max-width: 530px) {
  .message-area-txt {
    width: 100%;
  }
}
.message-area-txt-head {
  color: #004da0;
  border-bottom: 4px dashed #e50012;
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 2%;
  margin-bottom: 5%;
}
@media (max-width: 1025px) {
  .message-area-txt-head {
    font-size: clamp(1.875rem, 0.975rem + 1.89vw, 2.188rem);
  }
}
@media (max-width: 530px) {
  .message-area-txt-head {
    font-size: clamp(1.625rem, 0.661rem + 4.29vw, 1.813rem);
    border-bottom: 2px dashed #e50012;
    padding-bottom: 4%;
    margin-bottom: 7%;
  }
}
.message-area-txt-block {
  text-align: justify;
  line-height: 1.7;
  font-size: 20px;
}
@media (max-width: 530px) {
  .message-area-txt-block {
    font-weight: 500;
  }
}
.message-area-txt-block span {
  background-color: #fff67f;
}
.message-area .me-photo {
  width: 60%;
  margin-right: -20%;
  margin-top: -6%;
}
@media (max-width: 530px) {
  .message-area .me-photo {
    width: 280px;
    margin-top: -205px;
    margin-right: -121px;
    margin-left: auto;
  }
}
.message-area .me-photo img {
  width: 100%;
}
.message-area .me-image {
  width: 40%;
}
@media (max-width: 530px) {
  .message-area .me-image {
    width: 56%;
    margin: 0 auto;
  }
}
.message-area .me-image img {
  width: 100%;
}

.message-area-bottom {
  flex-direction: row-reverse;
}
@media (max-width: 530px) {
  .message-area-bottom {
    flex-direction: column;
  }
}

.prof {
  background-color: #dff2fc;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 530px) {
  .prof {
    margin-top: -13%;
  }
}
.prof-wrapp {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 10%;
}
@media (max-width: 530px) {
  .prof-wrapp {
    width: 84%;
    padding-top: 14%;
  }
}

.prof-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 4px solid #004da0;
  margin-bottom: 4%;
}
@media (max-width: 530px) {
  .prof-head {
    flex-direction: column-reverse;
    margin-bottom: 7%;
  }
}
.prof-head::before {
  content: "";
  position: absolute;
  bottom: -4px; /* border-bottomと重ねる */
  left: 0;
  width: 120px; /* 赤い部分の長さ */
  height: 4px;
  background-color: #e60012; /* 上に乗せる赤 */
}
.prof-head-name {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  color: #004da0;
  font-weight: 600;
}
@media (max-width: 530px) {
  .prof-head-name {
    font-size: 18px;
  }
}
.prof-head-name .name {
  font-size: 50px;
  font-weight: 800;
}
@media (max-width: 530px) {
  .prof-head-name .name {
    font-size: clamp(2.188rem, 0.259rem + 8.57vw, 2.563rem);
    margin-right: 10px;
  }
}
.prof-head-name .name span {
  color: #e50012;
}
.prof-head-tit {
  width: 20%;
  padding-right: 2%;
}
@media (max-width: 530px) {
  .prof-head-tit {
    width: 40%;
    margin-bottom: 2%;
  }
}
.prof-head-tit img {
  width: 100%;
}

.prof-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .prof-area {
    flex-direction: column;
  }
}
.prof-area-block {
  width: 48%;
}
@media (max-width: 530px) {
  .prof-area-block {
    width: 100%;
  }
}
.prof-area-block .prof-box {
  width: 100%;
  margin-bottom: 4%;
  padding-bottom: 4%;
  font-size: 16px;
}
@media (max-width: 1025px) {
  .prof-area-block .prof-box {
    font-size: clamp(0.938rem, 0.758rem + 0.38vw, 1rem);
  }
}
@media (max-width: 530px) {
  .prof-area-block .prof-box {
    border-bottom: 2px dashed #004da0;
    margin-bottom: 6%;
    padding-bottom: 5%;
    font-size: 15px;
    font-weight: 500;
  }
}
.prof-area-block .prof-box:first-child {
  border-bottom: 1px dashed #004da0;
}
@media (max-width: 530px) {
  .prof-area-block .prof-box:first-child {
    border-bottom: 2px dashed #004da0;
  }
}
.prof-area-block .prof-box-title {
  color: #004da0;
  font-weight: 700;
  font-size: clamp(1.188rem, -0.188rem + 2vw, 1.438rem);
  line-height: 1.4;
  margin-bottom: 1%;
}
@media (max-width: 1025px) {
  .prof-area-block .prof-box-title {
    font-size: clamp(1rem, 0.64rem + 0.76vw, 1.125rem);
  }
}
@media (max-width: 530px) {
  .prof-area-block .prof-box-title {
    font-size: clamp(1rem, 0.036rem + 4.29vw, 1.188rem);
    margin-bottom: 2%;
  }
}
.prof-area-block .prof-box p {
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .prof-area-block .prof-box p {
    margin-bottom: 6px;
    line-height: 1.3;
  }
}
@media (max-width: 530px) {
  .prof-area-block:last-child .prof-box:last-child {
    border-bottom: none;
  }
}

.policy {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
.policy-wrapp {
  width: 68%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 170px;
  position: relative;
  z-index: 5;
}
@media (max-width: 530px) {
  .policy-wrapp {
    width: 85%;
    padding-top: 15%;
    padding-bottom: 20%;
  }
}

.policy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 750px;
  background: url(../images/pol-back.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -100;
}
@media (min-width: 1600px) {
  .policy::before {
    height: 1000px;
  }
}

.pol-head .pol-tit-img {
  width: 100%;
}
.pol-head .pol-tit-img img {
  width: 100%;
}
.pol-head .pol-sub-tit {
  margin-top: -3%;
}
@media (max-width: 530px) {
  .pol-head .pol-sub-tit {
    margin-top: 2%;
  }
}
.pol-head .pol-sub-tit-catch {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pol-head .pol-sub-tit-catch p {
  font-size: clamp(1.5rem, -0.646rem + 3.33vw, 2.188rem);
  background-color: white;
  color: #004da0;
  font-weight: 600;
  padding: 0px 6px;
  margin-right: 1%;
}
@media (max-width: 1025px) {
  .pol-head .pol-sub-tit-catch p {
    font-size: clamp(1.25rem, 0.17rem + 2.27vw, 1.625rem);
    padding: 3px 6px 4px;
  }
}
@media (max-width: 530px) {
  .pol-head .pol-sub-tit-catch p {
    padding: 1px 6px 2px;
  }
  .pol-head .pol-sub-tit-catch p:nth-child(3) {
    margin-left: 13%;
    margin-top: -5%;
  }
}
.pol-head .pol-sub-tit-catch img {
  width: 40%;
  margin-left: -6%;
  margin-right: -12%;
}
@media (max-width: 530px) {
  .pol-head .pol-sub-tit-catch img {
    width: 55%;
    margin-left: -8%;
    margin-right: -20%;
    margin-top: -5%;
  }
}
.pol-head .pol-sub-tit-txt {
  font-weight: 500;
  margin-top: -3%;
}
@media (max-width: 530px) {
  .pol-head .pol-sub-tit-txt {
    text-align: center;
    font-size: clamp(0.938rem, 0.295rem + 2.86vw, 1.063rem);
  }
}

.pol-area {
  margin-top: 5%;
}

.pol-box {
  width: 100%;
  position: relative;
  color: white;
  margin-top: 10%;
}
@media (max-width: 530px) {
  .pol-box {
    margin-top: 20%;
  }
}
.pol-box-inner-tit {
  display: flex;
  align-items: end;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  padding-left: 3%;
}
@media (max-width: 1025px) {
  .pol-box-inner-tit {
    padding-left: 0;
    font-size: clamp(2.125rem, 1.045rem + 2.27vw, 2.5rem);
  }
}
@media (max-width: 530px) {
  .pol-box-inner-tit {
    margin-bottom: 5%;
    font-size: clamp(1.375rem, 0.089rem + 5.71vw, 1.625rem);
  }
}
.pol-box-inner-tit img {
  width: 80px;
}
@media (max-width: 1025px) {
  .pol-box-inner-tit img {
    width: 68px;
  }
}
@media (max-width: 530px) {
  .pol-box-inner-tit img {
    width: 45px;
  }
}
.pol-box-inner-tit p {
  border-bottom: 2px dashed #e50012;
}
@media (max-width: 530px) {
  .pol-box-inner-tit p {
    padding-bottom: 2%;
    margin-bottom: -3%;
  }
}
.pol-box-inner-body {
  display: flex;
  align-items: end;
}
@media (max-width: 1025px) {
  .pol-box-inner-body {
    width: 110%;
  }
}
@media (max-width: 530px) {
  .pol-box-inner-body {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.pol-box-inner-body .pol-body-img {
  width: 25%;
  position: relative;
}
@media (max-width: 1025px) {
  .pol-box-inner-body .pol-body-img {
    width: 175px;
  }
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-img {
    width: 190px;
    margin: 0 auto;
  }
}
.pol-box-inner-body .pol-body-img-inner {
  margin-bottom: -15px;
  margin-left: -10px;
}
.pol-box-inner-body .pol-body-img-inner img {
  width: 100%;
}
.pol-box-inner-body .pol-body-img-inner p {
  width: 94%;
  position: absolute;
  color: #004da0;
  font-size: clamp(0.938rem, 0.144rem + 1.15vw, 1.125rem);
  text-align: center;
  font-weight: 500;
  margin-top: 1.8em;
  line-height: 1.4;
  z-index: 5;
}
@media (max-width: 1025px) {
  .pol-box-inner-body .pol-body-img-inner p {
    font-size: 14px;
    margin-top: 27px;
    margin-left: 2%;
  }
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-img-inner p {
    font-size: 15px;
    margin-left: 0;
    width: 183px;
  }
}
.pol-box-inner-body .pol-body-img-inner p span {
  font-size: 14px;
}
.pol-box-inner-body .pol-body-txt {
  width: 70%;
  margin-bottom: 26px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: clamp(1rem, 0.471rem + 0.77vw, 1.125rem);
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 1025px) {
  .pol-box-inner-body .pol-body-txt {
    font-size: clamp(0.875rem, 0.335rem + 1.14vw, 1.063rem);
  }
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-txt {
    width: 95%;
    font-size: clamp(0.875rem, 0.232rem + 2.86vw, 1rem);
    line-height: 1.5;
  }
}
.pol-box-inner-body .pol-body-txt .list {
  position: relative;
  padding-left: 1em;
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-txt .list {
    padding-left: 10px;
    margin-bottom: 4%;
    text-align: justify;
  }
}
.pol-box-inner-body .pol-body-txt .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.7em;
  border-color: transparent transparent transparent #58b2dc;
  display: inline-block;
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-txt .list::before {
    left: -2px;
    top: 0.2em;
  }
}
.pol-box-inner-body .pol-body-txt .list span {
  background-color: #e50012;
  color: white;
  font-size: clamp(1.125rem, 0.596rem + 0.77vw, 1.25rem);
  padding: 5px 6px 4px;
}
@media (max-width: 1025px) {
  .pol-box-inner-body .pol-body-txt .list span {
    font-size: clamp(0.938rem, 0.398rem + 1.14vw, 1.125rem);
  }
}
@media (max-width: 530px) {
  .pol-box-inner-body .pol-body-txt .list span {
    font-size: clamp(0.875rem, 0.232rem + 2.86vw, 1rem);
    padding: 3px 3px 3px;
  }
}
.pol-box-back {
  position: absolute;
  width: 96%;
  height: 89%;
  bottom: 0;
  background-color: #004da0;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 1025px) {
  .pol-box-back {
    width: 120%;
    height: 93%;
    max-width: 780px;
  }
}
@media (max-width: 530px) {
  .pol-box-back {
    width: 122%;
    height: 96%;
  }
}
.pol-box-back::before, .pol-box-back::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.pol-box-back::before {
  top: 0px;
  left: 0px;
  width: 382px;
  height: 146px;
  background: url(../images/pol-dot.svg) no-repeat;
  background-position: top left;
  transform: scale(-1);
}
@media (max-width: 530px) {
  .pol-box-back::before {
    width: 380px;
    height: 148px;
  }
}
.pol-box-back::after {
  bottom: 0px;
  right: 0px;
  width: 500px;
  height: 350px;
  background: url(../images/pol-dot.svg) no-repeat;
  background-position: bottom right;
}
@media (max-width: 530px) {
  .pol-box-back::after {
    display: none;
  }
}

.pol-box-even .pol-box-inner-tit {
  width: 70%;
  flex-direction: row-reverse;
  justify-content: left;
  margin-left: auto;
  margin-right: 0;
}
.pol-box-even .pol-box-inner-body {
  justify-content: right;
}
.pol-box-even .pol-box-back {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  right: 0;
}

.pol-box-2 .pol-box-inner-tit {
  width: 63%;
  margin-bottom: 50px;
  padding-left: 0;
}
@media (max-width: 1025px) {
  .pol-box-2 .pol-box-inner-tit {
    width: 70%;
  }
}
@media (max-width: 530px) {
  .pol-box-2 .pol-box-inner-tit {
    width: 100%;
    flex-direction: row;
    margin-bottom: 14%;
  }
}
.pol-box-2 .pol-box-inner-tit p {
  margin-bottom: -54px;
}
@media (max-width: 530px) {
  .pol-box-2 .pol-box-inner-tit p {
    margin-bottom: -13%;
  }
}
.pol-box-2 .pol-box-inner-body .pol-body-txt {
  width: 63%;
  margin-left: 3%;
}
@media (max-width: 1025px) {
  .pol-box-2 .pol-box-inner-body .pol-body-txt {
    width: 70%;
  }
}
@media (max-width: 530px) {
  .pol-box-2 .pol-box-inner-body .pol-body-txt {
    width: 98%;
    padding-right: 4%;
    margin-left: 0;
  }
}
@media (max-width: 530px) {
  .pol-box-2 .pol-box-inner-body .pol-body-img {
    margin-right: -4%;
  }
}

.pol-box-4 .pol-box-inner-tit {
  width: 63%;
  margin-left: 16%;
  margin-right: 0;
  padding-left: 0;
}
@media (max-width: 1025px) {
  .pol-box-4 .pol-box-inner-tit {
    width: 78%;
    margin-left: 0%;
  }
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-tit {
    width: 100%;
    flex-direction: row;
    margin-bottom: 13%;
  }
}
.pol-box-4 .pol-box-inner-tit p {
  width: 80%;
  display: flex;
  align-items: center;
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-tit p {
    flex-direction: column;
    align-items: start;
    margin-bottom: -11%;
  }
}
.pol-box-4 .pol-box-inner-tit p .small {
  font-size: 15px;
  margin-left: 4%;
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-tit p .small {
    font-size: 15px;
    margin-left: 0;
  }
}
.pol-box-4 .pol-box-inner-body {
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 1025px) {
  .pol-box-4 .pol-box-inner-body {
    justify-content: left;
  }
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-body {
    flex-direction: column-reverse;
  }
}
.pol-box-4 .pol-box-inner-body .pol-body-img {
  position: absolute;
  top: 12px;
  right: 2px;
}
@media (max-width: 1025px) {
  .pol-box-4 .pol-box-inner-body .pol-body-img {
    position: absolute;
    top: 2px;
    right: 0;
    left: 74%;
  }
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-body .pol-body-img {
    position: static;
    margin-right: 5%;
  }
}
.pol-box-4 .pol-box-inner-body .pol-body-img-inner p {
  margin-left: 10%;
}
@media (max-width: 1025px) {
  .pol-box-4 .pol-box-inner-body .pol-body-img-inner p {
    margin-left: 12%;
    margin-top: 23px;
  }
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-body .pol-body-img-inner p {
    width: 183px;
    margin-left: 0;
  }
}
.pol-box-4 .pol-box-inner-body .pol-body-img-inner img {
  transform: scaleX(-1);
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-body .pol-body-img-inner img {
    transform: scaleX(1);
  }
}
.pol-box-4 .pol-box-inner-body .pol-body-txt {
  width: 72%;
}
@media (max-width: 1025px) {
  .pol-box-4 .pol-box-inner-body .pol-body-txt {
    width: 90%;
  }
}
@media (max-width: 530px) {
  .pol-box-4 .pol-box-inner-body .pol-body-txt {
    width: 98%;
    padding-right: 5%;
  }
}

.pol-img {
  position: absolute;
}
.pol-img img {
  width: 100%;
}

.pol-img-2 {
  width: 140px;
  top: -111px;
  left: 51px;
}
@media (max-width: 1025px) {
  .pol-img-2 {
    width: 135px;
    top: -109px;
    left: -69px;
  }
}
@media (max-width: 530px) {
  .pol-img-2 {
    width: 62%;
    top: -286px;
    left: 54%;
  }
}

.pol-img-1-1 {
  width: 18%;
  bottom: -13px;
  left: -20%;
}
@media (max-width: 530px) {
  .pol-img-1-1 {
    width: 26%;
    bottom: 63px;
    left: 1%;
  }
}

.pol-img-1-2 {
  width: 21%;
  top: 64px;
  right: -83px;
}
@media (max-width: 1025px) {
  .pol-img-1-2 {
    width: 27%;
    top: -10px;
    right: -107px;
  }
}
@media (max-width: 530px) {
  .pol-img-1-2 {
    width: 37%;
    top: 232px;
    right: -5px;
  }
}

.pol-img-2-1 {
  width: 19%;
  bottom: -13px;
  left: -13%;
}
@media (max-width: 1025px) {
  .pol-img-2-1 {
    width: 19%;
    bottom: -47px;
    left: -18%;
  }
}
@media (max-width: 530px) {
  .pol-img-2-1 {
    width: 25%;
    bottom: 86%;
    left: 57%;
  }
}

.pol-img-2-2 {
  width: 41%;
  bottom: -148px;
  right: -102px;
}
@media (max-width: 1025px) {
  .pol-img-2-2 {
    width: 37%;
    bottom: -146px;
    right: -102px;
  }
}
@media (max-width: 530px) {
  .pol-img-2-2 {
    width: 51%;
    bottom: 41px;
    right: 176px;
  }
}

.pol-img-3 {
  width: 30%;
  bottom: -65px;
  right: -174px;
}
@media (max-width: 1025px) {
  .pol-img-3 {
    bottom: -59px;
    right: -108px;
  }
}
@media (max-width: 530px) {
  .pol-img-3 {
    width: 41%;
    bottom: -26px;
    right: -26px;
  }
}

.pol-b-area {
  background-color: #e50012;
  color: white;
}
.pol-b-area-inner {
  width: 86%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: end;
}
@media (max-width: 530px) {
  .pol-b-area-inner {
    width: 100%;
    margin-top: 10%;
  }
}
.pol-b-area-image {
  width: 28%;
  margin-top: -2%;
}
@media (max-width: 1000px) {
  .pol-b-area-image {
    width: 50%;
    margin-left: -10%;
  }
}
@media (max-width: 530px) {
  .pol-b-area-image {
    width: 55%;
    margin-left: -19%;
  }
}
.pol-b-area-image img {
  width: 100%;
}
.pol-b-area-txt {
  width: 72%;
  margin-right: -3%;
  margin-left: 3%;
  display: flex;
  align-items: end;
  padding-bottom: 2%;
}
@media (max-width: 1000px) {
  .pol-b-area-txt {
    width: 62%;
    flex-direction: column-reverse;
    align-items: start;
    margin-left: 0;
  }
}
@media (max-width: 530px) {
  .pol-b-area-txt {
    width: 77%;
    margin-left: -13%;
    margin-bottom: 4%;
  }
}
.pol-b-area-txt .text-box-top p {
  display: inline-block;
  background-color: white;
  color: #231815;
  font-size: clamp(1.625rem, 0.832rem + 1.15vw, 1.813rem);
  padding: 3px 10px 4px;
  margin-bottom: 2%;
  font-weight: 600;
}
@media (max-width: 530px) {
  .pol-b-area-txt .text-box-top p {
    font-size: clamp(1.063rem, 0.098rem + 4.29vw, 1.25rem);
    font-weight: 700;
    padding: 1px 10px 2px;
  }
}
.pol-b-area-txt .text-box-top p span {
  color: #004da0;
}
.pol-b-area-txt .text-box-bottom {
  font-size: clamp(0.938rem, 0.673rem + 0.38vw, 1rem);
  line-height: 1.6;
}
@media (max-width: 530px) {
  .pol-b-area-txt .text-box-bottom {
    font-weight: 500;
    font-size: clamp(0.625rem, -0.018rem + 2.86vw, 0.75rem);
    margin-top: 3%;
  }
}
.pol-b-area-txt .img-box {
  width: 60%;
}
@media (max-width: 1000px) {
  .pol-b-area-txt .img-box {
    width: 75%;
    margin-bottom: 3%;
    margin-top: -4%;
  }
}
.pol-b-area-txt .img-box img {
  width: 100%;
}

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