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

/*
 * 560pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

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

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 1024px) {
  .br_tab {
    display: none;
  }
}

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

/*
 * トランジション
 */
.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-top-inner {
  contain: paint;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 1%;
  position: relative;
}
.main-top-inner .mask_area {
  height: 100vh;
  position: sticky;
  width: 60%;
  top: 0;
}
.main-top-inner .mask_area picture {
  transform: scale(1);
  transition: transform 0.5s ease;
  display: inline-block;
}
@media (max-width: 1024px) {
  .main-top-inner .mask_area picture {
    position: absolute;
    left: -85%;
  }
}
@media (max-width: 560px) {
  .main-top-inner .mask_area picture {
    position: absolute;
    left: -74%;
  }
}
.main-top-inner .mask_area .top-img {
  width: 1600px;
}
@media (max-width: 1024px) {
  .main-top-inner .mask_area .top-img {
    width: 1950px;
    filter: brightness(1);
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 560px) {
  .main-top-inner .mask_area .top-img {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .main-top-inner .mask_area .fade-black {
    filter: brightness(0.6);
  }
}

.top-back-color {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 1000px;
  left: -100%;
}
@media (max-width: 1024px) {
  .top-back-color {
    height: 85vh;
  }
}

.main-top-inner-column-1 {
  width: 44%;
  position: relative;
  margin-top: 400px;
  z-index: 2;
  margin-left: 3%;
}
@media (max-width: 1024px) {
  .main-top-inner-column-1 {
    margin-top: 43%;
    margin-left: 9%;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 {
    margin-top: 70%;
    margin-left: -2%;
  }
}
.main-top-inner-column-1 picture {
  width: 90%;
}
@media (max-width: 1024px) {
  .main-top-inner-column-1 picture {
    margin-left: -25%;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 picture {
    width: 95%;
    margin-left: 0%;
  }
}
.main-top-inner-column-1 picture .top-name {
  width: 202%;
  max-width: 1050px;
}
@media (max-width: 1024px) {
  .main-top-inner-column-1 picture .top-name {
    width: 260%;
    max-width: 900px;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 picture .top-name {
    width: 270%;
  }
}
.main-top-inner-column-1 .top-name-image {
  transition: all 0.7s cubic-bezier(0.37, 0.16, 0.12, 1);
  display: flex;
  flex-direction: column;
  transform: translateY(100px);
  transition: 0.5s;
  transition-delay: 0.7s;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.main-top-inner-column-1 .fade-up {
  transform: translateY(0px);
  transition: all 1s ease-in-out;
  opacity: 1;
}
.main-top-inner-column-1 .top-name {
  width: 180%;
}

.top-name-image.active {
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.mission {
  color: white;
  width: 200%;
  padding-top: 70vh;
  padding-bottom: 50vh;
  transition: all 0.7s cubic-bezier(0.37, 0.16, 0.12, 1);
  position: sticky;
  bottom: 0;
}
@media (max-width: 1024px) {
  .mission {
    padding-bottom: 42vh;
  }
}
@media (max-width: 560px) {
  .mission {
    width: 160%;
    position: relative;
    padding-top: 58vh;
    padding-bottom: 40vh;
  }
}
.mission-title {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: serif;
  font-size: clamp(1.438rem, 1.324rem + 0.57vw, 1.75rem);
}
.mission-title::before {
  content: "";
  background-color: white;
  height: 2px;
  width: 30px;
  margin-right: 5px;
  transform: rotate(130deg);
}
@media (max-width: 560px) {
  .mission-title {
    margin-left: 14%;
    padding-bottom: 290px;
  }
}
.mission h2 {
  font-family: serif;
  font-size: clamp(3.438rem, 2.915rem + 2.61vw, 4.875rem);
  margin: 45px 0;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mission h2 {
    font-size: clamp(4.375rem, 2.875rem + 3.13vw, 4.875rem);
  }
}
@media (max-width: 560px) {
  .mission h2 {
    font-size: 55px;
    position: absolute;
    left: 14%;
    width: 125%;
    top: 46%;
  }
}
@media (max-width: 375px) {
  .mission h2 {
    top: 43%;
  }
}
@media (max-width: 1024px) {
  .mission h2 span {
    margin-left: 8%;
  }
}
.mission-txt {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem);
  line-height: 2.8;
}
@media (max-width: 560px) {
  .mission-txt {
    line-height: 2.5;
    position: absolute;
    left: 14%;
    width: 115%;
    top: 66%;
  }
}
@media (max-width: 375px) {
  .mission-txt {
    top: 66%;
  }
}

.fade-out {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 560px) {
  .fade-out {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
  }
}

.fade-in {
  opacity: 1;
}

.top-image {
  width: 100%;
}
.top-image img {
  width: 100%;
}

.top-back {
  position: absolute;
  width: 2800px;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .top-back {
    width: 2000px;
  }
}
@media (max-width: 560px) {
  .top-back {
    width: 549px;
  }
}

/*
 * メイン
 */
@media (max-width: 560px) {
  .main-column {
    margin: 13% 0;
  }
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.relative {
  position: relative;
}

.client {
  padding-top: 10%;
  padding-bottom: 240px;
  background-color: white;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .client {
    padding-top: 18%;
  }
}
@media (max-width: 560px) {
  .client {
    padding-bottom: 156px;
    padding-top: 48%;
    overflow: visible;
  }
}
.client-inner {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
@media (max-width: 560px) {
  .client-inner {
    margin-right: 15%;
  }
}
.client-inner-txt-area {
  padding-right: 3%;
}
.client-inner-txt-area .client-title {
  color: #0E4C95;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  display: flex;
  justify-content: start;
  align-items: center;
}
.client-inner-txt-area .client-title::before {
  content: "";
  background-color: #0E4C95;
  height: 2px;
  width: 30px;
  margin-right: 5px;
  transform: rotate(130deg);
}
@media (max-width: 560px) {
  .client-inner-txt-area .client-title::before {
    width: 22px;
    margin-right: 3px;
  }
}
.client-inner-txt-area .client-title-en {
  color: #0E4C95;
  font-family: serif;
  font-size: clamp(4rem, 3.364rem + 3.18vw, 5.75rem);
  line-height: 1;
}
.client-inner-txt-area .client-txt {
  padding-top: 7%;
}
.client-inner-txt-area .client-txt p {
  position: relative;
  font-size: 1.1em;
}
.client-inner-txt-area .client-txt p::before {
  content: "";
  display: inline-block;
  background-color: #0E4C95;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 9px;
}
.client-inner img {
  width: 31%;
  padding-left: 3%;
  max-width: 520px;
  object-fit: cover;
}
@media (max-width: 560px) {
  .client-inner img {
    width: 60%;
    position: absolute;
    top: -64%;
    right: -12%;
    z-index: 7;
  }
}

.client-back {
  transform: skewX(45deg);
  width: 3000px;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  top: 90px;
  right: 20%;
}
@media (max-width: 1024px) {
  .client-back {
    height: 230px;
  }
}
@media (max-width: 560px) {
  .client-back {
    transform: skewX(35deg);
    height: 142px;
    top: 64px;
    right: 2%;
  }
}
.client-back::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #E8F3FB;
  transition: 0.5s;
}

.fade::before {
  width: 100%;
}

.c-line {
  position: absolute;
  width: 3px;
  transform: rotate(42deg);
  transform-origin: 50% 0;
  backface-visibility: hidden;
  z-index: 2;
  height: 0;
}
@media (max-width: 560px) {
  .c-line {
    width: 2.2px;
  }
}
.c-line div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #0E4C95;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, -140px, 0);
  border-radius: 3px;
}
@media (max-width: 560px) {
  .c-line {
    z-index: 0;
  }
}

.actionmov.c-line {
  height: 364px;
  right: -13px;
  top: 452px;
}
.actionmov.c-line div {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: translate3d(0, 20px, 0);
}
@media (max-width: 1024px) {
  .actionmov.c-line {
    height: 208px;
    right: -22px;
    top: 452px;
  }
}

.actionmov.c-line-1 {
  height: 267px;
  right: 275px;
  top: 80px;
}
@media (max-width: 1024px) {
  .actionmov.c-line-1 {
    right: 110px;
  }
}
@media (max-width: 560px) {
  .actionmov.c-line-1 {
    height: 132px;
    right: -46px;
    top: 108px;
  }
}

.actionmov.c-line-2 {
  height: 364px;
  right: 127px;
  top: 15px;
}
@media (max-width: 1024px) {
  .actionmov.c-line-2 {
    right: -48px;
  }
}
@media (max-width: 560px) {
  .actionmov.c-line-2 {
    height: 155px;
    right: -55px;
    top: 152px;
  }
}

.sns {
  margin-top: 7%;
  margin-bottom: 8%;
}
@media (max-width: 560px) {
  .sns {
    margin-top: 4%;
    margin-bottom: 13%;
  }
}

.sns-tit-block {
  text-align: center;
  background-color: #0E4C95;
  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: 560px) {
  .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: 560px) {
  .sns-wrapp .sns-wrapp-inner {
    width: 100%;
  }
}
.sns-wrapp a.sns-btn {
  width: 80%;
  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: 4px 1em;
  max-width: 344px;
  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: 560px) {
  .sns-wrapp a.sns-btn {
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 85%;
    padding: 10px 0;
  }
}
.sns-wrapp a.sns-btn:hover {
  opacity: 0.8;
}
.sns-wrapp i {
  font-size: 2.2em;
  line-height: 1;
}
@media (max-width: 560px) {
  .sns-wrapp i {
    font-size: 1.7em;
  }
}
.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);
}

.greeting {
  background-color: white;
  z-index: 5;
  overflow: hidden;
  transition: all 1s ease-out;
  position: relative;
  opacity: 0;
  padding-bottom: 15%;
}

.greeting.active {
  opacity: 1;
}

.greeting-back {
  position: absolute;
  top: 0;
  width: 40vw;
  height: 0;
  background-color: #0E4C95;
  transform: skewX(337deg);
  transform-origin: 0 0;
  animation-name: gnav_bg_retun;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-fill-mode: forwards;
  left: -136.3vw;
}
@media (max-width: 560px) {
  .greeting-back {
    transform: skewX(347deg);
  }
}

.active .greeting-back {
  animation-name: greeting-diagonal;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  animation-fill-mode: forwards;
  left: 52.7vw;
  transition: background 0.2s 0.8s;
  background: #E8F3FB;
}

@keyframes greeting-diagonal {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.greeting-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #333;
  background-color: white;
  text-align: center;
  padding: 3% 4%;
  border-top: 1px solid #0E4C95;
  margin-top: 16%;
  margin-bottom: 5%;
  box-shadow: 3px 3px 15px -6px #777777;
  border-radius: 0px;
  transition-duration: 0.8s;
  transition-delay: 0.7s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translatey(50px);
}
@media (max-width: 1024px) {
  .greeting-inner {
    padding: 10% 7%;
    margin-top: 9rem;
  }
}
@media (max-width: 560px) {
  .greeting-inner {
    padding: 15% 8%;
    margin-top: 23%;
  }
}
.greeting-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 395px;
  height: 115px;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(24, 65, 152, 0.85) 50.5%) no-repeat top left/100% 100%;
}
@media (max-width: 560px) {
  .greeting-inner::before {
    width: 204px;
    height: 69px;
  }
}
.greeting-inner-txt-area .greeting-title {
  color: #0E4C95;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.greeting-inner-txt-area .greeting-title::before {
  content: "";
  background-color: #0E4C95;
  height: 2px;
  width: 30px;
  margin-right: 5px;
  transform: rotate(130deg);
}
@media (max-width: 560px) {
  .greeting-inner-txt-area .greeting-title::before {
    width: 22px;
    margin-right: 3px;
  }
}
.greeting-inner-txt-area .greeting-title-en {
  color: #0E4C95;
  font-family: serif;
  font-size: clamp(3rem, 2.318rem + 3.41vw, 4.875rem);
  line-height: 1;
}
.greeting-inner-txt-area .greeting-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
  font-family: serif;
}
.greeting-inner-txt-area .greeting-txt p {
  text-align: justify;
  line-height: 3;
  padding-top: 5%;
  font-size: clamp(0.938rem, 0.847rem + 0.45vw, 1.188rem);
}
@media (max-width: 1024px) {
  .greeting-inner-txt-area .greeting-txt p {
    line-height: 2.8;
    margin-top: 3%;
    padding-bottom: 5%;
  }
}
@media (max-width: 560px) {
  .greeting-inner-txt-area .greeting-txt p {
    line-height: 2;
    margin-top: 9%;
    padding-bottom: 8%;
  }
}
.greeting-inner-txt-area .greeting-txt span {
  margin-left: auto;
  margin-right: 0;
  font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem);
}

.greeting-inner.animated {
  opacity: 1;
  transform: translatey(0px);
}

.baner {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: white;
  z-index: 1;
}
.baner-wrapper {
  display: flex;
  max-width: 100rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 560px) {
  .baner-wrapper {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.baner a {
  width: 50%;
}
@media (max-width: 560px) {
  .baner a {
    width: 100%;
  }
}

.baner-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  display: block;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  height: 26rem;
  padding: 4rem;
}
@media (max-width: 1024px) {
  .baner-link {
    padding: 4rem 3rem;
  }
}
@media (max-width: 560px) {
  .baner-link {
    height: 17rem;
    padding: 2rem;
  }
}
.baner-link .baner-title-box {
  margin-top: 11%;
  z-index: 1;
}
.baner-link .baner-title-box .baner-title {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}
.baner-link .baner-title-box .baner-title::before {
  content: "";
  background-color: white;
  height: 2px;
  width: 24px;
  margin-right: 3px;
  transform: rotate(130deg);
}
.baner-link .baner-title-box .baner-title-en {
  font-family: serif;
  font-size: 62px;
  line-height: 1;
}
@media (max-width: 560px) {
  .baner-link .baner-title-box .baner-title-en {
    font-size: 56px;
  }
}
.baner-link .baner-icon {
  margin-top: 100px;
  z-index: 1;
}
@media (max-width: 560px) {
  .baner-link .baner-icon {
    margin-top: 44px;
  }
}
.baner-link i {
  font-size: 2.5em;
  border: 1px white solid;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  margin-left: 90%;
  padding: 2px 2px 2px 4px;
}

.company-baner {
  background-image: url(../images/baner-company.png);
}
@media (max-width: 1024px) {
  .company-baner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../images/baner-company.png);
  }
}
.company-baner::before {
  content: "";
  background: #014696;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .company-baner::before {
    background: none;
  }
}

.contact-baner {
  background-image: url(../images/baner-contact.png);
  z-index: -1;
}
@media (max-width: 1024px) {
  .contact-baner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url(../images/baner-contact-2.png);
  }
}
.contact-baner::before {
  content: "";
  background: #00336C;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .contact-baner::before {
    background: none;
  }
}

.company-a:hover .baner-icon i {
  color: #014696;
  background-color: white;
}
.company-a:hover .company-baner::before {
  transition: 0.3s;
  opacity: 0;
}

.contact-a:hover .baner-icon i {
  color: #00336C;
  background-color: white;
}
.contact-a:hover .contact-baner::before {
  transition: 0.3s;
  opacity: 0;
}

/*
 * プロフィール
 */
#profile {
  margin-top: 5%;
  position: relative;
  padding-bottom: 6%;
}
@media (max-width: 1024px) {
  #profile {
    padding-bottom: 10%;
  }
}
@media (max-width: 560px) {
  #profile {
    padding-bottom: 16%;
    margin-bottom: 0;
    margin-top: 12%;
  }
  #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: 560px) {
  .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: 560px) {
  .profile-columns {
    margin-top: 0;
  }
}
.profile-columns .profile-column {
  width: 90%;
  position: relative;
  padding-top: 2%;
}
@media (max-width: 1024px) {
  .profile-columns .profile-column {
    width: 94%;
  }
}
@media (max-width: 560px) {
  .profile-columns .profile-column {
    flex-direction: column;
    width: 100%;
  }
}
.profile-columns .profile-column .p-name {
  color: #EB6101;
  border-bottom: 1px dashed #333;
  display: inline-block;
  padding: 0 10% 0 2%;
}
.profile-columns .profile-column .p-name p {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .profile-columns .profile-column .p-name p {
    display: block;
  }
}
@media (max-width: 560px) {
  .profile-columns .profile-column .p-name p {
    display: inline-block;
  }
}
.profile-columns .profile-column .p-name span {
  font-weight: bold;
  color: #333;
}
@media (max-width: 560px) {
  .profile-columns .profile-column .p-name {
    width: 100%;
    margin-bottom: 3%;
  }
}
.profile-columns .profile-column .p-text-box {
  width: 65%;
}
@media (max-width: 560px) {
  .profile-columns .profile-column .p-text-box {
    width: 100%;
  }
}
.profile-columns .p-text-line {
  display: flex;
  margin-bottom: 7px;
}
@media (max-width: 560px) {
  .profile-columns .p-text-line {
    flex-direction: column;
    margin-bottom: 3%;
  }
}
.profile-columns .p-text-line .p-ad {
  width: 5.6em;
  display: inline-block;
}
@media (max-width: 560px) {
  .profile-columns .p-text-line .p-ad {
    width: 100%;
  }
}
.profile-columns .p-text-line p {
  width: 70%;
}
@media (max-width: 1024px) {
  .profile-columns .p-text-line p {
    width: 74%;
  }
}
@media (max-width: 560px) {
  .profile-columns .p-text-line p {
    width: 100%;
  }
}
.profile-columns .p-c-top {
  width: 83%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .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: 560px) {
  .profile-columns .p-c-bottom {
    align-items: center;
  }
}
.profile-columns .p-t-flex-wrapp {
  width: 56%;
}
@media (max-width: 560px) {
  .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-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-tit::before {
  content: "";
  width: 968%;
  height: 1px;
  border-bottom: 1px dashed #333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -26%;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex .p-t-tit::before {
    width: 968%;
    left: -26%;
  }
}
.profile-columns .p-t-flex .p-t-text {
  padding-top: 3%;
}
.profile-columns .p-t-flex .p-text-line p {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.profile-columns .p-t-flex .p-text-line p::before {
  content: "▶︎";
  font-size: 0.8em;
  vertical-align: text-top;
  margin-right: 2px;
  color: #0E4C95;
}
.profile-columns .p-t-flex p {
  display: block;
  position: relative;
  font-weight: 500;
}
.profile-columns .sur-p {
  padding-bottom: 6%;
  font-size: 1.1em;
}
@media (max-width: 560px) {
  .profile-columns .sur-p {
    font-size: 1em;
  }
}
.profile-columns .prof-image {
  width: 40%;
  margin-right: -14%;
  margin-top: -12%;
}
@media (max-width: 560px) {
  .profile-columns .prof-image {
    width: 80%;
    margin-top: -4%;
    margin-right: 0;
  }
}

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