@charset "UTF-8";
/* Sass Document */
div[id],
section[id] {
  scroll-margin-top: 14.2rem;
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id] {
    scroll-margin-top: 8.5rem;
  }
}

.l-main {
  padding-top: 0;
  padding-bottom: 7.6rem;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-bottom: 4.6rem;
  }
}

.p-mv {
  position: relative;
  width: 100%;
}

/* 背景画像 */
.mv-image {
  width: 100%;
  height: auto;
  display: block;
}

/* sticky領域（画像の高さ分） */
.p-mv-txt-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100.3rem;
  height: 96%;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-wrapper {
    width: auto;
    height: 68.7rem;
  }
}

/* テキスト */
.p-mv-txt-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 14.2rem;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-sticky {
    top: 0;
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-top: 4rem;
    position: static;
  }
}

.p-mv-txt-block {
  display: flex;
  /* 
  align-items: flex-start; */
  gap: 0 1em;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block {
    grid-area: 1/1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-mv-txt-block p {
  writing-mode: vertical-lr;
  background: hsla(0deg, 0%, 100%, 0);
  padding: 0.3em 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.7rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block p {
    background: #fff;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt01,
.p-mv-txt-block .txt02,
.p-mv-txt-block .txt03,
.p-mv-txt-block .txt04,
.p-mv-txt-block .txt05,
.p-mv-txt-block .txt06,
.p-mv-txt-block .txt07,
.p-mv-txt-block .txt08 {
    opacity: 0;
  }
}
.p-mv-txt-block .txt01 span,
.p-mv-txt-block .txt02 span,
.p-mv-txt-block .txt03 span,
.p-mv-txt-block .txt04 span,
.p-mv-txt-block .txt05 span,
.p-mv-txt-block .txt06 span,
.p-mv-txt-block .txt07 span,
.p-mv-txt-block .txt08 span {
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt01 span,
.p-mv-txt-block .txt02 span,
.p-mv-txt-block .txt03 span,
.p-mv-txt-block .txt04 span,
.p-mv-txt-block .txt05 span,
.p-mv-txt-block .txt06 span,
.p-mv-txt-block .txt07 span,
.p-mv-txt-block .txt08 span {
    opacity: 1;
  }
}
.p-mv-txt-block .txt02 {
  margin-top: 4.8em;
}
.p-mv-txt-block .txt03 {
  margin-top: 8.8em;
}
.p-mv-txt-block .txt04 {
  margin-top: 4em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt04 {
    margin-top: 0;
  }
}
.p-mv-txt-block .txt05 {
  margin-top: 7.3em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt05 {
    margin-top: 6em;
  }
}
.p-mv-txt-block .txt06 {
  margin-top: 1.9em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt06 {
    margin-top: 0;
  }
}
.p-mv-txt-block .txt07 {
  margin-top: 4.4em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt07 {
    margin-top: 3.4em;
  }
}
.p-mv-txt-block .txt08 {
  margin-top: 7.9em;
}
@media screen and (max-width: 767.98px) {
  .p-mv-txt-block .txt08 {
    margin-top: 9.9em;
  }
}

.tcu-all {
  -webkit-text-combine: horizontal;
  /*for Safari*/
  -ms-text-combine-horizontal: all;
  /*for IE*/
  text-combine-upright: all;
  text-align: center;
}

.p-instagram {
  padding-top: 5.5rem;
}

.p-instagram__content {
  max-width: 127.6rem;
  margin: 7rem auto 0;
}

.p-top-news {
  padding-bottom: 10.6rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news {
    padding-bottom: 5.6rem;
  }
}
.p-top-news .p-link-wrapper {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news .p-link-wrapper {
    margin-top: 4rem;
  }
}
.p-top-news .p-link-wrapper a {
  color: #243675;
}
@media (any-hover) {
  .p-top-news .p-link-wrapper a {
    transition: 0.3s opacity;
  }
  .p-top-news .p-link-wrapper a:hover {
    opacity: 0.7;
  }
}

.p-top-news__list {
  max-width: 128rem;
  margin: 10.1rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__list {
    margin-top: 7.1rem;
  }
}

.p-top-news__item a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .p-top-news__item a {
    transition: 0.3s opacity;
  }
  .p-top-news__item a:hover {
    opacity: 0.7;
  }
}
.p-top-news__item + .p-top-news__item {
  margin-top: 0.4rem;
}

.p-top-news__inner {
  background-color: #243675;
  padding: 2.7rem 2rem 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner {
    text-align: left;
    padding: 3rem 2.6rem;
  }
}
.p-top-news__inner time {
  font-size: 1.45rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner time {
    font-size: 1.54rem;
  }
}

.c-news-ttl {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}

.p-top-greeting {
  margin-top: 7rem;
  padding-bottom: 15.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-greeting {
    padding-bottom: 5.7rem;
  }
}
.p-top-greeting .p-logo {
  width: 21.9rem;
  margin: 0 auto 7.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-greeting .p-logo {
    margin-bottom: 6.7rem;
  }
}
.p-top-greeting .p-logo img {
  width: 100%;
}

.p-top-gteeting__content {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-gteeting__content {
    font-size: 2.1rem;
  }
}
.p-top-gteeting__content .c-ttl {
  font-size: 3.46rem;
  font-weight: 500;
  margin-bottom: 6.4rem;
  line-height: 1.4161849711;
}
@media screen and (max-width: 767.98px) {
  .p-top-gteeting__content .c-ttl {
    margin-bottom: 4.4rem;
  }
}
.p-top-gteeting__content .c-txt {
  font-size: 2.2rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 767.98px) {
  .p-top-gteeting__content .c-txt {
    font-size: 2.1rem;
    line-height: 1.7619047619;
    letter-spacing: -0.1em;
  }
}
.p-top-gteeting__content .c-txt + .c-txt {
  margin-top: 1.7em;
}
.p-top-gteeting__content .c-name {
  margin-top: 2.8em;
  font-size: 2.3rem;
}

.p-top-casesutudy {
  position: relative;
  padding-top: 2rem;
}
.p-top-casesutudy.is-line::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #243675;
  max-width: 89rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -1.8rem;
  -webkit-animation: line-move 2s forwards;
          animation: line-move 2s forwards;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy.is-line::before {
    -webkit-animation: line-move-sp 2s forwards;
            animation: line-move-sp 2s forwards;
  }
}

@-webkit-keyframes line-move {
  0% {
    width: 0;
    top: -1.8rem;
    opacity: 0;
  }
  100% {
    width: 100%;
    top: -5.8rem;
    opacity: 1;
  }
}

@keyframes line-move {
  0% {
    width: 0;
    top: -1.8rem;
    opacity: 0;
  }
  100% {
    width: 100%;
    top: -5.8rem;
    opacity: 1;
  }
}
@-webkit-keyframes line-move-sp {
  0% {
    width: 0;
    top: 1.8rem;
    opacity: 0;
  }
  100% {
    width: 100%;
    top: 0;
    opacity: 1;
  }
}
@keyframes line-move-sp {
  0% {
    width: 0;
    top: 1.8rem;
    opacity: 0;
  }
  100% {
    width: 100%;
    top: 0;
    opacity: 1;
  }
}
.p-top-casesutudy__list {
  display: flex;
  max-width: 89rem;
  margin: 4rem auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__list {
    display: block;
    margin-top: 4rem;
  }
}

.p-top-casesutudy__item {
  position: relative;
  width: 40.5rem;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__item {
    width: 100%;
    padding: 3rem;
  }
}
.p-top-casesutudy__item a {
  display: block;
  height: 100%;
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .p-top-casesutudy__item a {
    transition: 0.3s opacity;
  }
  .p-top-casesutudy__item a:hover {
    opacity: 0.7;
  }
}
.p-top-casesutudy__item.is-line::before {
  -webkit-animation: line-move2 2s forwards;
          animation: line-move2 2s forwards;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__item.is-line::before {
    -webkit-animation: sp-line-move2 2s forwards;
            animation: sp-line-move2 2s forwards;
  }
}
@media screen and (min-width:768px) {
  .p-top-casesutudy__item:nth-of-type(even)::before {
    display: none;
  }
}
.p-top-casesutudy__item:nth-child(-n+2)::before {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__item:nth-child(2)::before {
    display: block;
  }
}
.p-top-casesutudy__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  background-color: #243675;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__item::before {
    left: 0;
    right: 0;
  }
}
.p-top-casesutudy__item figure {
  margin: 0 auto;
  display: block;
  aspect-ratio: 40.5/27.5;
  overflow: hidden;
}
.p-top-casesutudy__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes line-move2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    width: 89rem;
    transform: translateX(-40.5rem);
    opacity: 1;
  }
}

@keyframes line-move2 {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    width: 89rem;
    transform: translateX(-40.5rem);
    opacity: 1;
  }
}
@-webkit-keyframes sp-line-move2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes sp-line-move2 {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.p-top-casesutudy__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-top-casesutudy__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__body {
    text-align: center;
    padding-top: 2rem;
  }
}
.p-top-casesutudy__body .c-unique {
  display: inline-block;
  line-height: 1;
}
.p-top-casesutudy__body .c-place {
  font-size: 1.85rem;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__body .c-place {
    font-size: 1.7rem;
  }
}
.p-top-casesutudy__body .c-ttl {
  font-size: 2.62rem;
  font-weight: 500;
  line-height: 1.641221374;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__body .c-ttl {
    font-size: 2.3rem;
  }
}
.p-top-casesutudy__body .c-ttl .c-unique {
  width: 2.5rem;
  margin: 0 0.2rem 0 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__body .c-ttl .c-unique {
    width: 2.2rem;
  }
}
.p-top-casesutudy__body .c-ttl .c-unique img {
  margin-top: 0.05rem;
}
.p-top-casesutudy__body .c-detail {
  margin-top: auto;
  font-size: 1.85rem;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .p-top-casesutudy__body .c-detail {
    font-size: 1.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	現状の
課題として
* --------------------------------------------------------------------------------------------------*/
.p-assignment-content {
  max-width: 89rem;
  margin: 0 auto;
  background: url(../img/top/bg_assignment.png) #243675 top right/auto 100%;
  padding: 4.5rem 4rem;
  color: #fff;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-assignment-content {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.p-assignment-content::after {
  content: "";
  position: absolute;
  width: 7rem;
  height: 6rem;
  background-color: #243675;
  left: 50%;
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-assignment-content::after {
    width: 7.5rem;
    height: 5.4rem;
  }
}
.p-assignment-content .c-txt-middle {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-assignment-content .c-txt-middle {
    font-size: 2.1rem;
    line-height: 2.0952380952;
    text-align: center;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-assignment-content .c-line {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 94%, rgba(255, 255, 255, 0) 94%);
}
.p-assignment-content .c-txt {
  font-size: 1.7rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-assignment-content .c-txt {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}

.p-assignment__ttl {
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.32;
  position: relative;
  padding: 2.2rem 0 0 4.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .p-assignment__ttl {
    font-size: 3.4rem;
    text-align: center;
    padding: 2rem 0;
  }
}
.p-assignment__ttl::before, .p-assignment__ttl::after {
  content: "";
  position: absolute;
  width: 13.9rem;
  height: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-assignment__ttl::before, .p-assignment__ttl::after {
    width: 7.4rem;
    height: 5.4rem;
  }
}
.p-assignment__ttl::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.p-assignment__ttl::after {
  display: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: auto;
  right: 0;
  left: auto;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-assignment__ttl::after {
    display: block;
  }
}

.p-img-block {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-block {
    display: block;
    width: 41.1rem;
    margin: 2rem auto;
  }
}

.p-img-wrapper {
  width: 37.7rem;
  aspect-ratio: 377/231;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-img-wrapper {
    width: auto;
  }
  .p-img-wrapper + .p-img-wrapper {
    margin-top: 1.4rem;
  }
}
.p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-role {
  padding-top: 1rem;
}
.p-role .c-txt {
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}

.c-role-ttl {
  width: 41.2rem;
  margin: 0 auto 1.9rem;
}

.p-feasible {
  width: 48.9rem;
  margin: 2.8rem auto 0;
  background: url(../img/top/bg_action.svg) no-repeat top center/100% auto;
  padding-top: 14.8rem;
  text-align: center;
}
.p-feasible .c-txt {
  font-size: 2.1rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-feasible .c-txt {
    font-size: 2.2rem;
    max-width: 33.4rem;
    text-align: justify;
  }
}

.c-feasible-ttl {
  font-size: 5.6rem;
  line-height: 1.5357142857;
  font-weight: 500;
}

.p-large-catch {
  max-width: 68.6rem;
  margin: 6.3rem auto 0;
  font-size: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-large-catch {
    font-size: 12.6rem;
  }
}

.p-catch {
  color: #be9c59;
  text-align: center;
  margin-top: 1rem;
}
.p-catch span {
  opacity: 0;
}
.p-catch .c-large {
  font-size: 20rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-catch .c-large {
    font-size: 12.6rem;
  }
}
.p-catch .c-middle {
  font-size: 11.6rem;
  line-height: 0.9396551724;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-catch .c-middle {
    font-size: 7.3rem;
  }
}

.p-ysa {
  max-width: 89.2rem;
  margin: 10.6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-ysa {
    max-width: 48rem;
    margin-top: 6.6rem;
  }
}
.p-ysa .c-ttl {
  max-width: 66.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-ysa .c-ttl {
    max-width: 47.2rem;
  }
}

.p-glaph {
  margin-top: -8rem;
  position: relative;
  margin-bottom: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-glaph {
    margin-top: 3rem;
    margin-bottom: 17rem;
  }
}
.p-glaph picture {
  display: block;
  position: relative;
}
.p-glaph picture img {
  width: 100%;
}
.p-glaph picture::after {
  content: "";
  position: absolute;
  background: url(../img/common/icn_arrow.svg) no-repeat center bottom/100% auto;
  width: 8.1rem;
  height: 8.4rem;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-glaph picture::after {
    width: 13.3rem;
    height: 13.9rem;
    top: calc(100% + 2rem);
  }
}

.p-improvement {
  width: 100%;
  max-width: 89rem;
  margin: 0 auto;
  text-align: center;
}
.p-improvement .c-txt-large {
  font-size: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-improvement .c-txt-large {
    font-size: 2.98rem;
  }
}
.p-improvement .c-txt {
  font-size: 2.1rem;
}
.p-improvement .c-txt + .c-txt {
  margin-top: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-improvement .c-txt {
    font-size: 2.67rem;
    line-height: 1.4285714286;
  }
  .p-improvement .c-txt span {
    display: block;
    font-size: 2.1rem;
  }
}

.c-improvement-ttl {
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background-color: #243675;
  line-height: 1.2;
  padding: 0.6rem 0;
  letter-spacing: 0.15em;
  margin-bottom: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-improvement-ttl {
    font-size: 4.28rem;
    line-height: 1.3668224299;
    padding: 1rem 0;
  }
}

.c-announcement {
  text-align: center;
  background-color: #243675;
  color: #fff;
  margin: 2.3rem auto 0;
  position: relative;
  font-size: 2.2rem;
  padding: 0.5rem 0;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-announcement {
    font-size: 2.29rem;
  }
}
.c-announcement::before, .c-announcement::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.c-announcement::before {
  top: 0.5rem;
}
.c-announcement::after {
  bottom: 0.5rem;
}

@media (any-hover) {
  a.c-announcement {
    transition: 0.3s opacity;
  }
  a.c-announcement:hover {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	movie
* --------------------------------------------------------------------------------------------------*/
.p-movie {
  width: 100%;
  max-width: 89rem;
  margin: 4rem auto 0;
  aspect-ratio: 560/315;
}
@media screen and (max-width: 767.98px) {
  .p-movie {
    margin-top: 2rem;
  }
}
.p-movie iframe {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	download
* --------------------------------------------------------------------------------------------------*/
.p-download {
  width: 100%;
  max-width: 58.7rem;
  margin: 7.2rem auto 0;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-download {
    max-width: 43.8rem;
    font-size: 3rem;
    margin-top: 4.6rem;
  }
}
.p-download a {
  color: #fff;
  background-color: #243675;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.9rem 0;
}
@media (any-hover) {
  .p-download a {
    transition: 0.3s opacity;
  }
  .p-download a:hover {
    opacity: 0.7;
  }
}

.p-inquiry {
  font-size: 3.2rem;
  width: 100%;
  max-width: 58.7rem;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-inquiry {
    max-width: 43.8rem;
    font-size: 2.33rem;
    margin-top: 4.6rem;
  }
}
.p-inquiry a {
  background-color: #be9c59;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5.1rem 0;
  letter-spacing: 0.1em;
}
@media (any-hover) {
  .p-inquiry a {
    transition: 0.3s opacity;
  }
  .p-inquiry a:hover {
    opacity: 0.7;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	インスタグラム
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #sbi_images {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
  }
}

.sbi_header_link {
  color: currentColor !important;
}
/*# sourceMappingURL=top.css.map */

/* =========================================
   CTA（3ボタン）統一レイアウト
   ========================================= */
.p-cta{
  max-width: 58.7rem;      /* 既存の幅に合わせる */
  margin: 7.2rem auto 0;   /* 既存の余白に合わせる */
  display: grid;
  gap: 2.4rem;             /* ボタン間の等間隔 */
}

@media screen and (max-width: 767.98px){
  .p-cta{
    max-width: 43.8rem;    /* 既存SP幅 */
    margin-top: 4.6rem;    /* 既存SP余白 */
    gap: 1.6rem;
  }
}

/* ボタン共通（高さを揃える） */
.p-cta__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7.2rem;      /* ← 高さを統一 */
  padding: 0.9rem 0;       /* 既存downloadのバランスを踏襲 */
  text-decoration: none;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fff;
  font-size: 3.0rem;       /* 3つを統一 */
}

@media screen and (max-width: 767.98px){
  .p-cta__btn{
    min-height: 6.0rem;
    font-size: 2.6rem;
  }
}

/* 色バリエーション（既存カラーに合わせる） */
.p-cta__btn--primary{ background-color:#243675; } /* 紺 */
.p-cta__btn--accent{  background-color:#be9c59; } /* 金 */

/* hover共通 */
@media (any-hover){
  .p-cta__btn{ transition: .3s opacity; }
  .p-cta__btn:hover{ opacity:.7; }
}