@charset "UTF-8";
/*日本語*/
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-DemiLight-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format('woff');
}
*/
/*日本語*/
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-DemiLight-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format('woff');
}
*/
/*
body{
	@include breakpoint{
		width:100%;
	}
}
main{
	@include breakpoint{
		width:100%;
	}
}
.header-news{
	@include breakpoint{
		width:100%;
	}
}
.header-news .txt{//a
	@include breakpoint{
		font-size:2.6vw;
	}
}
.header-news .header-news-inner{
	@include breakpoint{
		width:100%;
		height:8vw;
	}
}
.is_header-news .wrapper{
	@include breakpoint{
		width:100%;
		height:36.8vw;
		padding-top:36.8vw;
	}
}
.header-inner{
	@include breakpoint{
		width:100%;
		height:16vw;
		max-height:16vw;
		padding:2.6vw 0;
	}
}
.header-toggle-menu{
	@include breakpoint{
		height:calc(15.87vw - 1px);
		width:15.87vw;
	}
}

.header-inner .head-logo{
	@include breakpoint{
		width:42.7vw;
		height:10.67vw;
	}
}
.header-inner .btn-propose_sp{
	@include breakpoint{
		height:10.67vw;
		top:2.6vw;
		right:2.6vw;
		font-size:2.6vw;
	}
}
*/
#header.testing .header-navi {
  display: none;
}

.matching-ring-result .header-navi {
  display: none;
}

.section-hero {
  padding-bottom: 0;
  height: auto;
}

.type-test-container {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 42px 0 72px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .type-test-container {
    width: 94.66%;
    padding: 10vw 0 10vw;
    overflow: hidden;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.test-start-fig {
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .test-start-fig {
    padding-top: 6vw;
  }
  .test-start-fig img {
    width: 50vw;
  }
}

.test-start-btn {
  width: 380px;
  margin: 0 auto;
  padding-top: 20px;
  display: none;
}
.test-start-btn span {
  display: block;
  width: 100%;
  background: #c09f2b;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 1px #977d1e;
          box-shadow: 0 3px 0 1px #977d1e;
  position: relative;
  padding: 30px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.075em;
  cursor: pointer;
  -webkit-transition: background ease 0.4s, -webkit-box-shadow ease 0.4s;
  transition: background ease 0.4s, -webkit-box-shadow ease 0.4s;
  transition: background ease 0.4s, box-shadow ease 0.4s;
  transition: background ease 0.4s, box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s;
}
.test-start-btn span:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.test-start-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #c09f2b;
  border-top: 2px solid #c09f2b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
.test-start-btn span:hover {
  background: #977d1e;
}
@media screen and (max-width: 767px) {
  .test-start-btn {
    width: 86%;
    padding-top: 5vw;
  }
  .test-start-btn span {
    padding: 6vw 0;
    -webkit-box-shadow: 0 0.5vw 0 0.1vw #977d1e;
            box-shadow: 0 0.5vw 0 0.1vw #977d1e;
    font-size: 4vw;
  }
  .test-start-btn span:before {
    right: 3vw;
    top: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
  }
  .test-start-btn span:after {
    top: calc(50% - 1px);
    right: 4.1vw;
    width: 1vw;
    height: 1vw;
    border-right: 1px solid #c09f2b;
    border-top: 1px solid #c09f2b;
  }
  .test-start-btn span:hover {
    background: #c09f2b;
  }
}

.test-start-text {
  width: 72%;
  margin: 0 auto;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .test-start-text {
    width: 86%;
    padding-top: 5vw;
  }
}

.test-start-text p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .test-start-text p {
    font-size: 3.4vw;
  }
}

.start-discover-other {
  width: 100%;
  margin-top: 70px;
  margin-bottom: -30px;
  border-top: 3px solid #f5f5f5;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .start-discover-other {
    margin-top: 12vw;
    margin-bottom: -6vw;
    padding: 0;
  }
}

.discover-headline span {
  display: inline-block;
  border-top: 4px solid #1a1a1a;
  padding-top: 23px;
}
.discover-headline b {
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.discover-headline small {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 10px;
  color: #999;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .discover-headline {
    width: 86%;
    margin: 0 auto;
  }
  .discover-headline span {
    padding-top: 3vw;
  }
  .discover-headline b {
    font-size: 4.4vw;
  }
  .discover-headline small {
    display: block;
    padding-left: 0;
    padding-top: 2vw;
    font-size: 2.8vw;
  }
}

.discover-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .discover-list {
    width: 86%;
    margin: 0 auto;
    display: block;
    padding-top: 5vw;
  }
}

.discover-item {
  width: 48.18%;
}
.discover-item:nth-of-type(1) .discover-item-inner {
  border: 4px solid #faeeee;
  background: url(../img/discover_illust01.png) no-repeat 45px center;
}
.discover-item:nth-of-type(1) .discover-item-inner .discover-link span {
  background: #f3cccd;
  border: 1px solid #f3cccd;
}
.discover-item:nth-of-type(1) a:hover .discover-link span {
  background: #fff;
  color: #e37676;
  border: 1px solid #e37676;
}
.discover-item:nth-of-type(2) .discover-item-inner {
  border: 4px solid #e6f0f1;
  background: url(../img/discover_illust02.png) no-repeat 45px center;
}
.discover-item:nth-of-type(2) .discover-item-inner .discover-link span {
  background: #b9cdd4;
  border: 1px solid #b9cdd4;
}
.discover-item:nth-of-type(2) a:hover .discover-link span {
  background: #fff;
  color: #5493a2;
  border: 1px solid #5493a2;
}
@media screen and (max-width: 767px) {
  .discover-item {
    width: 100%;
    display: block;
  }
  .discover-item:nth-of-type(1) .discover-item-inner {
    background: url(../img/discover_illust01_sp.png) no-repeat center 18vw;
    background-size: 88% auto;
    margin-bottom: 4vw;
  }
  .discover-item:nth-of-type(1) a:hover .discover-link span {
    background: #f3cccd;
    color: #333;
    border: 1px solid #f3cccd;
  }
  .discover-item:nth-of-type(2) .discover-item-inner {
    background: url(../img/discover_illust02_sp.png) no-repeat center 19vw;
    background-size: 88% auto;
    margin-bottom: 4vw;
  }
  .discover-item:nth-of-type(2) a:hover .discover-link span {
    background: #b9cdd4;
    color: #333;
    border: 1px solid #b9cdd4;
  }
}

.discover-item-inner {
  width: 100%;
  padding: 25px 0 25px 48%;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .discover-item-inner {
    padding: 6vw 0 6vw;
    min-height: 70vw;
  }
}

.discover-subhead {
  width: 100%;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .discover-subhead {
    font-size: 3.9vw;
    text-align: center;
  }
}

.discover-link {
  padding-top: 24px;
}
.discover-link span {
  display: inline-block;
  padding: 10px 3em;
  font-size: 13px;
  border-radius: 15px/50%;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .discover-link {
    width: 100%;
    padding-top: 47vw;
    text-align: center;
  }
  .discover-link span {
    padding: 3vw 5em;
    font-size: 3.3vw;
    border-radius: 4.4vw/50%;
  }
}

.test-content {
  width: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .test-content {
    position: relative;
  }
}

.test-content-inner {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .test-content-inner {
    width: 86%;
  }
}

.test-number {
  position: relative;
  text-align: center;
}
.test-number span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #c09f2b;
  padding-top: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .test-number span {
    width: 11vw;
    height: 11vw;
    padding-top: 3.5vw;
    font-size: 3.7vw;
  }
}

.test-slide-box {
  width: 100%;
  padding-top: 20px;
}
.test-slide-box:not(.start-question) {
  display: none;
}
@media screen and (max-width: 767px) {
  .test-slide-box {
    padding-top: 4vw;
    z-index: 10;
  }
}

.test-question {
  height: 2em;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .test-question {
    font-size: 3.7vw;
  }
}

.test-question-list {
  width: 100%;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .test-question-list {
    padding-top: 8vw;
  }
}

.test-question-item {
  width: 100%;
}
.test-question-item span {
  display: block;
  position: relative;
  border: 1px solid #c09f2b;
  border-radius: 3px;
  padding: 28px 0;
  text-align: center;
  color: #c09f2b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  cursor: pointer;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.test-question-item span:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c09f2b;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.test-question-item span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
.test-question-item span:hover {
  background: #c09f2b;
  color: #fff;
}
.test-question-item span:hover:before {
  background: #fff;
}
.test-question-item span:hover:after {
  border-right: 2px solid #c09f2b;
  border-top: 2px solid #c09f2b;
}
.test-question-item + .test-question-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .test-question-item span {
    padding: 6vw 0;
    font-size: 3.5vw;
  }
  .test-question-item span:before {
    right: 3vw;
    top: calc(50% - 1.5vw);
    width: 3vw;
    height: 3vw;
  }
  .test-question-item span:after {
    top: calc(50% - 1px);
    right: 4.2vw;
    width: 1vw;
    height: 1vw;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .test-question-item span:hover {
    background: #fff;
    color: #c09f2b;
  }
  .test-question-item span:hover:before {
    background: #c09f2b;
  }
  .test-question-item span:hover:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  .test-question-item + .test-question-item {
    margin-top: 4vw;
  }
}

.test-fixed-content {
  width: 100%;
  padding-top: 40px;
  display: none;
}
@media screen and (max-width: 767px) {
  .test-fixed-content {
    position: relative;
    z-index: 1;
  }
}

.test-pager-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -14px;
}
.test-pager-item span {
  display: inline-block;
  width: 32px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.test-pager-item span:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.test-pager-item span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(50% - 1px);
  width: 32px;
  height: 1px;
  background: #e5e5e5;
}
.test-pager-item.on span:before {
  border: 1px solid #c09f2b;
  background: #c09f2b;
}
.test-pager-item.on span:after {
  background: #c09f2b;
}
.test-pager-item:first-child span:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .test-pager-item {
    height: 3.2vw;
  }
  .test-pager-item span {
    width: 8vw;
    height: 3.2vw;
  }
  .test-pager-item span:before {
    width: 3.2vw;
    height: 3.2vw;
  }
  .test-pager-item span:after {
    top: calc(50% - 1px);
    width: 8vw;
    height: 1px;
    background: #e5e5e5;
  }
}

.test-back {
  padding-top: 40px;
  text-align: center;
}
.test-back span {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
.test-back span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  background: url(/propose/assets/img/common/icon/icon_arrow_right_bg_black.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.test-back span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #1a1a1a;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.test-back span:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .test-back {
    padding-top: 8vw;
  }
  .test-back span {
    padding: 1vw 0 1vw 5vw;
    font-size: 3.2vw;
  }
  .test-back span:before {
    top: 0.8vw;
    width: 3vw;
    height: 3vw;
  }
  .test-back span:after {
    display: none;
  }
  .test-back span:hover:after {
    width: 0;
  }
}

.result-block {
  width: 100%;
  padding: 0 50px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .result-block {
    width: 86%;
    margin: 0 auto;
    padding: 0;
    margin-top: 15vw;
  }
}

.result-block-headline span {
  display: inline-block;
  position: relative;
  padding-top: 31px;
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: 600;
}
.result-block-headline span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 4px;
  background: #c09f2b;
}
@media screen and (max-width: 767px) {
  .result-block-headline {
    line-height: 1.5;
  }
  .result-block-headline span {
    padding-top: 6vw;
    font-size: 4.2vw;
  }
  .result-block-headline span:after {
    width: 3.5em;
    height: 4px;
  }
}

.result-mv {
  width: 610px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .result-mv {
    width: 86%;
    padding-top: 6vw;
  }
}

.mv-ring-name {
  padding-top: 5px;
  font-size: 12px;
  color: #9a9a9a;
}
@media screen and (max-width: 767px) {
  .mv-ring-name {
    padding-top: 2vw;
    font-size: 3vw;
  }
}

.result-mv-lead {
  padding-top: 50px;
}
.result-mv-lead p {
  font-size: 14px;
  line-height: 1.9;
}
.result-mv-lead p + p {
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .result-mv-lead {
    padding-top: 5vw;
  }
  .result-mv-lead p {
    font-size: 3.3vw;
  }
}

.recommend-ring-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .recommend-ring-list {
    display: block;
    padding-top: 15vw;
  }
}

.recommend-ring-item {
  width: 32%;
}
.recommend-ring-item a:hover .recommend-ring-item-inner:before {
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .recommend-ring-item {
    width: 100%;
  }
  .recommend-ring-item a:hover .recommend-ring-item-inner:before {
    opacity: 0;
  }
  .recommend-ring-item + .recommend-ring-item .recommend-ring-item-inner {
    padding-top: 15vw;
    border-top: 1px solid #e5e5e5;
  }
  .recommend-ring-item:last-child .recommend-ring-item-inner {
    padding-bottom: 0;
  }
}

.recommend-ring-item-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.recommend-ring-item-inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .recommend-ring-item-inner {
    padding-bottom: 12vw;
  }
}

.recommend-ring-visual {
  z-index: 1;
  text-align: center;
}
.recommend-ring-visual picture {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recommend-ring-visual {
    width: 88%;
    margin: 0 auto;
  }
  .recommend-ring-visual picture {
    position: relative;
    top: 0;
  }
  .recommend-ring-visual picture img {
    width: 70%;
  }
}

.recommend-ring-name {
  position: relative;
  padding-top: 178px;
  z-index: 10;
  margin-top: -20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recommend-ring-name {
    padding-top: 0;
    margin-top: -4vw;
    font-size: 3.9vw;
    letter-spacing: 0.05em;
  }
}

.recommend-ring-lead {
  padding: 20px 35px 0;
  min-height: 9em;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recommend-ring-lead {
    width: 88%;
    margin: 0 auto;
    min-height: 0;
    padding: 3vw 0 0;
    font-size: 3.1vw;
  }
}

.recommend-ring-link {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.recommend-ring-link span {
  display: inline-block;
  padding: 4px 1.5em 4px 0;
  letter-spacing: 0.05em;
  position: relative;
  background: url(/propose/assets/img/common/icon/icon_blank_window.svg) no-repeat right center;
  background-size: 10px auto;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .recommend-ring-link {
    width: 88%;
    margin: 0 auto;
    padding-top: 4vw;
    text-align: left;
  }
  .recommend-ring-link span {
    padding: 0 1.5em 0 0;
    background: url(/propose/assets/img/common/icon/icon_blank_window.svg) no-repeat right center;
    background-size: 2.5vw auto;
    font-size: 3.4vw;
  }
}

.common-btn-box {
  width: 100%;
  padding-top: 80px;
}

.another-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .another-link-list {
    display: block;
    padding-top: 14vw;
  }
}

.another-link-item {
  width: 380px;
}
.another-link-item + .another-link-item {
  margin-left: 20px;
}
.another-link-item a {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.075em;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.another-link-item a span {
  display: inline-block;
  position: relative;
}
.another-link-item a.link-to-ring {
  border: 1px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
}
.another-link-item a.link-to-ring span {
  padding-right: 25px;
}
.another-link-item a.link-to-ring span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  width: 14px;
  height: 14px;
  background: url(/propose/assets/img/common/icon/icon_blank_window.svg) no-repeat center center;
  background-size: 100% auto;
}
.another-link-item a.link-to-ring:hover {
  background: #1a1a1a;
  color: #fff;
}
.another-link-item a.link-to-ring:hover span:after {
  background: url(../img/icon_outerlink_white.png) no-repeat center center;
  background-size: 100% auto;
}
.another-link-item a.link-to-form {
  border: 1px solid #0e1a34;
  background: #0e1a34;
  color: #fff;
}
.another-link-item a.link-to-form:hover {
  background: #fff;
  color: #0e1a34;
}
.another-link-item a.link-to-form:hover span:after {
  background: url(../img/icon_bell_indigo.png) no-repeat left center;
  background-size: 100% auto;
}
.another-link-item a.link-to-form span {
  padding-left: 45px;
}
.another-link-item a.link-to-form span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../img/icon_bell_white.png) no-repeat left center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .another-link-item {
    width: 100%;
  }
  .another-link-item + .another-link-item {
    margin-left: 0;
    padding-top: 3vw;
  }
  .another-link-item a {
    padding: 6vw 0;
    font-size: 3.4vw;
  }
  .another-link-item a.link-to-ring span {
    padding-right: 5vw;
  }
  .another-link-item a.link-to-ring span:after {
    top: calc(50% - 1.6vw);
    width: 2.8vw;
    height: 2.8vw;
  }
  .another-link-item a.link-to-ring:hover {
    background: #fff;
    color: #1a1a1a;
  }
  .another-link-item a.link-to-ring:hover span:after {
    background: url(/propose/assets/img/common/icon/icon_blank_window.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .another-link-item a.link-to-form {
    padding: 3vw 0;
    line-height: 1.5;
  }
  .another-link-item a.link-to-form span {
    padding-left: 10vw;
  }
  .another-link-item a.link-to-form span:after {
    top: calc(50% - 4vw);
    width: 7vw;
    height: 7vw;
  }
  .another-link-item a.link-to-form:hover {
    background: #0e1a34;
    color: #fff;
  }
  .another-link-item a.link-to-form:hover span:after {
    background: url(../img/icon_bell_white.png) no-repeat left center;
    background-size: 100% auto;
  }
}

.ppr-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .ppr-info-box {
    display: block;
    padding-top: 5vw;
  }
}

.ppr-info-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ppr-info-image {
    width: 100%;
  }
}

.ppr-info-lead {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ppr-info-lead {
    width: 100%;
  }
}

.ppr-info-catch {
  padding: 25px 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ppr-info-catch {
    padding: 5vw 0 0;
    font-size: 3.3vw;
  }
}

.ppr-info-text {
  padding: 30px 0 0 15px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ppr-info-text {
    padding: 5vw 0 0;
    font-size: 3.3vw;
  }
}

.retry-test-link {
  padding-top: 35px;
  text-align: center;
}
.retry-test-link a {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
}
.retry-test-link a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 13px;
  height: 13px;
  background: url(/propose/assets/img/common/icon/icon_arrow_right_bg_black.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.retry-test-link a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #1a1a1a;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.retry-test-link a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .retry-test-link {
    padding-top: 10vw;
    padding-bottom: 0;
  }
  .retry-test-link a {
    padding: 1vw 0 1vw 5vw;
    font-size: 3.2vw;
  }
  .retry-test-link a:before {
    top: 0.8vw;
    width: 3vw;
    height: 3vw;
  }
  .retry-test-link a:after {
    display: none;
  }
  .retry-test-link a:hover:after {
    width: 0;
  }
}

.swiper-prev,
.swiper-next {
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
}

.swiper-prev {
  background: url(/propose/assets/img/proposesupport/proposering/arrow_prev.svg) no-repeat 0 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-prev {
    left: 10px;
  }
}

.swiper-next {
  background: url(/propose/assets/img/proposesupport/proposering/arrow_next.svg) no-repeat 0 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-next {
    right: 10px;
  }
}