@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: 560px) {
  .tab_br {
    display: none;
  }
}

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

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

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

span.aks {
  display: inline-block;
}

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

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

img {
  width: 100%;
}

/*
 * トランジション
 */
.main-tit-block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .main-tit-block {
    width: 220px;
  }
}

.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 560px) {
  .main-top {
    overflow: visible;
  }
}
.main-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #003893;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  z-index: 1;
}
@media (max-width: 1000px) {
  .main-top::before {
    bottom: -10px;
  }
}
@media (max-width: 850px) {
  .main-top::before {
    bottom: -49px;
  }
}
@media (max-width: 560px) {
  .main-top::before {
    height: 100px;
    bottom: -100px;
    z-index: 2;
  }
}
.main-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: white;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}
@media (max-width: 560px) {
  .main-top::after {
    height: 100px;
    display: none;
  }
}
.main-top-inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 2%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1380px;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .main-top-inner {
    width: 100%;
  }
}

.top-back {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #003893 70%, #003893 90%, #ffffff 90%, #ffffff 100%);
}
@media (max-width: 1025px) {
  .top-back {
    background: none;
  }
}
.top-back::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #EB7482;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  z-index: 0;
}
@media (min-width: 1500px) {
  .top-back::before {
    top: 3%;
    left: -3%;
  }
}
@media (min-width: 1800px) {
  .top-back::before {
    top: 5%;
    left: -5%;
  }
}
@media (max-width: 850px) {
  .top-back::before {
    top: -2%;
  }
}
@media (max-width: 560px) {
  .top-back::before {
    top: 0;
    left: 0;
    height: 100px;
  }
}
.top-back::after {
  content: "";
  position: absolute;
  bottom: 220px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #003893;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
@media (min-width: 1100px) {
  .top-back::after {
    bottom: 250px;
  }
}
@media (min-width: 1200px) {
  .top-back::after {
    bottom: 280px;
  }
}
@media (min-width: 1300px) {
  .top-back::after {
    bottom: 315px;
  }
}
@media (min-width: 1400px) {
  .top-back::after {
    bottom: 350px;
  }
}
@media (min-width: 1500px) {
  .top-back::after {
    bottom: 365px;
  }
}
@media (max-width: 1000px) {
  .top-back::after {
    bottom: 190px;
  }
}
@media (max-width: 850px) {
  .top-back::after {
    bottom: 150px;
  }
}
@media (max-width: 560px) {
  .top-back::after {
    height: 100px;
    bottom: -1px;
    z-index: 2;
  }
}
.top-back-blue {
  position: absolute;
  width: 100%;
  height: 21px;
  bottom: 200px;
  left: 0;
  background-color: #003893;
}
@media (min-width: 1100px) {
  .top-back-blue {
    height: 51px;
  }
}
@media (min-width: 1200px) {
  .top-back-blue {
    height: 81px;
  }
}
@media (min-width: 1300px) {
  .top-back-blue {
    height: 116px;
  }
}
@media (min-width: 1400px) {
  .top-back-blue {
    height: 151px;
  }
}
@media (min-width: 1500px) {
  .top-back-blue {
    height: 166px;
  }
}
@media (max-width: 1000px) {
  .top-back-blue {
    height: 0;
  }
}

.main-top-inner-column-1 {
  width: 50%;
  margin-top: 4%;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 {
    width: 36%;
    display: flex;
    position: relative;
    z-index: 2;
  }
}
.main-top-inner-column-1 .top-name p {
  color: white;
  display: block;
  margin-bottom: 3%;
}
@media (max-width: 850px) {
  .main-top-inner-column-1 .top-name p {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 .top-name p {
    width: 250%;
    font-size: 16px;
    margin-bottom: 15%;
  }
}
.main-top-inner-column-1 .top-name p span {
  display: none;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 .top-name p span {
    display: inline-block;
  }
}
.main-top-inner-column-1 .top-catch {
  width: 86%;
  margin-top: 28%;
}
@media (max-width: 850px) {
  .main-top-inner-column-1 .top-catch {
    width: 82%;
    margin-top: 36%;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 .top-catch {
    width: 32%;
    margin-top: 48%;
    margin-left: 3%;
  }
}

.main-top-inner-column-2 {
  width: 52%;
  position: relative;
  margin-left: -8%;
  margin-right: -6%;
}
@media (max-width: 560px) {
  .main-top-inner-column-2 {
    width: 114%;
    margin-top: 18%;
    margin-left: -22%;
    margin-right: -33%;
  }
}
.main-top-inner-column-2 .top-image {
  margin-bottom: -7%;
}
@media (min-width: 1500px) {
  .main-top-inner-column-2 .top-image {
    margin-bottom: -10%;
  }
}
@media (max-width: 950px) {
  .main-top-inner-column-2 .top-image {
    margin-bottom: -5%;
  }
}
@media (max-width: 900px) {
  .main-top-inner-column-2 .top-image {
    margin-bottom: -1%;
  }
}

.top-logo-catch {
  display: none;
}
@media (max-width: 560px) {
  .top-logo-catch {
    display: block;
    position: absolute;
    width: 50%;
    bottom: 13%;
    left: 22%;
  }
}

.top-con-area {
  width: 100%;
  margin-top: -13%;
  position: relative;
  z-index: 10;
}
@media (min-width: 1600px) {
  .top-con-area {
    margin-top: -205px;
  }
}
@media (max-width: 560px) {
  .top-con-area {
    margin-top: -8%;
  }
}
.top-con-area-inner {
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
@media (max-width: 560px) {
  .top-con-area-inner {
    width: 85%;
  }
}
.top-con-area-inner:hover {
  transform: scale(1.05);
}

.news {
  margin: 0;
  position: relative;
  padding-top: 4%;
  background: #EB7482;
  margin-top: 25%;
}
@media (max-width: 1025px) {
  .news {
    padding-top: 6%;
  }
}
@media (max-width: 560px) {
  .news {
    padding: 6% 0 18%;
    background: linear-gradient(to bottom, #fff 30%, #EB7482 30%);
  }
}
.news .main-tit-block .main-tit {
  width: 465px;
  color: white;
}
@media (max-width: 1025px) {
  .news .main-tit-block .main-tit {
    width: 440px;
  }
}
@media (max-width: 560px) {
  .news .main-tit-block .main-tit {
    width: 230px;
    color: #003893;
  }
}
.news-wrapp {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1100px;
  position: relative;
}
@media (max-width: 560px) {
  .news-wrapp {
    flex-direction: column;
    border: none;
  }
}
.news-card {
  width: 45%;
  color: white;
  margin-top: -15%;
  margin-bottom: 3%;
  margin-right: 10%;
}
@media (max-width: 850px) {
  .news-card {
    width: 47%;
    margin-right: 3%;
  }
}
@media (max-width: 560px) {
  .news-card {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news-card .news-thumb {
  width: 100%;
  border: 1px solid #333;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 560px) {
  .news-card .news-thumb {
    width: 70%;
  }
}
.news-card .news-thumb:hover {
  transform: scale(1.05);
}
.news-card .news-content {
  display: flex;
  width: 75%;
  position: absolute;
  left: 0;
  bottom: 40%;
  border-bottom: 1px solid;
  align-items: center;
  font-weight: 600;
  padding-bottom: 8px;
}
@media (max-width: 560px) {
  .news-card .news-content {
    width: 100%;
    position: static;
    flex-direction: column;
    margin-top: 5%;
    border-bottom: none;
  }
}
.news-card .news-content .news-category-label {
  background-color: white;
  color: #EB7482;
  padding: 3px 10px 1px;
}
@media (max-width: 560px) {
  .news-card .news-content .news-category-label {
    padding: 2px 10px 0px;
    margin-bottom: 5px;
  }
}
.news-card .news-content .news-title {
  font-size: 24px;
  margin-left: 10px;
}
@media (max-width: 850px) {
  .news-card .news-content .news-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .news-card .news-content .news-title {
    margin-left: 0;
    font-size: 16px;
  }
}
.news-link {
  width: 210px;
  height: 48px;
}
.news-link a {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  padding-left: 32px;
  border-radius: 56px;
}
.news-link a .c-btn--text {
  position: relative;
  z-index: 2;
  color: white;
}
.news-link a .c-btn--dot, .news-link a .c-btn--overlay {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.news-link a .c-btn--dot {
  z-index: 2;
  right: 25px;
  background: white;
  transition: background 0.3s;
}
.news-link a .c-btn--overlay {
  left: -19px;
  width: 400px;
  height: 400px;
  transition: 0.3s;
  transform: scale(0);
  background: white;
  pointer-events: none;
}
.news-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 56px;
  border: 1px solid white;
}
.news-link a:hover .c-btn--text {
  color: #003893;
}
.news-link a:hover .c-btn--dot {
  background: #003893;
}
.news-link a:hover .c-btn--overlay {
  transform: scale(1);
}
@media (max-width: 1025px) {
  .news-link a {
    width: 90%;
    height: 50px;
  }
}
@media (max-width: 560px) {
  .news-link a {
    margin: 6% 0;
  }
}
.news-link {
  position: absolute;
  left: 0;
  bottom: 15%;
}
@media (max-width: 560px) {
  .news-link {
    position: static;
    margin: 0 auto;
  }
}

.news-me {
  width: 100%;
  text-align: center;
  position: relative;
}
.news-me img {
  width: 160%;
  margin-left: -30%;
}
@media (min-width: 1600px) {
  .news-me img {
    width: 140%;
    margin-left: -20%;
  }
}
@media (min-width: 1800px) {
  .news-me img {
    width: 130%;
    margin-left: -15%;
  }
}
@media (min-width: 2300px) {
  .news-me img {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 850px) {
  .news-me img {
    width: 190%;
    margin-left: -50%;
  }
}
@media (max-width: 560px) {
  .news-me img {
    width: 100%;
    margin-left: 0;
  }
}
.news-me p {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  font-family: serif;
  font-size: clamp(1.938rem, 0.792rem + 1.83vw, 2.625rem);
  font-weight: bold;
  display: block;
  line-height: 2;
  text-shadow: 0 0 5px #0066ff, 0 0 10px #0066ff, 0 0 20px #0066ff, 0 0 30px #0077ff, 0 0 45px #0077ff;
}
@media (max-width: 850px) {
  .news-me p {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .news-me p {
    font-size: clamp(1.25rem, -0.036rem + 5.71vw, 1.5rem);
    line-height: 2.2;
  }
}

.sns {
  margin-top: 7%;
  margin-bottom: 13%;
}
@media (max-width: 560px) {
  .sns {
    margin-top: 20%;
    margin-bottom: 19%;
  }
}
@media (max-width: 560px) {
  .sns .main-tit-block {
    width: 100px;
  }
}
.sns .main-tit-block .main-tit {
  width: 780px;
}
@media (max-width: 1025px) {
  .sns .main-tit-block .main-tit {
    width: 578px;
  }
}
@media (max-width: 1025px) {
  .sns .main-tit-block .main-tit span {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .sns .main-tit-block .main-tit span {
    font-size: 0.9em;
  }
  .sns .main-tit-block .main-tit::after {
    left: 0;
    right: auto;
  }
}

.sns-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  margin-top: 5%;
}
@media (max-width: 560px) {
  .sns-wrapp {
    width: 85%;
  }
}
.sns-wrapp-inner {
  width: 100%;
  text-align: center;
}

.sns-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 1%;
}
@media (max-width: 560px) {
  .sns-btn {
    flex-direction: column;
  }
}
.sns-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 344px;
  padding: 20px 3em;
  font-size: 1.2em;
  color: white;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 560px) {
  .sns-btn a {
    width: 100%;
    font-size: 1.1em;
    margin-top: 4%;
  }
}
.sns-btn a i {
  font-size: 2.3em;
  position: absolute;
  left: 11%;
  top: 1%;
}
@media (max-width: 850px) {
  .sns-btn a i {
    font-size: 2.1em;
    top: 5%;
  }
}
@media (max-width: 560px) {
  .sns-btn a i {
    top: 10%;
    left: 17%;
  }
}
.sns-btn a p {
  display: inline-block;
  vertical-align: super;
  margin-left: 20%;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 850px) {
  .sns-btn a p {
    margin-left: 34%;
  }
}
@media (max-width: 560px) {
  .sns-btn a p {
    margin-left: 10%;
  }
}
.sns-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
.sns-btn a:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}
.sns-btn i {
  font-size: 1.7em;
  z-index: 1;
}
.sns-btn a.tw-btn {
  background-color: #000000;
}
.sns-btn a.tw-btn::before {
  background-color: #3c3c3c;
}
.sns-btn a.inst-btn {
  background: linear-gradient(127deg, #6464FC, #B153DB, #F03C58, #F3786E, #FFC543);
}
.sns-btn a.inst-btn::before {
  background: linear-gradient(127deg, #5c5ce4, #9646bb, #d3364d, #db6e64, #dfab3c);
}
.sns-btn a.x-btn {
  background-color: #231815;
}
.sns-btn a.x-btn::before {
  background-color: #555555;
}
.sns-btn a.fb-btn {
  background-color: #1877f2;
}
.sns-btn a.fb-btn::before {
  background-color: #0a64d9;
}
.sns-btn .sns-btn:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

#gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
#gallery .gallery-item {
  width: 23%;
  margin: 5px;
  height: auto;
  text-align: center;
  aspect-ratio: 4/5;
}
@media (max-width: 1025px) {
  #gallery .gallery-item {
    width: 23%;
  }
}
@media (max-width: 560px) {
  #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: 560px) {
  #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.37, 0.16, 0.12, 1);
}
#gallery video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.message {
  padding-top: 8%;
  position: relative;
}
@media (max-width: 560px) {
  .message {
    margin: 0%;
  }
}
.message .main-tit-block .main-tit {
  width: 560px;
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1025px) {
  .message .main-tit-block .main-tit {
    width: 530px;
  }
}
@media (max-width: 560px) {
  .message .main-tit-block .main-tit {
    width: 273px;
    flex-direction: row;
  }
}
.message .main-tit-block .main-tit::after {
  left: 0;
  right: auto;
}
.message .main-tit-block .main-tit h2 {
  margin-right: 0;
  margin-left: 6%;
}
@media (max-width: 560px) {
  .message .main-tit-block .main-tit h2 {
    margin-left: 0;
    margin-right: 2%;
  }
}
.message-columns {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 6%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 560px) {
  .message-columns {
    flex-direction: column;
    padding-top: 8%;
  }
}
.message-text {
  width: 100%;
  font-size: clamp(1.188rem, 0.711rem + 0.74vw, 1.313rem);
}
@media (max-width: 1025px) {
  .message-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .message-text {
    font-size: clamp(1.063rem, 0.741rem + 1.43vw, 1.125rem);
  }
}
.message-text p {
  text-align: justify;
  line-height: 2;
  display: block;
  margin-bottom: 5%;
}
.message .message-text-bottom {
  width: 57%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1025px) {
  .message .message-text-bottom {
    width: 65%;
  }
}
@media (max-width: 560px) {
  .message .message-text-bottom {
    width: 100%;
  }
}
.message-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 560px) {
  .message-bottom {
    align-items: center;
  }
}
.message-bottom-image {
  width: 44%;
  margin-top: -35%;
}
@media (max-width: 1025px) {
  .message-bottom-image {
    margin-left: -5%;
  }
}
@media (max-width: 560px) {
  .message-bottom-image {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .message-bottom {
    width: 100%;
    margin-top: 2%;
  }
}
.message-bottom .me-name {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .message-bottom .me-name {
    width: 61%;
  }
}
@media (max-width: 560px) {
  .message-bottom .me-name {
    width: 58%;
  }
}
.message-bottom .me-name .name {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .message-bottom .me-name .name {
    flex-direction: column;
    align-items: start;
  }
}
.message-bottom .me-name .name p {
  font-size: 16px;
}
@media (max-width: 1025px) {
  .message-bottom .me-name .name p {
    font-size: clamp(0.813rem, 0.063rem + 1.56vw, 1.063rem);
  }
}
.message-bottom .me-name .name img {
  width: 60%;
  margin-left: 2%;
}
@media (max-width: 1025px) {
  .message-bottom .me-name .name img {
    width: 52%;
  }
}
@media (max-width: 560px) {
  .message-bottom .me-name .name img {
    width: 100%;
    margin-left: 0;
  }
}
.message-bottom .me-name span {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 560px) {
  .message-bottom .me-name span {
    font-size: 14px;
  }
}

.policy {
  text-align: center;
  background-color: #F9D5D9;
}
.policy .main-tit-block {
  margin-top: 5%;
}
@media (max-width: 560px) {
  .policy .main-tit-block {
    width: 185px;
  }
  .policy .main-tit-block .main-tit {
    width: 185px;
  }
  .policy .main-tit-block .main-tit h2 {
    margin-right: 5%;
  }
}
.policy-inner {
  margin-top: 60px;
  padding-bottom: 2%;
}

.pol-line {
  width: 100%;
  position: relative;
  z-index: 2;
}
.pol-line img {
  width: 200%;
  margin-left: -58%;
  margin-top: -1%;
}
@media (min-width: 1600px) {
  .pol-line img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  .pol-line img {
    width: 270%;
    margin-left: -95%;
  }
}

@media (max-width: 560px) {
  .pol-line-bottom {
    margin-left: 20%;
  }
}

.policy-title {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 12%;
  margin-top: 8%;
}
@media (max-width: 560px) {
  .policy-title {
    width: 88%;
  }
}

.policy-area {
  width: 100%;
}

.pol-box {
  margin-bottom: 12%;
  background-color: white;
}
@media (max-width: 560px) {
  .pol-box {
    margin-bottom: 18%;
  }
}
.pol-box-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 560px) {
  .pol-box-inner {
    width: 85%;
  }
}
.pol-box-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 106%;
  background-color: #F9D5D9;
}
@media (max-width: 560px) {
  .pol-box-inner::before {
    display: none;
  }
}
.pol-box:nth-child(even) .pol-box-inner::before {
  left: auto;
  right: 106%;
}

.pol-box-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-bottom: 6%;
}
@media (max-width: 560px) {
  .pol-box-head {
    flex-direction: column-reverse;
    margin-bottom: 12%;
  }
}
.pol-box-head::before {
  content: "";
  position: absolute;
  width: 400%;
  height: 30%;
  top: 0;
  right: -200%;
  background-color: #F9D5D9;
}
@media (max-width: 560px) {
  .pol-box-head::before {
    height: 23%;
  }
}
.pol-box-head-tit {
  width: 60%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 560px) {
  .pol-box-head-tit {
    width: 100%;
  }
}
.pol-box-head-tit .pol-num {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.pol-box-head-tit .pol-num span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1e4da1;
  font-weight: 700;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
@media (max-width: 560px) {
  .pol-box-head-tit .pol-num span {
    font-size: 12px;
    margin-right: -5px;
  }
}
.pol-box-head-tit .pol-num p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(9.375rem, 5.266rem + 6.38vw, 11.25rem);
  line-height: 0.9;
  font-weight: 600;
  color: #1e4da1;
  margin: 0;
  transform: scaleY(1.15) skewX(-5deg);
  transform-origin: left bottom;
}
@media (max-width: 560px) {
  .pol-box-head-tit .pol-num p {
    font-size: clamp(4.375rem, 0.518rem + 17.14vw, 5.125rem);
  }
}
.pol-box-head-tit .pol-title {
  text-align: left;
  color: #003893;
  font-size: clamp(2.938rem, 1.431rem + 2.34vw, 3.625rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1025px) {
  .pol-box-head-tit .pol-title {
    font-size: clamp(1.688rem, 0.096rem + 4.25vw, 2.813rem);
  }
}
@media (max-width: 560px) {
  .pol-box-head-tit .pol-title {
    font-size: clamp(1.563rem, 0.277rem + 5.71vw, 1.813rem);
  }
}
@media (max-width: 560px) {
  .pol-box-head-tit .pol-title-1 {
    margin-top: 35%;
  }
  .pol-box-head-tit .pol-nume-1 {
    margin-top: -25%;
  }
}
.pol-box-head .pol-head-photo {
  width: 89%;
  margin-right: -49%;
  margin-top: -10%;
  position: relative;
  z-index: 2;
}
@media (min-width: 2200px) {
  .pol-box-head .pol-head-photo {
    width: 100%;
    margin-right: -60%;
    margin-top: -15%;
  }
}
@media (max-width: 560px) {
  .pol-box-head .pol-head-photo {
    width: 128%;
    margin-top: 0;
    margin-bottom: -12%;
    margin-right: -70%;
    margin-left: -33%;
  }
}

.pol-box:nth-child(even) .pol-box-head {
  flex-direction: row-reverse;
}
@media (max-width: 560px) {
  .pol-box:nth-child(even) .pol-box-head {
    flex-direction: column-reverse;
  }
  .pol-box:nth-child(even) .pol-box-head-tit {
    align-items: flex-end;
  }
}
.pol-box:nth-child(even) .pol-box-head .pol-head-photo {
  width: 89%;
  margin-right: auto;
  margin-left: -49%;
}
@media (min-width: 2200px) {
  .pol-box:nth-child(even) .pol-box-head .pol-head-photo {
    width: 100%;
    margin-right: auto;
    margin-left: -60%;
  }
}
@media (max-width: 560px) {
  .pol-box:nth-child(even) .pol-box-head .pol-head-photo {
    width: 128%;
    margin-top: 0;
    margin-bottom: -12%;
    margin-left: -70%;
    margin-right: 33%;
  }
}

.pol-img {
  position: absolute;
  z-index: 5;
}

.pol-img-1 {
  width: 38%;
  max-width: 250px;
  top: -21%;
  right: 12%;
}
@media (max-width: 850px) {
  .pol-img-1 {
    width: 50%;
    top: -18%;
    right: -9%;
  }
}
@media (max-width: 560px) {
  .pol-img-1 {
    width: 42%;
    max-width: 145px;
    top: -12%;
    right: 42%;
  }
}

.pol-img-2 {
  width: 36%;
  max-width: 250px;
  bottom: -95%;
  left: 23%;
}
@media (min-width: 1600px) {
  .pol-img-2 {
    bottom: -103%;
  }
}
@media (max-width: 1025px) {
  .pol-img-2 {
    width: 45%;
    max-width: 250px;
    bottom: -85%;
    left: 55%;
  }
}
@media (max-width: 560px) {
  .pol-img-2 {
    width: 34%;
    max-width: 250px;
    bottom: -21%;
    left: 0%;
  }
}
@media (max-width: 375px) {
  .pol-img-2 {
    width: 33%;
    max-width: 250px;
    bottom: -16%;
    left: -4%;
  }
}

.pol-img-3 {
  width: 38%;
  max-width: 250px;
  top: -22%;
  right: 12%;
}
@media (min-width: 1150px) {
  .pol-img-3 {
    top: -28%;
  }
}
@media (max-width: 850px) {
  .pol-img-3 {
    width: 46%;
    max-width: 250px;
    top: -22%;
    right: -4%;
  }
}
@media (max-width: 560px) {
  .pol-img-3 {
    width: 33%;
    max-width: 250px;
    top: 40%;
    right: -4%;
  }
}
@media (max-width: 375px) {
  .pol-img-3 {
    width: 31%;
    max-width: 250px;
    top: 52%;
    right: -5%;
  }
}

.pol-img-4 {
  width: 46%;
  bottom: -142%;
  left: 70%;
}
@media (max-width: 560px) {
  .pol-img-4 {
    width: 31%;
    bottom: -24%;
    left: -2%;
  }
}

.pol-img-5 {
  width: 48%;
  max-width: 500px;
  top: -34%;
  right: 0%;
}
@media (max-width: 850px) {
  .pol-img-5 {
    width: 43%;
    max-width: 500px;
    top: -4%;
    right: -2%;
  }
}
@media (max-width: 560px) {
  .pol-img-5 {
    width: 40%;
    max-width: 500px;
    top: -124%;
    right: 61%;
  }
}

.pol-box-txt {
  text-align: left;
  padding-bottom: 5%;
  font-weight: 500;
  color: #003893;
}
@media (max-width: 560px) {
  .pol-box-txt {
    padding-bottom: 10%;
  }
}
.pol-box-txt p {
  position: relative;
  padding-left: 20px;
  font-size: clamp(1.313rem, 0.748rem + 0.88vw, 1.625rem);
  margin-bottom: 2%;
  text-align: justify;
}
@media (max-width: 560px) {
  .pol-box-txt p {
    font-size: 16px;
    margin-bottom: 4%;
  }
}
.pol-box-txt p::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EB7482;
}
.pol-box-txt span {
  font-size: 16px;
}
@media (max-width: 560px) {
  .pol-box-txt span {
    font-size: 15px;
  }
}
.pol-box-txt .sub-tit {
  display: block;
}
.pol-box-txt .sub-tit p {
  display: inline-block;
  color: white;
  background-color: #EB7482;
  padding: 6px 20px 5px;
  margin-top: 2%;
  font-size: 30px;
}
@media (max-width: 850px) {
  .pol-box-txt .sub-tit p {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .pol-box-txt .sub-tit p {
    padding: 9px 10px 7px;
    text-align: center;
    font-size: clamp(1.188rem, -0.098rem + 5.71vw, 1.438rem);
    line-height: 1.3;
  }
}
.pol-box-txt .sub-tit::before {
  display: none;
}
.pol-box-txt .shrink {
  width: 80%;
  display: block;
  text-align: justify;
}
@media (max-width: 560px) {
  .pol-box-txt .shrink {
    width: 100%;
  }
}

/*
 * プロフィール
 */
#profile {
  margin-top: 15%;
  position: relative;
  padding-bottom: 6%;
}
@media (max-width: 1025px) {
  #profile {
    padding-bottom: 10%;
  }
}
@media (max-width: 560px) {
  #profile {
    padding-bottom: 16%;
    margin-bottom: 0;
  }
}
#profile .main-tit-block .main-tit {
  width: 500px;
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}
@media (max-width: 560px) {
  #profile .main-tit-block .main-tit {
    width: 263px;
    flex-direction: row;
  }
}
#profile .main-tit-block .main-tit h2 {
  margin-right: 0;
  margin-left: 6%;
}
@media (max-width: 560px) {
  #profile .main-tit-block .main-tit h2 {
    margin-left: 0;
    margin-right: 2%;
  }
}
#profile .main-tit-block .main-tit::after {
  right: auto;
  left: 0;
}

.prof-area {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  color: #003893;
  margin-top: 5%;
  font-size: 1.2em;
}
@media (max-width: 560px) {
  .prof-area {
    width: 85%;
    font-size: clamp(1rem, 0.357rem + 2.86vw, 1.125rem);
    font-weight: 500;
    margin-top: 10%;
  }
}
.prof-area .prof-name {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 35px;
  padding-bottom: 8px;
  border-bottom: 2px solid #003893;
}
@media (max-width: 560px) {
  .prof-area .prof-name {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 10%;
    padding-bottom: 3%;
  }
}
.prof-area .prof-name p {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 560px) {
  .prof-area .prof-name p {
    font-size: 38px;
    margin-bottom: -10px;
  }
}
.prof-area .prof-name span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.prof-area .prof-box {
  width: 100%;
  margin-bottom: 5%;
}
@media (max-width: 560px) {
  .prof-area .prof-box {
    padding-bottom: 5%;
    border-bottom: 2px solid #003893;
  }
}
.prof-area .prof-box-list {
  width: 100%;
  display: flex;
}
@media (max-width: 560px) {
  .prof-area .prof-box-list {
    flex-direction: column;
    text-align: center;
    margin-bottom: 4%;
  }
}
.prof-area .prof-box-list span {
  width: 15%;
  display: inline-block;
}
@media (max-width: 560px) {
  .prof-area .prof-box-list span {
    width: 100%;
  }
}
.prof-area .prof-box-list p {
  width: 85%;
  display: inline-block;
}
@media (max-width: 560px) {
  .prof-area .prof-box-list p {
    width: 100%;
  }
}
.prof-area .prof-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 5%;
}
@media (max-width: 560px) {
  .prof-area .prof-block {
    flex-direction: column;
    align-items: center;
  }
}
.prof-area .prof-block-left {
  width: 15%;
  padding-top: 5%;
  border-top: 3px solid #EB7482;
}
@media (max-width: 560px) {
  .prof-area .prof-block-left {
    width: 30%;
    text-align: center;
    border-top: none;
    border-bottom: 3px solid #EB7482;
    font-size: 20px;
  }
}
.prof-area .prof-block-right {
  width: 85%;
  padding-top: 5%;
  border-top: 1px solid #003893;
}
@media (max-width: 560px) {
  .prof-area .prof-block-right {
    width: 100%;
    border-top: none;
  }
}

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