@charset "UTF-8";
/* vars
============================================================= */
/* mixins
============================================================= */
/* media query */
/* grid */
/* PC,SP item */
/* clearfix */
/* contents */
/* fadeover */
/* keyvisual（現サイト）
============================================================= */
#mainimg {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 964px) {
  #mainimg {
    margin-top: 130px;
  }
}

#mainimg .keyvisual__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
#mainimg .keyvisual__media::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(230, 240, 240, 0.3);
  background-image: radial-gradient(#555555 20%, transparent 20%), radial-gradient(#555555 20%, transparent 33%);
  background-position: 0 0, 100px 100px;
  background-size: 4px 4px;
}

#mainimg .keyvisual__media__video,
#mainimg .keyvisual__media__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("/_common/img/top/mv/bg-kvmovie.png?v=1.01") no-repeat center center;
  background-size: cover;
}

#mainimg .keyvisual__media__video {
  display: none;
}

@media screen and (min-width: 964px) {
  #mainimg .keyvisual__media__video {
    display: block;
  }
  #mainimg .keyvisual__media__image {
    display: none;
  }
}
#mainimg .keyvisual__media__video video,
#mainimg .keyvisual__media__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainimg .keyvisual__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4% 2%;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 660px) {
  #mainimg .keyvisual__content {
    padding: 0;
  }
}
@media screen and (min-width: 964px) {
  #mainimg .keyvisual__content {
    min-height: 46.5517241379vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

#mainimg .keyvisual__content__catch {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 660px) {
  #mainimg .keyvisual__content__catch {
    padding: 4% 16px 0;
  }
}
@media screen and (min-width: 964px) {
  #mainimg .keyvisual__content__catch {
    font-size: 1.4em;
    margin-right: 32px;
    text-align: left;
  }
}

#mainimg .keyvisual__content__logo {
  min-width: 40%;
  display: inline-block;
}

#mainimg .keyvisual__content__catch h2 {
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
}
#mainimg .keyvisual__content__catch h2 .emphasis {
  color: #ffd700;
}
@media screen and (min-width: 661px) {
  #mainimg .keyvisual__content__catch h2 {
    font-size: 2em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 964px) {
  #mainimg .keyvisual__content__catch h2 {
    text-align: left;
  }
}

#mainimg .keyvisual__content__catch .checkedList {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 1em;
  display: inline-block;
  text-align: left;
}
#mainimg .keyvisual__content__catch .checkedList > li {
  font-weight: bold;
  position: relative;
  padding-left: 1.6em;
  line-height: 1.4em;
}
#mainimg .keyvisual__content__catch .checkedList > li + li {
  margin-top: 0.3em;
}
#mainimg .keyvisual__content__catch .checkedList > li::before {
  content: "";
  width: 0.3em;
  height: 0.8em;
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0.4em;
}

.keyvisual__content__note {
  display: block;
  margin-top: -0.4em;
  line-height: 1.4em;
}

#mainimg .keyvisual__content__btn {
  margin-top: 16px;
}
@media screen and (min-width: 964px) {
  #mainimg .keyvisual__content__btn {
    margin-top: 32px;
  }
}

#mainimg .keyvisual__content .information-block {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 660px) {
  #mainimg .keyvisual__content .information-block {
    padding: 10px;
  }
}

#mainimg .keyvisual__content__footer {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 660px) {
  #mainimg .keyvisual__content__footer {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 964px) {
  #mainimg .keyvisual__content__footer {
    width: 35%;
    flex-basis: 35%;
    flex-grow: 0;
    margin-top: 0;
  }
}

#mainimg .keyvisual__content__topic {
  margin-top: 32px;
}
@media screen and (max-width: 660px) {
  #mainimg .keyvisual__content__topic {
    margin-top: 8px;
    border-top: 1px solid #dddddd;
  }
}

#mainimg .keyvisual__content__seminar {
  line-height: 1.4;
}

#mainimg .keyvisual__content__seminar__heading {
  line-height: 1.2;
  color: #004ba5;
  margin-bottom: 0.6em;
}

#mainimg .keyvisual__content__seminar__link {
  display: block;
  cursor: pointer;
  color: #004ba5;
}

#mainimg .keyvisual__content__seminar__image {
  display: block;
  margin-bottom: 0.6em;
}

/* common
============================================================= */
@media screen and (660px < width), print {
  .-pcItem {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .-pcItem {
    display: none !important;
  }
}

@media screen and (660px < width), print {
  .-spItem {
    display: none !important;
  }
}
@media screen and (max-width: 660px) {
  .-spItem {
    display: block;
  }
}

/* top-intro
============================================================= */
main.top > .top-intro {
  background-color: #004AA5;
  box-sizing: border-box;
}
@media screen and (660px < width), print {
  main.top > .top-intro {
    padding: 71px 0 80px;
  }
}
@media screen and (max-width: 660px) {
  main.top > .top-intro {
    padding: 34px 15px 40px;
  }
}
main.top > .top-intro * {
  box-sizing: border-box;
}

.top-intro__lead {
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
  line-height: 1.6;
}
@media screen and (660px < width), print {
  .top-intro__lead {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__lead {
    font-size: 26px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__lead {
    font-size: 17px;
  }
}
@media screen and (660px < width), print {
  .top-intro__lead + * {
    margin-top: 55px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__lead + * {
    margin-top: 30px;
  }
}

.top-intro__contents {
  width: 100%;
}
@media screen and (660px < width), print {
  .top-intro__contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

.top-intro__contentsInner {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (660px < width), print {
  .top-intro__contentsInner {
    box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.24);
    padding: 80px 60px 45px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__contentsInner {
    padding: 50px 50px 40px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__contentsInner {
    padding: 40px 10px;
  }
}

@media screen and (660px < width), print {
  .top-intro__target {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__target {
    display: block;
  }
}
@media screen and (660px < width), print {
  .top-intro__target + * {
    margin-top: 73px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__target + * {
    margin-top: 60px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__target + * {
    margin-top: 45px;
  }
}

.top-intro__targetBlock {
  position: relative;
}
@media screen and (660px < width), print {
  .top-intro__targetBlock {
    padding-bottom: 5px;
  }
}

@media screen and (660px < width), print {
  .top-intro__targetTitleWrap {
    display: flex;
    align-items: center;
  }
  .top-intro__targetTitleWrap.-border::before {
    background-color: #ddd;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 0;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__targetTitleWrap.-border {
    margin-top: 30px;
  }
  .top-intro__targetTitleWrap.-border::before {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetTitleWrap + * {
    margin-top: 14px;
  }
}

.top-intro__targetTitle {
  color: #004AA5;
  font-family: "FOT-筑紫ゴシック Pro H", sans-serif;
  letter-spacing: 0.104em;
  line-height: 1.3;
}
@media screen and (660px < width), print {
  .top-intro__targetTitle {
    font-size: 28.5px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetTitle {
    text-align: center;
  }
}

.top-intro__targetIcon {
  position: relative;
  z-index: 1;
}
@media screen and (660px < width), print {
  .top-intro__targetIcon {
    margin-right: 13px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetIcon {
    display: block;
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetIcon img {
    width: 77px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetIcon + * {
    margin-top: 10px;
  }
}

@media screen and (660px < width), print {
  .top-intro__targetBlock:not(:last-child) {
    margin-right: 41px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetBlock:not(:last-child) {
    margin-bottom: 40px;
  }
}

.top-intro__targetList {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
}
@media screen and (660px < width), print {
  .top-intro__targetList {
    font-size: 16px;
    margin-top: -10px;
    padding-left: 103px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetList {
    font-size: 14px;
    padding: 0 15px;
  }
}
.top-intro__targetList li {
  line-height: 1.3;
  position: relative;
}
@media screen and (660px < width), print {
  .top-intro__targetList li {
    padding-left: 26px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetList li {
    padding-left: 21px;
  }
}
@media screen and (660px < width), print {
  .top-intro__targetList li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetList li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.top-intro__targetList li::before {
  background: url(/_common/img/_re2019/top/icon_check.png) no-repeat left 0;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (660px < width), print {
  .top-intro__targetList li::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__targetList li::before {
    width: 15px;
    height: 15px;
  }
}

.top-intro__contentsLead {
  color: #004AA5;
  letter-spacing: 0.104em;
  line-height: 1.2;
  font-family: "FOT-筑紫ゴシック Pro H", sans-serif;
  text-align: center;
}
@media screen and (660px < width), print {
  .top-intro__contentsLead {
    font-size: 21px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__contentsLead {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (660px < width), print {
  .top-intro__contentsLead + * {
    margin-top: 38px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__contentsLead + * {
    margin-top: 22px;
  }
}

@media screen and (660px < width), print {
  .top-intro__btn {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-intro__btn a {
  background-color: #FF4A00;
  border-radius: 40px;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  letter-spacing: 0.064em;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  .top-intro__btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (660px < width), print {
  .top-intro__btn a {
    font-size: 18px;
    height: 80px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__btn a {
    font-size: 14px;
    height: 60px;
  }
}
@media (hover: hover) {
  .top-intro__btn a:hover {
    text-decoration: none;
  }
}
@media screen and (660px < width), print {
  .top-intro__btn + * {
    margin-top: 42px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__btn + * {
    margin-top: 24px;
  }
}

.top-intro__info {
  border-top: 1px solid #ddd;
}
@media screen and (660px < width), print {
  .top-intro__info {
    padding-top: 16px;
    width: 634px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-intro__info {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__info {
    padding-top: 24px;
  }
}

.top-intro__infoTitle {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
  text-align: center;
  font-size: 16px;
}
@media screen and (660px < width), print {
  .top-intro__infoTitle + * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__infoTitle + * {
    margin-top: 10px;
  }
}

@media screen and (660px < width), print {
  .top-intro__infoContents {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
}
@media screen and (660px < width), print {
  .top-intro__infoContents > *:not(:last-child) {
    margin-right: 16px;
  }
}

.top-intro__infoContentsTitle {
  background-color: #eee;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
  line-height: 1;
}
@media screen and (660px < width), print {
  .top-intro__infoContentsTitle {
    font-size: 12px;
    padding: 8px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__infoContentsTitle {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px 8px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__infoContentsTitle + * {
    margin-top: 10px;
  }
}

.top-intro__infoContentsTel {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 660px) {
  .top-intro__infoContentsTel {
    text-align: center;
  }
}
.top-intro__infoContentsTel img {
  vertical-align: middle;
}
@media screen and (max-width: 660px) {
  .top-intro__infoContentsTel + * {
    margin-top: 10px;
  }
}

.top-intro__infoContentsNote {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
  line-height: 1;
}
@media screen and (660px < width), print {
  .top-intro__infoContentsNote {
    font-size: 12px;
  }
}
@media screen and (max-width: 660px) {
  .top-intro__infoContentsNote {
    display: block;
    text-align: center;
  }
}

/* top-function
============================================================= */
@media screen and (660px < width), print {
  main.top > .top-function {
    padding-bottom: 77px;
  }
}

@media screen and (660px < width), print {
  main.top .heading-top.top-function__title {
    margin-bottom: 20px;
  }
}

@media screen and (660px < width), print {
  .top-functionContents {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .top-functionContents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-function__lead {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.104em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (660px < width), print {
  .top-function__lead {
    font-size: 21px;
  }
}
@media screen and (660px < width), print {
  .top-function__lead + * {
    margin-top: 50px;
  }
}
@media screen and (max-width: 660px) {
  .top-function__lead + * {
    margin-top: 30px;
  }
}

@media screen and (660px < width), print {
  .top-function__blockWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -28px;
  }
}

@media screen and (660px < width), print {
  .top-function__block {
    margin-bottom: 28px;
    width: calc((100% - 13px) / 3);
  }
  .top-function__block:not(:nth-child(3n)) {
    margin-right: 6px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-function__block {
    margin-bottom: 28px;
    width: calc((100% - 7px) / 2);
  }
  .top-function__block:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .top-function__block:nth-child(odd) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 660px) {
  .top-function__block:not(:last-child) {
    margin-bottom: 24px;
  }
}

.top-function__blockLink {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
@media screen and (660px < width), print {
  .top-function__blockLink {
    height: 205px;
    padding: 50px 20px 20px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 660px) {
  .top-function__blockLink {
    min-height: 163px;
    padding: 38px 13px 0;
  }
}
@media (hover: hover) {
  .top-function__blockLink:hover {
    text-decoration: none;
  }
  .top-function__blockLink:hover:hover {
    border-color: #004AA5;
  }
}

.top-function__blockBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(50%);
  width: 95px;
}
@media (hover: hover) {
  .top-function__blockBtn:hover:hover span {
    background-color: #004BA5;
  }
}
.top-function__blockBtn span.sml {
  box-shadow: none;
  width: 100%;
}
@media screen and (660px < width), print {
  .top-function__blockBtn span.sml {
    font-size: 12px;
  }
}

.top-function__blockTitle {
  color: #004AA5;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (660px < width), print {
  .top-function__blockTitle {
    font-size: 22px;
  }
}
@media screen and (660px < width), print {
  .top-function__blockTitle + * {
    margin-top: 13px;
  }
}
@media screen and (max-width: 660px) {
  .top-function__blockTitle + * {
    margin-top: 10px;
  }
}

.top-function__blockText {
  color: #333;
  line-height: 1.578;
  text-align: center;
}
@media screen and (660px < width), print {
  .top-function__blockText {
    font-size: 14px;
  }
}

@media screen and (660px < width), print {
  .top-function-btn {
    margin-top: 78px;
  }
}

/* top-price
============================================================= */
main.top > .top-price {
  background-color: #f5f5f5;
}
@media screen and (660px < width), print {
  main.top > .top-price {
    padding-bottom: 60px;
  }
}

@media screen and (660px < width), print {
  .top-priceContents {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .top-priceContents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (660px < width), print {
  .top-price__title + * {
    margin-top: 50px;
  }
}

@media screen and (660px < width), print {
  .top-price__blockWrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-price__blockWrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -20px;
  }
}

@media screen and (660px < width), print {
  .top-price__block {
    flex: 1;
  }
  .top-price__block:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-price__block {
    flex: initial;
    width: 49%;
    margin-bottom: 20px;
  }
  .top-price__block:not(:last-child) {
    margin-right: 0;
  }
  .top-price__block:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 660px) {
  .top-price__block:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (660px < width), print {
  .top-price__blockInner {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-price__blockInner {
    width: 90%;
  }
}
@media screen and (max-width: 660px) {
  .top-price__blockInner {
    padding: 0 21px 24px;
  }
}

.top-price__blockLink {
  background: #fff url(/_common/img/_re2019/top/bg_logo.png) no-repeat center center;
  background-size: 280px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  .top-price__blockLink:hover {
    opacity: 0.8;
  }
}
@media screen and (660px < width), print {
  .top-price__blockLink {
    display: flex;
    flex-direction: column;
    padding: 0 0 42px;
  }
}
@media (hover: hover) {
  .top-price__blockLink:hover:hover {
    text-decoration: none;
  }
}

.top-price__blockLead {
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media screen and (660px < width), print {
  .top-price__blockLead {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    min-height: 96px;
  }
}
@media screen and (max-width: 660px) {
  .top-price__blockLead {
    padding-top: 42px;
  }
}
.top-price__blockLead::before {
  background-color: #004aa5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
}
.-gold .top-price__blockLead::before {
  background-color: #bc8723;
}

.-oc .top-price__blockLead::before {
  background-color: #011D64;
}

.top-price__blockTitle {
  color: #004aa5;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (660px < width), print {
  .top-price__blockTitle {
    font-size: 40px;
    margin-top: auto;
  }
}
@media screen and (max-width: 660px) {
  .top-price__blockTitle {
    font-size: 32px;
  }
}
.top-price__blockTitle span {
  color: #333;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 13px;
  margin-top: 6px;
}
.top-price__blockTitle + * {
  margin-top: 22px;
}
.-gold .top-price__blockTitle {
  color: #bc8723;
}

.-oc .top-price__blockTitle {
  color: #011D64;
}

.top-price__blockList {
  border-top: 1px solid #ddd;
}
.top-price__blockList li {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  color: #004aa5;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 15px;
}
.top-price__blockList li.-large {
  padding-bottom: 16px;
  padding-top: 16px;
}
.-oc .top-price__blockList li {
  padding-left: 5px;
}

.top-price__blockList + * {
  margin-top: 24px;
}

.top-price__blockLabel {
  background-color: #004aa5;
  border: 1px solid #004aa5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 79px;
  min-width: 79px;
  height: 25px;
  margin-right: 10px;
  padding-top: 2px;
}
.-gold .top-price__blockLabel {
  background-color: #bc8723;
  border-color: #bc8723;
}

.-oc .top-price__blockLabel {
  background-color: #011D64;
  border-color: #011D64;
}

.-large .top-price__blockLabel {
  background-color: #fff;
  color: #004aa5;
}

.-gold .-large .top-price__blockLabel {
  color: #bc8723;
}

.-oc .-large .top-price__blockLabel {
  color: #011D64;
}

.top-price__blockPrice {
  color: #004aa5;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
  font-size: 26px;
}
.top-price__blockPrice > span {
  font-size: 10px;
  letter-spacing: 0;
  padding-left: 10px;
  padding-bottom: 5px;
}
.top-price__blockPrice > span > .yen {
  font-size: 12px;
}
.-large .top-price__blockPrice {
  font-size: 34px;
}
.-large .top-price__blockPrice > span {
  font-size: 12px;
  padding-left: 4px;
  padding-bottom: 4px;
}
.-large .top-price__blockPrice > span > .yen {
  font-size: 15px;
}

.-gold .top-price__blockPrice {
  color: #bc8723;
}

.-oc .top-price__blockPrice {
  color: #011D64;
}

.top-price__blockBtn {
  padding-left: 10px;
  padding-right: 10px;
}
.top-price__blockBtn span.sml {
  background-color: #004aa5;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
}
@media (hover: hover) {
  .top-price__blockBtn span.sml:hover:hover {
    background-color: #004aa5;
  }
}
.-gold .top-price__blockBtn span.sml {
  background-color: #bc8723;
}
@media (hover: hover) {
  .-gold .top-price__blockBtn span.sml:hover:hover {
    background-color: #bc8723;
  }
}

.-oc .top-price__blockBtn span.sml {
  background-color: #011D64;
}
@media (hover: hover) {
  .-oc .top-price__blockBtn span.sml:hover:hover {
    background-color: #011D64;
  }
}

/* top-magazine
============================================================= */
main.top > .top-magazine {
  background: url(/_common/img/_re2019/top/bg_magazine.png) repeat left 0;
  background-size: 230px auto;
}
@media screen and (660px < width), print {
  main.top > .top-magazine {
    padding: 70px 0 61px;
  }
}
@media screen and (660px < width <= 1024px), print {
  main.top > .top-magazine {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 660px) {
  main.top > .top-magazine {
    padding: 30px 15px 40px;
  }
}

@media screen and (660px < width), print {
  .top-magazine__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (660px < width), print {
  .top-magazine__head {
    display: flex;
    align-items: center;
    padding-right: 50px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__head {
    justify-content: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .top-magazine__head + * {
    margin-top: 16px;
  }
}

.top-magazine__headTitle {
  box-sizing: border-box;
}
@media screen and (660px < width), print {
  .top-magazine__headTitle {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    padding: 0 15px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__headTitle {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
  }
}

.top-magazine__headTitleInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

@media screen and (660px < width), print {
  .top-magazine__headNew {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__headNew {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .top-magazine__headNew {
    display: none;
  }
}

.top-magazine__headTitleMain {
  font-size: 0;
}
@media screen and (max-width: 660px) {
  .top-magazine__headTitleMain {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.top-magazine__headLead {
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media screen and (660px < width), print {
  .top-magazine__headLead {
    font-size: 14px;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 1366px), print {
  .top-magazine__headLead {
    margin-top: -60px;
  }
}
@media screen and (max-width: 660px) {
  .top-magazine__headLead {
    font-size: 10px;
    margin-top: -10vw;
  }
}

.top-magazine__contents {
  box-sizing: border-box;
}
@media screen and (660px < width), print {
  .top-magazine__contents {
    display: flex;
    margin-top: 48px;
    padding: 0 50px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__contents {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: -16px;
  }
}
@media screen and (660px < width), print {
  .top-magazine__contents > *:first-child {
    display: none;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__contents > *:first-child {
    display: block;
  }
}
@media screen and (660px < width), print {
  .top-magazine__contents > * {
    width: calc((100% - 32px) / 3);
  }
  .top-magazine__contents > *:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .top-magazine__contents > * {
    margin-bottom: 16px;
    width: calc((100% - 16px) / 2);
  }
  .top-magazine__contents > *:not(:last-child) {
    margin-right: 0;
  }
  .top-magazine__contents > *:nth-child(odd) {
    margin-right: 16px;
  }
}

/* magazineBlock */
@media screen and (max-width: 660px) {
  .magazineBlock:not(:last-child) {
    margin-bottom: 16px;
  }
}

.magazineBlock__link {
  color: #333;
  display: block;
  transition: opacity 0.3s;
}
@media screen and (660px < width), print {
  .magazineBlock__link {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .magazineBlock__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.magazineBlock__date {
  font-family: sans-serif;
  line-height: 1.2;
}
@media screen and (660px < width), print {
  .magazineBlock__date {
    font-size: 14px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__date {
    font-size: 11px;
  }
}
.magazineBlock__date > span {
  color: #D93E00;
}
@media screen and (660px < width), print {
  .magazineBlock__date > span {
    padding-right: 2px;
  }
}
@media screen and (660px < width), print {
  .magazineBlock__date + * {
    margin-top: 4px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__date + * {
    margin-top: 2px;
  }
}

.magazineBlock__image {
  display: block;
  font-size: 0;
  position: relative;
  height: 0;
  padding-top: 59.5%;
}
@media screen and (660px < width), print {
  .magazineBlock__image img:hover {
    opacity: 1;
  }
}
.magazineBlock__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.magazineBlock__text {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  font-family: sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: auto;
}
@media screen and (660px < width), print {
  .magazineBlock__text {
    font-size: 18px;
    line-height: 1.5;
    padding: 24px 24px 40px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__text {
    font-size: 16px;
    line-height: 1.4;
    height: auto !important;
    padding: 18px 21px;
  }
}
.-large .magazineBlock__text {
  line-height: 1.4;
}
@media screen and (660px < width), print {
  .-large .magazineBlock__text {
    font-size: 21px;
    min-height: 200px;
  }
}
@media screen and (max-width: 660px) {
  .-large .magazineBlock__text {
    min-height: 150px;
  }
}

.magazineBlock__more {
  background: url(/_common/img/_re2019/top/bg_magazine_block.png) repeat left 0;
  background-size: 230px auto;
  position: relative;
}
@media screen and (660px < width), print {
  .magazineBlock__more {
    padding: 14px 15px 14px 8px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__more {
    padding: 10px 6px;
  }
}

.magazineBlock__moreLabel {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  position: relative;
}
@media screen and (660px < width), print {
  .magazineBlock__moreLabel {
    font-size: 14px;
    width: 130px;
    height: 26px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__moreLabel {
    font-size: 10px;
    width: 113px;
    height: 23px;
  }
}
.magazineBlock__moreLabel::before {
  mix-blend-mode: multiply;
  background-color: #FF4B00;
  content: "";
  border-radius: 13px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.magazineBlock__moreLabel > span {
  display: block;
  z-index: 1;
}
@media screen and (660px < width), print {
  .-large .magazineBlock__moreLabel {
    width: 151px;
    padding-top: 2px;
  }
}

.magazineBlock__moreIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}
@media screen and (660px < width), print {
  .magazineBlock__moreIcon {
    right: 9px;
    width: 89px;
    height: 15px;
  }
}
@media screen and (max-width: 660px) {
  .magazineBlock__moreIcon {
    right: 22px;
    width: 60px;
    height: 10px;
  }
}
@media screen and (660px < width), print {
  .-large .magazineBlock__moreIcon {
    right: 25px;
  }
}

/* social
============================================================= */
@media screen and (660px < width), print {
  main.top > section#social {
    padding: 85px 0 160px;
  }
}

/* re-showcaseLead
============================================================= */
@media screen and (660px < width), print {
  .re-showcaseLead {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .re-showcaseLead {
    margin-bottom: 20px;
  }
}

/* re-link-list-anchor
============================================================= */
.re-link-list-anchor {
  justify-content: center;
}
.re-link-list-anchor li {
  flex-grow: 0;
}
@media screen and (660px < width), print {
  .re-link-list-anchor li {
    width: 25%;
  }
}
.re-link-list-anchor li a:not([href^="#"])::after {
  transform: rotate(-90deg);
}

/* re-interviewBlock
============================================================= */
.re-interviewBlock {
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (660px < width), print {
  .re-interviewBlock {
    display: flex;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock {
    align-items: flex-start;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock {
    display: block;
  }
}
.re-interviewBlock .video-block {
  height: 100%;
}
.re-interviewBlock .video-block img {
  opacity: 1;
}
.re-interviewBlock .video-block img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-interviewBlock .video-block img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (660px < width), print {
  .re-interviewBlock .video-block img:last-child {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock .video-block img:last-child {
    width: 40px;
    height: 40px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlock + * {
    margin-top: 40px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock + * {
    margin-top: 25px;
  }
}

.re-interviewBlock-img {
  box-sizing: border-box;
  font-size: 0;
}
@media screen and (660px < width), print {
  .re-interviewBlock-img {
    width: 496px;
    min-width: 496px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-img {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-img img {
    width: 100%;
  }
}

@media screen and (660px < width), print {
  .re-interviewBlock-text {
    padding: 30px;
    width: calc(100% - 496px);
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-text {
    font-size: 14px;
    padding: 25px;
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text {
    padding: 15px 20px 20px;
  }
}
.re-interviewBlock-text > .title {
  align-items: center;
  display: flex;
  line-height: 1.4;
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .title {
    font-size: 18px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-text > .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .title {
    font-size: 15px;
  }
}
.re-interviewBlock-text > .title .title__logo {
  font-size: 0;
  display: block;
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .title .title__logo {
    margin-right: 20px;
  }
  .re-interviewBlock-text > .title .title__logo img {
    max-height: 45px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-text > .title .title__logo {
    margin-right: 15px;
  }
  .re-interviewBlock-text > .title .title__logo img {
    max-height: 36px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .title .title__logo {
    margin-right: 10px;
  }
  .re-interviewBlock-text > .title .title__logo img {
    max-height: 31.5px;
  }
}
.re-interviewBlock-text > .title .title__logo img {
  width: auto;
}
.re-interviewBlock-text > .title .title__name {
  flex-grow: 1;
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .title + * {
    margin-top: 15px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-text > .title + * {
    margin-top: 5px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .title + * {
    margin-top: 8px;
  }
}
.re-interviewBlock-text > .lead {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .lead {
    font-size: 20px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlock-text > .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .lead {
    font-size: 17px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .lead + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .lead + * {
    margin-top: 10px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlock-text > .text + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-text > .text + * {
    margin-top: 10px;
  }
}

.re-interviewBlock-more {
  background-color: #f7f7f7;
  color: #1C7DC1;
  text-align: center;
  margin-top: auto;
  position: relative;
}
@media screen and (660px < width), print {
  .re-interviewBlock-more {
    padding: 5px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlock-more {
    padding: 8px;
  }
}

/* re-interviewBlockCol */
@media screen and (660px < width), print {
  .re-interviewBlockCol {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol + * {
    margin-top: 40px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol + * {
    margin-top: 45px;
  }
}

.re-interviewBlockCol-item {
  box-sizing: border-box;
}
.re-interviewBlockCol-item a {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.re-interviewBlockCol-item a::after {
  background-color: transparent;
  border: 1px solid #004BA5;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.re-interviewBlockCol-item a:hover {
  text-decoration: none;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-item a {
    margin: 0 15px;
    padding: 30px 30px 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-item a {
    padding: 20px 20px 50px;
  }
}
@media (hover: hover) {
  .re-interviewBlockCol-item a:hover {
    text-decoration: none;
  }
  .re-interviewBlockCol-item a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-item a {
    padding: 15px 15px 50px;
  }
}

.re-interviewBlockCol-label {
  line-height: 1.2;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-label {
    align-items: flex-start;
    display: flex;
    font-size: 16px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-label {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-label {
    font-size: 15px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-label + * {
    margin-top: 13px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-label + * {
    margin-top: 10px;
  }
}

.re-interviewBlockCol-labelCat {
  background-color: #004BA5;
  border-radius: 40px;
  color: #fff;
  align-items: center;
  line-height: 1;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-labelCat {
    display: flex;
    font-size: 12px;
    padding: 3px 10px 4px;
    margin-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-labelCat {
    display: inline-block;
    font-size: 11px;
    width: auto;
    white-space: normal;
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-labelCat {
    display: inline-block;
    font-size: 11px;
    padding: 2px 8px 3px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-labelCat + * {
    margin-top: 6px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-labelCat + * {
    margin-top: 6px;
  }
}

.re-interviewBlockCol-labelName {
  display: block;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-labelName span {
    font-size: 14px;
    margin-left: 2px;
  }
}
.re-interviewBlockCol-img {
  display: block;
  flex-shrink: 0;
}
.re-interviewBlockCol-img img {
  width: 100%;
}
@media (hover: hover) {
  .re-interviewBlockCol-img img:hover {
    opacity: 1;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-img + * {
    margin-top: 13px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-img + * {
    margin-top: 13px;
  }
}

.re-interviewBlockCol-title {
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-title {
    font-size: 18px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-title {
    font-size: 16px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-title + * {
    margin-top: 13px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-title + * {
    margin-top: 8px;
  }
}

.re-interviewBlockCol-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-text {
    font-size: 14px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-text {
    font-size: 14px;
    margin-top: auto;
  }
}

.re-interviewBlockCol-more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.065));
  color: #1C7DC1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-more {
    height: 88px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-more {
    height: 80px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-more {
    height: 70px;
  }
}
.re-interviewBlockCol-more > span {
  display: block;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-more > span {
    padding-top: 15px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol-more > span {
    padding-top: 10px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-more > span {
    padding-top: 5px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol-more {
    font-size: 14px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol-more {
    font-size: 13px;
  }
}

/* re-selectCat
============================================================= */
.re-selectCat {
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (660px < width), print {
  .re-selectCat {
    padding: 30px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-selectCat {
    padding: 25px;
  }
}
@media screen and (max-width: 660px) {
  .re-selectCat {
    padding: 20px;
  }
}
@media screen and (660px < width), print {
  .re-selectCat .link-list-icon li {
    font-size: 14px;
  }
}
@media screen and (660px < width), print {
  .re-selectCat .link-list-icon li a {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 660px) {
  .re-selectCat .link-list-icon li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* re-shopList
============================================================= */
.re-shopList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 660px) {
  .re-shopList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.re-shopList li {
  background-color: #fff;
  box-sizing: border-box;
}
.re-shopList li a {
  display: block;
  transition: all 0.25s;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.re-shopList li a::after {
  background-color: transparent;
  border: 1px solid #004BA5;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (660px < width), print {
  .re-shopList li a {
    padding: 20px;
  }
}
@media (hover: hover) {
  .re-shopList li a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 660px) {
  .re-shopList li a {
    padding: 10px;
  }
}

.re-shopListLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (660px < width), print {
  .re-shopListLogo {
    height: 90px;
  }
}
@media screen and (max-width: 660px) {
  .re-shopListLogo {
    height: 70px;
  }
}
.re-shopListLogo img {
  max-width: 70%;
  max-height: 90%;
  flex-shrink: 0;
}
@media (hover: hover) {
  .re-shopListLogo img:hover {
    opacity: 1;
  }
}
@media screen and (660px < width), print {
  .re-shopListLogo + * {
    margin-top: 13px;
  }
}
@media screen and (max-width: 660px) {
  .re-shopListLogo + * {
    margin-top: 5px;
  }
}

.re-shopListCat {
  color: #666;
  display: block;
  line-height: 1.2;
}
@media screen and (660px < width), print {
  .re-shopListCat {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 660px) {
  .re-shopListCat {
    font-size: 10px;
    margin-bottom: 4px;
  }
}

.re-shopListLink {
  display: block;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (660px < width), print {
  .re-shopListLink {
    font-size: 17px;
  }
}
@media screen and (max-width: 660px) {
  .re-shopListLink {
    font-size: 13px;
  }
}
@media (hover: hover) {
  .re-shopListLink:hover {
    text-decoration: none;
  }
}
.re-shopListLink span {
  padding-left: 2px;
}
@media screen and (660px < width), print {
  .re-shopListLink span {
    font-size: 13px;
  }
}
@media screen and (max-width: 660px) {
  .re-shopListLink span {
    font-size: 12px;
  }
}

/* slick上書き
============================================================= */
.re-interviewBlockCol .slick-prev,
.re-interviewBlockCol .slick-next {
  background-color: #ff4b00;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol .slick-prev,
  .re-interviewBlockCol .slick-next {
    width: 38px;
    height: 38px;
  }
}
@media (hover: hover) {
  .re-interviewBlockCol .slick-prev:hover:hover,
  .re-interviewBlockCol .slick-next:hover:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol .slick-prev,
  .re-interviewBlockCol .slick-next {
    width: 26px;
    height: 26px;
  }
  .re-interviewBlockCol .slick-prev::before,
  .re-interviewBlockCol .slick-next::before {
    font-size: 14px;
  }
}
.re-interviewBlockCol .slick-prev::before,
.re-interviewBlockCol .slick-next::before {
  display: block;
  opacity: 1;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol .slick-prev {
    left: -28px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol .slick-prev {
    left: -15px;
  }
}
@media screen and (660px < width), print {
  .re-interviewBlockCol .slick-next {
    right: -28px;
  }
}
@media screen and (660px < width <= 1024px), print {
  .re-interviewBlockCol .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol .slick-next {
    right: -15px;
  }
}
.re-interviewBlockCol .slick-dots {
  box-sizing: border-box;
}
@media screen and (660px < width), print {
  .re-interviewBlockCol .slick-dots {
    text-align: right;
    bottom: -30px;
    right: -5px;
  }
}
@media screen and (max-width: 660px) {
  .re-interviewBlockCol .slick-dots {
    bottom: -25px;
  }
}
.re-interviewBlockCol .slick-dots li button {
  background-color: #ccc;
}
.re-interviewBlockCol .slick-dots li.slick-active button {
  background-color: #ff4b00;
}
/*# sourceMappingURL=../maps/re2019/style.css.map */
