@charset "UTF-8";
.nav-local {
  position: relative;
  z-index: 9;
}

.reform-v2 {
  color: #000;
  overflow: hidden;
}

.reform-v2 img {
  width: 100%;
  height: auto;
}

.reform-v2 a {
  color: #000;
}

.reform-v2 .unq-link {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.reform-v2 .unq-link:link {
  text-decoration: none;
}

.reform-v2 .unq-link:before, .reform-v2 .unq-link:after {
  display: inline-block;
  content: "";
  height: 0;
  border-bottom: solid 1px #000;
  position: absolute;
}

.reform-v2 .unq-link:before {
  width: 28px;
  right: -35px;
  bottom: 8px;
}

.reform-v2 .unq-link:after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  right: -35px;
  bottom: 8px;
}

.reform-v2 .icn-pdf,
.reform-v2 .icn-_blank {
  width: 12px;
}

.reform-v2 .unq-button {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 10px;
  border: solid 1px #000;
  border-radius: 5px;
}

.reform-v2 .unq-button:link {
  text-decoration: none;
}

.reform-v2 .unq-button > span {
  position: relative;
  display: inline-block;
}

.reform-v2 .unq-button > span:before, .reform-v2 .unq-button > span:after {
  display: inline-block;
  content: "";
  height: 0;
  border-bottom: solid 1px #000;
  position: absolute;
}

.reform-v2 .unq-button > span:before {
  width: 28px;
  right: -36px;
  bottom: 12px;
}

.reform-v2 .unq-button > span:after {
  border-style: solid;
  border-width: 6px 0 0 10px;
  border-color: transparent transparent transparent #000;
  right: -36px;
  bottom: 12px;
}

.reform-v2 .unq-list > li {
  line-height: 1.86;
  padding-left: 1em;
  text-indent: -.5em;
}

.reform-v2 .unq-list > li:before {
  content: "・";
  display: inline-block;
}

.reform-v2 .unq-note {
  text-indent: -.5em;
  padding-left: 1em;
}

.reform-v2 .unq-note .link-blank:after,
.reform-v2 .unq-note .link-pdf:after {
  margin: 0 0.8em;
}

.reform-v2 .unq-note:before {
  content: "※";
  display: inline-block;
}

.reform-v2 .unq-text-indent {
  padding-left: 1em;
}

.reform-v2 .unq-h1 {
  height: 0;
  overflow: hidden;
}

.reform-v2 .unq-h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.227;
  margin-bottom: 15px;
}

.reform-v2 .unq-h2 a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.reform-v2 .unq-h2 a:hover {
  text-decoration: underline !important;
}

.reform-v2 .unq-h2 a:link {
  text-decoration: none;
}

.reform-v2 .unq-h2 a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reform-v2 .unq-h2-label {
  margin-top: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  font-weight: bold;
}

.reform-v2 .unq-h2-label > span {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background-color: #9cc715;
}

.reform-v2 .unq-h2-label > span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #9cc715;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.reform-v2 .unq-top-link {
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 2px;
  position: relative;
}

.reform-v2 .unq-top-link:before, .reform-v2 .unq-top-link:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #6f6f6f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .15s;
  transition: .15s;
}

.reform-v2 .unq-top-link:before {
  width: calc(100% - 7px);
  bottom: 2px;
}

.reform-v2 .unq-top-link:after {
  bottom: -1px;
}

.reform-v2 .unq-top-link > span {
  display: inline-block;
  width: 100%;
  padding-right: 35px;
}

.reform-v2 .unq-top-link > span:before, .reform-v2 .unq-top-link > span:after {
  content: "";
  display: block;
  border-bottom: solid 1.2px #6f6f6f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .15s;
  transition: .15s;
}

.reform-v2 .unq-top-link > span:before {
  width: 10px;
  bottom: 6px;
  right: 6px;
}

.reform-v2 .unq-top-link > span:after {
  width: 17px;
  bottom: 5px;
  right: -3px;
}

.reform-v2 .unq-top-link:link {
  text-decoration: none;
}

.reform-v2 .unq-top-link:hover:before {
  width: calc(100% - 7px + 10px);
}

.reform-v2 .unq-top-link:hover:after {
  width: calc(100% + 10px);
}

.reform-v2 .unq-top-link:hover > span:before {
  right: -4px;
}

.reform-v2 .unq-top-link:hover > span:after {
  right: -13px;
}

.reform-v2 .unq-top-slider {
  position: relative;
}

.reform-v2 .unq-top-slider-logo {
  margin: 0 auto;
  position: absolute;
  left: -10px;
  right: 0;
  z-index: 2;
}

.reform-v2 .unq-top-slider-logo img {
  position: absolute;
  width: 130px;
  bottom: 100%;
}

.reform-v2 .unq-top-slider-inner {
  position: absolute;
  width: 100%;
}

.reform-v2 .unq-top-slider-main-item {
  background-size: cover;
  background-repeat: no-repeat;
}

.reform-v2 .unq-top-slider-card:not(.slick-initialized) {
  height: 0;
  overflow: hidden;
}

.reform-v2 .unq-top-slider-card .slick-dots {
  padding: 0 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-top-slider-card .slick-dots > li {
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ddd;
  cursor: pointer;
}

.reform-v2 .unq-top-slider-card .slick-dots > li > button {
  outline: none;
  line-height: 1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
}

.reform-v2 .unq-top-slider-card .slick-dots .slick-active {
  background-color: #999;
}

.reform-v2 .unq-top-slider-card .slick-arrow {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
  outline: none;
}

.reform-v2 .unq-top-slider-card .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  position: absolute;
  top: 22%;
  left: 22%;
}

.reform-v2 .unq-top-slider-card .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reform-v2 .unq-top-slider-card .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.reform-v2 .unq-top-slider-card-item {
  position: relative;
}

.reform-v2 .unq-top-slider-card-item-desc {
  position: absolute;
  font-size: 1.2rem;
}

.reform-v2 .unq-top-slider-card-item-link {
  position: absolute;
  top: 305px;
  right: 20px;
  font-size: 1.2rem;
}

.reform-v2 .unq-top-slider-card-item-link .unq-top-link > span {
  padding-right: 20px;
}

.reform-v2 .unq-top-slider-card-item--1 .unq-top-slider-card-item-desc {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 145px;
  right: 100px;
  width: 200px;
  height: 150px;
}

.reform-v2 .unq-top-slider-card-item--2 .unq-top-slider-card-item-desc {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 85px;
  top: 40px;
  height: 143px;
}

.reform-v2 .unq-top-slider-card-item--3 .unq-top-slider-card-item-desc {
  width: 67%;
  top: 195px;
  left: 46px;
}

.reform-v2 .unq-top-slider-card-item--4 .unq-top-slider-card-item-desc {
  line-height: 1.8;
  top: 200px;
  left: 15px;
  width: 240px;
}

.reform-v2 .unq-top-slider-card-item--5 .unq-top-slider-card-item-desc {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 90px;
  top: 140px;
  height: 150px;
}

.reform-v2 .unq-thought-ttl {
  text-align: center;
  padding: 45px 0 25px;
}

.reform-v2 .unq-thought-ttl img {
  width: 77%;
  max-width: 425px;
}

.reform-v2 .unq-thought-contents {
  background-color: #fff;
}

.reform-v2 .unq-thought-contents-image {
  height: 170px;
  background: url("/reform/img/v2/bg_thought_02.jpg") no-repeat;
  background-size: cover;
}

.reform-v2 .unq-thought-contents-inner {
  padding: 45px 75px;
}

.reform-v2 .unq-thought-anshin-image {
  max-width: 315px;
  margin-top: -70px;
  text-align: center;
}

.reform-v2 .unq-thought-anshin-image-1,
.reform-v2 .unq-thought-anshin-image-2 {
  display: inline-block;
}

.reform-v2 .unq-thought-anshin-image-2 {
  margin-top: 12px;
  max-width: 290px;
}

.reform-v2 .unq-thought-anshin-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.636;
  margin-bottom: 15px;
  border-bottom: dotted 2px #000;
  position: relative;
  display: inline-block;
}

.reform-v2 .unq-thought-anshin-text {
  font-size: 1.4rem;
  line-height: 2.038;
  text-align: center;
}

.reform-v2 .unq-thought-point {
  margin-top: 40px;
}

.reform-v2 .unq-thought-point-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reform-v2 .unq-thought-point-ttl h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 30px;
  background-image: url("/reform/img/v2/bg_thought_point_ttl_left.svg"), url("/reform/img/v2/bg_thought_point_ttl_right.svg");
  background-position: left 0 top 50%,  right 0 top 50%;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

.reform-v2 .unq-thought-point-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.reform-v2 .unq-thought-point-box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.reform-v2 .unq-thought-point-box-inner {
  border: dotted 2px #444;
  border-radius: 5px;
  padding: 60px 10px 20px 10px;
  position: relative;
  width: 100%;
  height: 100%;
}

.reform-v2 .unq-thought-point-box-num {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  background: url("/reform/img/v2/bg_thought_point_num.svg") no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 16px 0 0 19px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-thought-point-box-num:before {
  content: "#";
  position: absolute;
  bottom: 13px;
  left: 8px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.reform-v2 .unq-thought-point-box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.133;
  margin-bottom: 15px;
}

.reform-v2 .unq-thought-point-box-contents > dd {
  font-size: 1.2rem;
}

.reform-v2 .unq-thought-point-box-copy {
  text-align: center;
}

.reform-v2 .unq-thought-btn-area {
  margin-top: 40px;
  text-align: center;
}

.reform-v2 .unq-thought-btn-area .unq-button {
  background-color: #ffd499;
  border-color: #ffd499;
  max-width: 400px;
}

.reform-v2 .unq-thought-btn-area .unq-button > span:before {
  border-color: #fff;
}

.reform-v2 .unq-thought-btn-area .unq-button > span:after {
  border-color: transparent transparent transparent #fff;
}

.reform-v2 .unq-search-section {
  background: #e3f5aa;
  padding: 50px 0;
}

.reform-v2 .unq-search-contents {
  position: relative;
}

.reform-v2 .unq-search-contents:before {
  content: "";
  display: inline-block;
  width: 424px;
  height: 240px;
  background: url("/reform/img/v2/bg_search_01.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -35px;
  right: -120px;
}

.reform-v2 .unq-search-contents-inner {
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-search-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-search-copy:before, .reform-v2 .unq-search-copy:after {
  content: "";
  height: 2px;
  background: #fff;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reform-v2 .unq-search-copy p {
  margin: 0 10px;
}

.reform-v2 .unq-search-contents-box-inner {
  background-color: #fff;
  padding: 30px;
}

.reform-v2 .unq-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reform-v2 .unq-search-list-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.reform-v2 .unq-search-list-ttl:after {
  content: "";
  width: 20px;
  display: inline-block;
  border-bottom: solid 2px #43af35;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-search-list-ttl > span {
  display: block;
}

.reform-v2 .unq-search-list-ttl-ja {
  font-size: 2rem;
  line-height: 1.05;
}

.reform-v2 .unq-search-list-ttl-en {
  font-size: 1rem;
}

.reform-v2 .unq-search-list-item {
  text-align: center;
  width: 50%;
}

.reform-v2 .unq-search-list-item a {
  text-decoration: none;
}

.reform-v2 .unq-search-list-item:nth-of-type(n+3) {
  margin-top: 35px;
}

.reform-v2 .unq-search-list-item-image {
  text-align: center;
}

.reform-v2 .unq-search-list-item-image img {
  max-width: 140px;
}

.reform-v2 .unq-search-list-item-text {
  margin-top: 10px;
}

.reform-v2 .unq-search-list-item-text > span {
  display: block;
}

.reform-v2 .unq-search-list-item-text-ja {
  font-weight: bold;
  font-size: 1.6rem;
}

.reform-v2 .unq-search-list-item-text-en {
  line-height: 1.2;
  font-size: 1rem;
}

.reform-v2 .unq-example-section {
  padding-top: 50px;
}

.reform-v2 .unq-example-contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.reform-v2 .unq-example-box {
  width: 33.33%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.reform-v2 .unq-example-box a {
  text-decoration: none;
}

.reform-v2 .unq-example-box-text {
  font-size: 1.3rem;
  padding: 20px 25px;
}

.reform-v2 .unq-example-box-text-copy {
  font-weight: bold;
  margin-bottom: 5px;
}

.reform-v2 .unq-example-ttl .unq-h2 {
  color: #fff;
  background-color: #9cc715;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reform-v2 .unq-example-ttl .unq-h2:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #9cc715;
  position: absolute;
  right: -49px;
  bottom: 0;
}

.reform-v2 .unq-example-ttl .unq-h2 a {
  color: #fff;
  margin-right: 30px;
}

.reform-v2 .unq-example-ttl .unq-h2 a:after {
  border-color: #fff;
}

.reform-v2 .unq-example-ttl .unq-h2-label {
  margin-top: 0;
}

.reform-v2 .unq-example-ttl .unq-h2-label > span {
  background: none;
  border: solid 1px #fff;
  border: solid 1px #fff;
}

.reform-v2 .unq-example-ttl .unq-h2-label > span:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #9cc715;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.reform-v2 .unq-example-ttl .unq-h2-label > span:after {
  border-color: transparent transparent transparent #fff;
}

.reform-v2 .unq-example-ttl-copy {
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 10px;
}

.reform-v2 .unq-example-ttl-copy > span {
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
}

.reform-v2 .unq-example-ttl-copy > span:before, .reform-v2 .unq-example-ttl-copy > span:after {
  content: "";
  display: inline-block;
  height: 20px;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.reform-v2 .unq-example-ttl-copy > span:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.reform-v2 .unq-example-ttl-copy > span:after {
  right: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.reform-v2 .unq-befound {
  padding: 50px 0;
}

.reform-v2 .unq-befound-copy {
  text-align: center;
  margin-bottom: 15px;
}

.reform-v2 .unq-befound-copy img {
  max-width: 368px;
}

.reform-v2 .unq-befound-inner {
  background-color: #fff;
}

.reform-v2 .unq-befound-ttl {
  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;
  background: url("/reform/img/v2/bg_befound.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.reform-v2 .unq-befound-ttl h3 {
  width: 184px;
}

.reform-v2 .unq-befound-ttl:before, .reform-v2 .unq-befound-ttl:after {
  content: "";
  display: inline-block;
  border: solid 1px #fff;
  position: absolute;
}

.reform-v2 .unq-befound-ttl:before {
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  top: 18px;
  left: 18px;
}

.reform-v2 .unq-befound-ttl:after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
}

.reform-v2 .unq-befound-box {
  padding-right: 15px;
  padding-left: 15px;
}

.reform-v2 .unq-befound-box-num {
  font-family: 'Garamond';
  text-align: center;
  height: 50px;
}

.reform-v2 .unq-befound-box-num > span {
  display: block;
}

.reform-v2 .unq-befound-box-num-number {
  line-height: 1;
  position: relative;
  font-size: 3rem;
}

.reform-v2 .unq-befound-box-num-number:before {
  content: "#";
  font-size: .5em;
  padding-right: 3px;
}

.reform-v2 .unq-befound-box-num-feature {
  line-height: 1.2;
  font-size: 1.1rem;
}

.reform-v2 .unq-befound-box-inner {
  position: relative;
}

.reform-v2 .unq-befound-box-inner:before {
  content: "";
  display: inline-block;
  border-left: solid 1px #000;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -15px;
}

.reform-v2 .unq-befound-box:first-child .unq-befound-box-inner:before {
  content: none;
}

.reform-v2 .unq-befound-box-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
}

.reform-v2 .unq-befound-box-ttl:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #43af35;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-befound-box-text {
  font-size: 1.4rem;
}

.reform-v2 .unq-befound-link {
  margin-top: 20px;
  text-align: right;
}

.reform-v2 .unq-befound-link .unq-button {
  background-color: #b9e03e;
  border-color: #b9e03e;
}

.reform-v2 .unq-befound-link .unq-button span:before {
  border-color: #fff;
}

.reform-v2 .unq-befound-link .unq-button span:after {
  border-color: transparent transparent transparent #fff;
}

.reform-v2 .unq-other-section {
  background-color: #fffcb0;
  padding: 60px 0;
}

.reform-v2 .unq-other-section-inner {
  position: relative;
}

.reform-v2 .unq-other-section-inner:before {
  content: "";
  display: inline-block;
  width: 211px;
  height: 160px;
  background: url("/reform/img/v2/bg_other.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -50px;
  right: -50px;
}

.reform-v2 .unq-other-know-contents {
  position: relative;
  z-index: 1;
}

.reform-v2 .unq-other-know-box a {
  text-decoration: none;
}

.reform-v2 .unq-other-know-box-inner {
  padding: 15px;
  background-color: #fff;
  height: 100%;
}

.reform-v2 .unq-other-know-box-image {
  padding-bottom: 15px;
}

.reform-v2 .unq-other-know-box-text {
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
}

.reform-v2 .unq-other-start {
  margin-top: 50px;
}

.reform-v2 .unq-other-start-box-inner {
  background-color: #fff;
  height: 100%;
  padding: 30px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reform-v2 .unq-other-start-box-image {
  width: 162px;
  position: relative;
  text-align: center;
}

.reform-v2 .unq-other-start-box-label {
  line-height: 1;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  margin-right: -5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-other-start-box-label > span {
  display: block;
  width: 130px;
  height: 20px;
  line-height: 20px;
  background-color: #9cc715;
}

.reform-v2 .unq-other-start-box-label > span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #9cc715;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.reform-v2 .unq-other-start-box-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.reform-v2 .unq-other-start-box-ttl:after {
  content: "";
  width: 20px;
  display: inline-block;
  border-bottom: solid 2px #43af35;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reform-v2 .unq-other-start-box-ttl > span {
  display: block;
}

.reform-v2 .unq-other-start-box-ttl-ja {
  font-size: 1.6rem;
  line-height: 1.05;
}

.reform-v2 .unq-other-start-box-ttl-en {
  font-size: 1rem;
}

.reform-v2 .unq-other-start-box-read {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.reform-v2 .unq-other-start-box-text {
  text-align: center;
}

.reform-v2 .unq-other-start-box.unq-other-start-box--wide {
  width: 100%;
}

.reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-text {
  margin: 0 auto;
  text-align: left;
}

.reform-v2 .unq-other-start-box-link {
  text-align: right;
  margin-top: 30px;
}

.reform-v2 .unq-other-start-box-link .unq-link span {
  padding-right: 15px;
}

.reform-v2 .unq-other-start-contact-item {
  text-align: center;
}

.reform-v2 .unq-other-start-contact-item-ttl {
  min-height: 35px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.reform-v2 .unq-other-start-contact-item-ttl > h4 {
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 50px;
  position: relative;
}

.reform-v2 .unq-other-start-contact-item-ttl > h4:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 90% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.reform-v2 .unq-other-start-contact-item--tel .unq-other-start-contact-item-ttl h4:before {
  background-image: url("/reform/img/v2/ico_other_start_tel.svg");
}

.reform-v2 .unq-other-start-contact-item--web .unq-other-start-contact-item-ttl h4:before {
  background-image: url("/reform/img/v2/ico_other_start_web.svg");
}

.reform-v2 .unq-other-start-contact-tel {
  font-size: 1.3rem;
  text-align: center;
}

.reform-v2 .unq-other-start-contact-tel-num {
  line-height: 1;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.reform-v2 .unq-other-start-contact-tel-num > a {
  display: inline-block;
  position: relative;
}

.reform-v2 .unq-other-start-contact-tel-num > a:link {
  text-decoration: none;
}

.reform-v2 .unq-other-start-contact-tel-num > a > span {
  padding-left: 35px;
  position: relative;
}

.reform-v2 .unq-other-start-contact-tel-num > a > span:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/reform/img/v2/ico_freedial.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.reform-v2 .unq-utility-section {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.reform-v2 .unq-utility-topics,
.reform-v2 .unq-utility-space {
  margin-top: 50px;
}

.reform-v2 .unq-utility-info-box {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.reform-v2 a.unq-utility-info-box {
  text-decoration: none;
}

.reform-v2 .unq-utility-info-box-text {
  text-align: center;
  font-weight: bold;
}

.reform-v2 .unq-utility-info-box-label {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  margin-top: 5px;
}

.reform-v2 .unq-utility-info-box-label > span {
  display: inline-block;
  width: 110px;
  height: 20px;
  line-height: 20px;
  padding-left: 3px;
  background-color: #9cc715;
}

.reform-v2 .unq-utility-info-box-label > span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #9cc715;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.reform-v2 .unq-utility-topics-box a {
  text-decoration: none;
}

.reform-v2 .unq-utility-topics-box-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.reform-v2 .unq-utility-topics-box-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}

.reform-v2 .unq-utility-topics-box-image {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}

.reform-v2 .unq-utility-topics-box-text {
  font-size: 1.2rem;
  padding: 20px 25px;
}

.reform-v2 .unq-utility-space-image {
  background: url("/reform/img/v2/img_utility_space_01.jpg");
  background-size: cover;
}

.reform-v2 .unq-utility-space-contents {
  padding: 60px;
  background-color: #fff;
}

.reform-v2 .unq-utility-space-logo {
  margin-top: 20px;
  text-align: center;
}

.reform-v2 .unq-utility-space-logo img {
  width: 306px;
}

.reform-v2 .unq-utility-space-btn-area {
  margin-top: 20px;
}

.reform-v2 .unq-utility-space-btn {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border: solid 1px #000;
  display: block;
  padding: 10px;
  position: relative;
  background: none !important;
}

.reform-v2 .unq-utility-space-btn:link {
  text-decoration: none;
}

.reform-v2 .unq-utility-space-btn:after, .reform-v2 .unq-utility-space-btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 13px;
  border: solid 1px #000;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reform-v2 .unq-utility-space-btn:before {
  border-top: none;
  border-right: none;
  top: calc(50% + 3px);
  right: 17px;
}

.reform-v2 .unq-utility-space-btn:hover {
  opacity: 0.6;
}

.reform-v2 .unq-ani-logo {
  -webkit-animation-name: ani-logo;
  animation-name: ani-logo;
  -webkit-animation-timing-function: liner;
  animation-timing-function: liner;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* 202004 add start */
.reform-v2 .unq-other-start-box-inner--fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reform-v2 .unq-td-lt {
  text-decoration: line-through;
}

.reform-v2 .unq-notes-area {
  border: 4px solid #ff0000;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
}

.reform-v2 .unq-notes-area > *:not(:last-child) {
  margin-bottom: 15px;
}

.reform-v2 .unq-notes-area .unq-notes-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

/* 202004 add end */
/* 202008 add start */
.reform-v2 .unq-neue-section {
  background-color: #eaeae3;
  padding: 45px 0;
}

.reform-v2 .unq-neue-contents {
  background-color: #fff;
  padding: 20px 65px;
}

.reform-v2 .unq-neue-child {
  text-align: center;
}

.reform-v2 .unq-neue-contents .unq-button {
  margin-top: 15px;
}

.reform-v2 .unq-neue-contents .unq-h2 {
  margin-bottom: 0;
}

.reform-v2_wrap .colSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 202008 add end */
@-webkit-keyframes ani-logo {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ani-logo {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
  }
  20% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 1110px;
  }
  .reform-v2 .unq-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-pc {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-wide {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-container-wide-pc {
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
  }
  .reform-v2 .unq-link:before, .reform-v2 .unq-link:after {
    -webkit-transition: .15s;
    transition: .15s;
  }
  .reform-v2 .unq-link:hover:before {
    right: -45px;
  }
  .reform-v2 .unq-link:hover:after {
    right: -45px;
  }
  .reform-v2 .unq-button {
    font-size: 1.6rem;
  }
  .reform-v2 .unq-button > span:before,
  .reform-v2 .unq-button > span:after {
    -webkit-transition: .15s;
    transition: .15s;
  }
  .reform-v2 .unq-button:hover > span:before {
    right: -46px;
  }
  .reform-v2 .unq-button:hover > span:after {
    right: -46px;
  }
  .reform-v2 .unq-hidden-pc {
    display: none;
  }
  .reform-v2 .unq-top-slider-logo {
    width: 960px;
    bottom: 130px;
  }
  .reform-v2 .unq-top-slider-inner {
    width: 960px;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .reform-v2 .unq-top-slider-main-item {
    height: 515px;
  }
  .reform-v2 .unq-top-slider-card {
    width: 270px;
    position: absolute;
    right: 0;
  }
  .reform-v2 .unq-top-slider-card-item-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .reform-v2 .unq-thought-section {
    background: url("/reform/img/v2/bg_thought_01.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }
  .reform-v2 .unq-thought-contents {
    margin-top: -90px;
    position: relative;
    z-index: 1;
  }
  .reform-v2 .unq-thought-anshin-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
  }
  .reform-v2 .unq-thought-anshin-contents,
  .reform-v2 .unq-thought-anshin-image {
    width: 50%;
  }
  .reform-v2 .unq-thought-anshin-contents {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px;
    text-align: center;
  }
  .reform-v2 .unq-thought-point-box-copy {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .reform-v2 .unq-search-contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .reform-v2 .unq-search-contents-box {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .reform-v2 .unq-example-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-example-ttl .unq-h2,
  .reform-v2 .unq-example-ttl .unq-example-ttl-copy {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reform-v2 .unq-example-ttl .unq-h2 {
    margin-right: 90px;
  }
  .reform-v2 .unq-befound {
    margin-top: 50px;
    background-color: #f6f6f6;
  }
  .reform-v2 .unq-befound-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-befound-ttl {
    width: 310px;
    height: 310px;
  }
  .reform-v2 .unq-befound-contents {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 30px 0 30px;
  }
  .reform-v2 .unq-befound-contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .reform-v2 .unq-befound-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .reform-v2 .unq-befound-box-inner {
    height: calc(100% - 50px);
  }
  .reform-v2 .unq-befound-box-ttl {
    margin-bottom: 30px;
  }
  .reform-v2 .unq-befound-box-ttl:after {
    bottom: -15px;
  }
  .reform-v2 .unq-other-know-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .reform-v2 .unq-other-know-box {
    width: 33.33%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .reform-v2 .unq-other-start-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px;
  }
  .reform-v2 .unq-other-start-box {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
    width: 50%;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-contents {
    width: 520px;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-text {
    width: 470px;
  }
  .reform-v2 .unq-other-start-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
  }
  .reform-v2 .unq-other-start-contact-item {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .reform-v2 .unq-utility-info-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
  }
  .reform-v2 .unq-utility-info-box {
    width: calc(25% - 10px);
    margin-left: 10px;
  }
  .reform-v2 .unq-utility-info-box-text {
    font-size: 1.4rem;
    margin-top: 37px;
  }
  .reform-v2 .unq-h2-label + .unq-utility-info-box-text {
    margin-top: 5px;
  }
  .reform-v2 .unq-utility-topics-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
  .reform-v2 .unq-utility-topics-box {
    width: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .reform-v2 .unq-utility-space-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-utility-space-image,
  .reform-v2 .unq-utility-space-contents {
    width: 50%;
  }
  /* 202008 add start */
  .reform-v2 .unq-neue-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-neue-child:first-child {
    width: 470px;
  }
  .reform-v2 .unq-neue-child:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 70px;
    width: 290px;
  }
  .reform-v2 .unq-neue-child p {
    font-size: 1.25rem;
    max-width: 100%;
  }
  .reform-v2 .unq-neue-child .unq-button > span {
    margin-right: 36px;
  }
  /* 202008 add end */
}

@media screen and (max-width: 767px) {
  .reform-v2 {
    min-width: 320px;
  }
  .reform-v2 .unq-container {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-sp {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-wide {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-container-wide-sp {
    padding-right: 14px;
    padding-left: 14px;
  }
  .reform-v2 .unq-button {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-button > span {
    margin-left: -20px;
  }
  .reform-v2 .unq-button > span:before {
    bottom: 8px;
  }
  .reform-v2 .unq-button > span:after {
    bottom: 8px;
  }
  .reform-v2 .unq-hidden-sp {
    display: none;
  }
  .reform-v2 .unq-h2 {
    font-size: 1.8rem;
  }
  .reform-v2 .unq-h2 a:after {
    width: 9px;
    height: 9px;
  }
  .reform-v2 .unq-top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .reform-v2 .unq-top-slider {
    padding-bottom: calc(95% - 100px);
    background: url("/reform/img/v2/bg_thought_01_sp.jpg") no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
  }
  .reform-v2 .unq-top-slider-logo {
    top: 39%;
    right: auto;
    left: 20px;
    width: 90px;
  }
  .reform-v2 .unq-top-slider-inner {
    margin-top: -55px;
    z-index: 2;
  }
  .reform-v2 .unq-top-slider-main-item {
    background-size: 160% auto;
    background-position: 50% 50%;
    padding-bottom: 6.5%;
  }
  .reform-v2 .unq-top-slider-card {
    position: relative;
    margin: 0 auto;
  }
  .reform-v2 .unq-top-slider-card .slick-dots {
    bottom: 20px;
  }
  .reform-v2 .unq-top-slider-card .slick-arrow {
    bottom: 15px;
  }
  .reform-v2 .unq-top-slider-card-item-desc {
    font-size: 3.2vw;
  }
  .reform-v2 .unq-top-slider-card-item-link {
    top: auto;
    font-size: 3.2vw;
  }
  .reform-v2 .unq-top-slider-card-item--1 .unq-top-slider-card-item-desc {
    top: 42%;
    right: 33%;
    height: 36%;
    padding: 0;
  }
  .reform-v2 .unq-top-slider-card-item--1 .unq-top-slider-card-item-link {
    top: auto;
    bottom: 15%;
  }
  .reform-v2 .unq-top-slider-card-item--2 .unq-top-slider-card-item-desc {
    top: 12%;
    right: 30%;
    height: 35%;
  }
  .reform-v2 .unq-top-slider-card-item--2 .unq-top-slider-card-item-link {
    bottom: 17%;
    left: 7%;
    right: auto;
  }
  .reform-v2 .unq-top-slider-card-item--3 .unq-top-slider-card-item-desc {
    top: 56%;
    left: 10.1%;
    width: 80%;
  }
  .reform-v2 .unq-top-slider-card-item--3 .unq-top-slider-card-item-link {
    bottom: 15%;
    right: 8%;
  }
  .reform-v2 .unq-top-slider-card-item--4 .unq-top-slider-card-item-desc {
    top: 43%;
    left: 6%;
    width: 47%;
  }
  .reform-v2 .unq-top-slider-card-item--4 .unq-top-slider-card-item-link {
    bottom: 15%;
    right: 6.5%;
  }
  .reform-v2 .unq-top-slider-card-item--5 .unq-top-slider-card-item-desc {
    top: 14%;
    right: 25%;
    height: 56%;
  }
  .reform-v2 .unq-top-slider-card-item--5 .unq-top-slider-card-item-link {
    bottom: 17%;
    right: auto;
    left: 7%;
  }
  .reform-v2 .unq-thought-ttl {
    padding: 30px 0 20px;
  }
  .reform-v2 .unq-thought-contents-image {
    height: 0;
    background: url("/reform/img/v2/bg_thought_02_sp.jpg") no-repeat;
    background-size: 100% auto;
    padding-bottom: 36%;
  }
  .reform-v2 .unq-thought-contents-inner {
    padding: 14px 14px 25px 14px;
  }
  .reform-v2 .unq-thought-anshin-image {
    width: 56%;
    margin: -50px auto 0;
  }
  .reform-v2 .unq-thought-anshin-image-2 {
    width: 94%;
  }
  .reform-v2 .unq-thought-anshin-contents {
    margin-top: 25px;
    text-align: center;
  }
  .reform-v2 .unq-thought-anshin-ttl {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-thought-anshin-ttl h3 {
    display: inline-block;
  }
  .reform-v2 .unq-thought-anshin-text {
    font-size: 1.2rem;
  }
  .reform-v2 .unq-thought-point {
    margin-top: 15px;
  }
  .reform-v2 .unq-thought-point-ttl h3 {
    padding: 15px 20px;
    font-size: 1.4rem;
    background-size: 20px auto;
  }
  .reform-v2 .unq-thought-point-contents {
    margin-right: -7px;
    margin-left: -7px;
  }
  .reform-v2 .unq-thought-point-box {
    width: 50%;
    padding-right: 7px;
    padding-left: 7px;
  }
  .reform-v2 .unq-thought-point-box:nth-of-type(n+3) {
    margin-top: 14px;
  }
  .reform-v2 .unq-thought-point-box-ttl {
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .reform-v2 .unq-thought-point-box-copy {
    font-size: 1.2rem;
  }
  .reform-v2 .unq-thought-btn-area {
    margin-top: 24px;
  }
  .reform-v2 .unq-search-section {
    padding: 35px 0;
  }
  .reform-v2 .unq-search-contents:before {
    width: 65%;
    height: 0;
    padding-bottom: 28%;
    top: -25px;
    right: -60px;
  }
  .reform-v2 .unq-search-copy:before, .reform-v2 .unq-search-copy:after {
    height: 1px;
  }
  .reform-v2 .unq-search-copy p {
    margin: 0 5px;
    line-height: 1.44;
  }
  .reform-v2 .unq-search-contents-box + .unq-search-contents-box {
    margin-top: 15px;
  }
  .reform-v2 .unq-search-contents-box-inner {
    padding: 30px 10px;
  }
  .reform-v2 .unq-search-list-ttl {
    margin-bottom: 30px;
  }
  .reform-v2 .unq-search-list-ttl-ja {
    font-size: 1.5rem;
  }
  .reform-v2 .unq-search-list-ttl-en {
    margin-top: 3px;
    font-size: 0.8rem;
  }
  .reform-v2 .unq-search-list-item:nth-of-type(n+3) {
    margin-top: 25px;
  }
  .reform-v2 .unq-search-list-item-image img {
    width: 70%;
  }
  .reform-v2 .unq-search-list-item-text-ja {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-search-list-item-text-en {
    font-size: 0.8rem;
  }
  .reform-v2 .unq-example-section {
    padding-top: 30px;
  }
  .reform-v2 .unq-example-contents {
    position: relative;
  }
  .reform-v2 .unq-example-contents:before, .reform-v2 .unq-example-contents:after {
    content: "";
    width: 10%;
    height: 100%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .reform-v2 .unq-example-contents:before {
    left: 0;
  }
  .reform-v2 .unq-example-contents:after {
    right: 0;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-slide {
    height: auto;
    float: none;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-arrow {
    width: 10%;
    color: transparent;
    height: 0;
    overflow: hidden;
    padding-bottom: 10%;
    background: #414141;
    position: absolute;
    top: 30%;
    z-index: 2;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-arrow:after {
    content: "";
    width: 35%;
    height: 35%;
    display: inline-block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 33%;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-prev {
    left: 0;
    cursor: pointer;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-prev:after {
    right: 30%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-next {
    right: 0;
  }
  .reform-v2 .unq-example-contents .slick-slider .slick-next:after {
    left: 30%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .reform-v2 .unq-example-ttl .unq-h2 {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0 10px 14px;
  }
  .reform-v2 .unq-example-ttl .unq-h2 h2 {
    margin-right: 20px;
  }
  .reform-v2 .unq-example-ttl .unq-h2:after {
    border-width: 40px 0 0 35px;
    right: -34px;
  }
  .reform-v2 .unq-example-ttl .unq-h2 a {
    padding-right: 10px;
    margin-right: 0;
  }
  .reform-v2 .unq-example-ttl .unq-h2 a:after {
    z-index: 2;
  }
  .reform-v2 .unq-example-ttl .unq-h2-label {
    font-size: 1rem;
  }
  .reform-v2 .unq-befound {
    padding: 30px 0;
  }
  .reform-v2 .unq-befound-copy img {
    width: 75%;
  }
  .reform-v2 .unq-befound-ttl {
    height: 170px;
    background-size: 100% auto;
    background-position: 50% 50%;
  }
  .reform-v2 .unq-befound-ttl h3 {
    width: 140px;
  }
  .reform-v2 .unq-befound-ttl:before {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    top: 14px;
    left: 14px;
  }
  .reform-v2 .unq-befound-box {
    padding: 25px 0;
  }
  .reform-v2 .unq-befound-box + .unq-befound-box {
    border-top: solid 1px #000;
  }
  .reform-v2 .unq-befound-box-num {
    position: absolute;
    left: calc(25% - 10px);
  }
  .reform-v2 .unq-befound-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 7px;
    margin-right: 7px;
  }
  .reform-v2 .unq-befound-box-inner:before {
    content: none;
  }
  .reform-v2 .unq-befound-box-ttl {
    font-size: 1.3rem;
    width: 50%;
    padding: 60px 7px 0;
  }
  .reform-v2 .unq-befound-box-ttl:after {
    top: 50px;
  }
  .reform-v2 .unq-befound-box-text {
    font-size: 12px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
  }
  .reform-v2 .unq-befound-link {
    text-align: center;
    padding: 0 20px;
  }
  .reform-v2 .unq-other-section {
    padding: 30px 0;
  }
  .reform-v2 .unq-other-section-inner:before {
    width: 35%;
    top: -20px;
    right: -8px;
  }
  .reform-v2 .unq-other-know-box + .unq-other-know-box {
    margin-top: 5px;
  }
  .reform-v2 .unq-other-know-box-text {
    font-size: 1.4rem;
  }
  .reform-v2 .unq-other-start-box + .unq-other-start-box {
    margin-top: 5px;
  }
  .reform-v2 .unq-other-start-box-inner {
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reform-v2 .unq-other-start-box-image {
    width: 120px;
    max-width: 50%;
    margin-right: 20px;
  }
  .reform-v2 .unq-other-start-box-label {
    font-size: 0.8rem;
  }
  .reform-v2 .unq-other-start-box-label > span {
    width: 110px;
  }
  .reform-v2 .unq-other-start-box-ttl-ja {
    font-size: 1.3rem;
  }
  .reform-v2 .unq-other-start-box-ttl-en {
    font-size: 0.8rem;
  }
  .reform-v2 .unq-other-start-box-text {
    font-size: 1.2rem;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-inner {
    display: block;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-label > span {
    width: 120px;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-contents {
    padding: 0;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-read {
    font-size: 1.2rem;
  }
  .reform-v2 .unq-other-start-box.unq-other-start-box--wide .unq-other-start-box-image {
    padding: 0;
    margin: 0 auto 20px;
  }
  .reform-v2 .unq-other-start-contact-item {
    margin-top: 25px;
  }
  .reform-v2 .unq-other-start-contact-tel-num {
    font-size: 2rem;
  }
  .reform-v2 .unq-other-start-contact-tel-num > a {
    padding: 10px;
    border: solid 1px #000;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
  }
  .reform-v2 .unq-utility-section {
    padding: 30px 0;
  }
  .reform-v2 .unq-utility-info-box-text {
    font-size: 1.5rem;
    padding: 20px 0 10px 0;
  }
  .reform-v2 .unq-utility-info-box + .unq-utility-info-box {
    margin-top: 10px;
  }
  .reform-v2 .unq-utility-info-box-label {
    font-size: 0.8rem;
  }
  .reform-v2 .unq-utility-topics-box + .unq-utility-topics-box {
    margin-top: 8px;
  }
  .reform-v2 .unq-utility-space-image {
    padding-bottom: 67.62%;
  }
  .reform-v2 .unq-utility-space-contents {
    padding: 20px 25px;
  }
  /* 202008 add start */
  .reform-v2 .unq-neue-section {
    padding: 27px 0;
  }
  .reform-v2 .unq-neue-contents {
    padding: 5px 25px 20px;
  }
  .reform-v2 .unq-neue-child {
    text-align: center;
  }
  .reform-v2 .unq-neue-child p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  /* 202008 add end */
}
