@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;
}

img {
  width: 100%;
}

/*
 * トランジション
 */
.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.main-top-inner {
  display: flex;
  justify-content: center;
  width: 90%;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: 1%;
  position: relative;
}

.main-top-inner-column-1 {
  width: 60%;
  margin-left: -2%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .main-top-inner-column-1 {
    margin-left: -3%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-1 {
    margin-left: -55%;
    width: 145%;
    margin-right: -22%;
  }
}
.main-top-inner-column-1 .top-image {
  width: 100%;
}
.main-top-inner-column-1 .top-catch-img {
  width: 52%;
  margin-top: -46%;
}
@media (max-width: 1025px) {
  .main-top-inner-column-1 .top-catch-img {
    width: 57%;
    margin-top: -48%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-1 .top-catch-img {
    width: 53%;
    margin-top: -16%;
    margin-left: 37%;
    position: relative;
    z-index: 5;
  }
}

.main-top-inner-column-2 {
  width: 60%;
  margin-left: -15%;
  margin-right: -3%;
  margin-top: 8%;
}
@media (max-width: 530px) {
  .main-top-inner-column-2 {
    width: 57%;
    margin-top: 0;
    margin-right: -9%;
    position: relative;
    z-index: 3;
  }
}
.main-top-inner-column-2 .top-name {
  width: 88%;
}
.main-top-inner-column-2 .top-catch {
  color: white;
  font-size: clamp(2.5rem, 1.145rem + 2.11vw, 3.25rem);
  margin-top: 3%;
  margin-bottom: 5%;
  margin-left: 15%;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 1025px) {
  .main-top-inner-column-2 .top-catch {
    font-size: clamp(2.125rem, 1.045rem + 2.27vw, 2.5rem);
    margin-top: 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-2 .top-catch {
    width: 135%;
    margin-left: -93%;
    margin-top: -36%;
    font-size: 26px;
    margin-bottom: 15%;
    font-size: clamp(1.625rem, 0.018rem + 7.14vw, 1.938rem);
  }
}

.top-back {
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 530px) {
  .top-back {
    height: 40%;
    z-index: 0;
  }
}
.top-back .line {
  position: absolute;
  top: -38%;
  right: -1%;
  width: 60%;
  z-index: 0;
}
@media (min-width: 1600px) {
  .top-back .line {
    top: -50%;
  }
}
@media (min-width: 2000px) {
  .top-back .line {
    top: -65%;
  }
}
@media (max-width: 1025px) {
  .top-back .line {
    top: -41%;
    right: -1%;
    width: 80%;
  }
}
@media (max-width: 530px) {
  .top-back .line {
    top: -52%;
    right: -95%;
    width: 180%;
    transform: rotate(-5deg);
  }
}
.top-back-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #EB6101;
  z-index: -2;
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 1600px) {
  .top-back-inner {
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 530px) {
  .top-back-inner {
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }
}
.top-back-inner img {
  width: 30%;
  position: absolute;
  right: 0px;
  z-index: -2;
}
@media (max-width: 530px) {
  .top-back-inner img {
    width: 80%;
  }
}

/*
 * メイン
 */
.main-column {
  margin: 20% 0 25%;
}
@media (max-width: 530px) {
  .main-column {
    margin: 30% 0 38%;
  }
}

.news {
  position: relative;
}
.news-wrapp {
  text-align: center;
  padding-top: 3%;
}
.news-wrapp-text {
  font-size: 1.2em;
  margin-bottom: 2%;
}
.news-list-wrapp {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 530px) {
  .news-list-wrapp {
    padding: 1em 0;
    border-radius: 1.5em;
    width: 90%;
  }
  .news-list-wrapp:after {
    left: 50%;
    width: 107%;
    transform: translateY(-50%) translateX(-50%) skewX(-13deg);
  }
}
.news-list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 530px) {
  .news-list {
    margin-top: 6%;
    align-items: center;
  }
}
.news_item {
  display: flex;
  flex-direction: column;
  padding: 30px 13px;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  width: 30%;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.news_item:hover .news-image-block img {
  transform: scale(1.05);
}
.news_item:hover .news_in_pdf a {
  color: white;
  background-color: #EB6101;
  transition: all 0.35s;
}
@media (max-width: 530px) {
  .news_item {
    padding: 0;
    width: 45%;
    margin-bottom: 11%;
  }
}
@media (max-width: 530px) {
  .news_item:first-child {
    width: 80%;
  }
}
.news-flex-block {
  width: 100%;
  max-width: 212px;
  text-align: left;
  margin-top: 12px;
}
.news-image-block {
  text-align: left;
}
@media (max-width: 530px) {
  .news-image-block {
    width: 100%;
  }
}
.news-image {
  overflow: hidden;
  max-height: 500px;
  height: 385px;
  border: 1px solid #ccc;
  max-width: 300px;
}
.news-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-height: 500px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media (max-width: 1025px) {
  .news-image {
    height: 310px;
  }
}
@media (max-width: 530px) {
  .news-image {
    height: auto;
    max-height: 415px;
    max-width: 293px;
  }
  .news-image img {
    height: auto;
    width: 100%;
    max-height: 415px;
  }
}
.news_time {
  display: inline-block;
  font-size: 14px;
  color: #b6b9c5;
}
.news_in_title {
  width: 100%;
  text-align: center;
}
.news_in_title a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color;
  width: 100%;
  display: block;
  font-weight: bold;
  color: #EB6101;
}
.news_in_title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.news_in_title:hover a {
  color: #888888;
}
@media (max-width: 1025px) {
  .news_in_title {
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 530px) {
  .news_in_title {
    margin-left: 0;
    margin-top: 0;
  }
  .news_in_title a {
    margin: 0 auto;
    font-size: 1.1em;
  }
}
.news .news_in_pdf {
  color: #EB6101;
  text-align: center;
  margin-top: 10px;
}
.news .news_in_pdf a {
  border: 1px solid #EB6101;
  padding: 2px 13px;
  font-weight: bold;
  font-size: 0.8em;
}
@media (max-width: 530px) {
  .news .news_in_pdf a {
    font-size: 0.9em;
  }
}
.news-link {
  margin-top: 4%;
}
.news-link a {
  color: white;
  display: flex;
  align-items: center;
  background-color: #EB6101;
  font-size: 1.3em;
  padding: 10px 4.6em;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.news-link a:hover {
  transform: scale(1.2);
}
@media (max-width: 530px) {
  .news-link a {
    padding: 10px 4.5em;
  }
}
.news-link i {
  font-size: 1.4em;
  line-height: 1;
}

.sns {
  margin-top: 7%;
  margin-bottom: 25%;
}
@media (max-width: 530px) {
  .sns {
    margin-top: 4%;
    margin-bottom: 35%;
  }
}

.sns-tit-block {
  text-align: center;
  background-color: #EB6101;
  padding: 7px 0 1px 0;
}
.sns-tit-block .main-tit {
  color: white;
}

.sns-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 925px;
  margin: 0 auto;
  width: 90%;
  margin-top: 5%;
}
@media (max-width: 530px) {
  .sns-wrapp {
    flex-direction: column;
    align-items: center;
  }
  .sns-wrapp-inner {
    width: 95%;
    max-width: 550px;
  }
}
.sns-wrapp .sns-wrapp-inner {
  width: 50%;
  text-align: center;
}
@media (max-width: 530px) {
  .sns-wrapp .sns-wrapp-inner {
    width: 100%;
  }
}
.sns-wrapp a.sns-btn {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  margin: 0 auto;
  margin-top: 5%;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 10px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sns-wrapp a.sns-btn p {
  display: inline-block;
  vertical-align: super;
  justify-items: center;
  padding-left: 2%;
}
.sns-wrapp a.sns-btn:hover img {
  opacity: 0.7;
}
@media (max-width: 530px) {
  .sns-wrapp a.sns-btn {
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 0%;
    padding: 10px 0;
  }
}
.sns-wrapp a.sns-btn:hover {
  opacity: 0.8;
}
.sns-wrapp i {
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 530px) {
  .sns-wrapp i {
    font-size: 1.2em;
  }
}
.sns-wrapp a.fb-btn {
  background-color: #1877F2;
}
.sns-wrapp a.yt-btn {
  background-color: #ff0000;
}
.sns-wrapp a.li-btn {
  background-color: #06C755;
}
.sns-wrapp a.tw-btn {
  background-color: #000;
}
.sns-wrapp a.tw-btn i {
  font-size: 2em;
}
.sns-wrapp a.inst-btn {
  background: linear-gradient(127deg, #6464FC, #B153DB, #F03C58, #F3786E, #FFC543);
}

@media (max-width: 530px) {
  .gr-block {
    margin-top: 12%;
  }
}

#gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
  gap: 1px;
}
@media (max-width: 530px) {
  #gallery {
    width: 100%;
  }
}
#gallery .gallery-item {
  width: 33%;
  height: auto;
  text-align: center;
  aspect-ratio: 4/5;
}
#gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
#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%;
}

.greeting {
  padding-top: 12%;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .greeting {
    padding-top: 8%;
  }
}
@media (max-width: 530px) {
  .greeting {
    padding-top: 0;
  }
}
.greeting-columns {
  width: 90%;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .greeting-columns {
    padding: 3% 5% 0 1%;
  }
}
@media (max-width: 530px) {
  .greeting-columns {
    padding: 10% 2% 0;
  }
}

.gree-tit {
  width: 80%;
  margin: 0 auto;
  margin-bottom: -5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 530px) {
  .gree-tit {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.gree-tit .tit-txt {
  width: 38%;
  font-size: clamp(2.625rem, 1.563rem + 1.65vw, 3.625rem);
  color: white;
  font-family: serif;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: -8%;
}
@media (max-width: 530px) {
  .gree-tit .tit-txt {
    width: 100%;
    margin-bottom: 10%;
    font-size: 32px;
    margin-left: 6%;
  }
}
.gree-tit .tit-img {
  width: 88%;
  margin-right: -28%;
}
@media (max-width: 530px) {
  .gree-tit .tit-img {
    width: 110%;
    margin-right: -27%;
    margin-left: 15%;
    margin-bottom: -12%;
  }
}

.gree-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12% 10% 8%;
  font-family: serif;
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 530px) {
  .gree-box {
    padding: 12% 10% 12%;
  }
}
.gree-box-text {
  font-size: clamp(1.25rem, 0.902rem + 0.54vw, 1.375rem);
  line-height: 1.7;
  text-align: justify;
}
.gree-box-text p {
  margin-bottom: 3%;
}
@media (max-width: 530px) {
  .gree-box-text {
    font-size: clamp(1.031rem, 0.549rem + 2.14vw, 1.125rem);
    line-height: 1.7;
  }
  .gree-box-text p {
    margin-bottom: 8%;
  }
}
.gree-box-name {
  width: 30%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 8%;
}
@media (max-width: 530px) {
  .gree-box-name {
    width: 50%;
    margin-top: 10%;
  }
}

.me-back {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -20%;
  z-index: -1;
}
@media (max-width: 1025px) {
  .me-back {
    bottom: -12%;
  }
}
@media (max-width: 530px) {
  .me-back {
    bottom: 0%;
    height: 100%;
    width: 112%;
  }
}
@media (max-width: 450px) {
  .me-back {
    width: 132%;
  }
}
@media (max-width: 375px) {
  .me-back {
    width: 153%;
  }
}

.pol-head {
  position: relative;
}
.pol-head-inner {
  display: flex;
  align-items: end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 6%;
}
.pol-head-left {
  width: 70%;
}
@media (max-width: 530px) {
  .pol-head-left {
    width: 52%;
    margin-bottom: -10%;
  }
}
.pol-head-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -4%;
}
@media (max-width: 530px) {
  .pol-head-right {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 9%;
  }
}
.pol-head-right .pol-catch {
  width: 80%;
  margin-left: -20%;
  margin-bottom: -23%;
}
.pol-head-right .pol-head-img {
  width: 88%;
}
.pol-head .pol-tit-back {
  position: absolute;
  width: 60%;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 1025px) {
  .pol-head .pol-tit-back {
    width: 80%;
    opacity: 0.4;
  }
}

.pol-box {
  position: relative;
  margin-bottom: 20%;
}
@media (max-width: 530px) {
  .pol-box {
    margin-bottom: 50%;
  }
}
.pol-box-tit {
  background: #EA6200;
  background: linear-gradient(90deg, rgb(234, 98, 0) 0%, rgb(242, 149, 0) 100%);
}
.pol-box-tit-inner {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media (max-width: 530px) {
  .pol-box-tit-inner {
    width: 92%;
  }
}
.pol-box-tit-inner::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 100%;
  width: 800px;
  height: 102%;
  background-color: #fff;
  transform: skewX(-35deg);
}
@media (max-width: 530px) {
  .pol-box-tit-inner::after {
    left: 93%;
    transform: skewX(-25deg);
  }
}
.pol-box-tit-inner .pol-num {
  width: 13%;
  max-width: 175px;
  margin-top: -7%;
  padding-bottom: 1%;
}
@media (max-width: 530px) {
  .pol-box-tit-inner .pol-num {
    width: 74px;
    margin-right: 1%;
    margin-top: -4%;
    margin-left: -4%;
  }
}
@media (max-width: 375px) {
  .pol-box-tit-inner .pol-num {
    width: 64px;
  }
}
.pol-box-tit-inner p {
  width: 82%;
  color: white;
  font-size: clamp(2.938rem, 0.566rem + 3.68vw, 4.25rem);
  font-weight: 600;
  padding-top: 1.3%;
  line-height: 1.3;
}
@media (min-width: 1600px) {
  .pol-box-tit-inner p {
    padding-top: 1.7%;
  }
}
@media (max-width: 1025px) {
  .pol-box-tit-inner p {
    font-size: clamp(2.125rem, 0.146rem + 4.17vw, 2.813rem);
  }
}
@media (max-width: 530px) {
  .pol-box-tit-inner p {
    font-size: clamp(1.813rem, 0.205rem + 7.14vw, 2.125rem);
    padding-top: 3%;
    padding-bottom: 2.5%;
    line-height: 1.2;
  }
}
.pol-box-txt {
  width: 80%;
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
  margin-top: 55px;
}
@media (max-width: 1025px) {
  .pol-box-txt {
    margin-top: 38px;
  }
}
@media (max-width: 530px) {
  .pol-box-txt {
    width: 85%;
  }
}
.pol-box-txt p {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  margin-bottom: 1.5%;
  font-size: clamp(1.375rem, 0.471rem + 1.4vw, 1.875rem);
}
@media (max-width: 1025px) {
  .pol-box-txt p {
    font-size: clamp(1.25rem, 0.89rem + 0.76vw, 1.375rem);
  }
}
@media (max-width: 530px) {
  .pol-box-txt p {
    font-size: clamp(1.063rem, 0.098rem + 4.29vw, 1.25rem);
    margin-bottom: 6%;
    padding-left: 1em;
    font-weight: 500;
  }
}
.pol-box-txt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  border-color: transparent transparent transparent #f39c12;
}

.pol-box:nth-child(even) .pol-box-tit-inner {
  margin-left: 20%;
}
.pol-box:nth-child(even) .pol-box-tit-inner::after {
  content: "";
  position: absolute;
  left: auto;
  right: 108%;
}
.pol-box:nth-child(even) .pol-box-txt {
  margin-left: 21%;
}
@media (max-width: 530px) {
  .pol-box:nth-child(even) .pol-box-txt {
    margin: 0 auto;
    margin-top: 38px;
  }
}

@media (max-width: 530px) {
  .pol-box:nth-child(2) {
    margin-bottom: 30%;
  }
  .pol-box:nth-child(2) .pol-box-tit-inner .pol-num {
    margin-left: 10%;
  }
  .pol-box:nth-child(2) .pol-box-tit-inner p {
    width: 55%;
  }
}
.pol-img {
  width: 10%;
  position: absolute;
  z-index: 5;
}

.pol-img-1-1 {
  width: 20%;
  top: -124%;
  right: -9%;
}
@media (max-width: 530px) {
  .pol-img-1-1 {
    width: 23%;
    top: -71%;
    right: -6%;
  }
}

.pol-img-1-2 {
  width: 28%;
  top: 8%;
  right: 8%;
}
@media (max-width: 1025px) {
  .pol-img-1-2 {
    top: 38%;
  }
}
@media (max-width: 530px) {
  .pol-img-1-2 {
    width: 43%;
    top: 75%;
    right: -7%;
  }
}

.pol-img-2 {
  width: 19%;
  left: -21%;
  bottom: 8%;
}
@media (min-width: 1600px) {
  .pol-img-2 {
    width: 23%;
    left: -26%;
  }
}
@media (max-width: 530px) {
  .pol-img-2 {
    width: 29%;
    left: -5%;
    bottom: auto;
    top: -99%;
  }
}

.pol-img-3-1 {
  width: 24%;
  top: -149%;
  right: -11%;
}
@media (min-width: 1600px) {
  .pol-img-3-1 {
    width: 32%;
    top: -191%;
    right: -18%;
  }
}
@media (max-width: 530px) {
  .pol-img-3-1 {
    width: 46%;
    top: 78%;
    right: -6%;
  }
}

.pol-img-3-2 {
  width: 38%;
  top: -9%;
  right: 6%;
}
@media (max-width: 1025px) {
  .pol-img-3-2 {
    top: -4%;
    right: -6%;
  }
}
@media (max-width: 530px) {
  .pol-img-3-2 {
    width: 41%;
    top: -44%;
    right: -8%;
  }
}

.pol-img-4 {
  width: 44%;
  max-width: 480px;
  right: 4%;
  bottom: -70%;
}
@media (min-width: 1600px) {
  .pol-img-4 {
    width: 47%;
    right: 0%;
    max-width: 590px;
    bottom: -85%;
  }
}
@media (max-width: 1025px) {
  .pol-img-4 {
    width: 40%;
    right: 3%;
    bottom: -114%;
  }
}
@media (max-width: 530px) {
  .pol-img-4 {
    width: 80%;
    right: 6%;
    bottom: -105%;
  }
}

/*
 * プロフィール
 */
#profile {
  margin-top: 5%;
  position: relative;
  padding-bottom: 0%;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  #profile {
    margin-top: 30%;
    padding-bottom: 10%;
  }
}
@media (max-width: 530px) {
  #profile {
    padding-bottom: 25%;
    margin-top: 70%;
  }
  #profile .main-tit {
    margin-bottom: 3%;
  }
}

.prof-tit-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 4%;
  text-align: center;
}
@media (max-width: 530px) {
  .prof-tit-block {
    padding-top: 6%;
  }
}

.profile-columns {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 2%;
}
@media (max-width: 530px) {
  .profile-columns {
    margin-top: 0;
  }
}
.profile-columns .profile-column {
  width: 90%;
  position: relative;
  padding-top: 2%;
}
@media (max-width: 1025px) {
  .profile-columns .profile-column {
    width: 94%;
  }
}
@media (max-width: 530px) {
  .profile-columns .profile-column {
    flex-direction: column;
    width: 100%;
  }
}
.profile-columns .profile-column .p-name {
  color: #EB6101;
  border-bottom: 1px solid #EB6101;
  display: inline-block;
  padding: 0 10% 0 2%;
}
.profile-columns .profile-column .p-name p {
  font-size: clamp(2.125rem, 0.733rem + 2.16vw, 2.625rem);
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 530px) {
  .profile-columns .profile-column .p-name p {
    font-size: 28px;
  }
}
.profile-columns .profile-column .p-name span {
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
}
@media (max-width: 530px) {
  .profile-columns .profile-column .p-name span {
    font-size: 16px;
  }
}
@media (max-width: 530px) {
  .profile-columns .profile-column .p-name {
    width: 100%;
    margin-bottom: 3%;
  }
}
.profile-columns .p-c-top {
  width: 83%;
  margin: 0 auto;
}
@media (max-width: 530px) {
  .profile-columns .p-c-top {
    width: 100%;
  }
}
.profile-columns .p-c-bottom {
  padding-top: 3%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1025px) {
  .profile-columns .p-c-bottom {
    padding-top: 5%;
  }
}
@media (max-width: 530px) {
  .profile-columns .p-c-bottom {
    align-items: center;
  }
}
.profile-columns .p-t-flex-wrapp {
  width: 56%;
}
@media (max-width: 530px) {
  .profile-columns .p-t-flex-wrapp {
    width: 100%;
    margin-bottom: 7%;
  }
}
.profile-columns .p-t-flex {
  width: 100%;
  padding-left: 3%;
}
.profile-columns .p-t-flex .p-list {
  display: flex;
  margin-bottom: 3%;
  line-height: 1.1;
}
.profile-columns .p-t-flex .p-list .year {
  display: inline-block;
  width: 105px;
}
@media (max-width: 530px) {
  .profile-columns .p-t-flex .p-list .year {
    width: 95px;
  }
}
.profile-columns .p-t-flex .p-list .small {
  font-size: 0.9em;
  line-height: 1.2;
}
.profile-columns .p-t-flex .p-t-tit {
  color: #333;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
  font-size: 1.1em;
  font-weight: 500;
}
.profile-columns .p-t-flex .p-t-text {
  padding-top: 3%;
}
.profile-columns .p-t-flex p {
  display: block;
  position: relative;
  font-weight: 500;
}
.profile-columns .p-t-box {
  display: flex;
  margin-top: 5%;
}
@media (max-width: 1025px) {
  .profile-columns .p-t-box {
    margin-top: 8%;
  }
}
@media (max-width: 530px) {
  .profile-columns .p-t-box {
    flex-direction: column;
  }
}
.profile-columns .p-t-box-tit {
  text-align: center;
  width: 105px;
}
@media (max-width: 530px) {
  .profile-columns .p-t-box-tit {
    width: 95px;
  }
}
.profile-columns .p-t-box-tit span {
  color: white;
  width: 80px;
  display: inline-block;
  background-color: #EB6101;
  border-radius: 30px;
  letter-spacing: 15px;
  padding-left: 15px;
}
@media (max-width: 530px) {
  .profile-columns .p-t-box-tit span {
    width: 80px;
    padding-top: 2px;
  }
}
.profile-columns .p-t-box-txt {
  font-size: clamp(1rem, 0.652rem + 0.54vw, 1.125rem);
  font-weight: 500;
}
@media (max-width: 530px) {
  .profile-columns .p-t-box-txt {
    margin-left: 25px;
    margin-top: 5px;
  }
}
.profile-columns .sur-p {
  padding-bottom: 6%;
  font-size: 1.1em;
  border-bottom: 1px dashed #EB6101;
}
@media (max-width: 530px) {
  .profile-columns .sur-p {
    font-size: clamp(1rem, 0.357rem + 2.86vw, 1.125rem);
  }
}
.profile-columns .prof-image {
  width: 40%;
  margin-right: -14%;
  margin-top: -5%;
}
@media (max-width: 1025px) {
  .profile-columns .prof-image {
    margin-top: 10%;
  }
}
@media (max-width: 530px) {
  .profile-columns .prof-image {
    width: 65%;
    margin-right: -40%;
    margin-top: -25%;
  }
}
