@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

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

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

@media (max-width: 1024px) {
  .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%;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 530px) {
  .main-top {
    margin-top: 35px;
  }
}
.main-top-inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 1600px) {
  .main-top-inner {
    margin-top: 7%;
  }
}
@media (max-width: 1024px) {
  .main-top-inner {
    margin-top: 12%;
    max-width: 980px;
  }
}
@media (max-width: 530px) {
  .main-top-inner {
    flex-direction: row-reverse;
    align-items: start;
  }
}

.main-top-inner-column-1 {
  width: 42%;
  position: relative;
  z-index: 1;
}
.main-top-inner-column-1 img {
  width: 100%;
}
@media (max-width: 1024px) {
  .main-top-inner-column-1 {
    width: 46%;
    margin-left: -4%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-1 {
    width: 145%;
    margin-top: 15%;
    margin-left: -18%;
    margin-right: -62%;
  }
}

.main-top-inner-column-2 {
  width: 43%;
  position: relative;
  margin-left: -10%;
  margin-top: 2%;
  z-index: 2;
}
.main-top-inner-column-2 img {
  width: 100%;
}
@media (max-width: 1024px) {
  .main-top-inner-column-2 {
    width: 48%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-2 {
    width: 40%;
    margin-right: -25%;
  }
}

.top-back {
  transform: skewY(-8deg);
  width: 160%;
  margin-left: -30%;
  margin-top: -6%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1600px) {
  .top-back {
    width: 132%;
    margin-left: -16%;
    margin-top: -5%;
  }
}
@media (max-width: 1024px) {
  .top-back {
    width: 220%;
    margin-left: -60%;
    margin-top: -8%;
  }
}
@media (max-width: 530px) {
  .top-back {
    width: 500%;
    margin-left: -200%;
    margin-top: -22%;
  }
}
.top-back img {
  width: 100%;
}
.top-back .top-catch {
  position: absolute;
  width: 26%;
  top: 5%;
  right: -10%;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  max-width: 620px;
}
@media (min-width: 1600px) {
  .top-back .top-catch {
    width: 27%;
    top: 8%;
    right: -16%;
    left: 0;
  }
}
@media (max-width: 530px) {
  .top-back .top-catch {
    width: 19%;
    top: 11%;
    right: 0%;
    left: 0;
  }
}
.top-back .top-catch img {
  width: 100%;
  transform: skewY(8deg);
}

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

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

.main-tit {
  color: #0080CB;
}
.main-tit span {
  display: block;
  font-size: 18px;
  margin-bottom: -13px;
  letter-spacing: 4px;
  font-weight: 500;
}
@media (max-width: 530px) {
  .main-tit span {
    font-size: 18px;
    margin-bottom: -10px;
  }
}
.main-tit h2 {
  font-size: 45px;
  letter-spacing: 4px;
  font-weight: 600;
}
@media (max-width: 530px) {
  .main-tit h2 {
    font-size: 30px;
  }
}

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

.message-inner {
  position: relative;
  padding-top: 3%;
}
@media (max-width: 530px) {
  .message-inner {
    padding-top: 5%;
  }
}

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

.message-block {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 530px) {
  .message-block {
    width: 86%;
  }
}
.message-block-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
  width: 100%;
  max-width: 1000px;
  margin-left: 12%;
  margin-top: 25%;
}
@media (max-width: 1024px) {
  .message-block-inner {
    width: 108%;
    margin-left: 2%;
    margin-top: 20%;
  }
}
@media (max-width: 530px) {
  .message-block-inner {
    width: 100%;
    flex-direction: column-reverse;
    margin-left: 0;
  }
}
.message-block-inner-txt {
  width: 500px;
  text-align: justify;
  line-height: 1.8;
  font-size: 17px;
  background-color: white;
  color: #333;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.35);
  padding: 40px 35px;
  line-height: 2.2;
}
@media (max-width: 1024px) {
  .message-block-inner-txt {
    width: 460px;
    font-size: clamp(0.938rem, 0.586rem + 0.74vw, 1.063rem);
  }
}
@media (max-width: 530px) {
  .message-block-inner-txt {
    width: 100%;
    padding: 25px 24px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  }
}
.message-block-inner-txt .text p {
  display: inline;
  padding: 0 0 6px 0;
  background: repeating-linear-gradient(to right, transparent 0 6px, #A48B78 6px 10px);
  background-size: auto 2px; /* ← 点線の高さ */
  background-position: left bottom;
  background-repeat: repeat-x;
}
.message-block-inner-txt .text p span {
  color: #1e73be;
  font-weight: 700;
}
.message-block-inner-txt .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 48px;
  text-align: center;
}
.message-block-inner-txt .name span {
  display: block;
  font-size: 15px;
  margin-right: 15px;
}
@media (max-width: 530px) {
  .message-block-inner-txt .name span {
    font-size: 12px;
    margin-top: 8px;
  }
}
.message-block-inner-txt .name h4 {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 530px) {
  .message-block-inner-txt .name h4 {
    font-size: 24px;
  }
}
.message-block-inner-sunset {
  width: 40%;
}
@media (max-width: 1024px) {
  .message-block-inner-sunset {
    margin-left: 4%;
  }
}
@media (max-width: 530px) {
  .message-block-inner-sunset {
    width: 55%;
    margin-left: auto;
    margin-right: -9%;
  }
}
.message-block-inner-sunset img {
  width: 100%;
  margin-top: -60%;
}
@media (max-width: 1024px) {
  .message-block-inner-sunset img {
    margin-top: -35%;
  }
}
@media (max-width: 530px) {
  .message-block-inner-sunset img {
    margin-top: 0;
    margin-bottom: -36%;
  }
}

.message-bottom {
  position: absolute;
  bottom: 135px;
  width: 136%;
  max-width: 1848px;
  left: 7%;
}
@media (min-width: 1600px) {
  .message-bottom {
    max-width: 2459px;
  }
}
@media (max-width: 1024px) {
  .message-bottom {
    left: 4%;
  }
}
@media (max-width: 530px) {
  .message-bottom {
    top: 21%;
    width: 320%;
    left: -85%;
  }
}
.message-bottom .message-scenery img {
  width: 100%;
}

.result {
  width: 100%;
}
.result-wrwpp {
  width: 100%;
}

.result-tit {
  position: relative;
  border-bottom: 1px solid #FFE100;
}
.result-tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 3px;
  background: #FFE100;
}
@media (min-width: 1600px) {
  .result-tit::before {
    width: 37%;
    max-width: 750px;
  }
}
@media (max-width: 530px) {
  .result-tit::before {
    display: none;
  }
}
.result-tit-inner {
  width: 60%;
  max-width: 1315px;
  margin: 0 auto;
  display: flex;
  align-items: end;
}
@media (max-width: 1024px) {
  .result-tit-inner {
    width: 80%;
  }
}
@media (max-width: 530px) {
  .result-tit-inner {
    flex-direction: column;
    align-items: center;
  }
}
.result-tit-inner p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-right: 3%;
  padding-bottom: 24px;
}
@media (min-width: 1600px) {
  .result-tit-inner p {
    margin-right: 7%;
  }
}
@media (max-width: 1024px) {
  .result-tit-inner p {
    font-size: clamp(1rem, -0.08rem + 2.27vw, 1.375rem);
  }
}
@media (max-width: 530px) {
  .result-tit-inner p {
    padding-bottom: 0;
  }
}
.result-tit-inner p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 105%;
  height: 3px;
  background: #FFE100;
}
@media (max-width: 530px) {
  .result-tit-inner p::before {
    display: none;
  }
}
.result-tit-inner h2 {
  color: #004E9D;
  font-size: clamp(3.125rem, 0.65rem + 3.6vw, 4.25rem);
  line-height: 1.1; /* 行内のズレを抑える */
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .result-tit-inner h2 {
    font-size: clamp(2.188rem, -0.511rem + 5.68vw, 3.125rem);
  }
}
@media (max-width: 530px) {
  .result-tit-inner h2 {
    padding-bottom: 12px;
  }
}
.result-tit-inner h2 span {
  display: inline-block; /* 幅を安定させる */
  color: #0080CB;
  position: relative;
  top: 0.05em; /* 微調整（数字は調整可能） */
}
.result-tit-inner h2 .big-txt {
  font-size: clamp(5.313rem, -0.188rem + 8vw, 7.813rem);
  display: inline-block; /* こちらも行内で安定 */
  line-height: 1; /* 文字詰まり防止 */
  color: #0080CB; /* big-txt も色統一 */
}
@media (max-width: 1024px) {
  .result-tit-inner h2 .big-txt {
    font-size: clamp(4.063rem, 0.464rem + 7.58vw, 5.313rem);
  }
}

.result-body {
  margin-top: 5%;
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 530px) {
  .result-body {
    width: 85%;
  }
}

.result-block {
  margin-top: 10%;
  position: relative;
}
@media (max-width: 530px) {
  .result-block {
    margin-top: 15%;
  }
}
.result-block-tit {
  display: flex;
  margin-bottom: 2%;
  align-items: center;
}
@media (max-width: 530px) {
  .result-block-tit {
    margin-bottom: 3%;
  }
}
.result-block-tit h3 {
  background-color: #ffffff;
  color: #004E9D;
  padding: 10px 16px 8px;
  line-height: 1;
  font-size: 35px;
}
@media (max-width: 1024px) {
  .result-block-tit h3 {
    font-size: clamp(1.75rem, 0.67rem + 2.27vw, 2.125rem);
  }
}
@media (max-width: 530px) {
  .result-block-tit h3 {
    padding: 10px 10px 8px;
    font-size: clamp(1.188rem, -0.098rem + 5.71vw, 1.438rem);
  }
}
.result-block-tit h3.sa {
  background-image: linear-gradient(90deg, #004E9D 100%, transparent 0); /* 黄色帯 */
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  transition: background-size 0.6s ease, color 0.4s ease 0.2s;
  color: rgba(0, 78, 157, 0.0039215686);
}
.result-block-tit h3.sa.show {
  background-size: 100% 100%; /* 左から右にスライド */
  color: white; /* 表示後の文字色 */
}
.result-block-tit-sub {
  margin-left: 3%;
  font-size: 18px;
}
@media (max-width: 530px) {
  .result-block-tit-sub {
    font-size: clamp(0.688rem, 0.045rem + 2.86vw, 0.813rem);
  }
}
.result-block-tit-sub p {
  display: flex;
  align-items: center;
}
.result-block-tit-sub span {
  display: inline-block;
  background-color: #004E9D;
  color: #fff;
  padding: 7px 22px 5px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 30px;
}
@media (max-width: 530px) {
  .result-block-tit-sub span {
    padding: 7px 10px 5px;
  }
}
.result-block-tit-sub .lightblue {
  background-color: #0080CB;
}
.result-block-tit-sub i {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 530px) {
  .result-block-tit-sub i {
    font-size: 24px;
  }
}
.result-block-txt h4 {
  display: inline;
  font-size: 20px;
  line-height: 1.7;
  background-image: linear-gradient(transparent 70%, #FFE100 70%);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1024px) {
  .result-block-txt h4 {
    font-size: clamp(1.188rem, 0.468rem + 1.52vw, 1.438rem);
  }
}
@media (max-width: 530px) {
  .result-block-txt h4 {
    font-size: clamp(1.094rem, 0.612rem + 2.14vw, 1.188rem);
  }
}
.result-block-txt-list {
  display: flex;
  margin-top: 2%;
}
@media screen and (max-width: 850px) {
  .result-block-txt-list {
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .result-block-txt-list {
    font-size: clamp(0.844rem, 0.201rem + 2.86vw, 0.969rem);
  }
}
.result-block-txt-list div {
  margin-right: 5%;
}
@media (max-width: 530px) {
  .result-block-txt-list div {
    margin-right: 0;
  }
}
.result-block-txt-list p {
  position: relative;
  padding-left: 0.8em;
  margin-top: 1%;
}
.result-block-txt-list p::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0080CB;
  border-radius: 50%;
}
.result-block-txt-bottom {
  display: flex;
  flex-direction: column;
}
.result-block-txt-bottom p {
  display: inline-block;
  width: fit-content;
  display: inline-block;
  background-color: #00B8FF;
  color: white;
  padding: 6px 10px 5px;
  line-height: 1;
  margin-top: 8px;
}
@media (max-width: 530px) {
  .result-block-txt-bottom p {
    font-size: clamp(0.875rem, 0.232rem + 2.86vw, 1rem);
  }
}

.result-block-img img {
  position: absolute;
}
.result-block-img .result-img-1 {
  width: 20%;
  right: 17%;
  top: 47%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .result-block-img .result-img-1 {
    width: 22%;
    right: 5%;
    top: 69%;
  }
}
@media (max-width: 530px) {
  .result-block-img .result-img-1 {
    width: 28%;
    right: 3px;
    top: 49%;
  }
}
.result-block-img .result-img-2 {
  width: 27%;
  right: 0px;
  top: 0%;
  z-index: 4;
}
@media (max-width: 1024px) {
  .result-block-img .result-img-2 {
    width: 27%;
    right: -10%;
    top: 26%;
  }
}
@media (max-width: 530px) {
  .result-block-img .result-img-2 {
    width: 32%;
    right: -34px;
    top: 82px;
  }
}

.result-bottom {
  width: 100%;
  margin-top: 5%;
}
@media (min-width: 1600px) {
  .result-bottom {
    margin-top: 2%;
  }
}
@media (max-width: 530px) {
  .result-bottom {
    width: 320%;
    margin-left: -110%;
  }
}
.result-bottom img {
  width: 100%;
}

.profile {
  padding-top: 3%;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media (max-width: 530px) {
  .profile {
    padding-top: 5%;
  }
}
.profile-wrapp {
  width: 60%;
  margin: 0 auto;
  max-width: 718px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .profile-wrapp {
    width: 85%;
  }
}

.profile-name {
  margin-top: 5%;
  margin-bottom: 3%;
  color: #004E9D;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .profile-name {
    font-size: 28px;
  }
}

.profile-bio {
  border-top: 1px solid #C5CFE2;
  border-bottom: 1px solid #C5CFE2;
  padding: 4% 0;
  font-size: 18px;
}
@media (max-width: 530px) {
  .profile-bio {
    font-size: 16px;
  }
}
.profile-bio p {
  display: flex;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.2;
  width: 50%;
  margin: 0 auto;
  margin-top: 4px;
}
@media (max-width: 530px) {
  .profile-bio p {
    width: 230px;
  }
}
.profile-bio p::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0080CB;
  border-radius: 50%;
}

.profile-career {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  padding-top: 5%;
  font-size: 18px;
}
@media (max-width: 530px) {
  .profile-career {
    width: 96%;
  }
}
.profile-career .prof-box {
  display: flex;
  width: 100%;
  margin-bottom: 2%;
}
@media (max-width: 530px) {
  .profile-career .prof-box {
    flex-direction: column;
  }
}
.profile-career .prof-box-left {
  width: 30%;
  color: white;
  margin-right: 3%;
}
@media (max-width: 1024px) {
  .profile-career .prof-box-left {
    width: 25%;
    font-size: 15px;
  }
}
@media (max-width: 530px) {
  .profile-career .prof-box-left {
    width: 100%;
    color: #004E9D;
  }
}
.profile-career .prof-box-left span {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  padding: 8px 13% 6px;
  background-color: #004E9D;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 530px) {
  .profile-career .prof-box-left span {
    background-color: white;
    text-align-last: left;
    padding-left: 0%;
  }
}
.profile-career .prof-box-right {
  margin-top: 3px;
}
.profile-career .prof-box-right p {
  position: relative;
  padding-left: 0.8em;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .profile-career .prof-box-right p {
    font-size: clamp(1rem, 0.64rem + 0.76vw, 1.125rem);
  }
}
@media (max-width: 530px) {
  .profile-career .prof-box-right p {
    font-size: clamp(0.875rem, 0.602rem + 1.25vw, 0.938rem);
  }
}
.profile-career .prof-box-right p::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}

.policy {
  position: relative;
  margin-top: 6px;
  z-index: 2;
  margin-bottom: 13%;
}
@media (max-width: 1024px) {
  .policy {
    margin-top: 20%;
  }
}
@media (max-width: 530px) {
  .policy {
    margin-top: 0;
    padding-top: 15%;
  }
}
.policy-wrapp {
  padding-top: 1%;
}

.policy-back {
  position: absolute;
  width: 85%;
  height: 100%;
  border-top-right-radius: 85px;
  background: #0080CB;
  background: linear-gradient(90deg, rgb(0, 128, 203) 50%, rgb(0, 78, 157) 100%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .policy-back {
    width: 93%;
  }
}
@media (max-width: 530px) {
  .policy-back {
    width: 100%;
  }
}

.policy-tit {
  width: 85%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10%;
  margin-top: 10%;
  color: white;
}
@media (max-width: 1024px) {
  .policy-tit {
    margin-bottom: 15%;
  }
}
@media (max-width: 530px) {
  .policy-tit {
    margin-top: 12%;
  }
}
.policy-tit h2 {
  color: rgba(255, 255, 255, 0.5);
}

.policy-body {
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.policy-body-inner {
  width: 100%;
  position: relative;
}

.pol-box {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 18%;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 530px) {
  .pol-box {
    flex-direction: column;
  }
}
.pol-box-num {
  width: 15%;
  color: #00B3FF;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1%;
}
@media (max-width: 1024px) {
  .pol-box-num {
    margin-right: 2%;
  }
}
@media (max-width: 530px) {
  .pol-box-num {
    width: 35%;
  }
}
.pol-box-num span {
  font-size: 215px;
  font-weight: 300;
  transform: skewX(-10deg);
  margin-right: -12%;
}
@media (max-width: 1024px) {
  .pol-box-num span {
    font-size: clamp(10rem, 0.104rem + 20.83vw, 13.438rem);
  }
}
.pol-box-num p {
  font-size: 15px;
  margin-top: -23px;
}
@media (max-width: 1024px) {
  .pol-box-num p {
    font-size: clamp(0.688rem, 0.148rem + 1.14vw, 0.875rem);
    margin-top: -15px;
  }
}
.pol-box-main {
  width: 66%;
  max-width: 760px;
  color: white;
}
@media (max-width: 530px) {
  .pol-box-main {
    width: 100%;
  }
}
.pol-box-main-tit {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, -0.357rem + 3.43vw, 2.75rem);
}
@media (max-width: 1024px) {
  .pol-box-main-tit {
    font-size: clamp(1.5rem, 0.42rem + 2.27vw, 1.875rem);
  }
}
@media (max-width: 530px) {
  .pol-box-main-tit {
    font-size: clamp(1.563rem, -0.045rem + 7.14vw, 1.875rem);
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
    margin-bottom: 2%;
    margin-top: 3%;
  }
}
.pol-box-main-tit span {
  font-size: 25px;
  padding: 4px 17px 1px;
  margin-left: 3%;
  align-items: end;
  background-color: white;
  border-radius: 30px;
  color: #0080CB;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .pol-box-main-tit span {
    font-size: 17px;
  }
}
@media (max-width: 530px) {
  .pol-box-main-tit span {
    margin-left: 0;
    font-size: 15px;
    padding: 4px 15px 2px;
  }
}
.pol-box-main-txt h4 {
  display: inline;
  font-weight: 700;
  color: #004E9D;
  font-size: clamp(1.625rem, 1.036rem + 0.86vw, 1.813rem);
  line-height: 1.8;
  padding: 0.2em 0.45em 0.1em;
  background-image: linear-gradient(transparent 0%, #FFE100 0%);
  background-repeat: no-repeat;
  background-size: calc(100% + 0.6em) calc(100% + 0.3em);
  background-position: top left;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 1024px) {
  .pol-box-main-txt h4 {
    font-size: clamp(1.125rem, 0.045rem + 2.27vw, 1.5rem);
    line-height: 2;
  }
}
@media (max-width: 530px) {
  .pol-box-main-txt h4 {
    font-size: clamp(1.063rem, 0.098rem + 4.29vw, 1.25rem);
  }
}
.pol-box-main-txt p {
  font-size: clamp(1.375rem, 0.982rem + 0.57vw, 1.5rem);
  position: relative;
  padding-left: 0.8em; /* 点と文字の間 */
  margin-top: 1%;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .pol-box-main-txt p {
    font-size: clamp(1.063rem, 0.523rem + 1.14vw, 1.25rem);
  }
}
@media (max-width: 530px) {
  .pol-box-main-txt p {
    margin-top: 2%;
  }
}
.pol-box-main-txt p::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FFE100;
  border-radius: 50%;
}

.pol-box-even {
  flex-direction: row-reverse;
}
@media (max-width: 530px) {
  .pol-box-even {
    flex-direction: column;
  }
  .pol-box-even .pol-box-num {
    margin-right: 5%;
    margin-left: auto;
    margin-bottom: -36%;
  }
}
.pol-box-even .pol-box-main {
  max-width: 675px;
}

.pol-box-02 .pol-box-main {
  margin-right: -3%;
}
@media (min-width: 1600px) {
  .pol-box-02 .pol-box-main {
    margin-right: -1%;
  }
}
@media (max-width: 1024px) {
  .pol-box-02 .pol-box-main {
    margin-right: -2%;
  }
}
@media (max-width: 1024px) {
  .pol-box-02 .pol-box-num {
    margin-right: 0;
    margin-left: 1%;
  }
}
@media (max-width: 530px) {
  .pol-box-02 .pol-box-num {
    margin-right: 5%;
    margin-left: auto;
    margin-bottom: 0;
  }
}

.pol-box-04 {
  align-items: end;
}
.pol-box-04 .pol-box-num {
  margin-left: -8%;
}
@media (max-width: 1024px) {
  .pol-box-04 .pol-box-num {
    margin-left: -20%;
  }
}
@media (max-width: 530px) {
  .pol-box-04 .pol-box-num {
    margin-left: 0;
    margin-bottom: -26%;
  }
}
.pol-box-04 .pol-box-main {
  max-width: 550px;
  margin-left: -10%;
}
@media (max-width: 530px) {
  .pol-box-04 .pol-box-main {
    margin-left: 0;
  }
}

.pol-box-img {
  position: absolute;
  width: 25%;
}
@media (max-width: 530px) {
  .pol-box-img {
    width: 50%;
  }
}
.pol-box-img img {
  width: 100%;
}

.pol-img-01 {
  top: -69%;
  right: 11%;
}
@media (max-width: 1024px) {
  .pol-img-01 {
    top: -104px;
    right: 5%;
  }
}
@media (max-width: 530px) {
  .pol-img-01 {
    top: -4px;
    right: 5%;
    max-width: 153px;
  }
}

.pol-img-02 {
  top: -60%;
  left: -150px;
}
@media (max-width: 1024px) {
  .pol-img-02 {
    top: -59%;
    left: -15%;
  }
}
@media (max-width: 530px) {
  .pol-img-02 {
    top: 0%;
    left: -4%;
    max-width: 161px;
  }
}

.pol-img-03 {
  top: 53%;
  right: 109px;
}
@media (min-width: 1600px) {
  .pol-img-03 {
    top: 40%;
  }
}
@media (max-width: 1024px) {
  .pol-img-03 {
    top: 53%;
    right: 58px;
  }
}
@media (max-width: 530px) {
  .pol-img-03 {
    top: 8%;
    right: 12px;
  }
}

.pol-img-05 {
  top: 47%;
  right: 10%;
}
@media (min-width: 1600px) {
  .pol-img-05 {
    top: 35%;
  }
}
@media (max-width: 1024px) {
  .pol-img-05 {
    top: 50%;
    right: 7%;
  }
}
@media (max-width: 530px) {
  .pol-img-05 {
    top: 5%;
    right: 7%;
  }
}

.pol-bottom {
  width: 50%;
  margin-top: -15%;
  margin-left: -8%;
}
@media (min-width: 1600px) {
  .pol-bottom {
    width: 61%;
    margin-top: -32%;
    margin-left: -28%;
  }
}
@media (max-width: 530px) {
  .pol-bottom {
    width: 145%;
    padding-left: 17%;
    margin-bottom: -17.5%;
  }
}
.pol-bottom img {
  width: 100%;
}

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