@charset "UTF-8";
.is-sp {
  display: none !important;
}
@media (max-width: 896px) {
  .is-sp {
    display: block !important;
  }
}

@media (max-width: 896px) {
  .is-pc {
    display: none !important;
  }
}

.c-ttl {
  margin-bottom: 48px;
}
@media (max-width: 896px) {
  .c-ttl {
    margin-bottom: 40px;
  }
}

.p-mvInterview img {
  width: 100%;
  height: auto;
}

.p-introInterview {
  padding: 56px 0;
  background-color: #fff1e6;
  background-image: url(../img/inner_intro_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  .p-introInterview {
    padding: 40px 20px;
    background-image: url(../img/sp/inner_intro_bg.png);
  }
}
.p-introInterview__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 70px;
}
@media (max-width: 896px) {
  .p-introInterview__content {
    display: block;
  }
}
.p-introInterview__content:before {
  content: "";
  position: absolute;
  bottom: -121px;
  right: 0;
  width: 150px;
  height: 115px;
  background: url(../img/img_book.png) center center no-repeat;
}
@media (max-width: 896px) {
  .p-introInterview__content:before {
    display: none;
  }
}
.p-introInterview__img {
  width: 420px;
}
@media (max-width: 896px) {
  .p-introInterview__img {
    display: none;
  }
}
.p-introInterview__main {
  flex: 1;
}
@media (max-width: 896px) {
  .p-introInterview__main {
    flex: unset;
  }
}
.p-introInterview__main__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl--pc {
    display: none;
  }
}
.p-introInterview__main__ttl--sp {
  display: none;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl--sp {
    display: flex;
  }
}
.p-introInterview__main__ttl .marker {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #ff8a32;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-introInterview__main__ttl .marker {
    padding: 10px 5px;
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-introInterview__main__txt {
  font-weight: 500;
  line-height: 2.2;
}
@media (max-width: 896px) {
  .p-introInterview__main__txt {
    font-size: 14px;
  }
}

.p-color {
  padding: 80px 0 60px;
  overflow: hidden;
  background-color: #fff8f3;
}
@media (max-width: 896px) {
  .p-color {
    padding: 40px 0;
  }
}
.p-color__ttl {
  position: relative;
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
@media (max-width: 896px) {
  .p-color__ttl {
    margin-bottom: 68px;
    font-size: 27px;
  }
}
.p-color__ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -44px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ff8a32;
  border-radius: 9999px;
}
@media (max-width: 896px) {
  .p-color__ttl:before {
    bottom: -28px;
  }
}
.p-color__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
}
@media (max-width: 896px) {
  .p-color__list {
    width: 300px;
    margin: 20px auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-color__item {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: all 1s ease;
  position: relative;
  width: 300px;
  height: 430px;
}
@media (min-width: 897px) {
  .p-color__item:hover {
    transform: rotateY(180deg);
  }
}
.p-color__item.is-flipped {
  transform: rotateY(180deg);
}
.p-color__item:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .p-color__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-color__item:nth-child(3) {
  margin-top: 160px;
}
@media (max-width: 896px) {
  .p-color__item:nth-child(3) {
    margin-top: 0;
  }
}
.p-color__item:nth-child(4) {
  margin-top: -80px;
}
@media (max-width: 896px) {
  .p-color__item:nth-child(4) {
    margin-top: 0;
  }
}
.p-color__item:nth-child(6) {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .p-color__item:nth-child(6) {
    margin-top: 0;
  }
}
.p-color__itemImgDefault {
  -webkit-perspective: 0;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-color__itemImgDefault img {
  width: 100%;
}
.p-color__itemImgBack {
  -webkit-perspective: 0;
  -webkit-transform: translate3d(0, 0, 0);
  visibility: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-color__itemImgBack img {
  width: 100%;
}

.p-mainInterview {
  padding: 80px 0 60px;
}
@media (max-width: 896px) {
  .p-mainInterview {
    padding: 50px 20px;
  }
}
.p-mainInterview__tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 50px;
  border-bottom: 2px solid black;
}
@media (max-width: 896px) {
  .p-mainInterview__tab {
    gap: 0 11px;
    margin-bottom: 27px;
  }
}
.p-mainInterview__tab__item {
  position: relative;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 25px;
  background-color: #ff8a32;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 896px) {
  .p-mainInterview__tab__item {
    flex-direction: column;
    gap: 2px 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.1;
  }
}
.p-mainInterview__tab__item a {
  display: block;
  text-decoration: none;
}
.p-mainInterview__tab__item.is-active {
  background-color: #fff;
  border: 2px solid #333;
  border-bottom: none;
  color: #333;
}
.p-mainInterview__tab__item.is-active .p-mainInterview__tab__itemArrow {
  display: none;
}
.p-mainInterview__tab__itemArrow {
  position: absolute;
  top: 26px;
  right: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 896px) {
  .p-mainInterview__tab__itemArrow {
    position: relative;
    top: auto;
    right: auto;
    width: 18px;
    height: 18px;
  }
}
.p-mainInterview__sec {
  display: none;
}
.p-mainInterview__sec.is-active {
  display: block;
}
.p-mainInterview__card {
  display: flex;
}
@media (max-width: 896px) {
  .p-mainInterview__card {
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.p-mainInterview__card__head {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 0 40px 50px;
  background-color: #fff1e6;
  border-radius: 32px 0 0 32px;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .p-mainInterview__card__head {
    padding: 20px 20px 24px;
    border-radius: 0 0 32px 32px;
    white-space: unset;
  }
}
.p-mainInterview__card__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .p-mainInterview__card__ttl {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-mainInterview__card__txt {
  margin-top: auto;
}
.p-mainInterview__card__occupation {
  display: flex;
  align-items: baseline;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-mainInterview__card__occupation {
    font-size: 16px;
  }
}
.p-mainInterview__card__occupation span {
  margin: 0 10px 10px 0;
  padding: 5px 10px 7px;
  border-radius: 4px;
  background-color: #ff8a32;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 896px) {
  .p-mainInterview__card__occupation span {
    font-size: 16px;
  }
}
.p-mainInterview__card__years {
  font-size: 18px;
  font-weight: 700;
  color: #0747ad;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-mainInterview__card__years {
    font-size: 16px;
  }
}
.p-mainInterview__card__img {
  background-color: #fff1e6;
  border-radius: 0 32px 32px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__card__img {
    border-radius: 32px 32px 0 0;
  }
}
.p-mainInterview__card__img img {
  border-radius: 0 32px 32px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__card__img img {
    width: 100%;
    height: auto;
    border-radius: 32px 32px 0 0;
  }
}
.p-mainInterview__content {
  display: none;
}
.p-mainInterview__profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 56px;
}
.p-mainInterview__profile__item {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff8f3;
  padding: 24px 40px;
  box-sizing: border-box;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__item {
    flex-direction: column;
    padding: 16px 20px;
  }
}
.p-mainInterview__profile__item:nth-child(2) {
  width: 820px;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__item:nth-child(2) {
    width: 100%;
  }
}
.p-mainInterview__profile__item:last-child {
  width: auto;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__item:last-child {
    width: 100%;
  }
}
.p-mainInterview__profile__item:last-child .p-mainInterview__profile__itemHead {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__item:last-child .p-mainInterview__profile__itemHead {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (max-width: 896px) {
  .p-mainInterview__profile__item:last-child .p-mainInterview__profile__itemTxt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
  }
}
.p-mainInterview__profile__itemHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemHead {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}
.p-mainInterview__profile__itemImg {
  width: 80px;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemImg {
    width: 64px;
  }
}
.p-mainInterview__profile__itemImg img {
  width: 100%;
  height: auto;
}
.p-mainInterview__profile__itemTxt {
  font-weight: 700;
  text-align: center;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemTxt {
    text-align: left;
  }
}
.p-mainInterview__profile__itemOccupation {
  font-size: 18px;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemOccupation {
    font-size: 16px;
  }
}
.p-mainInterview__profile__itemYears {
  font-size: 15px;
  font-weight: 700;
  color: #0747ad;
}
.p-mainInterview__profile__itemBody {
  flex: 1;
}
.p-mainInterview__profile__itemBody ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemBody ul {
    gap: 12px 0;
  }
}
.p-mainInterview__profile__itemBody ul li {
  font-weight: 500;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__itemBody ul li {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-mainInterview__profile__itemBody ul li:before {
  content: "●";
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #0747ad;
  line-height: 1;
}
.p-mainInterview__profile__label {
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .p-mainInterview__profile__label {
    display: flex;
    justify-content: center;
  }
}
.p-mainInterview__best {
  margin: 40px 0 56px;
}
@media (max-width: 896px) {
  .p-mainInterview__best {
    margin: 30px 0 40px;
  }
}
.p-mainInterview__best__label {
  margin-bottom: 10px;
}
.p-mainInterview__best__box {
  padding: 24px 40px;
  background-color: #fff1e6;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box {
    padding: 24px 20px;
  }
}
.p-mainInterview__best__box ul {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box ul {
    gap: 12px 0;
  }
}
.p-mainInterview__best__box ul li {
  font-weight: 500;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 896px) {
  .p-mainInterview__best__box ul li {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-mainInterview__best__box ul li:before {
  content: "●";
  margin-right: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #0747ad;
  line-height: 1;
}
.p-mainInterview__article__ttl {
  margin-bottom: 72px;
  padding-left: 13px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  border-left: 7px solid #0747ad;
  border-bottom: 1px solid #0747ad;
}
@media (max-width: 896px) {
  .p-mainInterview__article__ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-mainInterview__article__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 70px;
  margin-bottom: 72px;
}
@media (max-width: 896px) {
  .p-mainInterview__article__box {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 30px;
  }
}
.p-mainInterview__article__box--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 896px) {
  .p-mainInterview__article__box--reverse {
    flex-direction: column;
  }
}
.p-mainInterview__article__head {
  width: 510px;
}
@media (max-width: 896px) {
  .p-mainInterview__article__head {
    width: auto;
  }
}
.p-mainInterview__article__headTtl {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #0747ad;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .p-mainInterview__article__headTtl {
    font-size: 18px;
  }
}
.p-mainInterview__article__headTxt {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 896px) {
  .p-mainInterview__article__headTxt {
    font-size: 14px;
  }
}
.p-mainInterview__article__img {
  flex: 1;
}
@media (max-width: 896px) {
  .p-mainInterview__article__img {
    order: 3;
  }
}
.p-mainInterview__article__img img {
  width: 100%;
  height: auto;
}
.p-mainInterview__article__txt {
  width: 100%;
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 896px) {
  .p-mainInterview__article__txt {
    margin-top: 0;
    font-size: 14px;
  }
}

.p-infoInterview {
  padding: 80px 0;
  background-color: #fff1e6;
}
@media (max-width: 896px) {
  .p-infoInterview {
    padding: 40px 20px;
  }
}
@media (max-width: 896px) {
  .p-infoInterview .c-ttl__ja {
    font-size: 27px;
    line-height: 1.4;
  }
}
.p-infoInterview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 896px) {
  .p-infoInterview__list {
    flex-direction: column;
    align-items: center;
    flex-wrap: unset;
  }
}
.p-infoInterview__item:not(:last-child) {
  width: 492px;
}
@media (max-width: 896px) {
  .p-infoInterview__item:not(:last-child) {
    width: auto;
  }
}

.p-faqInterview {
  position: relative;
  padding: 80px 0;
  background-color: #fff8f3;
  background-image: url(../img/inner_faq_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  .p-faqInterview {
    background-image: url(../img/sp/inner_faq_bg.png);
    padding: 40px 20px;
  }
}
@media (max-width: 896px) {
  .p-faqInterview .c-ttl__ja {
    font-size: 27px;
    line-height: 1.4;
  }
}
.p-faqInterview__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .p-faqInterview__list {
    gap: 16px 0;
    padding: 20px;
  }
}
.p-faqInterview__item {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.p-faqInterview__item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #ff8a32;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}
.p-faqInterview__item__label span {
  position: relative;
  top: -1px;
}
.p-faqInterview__item__label--q {
  border-color: #fff;
}
.p-faqInterview__item__label--a {
  border-color: #ff8a32;
}
.p-faqInterview__item__q {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 16px 20px;
  background-color: #ffa332;
  border-radius: 9999px;
}
@media (max-width: 896px) {
  .p-faqInterview__item__q {
    gap: 0 10px;
    padding: 16px;
  }
}
.p-faqInterview__item__a {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  padding: 24px 20px;
  background-color: #fff1e6;
  border-radius: 8px;
}
@media (max-width: 896px) {
  .p-faqInterview__item__a {
    gap: 0 10px;
    padding: 16px;
  }
}
.p-faqInterview__item__qTxt {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (max-width: 896px) {
  .p-faqInterview__item__qTxt {
    font-size: 16px;
    line-height: 1.3;
  }
}
.p-faqInterview__item__aTxt {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 896px) {
  .p-faqInterview__item__aTxt {
    font-size: 14px;
  }
}

.p-skillInterview {
  padding: 80px 0;
  background-color: #eff7fc;
  background-image: url(../img/inner_skill_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 896px) {
  .p-skillInterview {
    padding: 40px 20px;
    background-image: url(../img/sp/inner_skill_bg.png);
  }
}
.p-skillInterview__label {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #0181cc;
  text-underline-offset: 6px;
}
@media (max-width: 896px) {
  .p-skillInterview__label {
    font-size: 14px;
  }
}
.p-skillInterview__lead {
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 896px) {
  .p-skillInterview__lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.p-skillInterview__img img {
  width: 100%;
  height: auto;
}

.p-workInterview {
  padding: 80px 0;
  background-color: #fff8f3;
}
@media (max-width: 896px) {
  .p-workInterview {
    padding: 40px 20px;
  }
}
.p-workInterview__box {
  margin-top: 40px;
  padding: 40px 60px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 896px) {
  .p-workInterview__box {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.p-workInterview__box__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px 0;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-workInterview__box__head {
    margin-bottom: 24px;
  }
}
.p-workInterview__box__headLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 39px;
  background-color: #0747ad;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
}
.p-workInterview__box__headLabel:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #0747ad transparent transparent transparent;
}
.p-workInterview__box__headTtl {
  font-size: 26px;
}
@media (max-width: 896px) {
  .p-workInterview__box__headTtl {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
}
.p-workInterview__box__content {
  display: flex;
  align-items: flex-start;
  gap: 0 50px;
  margin-bottom: 56px;
}
@media (max-width: 896px) {
  .p-workInterview__box__content {
    flex-direction: column;
    gap: 16px 0;
    margin-bottom: 32px;
  }
}
.p-workInterview__box__contentImg {
  width: 334px;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentImg {
    width: 100%;
  }
}
.p-workInterview__box__contentImg img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.p-workInterview__box__contentHead {
  flex: 1;
}
.p-workInterview__box__contentHead__ttl {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #0747ad;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentHead__ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.p-workInterview__box__contentHead__txt {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 896px) {
  .p-workInterview__box__contentHead__txt {
    font-size: 14px;
  }
}
.p-workInterview__schedule {
  overflow-x: auto;
}
.p-workInterview__schedule img {
  width: 100%;
  height: auto;
}
@media (max-width: 896px) {
  .p-workInterview__schedule img {
    width: 512px;
  }
}
@media (max-width: 896px) {
  .p-workInterview .c-btnCommon {
    margin-top: 30px;
  }
}

.c-btnCommon {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0747ad !important;
  background-color: #fff;
  border: 2px solid #0747ad;
  padding: 18px;
  border-radius: 100px;
  position: relative;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto 0;
}
.c-btnCommon.is-active {
  margin-top: 68px;
}
@media (max-width: 896px) {
  .c-btnCommon.is-active {
    margin-top: 50px;
  }
}
.c-btnCommon.is-active .c-btnCommon__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.c-btnCommon__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.c-btnCommon__arrow svg {
  width: 100%;
  height: 100%;
}
.c-btnCommon:hover {
  text-decoration: none;
  background-color: #0747ad;
  color: #fff !important;
}
.c-btnCommon:hover .c-btnCommon__arrow svg path {
  fill: #fff;
}

.u-txt {
  color: #333;
}
.u-txt--color {
  color: #0747ad;
}/*# sourceMappingURL=inner.css.map */