@charset "UTF-8";
:root {
  --gutter: 20px;
  --container: 1148px;
  --serif:"Cormorant Garamond", serif;
  --mincho:"Shippori Mincho",serif;
  --color-main: #FFFF00;
  --color-primary: #D9F7F8;
  --color-secondary: #003DA5;
  --color-light-gray: #E1EEEE;
  --color-gray: #C6D9D9;
  --color-gray2: #EFEFEF;
}

.dummy-image {
  background-color: var(--color-gray2);
  aspect-ratio: 482/271;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  padding-top: 28px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 98.3%, #C6D9D9 98.4%, #C6D9D9 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 98.3%, #C6D9D9 98.4%, #C6D9D9 100%);
  background-repeat: repeat, repeat;
  background-size: 60px 60px, 60px 60px;
}
.hero__container {
  max-width: 1147px;
  margin-inline: auto;
  position: relative;
}
.hero__container::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 366px;
  height: 204px;
  background: url(../img/item_plane_sp.svg) no-repeat center center/contain;
  top: -6px;
  left: -30px;
}
.hero__ttl {
  font-family: var(--serif);
  font-weight: 600;
}
.hero__ttl span {
  display: block;
}
.hero__ttl ._txt01 {
  font-size: 42px;
}
.hero__ttl ._txt02 {
  padding-top: 2px;
  font-size: 56px;
}
.hero__band {
  font-family: var(--mincho);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-color: var(--color-secondary);
  padding: 2px 8px;
  position: relative;
  z-index: 2;
}
.hero__blk {
  margin-top: 126px;
}
.hero__img {
  width: 226px;
  position: absolute;
}
.hero__copy {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.hero__slider {
  --times: 1.05097;
  margin-top: 20px;
}
.hero__slider .splide__slide {
  width: calc(80px * var(--times));
  height: calc(80px * var(--times));
}
.hero__slider .splide__slide img {
  width: 80px;
  display: block;
  transform-origin: center;
}
.hero__slider .splide__slide:nth-child(odd) img {
  rotate: 3deg;
}
.hero__slider .splide__slide:nth-child(even) img {
  rotate: -3deg;
}
.hero__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero {
    height: 780px;
    padding-top: 80px;
  }
  .hero__container::before {
    width: 685px;
    height: 366px;
    background: url(../img/item_plane.svg) no-repeat center center/contain;
    top: -21px;
    right: calc(50% - 11px);
    left: revert;
  }
  .hero__ttl {
    position: relative;
    z-index: 1;
  }
  .hero__ttl span {
    line-height: 1.1;
  }
  .hero__ttl ._txt01 {
    font-size: 72px;
  }
  .hero__ttl ._txt02 {
    font-size: 92px;
    padding-top: 5px;
  }
  .hero__blk {
    margin-top: 35px;
  }
  .hero__band {
    font-size: 24px;
    padding: 3px 15px 5px;
  }
  .hero__img {
    width: 562px;
    top: -40px;
    left: calc(50% + 1px);
  }
  .hero__cts {
    margin-top: 27px;
  }
  .hero__copy {
    font-size: 24px;
    margin-bottom: 1.1rem;
  }
  .hero__slider {
    margin-top: 48px;
  }
  .hero__slider .splide__slide {
    width: calc(128px * var(--times));
    height: calc(128px * var(--times));
  }
  .hero__slider .splide__slide img {
    width: 128px;
  }
  .hero__slide {
    width: calc(128px * var(--times));
    height: calc(128px * var(--times));
  }
}
@media (max-width: 767.98px) {
  .hero {
    margin-inline: -20px;
    padding-inline: 20px;
    padding-bottom: 32px;
  }
  .hero__ttl {
    position: relative;
    z-index: 2;
  }
  .hero__ttl ._txt02 {
    line-height: 0.94;
  }
  .hero__blk {
    position: relative;
  }
  .hero__img {
    top: -168px;
    left: calc(50% - 38px);
  }
  .hero__cts {
    padding-top: 24px;
  }
  .hero__slider {
    margin-inline: -20px;
  }
}

.anchors {
  display: flex;
  background-color: #333;
}
@media (min-width: 768px) {
  .anchors {
    margin-top: 60px;
    justify-content: center;
    padding-block: 10px 12px;
    gap: 0 65px;
  }
}
@media (max-width: 767.98px) {
  .anchors {
    flex-direction: column;
    margin-inline: -20px;
    padding-block: 6px;
  }
}

.anchor {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0 6px;
}
.anchor span {
  color: #fff;
  font-size: 14px;
}
.anchor i {
  color: #fff;
  width: 18px;
  height: 18px;
  padding-top: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color;
}
.anchor i svg {
  flex: 0 0 9px;
}
.anchor:hover {
  opacity: 1;
}
.anchor:hover i {
  border-color: var(--color-main);
  background-color: var(--color-main);
  color: #333;
}
@media (max-width: 767.98px) {
  .anchor {
    justify-content: center;
    padding-block: 5px;
  }
}

.about {
  position: relative;
}
.about__table th {
  font-weight: bold;
}
.about__table th, .about__table td {
  font-size: 16px;
  line-height: 1.875;
}
.about__imgs01, .about__imgs02 {
  position: relative;
}
.about__imgs01 img, .about__imgs02 img {
  display: block;
}
.about__img01, .about__img02, .about__img03, .about__img04, .about__img05 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.about__img01::before, .about__img02::before, .about__img03::before, .about__img04::before, .about__img05::before {
  content: "";
  inset: 0;
  border: 6px solid #fff;
  position: absolute;
}
.about__img01 {
  position: absolute;
  width: 137px;
  rotate: 3.39deg;
}
.about__img02 {
  position: absolute;
  width: 105px;
  rotate: -11.23deg;
  z-index: 2;
}
.about__img03 {
  position: absolute;
  width: 107px;
  rotate: 8deg;
}
.about__img04 {
  position: absolute;
  width: 137px;
  rotate: -7deg;
}
.about__img05 {
  position: absolute;
  width: 104px;
  rotate: 12.08deg;
}
@media (min-width: 768px) {
  .about {
    padding-top: 78px;
    display: flex;
    justify-content: center;
    min-height: 420px;
  }
  .about__container {
    flex: 0 0 732px;
    width: 732px;
  }
  .about__table {
    width: 100%;
  }
  .about__table th, .about__table td {
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    padding-block: 11px 12px;
    border-bottom: 1px solid #333;
  }
  .about__table th {
    width: 140px;
  }
  .about__imgs01, .about__imgs02 {
    flex: 0 0 240px;
    position: relative;
  }
  .about__img01 {
    width: 162px;
    rotate: 2.39deg;
    right: 46px;
    top: -22px;
  }
  .about__img02 {
    width: 113px;
    right: 151px;
    top: 90px;
  }
  .about__img03 {
    width: 141px;
    right: 49px;
    top: 153px;
  }
  .about__img04 {
    width: 200px;
    rotate: 8deg;
    top: -17px;
    left: 37px;
  }
  .about__img05 {
    width: 140px;
    rotate: -7deg;
    top: 134px;
    left: 74px;
  }
}
@media (max-width: 767.98px) {
  .about__imgs01 {
    height: 209px;
  }
  .about__img01 {
    top: 60px;
    left: calc(50% - 167px);
  }
  .about__img02 {
    top: 101px;
    left: calc(50% - 55px);
  }
  .about__img03 {
    top: 47px;
    left: calc(50% + 51px);
  }
  .about__imgs02 {
    height: 200px;
  }
  .about__img04 {
    top: 64px;
    left: calc(50% - 15px);
  }
  .about__img05 {
    top: 36px;
    left: calc(50% - 115px);
  }
  .about__table {
    display: block;
  }
  .about__table tbody, .about__table tr, .about__table th, .about__table td {
    display: block;
  }
  .about__table tr {
    padding-bottom: 7px;
    margin-inline: -1px;
    border-bottom: 1px solid #333;
  }
  .about__table tr + tr {
    padding-top: 6px;
  }
  .about__table td {
    margin-top: -2px;
  }
}

.hgroup p {
  text-align: center;
  color: var(--color-secondary);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.hgroup h2 {
  text-align: center;
  font-family: var(--mincho);
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
}
.hgroup.-small p {
  font-size: 16px;
}
.hgroup.-small h2 {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hgroup p {
    font-size: 24px;
  }
  .hgroup h2 {
    font-size: 36px;
  }
  .hgroup.-small p {
    font-size: 18px;
  }
  .hgroup.-small h2 {
    font-size: 28px;
  }
}

.attract {
  padding-block: 44px 60px;
}
.attract__container {
  background-color: var(--color-gray2);
}
.attract__cts {
  margin-top: 21px;
  max-width: var(--container);
  margin-inline: auto;
  padding-block: 28px 29px;
}
.attract__line {
  background-color: var(--color-gray);
}
@media (min-width: 768px) {
  .attract {
    padding-block: 18px 91px;
  }
  .attract__cts {
    margin-top: 20px;
    padding-block: 38px 40px;
    display: grid;
    gap: 0 40px;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
  }
  .attract__line {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media (max-width: 767.98px) {
  .attract__container {
    padding-inline: 20px;
    margin-inline: -20px;
  }
  .attract__line {
    width: 100%;
    height: 1px;
    margin-block: 23px;
  }
}

.attract-card__icon {
  width: 60px;
  margin-inline: auto;
}
.attract-card__heading {
  padding-top: 16px;
}
.attract-card__ttl {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}
.attract-card__ttl b {
  font-size: 24px;
  color: var(--color-secondary);
}
.attract-card__cts {
  padding-top: 11px;
}
@media (min-width: 768px) {
  .attract-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
  .attract-card__heading {
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .attract-card__ttl {
    line-height: 33px;
  }
}
.process__container {
  background-color: var(--color-gray2);
}
.process__cts {
  max-width: var(--container);
  margin-inline: auto;
  position: relative;
  margin-top: 20px;
}
.process__img01, .process__img02 {
  display: none;
}
@media (min-width: 768px) {
  .process__cts {
    margin-top: 20px;
    padding-block: 39px 10px;
  }
  .process__img01, .process__img02 {
    display: block;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .process__img01::before, .process__img02::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 6px solid #fff;
  }
  .process__img01 {
    width: 101px;
    rotate: -7deg;
    bottom: 17px;
    left: calc(50% + 331px);
  }
  .process__img02 {
    width: 160px;
    rotate: 6.97deg;
    bottom: 56px;
    left: calc(50% + 423px);
  }
}
@media (max-width: 767.98px) {
  .process__container {
    padding-inline: 20px;
    margin-inline: -20px;
  }
  .process__cts {
    padding-top: 40px;
  }
}

.process-blk {
  --pb: 61px;
  display: flex;
  gap: 0 20px;
}
.process-blk__step {
  flex: 0 0 36px;
  position: relative;
  padding-bottom: var(--pb);
}
.process-blk__step span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  font-family: var(--serif);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.process-blk__step::before {
  content: "";
  width: 3px;
  height: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background-color: #333;
}
.process-blk__step:is(.-last *)::before {
  content: none;
}
.process-blk__secttl {
  display: flex;
}
.process-blk__secttl span {
  flex: 0 1 auto;
  font-size: 16px;
}
.process-blk__secttl b {
  flex: 0 1 auto;
  font-size: 24px;
}
.process-blk__cts {
  padding-bottom: var(--pb);
}
.process-blk__txt {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .process-blk {
    --pb: 52px;
    gap: 0 31px;
  }
  .process-blk__step {
    flex: 0 0 56px;
  }
  .process-blk__step span {
    width: 56px;
    height: 56px;
  }
  .process-blk__secttl {
    align-items: center;
  }
  .process-blk__secttl span {
    font-size: 18px;
  }
  .process-blk__secttl b {
    font-size: 28px;
  }
  .process-blk__txt {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .process-blk.-last {
    --pb: 40px;
  }
  .process-blk.-step02 .process-blk__step::before, .process-blk.-step03 .process-blk__step::before {
    height: 100%;
  }
  .process-blk.-step02 .process-blk__step span, .process-blk.-step03 .process-blk__step span {
    margin-top: 20px;
  }
  .process-blk__secttl {
    flex-direction: column;
  }
  .process-blk__secttl b {
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .process-imgbox {
    display: flex;
    gap: 0 20px;
    padding-right: 10px;
  }
  .process-imgbox__cts {
    flex: 1 1 auto;
    padding-top: 10px;
  }
  .process-imgbox__img {
    flex: 0 0 220px;
    width: 220px;
    padding-top: 9px;
  }
}
@media (max-width: 767.98px) {
  .process-imgbox__img {
    padding-top: 16px;
  }
}

.process-abtbox {
  margin-top: 41px;
}
.process-abtbox__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: var(--color-secondary);
  padding-block: 6px;
}
.process-abtbox__img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .process-abtbox {
    margin-top: 28px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: minmax(0, 48fr) minmax(0, 53fr);
    gap: 0 40px;
  }
  .process-abtbox__cts {
    display: grid;
    grid-template: "ttl ttl" auto "img txt" auto "btn btn" 1fr/minmax(0, 164fr) minmax(0, 296fr);
    gap: 17px 20px;
  }
  .process-abtbox__ttl {
    grid-area: ttl;
  }
  .process-abtbox__img {
    grid-area: img;
    gap: 20px 0;
  }
  .process-abtbox__txt {
    grid-area: txt;
  }
  .process-abtbox__btn {
    grid-area: btn;
  }
}
@media (max-width: 767.98px) {
  .process-abtbox__ttl {
    margin-bottom: 20px;
  }
  .process-abtbox__img {
    margin-bottom: 16px;
    gap: 23px 0;
  }
  .process-abtbox__txt {
    margin-bottom: 20px;
  }
  .process-abtbox__mess {
    margin-top: 40px;
  }
}

.process-mess {
  background-color: #fff;
  padding: 21px 20px;
}
.process-mess__ttl {
  font-size: 16px;
  color: var(--color-secondary);
  padding-bottom: 7px;
}
.process-mess__txt p {
  font-size: 14px;
  line-height: 1.7142857143;
}
.process-mess__img figcaption {
  font-size: 14px;
  line-height: 1.7142857143;
}
.process-mess__thumb figcaption {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .process-mess {
    padding: 24px;
  }
  .process-mess__cts {
    display: grid;
    gap: 0 20px;
    grid-template-columns: minmax(0, 151fr) minmax(0, 80fr);
  }
}
@media (max-width: 767.98px) {
  .process-mess__thumb {
    margin-top: 21px;
  }
}

.message {
  margin-top: 90px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 98.3%, #C6D9D9 98.4%, #C6D9D9 100%), linear-gradient(to bottom, #C6D9D9 0%, #C6D9D9 1.6%, rgba(255, 255, 255, 0) 1.7%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat, repeat;
  background-size: 60px 60px, 60px 60px;
}
.message__container {
  max-width: var(--container);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 44px 0;
}
@media (min-width: 768px) {
  .message {
    padding-block: 40px 65px;
  }
  .message__container {
    margin-top: 46px;
    gap: 48px 0;
  }
}
@media (max-width: 767.98px) {
  .message {
    padding-inline: 20px;
    margin-inline: -20px;
    padding-block: 39px 46px;
  }
}

.message-box__img figcaption {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
.message-box__img figcaption b {
  font-size: 18px;
}
.message-box__cts h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  padding-inline: 23px;
}
.message-box__cts h3::before, .message-box__cts h3::after {
  position: absolute;
  font-family: var(--serif);
  font-size: 40px;
  color: var(--color-secondary);
  line-height: 1;
  font-weight: bold;
}
.message-box__cts h3::before {
  content: "“";
  left: 0;
  top: -4px;
}
.message-box__cts h3::after {
  content: "”";
  right: 0;
  bottom: -23px;
}
@media (min-width: 768px) {
  .message-box {
    display: grid;
    grid-template-columns: 240px minmax(auto, 856px);
    gap: 0 40px;
  }
  .message-box__heading {
    display: none;
  }
  .message-box__cts h3 {
    font-size: 24px;
    margin-inline: 0;
    margin-bottom: 23px;
  }
  .message-box__img {
    margin-top: 5px;
  }
  .message-box__img figcaption {
    margin-top: 10px;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .message-box__heading {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    padding-inline: 23px;
  }
  .message-box__heading::before, .message-box__heading::after {
    position: absolute;
    font-family: var(--serif);
    font-size: 40px;
    color: var(--color-secondary);
    line-height: 1;
    font-weight: bold;
  }
  .message-box__heading::before {
    content: "“";
    left: 0;
    top: -4px;
  }
  .message-box__heading::after {
    content: "”";
    right: 0;
    bottom: -23px;
  }
  .message-box__img {
    padding-top: 11px;
    text-align: center;
    margin: 0;
  }
  .message-box__img img {
    width: 100%;
    max-width: 240px;
  }
  .message-box__img figcaption {
    margin-top: 9px;
    align-items: center;
    justify-content: center;
    gap: 0 1em;
  }
  .message-box__cts {
    margin-top: 15px;
  }
  .message-box__cts h3 {
    display: none;
  }
}

.schedule__container {
  max-width: 864px;
  margin-inline: auto;
  position: relative;
  padding-top: 90px;
}
.schedule__img01, .schedule__img02 {
  display: none;
}
.schedule__cts {
  display: flex;
  flex-direction: column;
  margin-top: 29px;
  padding: 16px 20px;
  background-color: var(--color-gray2);
  gap: 8px 0;
}
.schedule__cts div {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.schedule__cts dl {
  display: flex;
  margin-bottom: 0;
}
.schedule__cts dt {
  font-size: 16px;
  flex: 0 0 67px;
}
.schedule__cts dd {
  font-size: 16px;
  line-height: 1.875;
}
.schedule__notes {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin-top: 7px;
}
.schedule__notes li {
  font-size: 14px;
  line-height: 1.7142857143;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .schedule__container {
    padding-top: 140px;
  }
  .schedule__cts {
    flex-direction: row;
    margin-top: 27px;
    padding: 20px 40px;
    gap: 0;
  }
  .schedule__cts div {
    flex: 1 1 auto;
  }
  .schedule__cts div:nth-child(1) {
    padding-right: 50px;
  }
  .schedule__cts div:nth-child(2) {
    padding-left: 50px;
    border-left: 1px solid var(--color-gray);
  }
  .schedule__cts dt {
    font-size: 18px;
    flex: 0 0 88px;
  }
  .schedule__cts dd {
    padding-top: 3px;
    font-size: 18px;
    line-height: 1.4;
  }
  .schedule__img01, .schedule__img02 {
    display: block;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .schedule__img01::before, .schedule__img02::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 6px solid #fff;
  }
  .schedule__img01 {
    width: 151px;
    rotate: -16deg;
    top: 149px;
    right: calc(50% + 465px);
  }
  .schedule__img02 {
    width: 102px;
    rotate: 4.34deg;
    top: 73px;
    right: calc(50% + 374px);
  }
  .schedule__notes {
    margin-top: 8px;
  }
}
@media (max-width: 767.98px) {
  .schedule__notes {
    margin-bottom: 0;
  }
}

.faq__container {
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 89px;
}
.faq__img01, .faq__img02 {
  display: none;
}
.faq__cts {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .faq__container {
    padding-top: 71px;
    padding-bottom: 101px;
  }
  .faq__img01, .faq__img02 {
    display: block;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }
  .faq__img01::before, .faq__img02::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 6px solid #fff;
  }
  .faq__img01 {
    width: 117px;
    rotate: -7deg;
    bottom: 0px;
    right: calc(50% + 525px);
  }
  .faq__img02 {
    width: 162px;
    rotate: 6.97deg;
    top: 35px;
    left: calc(50% + 425px);
  }
  .faq__cts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    padding-top: 39px;
  }
}
@media (max-width: 767.98px) {
  .faq__cts {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
  }
}

.faq-blk__q {
  display: flex;
  gap: 0 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}
.faq-blk__q::before {
  content: "Q";
  font-family: var(--serif);
  color: var(--color-secondary);
  line-height: 1;
  font-size: 26px;
  flex: 0 0 auto;
}
.faq-blk__q p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.faq-blk__a {
  display: flex;
  gap: 0 16px;
}
.faq-blk__a::before {
  content: "A";
  font-family: var(--serif);
  color: var(--color-secondary);
  line-height: 1;
  font-size: 26px;
  flex: 0 0 auto;
}
.faq-blk__a p {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .faq-blk__q {
    padding-bottom: 19px;
    margin-bottom: 22px;
  }
  .faq-blk__q::before, .faq-blk__a::before {
    font-size: 32px;
  }
  .faq-blk__q p, .faq-blk__a p {
    padding-top: 4px;
  }
}
@media (max-width: 767.98px) {
  .faq-blk__a::before {
    translate: 0 5px;
  }
}

.scholar {
  max-width: 1080px;
  margin-inline: auto;
}
.scholar .other-box {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .scholar {
    margin-top: -20px;
  }
}

.info-section {
  max-width: 1080px;
  margin-inline: auto;
  margin-top: 91px;
}
.info-section .other-box {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .info-section {
    margin-top: 101px;
  }
}

@media (min-width: 768px) {
  .other-box {
    display: grid;
    grid-template-columns: 13fr 12fr;
    gap: 0 80px;
  }
}
@media (max-width: 767.98px) {
  .other-box__btn {
    margin-top: 13px;
  }
}

.info-contact {
  margin-top: 32px;
}
.info-contact h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
}
.info-contact p {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.875;
}
.info-contact a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  gap: 0 8px;
}
.info-contact a .las {
  font-size: 24px;
}
.info-contact a span {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .info-contact {
    margin-top: 17px;
  }
}

.js-fade {
  --delay: 0s;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.75s ease-out var(--delay), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--delay);
  will-change: opacity, transform;
}
.js-fade.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=style.css.map */
