@charset "UTF-8";
/*
function,breakpoint,英文などの特殊フォントの関数
*/
/*英語フォント*/
/*
mixinの設定
フォントサイズや、レスポンシブデザインの設定を行う
*/
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.p-about {
  background: linear-gradient(130deg, #ffd800 0%, #ee6e00 25%, #d3a9fd 50%, #ffd800 75%, #ee6e00 100%);
  background-size: 700% 100%;
  -webkit-animation: gradation 10s ease infinite;
          animation: gradation 10s ease infinite;
  padding: 13.698630137vw 0 8.2191780822vw;
}
@media print, screen and (min-width:768px) {
  .p-about {
    padding: min(176px, 16.9230769231vw) 0 min(125px, 12.0192307692vw);
  }
}
.p-about__logo {
  margin: 0 auto 10.9589041096vw;
  width: 52.602739726vw;
  display: block;
}
@media print, screen and (min-width:768px) {
  .p-about__logo {
    margin-bottom: 2em;
    width: min(320px, 30.7692307692vw);
  }
}
.p-about__logo svg {
  width: 100%;
  height: auto;
}
.p-about__logo svg g path {
  fill: #000 !important;
}
.p-about__headline {
  font-size: 5.4794520548vw;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1.4em;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .p-about__headline {
    font-size: min(24px, 2.3076923077vw);
  }
}
.p-about__headline strong {
  font-weight: inherit;
}
.p-about__text {
  font-size: 4.1095890411vw;
  font-weight: 500;
  line-height: 2.0666666667;
  margin-bottom: 1.2em;
  text-align: center;
  text-align: left;
}
@media print, screen and (min-width:768px) {
  .p-about__text {
    text-align: center;
    font-size: min(16px, 1.5384615385vw);
    line-height: 2.4375;
  }
}

.p-about-info-wrap {
  padding: 10.9589041096vw 0 5.4794520548vw;
}
@media print, screen and (min-width:768px) {
  .p-about-info-wrap {
    padding: 60px 0 0;
  }
}

.p-about-info {
  max-width: 819px;
}
@media print, screen and (min-width:768px) {
  .p-about-info {
    margin-top: min(40px, 3.8461538462vw);
  }
}
.p-about-info tr {
  display: table-row;
  border-bottom: 1px solid #e0e0e0;
}
.p-about-info tr:last-child {
  border-bottom: none;
}
.p-about-info tr.sns th,
.p-about-info tr.sns td {
  vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .p-about-info th,
  .p-about-info td {
    /*スマホのみ*/
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-info th,
  .p-about-info td {
    /*PCのみ*/
    padding: 1em 0;
    vertical-align: text-top;
  }
}
.p-about-info th {
  color: #9f9f9f;
}
@media only screen and (max-width:767px) {
  .p-about-info th {
    /*スマホのみ*/
    padding: 1.5em 0 0.5em;
    font-size: 3.8356164384vw;
    font-weight: 500;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-info th {
    /*PCのみ*/
    padding-left: 2em;
    width: 24.6642246642%;
    font-size: clamp(10px, 1.4423076923vw, 15px);
  }
}
.p-about-info td {
  color: #434343;
}
@media only screen and (max-width:767px) {
  .p-about-info td {
    /*スマホのみ*/
    padding-bottom: 1.4em;
    font-size: 4.3835616438vw;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media print, screen and (min-width:768px) {
  .p-about-info td {
    /*PCのみ*/
    width: 75.3357753358%;
    font-size: clamp(10px, 1.5384615385vw, 16px);
  }
}
.p-about-info td a {
  color: inherit;
}
.p-about-info td .blank a {
  position: relative;
  padding-right: 1.8em;
}
.p-about-info td .blank a::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 1.2em;
  height: 1.2em;
  background: url(../../dist/img/common/icon_blank.svg) no-repeat center center/contain;
}
.p-about-info__sns {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1em;
}
@media print, screen and (min-width:768px) {
  .p-about-info__sns {
    margin-top: 0;
  }
}
.p-about-info__sns-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:767px) {
  .p-about-info__sns-item--instagram img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width:767px) {
  .p-about-info__sns-item--x img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width:767px) {
  .p-about-info__sns-item--facebook img {
    width: 12px;
    height: 24px;
  }
}
@media only screen and (max-width:767px) {
  .p-about-info__sns-item--note img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width:767px) {
  .p-about-info__sns-item--youtube img {
    width: 26px;
    height: 19px;
  }
}