@charset "UTF-8";
/* =====================================
 ranking
------------------------------------- */
.ranking-link-01 a {
  display: inline-block;
}
.ranking-link-01 a:hover, .ranking-link-01 a:focus {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .3);
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .ranking-link-01 {
    text-align: center;
  }
}

/* --------------------------------------
 hdg-ranking-companies-top
-------------------------------------- */
.hdg-ranking-companies-top {
  position: relative;
  padding-bottom: 60px;
}
.hdg-ranking-companies-top::before {
  content: "";
  display: block;
  background: #e1f9ff url("/ranking/certified_companies/images/index-bg-01.png") no-repeat center 0/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.hdg-ranking-companies-top .logo-01 {
  position: absolute;
  top: 18px;
  left: 0;
}
.hdg-ranking-companies-top .hdg {
  padding-top: 310px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #002171;
  margin-bottom: 20px;
  background: url("/ranking/certified_companies/images/icon-bg-01.png") no-repeat center 26px;
}
.hdg-ranking-companies-top .hdg span {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
}
.hdg-ranking-companies-top .link-arrow-01 {
  color: #333;
}
.hdg-ranking-companies-top .link-arrow-01::before, .hdg-ranking-companies-top .link-arrow-01::after {
  background-color: #002171;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-top {
    padding-bottom: 74px;
  }
  .hdg-ranking-companies-top::before {
    background-size: contain;
  }
  .hdg-ranking-companies-top .logo-01 {
    top: 10px;
  }
  .hdg-ranking-companies-top .logo-01 img {
    max-width: 50px;
  }
  .hdg-ranking-companies-top .hdg {
    padding-top: 130px;
    background-position: center 20px;
    background-size: 84px auto;
    font-size: 1.375rem;
  }
  .hdg-ranking-companies-top .hdg span {
    font-size: .875rem;
  }
}
@media only screen and (max-width: 480px) {
  .hdg-ranking-companies-top::before {
    background-image: url("/ranking/certified_companies/images/index-bg-02.png");
  }
}

/* --------------------------------------
 box-sort-companies-01
-------------------------------------- */
.box-sort-companies-01 {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  position: relative;
}
.box-sort-companies-01 input,
.box-sort-companies-01 select {
  border-radius: 3px;
  border: #e4e9f2 1px solid;
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px 18px;
  height: 48px;
  margin-top: 7px;
  margin-bottom: 0;
}
.box-sort-companies-01 .list-sort-companies-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 -10px;
}
.box-sort-companies-01 .list-sort-companies-01 li {
  padding: 0 10px;
}
.box-sort-companies-01 .list-sort-companies-01.col2 li {
  width: 50%;
}
.box-sort-companies-01 .list-sort-companies-01.col3 {
  padding-right: 146px;
}
.box-sort-companies-01 .list-sort-companies-01.col3 li {
  margin-top: 15px;
  width: 33.3333333333%;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 {
  display: block;
  position: relative;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 select {
  padding-right: 41px;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
  font-size: 14px;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 select::-ms-expand {
  display: none;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01::after {
  content: "";
  display: block;
  background: #e4e9f2;
  height: 28px;
  width: 1px;
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -14px;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #696969;
  border-right: solid 1px #696969;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -4px;
  right: 16px;
  pointer-events: none;
}
.box-sort-companies-01 .btn-01 {
  margin-bottom: 0;
  text-align: center;
}
.box-sort-companies-01 .btn-01 button {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  height: 48px;
  width: 100%;
  font-size: 14px;
}
.box-sort-companies-01 .btn-01 button:hover, .box-sort-companies-01 .btn-01 button:focus {
  opacity: .8;
}
.box-sort-companies-01 .btn-01 .btn-clear {
  position: absolute;
  right: 0;
  bottom: 80px;
}
.box-sort-companies-01 .btn-01 .btn-clear button {
  background: #696969;
  max-width: 127px;
  min-width: 127px;
}
.box-sort-companies-01 .btn-01 .btn-clear button span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.box-sort-companies-01 .btn-01 .btn-clear button span::before, .box-sort-companies-01 .btn-01 .btn-clear button span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.box-sort-companies-01 .btn-01 .btn-clear button span::before {
  transform: rotate(-45deg);
}
.box-sort-companies-01 .btn-01 .btn-clear button span::after {
  transform: rotate(-135deg);
}
.box-sort-companies-01 .btn-01 .btn-search {
  margin-top: 33px;
}
.box-sort-companies-01 .btn-01 .btn-search button {
  background: #0045ff;
  max-width: 340px;
}
.box-sort-companies-01 .btn-01 .btn-search button span {
  display: inline-block;
  padding-left: 20px;
  background: url("/ranking/certified_companies/images/index-icon-01.png") no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .box-sort-companies-01 .list-sort-companies-01 {
    display: block;
    margin: 0;
  }
  .box-sort-companies-01 .list-sort-companies-01 li {
    padding: 0;
    margin-top: 20px;
  }
  .box-sort-companies-01 .list-sort-companies-01.col2, .box-sort-companies-01 .list-sort-companies-01.col3 {
    padding-right: 0;
  }
  .box-sort-companies-01 .list-sort-companies-01.col2 li, .box-sort-companies-01 .list-sort-companies-01.col3 li {
    width: 100%;
  }
  .box-sort-companies-01 .btn-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -7px 0 -7px;
  }
  .box-sort-companies-01 .btn-01 li {
    width: 50%;
    padding: 0 7px;
  }
  .box-sort-companies-01 .btn-01 .btn-clear {
    position: static;
  }
  .box-sort-companies-01 .btn-01 .btn-clear button {
    max-width: 100%;
    min-width: auto;
  }
  .box-sort-companies-01 .btn-01 .btn-search {
    margin-top: 0;
  }
}

/* --------------------------------------
 box-sort-companies-02
-------------------------------------- */
.box-sort-companies-02 {
  margin: 30px auto 60px;
}
.box-sort-companies-02 .list-sort-companies-01 {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: calc(100% - 126px);
}
@media only screen and (max-width: 768px) {
  .box-sort-companies-02 .list-sort-companies-01 {
    width: 100%;
  }
  .box-sort-companies-02 .list-sort-companies-01 li {
    max-width: none;
    margin: 20px 0 0;
  }
}

/* --------------------------------------
 sort-ranking-companies-01
-------------------------------------- */
.sort-ranking-companies-01 {
  margin: 55px 0 70px 0;
}
.sort-ranking-companies-01 .sort-ranking-companies-inner {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.sort-ranking-companies-01 .item-01 {
  margin-top: 0;
  margin-bottom: 30px;
  width: 33.3333333333%;
  padding: 0 16px;
  display: none;
  transition: 1s;
}
.sort-ranking-companies-01 .item-01.show {
  display: flex;
}
.sort-ranking-companies-01 .item-01.morehidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: -1px;
  margin-bottom: 0;
}
.sort-ranking-companies-01 .item-01 p {
  margin-bottom: 0;
}
.sort-ranking-companies-01 .item-01 > a {
  border: #e4e9f2 1px solid;
  background: #fff;
  width: 100%;
  color: #333;
}
.sort-ranking-companies-01 .item-01 > a:hover, .sort-ranking-companies-01 .item-01 > a:focus {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .3);
  text-decoration: none;
}
.sort-ranking-companies-01 .item-01 > a .data {
  padding: 25px 23px 48px 23px;
}
.sort-ranking-companies-01 .item-01 .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sort-ranking-companies-01 .item-01 .img .new {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 2;
  display: block;
  width: 86px;
  height: 86px;
  padding-top: 64px;
  background-color: rgba(255, 22, 40, .9);
  color: #fff;
  font-size: 85.71429%;
  text-align: center;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.sort-ranking-companies-01 .item-01 .title {
  font-size: 1rem;
}
.sort-ranking-companies-01 .item-01 .title + p {
  margin-top: 10px;
}
.sort-ranking-companies-01 .item-01 .icon {
  font-size: .75rem;
  display: table;
  color: #fff;
  min-width: 53px;
  text-align: center;
  padding: 1px 8px 0;
  margin-bottom: 13px;
}
.sort-ranking-companies-01 .item-01 .icon.type1 {
  background: #43b6de;
}
.sort-ranking-companies-01 .item-01 .icon.type2 {
  background: #f0ab00;
}
.sort-ranking-companies-01 .item-01 .icon.type3 {
  background: #e84545;
}
.sort-ranking-companies-01 .item-01 .icon.type4 {
  background: #658d1b;
}
.sort-ranking-companies-01 .item-01 .industry,
.sort-ranking-companies-01 .item-01 .place {
  margin-top: 8px;
  padding-left: 20px;
}
.sort-ranking-companies-01 .item-01 .industry {
  background: url("/ranking/certified_companies/images/index-icon-02.png") no-repeat left center;
}
.sort-ranking-companies-01 .item-01 .place {
  background: url("/ranking/certified_companies/images/index-icon-03.png") no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .sort-ranking-companies-01 {
    margin: 23px 0 42px 0;
  }
  .sort-ranking-companies-01 .sort-ranking-companies-inner {
    margin: 0;
    display: block;
  }
  .sort-ranking-companies-01 .item-01 {
    width: 100%;
    padding: 0;
    border-bottom: #e4e9f2 1px solid;
  }
  .sort-ranking-companies-01 .item-01 + .item-01 {
    margin-top: 19px;
  }
  .sort-ranking-companies-01 .item-01 > a {
    border: 0;
  }
  .sort-ranking-companies-01 .item-01 > a:hover, .sort-ranking-companies-01 .item-01 > a:focus {
    box-shadow: none;
  }
  .sort-ranking-companies-01 .item-01 > a .data {
    padding: 21px 18px 29px 18px;
  }
  .sort-ranking-companies-01 .item-01 .img {
    padding-left: 18px;
    padding-right: 18px;
  }
  .sort-ranking-companies-01 .item-01 .img::before {
    content: "";
    display: block;
    background: #fff;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .sort-ranking-companies-01 .item-01 .img .new {
    left: -43px;
    z-index: 1;
  }
  .sort-ranking-companies-01 .item-01 .title {
    font-size: .875rem;
  }
  .sort-ranking-companies-01 .item-01 .title + p {
    margin-top: 10px;
  }
}

.sort-ranking-companies-errorText {
  margin: 0;
  font-size: 157.14286%;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .sort-ranking-companies-errorText {
    font-size: 128.57143%;
  }
}

.sort-ranking-companies-01 .banner {
  transition: none;
  color: #ff1628;
}

.sort-ranking-companies-01 .item-01.banner.show {
  display: revert;
}
@media only screen and (max-width: 960px) {
  .sort-ranking-companies-01 .item-01.banner.show {
    padding: 0 0 29px;
  }
}

.sort-ranking-companies-01 .banner__inner {
  padding: 24px;
  border: 3px solid #ff1628;
  width: 100%;
}

.sort-ranking-companies-01 .banner__contents {
  display: flex;
  flex-direction: column-reverse;
}

.sort-ranking-companies-01 .banner__logo {
  text-align: center;
}

.sort-ranking-companies-01 .banner__head {
  margin: 20px 0 0;
}

.sort-ranking-companies-01 .banner__text {
  font-size: 20px;
  text-align: center;
}

.sort-ranking-companies-01 .link-btn-10._reverse {
  margin-top: 20px;
}

.sort-ranking-companies-01 .link-btn-10._reverse .inner {
  width: 100%;
  min-width: 0;
  padding: 16px 32px;
}

/* =====================================
 ranking > certified_companies > detail
------------------------------------- */
#content.ranking-companies::before {
  content: none;
}
#content.ranking-companies .nav-current-01 {
  padding-left: 30px;
  padding-right: 30px;
  color: #333;
}
#content.ranking-companies .nav-current-01 a {
  color: #333;
}
#content.ranking-companies .nav-current-01 ol > li::before, #content.ranking-companies .nav-current-01 ol > li::after {
  border-color: #333;
}
@media only screen and (max-width: 960px) {
  #content.ranking-companies .nav-current-01 {
    padding: 10px 0;
  }
}

/* --------------------------------------
 hdg-ranking-companies-01
-------------------------------------- */
.ranking-companies .hdg-ranking-companies-01 {
  position: relative;
  padding: 10px 30px;
  margin: 22px 0 0;
}
.ranking-companies .hdg-ranking-companies-01::before {
  content: "";
  display: block;
  background: url("/ranking/certified_companies/images/detail-bg-01.png") no-repeat 0 0/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner {
  display: flex;
  align-items: center;
  min-height: 200px;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg,
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
  margin-bottom: 0;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg {
  color: #002171;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
  padding-right: 35px;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 img {
  max-width: 96px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .hdg-ranking-companies-01 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner {
    min-height: 130px;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg {
    font-size: 1.375rem;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
    padding-right: 20px;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 img {
    max-width: 60px;
  }
}

.ranking-companies.ranking-companies-detail .hdg-ranking-companies-01::before {
  background-image: none;
}

.hdg-ranking-companies-01__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "logo title" "logo detail" "logo links";
  gap: 0 34px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__inner {
    grid-template-areas: "logo title" "detail detail" "links links";
    gap: 0 10px;
  }
}

.hdg-ranking-companies-01__logo {
  grid-area: logo;
  margin-bottom: 0;
  width: 96px;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__logo > img {
    width: 60px;
  }
}

.hdg-ranking-companies-01__title {
  display: flex;
  align-items: flex-end;
  font-size: 228%;
  font-weight: bold;
  color: #11131c;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__title {
    font-size: 157%;
    align-items: flex-start;
  }
}

.hdg-ranking-companies-01__detail {
  grid-area: detail;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #11131c;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__detail {
    margin-top: 16px;
    display: block;
    text-align: center;
  }
}

.hdg-ranking-companies-01__certification {
  font-size: 157%;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__certification {
    font-size: 128%;
  }
}

.hdg-ranking-companies-01__date {
  margin: 0;
  padding-top: 6px;
  padding-left: 10px;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__date {
    display: block;
    padding-left: 0;
  }
}

.hdg-ranking-companies-01__links {
  grid-area: links;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-01__links {
    margin-top: 26px;
  }
}

.hdg-ranking-companies-01__links > a {
  position: relative;
  padding-left: 12px;
  color: #11131c;
  font-weight: bold;
}

.hdg-ranking-companies-01__links > a::before {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  background-image: url(/cmn/images/bg-icon-detail-01.png);
  width: 5px;
  height: 10px;
}

.hdg-ranking-companies-01__links > a:visited {
  color: #11131c;
}

/* --------------------------------------
 hdg-ranking-companies-02
-------------------------------------- */
.ranking-companies .hdg-ranking-companies-02 {
  font-size: 1.125rem;
  color: #11131c;
  font-weight: bold;
}
.ranking-companies .hdg-ranking-companies-02 + * {
  margin-top: 10px;
}

/* --------------------------------------
 hdg-section-01
-------------------------------------- */
.ranking-companies .hdg-section-01 {
  color: #002171;
  border-color: #ccc;
}

.ranking-companies.ranking-companies-detail .hdg-section-01 {
  color: #11131c;
  font-weight: bold;
  border-color: #dee5e4;
}

/* --------------------------------------
 lyt-ranking-companies-01
-------------------------------------- */
.ranking-companies .lyt-ranking-companies-01 {
  display: flex;
}
.ranking-companies .lyt-ranking-companies-01 p {
  margin-bottom: 0;
}
.ranking-companies .lyt-ranking-companies-01 > .content {
  order: 2;
  flex: 1;
  padding-left: 27px;
}
.ranking-companies .lyt-ranking-companies-01 > .img {
  text-align: center;
  order: 1;
}
.ranking-companies .lyt-ranking-companies-01 > .img img {
  max-width: 140px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lyt-ranking-companies-01 {
    flex-direction: column;
  }
  .ranking-companies .lyt-ranking-companies-01 > .content {
    margin-top: 20px;
    padding-left: 0;
    flex: auto;
    width: 100%;
  }
}

/* --------------------------------------
 lyt-ranking-companies-02
-------------------------------------- */
.ranking-companies .lyt-ranking-companies-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ranking-companies .lyt-ranking-companies-02 p {
  margin-bottom: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .content {
  padding-left: 66px;
  width: 55%;
}
.ranking-companies .lyt-ranking-companies-02 > .content > *:first-child {
  margin-top: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .map {
  width: 45%;
}
.ranking-companies .lyt-ranking-companies-02 > .map > *:first-child {
  margin-top: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .map .googlemaps > iframe {
  height: 308px;
}
.ranking-companies .lyt-ranking-companies-02 > .map .label-02 {
  font-size: .75rem;
  background: #edf1ef;
  display: inline-block;
  margin-right: 10px;
  min-width: 53px;
  text-align: center;
}
.ranking-companies .lyt-ranking-companies-02 > .map > .img {
  margin: 0 0 26px;
  border: 1px solid #dee5e4;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lyt-ranking-companies-02 {
    display: block;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 {
    display: block;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 tr,
.ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 th,
.ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 td {
    display: block;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 th {
    border-bottom: 0;
    padding-bottom: 8px;
    padding-top: 12px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 td {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 25px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map {
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .googlemaps {
    padding: 0 25px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .googlemaps > iframe {
    height: 155px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .label-02 {
    display: table;
    margin-bottom: 5px;
  }
}

/* --------------------------------------
 sns-ranking-companies-01
-------------------------------------- */
.ranking-companies .sns-ranking-companies-01 {
  margin-top: 10px;
}
.ranking-companies .sns-ranking-companies-01::after {
  content: "";
  display: block;
  clear: both;
}
.ranking-companies .sns-ranking-companies-01 > .sns {
  float: right;
  display: table;
  table-layout: fixed;
  height: 20px;
  margin-bottom: 0;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li:first-child {
  padding-left: 0;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li .fb_iframe_widget > span {
  vertical-align: top !important;
}

/* --------------------------------------
 sns-ranking-companies-02
-------------------------------------- */
.ranking-companies .sns-ranking-companies-02 {
  margin-top: 10px;
  background: #edf1ef;
  padding: 24px 10px;
}
.ranking-companies .sns-ranking-companies-02 .list-desc-01 {
  margin-bottom: 0;
}
.ranking-companies .sns-ranking-companies-02 .list-desc-01 dd {
  margin-top: 0;
}
.ranking-companies .sns-ranking-companies-02 .sns {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ranking-companies .sns-ranking-companies-02 .sns > li {
  margin-top: .6em;
  padding: 0 10px;
}

/* --------------------------------------
 lead-ranking-companies-01
-------------------------------------- */
.ranking-companies .lead-ranking-companies-01 {
  text-align: center;
}
.ranking-companies .lead-ranking-companies-01 span {
  margin-left: auto;
  margin-right: auto;
  background: #002171;
  color: #fff;
  padding: 0 10px;
  display: table;
}
.ranking-companies .lead-ranking-companies-01 b {
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  padding: 40px 36px 35px 36px;
  min-width: 700px;
  position: relative;
}
.ranking-companies .lead-ranking-companies-01 b::before {
  content: "";
  display: block;
  border-top: #ccc 2px solid;
  border-left: #ccc 2px solid;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 20px;
}
.ranking-companies .lead-ranking-companies-01 b::after {
  content: "";
  display: block;
  border-bottom: #ccc 2px solid;
  border-right: #ccc 2px solid;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lead-ranking-companies-01 b {
    min-width: auto;
    font-size: 1.125rem;
    padding: 28px 30px;
  }
  .ranking-companies .lead-ranking-companies-01 b::before {
    width: 30px;
    height: 30px;
    top: 10px;
  }
  .ranking-companies .lead-ranking-companies-01 b::after {
    width: 30px;
    height: 30px;
  }
}

/* --------------------------------------
 box-ranking-companies-01
-------------------------------------- */
.box-ranking-companies-01 {
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #edf1ef;
  padding: 30px 42px;
}
.box-ranking-companies-01 .box-hdg-01 {
  text-align: center;
}
.box-ranking-companies-01 .box-hdg-01 span {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  color: #ff1628;
  padding-top: 50px;
  background: url("/ranking/certified_companies/images/detail-icon-06.png") no-repeat top center;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01 {
    margin-top: 2.25em;
    padding: 30px 25px 70px 25px;
    background-position: -400px bottom;
  }
  .box-ranking-companies-01 .box-hdg-01 span {
    font-size: 1.25rem;
    padding-top: 42px;
  }
}

/* --------------------------------------
 step-ranking-companies-01
-------------------------------------- */
.step-ranking-companies-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .step-ranking-companies-01 {
    grid-template-columns: 1fr;
  }
}

.box-ranking-companies-01__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__contents {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 20px;
    gap: 0 20px;
  }
}

@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__item + .box-ranking-companies-01__item {
    margin-top: 8px;
  }
}
.box-ranking-companies-01__svg {
  position: relative;
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__svg {
    width: 70px;
    height: 70px;
  }
}

.box-ranking-companies-01__svg svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__svg svg {
    width: 70px;
    height: 70px;
  }
}

.box-ranking-companies-01__contents svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 314;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__contents svg circle {
    stroke-width: 6;
  }
}

.box-ranking-companies-01__contents.box-ranking-companies-01__contents--top1 svg circle {
  stroke: #ff1628;
}

.box-ranking-companies-01__contents.box-ranking-companies-01__contents--top2 svg circle {
  stroke: #ff4553;
}

.box-ranking-companies-01__contents.box-ranking-companies-01__contents--top3 svg circle {
  stroke: #ff737e;
}

.box-ranking-companies-01__num {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 342%;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__num {
    font-size: 200%;
  }
}

.box-ranking-companies-01__text {
  font-size: 142%;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01__text {
    font-size: 114%;
    text-align: left;
  }
}

.is-animation circle {
  animation: circleAnim 1s forwards;
}
@media only screen and (max-width: 960px) {
  .is-animation circle {
    animation: circleAnimSP 1s forwards;
  }
}

@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 314;
  }
  99.9%, to {
    stroke-dasharray: 314 314;
  }
}
@keyframes circleAnimSP {
  0% {
    stroke-dasharray: 0 189px;
  }
  99.9%, to {
    stroke-dasharray: 189px 189px;
  }
}
.sp-svg {
  display: none;
  /* SP用のSVGを非表示 */
}

@media only screen and (max-width: 960px) {
  .pc-svg {
    display: none;
    /* PC用のSVGを非表示 */
  }

  .sp-svg {
    display: inline;
    /* SP用のSVGを表示 */
  }
}
/* --------------------------------------
 carousel
-------------------------------------- */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  margin-bottom: 0;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin-right: 54px;
  text-align: center;
  padding: 0 5px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 38px -8px 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}

.swiper-pagination-bullet {
  padding: 0 4px;
}
.swiper-pagination-bullet span {
  background: #e5e5e5;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  position: relative;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active span {
  background: #002171;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root .swiper-button-prev::after,
:root .swiper-container-rtl .swiper-button-next::after,
:root .swiper-button-next::after,
:root .swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.js-carousel-01 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  max-width: 810px;
  margin-top: 140px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .js-carousel-01 {
    margin-top: 64px;
  }
}

.js-carousel-item {
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  transition-property: transform;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

:root .js-carousel-01 .swiper-container {
  padding: 0 54px;
}
:root .js-carousel-01 .swiper-button-next,
:root .js-carousel-01 .swiper-button-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0);
  background: #fff;
  margin-top: -30px;
}
:root .js-carousel-01 .swiper-button-next::before,
:root .js-carousel-01 .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: solid 4px #002171;
  border-right: solid 4px #002171;
}
:root .js-carousel-01 .swiper-button-next::after,
:root .js-carousel-01 .swiper-button-prev::after {
  content: none;
}
:root .js-carousel-01 .swiper-button-prev {
  left: 0;
}
:root .js-carousel-01 .swiper-button-prev::before {
  transform: rotate(-135deg);
  left: 5px;
}
:root .js-carousel-01 .swiper-button-next {
  right: 0;
}
:root .js-carousel-01 .swiper-button-next::before {
  transform: rotate(45deg);
  right: 5px;
}
@media only screen and (max-width: 960px) {
  :root .js-carousel-01 {
    padding: 0;
  }
  :root .js-carousel-01 .data {
    font-size: .75rem;
    margin-top: 8px;
  }
  :root .js-carousel-01 .data b {
    font-size: .875rem;
  }
  :root .js-carousel-01 .swiper-container {
    padding: 0 24px;
    overflow: hidden;
  }
  :root .js-carousel-01 .swiper-button-next,
:root .js-carousel-01 .swiper-button-prev {
    width: 24px;
    height: 32px;
    margin-top: -40px;
  }
  :root .js-carousel-01 .swiper-button-next::before,
:root .js-carousel-01 .swiper-button-prev::before {
    margin-top: -8px;
  }
  :root .js-carousel-01 .swiper-button-prev {
    left: 0;
  }
  :root .js-carousel-01 .swiper-button-next {
    right: 0;
  }
}

/* =====================================
 js / btn-more
------------------------------------- */
.js-more-01 .btn-more {
  margin-top: 33px;
}
.js-more-01 .btn-more button {
  display: block;
  background: #e1f9ff;
  width: 100%;
  text-align: center;
}
.js-more-01 .btn-more button span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 14px 0 14px 16px;
}
.js-more-01 .btn-more button span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0045ff;
  border-right: solid 2px #0045ff;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -3px;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .js-more-01 .btn-more {
    margin-top: 18px;
  }
  .js-more-01 .btn-more button span {
    font-weight: normal;
  }
}

.ranking-companies.ranking-companies-detail .nav-quick-01 {
  margin: 0;
}
.ranking-companies.ranking-companies-detail .banner-ranking-area {
  background: #e5e5e5;
  margin: 60px calc(50% - 50vw) 0;
  width: 100vw;
}
.ranking-companies.ranking-companies-detail .banner-ranking-area__inner {
  padding: 40px 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .ranking-companies.ranking-companies-detail .banner-ranking-area__inner {
    padding: 40px 10px 20px;
  }
}
.ranking-companies.ranking-companies-detail .banner-ranking-area__img {
  display: inline-block;
  margin-bottom: 0;
}

.ranking-side-bannerList__item {
  text-align: center;
}

.ranking-side-bannerList__item + .ranking-side-bannerList__item {
  margin: 16px 0 0;
}

.ranking-companies.ranking-companies-detail .tbl-data-02 tr:nth-child(3) {
  display: none;
}

/* =====================================
 job_seeker
------------------------------------- */
#content.job_seeker {
  overflow: hidden;
}
#content.job_seeker::before {
  content: none;
}
#content.job_seeker #main {
  padding: 0 16px;
}
#content.job_seeker #main-inner {
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------
 visual-01
-------------------------------------- */
.job_seeker .visual-01 {
  min-height: 510px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.job_seeker .visual-01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 372px;
  background: url("/job_seeker/images/index-bg-01.jpg") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.job_seeker .visual-01 p:not(.pgh-notice-01) {
  font-size: 1rem;
}
.job_seeker .visual-01 .lead-01 {
  color: #666;
  position: relative;
  display: table;
  padding: 0 17px;
  margin: 0 auto;
}
.job_seeker .visual-01 .lead-01::before, .job_seeker .visual-01 .lead-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.job_seeker .visual-01 .lead-01::before {
  left: 0;
}
.job_seeker .visual-01 .lead-01::after {
  right: 0;
}
.job_seeker .visual-01 .hdg-01 {
  font-size: 3rem;
  margin: .5em 0 .3em 0;
  text-align: center;
}
.job_seeker .visual-01 .hdg-01 br {
  display: none;
}
.job_seeker .visual-01 .hdg-01 span {
  color: #ff1628;
}
.job_seeker .visual-01 .panel-01 {
  display: flex;
  justify-content: center;
  margin: 50px -16px 0 -16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}
.job_seeker .visual-01 .panel-01 li {
  display: flex;
  width: 100%;
  padding: 0 16px;
}
.job_seeker .visual-01 .panel-01 a {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, .8);
  padding: 35px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: .3s background;
}
.job_seeker .visual-01 .panel-01 a::before {
  transition: .3s all;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
  opacity: 0;
  z-index: -1;
}
.job_seeker .visual-01 .panel-01 a:hover, .job_seeker .visual-01 .panel-01 a:focus {
  background: #fff;
}
.job_seeker .visual-01 .panel-01 a:hover::before, .job_seeker .visual-01 .panel-01 a:focus::before {
  opacity: 1;
  z-index: 1;
}
.job_seeker .visual-01 .panel-01 a .data-01 {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
.job_seeker .visual-01 .panel-01 a .data-01 img {
  max-width: 67px;
}
.job_seeker .visual-01 .panel-01 a .data-02 {
  flex: 1;
}
.job_seeker .visual-01 .panel-01 a .data-02 p {
  margin-bottom: 0;
}
.job_seeker .visual-01 .panel-01 a .data-02 .title-01 {
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .job_seeker .visual-01 {
    border-top: #f9fcfe;
    min-height: 260px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .job_seeker .visual-01 p:not(.pgh-notice-01) {
    font-size: .875rem;
  }
  .job_seeker .visual-01 .lead-01 {
    font-size: 1rem;
  }
  .job_seeker .visual-01 .hdg-01 {
    font-size: 1.5rem;
  }
  .job_seeker .visual-01 .hdg-01 br {
    display: block;
  }
  .job_seeker .visual-01 .hdg-01 + p {
    padding: 0 20px;
  }
  .job_seeker .visual-01 .panel-01 {
    transform: none;
    display: block;
    margin: 60px 0 0 0;
  }
  .job_seeker .visual-01 .panel-01 li {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .job_seeker .visual-01 .panel-01 li + li {
    margin-top: 8px;
  }
  .job_seeker .visual-01 .panel-01 a {
    display: flex;
    padding: 14px 15px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }
  .job_seeker .visual-01 .panel-01 a .data-01 {
    padding-right: 12px;
    width: 68px;
  }
  .job_seeker .visual-01 .panel-01 a .data-01 img {
    max-width: 56px;
    margin: 0 auto;
  }
  .job_seeker .visual-01 .panel-01 a .data-02 {
    font-size: .8125rem;
  }
  .job_seeker .visual-01 .panel-01 a .data-02 .title-01 {
    font-size: .875rem;
    margin-bottom: 8px;
  }
}

/* --------------------------------------
 hdg2-01
-------------------------------------- */
.job_seeker .hdg2-01 {
  font-size: 1.75rem;
  color: #ff1628;
  text-align: center;
  margin: 2em 0 1em 0;
}
.job_seeker .hdg2-01.icon01 {
  padding-left: 40px;
  text-align: left;
  background: url("/job_seeker/images/index-icon-01.png") no-repeat left center;
}
@media only screen and (max-width: 960px) {
  .job_seeker .hdg2-01 {
    font-size: 1.25rem;
  }
  .job_seeker .hdg2-01.icon01 {
    background-size: auto 34px;
    padding: 2px 0 2px 34px;
    min-height: 36px;
  }
}

/* --------------------------------------
 box-panel-01
-------------------------------------- */
.job_seeker .box-panel-01 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.job_seeker .box-panel-01 .panel-item {
  width: 33.3333333333%;
}
.job_seeker .box-panel-01 .panel-item + .panel-item .data-01 {
  position: relative;
}
.job_seeker .box-panel-01 .panel-item + .panel-item .data-01::before {
  content: "";
  display: block;
  height: 280px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -21px;
}
.job_seeker .box-panel-01 a {
  padding: 0 20px 80px 20px;
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
}
.job_seeker .box-panel-01 a:hover .link-btn-01 .link::before, .job_seeker .box-panel-01 a:hover .link-btn-01 .link::after, .job_seeker .box-panel-01 a:focus .link-btn-01 .link::before, .job_seeker .box-panel-01 a:focus .link-btn-01 .link::after {
  right: 8px;
}
.job_seeker .box-panel-01 .img {
  text-align: center;
}
.job_seeker .box-panel-01 .hdg-01 {
  font-size: 1.25rem;
  margin: 1.5em 0 1em 0;
}
.job_seeker .box-panel-01 .hdg-01 span {
  color: #ff1628;
}
.job_seeker .box-panel-01 .hdg-01 b {
  font-weight: normal;
}
.job_seeker .box-panel-01 .link-btn-01 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
.job_seeker .box-panel-01 .link-btn-01 .link {
  background: #fff;
  width: 200px;
  color: #666;
  font-weight: bold;
  box-shadow: none;
}
.job_seeker .box-panel-01 .link-btn-01 .link::before, .job_seeker .box-panel-01 .link-btn-01 .link::after {
  background-color: #ff1628;
}
@media only screen and (max-width: 768px) {
  .job_seeker .box-panel-01 {
    display: block;
  }
  .job_seeker .box-panel-01 .panel-item {
    width: 100%;
    padding: 0;
    position: static;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item {
    margin-top: 50px;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item .data-01 {
    position: relative;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item .data-01::before {
    content: none;
  }
  .job_seeker .box-panel-01 .hdg-01 {
    font-size: 1.125rem;
    height: auto !important;
  }
  .job_seeker .box-panel-01 .link-btn-01 {
    position: static;
    margin: 15px auto 0 auto;
  }
  .job_seeker .box-panel-01 .link-btn-01 .link {
    margin: 0 auto;
  }
}

/* --------------------------------------
 area-01
-------------------------------------- */
.job_seeker .area-01 {
  padding-top: 1px;
  position: relative;
}
.job_seeker .area-01::before {
  content: "";
  display: block;
  background: #fafafa;
  width: 100vw;
  height: 315px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.job_seeker .area-01 .link-arrow-01 {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.job_seeker .area-01 .list-step-05 {
  display: flex;
  padding: 0 36px 70px 36px;
  margin-top: 40px;
}
.job_seeker .area-01 .list-step-05 li {
  display: flex;
  width: 100%;
}
.job_seeker .area-01 .list-step-05 li:last-child a {
  z-index: 1;
  padding-left: 56px;
  padding-right: 115px;
}
.job_seeker .area-01 .list-step-05 li:last-child a::after {
  content: none;
}
.job_seeker .area-01 .list-step-05 li:last-child .img {
  right: -36px;
  left: auto;
}
.job_seeker .area-01 .list-step-05 li a {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  color: #333;
  padding: 30px 40px 0 90px;
  min-height: 198px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  z-index: 2;
}
.job_seeker .area-01 .list-step-05 li a::after {
  -webkit-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  -moz-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  -ms-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  filter: drop-shadow(18px 2px 10px rgba(0, 0, 0, .05));
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 99px 0 99px 36px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: 3;
  margin-top: -99px;
}
.job_seeker .area-01 .list-step-05 li a:hover, .job_seeker .area-01 .list-step-05 li a:focus {
  text-decoration: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
}
.job_seeker .area-01 .list-step-05 li a:hover::after, .job_seeker .area-01 .list-step-05 li a:focus::after {
  -webkit-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  -moz-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  -ms-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  filter: drop-shadow(18px 2px 10px rgba(0, 0, 0, .17));
}
.job_seeker .area-01 .list-step-05 li a:hover b, .job_seeker .area-01 .list-step-05 li a:focus b {
  border-bottom: #ff1628 1px solid;
}
.job_seeker .area-01 .list-step-05 li b {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: table;
  border-bottom: #fff 1px solid;
  transition: .2s border;
}
.job_seeker .area-01 .list-step-05 li p {
  line-height: 1.8;
}
.job_seeker .area-01 .list-step-05 li .img {
  position: absolute;
  top: -10px;
  left: -36px;
}
@media only screen and (max-width: 768px) {
  .job_seeker .area-01::before {
    height: 578px;
  }
  .job_seeker .area-01 .link-arrow-01 {
    font-size: .875rem;
  }
  .job_seeker .area-01 .list-step-05 {
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
    overflow: hidden;
  }
  .job_seeker .area-01 .list-step-05 li {
    display: block;
  }
  .job_seeker .area-01 .list-step-05 li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child b {
    padding-left: 54px;
    min-height: 42px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child .img {
    right: auto;
    left: 20px;
    top: 44px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child .img img {
    max-width: 42px;
  }
  .job_seeker .area-01 .list-step-05 li a {
    padding: 20px 20px 24px 20px;
    min-height: auto;
  }
  .job_seeker .area-01 .list-step-05 li a::after {
    border-width: 24px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    top: auto;
    right: 0;
    bottom: -24px;
    margin-top: 0;
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -moz-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -ms-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
  }
  .job_seeker .area-01 .list-step-05 li a:hover, .job_seeker .area-01 .list-step-05 li a:focus {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }
  .job_seeker .area-01 .list-step-05 li a:hover::after, .job_seeker .area-01 .list-step-05 li a:focus::after {
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -moz-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -ms-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
  }
  .job_seeker .area-01 .list-step-05 li a:hover b, .job_seeker .area-01 .list-step-05 li a:focus b {
    border-bottom: 0;
  }
  .job_seeker .area-01 .list-step-05 li b {
    font-size: .875rem;
    padding-left: 40px;
    min-height: 52px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
  }
  .job_seeker .area-01 .list-step-05 li .img {
    top: 20px;
    left: 20px;
  }
  .job_seeker .area-01 .list-step-05 li .img img {
    max-width: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.area-01 .list-step-05 li a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 99px 0 99px 36px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .05);
    position: absolute;
    top: 50%;
    right: -39px;
    z-index: 3;
    margin-top: -99px;
  }

  *::-ms-backdrop,
.area-01 .list-step-05 li:last-child a::before {
    content: none;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  *::-ms-backdrop,
.area-01 .list-step-05 li a::before {
    border-width: 24px 50vw 0 50vw;
    border-color: rgba(0, 0, 0, .05) transparent transparent transparent;
    top: auto;
    right: 0;
    margin-top: 0;
    bottom: -26px;
  }
}
/* --------------------------------------
 tips-box-01
-------------------------------------- */
.job_seeker .tips-box-01 {
  border: #c6b87c dashed 1px;
  background: #f9f7ec;
  padding: 30px 30px;
}
.job_seeker .tips-box-01 .hdg-01 {
  font-size: 1.5rem;
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
  color: #866b01;
}
.job_seeker .tips-box-01 .hdg-01 span {
  font-size: 1rem;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background: #866b01;
  padding: 3px 7px;
  border-radius: 4px;
  margin-right: 15px;
  display: inline-block;
}
.job_seeker .tips-box-01 .step-01 {
  margin: 35px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.job_seeker .tips-box-01 .step-01 li {
  width: 33.3333333333%;
  padding: 0 10px;
}
.job_seeker .tips-box-01 .step-01 li > span {
  padding-left: 27px;
  display: block;
  position: relative;
}
.job_seeker .tips-box-01 .step-01 li .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #866b01;
  width: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.job_seeker .tips-box-01 .step-01 .img {
  text-align: center;
  padding-bottom: 20px;
}
.job_seeker .tips-box-01 .lead-01 {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .job_seeker .tips-box-01 {
    padding: 30px 12px;
  }
  .job_seeker .tips-box-01 .hdg-01 {
    font-size: 1rem;
  }
  .job_seeker .tips-box-01 .hdg-01 span {
    font-size: .75rem;
    margin-right: 8px;
  }
  .job_seeker .tips-box-01 .step-01 {
    margin: 24px 0 0 0;
    display: block;
  }
  .job_seeker .tips-box-01 .step-01 li {
    width: 100%;
    padding: 0;
  }
  .job_seeker .tips-box-01 .step-01 li + li {
    margin-top: 38px;
  }
  .job_seeker .tips-box-01 .step-01 .img {
    padding-bottom: 15px;
  }
  .job_seeker .tips-box-01 .lead-01 {
    font-size: .875rem;
  }
}

#home #content #main {
  max-width: 1170px;
  padding: 0;
}

#home #content #main-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/* =============================================
  共通スタイル
============================================= */
.top-case-list__link,
.top-case-list__link:link,
.top-case-list__link:visited,
.top-case-btn__link,
.top-case-btn__link:link,
.top-case-btn__link:visited,
.top-feature-list__link,
.top-feature-list__link:link,
.top-feature-list__link:visited,
.top-news-list__link,
.top-news-list__link:link,
.top-news-list__link:visited,
.top-news-btn__link,
.top-news-btn__link:link,
.top-news-btn__link:visited,
.top-service-contents-list__link,
.top-service-contents-list__link:link,
.top-service-contents-list__link:visited {
  color: #11131C;
}

.top-mv__btn:is(:hover, :focus, :active),
.top-case-list__link:is(:hover, :focus, :active),
.top-news-list__link:is(:hover, :focus, :active),
.top-news-btn__link:is(:hover, :focus, :active),
.top-case-btn__link:is(:hover, :focus, :active),
.top-mailmagazine-btn__link:is(:hover, :focus, :active) {
  text-decoration: none;
}

.top-mv__btn,
.top-mv__btn:link,
.top-mv__btn:visited,
.top-mailmagazine-btn__link,
.top-mailmagazine-btn__link:link,
.top-mailmagazine-btn__link:visited {
  color: #fff;
}

/* =============================================
  メインビジュアル
============================================= */
.top-mv {
  margin: 0 0 30px;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 960px) {
  .top-mv {
    margin-bottom: 0;
  }
}

.top-mv__inner {
  max-width: 1170px;
  padding: 65px 15px;
  margin: 0 auto;
  display: flex;
  gap: 0 65px;
}
@media only screen and (max-width: 960px) {
  .top-mv__inner {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    row-gap: 40px;
  }
}

.top-mv__head {
  display: flex;
  flex-direction: column;
}

.top-mv__logo {
  margin: 0;
  order: -1;
}

.top-mv__hdg {
  margin: 16px 0 0;
  font-weight: bold;
  /* 228.5%: 32 / 14 * 100, 3.33vw: 32 / 960 * 100, 285.7%: 40 / 14 * 100 */
  font-size: clamp(228.5%, 3.33vw, 285.7%);
}
@media only screen and (max-width: 960px) {
  .top-mv__hdg {
    margin-top: 10px;
  }
}

.top-mv__text {
  /* 100%: 14 / 14 * 100, 1.46vw: 14 / 960 * 100, 128.5%: 18 / 14 * 100 */
  font-size: clamp(100%, 1.46vw, 128.5%);
  margin: 16px 0 0;
}
@media only screen and (max-width: 960px) {
  .top-mv__text {
    margin-top: 10px;
  }
}

.top-mv__btn {
  display: block;
  max-width: 320px;
  margin: 30px 0 0;
  width: 100%;
  padding: 12px 10px;
  background-color: #FF1628;
  text-align: center;
  color: #fff;
  /* 114.2%: 16 / 14 * 100, 1.67vw: 16 / 960 * 100 */
  font-size: clamp(114.2%, 1.67vw, 114.2%);
  font-weight: bold;
  border: 2px solid transparent;
}
@media only screen and (max-width: 960px) {
  .top-mv__btn {
    margin-top: 10px;
  }
}

.top-mv__btn:is(:hover, :focus, :active) {
  color: #FF1628;
  border-width: 2px;
  border-style: solid;
  border-color: #FF1628;
  background-color: #FFF;
}

.top-mv__body {
  flex-shrink: 0;
}

/* =============================================
  セクション
============================================= */
#main-inner .top-section:first-child {
  margin-top: -10px;
}

.top-section__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 65px 0;
}
@media only screen and (max-width: 960px) {
  .top-section__inner {
    padding: 60px 0;
  }
}

.top-section.top-section--feature,
.top-section.top-section--mailmagazine {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 960px) {
  .top-section.top-section--feature .top-section__inner,
.top-section.top-section--mailmagazine .top-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-section.top-section--feature {
  background-color: #F7F7F7;
}

.top-section.top-section--mailmagazine {
  background-color: #11131C;
}

.top-section.top-section--sub .top-section__inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* =============================================
  見出し
============================================= */
.top-hdg {
  margin: 0 0 30px;
  text-align: center;
  /* 228.5%: 32 / 14 * 100, 3.33vw: 32 / 960 * 100, 285.7%: 40 / 14 * 100 */
  font-size: clamp(228.5%, 3.33vw, 285.7%);
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .top-hdg {
    margin-bottom: 20px;
  }
}

.top-hdg-02 {
  margin: 65px 0 20px;
  /* 171.4%: 24 / 14 * 100, 2.5vw: 24 / 960 * 100, 214.2%: 30 / 14 * 100 */
  font-size: clamp(171.4%, 2.5vw, 214.2%);
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .top-hdg-02 {
    margin-top: 30px;
  }
}

.top-hdg-03 {
  margin: 50px 0 20px;
  /* 171.4%: 24 / 14 * 100, 2.5vw: 24 / 960 * 100, 214.2%: 30 / 14 * 100 */
  font-size: clamp(171.4%, 2.5vw, 214.2%);
  text-align: center;
  font-weight: bold;
}

/* =============================================
  サービスコンテンツ
============================================= */
.top-service-contents__inner {
  padding: 50px 0 30px;
}

.top-service-contents-list,
.top-service-contents-02-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 960px) {
  .top-service-contents-list,
.top-service-contents-02-list {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

@media only screen and (max-width: 960px) {
  .top-service-contents-02-list {
    row-gap: 10px;
  }
}

.top-service-contents-list__link {
  display: flex;
  flex-direction: column-reverse;
}

.top-service-contents-list__img {
  text-align: center;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .top-service-contents-list__img {
    margin-bottom: 20px;
  }
}

.top-service-contents-list__title {
  margin-bottom: 0;
}

.top-service-contents-list__title > b {
  display: block;
  text-align: center;
  /* 171.4%: 24 / 14 * 100, 2.5vw: 24 / 960 * 100 */
  font-size: clamp(171.4%, 2.5vw, 171.4%);
}

.top-service-contents-02-list__item {
  display: flex;
  height: 100%;
}

.top-service-contents-02-list__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  padding: 24px 20px;
  width: 100%;
  text-align: center;
}

.top-service-contents-02-list__text {
  margin: 0;
  /* 128.5%: 18 / 14 * 100, 1.88vw: 18 / 960 * 100, 142.8%: 20 / 14 * 100 */
  font-size: clamp(128.5%, 1.88vw, 142.8%);
  font-weight: bold;
}

.top-service-contents-02-list__text em,
.top-service-contents-02-list__text strong {
  color: #FF1628;
}

.top-service-contents-02-list__text strong {
  /* 233.3%: 42 / 18 * 100, 4.38vw: 42 / 960 * 100, 210%: 42 / 20 * 100 */
  font-size: clamp(233.3%, 4.38vw, 210%);
}

.top-service-contents-02-note {
  margin: 10px 0 0;
}

.top-service-contents-02-note__item {
  display: flex;
  justify-content: end;
}

.top-service-contents-02-note__mark {
  flex-shrink: 0;
  padding-right: .5em;
}

/* =============================================
  特集コンテンツ
============================================= */
.top-feature-list {
  display: grid;
  grid-template-areas: "main-feature feature1" "main-feature feature2" "main-feature feature3";
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 960px) {
  .top-feature-list {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    row-gap: 50px;
  }
}

.top-feature-list__item.top-feature-list__item--main {
  grid-area: main-feature;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__item.top-feature-list__item--main {
    grid-area: auto;
  }
}

.top-feature-list__item.top-feature-list__item--num01 {
  grid-area: feature1;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__item.top-feature-list__item--num01 {
    grid-area: auto;
  }
}

.top-feature-list__item.top-feature-list__item--num02 {
  grid-area: feature2;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__item.top-feature-list__item--num02 {
    grid-area: auto;
  }
}

.top-feature-list__item.top-feature-list__item--num03 {
  grid-area: feature3;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__item.top-feature-list__item--num03 {
    grid-area: auto;
  }
}

.top-feature-list__link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 20px;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__link {
    flex-direction: column-reverse;
  }
}

.top-feature-list__img {
  flex-shrink: 0;
}

.top-feature-list__tag {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #FF1628;
  font-weight: bold;
  /* 85.7%: 12 / 14 * 100, 1.25vw: 12 / 960 * 100 */
  font-size: clamp(85.7%, 1.25vw, 85.7%);
}

.top-feature-list__tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/top/renew/bg-icon-01.svg);
  transform: translate(0, -50%);
}

.top-feature-list__title {
  /* 128.5%: 18 / 14 * 100, 1.88vw: 18 / 960 * 100, 142.8%: 20 / 14 * 100 */
  font-size: clamp(128.5%, 1.88vw, 142.8%);
  font-weight: bold;
  margin: 6px 0 0;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__title {
    margin-bottom: 10px;
  }
}

.top-feature-list__text {
  padding: 14px 0 30px;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__text {
    padding-bottom: 0;
  }
}

.top-feature-list__img > img {
  width: 215px;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  .top-feature-list__img > img {
    width: 100%;
  }
}

.top-feature-list__item.top-feature-list__item--main .top-feature-list__link {
  display: flex;
  flex-direction: column-reverse;
}

.top-feature-list__item.top-feature-list__item--main .top-feature-list__text {
  padding: 0;
}

.top-feature-list__item.top-feature-list__item--main .top-feature-list__tag {
  margin-top: 14px;
}

.top-feature-list__item.top-feature-list__item--main .top-feature-list__title {
  margin: 6px 0 0;
  /* 128.5%: 18 / 14 * 100, 1.88vw: 18 / 960 * 100, 171.4%: 24 / 14 * 100 */
  font-size: clamp(128.5%, 1.88vw, 171.4%);
  font-weight: bold;
}

.top-feature-list__item.top-feature-list__item--main .top-feature-list__img > img {
  width: 100%;
}

/* =============================================
  カルーセル
============================================= */
@media only screen and (max-width: 960px) {
  .top-carousel {
    overflow: hidden;
  }
}

.top-carousel__inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.top-carousel-list {
  display: flex;
  width: max-content;
}

.top-carousel-list__item {
  flex-shrink: 0;
}

.top-carousel-button {
  text-align: right;
}

.top-carousel-button {
  position: relative;
  display: block;
  margin: 10px 0 0 auto;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.top-carousel-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.js-enabled .fn-infiniteCarousel__list {
  animation: infinity-scroll-left 100s infinite linear 1s;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-playing .fn-infiniteCarousel__list {
  animation-play-state: running;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-pause .fn-infiniteCarousel__list {
  animation-play-state: paused;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-playing .fn-infiniteCarousel__button {
  background-color: #F7F7F7;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-pause .fn-infiniteCarousel__button {
  background-color: #11131C;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-playing .fn-infiniteCarousel__button::before {
  background-image: url(/images/top/renew/carousel/icon_pause.svg);
  width: 14px;
  height: 18px;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-pause .fn-infiniteCarousel__button::before {
  background-image: url(/images/top/renew/carousel/icon_play.svg);
  width: 15px;
  height: 18px;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-playing .fn-infiniteCarousel__button:is(:hover) {
  background-color: #11131C;
}

.js-enabled .js-infiniteCarousel.js-infiniteCarousel--is-playing .fn-infiniteCarousel__button:is(:hover)::before {
  background-image: url(/images/top/renew/carousel/icon_pause_on.svg);
}

/* =============================================
  導入事例
============================================= */
.top-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .top-case-list {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}

.top-case-list__link {
  display: flex;
  flex-direction: column-reverse;
}

.top-case-list__tag {
  margin: 14px 0 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  color: #FF1628;
  font-weight: bold;
  /* 85.7%: 12 / 14 * 100, 1.25vw: 12 / 960 * 100 */
  font-size: clamp(85.7%, 1.25vw, 85.7%);
}
@media only screen and (max-width: 960px) {
  .top-case-list__tag {
    margin-top: 14px;
  }
}

.top-case-list__body > img {
  width: 100%;
}

.top-case-list__tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/top/renew/bg-icon-01.svg);
  transform: translate(0, -50%);
}

.top-case-list__title {
  margin: 6px 0 0;
  /* 128.5%: 18 / 14 * 100, 1.88vw: 18 / 960 * 100, 142.8%: 20 / 14 * 100 */
  font-size: clamp(128.5%, 1.88vw, 142.8%);
}

.top-case-list__text {
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .top-case-list__text {
    margin-bottom: 10px;
  }
}

.top-case-list__link:is(:hover, :focus, :active) .top-case-list__text {
  text-decoration: underline;
}

.top-case-btn {
  margin: 50px 0 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .top-case-btn {
    margin-top: 50px;
  }
}

.top-case-btn__link {
  max-width: 214px;
  width: 100%;
  display: inline-block;
  padding: 14px 35px;
  color: #11131C;
  border: #11131C 2px solid;
  border-width: 2px;
  border-style: solid;
  border-color: #11131C;
  /* 114.2%: 16 / 14 * 100, 1.67vw: 16 / 960 * 100 */
  font-size: clamp(114.2%, 1.67vw, 114.2%);
  font-weight: bold;
}

.top-case-btn__link:is(:hover, :focus, :active) {
  background-color: #11131C;
  color: #FFF;
}

/* =============================================
  お知らせ
============================================= */
.top-news-list {
  margin: 0;
}

.top-news-list__item {
  border-top: 1px solid #DFDFDF;
}

.top-news-list__item:last-child {
  border-bottom: 1px solid #DFDFDF;
}

.top-news-list__link {
  display: block;
  padding: 20px 0;
}

.top-news-list__tag {
  position: relative;
  display: inline-flex;
  gap: 0 10px;
  padding: 0 0 0 22px;
  /* 85.7%: 12 / 14 * 100, 1.25vw: 12 / 960 * 100 */
  font-size: clamp(85.7%, 1.25vw, 85.7%);
  color: #FF1628;
  font-weight: bold;
}

.top-news-list__tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/images/top/renew/bg-icon-02.svg);
  transform: translate(0, -50%);
}

.top-news-list__label {
  flex-shrink: 0;
}

.top-news-list__title {
  margin: 6px 0 0;
  /* 128.5%: 18 / 14 * 100, 1.88vw: 18 / 960 * 100, 142.8%: 20 / 14 * 100 */
  font-size: clamp(128.5%, 1.88vw, 142.8%);
  font-weight: bold;
}

.top-news-list__link:is(:hover, :focus, :active) .top-news-list__title {
  text-decoration: underline;
}

.top-news-btn {
  margin: 50px 0 0;
  text-align: center;
}

.top-news-btn__link {
  max-width: 262px;
  width: 100%;
  display: inline-block;
  padding: 14px 35px;
  color: #11131C;
  border: #11131C 2px solid;
  /* 114.2%: 16 / 14 * 100, 1.67vw: 16 / 960 * 100 */
  font-size: clamp(114.2%, 1.67vw, 114.2%);
  font-weight: bold;
}

.top-news-btn__link:is(:hover, :focus, :active) {
  background-color: #11131C;
  color: #FFF;
}

/* =============================================
  メールマガジン
============================================= */
.top-mailmagazine__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .top-mailmagazine__contents {
    flex-direction: column;
    row-gap: 50px;
  }
}

.top-mailmagazine-lead {
  margin: 0;
  color: #fff;
  /* 171.4%: 24 / 14 * 100, 2.5vw: 24 / 960 * 100, 214.2%: 30 / 14 * 100 */
  font-size: clamp(171.4%, 2.5vw, 214.2%);
}

@media only screen and (max-width: 960px) {
  .top-mailmagazine-btn {
    margin-bottom: 0;
  }
}

.top-mailmagazine-btn__link {
  max-width: 262px;
  width: 100%;
  display: inline-block;
  padding: 14px 35px;
  background-color: #FF1628;
  /* 114.2%: 16 / 14 * 100, 1.67vw: 16 / 960 * 100 */
  font-size: clamp(114.2%, 1.67vw, 114.2%);
  font-weight: bold;
  border: 2px solid transparent;
}

.top-mailmagazine-btn__link:is(:hover, :focus, :active) {
  color: #FFF;
  border-width: 2px;
  border-style: solid;
  border-color: #FF1628;
  background-color: transparent;
}

#home .nav-quick-01 {
  margin: 0;
}

/* =====================================
 survey
------------------------------------- */
#content.survey #main.survey-main {
  max-width: 1170px;
  padding: 10px 30px 0 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content.survey #main.survey-main {
    padding: 0 16px 0;
  }
}

#content.survey #main.survey-main #main-inner {
  padding: 70px 0 0;
}
@media only screen and (max-width: 960px) {
  #content.survey #main.survey-main #main-inner {
    padding-top: 48px;
  }
}

#content.survey .survey-mv {
  position: relative;
  background-image: url(/survey/images/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 600px;
}
#content.survey .survey-mv > .inner {
  margin: 0 auto;
  max-width: 1440px;
}
#content.survey .survey-mv > .inner .contents {
  width: fit-content;
  padding: 60px 0 0 12px;
}
#content.survey .survey-mv > .inner .contents > .page-hdg {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#content.survey .survey-mv > .inner .contents > .page-hdg .page-hdg-head {
  line-height: 1.2;
}
#content.survey .survey-mv > .inner .contents > .page-hdg .page-hdg-body {
  margin-top: 8px;
}
#content.survey .survey-mv > .inner .contents > .page-hdg .page-hdg-copy {
  font-size: 36px;
}
#content.survey .survey-mv > .inner .contents > .page-hdg .page-hdg_sub-text {
  display: block;
}
#content.survey .survey-mv > .inner .contents > .mv-text-img {
  display: flex;
  margin: 62px 0 0;
  justify-content: center;
}
#content.survey .survey-mv > .inner .contents > .mv-text-img > li + li {
  margin-left: 12px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-mv {
    min-height: 0;
    background-image: url(/survey/images/mv_tab.jpg);
  }
  #content.survey .survey-mv > .inner .contents {
    width: 100%;
    text-align: center;
    padding: 60px 42px 18px;
  }
  #content.survey .survey-mv > .inner .contents > .page-hdg {
    position: relative;
    top: 34px;
    font-size: 26px;
    text-shadow: 2px 2px 5px white, -2px -2px 5px white, 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
  }
  #content.survey .survey-mv > .inner .contents > .page-hdg .page-hdg-copy {
    font-size: 22px;
    line-height: 1.2;
  }
  #content.survey .survey-mv > .inner .contents > .mv-text-img {
    justify-content: center;
    position: relative;
    top: 40px;
  }
  #content.survey .survey-mv > .inner .contents > .mv-text-img > li > img {
    width: 123px;
  }
  #content.survey .survey-mv > .inner .contents > .mv-text-img > li + li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-mv {
    background-image: url(/survey/images/mv_sp.jpg);
  }
}

#content.survey .survey-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 -2.63222%;
}
#content.survey .survey-btn-list > .survey-btn {
  margin: 30px 0 0 2.63222%;
  width: 30.70175%;
}
#content.survey .survey-btn-list > .survey-btn > a {
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-btn-list > .survey-btn {
    margin: 0;
    width: 100%;
  }
  #content.survey .survey-btn-list > .survey-btn + .survey-btn {
    margin-top: 16px;
  }
}

#content.survey .mv-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 26px 0 0;
}
#content.survey .mv-btn-list .mv-btn + .mv-btn {
  margin-left: 14px;
}
@media only screen and (max-width: 960px) {
  #content.survey .mv-btn-list {
    flex-direction: column;
    margin-top: 45px;
  }
  #content.survey .mv-btn-list > .mv-btn + .mv-btn {
    margin-left: 0;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 960px) {
  #content.survey .survey-list-07 + .survey-btn {
    margin-top: 48px;
  }
}
#content.survey .mv-btn {
  text-align: center;
}
#content.survey .mv-btn > a {
  position: relative;
  min-width: 269px;
  display: inline-block;
  padding: 14px 30px;
  background-color: #ff1628;
  border: 1px solid #ff1628;
  color: #fff;
  border-radius: 27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#content.survey .mv-btn > a:visited {
  color: #fff;
}
#content.survey .mv-btn > a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
#content.survey .mv-btn > a:link {
  color: #fff;
}
#content.survey .mv-btn > a:hover, #content.survey .mv-btn > a:focus, #content.survey .mv-btn > a:active {
  color: #ff1628;
  background: #fff;
  text-decoration: none;
}
#content.survey .mv-btn > a:hover::after, #content.survey .mv-btn > a:focus::after, #content.survey .mv-btn > a:active::after {
  border-color: #ff1628 #ff1628 transparent transparent;
}
#content.survey .mv-btn._secondary > a {
  border: 1px solid #f0ab00;
  background-color: #f0ab00;
}
#content.survey .mv-btn._secondary > a:hover, #content.survey .mv-btn._secondary > a:focus, #content.survey .mv-btn._secondary > a:active {
  background: #fff;
  color: #f0ab00;
}
#content.survey .mv-btn._secondary > a:hover::after, #content.survey .mv-btn._secondary > a:focus::after, #content.survey .mv-btn._secondary > a:active::after {
  border-color: #f0ab00 #f0ab00 transparent transparent;
}

#content.survey .survey-btn {
  margin: 48px 0 0;
  text-align: center;
}
#content.survey .survey-btn > a {
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  border-radius: 29px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
#content.survey .survey-btn > a:visited {
  color: #ff1628;
}
#content.survey .survey-btn > a:link {
  color: #ff1628;
}
#content.survey .survey-btn > a:hover, #content.survey .survey-btn > a:active, #content.survey .survey-btn > a:focus {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}
#content.survey .survey-btn > a:hover::after, #content.survey .survey-btn > a:active::after, #content.survey .survey-btn > a:focus::after {
  border-color: #fff #fff transparent transparent;
}
#content.survey .survey-btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-btn {
    margin-top: 12px;
    width: 100%;
  }
  #content.survey .survey-btn > a {
    width: 100%;
    min-width: 0;
  }
}

#content.survey .survey-hdg {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#content.survey .survey-hdg::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 5px;
  background-color: #ff1628;
}
#content.survey .survey-hdg + .survey-text {
  margin: 60px 0 0;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-hdg + .survey-text {
    padding: 0 15px 0;
    margin: 38px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-hdg {
    font-size: 28px;
  }
  #content.survey .survey-hdg::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -3px;
  }
}

#content.survey .survey-hdg-02 {
  margin: 80px 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-hdg-02 {
    margin-top: 60px;
    font-size: 24px;
  }
}

#content.survey .survey-hdg-03 {
  margin: 72px 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-hdg-03 {
    margin-top: 60px;
    font-size: 24px;
  }
}

#content.survey .survey-hdg-05 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-hdg-05 {
    margin-top: 60px;
    font-size: 24px;
  }
}

#content.survey .survey-lyt-list {
  display: flex;
  margin: 140px 0 0;
}
#content.survey .survey-lyt-list > li {
  display: flex;
  width: 31.35135%;
}
#content.survey .survey-lyt-list > li > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  padding: 74px 44px 28px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
#content.survey .survey-lyt-list > li > .contents > .text > p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45454;
}
#content.survey .survey-lyt-list > li > .contents > .img {
  position: absolute;
  top: -62px;
  right: 0;
  left: 0;
  margin: auto;
}
#content.survey .survey-lyt-list > li > .contents > .img > img {
  background-color: #fff;
}
#content.survey .survey-lyt-list > li > .contents:last-child * {
  margin-bottom: 0;
}
#content.survey .survey-lyt-list > li + li {
  margin: 0 0 0 2.97433%;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-lyt-list {
    margin-top: 124px;
    flex-wrap: wrap;
  }
  #content.survey .survey-lyt-list > li {
    width: 100%;
  }
  #content.survey .survey-lyt-list > li + li {
    margin-left: 0;
    margin-top: 93px;
  }
  #content.survey .survey-lyt-list > li .contents {
    width: 100%;
    min-height: 203px;
  }
}

#content.survey .survey-lyt-list-02 {
  margin: 126px 0 0;
}
#content.survey .survey-lyt-list-02 .item > .contents {
  display: flex;
  position: relative;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text {
  max-width: 856px;
  min-height: 374px;
  padding: 40px 116px 48px 48px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg {
  display: flex;
  align-items: center;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg > .num {
  flex-shrink: 0;
  font-size: 65px;
  font-weight: bold;
  color: #ff1628;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg > .text {
  padding: 0 0 0 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4545;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > p {
  margin-bottom: 0;
  font-size: 16px;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > p > em {
  font-size: 22px;
  font-weight: bold;
  color: #ff1628;
}
#content.survey .survey-lyt-list-02 .item > .contents > .text > p + p {
  margin-top: 28px;
}
#content.survey .survey-lyt-list-02 .item > .contents > .img {
  flex-shrink: 0;
  margin: -50px 0 0 -70px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}
#content.survey .survey-lyt-list-02 .item > .contents > .img > img {
  border-radius: 10px;
}
#content.survey .survey-lyt-list-02 .item > .contents._reverse {
  flex-direction: row-reverse;
}
#content.survey .survey-lyt-list-02 .item > .contents._reverse > .text {
  padding: 40px 48px 48px 120px;
}
#content.survey .survey-lyt-list-02 .item > .contents._reverse > .img {
  margin: -62px -70px 0 0;
}
#content.survey .survey-lyt-list-02 .item + .item {
  margin: 124px 0 0;
}
#content.survey .survey-lyt-list-02 .item + .item:last-child {
  margin-top: 112px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-lyt-list-02 {
    margin-top: 46px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents {
    flex-direction: column;
    padding: 26px 14px 22px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    border-radius: 10px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text {
    max-width: 100%;
    min-height: 0;
    padding: 0;
    box-shadow: none;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg {
    flex-direction: column;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg > .num {
    font-size: 48px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > .hdg > .text {
    margin-top: 6px;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77777;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > p > em {
    font-size: 18px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .text > p + p {
    margin-top: 36px;
  }
  #content.survey .survey-lyt-list-02 .item > .contents > .img {
    text-align: center;
    margin: 25px 0 0;
    filter: none;
  }
  #content.survey .survey-lyt-list-02 .item > .contents._reverse {
    flex-direction: column;
  }
  #content.survey .survey-lyt-list-02 .item > .contents._reverse > .text {
    padding: 0;
  }
  #content.survey .survey-lyt-list-02 .item > .contents._reverse > .img {
    margin: 22px 0 0;
  }
  #content.survey .survey-lyt-list-02 .item + .item {
    margin: 30px 0 0;
  }
  #content.survey .survey-lyt-list-02 .item + .item:last-child {
    margin-top: 30px;
  }
}
#content.survey .survey-lyt-list-02 .survey-list-note {
  margin-top: 22px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-lyt-list-02 .survey-list-note {
    margin-top: 18px;
  }
  #content.survey .survey-lyt-list-02 .survey-list-note > li {
    font-size: 16px;
  }
}

#content.survey .survey-list-03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px 0 0;
}
#content.survey .survey-list-03 > .item > .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 66px 50px;
  width: 47.297297297%;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
#content.survey .survey-list-03 > .item > .contents > .label {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  background-color: #ff1628;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  padding: 7px 10px;
  border-radius: 42px;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
  letter-spacing: .1em;
}
#content.survey .survey-list-03 > .item > .contents > .text {
  order: 2;
}
#content.survey .survey-list-03 > .item > .contents > .text > .hdg {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333;
}
#content.survey .survey-list-03 > .item > .contents > .text > p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
#content.survey .survey-list-03 > .item > .contents > .img {
  margin: 0 0 20px 0;
  order: 1;
}
#content.survey .survey-list-03 > .item:first-child {
  display: flex;
  justify-content: center;
  width: 100%;
}
#content.survey .survey-list-03 > .item:last-child {
  margin-left: 60px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-03 {
    flex-direction: column;
  }
  #content.survey .survey-list-03 > .item > .contents {
    width: 100%;
    padding: 0 14px 24px;
  }
  #content.survey .survey-list-03 > .item > .contents > .text {
    order: 2;
  }
  #content.survey .survey-list-03 > .item > .contents > .text > .hdg {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3333;
  }
  #content.survey .survey-list-03 > .item > .contents > .text > p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  #content.survey .survey-list-03 > .item > .contents > .img {
    margin: 40px 0 24px 0;
    order: 1;
  }
  #content.survey .survey-list-03 > .item:first-child {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #content.survey .survey-list-03 > .item + .item {
    margin: 80px 0 0;
  }
}

#content.survey .survey-list-03-wrap {
  display: flex;
  justify-content: space-between;
  margin: 84px 0 0;
}
#content.survey .survey-list-03-wrap > .item {
  width: 47.297297297%;
}
#content.survey .survey-list-03-wrap > .item > .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 66px 50px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
#content.survey .survey-list-03-wrap > .item > .contents > .label {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  background-color: #ff1628;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  padding: 7px 10px;
  border-radius: 42px;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
  letter-spacing: .1em;
}
#content.survey .survey-list-03-wrap > .item > .contents > .text {
  order: 2;
}
#content.survey .survey-list-03-wrap > .item > .contents > .text > .hdg {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333;
}
#content.survey .survey-list-03-wrap > .item > .contents > .text > p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
#content.survey .survey-list-03-wrap > .item > .contents > .img {
  margin: 0 0 20px 0;
  order: 1;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-03-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
  #content.survey .survey-list-03-wrap > .item {
    width: 100%;
  }
  #content.survey .survey-list-03-wrap > .item > .contents {
    padding: 0 14px 22px;
  }
  #content.survey .survey-list-03-wrap > .item > .contents > .text > .hdg {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3333;
  }
  #content.survey .survey-list-03-wrap > .item > .contents > .text > p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  #content.survey .survey-list-03-wrap > .item > .contents > .img {
    margin: 40px 0 24px 0;
  }
  #content.survey .survey-list-03-wrap > .item:first-child > .contents > .text > p {
    margin-top: 30px;
  }
  #content.survey .survey-list-03-wrap > .item:last-child > .contents > .text > .hdg {
    margin-top: 12px;
  }
  #content.survey .survey-list-03-wrap > .item + .item {
    margin-top: 46px;
  }
}

#content.survey .survey-movie {
  text-align: center;
  margin-top: 48px;
}
#content.survey .survey-movie__hdgWrap {
  padding: 0 16px;
}
#content.survey .survey-movie__hdg {
  position: relative;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
}
#content.survey .survey-movie__hdg::before, #content.survey .survey-movie__hdg::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  bottom: 7px;
}
#content.survey .survey-movie__hdg::before {
  left: -65px;
  background-image: url("/survey/images/index-img-23.png");
}
#content.survey .survey-movie__hdg::after {
  right: -65px;
  background-image: url("/survey/images/index-img-24.png");
}
#content.survey .survey-movie__hdgSub {
  font-size: 1.25rem;
  display: block;
}
#content.survey .survey-movie__hdgMain {
  font-size: 1.75rem;
  color: #ff1628;
}
#content.survey .survey-movie__hdgMain br {
  display: none;
}
#content.survey .survey-movie__txt {
  margin-top: 24px;
}
#content.survey .survey-movie__content {
  margin-top: 24px;
}
#content.survey .survey-movie__link {
  transition: opacity .3s;
}
#content.survey .survey-movie__link:hover, #content.survey .survey-movie__link:focus, #content.survey .survey-movie__link:active {
  opacity: .7;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-movie {
    margin-top: 40px;
  }
  #content.survey .survey-movie__hdgWrap {
    padding: 0 20px;
  }
  #content.survey .survey-movie__hdg::before, #content.survey .survey-movie__hdg::after {
    height: 24px;
    width: 18px;
  }
  #content.survey .survey-movie__hdg::before {
    background-image: url("/survey/images/index-img-25.png");
    left: -28px;
  }
  #content.survey .survey-movie__hdg::after {
    background-image: url("/survey/images/index-img-26.png");
    right: -28px;
  }
  #content.survey .survey-movie__hdgSub {
    font-size: 1.125rem;
  }
  #content.survey .survey-movie__hdgMain {
    font-size: 1.25rem;
    margin-top: 4px;
  }
  #content.survey .survey-movie__hdgMain br {
    display: block;
  }
}

#content.survey .survey-list-04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 24px auto;
  position: relative;
  margin: 60px 0 0;
}
#content.survey .survey-list-04::before {
  content: "";
  display: block;
  width: 28.65%;
  height: 316px;
  background-image: url(/survey/images/index-img-21.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 12px;
  margin: auto;
  left: 36%;
}
#content.survey .survey-list-04 > .item {
  max-width: 370px;
  min-height: 240px;
  padding: 18px 28px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
#content.survey .survey-list-04 > .item > :last-child {
  margin-bottom: 0;
}
#content.survey .survey-list-04 > .item.type-01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #ebf2f5;
}
#content.survey .survey-list-04 > .item.type-01 .hdg {
  color: #5e9cae;
}
#content.survey .survey-list-04 > .item.type-02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #eff3e8;
}
#content.survey .survey-list-04 > .item.type-02 .hdg {
  color: #658d1b;
}
#content.survey .survey-list-04 > .item.type-02 .label {
  border-radius: 15px;
  background-color: #658d1b;
}
#content.survey .survey-list-04 > .item.type-03 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #faebec;
}
#content.survey .survey-list-04 > .item.type-03 .hdg {
  color: #ff1628;
}
#content.survey .survey-list-04 > .item.type-04 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #fcf6e8;
}
#content.survey .survey-list-04 > .item.type-04 .hdg {
  color: #f0ab00;
}
#content.survey .survey-list-04 > .item > .hdg {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 44px;
  position: relative;
  line-height: 1.81818;
}
#content.survey .survey-list-04 > .item > .hdg .num {
  display: block;
  width: 30px;
  border: solid 3px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: .2em;
  background-color: #fff;
}
#content.survey .survey-list-04 > .item > .text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
#content.survey .survey-list-04 > .item .label {
  font-weight: bold;
  text-align: center;
  color: #fff;
  max-width: 288px;
  padding: 2px 2px;
  font-size: 16px;
  margin: 16px auto 0;
}
#content.survey .survey-list-04 .survey-link {
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-04 {
    margin-top: 38px;
    display: block;
  }
  #content.survey .survey-list-04::before {
    content: none;
  }
  #content.survey .survey-list-04 > .item {
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    padding: 18px 15px;
  }
  #content.survey .survey-list-04 > .item + .item {
    margin-top: 34px;
  }
  #content.survey .survey-list-04 > .item .hdg {
    font-size: 22px;
    padding-left: 45px;
  }
  #content.survey .survey-list-04 > .item .hdg .num {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    left: 2px;
    top: 3px;
    font-size: 16px;
    border-width: 2px;
  }
}

#content.survey .survey-list-05 {
  display: flex;
  margin-top: 40px;
  gap: 15px;
}
#content.survey .survey-list-05 > .item {
  width: calc((100% - 60px) / 5);
  padding-bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
}
#content.survey .survey-list-05 > .item._entry > .contents > .head {
  background-color: #999;
}
#content.survey .survey-list-05 > .item._entry > .contents > .body::after {
  background-image: url(/survey/images/bg-icon-02.png);
}
#content.survey .survey-list-05 > .item._basic > .contents > .head {
  background-color: #5e9cae;
}
#content.survey .survey-list-05 > .item._basic > .contents > .body {
  background-color: #ebf2f5;
}
#content.survey .survey-list-05 > .item._basic > .contents > .body::after {
  background-image: url(/survey/images/bg-icon-03.png);
}
#content.survey .survey-list-05 > .item._standard > .contents > .head {
  background-color: #658d1b;
}
#content.survey .survey-list-05 > .item._standard > .contents > .body {
  background-color: #eff3e8;
}
#content.survey .survey-list-05 > .item._standard > .contents > .body::after {
  background-image: url(/survey/images/bg-icon-04.png);
}
#content.survey .survey-list-05 > .item._advance > .contents > .head {
  background-color: #612141;
}
#content.survey .survey-list-05 > .item._advance > .contents > .body {
  background-color: #f5ebf0;
}
#content.survey .survey-list-05 > .item._advance > .contents > .body::after {
  background-image: url(/survey/images/bg-icon-05.png);
}
#content.survey .survey-list-05 > .item._premiere > .contents > .head {
  background-color: #ff1628;
}
#content.survey .survey-list-05 > .item._premiere > .contents > .body {
  background-color: #faebec;
}
#content.survey .survey-list-05 > .item._premiere > .contents > .body::after {
  background-image: url(/survey/images/bg-icon-06.png);
}
#content.survey .survey-list-05 > .item > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
}
#content.survey .survey-list-05 > .item > .contents > .head {
  display: flex;
  flex-direction: column;
  padding: 26px 10px 0;
  min-height: 177px;
  height: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 0 0 10px 10px;
}
#content.survey .survey-list-05 > .item > .contents > .head > .lead {
  padding: 0 10px 12px;
  border-bottom: solid 1px #fff;
  margin-bottom: 0;
}
#content.survey .survey-list-05 > .item > .contents > .head > .lead > b {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
#content.survey .survey-list-05 > .item > .contents > .head .price {
  display: inline-block;
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
#content.survey .survey-list-05 > .item > .contents > .head .price > .unit {
  font-size: 16px;
}
#content.survey .survey-list-05 > .item > .contents > .head .price + .price {
  margin: 4px 0 0;
  font-size: 16px;
}
#content.survey .survey-list-05 > .item > .contents > .body {
  position: relative;
  padding: 12px 8px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 10px 10px 0 0;
  min-height: 128px;
  background-color: #fff;
}
#content.survey .survey-list-05 > .item > .contents > .body > .text {
  font-size: 1rem;
  text-align: center;
  position: relative;
}
#content.survey .survey-list-05 > .item > .contents > .body > .text > span {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
}
#content.survey .survey-list-05 > .item > .contents > .body::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 17px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-05 {
    display: block;
    margin-left: 0;
    margin-top: 35px;
  }
  #content.survey .survey-list-05 > .item {
    width: auto;
    margin-left: 0;
  }
  #content.survey .survey-list-05 > .item._entry > .contents > .head {
    min-height: 163px;
  }
  #content.survey .survey-list-05 > .item._basic > .contents > .head {
    min-height: 178px;
  }
  #content.survey .survey-list-05 > .item._standard > .contents > .head {
    min-height: 178px;
  }
  #content.survey .survey-list-05 > .item._advance > .contents > .head {
    min-height: 178px;
  }
  #content.survey .survey-list-05 > .item._premiere > .contents > .head {
    min-height: 178px;
  }
  #content.survey .survey-list-05 > .item > .contents > .head {
    padding: 34px 16px 0;
    min-height: 164px;
  }
  #content.survey .survey-list-05 > .item > .contents > .head > .lead {
    padding-bottom: 10px;
  }
  #content.survey .survey-list-05 > .item > .contents > .head > .price {
    margin-top: 20px;
  }
  #content.survey .survey-list-05 > .item > .contents > .body {
    padding: 24px 8px 20px;
    min-height: 0;
    line-height: 1.5;
  }
  #content.survey .survey-list-05 > .item + .item {
    margin-top: 32px;
  }
  #content.survey .survey-list-05 + .survey-list-note-02 {
    margin-top: 32px;
  }
}

#content.survey .survey-list-06 {
  display: flex;
  flex-wrap: wrap;
  margin: 44px 0 0 0;
}
#content.survey .survey-list-06 > .item {
  display: flex;
  width: 31.531531531%;
  margin: 0 0 0 0;
}
#content.survey .survey-list-06 > .item > .contents {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 32px 16px;
}
#content.survey .survey-list-06 > .item > .contents > .title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#content.survey .survey-list-06 > .item > .contents > .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
#content.survey .survey-list-06 > .item > .contents > .text > em {
  font-weight: normal;
  color: #ff1628;
}
#content.survey .survey-list-06 > .item > .contents::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  background-image: url(/survey/images/bg-icon-07.png);
  width: 36px;
  height: 28px;
}
#content.survey .survey-list-06 > .item:nth-child(n+4) {
  margin-top: 36px;
}
#content.survey .survey-list-06 > .item:not(:nth-child(3n)) {
  margin-right: 2.7%;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-06 {
    margin-top: 24px;
  }
  #content.survey .survey-list-06 > .item {
    width: 100%;
  }
  #content.survey .survey-list-06 > .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #content.survey .survey-list-06 > .item:not(:nth-child(3n)) {
    margin-top: 0;
  }
  #content.survey .survey-list-06 > .item + .item {
    margin-top: 42px;
  }
  #content.survey .survey-list-06 > .item > .contents {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
  }
}

#content.survey .survey-list-07 {
  display: flex;
  flex-wrap: wrap;
  margin: 78px 0 0;
}
#content.survey .survey-list-07 > .item {
  display: flex;
  flex-direction: column-reverse;
  width: 31.35135%;
}
#content.survey .survey-list-07 > .item > a {
  display: flex;
  height: 100%;
  text-decoration: none;
}
#content.survey .survey-list-07 > .item > a > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
#content.survey .survey-list-07 > .item > a > .contents > .head {
  padding: 22px 24px 26px;
  background-color: #efefef;
  height: 100%;
}
#content.survey .survey-list-07 > .item > a > .contents > .head > .label {
  display: inline-block;
  margin-bottom: 0;
  min-width: 88px;
  padding: 0 2px;
  background-color: #ff6700;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#content.survey .survey-list-07 > .item > a > .contents > .head > .hdg {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.3125;
}
#content.survey .survey-list-07 > .item > a > .contents > .head > .text {
  color: #333;
  line-height: 1.5;
  margin: 4px 0 0;
}
#content.survey .survey-list-07 > .item > a > .contents > .body > .img {
  overflow: hidden;
}
#content.survey .survey-list-07 > .item > a > .contents > .body > .img > img {
  transition: transform 400ms;
}
#content.survey .survey-list-07 > .item > a:hover, #content.survey .survey-list-07 > .item > a:focus, #content.survey .survey-list-07 > .item > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
#content.survey .survey-list-07 > .item > a:hover > .contents > .body > .img > img, #content.survey .survey-list-07 > .item > a:focus > .contents > .body > .img > img, #content.survey .survey-list-07 > .item > a:active > .contents > .body > .img > img {
  transform: scale(1.1);
}
#content.survey .survey-list-07 > .item:not(:nth-child(3n)) {
  margin-right: 2.94444%;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-list-07 {
    margin-top: 44px;
  }
  #content.survey .survey-list-07 > .item {
    width: 100%;
  }
  #content.survey .survey-list-07 > .item > a .contents {
    display: flex;
    flex-direction: row-reverse;
  }
  #content.survey .survey-list-07 > .item > a .contents > .head {
    padding: 0 0 0 16px;
    background-color: transparent;
  }
  #content.survey .survey-list-07 > .item > a .contents > .head > .hdg {
    margin-top: 6px;
  }
  #content.survey .survey-list-07 > .item > a .contents > .head > .text {
    line-height: 1.5;
  }
  #content.survey .survey-list-07 > .item > a .contents > .body > .img {
    width: 100px;
  }
  #content.survey .survey-list-07 > .item > a:hover, #content.survey .survey-list-07 > .item > a:focus, #content.survey .survey-list-07 > .item > a:active {
    box-shadow: none;
  }
  #content.survey .survey-list-07 > .item + .item {
    padding: 24px 0 0;
    border-top: 1px solid #ccc;
    margin-top: 30px;
  }
  #content.survey .survey-list-07 > .item .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

#content.survey .survey-bubble {
  position: relative;
  margin-top: 64px;
  text-align: center;
  z-index: 1;
}
#content.survey .survey-bubble img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-bubble {
    margin-top: 32px;
  }
}

#content.survey .survey-table {
  margin: 44px 0 0;
  width: 100%;
  padding: 0 0 10px;
}
#content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(1) {
  min-width: 225px;
}
#content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(2) {
  min-width: 370px;
}
#content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(3) {
  min-width: 246px;
}
#content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(4) {
  min-width: 245px;
}
#content.survey .survey-table > .rowgroup div[role=row] {
  display: flex;
  justify-content: start;
}
#content.survey .survey-table > .rowgroup div[role=row] > div[role=rowheader] {
  padding: 28px 24px;
}
#content.survey .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader {
  padding-top: 25px;
  padding-bottom: 20px;
}
#content.survey .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader-02 {
  padding-bottom: 44px;
}
#content.survey .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader-03 {
  padding-bottom: 24px;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell {
  margin: 0 8px 8px 0;
  padding: 16px;
  width: 25%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #f7f7f7;
  line-height: 1.5;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell:last-child {
  margin-right: 0;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell > span {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-table > .rowgroup div[role=row] > .cell > span {
    margin-top: 4px;
  }
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell {
  display: flex;
  position: relative;
  padding: 0 16px 0;
  background-color: #f0ab00;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell {
    padding: 0 10px 0;
  }
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 20px;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 18px;
  }
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner > p {
  margin-bottom: 8px;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner > span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner._unique-cell-inner {
    padding-bottom: 20px;
  }
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #f0ab00;
  width: 100%;
  height: 8px;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell._unique-cell-last::after {
  bottom: -16px;
  height: 16px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell._unique-cell-last::after {
    bottom: -10px;
  }
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell._unique-cell-03 {
  padding-bottom: 10px;
}
#content.survey .survey-table > .rowgroup div[role=row] > .cell > p {
  margin: 0 0 8px;
}
#content.survey .survey-table > .rowgroup._unique div[role=row] > div[role=rowheader] {
  padding-top: 20px;
}
#content.survey .survey-table > .rowgroup._unique div[role=row] > .cell {
  justify-content: center;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell:first-child {
  padding: 12px 24px;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell {
  background-color: #f0ab00;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell::after {
  content: none;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell .cell-inner {
  padding: 12px;
  background-color: #f0ab00;
  border-radius: 10px;
}
#content.survey .survey-table > .rowgroup._rowgroup-th > div[role=row] [role=columnheader]:not(._unique-cell) {
  padding: 12px;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(1) {
    min-width: 132px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(2) {
    min-width: 231px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(3) {
    min-width: 182px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(4) {
    min-width: 182px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > div[role=columnheader] {
    font-size: 24px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > .cell {
    font-size: 20px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > div[role=rowheader] {
    padding: 36px 24px;
  }
  #content.survey .survey-table > div[role=rowgroup] div[role=row] > div[role=rowheader] {
    padding-right: 16px;
    padding-left: 16px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(2) div[role=row] > div[role=rowheader] {
    padding-top: 60px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(3) div[role=row] > div[role=rowheader] {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(4) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(5) div[role=row] > div[role=rowheader] {
    padding-top: 14px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(6) div[role=row] > div[role=rowheader] {
    padding-top: 26px;
  }
  #content.survey .survey-table > div[role=rowgroup]:nth-child(7) div[role=row] > div[role=rowheader] {
    padding-top: 66px;
  }
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-table {
    margin-top: 10px;
  }
}

#content.survey .survey-scrollable-text {
  margin: 12px 0 0;
  font-size: 16px;
  text-align: center;
}
#content.survey .survey-scrollable-text > span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
#content.survey .survey-scrollable-text > span::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 22px;
  height: 23px;
  background-image: url(/survey/images/bg-icon-08.svg);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 961px) {
  #content.survey .survey-scrollable-text {
    display: none;
  }
}

#content.survey .survey-list-note {
  margin: 12px 0 0;
}
#content.survey .survey-list-note > li {
  display: flex;
  font-size: 16px;
}
#content.survey .survey-list-note > li > .mark {
  flex-shrink: 0;
}
#content.survey .survey-list-note > li > .text {
  padding: 0 0 0 4px;
}
#content.survey .survey-list-note > li + li {
  margin: 10px 0 0;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-list-note {
    margin-top: 30px;
  }
  #content.survey .survey-list-note > li {
    font-size: 14px;
    line-height: 1.3571428571;
  }
}

#content.survey .survey-list-note-02 {
  margin-top: 14px;
  margin-bottom: 0;
}
#content.survey .survey-list-note-02 > li {
  display: flex;
  font-size: 14px;
  line-height: 1.35714;
  color: #666;
}
#content.survey .survey-list-note-02 > li > .mark {
  flex-shrink: 0;
}
#content.survey .survey-list-note-02 > li > .text {
  padding: 0 0 0 4px;
}
#content.survey .survey-list-note-02 > li + li {
  margin: 14px 0 0;
}
#content.survey .survey-list-note-02--right > li {
  justify-content: end;
}

#content.survey .survey-box {
  background-color: #fff;
  margin: 80px 0 0;
  width: 100%;
  border: 3px solid #ff1628;
  border-radius: 10px;
}
#content.survey .survey-box > .inner {
  text-align: center;
  padding: 42px 10px 44px;
}
#content.survey .survey-box > .inner > .hdg {
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
}
#content.survey .survey-box > .inner > .text {
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
#content.survey .survey-box > .inner > .survey-btn {
  margin: 36px 0 0;
}
#content.survey .survey-box > .inner > .survey-btn > a {
  background-color: #ff1628;
  color: #fff;
}
#content.survey .survey-box > .inner > .survey-btn > a::after {
  border-color: #fff;
}
#content.survey .survey-box > .inner > .survey-btn > a:hover, #content.survey .survey-box > .inner > .survey-btn > a:focus, #content.survey .survey-box > .inner > .survey-btn > a:active {
  background-color: #fff;
  color: #ff1628;
}
#content.survey .survey-box > .inner > .survey-btn > a:hover::after, #content.survey .survey-box > .inner > .survey-btn > a:focus::after, #content.survey .survey-box > .inner > .survey-btn > a:active::after {
  border-color: #ff1628;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-box {
    margin-top: 36px;
  }
  #content.survey .survey-box > .inner {
    padding: 24px 12px;
  }
  #content.survey .survey-box > .inner > .hdg {
    font-size: 24px;
  }
  #content.survey .survey-box > .inner > .survey-btn {
    margin: 22px 0 0;
  }
}

#content.survey .survey-section {
  margin: 80px 0 0;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-section {
    margin-top: 62px;
  }
}

#content.survey .survey-section:first-child {
  margin-top: 0;
}

#content.survey .survey-section-02 {
  position: relative;
  padding: 62px 0 80px;
  background-color: #f7f7f7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#content.survey .survey-section-02 > .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 14px 30px 0 30px;
}
#content.survey .survey-section-02::before {
  content: "";
  display: block;
  height: 110px;
  width: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-section-02 {
    margin-top: 44px;
    padding: 0 16px 46px;
  }
  #content.survey .survey-section-02 > .inner {
    padding: 0;
  }
  #content.survey .survey-section-02::before {
    top: -105px;
  }
}

#content.survey .survey-section-03 {
  margin: 94px 0 0;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-section-03 {
    margin-top: 86px;
  }
}

#content.survey .survey-section-04 {
  margin: 80px 0 0;
}
#content.survey .survey-section-04 .bg-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
  background-color: #f7f7f7;
}
#content.survey .survey-section-04 .contents-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-section-04 {
    margin-top: 90px;
  }
}

#content.survey .survey-lead {
  margin: 80px 0 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .05em;
}
#content.survey .survey-lead > span {
  text-decoration: underline;
  text-underline-offset: -.08em;
  text-decoration-color: #F0AB00;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-lead {
    margin-top: 66px;
    font-size: 24px;
    letter-spacing: 0;
  }
  #content.survey .survey-lead > span {
    text-decoration-thickness: 5px;
  }
}

#content.survey .survey-faq {
  margin: 80px 0 0;
}
#content.survey .survey-faq > .faq {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
}
#content.survey .survey-faq > .faq > .question {
  display: flex;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 24px 96px 24px 24px;
  align-items: center;
}
#content.survey .survey-faq > .faq > .question > .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
}
#content.survey .survey-faq > .faq > .question > .text {
  padding: 0 0 0 12px;
}
#content.survey .survey-faq > .faq > .question[tabindex] {
  cursor: pointer;
}
#content.survey .survey-faq > .faq > .question[aria-expanded]::before, #content.survey .survey-faq > .faq > .question[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 32px;
  display: block;
  width: 20px;
  height: 5px;
  margin-top: -1.5px;
  background-color: #ff1628;
  transform: rotate(270deg);
  transition: transform 200ms;
}
#content.survey .survey-faq > .faq > .question[aria-expanded]::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-faq > .faq > .question[aria-expanded]::before, #content.survey .survey-faq > .faq > .question[aria-expanded]::after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
  }
}
#content.survey .survey-faq > .faq > .question[aria-expanded=true]::before, #content.survey .survey-faq > .faq > .question[aria-expanded=true]::after {
  transform: rotate(0deg);
}
#content.survey .survey-faq > .faq > .answer {
  display: flex;
  margin: 4px 0 0 0;
}
#content.survey .survey-faq > .faq > .answer > .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 5px 0 0;
  width: 38px;
  height: 38px;
  color: #ff1628;
  background-color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
#content.survey .survey-faq > .faq > .answer .contents {
  padding: 0 0 0 12px;
}
#content.survey .survey-faq > .faq > .answer .contents > .text {
  margin-bottom: 0;
  font-size: 16px;
}
.js-enabled #content.survey .survey-faq > .faq > .answer[aria-expanded=false] {
  display: none;
}
#content.survey .survey-faq > .faq + .faq {
  margin: 24px 0 0;
}
#content.survey .survey-faq > .faq .content {
  padding: 0 96px 24px 24px;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-faq {
    margin-top: 44px;
  }
  #content.survey .survey-faq + .survey-btn {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 960px) {
  #content.survey .survey-faq > .faq > .question {
    position: relative;
    align-items: flex-start;
    padding: 32px 41px 23px 16px;
    min-height: 104px;
    line-height: 1.5;
  }
  #content.survey .survey-faq > .faq > .question > .mark {
    margin-top: -5px;
  }
  #content.survey .survey-faq > .faq > .question > .text {
    padding-left: 9px;
  }
  #content.survey .survey-faq > .faq > .answer {
    margin: 0;
    padding: 0 16px 12px 16px;
  }
  #content.survey .survey-faq > .faq > .answer > .mark {
    margin-top: -3px;
  }
  #content.survey .survey-faq > .faq > .answer > .contents {
    padding-left: 9px;
  }
}
#content.survey .survey-text {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content.survey .survey-text {
    line-height: 1.8;
  }
}

#content.survey .survey-link {
  position: relative;
  display: block;
  padding-left: 16px;
}
#content.survey .survey-link::before, #content.survey .survey-link::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  transform: rotate(45deg);
}
#content.survey .survey-link::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
#content.survey .survey-link + .survey-link {
  margin-top: 6px;
}

#content.survey .survey-media {
  margin: 40px 0 0;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-media {
    margin-top: 20px;
  }
}

#content.survey .survey-media-02 {
  margin: 57px 0 0;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  #content.survey .survey-media-02 {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 736px) {
  #content.survey .js-scrollable > .survey-table {
    width: 727px;
  }
}
@media only screen and (min-width: 961px) {
  #content.survey .sp {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  #content.survey .pc {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  #content.survey .box-cv-04.box-cv-04 {
    margin-left: 0;
    margin-right: 0;
  }

  #content.survey .nav-quick-01.nav-quick-01 {
    margin-left: 0;
    margin-right: 0;
  }
}
#content.survey .data-list-01 {
  display: grid;
  margin: 30px 0 80px;
}

@media only screen and (min-width: 961px) {
  #content.survey .data-list-01[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7027027027%;
  }
}
@media only screen and (max-width: 960px) {
  #content.survey .data-list-01_item + .data-list-01_item {
    margin-top: 24px;
  }
}

#content.survey .data-list-01_contents {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 24px;
}

#content.survey .data-list-01_hdg {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454546;
}

#content.survey .data-list-01_text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 4px 0 0;
}

#content.survey .data-list-01_strong {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 32px;
  font-size: 2rem;
}

#content.survey .data-list-01_note {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0 0;
}

#content.survey .text-italic {
  font-style: italic;
}

#content.survey #main.survey-main .embedded-form-layout {
  margin-top: 80px;
}

#content.survey #main.survey-main .embedded-form-layout .quote {
  background-color: #f7f7f7;
  padding: 8px;
}

/* =====================================
 ranking_service
------------------------------------- */
#content #main.ranking_service-main {
  max-width: 1170px;
  padding: 10px 30px 0 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main.ranking_service-main {
    padding: 0 16px 0;
  }
}

#content #main.ranking_service-main #main-inner {
  padding: 70px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main.ranking_service-main #main-inner {
    padding-top: 48px;
  }
}

.page-breadcrumbs > ul {
  display: flex;
  margin-bottom: 0;
}

.page-breadcrumbs > ul > li {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .page-breadcrumbs > ul > li {
    font-size: 10px;
  }
}

.page-breadcrumbs > ul > li > a {
  color: #333;
}

.page-breadcrumbs > ul > li + li {
  position: relative;
  padding-left: 24px;
}

.page-breadcrumbs > ul > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  display: block;
  width: 8px;
  height: 10px;
  background-image: url(/ranking_service/images/bg-icon-11.png);
  background-repeat: no-repeat;
}

.page-breadcrumbs > ul > li + li::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}

.ranking_service-mv {
  position: relative;
  background-image: url(/ranking_service/images/mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 500px;
  padding: 0 12px 0;
}
.ranking_service-mv > .inner {
  margin: 0 auto;
  max-width: 1440px;
}
.ranking_service-mv > .inner .contents {
  width: fit-content;
  padding: 12px 0 0 0;
}
.ranking_service-mv > .inner .contents > .page-hdg {
  display: flex;
  flex-direction: column;
  margin: 54px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 5px white, -2px -2px 5px white, 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
}
@media only screen and (max-width: 960px) {
  .ranking_service-mv > .inner .contents > .page-hdg {
    margin-top: 0;
  }
}
.ranking_service-mv > .inner .contents > .page-hdg .page-hdg-head {
  line-height: 1.2;
}
.ranking_service-mv > .inner .contents > .page-hdg .page-hdg-body {
  margin-top: 8px;
}
.ranking_service-mv > .inner .contents > .page-hdg .page-hdg_sub-text {
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.ranking_service-mv > .inner .contents > .page-hdg .page-hdg-copy {
  font-size: 36px;
}
.ranking_service-mv > .inner .contents .mv-contents > .mv-text-img {
  display: flex;
  justify-content: center;
  margin: 102px 0 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-mv > .inner .contents .mv-contents > .mv-text-img {
    margin-top: 220px;
  }
}
.ranking_service-mv > .inner .contents .mv-contents > .mv-text-img > li + li {
  margin-left: 12px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-mv > .inner .contents .mv-contents {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .ranking_service-mv {
    min-height: 0;
    background-image: url(/ranking_service/images/mv_tab.jpg);
  }
  .ranking_service-mv > .inner .contents {
    width: 100%;
    text-align: center;
    padding: 6px 16px 20px;
    min-height: 416px;
  }
  .ranking_service-mv > .inner .contents > .page-hdg {
    position: relative;
    top: 34px;
    font-size: 26px;
    text-shadow: 2px 2px 5px white, -2px -2px 5px white, 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
  }
  .ranking_service-mv > .inner .contents > .page-hdg .page-hdg-copy {
    font-size: 22px;
  }
  .ranking_service-mv > .inner .contents > .page-hdg .page-hdg_sub-text {
    font-size: 18px;
  }
  .ranking_service-mv > .inner .contents .mv-text-img > li + li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 736px) {
  .ranking_service-mv {
    padding: 0;
    background-image: url(/ranking_service/images/mv_sp.jpg);
  }
}

#content.ranking-service .mv-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 26px 0 0;
}
@media only screen and (max-width: 736px) {
  #content.ranking-service .mv-btn-list {
    margin-top: 15px;
  }
}

.ranking_service-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 -2.63222%;
}
.ranking_service-btn-list > .ranking_service-btn {
  margin: 30px 0 0 2.63222%;
  width: 30.70175%;
}
.ranking_service-btn-list > .ranking_service-btn > a {
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .ranking_service-btn-list > .ranking_service-btn {
    margin: 0;
    width: 100%;
  }
  .ranking_service-btn-list > .ranking_service-btn + .ranking_service-btn {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .ranking_service-list-07 + .ranking_service-btn {
    margin-top: 48px;
  }
}
.ranking_service-mv .mv-btn {
  text-align: center;
}
.ranking_service-mv .mv-btn > a {
  position: relative;
  min-width: 269px;
  display: inline-block;
  padding: 14px 30px;
  background-color: #ff1628;
  border: 1px solid #ff1628;
  color: #fff;
  border-radius: 27px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.ranking_service-mv .mv-btn > a:visited {
  color: #fff;
}
.ranking_service-mv .mv-btn > a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.ranking_service-mv .mv-btn > a:link {
  color: #fff;
}
.ranking_service-mv .mv-btn > a:hover, .ranking_service-mv .mv-btn > a:focus, .ranking_service-mv .mv-btn > a:active {
  color: #ff1628;
  background: #fff;
  text-decoration: none;
}
.ranking_service-mv .mv-btn > a:hover::after, .ranking_service-mv .mv-btn > a:focus::after, .ranking_service-mv .mv-btn > a:active::after {
  border-color: #ff1628 #ff1628 transparent transparent;
}
.ranking_service-mv .mv-btn._secondary > a {
  border: 1px solid #f0ab00;
  background-color: #f0ab00;
}
.ranking_service-mv .mv-btn._secondary > a:hover, .ranking_service-mv .mv-btn._secondary > a:focus, .ranking_service-mv .mv-btn._secondary > a:active {
  background: #fff;
  color: #f0ab00;
}
.ranking_service-mv .mv-btn._secondary > a:hover::after, .ranking_service-mv .mv-btn._secondary > a:focus::after, .ranking_service-mv .mv-btn._secondary > a:active::after {
  border-color: #f0ab00 #f0ab00 transparent transparent;
}

.ranking_service-btn {
  margin: 48px 0 0;
  text-align: center;
}
.ranking_service-btn > a {
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  border-radius: 29px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.ranking_service-btn > a:visited {
  color: #ff1628;
}
.ranking_service-btn > a:link {
  color: #ff1628;
}
.ranking_service-btn > a:hover, .ranking_service-btn > a:active, .ranking_service-btn > a:focus {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}
.ranking_service-btn > a:hover::after, .ranking_service-btn > a:active::after, .ranking_service-btn > a:focus::after {
  border-color: #fff #fff transparent transparent;
}
.ranking_service-btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .ranking_service-btn {
    margin-top: 12px;
    width: 100%;
  }
  .ranking_service-btn > a {
    width: 100%;
    min-width: 0;
  }
}

.ranking_service-btn.ranking_service-btn-02 {
  margin-top: 32px;
}

.ranking_service-hdg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.ranking_service-hdg::after {
  content: "";
  display: inline-block;
  margin: 10px auto 0;
  width: 100px;
  height: 5px;
  background-color: #ff1628;
}
.ranking_service-hdg + .ranking_service-text {
  margin: 60px 0 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg + .ranking_service-text {
    padding: 0 16px 0;
    margin: 28px 0 0;
    text-align: left;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg {
    font-size: 28px;
    line-height: 1.71428;
  }
  .ranking_service-hdg::after {
    margin-top: 3px;
  }
}

.ranking_service-hdg-02 {
  margin: 60px 0 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.ranking_service-hdg-02 + .ranking_service-text {
  margin: 34px 0 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg-02 + .ranking_service-text {
    padding: 0 16px 0;
    margin: 28px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg-02 {
    margin-top: 60px;
    font-size: 24px;
  }
}

.ranking_service-hdg-02.ranking_service-hdg-02-02 {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg-02.ranking_service-hdg-02-02 {
    margin-top: 64px;
  }
}

.ranking_service-hdg-03 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking_service-hdg-03 {
    font-size: 24px;
  }
}

.ranking_service-lyt-list {
  display: flex;
  margin: 130px 0 0;
}
.ranking_service-lyt-list > li {
  display: flex;
  width: 31.35135%;
}
.ranking_service-lyt-list > li > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  padding: 74px 44px 28px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
.ranking_service-lyt-list > li > .contents > .text > p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45454;
}
.ranking_service-lyt-list > li > .contents > .img {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  margin: auto;
}
.ranking_service-lyt-list > li > .contents > .img > img {
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .ranking_service-lyt-list > li > .contents > .img {
    top: -62px;
  }
}
.ranking_service-lyt-list > li > .contents:last-child * {
  margin-bottom: 0;
}
.ranking_service-lyt-list > li + li {
  margin: 0 0 0 2.97433%;
}
@media only screen and (max-width: 960px) {
  .ranking_service-lyt-list {
    margin-top: 104px;
    flex-wrap: wrap;
  }
  .ranking_service-lyt-list > li {
    width: 100%;
  }
  .ranking_service-lyt-list > li + li {
    margin-left: 0;
    margin-top: 93px;
  }
  .ranking_service-lyt-list > li .contents {
    width: 100%;
    min-height: 203px;
  }
}

.ranking_service-lyt-list-02 {
  margin: 130px 0 0;
}
.ranking_service-lyt-list-02 .item > .contents {
  display: flex;
  position: relative;
}
.ranking_service-lyt-list-02 .item > .contents > .text {
  max-width: 856px;
  padding: 40px 116px 48px 48px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
}
.ranking_service-lyt-list-02 .item > .contents > .text > .hdg {
  display: flex;
  align-items: center;
}
.ranking_service-lyt-list-02 .item > .contents > .text > .hdg > .num {
  flex-shrink: 0;
  font-size: 65px;
  font-weight: bold;
  color: #ff1628;
}
.ranking_service-lyt-list-02 .item > .contents > .text > .hdg > .text {
  padding: 0 0 0 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4545;
}
.ranking_service-lyt-list-02 .item > .contents > .text > p {
  margin-bottom: 0;
  font-size: 16px;
}
.ranking_service-lyt-list-02 .item > .contents > .text > p > em {
  font-size: 22px;
  font-weight: bold;
  color: #ff1628;
}
.ranking_service-lyt-list-02 .item > .contents > .img {
  flex-shrink: 0;
  margin: -64px 0 0 -70px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}
.ranking_service-lyt-list-02 .item > .contents > .img > img {
  border-radius: 10px;
}
.ranking_service-lyt-list-02 .item > .contents._reverse {
  flex-direction: row-reverse;
}
.ranking_service-lyt-list-02 .item > .contents._reverse > .text {
  padding: 40px 48px 48px 120px;
}
.ranking_service-lyt-list-02 .item > .contents._reverse > .img {
  margin: -62px -70px 0 0;
}
.ranking_service-lyt-list-02 .item + .item {
  margin: 124px 0 0;
}
.ranking_service-lyt-list-02 .item + .item:last-child {
  margin-top: 112px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-lyt-list-02 {
    margin-top: 26px;
  }
  .ranking_service-lyt-list-02 .item > .contents {
    flex-direction: column;
    padding: 26px 14px 22px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    border-radius: 10px;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text {
    max-width: 100%;
    min-height: 0;
    padding: 0;
    box-shadow: none;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > .hdg {
    flex-direction: column;
    align-items: stretch;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > .hdg > .num {
    font-size: 48px;
    text-align: center;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > .hdg > .text {
    margin-top: 6px;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > p > em {
    font-size: 18px;
  }
  .ranking_service-lyt-list-02 .item > .contents > .text > p + p {
    margin-top: 18px;
  }
  .ranking_service-lyt-list-02 .item > .contents > .img {
    text-align: center;
    margin: 8px 0 0;
    filter: none;
  }
  .ranking_service-lyt-list-02 .item > .contents._reverse {
    flex-direction: column;
  }
  .ranking_service-lyt-list-02 .item > .contents._reverse > .text {
    padding: 0;
  }
  .ranking_service-lyt-list-02 .item > .contents._reverse > .img {
    margin: 22px 0 0;
  }
  .ranking_service-lyt-list-02 .item + .item {
    margin: 30px 0 0;
  }
  .ranking_service-lyt-list-02 .item + .item:last-child {
    margin-top: 30px;
  }
}
.ranking_service-lyt-list-02 .ranking_service-list-note {
  margin-top: 22px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-lyt-list-02 .ranking_service-list-note {
    margin-top: 18px;
  }
  .ranking_service-lyt-list-02 .ranking_service-list-note > li {
    font-size: 16px;
  }
}

.ranking_service-list-03-wrap {
  display: flex;
  justify-content: space-between;
  margin: 84px 0 0;
}
.ranking_service-list-03-wrap > .item {
  width: 47.297297297%;
}
.ranking_service-list-03-wrap > .item > .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px 50px 66px 50px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
.ranking_service-list-03-wrap > .item > .contents > .label {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  color: #fff;
  background-color: #ff1628;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  padding: 7px 10px;
  border-radius: 42px;
  min-width: 170px;
  max-width: 170px;
  text-align: center;
  letter-spacing: .1em;
}
.ranking_service-list-03-wrap > .item > .contents > .text {
  order: 2;
}
.ranking_service-list-03-wrap > .item > .contents > .text > .hdg {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333;
}
.ranking_service-list-03-wrap > .item > .contents > .text > p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.ranking_service-list-03-wrap > .item > .contents > .img {
  margin: 0 0 20px 0;
  order: 1;
}
@media only screen and (max-width: 960px) {
  .ranking_service-list-03-wrap {
    flex-direction: column;
    margin-top: 50px;
  }
  .ranking_service-list-03-wrap > .item {
    width: 100%;
  }
  .ranking_service-list-03-wrap > .item > .contents {
    padding: 0 14px 22px;
  }
  .ranking_service-list-03-wrap > .item > .contents > .text > .hdg {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3333;
  }
  .ranking_service-list-03-wrap > .item > .contents > .text > p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .ranking_service-list-03-wrap > .item > .contents > .img {
    margin: 40px 0 24px 0;
  }
  .ranking_service-list-03-wrap > .item:first-child > .contents > .text > p {
    margin-top: 30px;
  }
  .ranking_service-list-03-wrap > .item:last-child > .contents > .text > .hdg {
    margin-top: 12px;
  }
  .ranking_service-list-03-wrap > .item + .item {
    margin-top: 46px;
  }
}

.ranking_service-list-05 {
  display: flex;
  margin: 50px 0 0 -15px;
}
.ranking_service-list-05 > .item {
  margin: 0 0 0 15px;
  width: 18.91891%;
  padding-bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  border-radius: 10px;
}
.ranking_service-list-05 > .item._entry > .contents > .head {
  background-color: #999;
}
.ranking_service-list-05 > .item._entry > .contents > .body::after {
  background-image: url(/ranking_service/images/bg-icon-02.png);
}
.ranking_service-list-05 > .item._basic > .contents > .head {
  background-color: #5e9cae;
}
.ranking_service-list-05 > .item._basic > .contents > .body {
  background-color: #ebf2f5;
}
.ranking_service-list-05 > .item._basic > .contents > .body::after {
  background-image: url(/ranking_service/images/bg-icon-03.png);
}
.ranking_service-list-05 > .item._standard > .contents > .head {
  background-color: #658d1b;
}
.ranking_service-list-05 > .item._standard > .contents > .body {
  background-color: #eff3e8;
}
.ranking_service-list-05 > .item._standard > .contents > .body::after {
  background-image: url(/ranking_service/images/bg-icon-04.png);
}
.ranking_service-list-05 > .item._advance > .contents > .head {
  background-color: #612141;
}
.ranking_service-list-05 > .item._advance > .contents > .body {
  background-color: #f5ebf0;
}
.ranking_service-list-05 > .item._advance > .contents > .body::after {
  background-image: url(/ranking_service/images/bg-icon-05.png);
}
.ranking_service-list-05 > .item._premiere > .contents > .head {
  background-color: #ff1628;
}
.ranking_service-list-05 > .item._premiere > .contents > .body {
  background-color: #faebec;
}
.ranking_service-list-05 > .item._premiere > .contents > .body::after {
  background-image: url(/ranking_service/images/bg-icon-06.png);
}
.ranking_service-list-05 > .item > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  text-align: center;
}
.ranking_service-list-05 > .item > .contents > .head {
  display: flex;
  flex-direction: column;
  padding: 26px 10px 0;
  min-height: 177px;
  height: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 0 0 10px 10px;
}
.ranking_service-list-05 > .item > .contents > .head > .lead {
  padding: 0 10px 12px;
  border-bottom: solid 1px #fff;
  margin-bottom: 0;
}
.ranking_service-list-05 > .item > .contents > .head > .lead > b {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.ranking_service-list-05 > .item > .contents > .head .price {
  display: inline-block;
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.ranking_service-list-05 > .item > .contents > .head .price > .unit {
  font-size: 16px;
}
.ranking_service-list-05 > .item > .contents > .head .price + .price {
  margin: 4px 0 0;
  font-size: 16px;
}
.ranking_service-list-05 > .item > .contents > .body {
  position: relative;
  padding: 12px 8px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dbdbdb;
  border-radius: 10px 10px 0 0;
  min-height: 128px;
  background-color: #fff;
}
.ranking_service-list-05 > .item > .contents > .body > .text {
  font-size: 1rem;
  text-align: center;
  position: relative;
}
.ranking_service-list-05 > .item > .contents > .body > .text > span {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
}
.ranking_service-list-05 > .item > .contents > .body::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 17px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-list-05 {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
  .ranking_service-list-05 > .item {
    width: auto;
    margin-left: 0;
  }
  .ranking_service-list-05 > .item._entry > .contents > .head {
    min-height: 163px;
  }
  .ranking_service-list-05 > .item._basic > .contents > .head {
    min-height: 178px;
  }
  .ranking_service-list-05 > .item._standard > .contents > .head {
    min-height: 178px;
  }
  .ranking_service-list-05 > .item._advance > .contents > .head {
    min-height: 178px;
  }
  .ranking_service-list-05 > .item._premiere > .contents > .head {
    min-height: 178px;
  }
  .ranking_service-list-05 > .item > .contents > .head {
    padding: 34px 16px 0;
    min-height: 164px;
  }
  .ranking_service-list-05 > .item > .contents > .head > .lead {
    padding-bottom: 10px;
  }
  .ranking_service-list-05 > .item > .contents > .head > .price {
    margin-top: 20px;
  }
  .ranking_service-list-05 > .item > .contents > .body {
    padding: 24px 8px 20px;
    min-height: 0;
    line-height: 1.5;
  }
  .ranking_service-list-05 > .item + .item {
    margin-top: 32px;
  }
  .ranking_service-list-05 + .ranking_service-list-note-02 {
    margin-top: 32px;
  }
}

.ranking_service-list-06 {
  display: flex;
  flex-wrap: wrap;
  margin: 44px 0 0 0;
}
.ranking_service-list-06 > .item {
  display: flex;
  width: 31.531531531%;
  margin: 0 0 0 0;
}
.ranking_service-list-06 > .item > .contents {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 32px 16px;
}
.ranking_service-list-06 > .item > .contents > .title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.ranking_service-list-06 > .item > .contents > .text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.ranking_service-list-06 > .item > .contents > .text > em {
  font-weight: normal;
  color: #ff1628;
}
.ranking_service-list-06 > .item > .contents::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  background-image: url(/ranking_service/images/bg-icon-07.png);
  width: 36px;
  height: 28px;
}
.ranking_service-list-06 > .item:nth-child(n+4) {
  margin-top: 36px;
}
.ranking_service-list-06 > .item:not(:nth-child(3n)) {
  margin-right: 2.7%;
}
@media only screen and (max-width: 960px) {
  .ranking_service-list-06 {
    margin-top: 24px;
  }
  .ranking_service-list-06 > .item {
    width: 100%;
  }
  .ranking_service-list-06 > .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ranking_service-list-06 > .item:not(:nth-child(3n)) {
    margin-top: 0;
  }
  .ranking_service-list-06 > .item + .item {
    margin-top: 50px;
  }
  .ranking_service-list-06 > .item > .contents {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
  }
}

.ranking_service-list-07 {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.ranking_service-list-07 > .item {
  display: flex;
  flex-direction: column-reverse;
  width: 31.35135%;
}
.ranking_service-list-07 > .item > a {
  display: flex;
  height: 100%;
  text-decoration: none;
}
.ranking_service-list-07 > .item > a > .contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.ranking_service-list-07 > .item > a > .contents > .head {
  padding: 22px 24px 26px;
  background-color: #efefef;
  height: 100%;
}
.ranking_service-list-07 > .item > a > .contents > .head .label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.ranking_service-list-07 > .item > a > .contents > .head .label-list .label {
  display: inline-block;
  margin-bottom: 0;
  min-width: 88px;
  text-align: center;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  padding: 0 6px;
  font-size: 85.71429%;
}
.ranking_service-list-07 > .item > a > .contents > .head > .hdg {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.3125;
}
.ranking_service-list-07 > .item > a > .contents > .head > .text {
  color: #333;
  line-height: 1.5;
  margin: 4px 0 0;
}
.ranking_service-list-07 > .item > a > .contents > .body > .img {
  overflow: hidden;
}
.ranking_service-list-07 > .item > a > .contents > .body > .img > img {
  transition: transform 400ms;
}
.ranking_service-list-07 > .item > a:hover, .ranking_service-list-07 > .item > a:focus, .ranking_service-list-07 > .item > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
.ranking_service-list-07 > .item > a:hover > .contents > .body > .img > img, .ranking_service-list-07 > .item > a:focus > .contents > .body > .img > img, .ranking_service-list-07 > .item > a:active > .contents > .body > .img > img {
  transform: scale(1.1);
}
.ranking_service-list-07 > .item:not(:nth-child(3n)) {
  margin-right: 2.94444%;
}
@media only screen and (max-width: 960px) {
  .ranking_service-list-07 {
    margin-top: 34px;
  }
  .ranking_service-list-07 > .item {
    width: 100%;
  }
  .ranking_service-list-07 > .item > a .contents {
    display: flex;
    flex-direction: row-reverse;
  }
  .ranking_service-list-07 > .item > a .contents > .head {
    padding: 0 0 0 16px;
    background-color: transparent;
  }
  .ranking_service-list-07 > .item > a .contents > .head > .hdg {
    margin-top: 6px;
  }
  .ranking_service-list-07 > .item > a .contents > .head > .text {
    font-size: 16px;
    line-height: 1.5;
  }
  .ranking_service-list-07 > .item > a .contents > .body > .img {
    width: 100px;
  }
  .ranking_service-list-07 > .item > a:hover, .ranking_service-list-07 > .item > a:focus, .ranking_service-list-07 > .item > a:active {
    box-shadow: none;
  }
  .ranking_service-list-07 > .item + .item {
    padding: 24px 0 0;
    border-top: 1px solid #ccc;
    margin-top: 16px;
  }
  .ranking_service-list-07 > .item .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.ranking_service-bubble {
  position: relative;
  margin-top: 44px;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .ranking_service-bubble {
    margin-top: 24px;
  }
}

.ranking_service-list-note {
  margin: 12px 0 0;
}
.ranking_service-list-note > li {
  display: flex;
  font-size: 16px;
}
.ranking_service-list-note > li > .mark {
  flex-shrink: 0;
}
.ranking_service-list-note > li > .text {
  padding: 0 0 0 4px;
}
.ranking_service-list-note > li + li {
  margin: 10px 0 0;
}
@media only screen and (max-width: 736px) {
  .ranking_service-list-note {
    margin-top: 30px;
  }
  .ranking_service-list-note > li {
    font-size: 14px;
    line-height: 1.3571428571;
  }
}

.ranking_service-list-note-02 {
  margin-top: 20px;
  margin-bottom: 0;
}
.ranking_service-list-note-02 > li {
  display: flex;
  font-size: 12px;
  line-height: 1.35714;
  color: #666;
}
.ranking_service-list-note-02 > li > .mark {
  flex-shrink: 0;
}
.ranking_service-list-note-02 > li > .text {
  padding: 0 0 0 4px;
}
.ranking_service-list-note-02 > li + li {
  margin: 14px 0 0;
}
.ranking_service-list-note-02--right > li {
  justify-content: end;
}
@media only screen and (max-width: 736px) {
  .ranking_service-list-note-02 > li > .text {
    font-size: 14px;
  }
}

.ranking_service-list-note-03 {
  margin-top: 20px;
  margin-bottom: 0;
}
.ranking_service-list-note-03 > li {
  display: flex;
  font-size: 14px;
  line-height: 1.35714;
  color: #666;
}
.ranking_service-list-note-03 > li > .mark {
  flex-shrink: 0;
}
.ranking_service-list-note-03 > li > .text {
  padding: 0 0 0 4px;
}
.ranking_service-list-note-03 > li + li {
  margin: 14px 0 0;
}

.ranking_service-box {
  background-color: #fff;
  margin: 56px 0 0;
  width: 100%;
  border: 3px solid #ff1628;
  border-radius: 10px;
}
.ranking_service-box > .inner {
  text-align: center;
  padding: 42px 10px 42px;
}
.ranking_service-box > .inner > .hdg {
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
}
.ranking_service-box > .inner > .text {
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.ranking_service-box > .inner > .ranking_service-btn {
  margin: 26px 0 0;
}
.ranking_service-box > .inner > .ranking_service-btn > a {
  background-color: #ff1628;
  color: #fff;
}
.ranking_service-box > .inner > .ranking_service-btn > a::after {
  border-color: #fff;
}
.ranking_service-box > .inner > .ranking_service-btn > a:hover, .ranking_service-box > .inner > .ranking_service-btn > a:focus, .ranking_service-box > .inner > .ranking_service-btn > a:active {
  background-color: #fff;
  color: #ff1628;
}
.ranking_service-box > .inner > .ranking_service-btn > a:hover::after, .ranking_service-box > .inner > .ranking_service-btn > a:focus::after, .ranking_service-box > .inner > .ranking_service-btn > a:active::after {
  border-color: #ff1628;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box {
    margin-top: 36px;
  }
  .ranking_service-box > .inner {
    padding: 24px 12px;
  }
  .ranking_service-box > .inner > .hdg {
    font-size: 24px;
  }
  .ranking_service-box > .inner > .ranking_service-btn {
    margin: 22px 0 0;
  }
}

.ranking_service-section {
  margin: 74px 0 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-section {
    margin-top: 60px;
  }
}
.ranking_service-section:first-child {
  margin-top: 0;
}

.ranking_service-section.ranking_service-section-02 {
  background-color: #F7F7F7;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 62px 0 80px;
}

.ranking_service-section.ranking_service-section-03 {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-section.ranking_service-section-03 {
    margin-top: 80px;
  }
}

.ranking_service-section.ranking_service-section-02 > .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-section.ranking_service-section-02 > .inner {
    padding: 0 16px 0;
  }
}

.ranking_service-text {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking_service-text {
    text-align: left;
  }
}

.ranking_service-step {
  margin: 32px 0 0;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step {
    flex-direction: column;
  }
}

.ranking_service-step_item {
  position: relative;
  width: 23.4234234234%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}
.ranking_service-step_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translate(0, -50%);
  width: 21px;
  height: 36px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item::after {
    right: 50%;
    top: 100%;
    z-index: 1;
    transform: translate(50%, -30%) rotate(90deg);
  }
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item {
    padding: 24px 16px 24px;
    width: 100%;
  }
}

.ranking_service-step_item._step1 {
  background-color: #EFF3E8;
  z-index: 4;
  border-radius: 10px 0 0 10px;
}
.ranking_service-step_item._step1::after {
  background-image: url(/ranking_service/images/bg-icon-08.png);
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item._step1 {
    border-radius: 10px 10px 0 0;
    padding-bottom: 16px;
  }
}

.ranking_service-step_item._step2 {
  background-color: #EBF2F5;
  z-index: 3;
}
.ranking_service-step_item._step2::after {
  background-image: url(/ranking_service/images/bg-icon-09.png);
}

.ranking_service-step_item._step3 {
  background-color: #FCF6E8;
  z-index: 2;
}
.ranking_service-step_item._step3::after {
  background-image: url(/ranking_service/images/bg-icon-10.png);
}

.ranking_service-step_item._step4 {
  background-color: #FAEBEC;
  border-radius: 0 10px 10px 0;
  width: 29.6396396396%;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item._step4 {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

.ranking_service-step_contents {
  padding: 25px 25px 18px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_contents {
    padding: 0;
  }
}

.ranking_service-step_item._step1 .ranking_service-step_contents-02 {
  position: absolute;
  bottom: 0;
  padding: 24px 25px 24px;
  background-color: #658D1B;
  border-radius: 0 0 0 10px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item._step1 .ranking_service-step_contents-02 {
    position: static;
    margin-top: 22px;
    padding: 16px;
    border-bottom-left-radius: 0;
  }
}

.ranking_service-step_item._step1 .ranking_service-step_contents-02 .ranking_service-step_text {
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}

.ranking_service-step_hdg {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45454;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_hdg {
    line-height: 1.0909;
  }
}

.ranking_service-step_item._step1 .ranking_service-step_hdg {
  color: #658D1B;
}

.ranking_service-step_item._step2 .ranking_service-step_hdg {
  color: #5E9CAE;
}

.ranking_service-step_item._step3 .ranking_service-step_hdg {
  color: #F0AB00;
}

.ranking_service-step_item._step4 .ranking_service-step_hdg {
  color: #ff1628;
}

.ranking_service-step_item .ranking_service-step_text {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1.5;
}

.ranking_service-step_item .ranking_service-link {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-step_item .ranking_service-link {
    font-size: 14px;
  }
}

.ranking_service-lead {
  margin: 80px 0 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .05em;
}
.ranking_service-lead > span {
  text-decoration: underline;
  text-underline-offset: -.08em;
  text-decoration-color: #F0AB00;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-lead {
    margin-top: 66px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .ranking_service-lead > span {
    text-decoration-thickness: 5px;
  }
}

.ranking_service-faq {
  margin: 66px 0 0;
}
.ranking_service-faq > .faq {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.ranking_service-faq > .faq > .question {
  display: flex;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 24px 96px 24px 24px;
  align-items: center;
}
.ranking_service-faq > .faq > .question > .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
}
.ranking_service-faq > .faq > .question > .text {
  padding: 0 0 0 12px;
}
.ranking_service-faq > .faq > .question[tabindex] {
  cursor: pointer;
}
.ranking_service-faq > .faq > .question[aria-expanded]::before, .ranking_service-faq > .faq > .question[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 32px;
  display: block;
  width: 20px;
  height: 5px;
  margin-top: -1.5px;
  background-color: #ff1628;
  transform: rotate(270deg);
  transition: transform 200ms;
}
.ranking_service-faq > .faq > .question[aria-expanded]::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 960px) {
  .ranking_service-faq > .faq > .question[aria-expanded]::before, .ranking_service-faq > .faq > .question[aria-expanded]::after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
  }
}
.ranking_service-faq > .faq > .question[aria-expanded=true]::before, .ranking_service-faq > .faq > .question[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.ranking_service-faq > .faq > .answer {
  display: flex;
  margin: 4px 0 0 0;
  align-items: center;
}
.ranking_service-faq > .faq > .answer > .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  color: #ff1628;
  background-color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
.ranking_service-faq > .faq > .answer .contents {
  padding: 0 0 0 12px;
}
.ranking_service-faq > .faq > .answer .contents > .text {
  margin-bottom: 0;
  font-size: 16px;
}
.js-enabled .ranking_service-faq > .faq > .answer[aria-expanded=false] {
  display: none;
}
.ranking_service-faq > .faq + .faq {
  margin: 24px 0 0;
}
.ranking_service-faq > .faq .content {
  padding: 0 96px 24px 24px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-faq {
    margin-top: 44px;
  }
  .ranking_service-faq + .ranking_service-btn {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 960px) {
  .ranking_service-faq > .faq > .question {
    position: relative;
    align-items: flex-start;
    padding: 32px 41px 23px 16px;
    min-height: 104px;
    line-height: 1.5;
  }
  .ranking_service-faq > .faq > .question > .mark {
    margin-top: -5px;
  }
  .ranking_service-faq > .faq > .question > .text {
    padding-left: 9px;
  }
  .ranking_service-faq > .faq > .answer {
    margin: 0;
    padding: 0 16px 12px 16px;
  }
  .ranking_service-faq > .faq > .answer > .mark {
    margin-top: -3px;
  }
  .ranking_service-faq > .faq > .answer > .contents {
    padding-left: 9px;
  }
}
.ranking_service-text {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking_service-text {
    line-height: 1.8;
    text-align: left;
  }
}

.ranking_service-link {
  position: relative;
  display: block;
  padding-left: 16px;
}
.ranking_service-link::before, .ranking_service-link::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  transform: rotate(45deg);
}
.ranking_service-link::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.ranking_service-link + .ranking_service-link {
  margin-top: 6px;
}

.ranking_service-media {
  margin: 40px 0 0;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .ranking_service-media {
    margin-top: 20px;
  }
}

.ranking_service-media-02 {
  margin: 36px 0 0;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .ranking_service-media-02 {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 736px) {
  .js-scrollable > .ranking_service-table {
    width: 727px;
  }
}
@media only screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
.ranking_service-box-02 {
  max-width: 718px;
  margin: 62px auto 0;
  background-color: #F7F7F7;
  border-radius: 10px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02 {
    margin-top: 32px;
  }
}

.ranking_service-box-02_inner {
  padding: 34px 37px 32px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_inner {
    padding: 32px 16px 32px;
  }
}

.ranking_service-box-02_hdg {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_hdg {
    font-size: 24px;
  }
}

.ranking_service-box-02_lead {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_lead {
    margin-top: 12px;
  }
}

.ranking_service-box-02_lead > b {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_lead > b {
    font-size: 16px;
    line-height: 1.5;
  }
}

.ranking_service-box-02_lyt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.3167701863%;
  margin: 50px 0 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_lyt {
    margin-top: 36px;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 960px) {
  .ranking_service-box-02_item + .ranking_service-box-02_item {
    margin-top: 22px;
  }
}

.ranking_service-box-02_text {
  margin: 26px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_text {
    line-height: 1.5;
  }
}

.ranking_service-box-02_text > strong {
  font-size: 22px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-02_text > strong {
    font-size: 20px;
    line-height: 1.2;
  }
}

.ranking_service-box-03 {
  padding: 0 8px 16px;
  background-color: #fff;
}

.ranking_service-box-03_hdg {
  position: relative;
  top: -14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.ranking_service-box-03_hdg > span {
  display: inline-block;
  min-width: 154px;
  max-width: 154px;
  background-color: #EBF2F5;
  border-radius: 28px;
  padding: 4px;
}

.ranking_service-box-03_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.ranking_service-box-03.ranking_service-box-03-02 {
  margin: 42px 0 0;
  background-color: #FAEBEC;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-03.ranking_service-box-03-02 {
    margin-top: 52px;
  }
}

.ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_hdg {
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_hdg {
    font-size: 16px;
  }
}

.ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_hdg > span {
  background-color: #ff1628;
  color: #fff;
}

.ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_textWrap {
  display: flex;
  gap: 0 20px;
  padding-left: 35px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_textWrap {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
  }
}

.ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_text {
  font-size: 18px;
}

.ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_icon {
  padding-top: 3px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-box-03.ranking_service-box-03-02 .ranking_service-box-03_icon {
    padding-top: 12px;
    padding-bottom: 6px;
    display: inline-block;
  }
}

.ranking_service-desc {
  margin-bottom: 0;
  margin-top: 8px;
}
@media only screen and (max-width: 960px) {
  .ranking_service-desc {
    margin-top: 0;
  }
}

.ranking_service-desc > div {
  display: flex;
  font-size: 12px;
}

.ranking_service-desc > div dt {
  padding: 0 4px 0 14px;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .ranking_service-desc > div dt {
    padding-left: 8px;
  }
}

.ranking_service-desc > div dt::before {
  content: "";
  position: absolute;
  left: .6em;
  top: .7em;
  width: 2px;
  height: 2px;
  background-color: currentColor;
}
@media only screen and (max-width: 960px) {
  .ranking_service-desc > div dt::before {
    left: .3em;
  }
}

.ranking_service-desc > div dt::after {
  content: ":";
  left: 100%;
  position: absolute;
  top: 0;
}

.ranking_service-desc > div dd {
  padding-left: 4px;
}

@media only screen and (min-width: 961px) {
  .pc-none {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .sp-none {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .box-cv-04.box-cv-04 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-quick-01.nav-quick-01 {
    margin-left: 0;
    margin-right: 0;
  }
}
#content #main.ranking_service-main .data-list-01 {
  display: grid;
  margin: 30px 0 80px;
}

@media only screen and (min-width: 961px) {
  #content #main.ranking_service-main .data-list-01[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7027027027%;
  }
}
@media only screen and (max-width: 960px) {
  #content #main.ranking_service-main .data-list-01_item + .data-list-01_item {
    margin-top: 24px;
  }
}

#content #main.ranking_service-main .data-list-01_contents {
  background-color: #F7F7F7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 24px;
}

#content #main.ranking_service-main .data-list-01_hdg {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454546;
}

#content #main.ranking_service-main .data-list-01_text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 4px 0 0;
}

#content #main.ranking_service-main .data-list-01_strong {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 32px;
  font-size: 2rem;
}

#content #main.ranking_service-main .data-list-01_note {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0 0;
}

#content #main.ranking_service-main .text-italic {
  font-style: italic;
}

#content #main.ranking_service-main .embedded-form-layout--ranking-service {
  margin-top: 80px;
}

#content #main.ranking_service-main .embedded-form-layout .quote {
  background-color: #f7f7f7;
  padding: 8px;
}

/* =====================================
 evaluation
===================================== */
@media only screen and (max-width: 960px) {
  #content #main.evaluation {
    padding-top: 10px;
  }
}

#content #main.evaluation .hdg-page-01-inner {
  padding: 10px 30px 0 30px;
}
@media only screen and (max-width: 960px) {
  #content #main.evaluation .hdg-page-01-inner {
    padding: 0;
  }
}

#content #main.evaluation .hdg-page-01-inner + .evaluation-section .evaluation-hdg {
  margin-top: 0;
}

#content #main .evaluation-hdg {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 76px 0 0;
}
#content #main .evaluation-hdg::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: #ff1628;
  margin: 16px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-hdg::after {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-hdg {
    font-size: 28px;
    line-height: 1.714;
    margin-top: 48px;
  }
}

#content #main .evaluation-lyt-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 33px;
  margin: 118px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-list {
    grid-template-columns: 1fr;
    margin-top: 92px;
  }
  #content #main .evaluation-lyt-list .evaluation-lyt-item + .evaluation-lyt-item {
    margin: 90px 0 0;
  }
  #content #main .evaluation-lyt-list .evaluation-lyt-contents {
    padding-top: 82px;
  }
}

#content #main .evaluation-lyt-contents {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  padding: 74px 44px 28px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  text-align: center;
}
#content #main .evaluation-lyt-contents::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  top: -170px;
  background-image: url(/ranking/evaluation/images/index-icon-01.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  background-color: #fff;
}

#content #main .evaluation-lyt-contents._avatar-02::before {
  background-image: url(/ranking/evaluation/images/index-icon-02.png);
}

#content #main .evaluation-lyt-contents._avatar-03::before {
  background-image: url(/ranking/evaluation/images/index-icon-03.png);
}

#content #main .evaluation-lyt-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45454;
}
#content #main .evaluation-lyt-text > p {
  margin-bottom: 0;
}

#content #main .evaluation-lyt-img {
  text-align: center;
}

#content #main .evaluation-bubble {
  position: relative;
  margin: 50px 0 0;
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-bubble {
    margin-top: 30px;
  }
}

#content #main .evaluation-section {
  padding: 40px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section {
    padding-top: 0;
  }
}

#content #main .evaluation-section-02 {
  position: relative;
  background-color: #F7F7F7;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section-02 {
    padding-top: 34px;
  }
}
#content #main .evaluation-section-02::before {
  content: "";
  display: block;
  height: 120px;
  width: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section-02::before {
    height: 30px;
    top: -30px;
  }
}

#content #main .evaluation-section-03 {
  padding: 80px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section-03 {
    padding-top: 60px;
  }
}

#content #main .evaluation-section-03 .evaluation-hdg {
  margin-top: 0;
}

#content #main .evaluation-link-anc-01_contetns {
  background-color: #fff;
}

#content #main .evaluation-link-anc-01_contetns .link-anc-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-link-anc-01_contetns .link-anc-01 {
    justify-content: start;
  }
}

#content #main .evaluation-link-anc-01_contetns .link-anc-01 > li:last-child,
#content #main .evaluation-link-anc-01_contetns .link-anc-01 > li:last-child > a {
  margin-right: 0;
}

#content #main .evaluation-link-anc-01_contetns .link-anc-01 > li a {
  font-size: 20px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-link-anc-01_contetns .link-anc-01 > li a {
    font-size: 16px;
  }
}

#content #main .evaluation-link-anc-01_contetns .link-anc-01 > li,
#content #main .evaluation-link-anc-01_contetns .link-anc-01 > li a {
  margin-right: 40px;
}

#content #main .evaluation-section-inner,
#content #main .evaluation-section-03-inner,
#content #main .evaluation-section-04-inner {
  max-width: 1110px;
  margin: 0 auto;
}

#content #main .evaluation-section-02_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 35px 80px 35px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section-02_inner {
    padding: 0 10px 60px;
  }
}

#content #main .evaluation-text {
  margin: 44px 0 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.3333;
  }
}

#content #main .evaluation-lead {
  margin: 64px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lead {
    margin-top: 30px;
    font-size: 20px;
  }
}

#content #main .evaluation-media {
  margin: 64px 0 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-media {
    margin-top: 30px;
  }
  #content #main .evaluation-media > img {
    width: 335px;
  }
}

#content #main .evaluation-emphasis {
  color: #ff1628;
  font-weight: bold;
}

#content #main .evaluation-conversation {
  margin: 64px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversation {
    margin-top: 32px;
  }
}

#content #main .evaluation-conversation_contents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversation_contents {
    flex-direction: column;
    align-items: center;
  }
}

#content #main .evaluation-conversation_img {
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversation_img > img {
    width: 100px;
  }
}

#content #main .evaluation-conversation_speechBubble {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 32px 30px;
  margin-left: 2%;
  max-width: 916px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
  position: relative;
}
#content #main .evaluation-conversation_speechBubble::after {
  content: "";
  position: absolute;
  background-image: url(/ranking/evaluation/images/index-bg-01.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 35px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversation_speechBubble {
    margin-top: 26px;
    padding: 22px 10px 16px;
    margin-left: 0;
  }
  #content #main .evaluation-conversation_speechBubble::before {
    content: "";
    position: absolute;
    background-image: url(/ranking/evaluation/images/index-bg-01_sp.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content #main .evaluation-conversation_speechBubble::after {
    content: none;
  }
}

#content #main .evaluation-conversation_speechBubble .evaluation-text {
  margin-top: 0;
  text-align: left;
  line-height: 1.454;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversation_speechBubble .evaluation-text {
    text-align: center;
  }
}

#content #main .evaluation-lyt {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 64px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
  }
}

#content #main .evaluation-lyt::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateY(150%);
  background-image: url(/ranking/evaluation/images/index-icon-09.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 35px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt::after {
    content: none;
  }
}

#content #main .evaluation-lyt_item {
  display: flex;
  width: 46.2162162162%;
  padding-top: 60px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_item {
    display: block;
    width: 100%;
  }
}

#content #main .evaluation-lyt_contents {
  position: relative;
  background-color: #F7F7F7;
  padding: 70px 30px 24px 32px;
  border-radius: 10px;
  min-height: 636px;
}
#content #main .evaluation-lyt_contents::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 117px;
  height: 117px;
  background-color: #F7F7F7;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_contents::before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_contents {
    padding: 50px 10px 32px;
    min-height: 0;
  }
}

#content #main .evaluation-lyt_contents + .evaluation-lyt_contents {
  position: relative;
}

#content #main .evaluation-lyt_icon {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_icon img {
    width: 58px;
    height: 66px;
  }
}

#content #main .evaluation-lyt_hdg {
  font-size: 20px;
  color: #ff1628;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_hdg {
    font-size: 18px;
  }
}

#content #main .evaluation-lyt_img {
  margin: 12px 0 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_img {
    max-width: 450px;
    margin: 10px auto 0;
    padding: 30px 8px;
  }
}

#content #main .evaluation-lyt_text {
  margin: 12px 0 0;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
}

#content #main .evaluation-lyt_text p {
  margin: 12px 0 0;
}

#content #main .evaluation-lyt_anchor {
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_anchor {
    margin-top: 6px;
  }
}

#content #main .evaluation-lyt_anchor .link-arrow-01 {
  font-size: 16px;
}

#content #main .evaluation-list_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-list_item {
    max-width: 450px;
    margin: auto;
    padding: 30px 10px 24px;
  }
}

#content #main .evaluation-list_item + .evaluation-list_item {
  margin: 14px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-list_item + .evaluation-list_item {
    margin: 22px auto 0;
  }
}

#content #main .evaluation-list_contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

#content #main .evaluation-list_text > p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-list_text > p {
    font-size: 15px;
  }
}

#content #main .evaluation-lyt-02 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02 {
    margin-top: 30px;
    flex-direction: column;
  }
}

#content #main .evaluation-lyt-02::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateY(50%);
  background-image: url(/ranking/evaluation/images/index-icon-10.svg);
  background-repeat: no-repeat;
  width: 68px;
  height: 33px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02::after {
    content: none;
  }
}

#content #main .evaluation-lyt-02_item {
  width: 46.2162162162%;
  padding-top: 60px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_item {
    padding-top: 0;
    width: 100%;
  }
}

#content #main .evaluation-lyt-02_contents {
  background-color: #F7F7F7;
  padding: 30px 32px;
  border-radius: 10px;
  min-height: 447px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_contents {
    padding: 32px 8px;
    min-height: 0;
  }
}

#content #main .evaluation-lyt-02_txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4545;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_txt {
    font-size: 18px;
  }
}

#content #main .evaluation-lyt-02_anchor {
  font-size: 16px;
  margin: 18px 0 0;
}

#content #main .evaluation-lyt-02_img {
  max-width: 334px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 12px 16px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_img {
    padding: 22px 10px 18px;
    margin: 10px auto 0;
  }
}

#content #main .evaluation-lyt-02_img.evaluation-lyt-02_img-02 {
  margin-top: 12px;
}

@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_item + .evaluation-lyt-02_item {
    margin-top: 100px;
    position: relative;
  }
  #content #main .evaluation-lyt-02_item + .evaluation-lyt-02_item::before {
    content: "";
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
    margin: auto;
    width: 33px;
    height: 68px;
    background-image: url(/ranking/evaluation/images/index-icon-10_sp.svg);
    transform: translateY(-15%);
  }
}
#content #main .evaluation-lyt-02_img_caption {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

#content #main .evaluation-lyt-02_img_image {
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt-02_img_image {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 960px) {
  #content #main .evaluation-lyt_item._spUnique {
    margin-top: 60px;
    position: relative;
  }
  #content #main .evaluation-lyt_item._spUnique::before {
    content: "";
    position: absolute;
    background-image: url(/ranking/evaluation/images/index-icon-09.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: -48px;
    margin: auto;
    left: 0;
    right: 0;
  }

  #content #main .evaluation-lyt_item._spUnique .evaluation-lyt_icon img {
    width: 63px;
    height: 65px;
  }

  #content #main .evaluation-lyt_item._spUnique .evaluation-lyt_contents {
    padding-top: 60px;
  }
}
#content #main .evaluation-list {
  margin: 24px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-list {
    margin-top: 12px;
  }
}

#content #main .evaluation-list_text {
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-list_text {
    margin-top: 4px;
  }
}

#content #main .evaluation-section-04 {
  padding: 88px 10px 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-section-04 {
    padding: 68px 0 68px;
  }
}

#content #main .evaluation-section-04 .evaluation-hdg {
  margin-top: 0;
}

#content #main .evaluation-conversationQA {
  margin: 54px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQA {
    margin-top: 32px;
  }
}

#content #main .evaluation-conversationQA_inner + .evaluation-conversationQA_inner {
  margin: 48px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQA_inner + .evaluation-conversationQA_inner {
    margin-top: 28px;
  }
}

#content #main .evaluation-conversationQ_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQ_contents {
    flex-direction: column;
    align-items: center;
  }
}

#content #main .evaluation-conversationA_contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

#content #main .evaluation-conversationQ_img {
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQ_img > img {
    width: 98px;
  }
}

@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationA_img > img {
    width: 100px;
  }
}

#content #main .evaluation-conversationQ_speechBubble {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 32px;
  max-width: 950px;
  width: 950px;
  position: relative;
  margin-left: 2%;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQ_speechBubble {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    padding: 26px 10px 20px;
  }
}

#content #main .evaluation-conversationQ_speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-image: url(/ranking/evaluation/images/index-bg-02.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 35px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationQ_speechBubble::before {
    background-image: url(/ranking/evaluation/images/index-bg-02_sp.svg);
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
  }
}

#content #main .evaluation-conversationA_contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationA_contents {
    flex-direction: column;
  }
}

#content #main .evaluation-conversationA_speechBubble {
  width: 950px;
  background-color: #FAEBEC;
  border-radius: 10px;
  padding: 32px;
  max-width: 950px;
  margin-right: 2%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationA_speechBubble {
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
    padding: 26px 10px 20px;
  }
}

#content #main .evaluation-conversationA_speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-image: url(/ranking/evaluation/images/index-bg-03.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 35px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-conversationA_speechBubble::after {
    background-image: url(/ranking/evaluation/images/index-bg-03_sp.svg);
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
  }
}

#content #main .evaluation-qa {
  display: flex;
  gap: 0 16px;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-qa {
    gap: 0 8px;
  }
}

#content #main .evaluation-qa_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
}

#content #main .evaluation-qa_icon.evaluation-qa_icon--answer {
  color: #ff1628;
}

#content #main .evaluation-qa_contents {
  align-self: center;
}

#content #main .evaluation-qa_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8125;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-qa_text {
    line-height: 1.6;
  }
}

#content #main .evaluation-qa_text + .evaluation-qa_text {
  margin: 32px 0 0;
}
@media only screen and (max-width: 960px) {
  #content #main .evaluation-qa_text + .evaluation-qa_text {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 960px) {
  #content #main .evaluation-qa_text + .evaluation-qa_text._spUnique {
    margin-top: 0;
  }
}
.evaluation-btn {
  margin: 48px 0 0;
  text-align: center;
}

.evaluation-btn > a {
  position: relative;
  padding: 16px 48px 16px 20px;
  min-width: 456px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  border-radius: 27px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.evaluation-btn > a:visited {
  color: #ff1628;
}

.evaluation-btn > a:link {
  color: #ff1628;
}

.evaluation-btn > a:hover, .evaluation-btn > a:active, .evaluation-btn > a:focus {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}

.evaluation-btn > a:hover::after, .evaluation-btn > a:active::after, .evaluation-btn > a:focus::after {
  border-color: #fff #fff transparent transparent;
}

.evaluation-btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
}

@media only screen and (max-width: 960px) {
  .evaluation-btn {
    margin-top: 12px;
    width: 100%;
  }

  .evaluation-btn > a {
    width: 100%;
    min-width: 0;
    border-radius: 40px;
    padding: 16px 26px 16px 20px;
  }
  .evaluation-btn > a::after {
    width: 8px;
    height: 8px;
  }
}
.evaluation-box {
  background-color: #fff;
  margin: 80px 0 0;
  width: 100%;
  border: 3px solid #ff1628;
  border-radius: 10px;
}

.evaluation-box > .inner {
  text-align: center;
  padding: 42px 10px 44px;
}

.evaluation-box > .inner > .hdg {
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
}

.evaluation-box > .inner > .text {
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #ff1628;
}

.evaluation-box > .inner > .evaluation-btn {
  margin: 36px 0 0;
}

.evaluation-box > .inner > .evaluation-btn > a {
  background-color: #ff1628;
  color: #fff;
}

.evaluation-box > .inner > .evaluation-btn > a::after {
  border-color: #fff;
}

.evaluation-box > .inner > .evaluation-btn > a:hover, .evaluation-box > .inner > .evaluation-btn > a:focus, .evaluation-box > .inner > .evaluation-btn > a:active {
  background-color: #fff;
  color: #ff1628;
}

.evaluation-box > .inner > .evaluation-btn > a:hover::after, .evaluation-box > .inner > .evaluation-btn > a:focus::after, .evaluation-box > .inner > .evaluation-btn > a:active::after {
  border-color: #ff1628;
}

@media only screen and (max-width: 960px) {
  .evaluation-box {
    margin-top: 36px;
  }

  .evaluation-box > .inner {
    padding: 24px 12px;
  }

  .evaluation-box > .inner > .hdg {
    font-size: 24px;
  }

  .evaluation-box > .inner > .evaluation-btn {
    margin: 22px 0 0;
  }
}
/* =====================================
 about
===================================== */
#content #main.about-main {
  max-width: 1230px;
  padding: 10px 30px 0 30px;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #content #main.about-main {
    padding: 0 16px 0;
  }
}

#about #content::before {
  content: none;
}

#about .about-mv {
  position: relative;
  padding: 100px 16px 0;
  background-image: url(/about/images/index-mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  min-height: 500px;
}
@media only screen and (max-width: 960px) {
  #about .about-mv {
    min-height: 250px;
    background-image: url(/about/images/index-mv_sp.jpg);
  }
}

#about .about-mv > .inner {
  max-width: 1440px;
  margin: 0 auto;
}

#about .about-mv > .inner > .contents {
  max-width: fit-content;
  padding-left: 8%;
}
@media only screen and (max-width: 960px) {
  #about .about-mv > .inner > .contents {
    padding-left: 0;
    max-width: 100%;
    text-align: center;
  }
}

#about .page-hdg {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.05;
}
@media only screen and (max-width: 960px) {
  #about .page-hdg {
    font-size: 24px;
    text-shadow: 2px 2px 5px white, -2px -2px 5px white, 0 0 5px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 20px white, 0 0 20px white;
  }
}

#about .page-hdg-text {
  margin: 40px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.9090909091;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  #about .page-hdg-text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#about .link-anc-01 {
  max-width: 684px;
  margin: 50px auto 0;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  #about .link-anc-01 {
    margin-top: 32px;
  }
}

#about .link-anc-01 > li {
  margin-right: 40px;
}

#about .link-anc-01 > li > a {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 40px;
}
@media only screen and (max-width: 961px) {
  #about .link-anc-01 > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
}

:is(#about .link-anc-01 > li:last-child, #about .link-anc-01 > li:last-child > a) {
  margin-right: 0;
}

@media only screen and (min-width: 961px) {
  .pc-none {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .sp-none {
    display: none;
  }
}
#about .about-hdg {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin: 60px 0 64px;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg {
    margin: 30px 0 40px;
  }
}

#about .about-hdg.about-hdg--02 {
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg.about-hdg--02 {
    margin-top: 60px;
    margin-bottom: 36px;
  }
}

#about .about-hdg > span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg > span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

#about .about-hdg::after {
  content: "";
  margin: 10px auto 0;
  width: 100px;
  height: 5px;
  background-color: #ff1628;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg::after {
    margin-top: 6px;
  }
}

#about .about-hdg-02 {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  margin: 76px 0 42px;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg-02 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}

#about .about-hdg-02.about-hdg-02--02 {
  margin: 56px 0 42px;
}
@media only screen and (max-width: 960px) {
  #about .about-hdg-02.about-hdg-02--02 {
    margin-top: 60px;
    margin-bottom: 32px;
  }
}

#about .about-box {
  background-color: #F7F7F7;
  padding: 64px 80px;
}
@media only screen and (max-width: 960px) {
  #about .about-box {
    padding: 48px 18px;
  }
}

#about .about-box_inner {
  text-align: center;
}

#about .about-box_lead {
  font-size: 32px;
  font-size: 2rem;
  color: #ff1628;
  font-weight: bold;
  line-height: 1.3125;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  #about .about-box_lead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45454;
  }
}

#about .about-box_lead.about-box_lead--ja {
  margin-top: 26px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.9090909091;
}
@media only screen and (max-width: 960px) {
  #about .about-box_lead.about-box_lead--ja {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
    line-height: 1.77777;
  }
}

#about .about-box_text {
  margin: 30px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #about .about-box_text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
    line-height: 1.5;
  }
}

#about .about-btn {
  margin: 48px 0 0;
  text-align: center;
}

#about .about-btn > a {
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  border-radius: 29px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  text-align: center;
}

#about .about-btn > a:visited {
  color: #ff1628;
}

#about .about-btn > a:link {
  color: #ff1628;
}

:is(#about .about-btn > a):is(:hover, :focus) {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}

#about .about-btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg);
}

:is(#about .about-btn > a):is(:hover, :focus)::after {
  border-color: #fff #fff transparent transparent;
}

@media only screen and (max-width: 960px) {
  #about .about-btn {
    margin-top: 36px;
    width: 100%;
  }

  #about .about-btn > a {
    width: 100%;
    min-width: 0;
  }
}
#about .about-data-list {
  display: grid;
}

@media only screen and (min-width: 961px) {
  #about .about-data-list[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7027027027%;
  }
}
@media only screen and (max-width: 960px) {
  #about .about-data-list[data-col-narrow="1"] {
    grid-template-columns: 1fr;
  }
}
#about .about-data-list_item {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list_item + .about-data-list_item {
    margin-top: 30px;
  }
}

#about .about-data-list_item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

:is(#about .about-data-list_item > a):is(:hover, :focus) {
  text-decoration: none;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}

#about .about-data-list_link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 197px;
}

#about .about-data-list_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
}

#about .about-data-list_link.about-data-list_link--company::before {
  background-image: url(/about/images/index-img-01.jpg);
}

#about .about-data-list_link.about-data-list_link--history::before {
  background-image: url(/about/images/index-img-02.jpg);
}

#about .about-data-list_link.about-data-list_link--world::before {
  background-image: url(/about/images/index-img-03.jpg);
}

#about .about-data-list_textWrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .57);
}

#about .about-data-list_text {
  position: relative;
  padding-left: 24px;
  transition: 200ms;
}

#about .about-data-list_text::before {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: .55em;
  left: 0;
  transform: rotate(45deg);
  transition: left .2s;
}

#about .about-data-list_link:hover .about-data-list_text::before {
  left: 6px;
}

#about .about-data-list-02 {
  display: grid;
}

#about .about-data-list-03 {
  display: grid;
  margin: 124px 0 0;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03 {
    margin-top: 94px;
  }
}

@media only screen and (min-width: 961px) {
  #about .about-data-list-02[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7027027027%;
  }

  #about .about-data-list-03[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 120px 7.567567567%;
  }
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-02_item + .about-data-list-02_item {
    margin-top: 24px;
  }
}

#about .about-data-list-02_contents {
  background-color: #F7F7F7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 24px;
}

#about .about-data-list-02_hdg {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454546;
}

#about .about-data-list-02_text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 4px 0 0;
}

#about .about-data-list-02_num {
  display: inline-block;
  margin: 0 6px 0 0;
  font-size: 32px;
  font-size: 2rem;
}

#about .about-data-list-02_note {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0 0;
}

#about .about-data-list-03_item {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_item + .about-data-list-03_item {
    margin-top: 80px;
    height: auto;
  }
}

#about .about-data-list-03_contents {
  position: relative;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 10px;
  text-align: center;
  padding: 42px 24px 24px;
  transition: .2s;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_contents {
    padding: 36px 16px;
  }
}

#about .about-data-list-03_contents::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 117px;
  height: 117px;
  background-color: #F7F7F7;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_contents::before {
    width: 100px;
    height: 100px;
  }
}

#about .about-data-list-03_icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_icon {
    top: -30px;
  }
}

#about .about-data-list-03_link {
  color: #333;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_link {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

:is(#about .about-data-list-03_link):is(:hover, :focus) {
  text-decoration: none;
}

:is(#about .about-data-list-03_link):is(:hover, :focus) .about-data-list-03_contents {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .16));
}

#about .about-data-list-03_link span {
  position: relative;
  padding-left: 18px;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_link span {
    padding-left: 0;
  }
}

#about .about-data-list-03_link span::before {
  content: "";
  border-right: 2px solid #ff1628;
  border-top: 2px solid #ff1628;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: rotate(45deg) translate(0, -50%);
  transition: left .2s;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_link span::before {
    left: -30px;
  }
}

#about .about-data-list-03_link:hover span::before {
  left: -5px;
}

#about .about-data-list-03_text {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  #about .about-data-list-03_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#about .about-lyt {
  display: flex;
  gap: 2.702702702%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt {
    flex-direction: column-reverse;
  }
}

#about .about-lyt_contents {
  width: 780px;
  width: 70.27027027%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt_contents {
    width: 100%;
  }
}

#about .about-lyt_hdg {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt_hdg {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#about .about-lyt_text {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0 0;
  line-height: 1.8125;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt_text {
    margin-top: 8px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#about .about-lyt .about-btn {
  text-align: left;
  margin-top: 32px;
}

#about .about-lyt_img {
  width: 300px;
  width: 27.027027027%;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt_img {
    width: 100%;
  }
}

#about .about-lyt_img img {
  width: 100%;
}

#about .about-lyt_caption {
  font-weight: bold;
  margin: 12px 0 0;
  font-size: 13px;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt_caption {
    line-height: 2.07142;
  }
}

#about .about-lyt-02 {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.162162162%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02 {
    flex-direction: column-reverse;
  }
}

#about .about-lyt-02_contents {
  width: 70.81081081%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02_contents {
    width: 100%;
  }
}

#about .about-lyt-02_hdg {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02_hdg {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#about .about-lyt-02_img {
  width: 27.027027027%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02_img {
    width: 100%;
  }
}

#about .about-lyt-02_img img {
  width: 100%;
}

#about .about-lyt-02_text {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02_text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#about .about-lyt-02.about-lyt-02--reverse {
  display: flex;
  flex-direction: row;
  gap: 2.162162162%;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02.about-lyt-02--reverse {
    flex-direction: column-reverse;
  }
}

#about .about-lyt-02 + .about-lyt-02 {
  margin: 70px 0 0;
}
@media only screen and (max-width: 960px) {
  #about .about-lyt-02 + .about-lyt-02 {
    margin-top: 30px;
  }
}

#about .about-link {
  position: relative;
  display: block;
  padding-left: 16px;
}

#about .about-link::before, .about-link::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  transform: rotate(45deg);
}

#about .about-link::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}

#about .about-link + .about-link {
  margin-top: 6px;
}

@media only screen and (min-width: 961px) {
  .sp-br {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .pc-br {
    display: none;
  }
}
.adj-mb-00 {
  margin-bottom: 0 !important;
}

.adj-mb-20 {
  margin-bottom: 20px !important;
}

.mailmagazine .lyt-mailmagazine-contents {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
}

.mailmagazine .smpForm {
  padding: 0;
}

.mailmagazine #ss_company_name .ss_input,
.mailmagazine #ss_email .ss_input {
  width: 100%;
}

.mailmagazine .ss_field:first-child {
  margin-top: 0;
}

.mailmagazine .mailmagazine-embeddedForm_col {
  width: 50%;
  flex-shrink: 0;
}

@media only screen and (max-width: 736px) {
  .mailmagazine .lyt-mailmagazine-contents {
    flex-direction: column;
  }

  .mailmagazine .mailmagazine-embeddedForm_col {
    width: 100%;
  }
}
.mailmagazine .smpForm #ss_name .ss_form_title,
.mailmagazine .smpForm #ss_name .ss_grid,
.mailmagazine .smpForm #ss_company_name .ss_form_title,
.mailmagazine .smpForm #ss_company_name .ss_grid,
.mailmagazine .smpForm #ss_email .ss_form_title,
.mailmagazine .smpForm #ss_email .ss_grid,
.mailmagazine .smpForm .ss_field.ss_required_field .ss_form_title,
.mailmagazine .smpForm .ss_field.ss_required_field .ss_grid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact .ss_field:first-child {
  margin-top: 0;
}

.contact .smpForm {
  max-width: 960px;
}

.contact .smpForm .ss_form_title,
.contact .smpForm .ss_enquete_title,
.contact .smpForm .ss_grid,
.contact .smpForm #ss_company_name .ss_grid,
.contact .smpForm #ss_name .ss_grid,
.contact .smpForm #ss_email .ss_grid,
.contact .smpForm #ss_tel .ss_grid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact .smpForm .ss_input textarea {
  height: 100%;
}

.contact .smpForm input[type=text],
.contact .smpForm input[type=tel],
.contact .smpForm input[type=email],
.contact .smpForm select,
.contact .smpForm textarea {
  min-height: 34px;
}

.contact .smpForm .ss_rightComment {
  position: static;
  vertical-align: bottom;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .contact .smpForm .ss_form_title,
.contact .smpForm .ss_enquete_title {
    width: 30%;
  }

  .contact .smpForm .ss_grid {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .contact .smpForm {
    max-width: 960px;
    width: 100%;
  }
}
.library .lyt-main-sub-01 > .col-sub {
  max-width: 340px;
  width: 340px;
}
@media only screen and (max-width: 960px) {
  .library .lyt-main-sub-01 > .col-sub {
    width: 100%;
    max-width: none;
  }
}

.library .link-btn-01.col2 li a {
  width: 100%;
}

.tip .lyt-main-sub-01 > .col-sub {
  max-width: 340px;
  width: 340px;
}
@media only screen and (max-width: 960px) {
  .tip .lyt-main-sub-01 > .col-sub {
    width: 100%;
    max-width: none;
  }
}

.tip .link-btn-01.col2 li a {
  width: 100%;
}

/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

/* =====================================
base
------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  letter-spacing: .04em;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
input,
button,
textarea,
option {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a,
a::before,
a::after,
button,
button::before,
button::after,
input,
input::before,
input::after {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:link,
a:visited,
a strong,
a:link strong,
a:visited strong {
  color: #174bd6;
  text-decoration: none;
}

a:visited,
a:visited strong {
  color: #639;
}

a:hover,
a:focus,
a:active,
a:hover strong,
a:focus strong,
a:active strong {
  text-decoration: underline;
}

p {
  margin-bottom: 1.2em;
}

ul,
ol,
dl {
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input[type=submit],
input[type=button],
input[type=image],
input[type=reset],
input[type=radio],
input[type=checkbox],
button,
select,
option,
label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  vertical-align: middle;
}

th,
dt {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

table img {
  max-width: inherit;
}

strong,
em,
b,
i {
  font-style: normal;
}

strong,
em,
b {
  font-weight: bold;
}

strong {
  color: #ff1628;
}

small {
  font-size: 100%;
}

br {
  margin: 0 !important;
}

section,
article,
figcaption,
figure,
header,
footer,
aside,
nav,
main {
  display: block;
}

/* =====================================
font
------------------------------------- */
@font-face {
  font-display: swap;
  font-family: "LogoTypeGothic";
  src: url(/cmn/font/07LogoTypeGothic7.woff) format("woff"), url(/cmn/font/07LogoTypeGothic7.ttf) format("truetype");
}
/* =====================================
structure
------------------------------------- */
#header {
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 5;
}
#header > .header-inner {
  position: relative;
  margin: 0 auto;
  padding: .1px 0;
}
#header > .header-inner .sp-hide {
  display: block;
}
#header > .header-inner .pc-hide {
  display: none;
}
#header #menu-content {
  display: grid;
  position: relative;
  grid-template-rows: auto auto;
  grid-template-columns: 45px 64px 1fr 1fr 45px;
  align-items: center;
  padding-top: 16px;
  width: 100%;
  box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
}
#header #menu-content h1 {
  grid-row: 2/3;
  grid-column: 2/3;
}
#header #menu-content h1 > a {
  display: block;
  width: 64px;
}
#header #menu-content .nav-global {
  grid-row: 2/3;
  grid-column: 3/5;
  margin-left: 71px;
  margin-top: 7px;
}
#header #menu-content .nav-global > ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 0;
  gap: 4px;
}
#header #menu-content .nav-global > ul > li {
  text-align: center;
}
#header #menu-content .nav-global > ul > li > a {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  color: #333;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
#header #menu-content .nav-global > ul > li > a > span {
  display: block;
  border-bottom: 3px solid transparent;
}
#header #menu-content .nav-global > ul > li > a > img {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 45px;
}
#header #menu-content .nav-global > ul > li > a.current {
  background-color: #faebec !important;
}
#header #menu-content .nav-global > ul > li > a.globalnav-open {
  background-color: #f7f7f7;
}
#header #menu-content .nav-global > ul > li > a:hover {
  background-color: #f7f7f7;
}
.js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a::before, .js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a::after {
  content: "";
}
#header #menu-content .nav-global > ul > li.has-submenu > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 13px;
  height: 8px;
  background-image: url(/cmn/images/icon_hasMenu_arrow.svg);
  transform: translate(-50%, 0);
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap {
  position: absolute;
  display: none;
  width: 100vw;
  max-height: 72vh;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 32px 48px 0;
  background-color: #f7f7f7;
  text-align: left;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
  z-index: 2;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu {
  position: relative;
  display: flex;
  padding: 0 40px 40px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col {
  width: 33.33333%;
  margin: 0 48px 32px 0;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link {
  width: 100%;
  font-weight: bold;
  border-bottom: solid 1px #ff1628;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 960px) {
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link {
    padding: 0 0 16px;
  }
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a b {
  font-size: 16px;
  display: flex;
  flex-direction: column-reverse;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a b > .title-link_sub {
  font-size: 12px;
  color: #5E5E5E;
}
@media only screen and (max-width: 960px) {
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a b > .title-link_sub {
    margin: 0 0 8px;
  }
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a b > .title-link_main {
  position: relative;
  padding: 0 0 0 20px;
  color: #333333;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a b > .title-link_main::after {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 8px;
  height: 12px;
  background-image: url(/cmn/images/icon_gloNav_arrow.svg);
  transition: 200ms;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a .link-arrow-01 {
  color: #333;
  text-decoration: none;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a .link-arrow-01:hover, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a .link-arrow-01:focus, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a .link-arrow-01:active {
  color: #ff1628;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a:hover {
  text-decoration: none;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a:hover > b > .title-link_main {
  color: #ff1628;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title-link > a:hover > b > .title-link_main::after {
  left: 5px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title {
  width: 100%;
  font-weight: bold;
  border-bottom: solid 2px #fff;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > .title b {
  font-size: 16px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul {
  font-size: 92.85714%;
  margin-bottom: 0;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li {
  margin-top: 16px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a {
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: color 200ms;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:hover, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:focus, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:active {
  color: #ff1628;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:hover::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:hover::after, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:focus::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:focus::after, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:active::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a:active::after {
  left: 5px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 8px;
  height: 12px;
  background-image: url(/cmn/images/icon_gloNav_arrow.svg);
  transition: 200ms;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul li > a > span {
  display: block;
  margin-left: 20px;
  vertical-align: top;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul:last-child {
  margin-right: 0;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu.is-block {
  display: block !important;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu.is-flex {
  display: flex !important;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-close {
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  margin: 0;
  width: 100vw;
  bottom: 40px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn {
  font-size: 1rem;
  width: 100%;
  text-align: center;
  border: none;
  font-weight: bold;
  background-color: #e5e5e5;
  padding: 8px 8px 8px 0;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn span {
  position: relative;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn span::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: -20px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn span::before {
  transform: rotate(-45deg) translate(6%, -50%);
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-closeBtn span::after {
  transform: rotate(45deg) translate(-6%, -50%);
}
#header #menu-content .nav-header {
  grid-row: 1/2;
  grid-column: 2/5;
  justify-content: right;
}
#header #menu-content .nav-header > ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  gap: 24px;
  font-size: 92.85714%;
}
#header #menu-content .nav-header > ul > li > a {
  color: #333;
  text-decoration: none;
  transition: color 200ms;
  font-size: 14px;
}
#header #menu-content .nav-header > ul > li > a:hover, #header #menu-content .nav-header > ul > li > a:focus, #header #menu-content .nav-header > ul > li > a:active {
  color: #ff1628;
}
#header #menu-content .nav-header > ul > li > .nav-btn-01 {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-color: #ff1628;
  border: 1px solid #ff1628;
  border-radius: 27px;
  text-align: center;
  padding: 8px 26px 7px 49px;
}
#header #menu-content .nav-header > ul > li > .nav-btn-01.request-btn::before, #header #menu-content .nav-header > ul > li > .nav-btn-01.question-btn::before {
  position: absolute;
  top: 53%;
  left: 16px;
  transform: translateY(-47%);
}
#header #menu-content .nav-header > ul > li > .nav-btn-01.request-btn::before {
  content: url(/cmn/images/icon-nav-01.svg);
}
#header #menu-content .nav-header > ul > li > .nav-btn-01.request-btn:hover::before, #header #menu-content .nav-header > ul > li > .nav-btn-01.request-btn:focus::before, #header #menu-content .nav-header > ul > li > .nav-btn-01.request-btn:active::before {
  content: url(/cmn/images/icon-nav-hov-01.svg);
}
#header #menu-content .nav-header > ul > li > .nav-btn-01.question-btn::before {
  content: url(/cmn/images/icon-nav-02.svg);
}
#header #menu-content .nav-header > ul > li > .nav-btn-01.question-btn:hover::before, #header #menu-content .nav-header > ul > li > .nav-btn-01.question-btn:focus::before, #header #menu-content .nav-header > ul > li > .nav-btn-01.question-btn:active::before {
  content: url(/cmn/images/icon-nav-hov-02.svg);
}
#header #menu-content .nav-header > ul > li > .nav-btn-01:hover, #header #menu-content .nav-header > ul > li > .nav-btn-01:focus, #header #menu-content .nav-header > ul > li > .nav-btn-01:active {
  color: #fff;
  background-color: #ff1628;
  border: 1px solid #fff;
}
#header #menu-content .nav-btn-01 {
  margin-bottom: 0;
  font-size: 92.85714%;
  padding-left: 15px;
}
#header #menu-content .nav-btn-01 a {
  display: block;
  color: #fff;
  background-color: #ff1628;
  border: 1px solid #ff1628;
  padding: 6px 10px;
  box-sizing: border-box;
}
#header #menu-content .nav-btn-01 a span {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
#header #menu-content .nav-btn-01 a span::before, #header #menu-content .nav-btn-01 a span::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -4px;
  background-color: #fff;
  transform: rotate(45deg);
}
#header #menu-content .nav-btn-01 a span::after {
  margin-right: 0;
  transform: rotate(-45deg);
  margin-top: 0;
}
#header #menu-content .nav-btn-01 a:hover, #header #menu-content .nav-btn-01 a:focus, #header #menu-content .nav-btn-01 a:active {
  color: #ff1628;
  background-color: #fff;
  border: 1px solid #ff1628;
}
#header #menu-content .nav-btn-01 a:hover span::before, #header #menu-content .nav-btn-01 a:hover span::after, #header #menu-content .nav-btn-01 a:focus span::before, #header #menu-content .nav-btn-01 a:focus span::after, #header #menu-content .nav-btn-01 a:active span::before, #header #menu-content .nav-btn-01 a:active span::after {
  background-color: #ff1628;
}
@media only screen and (max-width: 960px) {
  #header #menu-content .submenu-btn {
    text-align: center;
  }
}
#header #menu-content .submenu-btn_link {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 100%;
  color: #333;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: bold;
  border-color: #ff1628;
  border: 1px solid #ff1628;
  border-radius: 36px;
  text-align: center;
  padding: 15px 26px 15px 42px;
  max-width: 313px;
}
#header #menu-content .submenu-btn_link:hover {
  text-decoration: none;
  background-color: #ff1628;
  color: #fff;
}
#header #menu-content .submenu-btn_link:hover .submenu-btn_text {
  display: block;
  position: relative;
  letter-spacing: -.01em;
}
#header #menu-content .submenu-btn_link:hover .submenu-btn_text::before {
  content: "";
  position: absolute;
  left: -20px;
  background-image: url(/cmn/images/icon-nav-hov-02.svg);
  width: 22px;
  height: 25px;
}
@media only screen and (max-width: 960px) {
  #header #menu-content .submenu-btn_link {
    margin: 0 0 8px;
    font-size: 16px;
    max-width: 343px;
    width: 100%;
  }
}
#header #menu-content .submenu-btn_text {
  display: block;
  position: relative;
  letter-spacing: -.01em;
}
#header #menu-content .submenu-btn_text::before {
  content: "";
  position: absolute;
  left: -20px;
  background-image: url(/cmn/images/icon-nav-02.svg);
  width: 22px;
  height: 25px;
}
#header #menu-content .submenu-btn_link:hover .submenu-btn_text::after {
  right: -10px;
}
#header #menu-content .country-selector {
  grid-row: 1/2;
  grid-column: 2/3;
}
#header.is-scroll #menu-content {
  grid-template-columns: clamp(30px, 2.56vw, 45px) 36px 1fr 1fr clamp(30px, 2.56vw, 45px);
}
#header.is-scroll #menu-content .site-logo a {
  width: 100%;
}
#header.is-scroll #menu-content .nav-header {
  margin-left: 316px;
}
#header.is-scroll #menu-content .nav-header > ul {
  gap: 16px;
}
#header.is-scroll #menu-content .nav-header > ul > li > a {
  font-size: clamp(0.875rem, .9vw, 1rem);
}
#header.is-scroll #menu-content .nav-header > ul > li > .nav-btn-01 {
  font-size: clamp(0.875rem, 1vw, 1rem);
}
#header.is-scroll #menu-content .nav-global {
  margin-left: clamp(12px, 1vw, 71px);
  margin-top: 16px;
}
#header.is-scroll #menu-content .nav-global > ul {
  grid-template-columns: repeat(7, auto);
  max-width: 1280px;
  margin-left: auto;
}
#header.is-scroll #menu-content .nav-global > ul > li > a {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header.is-scroll #menu-content .nav-global > ul > li > a > svg {
  flex: 0 0 auto;
  height: 30px;
  width: auto;
}
#header.is-scroll #menu-content .nav-global > ul > li > a > span {
  font-size: .875rem;
  font-size: clamp(0.75rem, 1vw, 1rem);
  border-bottom: 0;
  margin-left: 8px;
}
#header.is-scroll #menu-content .nav-global > ul > li > a.js-glonav-drop {
  padding: 8px 23px 8px 12px;
}
#header.is-scroll #menu-content .nav-global > ul > li > a::after {
  left: auto;
  right: 8px;
  bottom: 50%;
  transform: translate(0, 50%);
}
@media only screen and (max-width: 1300px) {
  #header.is-scroll #menu-content {
    grid-template-rows: auto auto;
  }
  #header.is-scroll #menu-content .site-logo {
    grid-row: 2/3;
  }
  #header.is-scroll #menu-content .nav-global {
    grid-row: 2/3;
  }
  #header.is-scroll #menu-content .nav-header {
    grid-row: 1/2;
  }
  #header.is-scroll #menu-content .country-selector {
    grid-row: 1/2;
    grid-column: 2/3;
    width: 300px;
  }
}

@media only screen and (min-width: 961px) {
  #header #menu-ui,
#header #menu-close {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  #header {
    padding: 0;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
  }
  #header > .header-inner {
    height: auto;
  }
  #header > .header-inner .sp-hide {
    display: none;
  }
  #header > .header-inner .pc-hide {
    display: block;
  }
  #header #site-logo {
    position: static;
    padding: 8px;
  }
  #header #site-logo > a {
    display: block;
    width: 48px;
    padding: 8px;
  }
  #header #site-logo > a > img {
    width: 32px;
  }
  #header #menu-ui {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 48px;
    height: 48px;
    padding: 28px 0 8px 0;
    background-color: transparent;
    font-size: 71.42857%;
    text-align: center;
  }
  #header #menu-ui::before, #header #menu-ui::after,
#header #menu-ui > span::before {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background-color: #000;
  }
  #header #menu-ui::before, #header #menu-ui::after {
    transition: top 200ms, transform 400ms;
  }
  #header #menu-ui::before {
    top: 11px;
  }
  #header #menu-ui::after {
    top: 23px;
  }
  #header #menu-ui > span::before {
    top: 17px;
    transition: opacity 400ms;
  }
  #header #menu-ui[aria-expanded=true]::before, #header #menu-ui[aria-expanded=true]::after {
    top: 17px;
  }
  #header #menu-ui[aria-expanded=true]::before {
    transform: rotate(-225deg);
  }
  #header #menu-ui[aria-expanded=true]::after {
    transform: rotate(225deg);
  }
  #header #menu-ui[aria-expanded=true] > span::before {
    opacity: 0;
  }
  #header #menu-content {
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    background-color: #fff;
  }
  .js-enabled #header #menu-content {
    position: absolute;
    z-index: 2;
  }
  .menu-opened #header #menu-content {
    position: static;
  }
  #header #menu-content .nav-global,
#header #menu-content .nav-header {
    margin: 0;
  }
  #header #menu-content .nav-global > ul,
#header #menu-content .nav-header > ul {
    display: block;
  }
  #header #menu-content .nav-global {
    display: block;
    padding-bottom: 0;
    margin: 0;
  }
  #header #menu-content .nav-global > ul {
    margin-top: 0;
    text-align: center;
    gap: 0;
  }
  #header #menu-content .nav-global > ul > li {
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  #header #menu-content .nav-global > ul > li + li {
    margin-left: 0;
  }
  #header #menu-content .nav-global > ul > li > a {
    display: flex;
    position: relative;
    padding: 1.14286em 16px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border-bottom: 1px solid #999999;
    color: #333;
    gap: 16px;
    letter-spacing: 0;
    justify-content: left;
    align-items: center;
    transition: background-color 200ms;
  }
  #header #menu-content .nav-global > ul > li > a > svg {
    width: 32px;
    height: auto;
  }
  #header #menu-content .nav-global > ul > li > a > span {
    border-bottom: none;
    margin: 0;
  }
  #header #menu-content .nav-global > ul > li > a.current {
    background-color: #faebec !important;
  }
  #header #menu-content .nav-global > ul > li > a::before, #header #menu-content .nav-global > ul > li > a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 8px;
    height: 12px;
    background-image: url(/cmn/images/icon_gloNav_arrow.svg);
  }
  .js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a {
    padding-right: 16px;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a::before, #header #menu-content .nav-global > ul > li.has-submenu > a::after {
    top: 50%;
    left: unset;
    right: 16px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-right: 0;
    background-color: #ff1628;
    transform: rotate(0);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a::after {
    transform: rotate(90deg);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] {
    color: #ff1628;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 12px;
    margin-top: -1.5px;
    background-color: #ff1628;
    transform: rotate(0deg);
    transition: transform 200ms;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 12px;
    margin-top: -1.5px;
    margin-right: 0;
    background-color: #ff1628;
    transform: rotate(0deg);
    transition: transform 200ms;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::before, #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::after {
    content: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap {
    position: static;
    display: none;
    border: none;
    background-color: #f7f7f7;
    box-shadow: none;
    padding: 32px 16px 23px;
    max-height: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu {
    position: relative;
    display: block;
    padding: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col {
    display: block;
    width: 100%;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col:last-child {
    margin-bottom: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul {
    font-size: 85.71429%;
    margin-bottom: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li {
    margin-top: 0;
    margin-bottom: 16px;
    padding: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li + li::before {
    content: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li:last-child {
    margin-bottom: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a {
    display: block;
    color: #333;
    transition: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:hover, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:focus, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:active {
    color: #333;
    text-decoration: underline;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:hover > span, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:focus > span, #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col > ul > li > a:active > span {
    text-decoration: underline;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap > .submenu > .col + .col {
    margin-top: 34px;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu-wrap .submenu-close {
    display: none;
  }
  #header #menu-content .nav-header {
    padding: 12px 30px 14px 30px;
  }
  #header #menu-content .nav-header > ul {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: 253px;
    margin: 0 auto;
    gap: 16px;
    font-size: 85.71429%;
    text-align: center;
    flex-direction: row;
  }
  #header #menu-content .nav-header > ul > li {
    margin-top: .5em;
  }
  #header #menu-content .nav-header > ul > li.faq {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #header #menu-content .nav-header > ul > li.login {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  #header #menu-content .nav-header > ul > li.request {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  #header #menu-content .nav-header > ul > li.question {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  #header #menu-content .nav-header > ul > li > a {
    display: block;
    padding: .375em 10px;
    color: #333;
    letter-spacing: 0;
    transition: none;
  }
  #header #menu-content .nav-header > ul > li > a:hover, #header #menu-content .nav-header > ul > li > a:focus, #header #menu-content .nav-header > ul > li > a:active {
    color: #333;
    text-decoration: underline;
  }
  #header #menu-content .nav-header > ul > li > .nav-btn-01.request {
    order: -2;
    grid-row: 2/3;
    grid-column: 1/3;
  }
  #header #menu-content .nav-header > ul > li > .nav-btn-01.question {
    order: -1;
    grid-row: 3/4;
    grid-column: 1/3;
  }
  #header #menu-content #menu-close {
    display: block;
    width: 237px;
    margin: 0 auto 90px;
    border-radius: 27px;
    background-color: #e5e5e5;
    font-weight: bold;
    text-align: center;
    padding: 8px 26px 7px 26px;
  }
}
@media only screen and (max-width: 1300px) {
  #header #menu-content {
    grid-template-rows: auto auto auto;
  }
  #header #menu-content .site-logo {
    grid-row: 3/4;
  }
  #header #menu-content .nav-global {
    grid-row: 3/4;
  }
  #header #menu-content .nav-header {
    grid-row: 2/3;
  }
  #header #menu-content .country-selector {
    grid-row: 1/2;
  }
}
#content {
  position: relative;
}
#content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 144px;
  background: #ff1628 url(/cmn/images/bg-content-01.png) repeat scroll 0 0;
}
#content #main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
#content #main-inner {
  padding: 10px 30px 0 30px;
}
#content #main-inner > .nav-quick-01:last-child {
  margin-bottom: -40px;
}

@media only screen and (max-width: 960px) {
  #content #main-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-opened #content {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #content::before {
    height: 80px;
  }
  #content #main-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #content #main-inner > .nav-quick-01:last-child {
    margin-bottom: -30px;
  }
}
#footer {
  position: relative;
  margin-top: 40px;
  background-color: #000;
  color: #fff;
}
#footer .footer-link {
  padding: .1px 0;
  background-color: #11131C;
}
#footer .footer-link-01,
#footer .footer-link-02 {
  overflow: hidden;
  margin: 0 auto;
}
#footer .footer-link-01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1392px;
  margin-top: 60px;
}
#footer .footer-link-01 p,
#footer .footer-link-01 ul,
#footer .footer-link-01 dl {
  margin-bottom: 0;
}
#footer .footer-link-01 a {
  color: #fff;
}
#footer .footer-link-01 > .col {
  width: 25%;
  border-right: 1px solid #666;
  padding: 18px 23px 18px 24px;
}
#footer .footer-link-01 > .col:nth-child(4n+4) {
  border-right: none;
}
#footer .footer-link-01 > .col > dl > dd {
  margin-top: 1em;
  font-size: 85.71429%;
}
#footer .footer-link-01 > .col > dl > dd ul > li + li {
  margin-top: .75em;
}
#footer .footer-link-01 > .col > p + p {
  margin-top: .625em;
}
#footer .footer-link-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1372px;
  margin-top: 24px;
  margin-bottom: 31px;
  padding: 0 10px;
}
#footer .footer-link-02 > li {
  display: flex;
  width: 25%;
  margin-top: 12px;
  padding: 0 6px;
}
#footer .footer-link-02 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 34px;
  padding: .85714em 10px;
  background-color: #666;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms, color 200ms;
}
#footer .footer-link-02 > li > a:hover, #footer .footer-link-02 > li > a:focus, #footer .footer-link-02 > li > a:active {
  background-color: #ccc;
  color: #333;
}
#footer .footer-sns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
#footer .nav-pagetop {
  position: absolute;
  bottom: 100px;
  right: 20px;
  margin-bottom: 0;
}
#footer .nav-pagetop.fixed {
  position: fixed;
  top: inherit;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
#footer .nav-pagetop > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: rgba(50, 56, 63, .6);
}
#footer .nav-pagetop > a:hover, #footer .nav-pagetop > a:focus, #footer .nav-pagetop > a:active {
  background-color: #32383f;
}
#footer .nav-pagetop > a::before, #footer .nav-pagetop > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .nav-pagetop > a::after {
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer .nav-pagetop > a > span {
  position: absolute;
  top: -999em;
  left: -999em;
}
#footer .footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 10px;
}
#footer .copyright {
  line-height: 1.42858;
  margin-bottom: 0;
  text-align: center;
}
#footer .copyright small {
  font-size: 85.71429%;
}
#footer .footer-link_item + .footer-link_item {
  margin: 46px 0 0;
}
#footer .footer-link_dt {
  font-size: 14px;
}
#footer .footer-link_dt a:not([href]):hover {
  text-decoration: none;
}
#footer .footer-link_subLink a {
  font-size: 12px;
}
#footer .footer-link_dd {
  margin: 6px 0 0;
  padding: 0 0 0 6px;
}
#footer .footer-link_subLink > li + li {
  margin: 10px 0 0;
}
#footer .footer-link_subLink > li > a {
  display: block;
  position: relative;
  padding: 0 0 0 12px;
}
#footer .footer-link_subLink > li > a::before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
#footer .footer-link_list > li a,
#footer .footer-link_dt > a[href] {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 12px;
}
#footer .footer-link_list > li a::before,
#footer .footer-link_dt > a[href]::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 10px;
  transform: translate(0, -50%);
  background-image: url(/cmn/images/icon_gloNav_arrow-02.png);
}
#footer .footer-link_list > li + li {
  margin: 18px 0 0;
}
@media only screen and (max-width: 736px) {
  #footer .footer-link_item.footer-link_item-spNone {
    display: none;
  }
  #footer .footer-link_item + .footer-link_item,
#footer .footer-link_subLink > li + li,
#footer .footer-link_list > li + li,
#footer .footer-link_dd {
    margin-top: 0;
  }
  #footer .footer-link_dt {
    display: none;
  }
  #footer .footer-link_dd {
    padding: 0;
  }
  #footer .footer-link_subLink > li > a,
#footer .footer-link_list > li a,
#footer .footer-link_dt > a[href] {
    font-size: 14px;
    padding: .85714em 32px .85714em 16px;
  }
  #footer .footer-link_list > li a::before,
#footer .footer-link_dt > a[href]::before {
    content: none;
  }
  #footer .footer-link_list > li a::after,
#footer .footer-link_dt > a[href]::after,
#footer .footer-link_subLink > li > a::after {
    content: none;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 10px;
    transform: translate(0, -50%);
    background-image: url(/cmn/images/icon_gloNav_arrow-02.png);
    background-color: transparent;
  }
  #footer .footer-link_subLink > li > a::before {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  #footer .footer-link-01 > .col {
    padding: 18px 15px 18px 16px;
  }
  .menu-opened #footer {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #footer {
    margin-top: 75px;
  }
  #footer .footer-link-01 {
    margin-top: 0;
  }
  #footer .footer-link-01 a {
    position: relative;
    display: block;
    border-bottom: 1px solid #32383F;
    padding: .85714em 32px .85714em 16px;
    background-color: #11131C;
    text-decoration: none;
    transition: background-color 200ms;
  }
  #footer .footer-link-01 a::before, #footer .footer-link-01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 7px;
    height: 2px;
    margin-top: -3px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: right 200ms, background-color 200ms;
  }
  #footer .footer-link-01 a::after {
    margin-top: 1px;
    transform: rotate(-45deg);
  }
  #footer .footer-link-01 a:hover, #footer .footer-link-01 a:focus, #footer .footer-link-01 a:active {
    background-color: #545454;
  }
  #footer .footer-link-01 a:hover::before, #footer .footer-link-01 a:hover::after, #footer .footer-link-01 a:focus::before, #footer .footer-link-01 a:focus::after, #footer .footer-link-01 a:active::before, #footer .footer-link-01 a:active::after {
    right: 13px;
  }
  #footer .footer-link-01 > .col {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  #footer .footer-link-01 > .col > dl > dd {
    display: none;
  }
  #footer .footer-link-01 > .col > p + p {
    margin-top: 0;
  }
  #footer .footer-link-02 {
    margin-top: 12px;
    margin-bottom: 24px;
    display: block;
  }
  #footer .footer-link-02 > li {
    width: 100%;
  }
  #footer .nav-pagetop {
    position: absolute !important;
    top: -45px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    opacity: 1 !important;
  }
  #footer .nav-pagetop > a {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background-color: #32383F;
  }
}
/* =====================================
module
------------------------------------- */
.googlemaps {
  margin: 32px 0;
}
.googlemaps > iframe {
  display: none;
}
.js-enabled .googlemaps > iframe {
  display: block;
  width: 100%;
  height: 506px;
}

@media only screen and (max-width: 960px) {
  .googlemaps {
    margin: 32px 0;
  }
  .googlemaps > iframe {
    display: none;
  }
  .js-enabled .googlemaps > iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 736px) {
  .googlemaps {
    margin: 32px 0;
  }
  .googlemaps > iframe {
    display: none;
  }
  .js-enabled .googlemaps > iframe {
    height: 240px;
  }
}
.break-word {
  word-break: break-all;
}

.gtm-noscript {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* ===========================
heading
--------------------------- */
.hdg-page-01,
.hdg-news-01,
.hdg-blog-01 {
  margin: -10px -30px 0 -30px;
  background-color: #ff1628;
  background-image: url(/cmn/images/bg-page-hdg-01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.hdg-page-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child,
.hdg-news-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child,
.hdg-blog-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child {
  margin-top: 0;
}

.hdg-page-01 > h1,
.hdg-news-01 > p,
.hdg-blog-01 > p,
.hdg-report-01 > p {
  display: table;
  width: 100%;
  height: 188px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #fff;
  font-size: 228.57143%;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 91, 128, .2), 0 0 30px rgba(0, 110, 153, .5);
}

.hdg-page-01 > h1 > span,
.hdg-news-01 > p > span,
.hdg-blog-01 > p > span,
.hdg-report-01 > p > span {
  display: table-cell;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
}

.ranking .hdg-page-01 > h1 > span > span {
  display: table;
  margin: 10px auto 1.2em auto;
  border: 1px solid #fff;
  padding: .4em 1.2em;
  font-size: 43.75%;
}
.ranking .hdg-page-01 > h1 > span > small {
  font-size: 75%;
}
.ranking .hdg-page-01 > h1 > span > img {
  display: block;
  margin: 0 auto;
}

.ceremony .hdg-page-01 > h1 > span > small {
  font-size: 65%;
}

@media only screen and (max-width: 960px) {
  .hdg-page-01,
.hdg-news-01,
.hdg-blog-01,
.hdg-report-01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 736px) {
  .hdg-page-01,
.hdg-news-01,
.hdg-blog-01,
.hdg-report-01 {
    margin-left: 0;
    margin-right: 0;
  }

  .hdg-page-01 > h1,
.hdg-news-01 > p,
.hdg-blog-01 > p,
.hdg-report-01 > p {
    height: 104px;
    background-size: 50%;
    font-size: 157.14286%;
  }

  .hdg-page-01 > h1 > span,
.hdg-news-01 > p > span,
.hdg-blog-01 > p > span,
.hdg-report-01 > p > span {
    padding: 14px 10px;
  }

  .ranking .hdg-page-01 > h1 > span > span {
    margin-top: 0;
  }
  .ranking .hdg-page-01 > h1 > span > img {
    width: 116px;
  }
}
.hdg-section-01 {
  line-height: 1.425;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ff1628;
  padding-bottom: .35em;
  color: #ff1628;
  font-size: 200%;
}
.hdg-section-01 > span > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #ff1628;
  text-decoration: none;
}
.hdg-section-01 > span > a::before, .hdg-section-01 > span > a::after {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdg-section-01 > span > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hdg-section-01 > span > a:hover::before, .hdg-section-01 > span > a:hover::after, .hdg-section-01 > span > a:focus::before, .hdg-section-01 > span > a:focus::after, .hdg-section-01 > span > a:active::before, .hdg-section-01 > span > a:active::after {
  left: 4px;
}
.hdg-section-01.another-01 {
  position: relative;
}
.hdg-section-01.another-01 > span {
  display: block;
  min-height: 80px;
  margin-right: 150px;
}
.hdg-section-01.another-01 > .item {
  margin-right: 120px;
}
.hdg-section-01.another-01 > .img {
  position: absolute;
  top: .15em;
  right: 0;
  display: block;
}

.hdg-page-01 + .hdg-section-01 {
  margin-top: 1.425em;
}

@media only screen and (max-width: 736px) {
  .hdg-section-01 {
    line-height: 1.5;
    margin-bottom: 1.25em;
    font-size: 142.85714%;
  }
  .hdg-section-01.another-01 > span {
    min-height: inherit;
    margin-right: 0;
  }
  .hdg-section-01.another-01 > span small {
    line-height: 1.6;
    font-size: 70%;
  }
  .hdg-section-01.another-01 > .img {
    position: static;
    margin: .25em 0;
  }
}
.hdg-section-02 {
  line-height: 1.41666;
  margin-top: 1.9em;
  margin-bottom: 1.25em;
  border-left: 2px solid #ff1628;
  padding-left: 16px;
  color: #ff1628;
  font-size: 171.42857%;
}
.hdg-section-02 small {
  margin-left: .25em;
  font-size: 66.66667%;
}
.hdg-section-02.link {
  overflow: hidden;
}
.hdg-section-02.link > h1,
.hdg-section-02.link > h2,
.hdg-section-02.link > h3,
.hdg-section-02.link > h4,
.hdg-section-02.link > h5,
.hdg-section-02.link > h6 {
  float: left;
  margin-right: 20px;
}
.hdg-section-02.link > .link-arrow-01 {
  font-size: 58.33333%;
}
.hdg-section-02.link > .link-arrow-01::before, .hdg-section-02.link > .link-arrow-01::after {
  top: .6375em;
}

@media only screen and (max-width: 736px) {
  .hdg-section-02 {
    line-height: 1.55;
    margin-top: 2.1em;
    font-size: 128.5714%;
  }
  .hdg-section-02 small {
    font-size: 77.77778%;
  }
  .hdg-section-02.link > h1,
.hdg-section-02.link > h2,
.hdg-section-02.link > h3,
.hdg-section-02.link > h4,
.hdg-section-02.link > h5,
.hdg-section-02.link > h6 {
    margin-right: 10px;
  }
  .hdg-section-02.link > .link-arrow-01 {
    font-size: 72.22222%;
  }
  .hdg-section-02.link > .link-arrow-01::before, .hdg-section-02.link > .link-arrow-01::after {
    top: .6875em;
  }
}
.hdg-section-03 {
  position: relative;
  line-height: 1.45;
  margin-top: 2.1em;
  margin-bottom: 1.4em;
  padding-left: 18px;
  color: #ff1628;
  font-size: 157.14286%;
}
.hdg-section-03::before {
  content: "";
  position: absolute;
  top: .625em;
  left: 0;
  width: 8px;
  height: 0;
  display: block;
  border-top: 2px solid #ff1628;
}

@media only screen and (max-width: 736px) {
  .hdg-section-03 {
    line-height: 1.55;
    margin-top: 2.1em;
    margin-bottom: 1.25em;
    font-size: 128.5714%;
  }
  .hdg-section-03::before {
    top: .65em;
  }
}
.hdg-section-04 {
  line-height: 1.5;
  margin-top: 2.3em;
  margin-bottom: 1.5em;
  font-size: 142.85714%;
}

@media only screen and (max-width: 736px) {
  .hdg-section-04 {
    line-height: 1.55;
    margin-top: 2.1em;
    margin-bottom: 1.25em;
    font-size: 128.5714%;
  }
}
.hdg-section-05 {
  line-height: 1.425;
  margin-top: 2.1em;
  margin-bottom: .8em;
  color: #ff1628;
  font-size: 200%;
  text-align: center;
}
.hdg-section-05 > span > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #ff1628;
  text-decoration: none;
}
.hdg-section-05 > span > a::before, .hdg-section-05 > span > a::after {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdg-section-05 > span > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hdg-section-05 > span > a:hover::before, .hdg-section-05 > span > a:hover::after, .hdg-section-05 > span > a:focus::before, .hdg-section-05 > span > a:focus::after, .hdg-section-05 > span > a:active::before, .hdg-section-05 > span > a:active::after {
  left: 4px;
}

@media only screen and (max-width: 736px) {
  .hdg-section-05 {
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: .85em;
    font-size: 142.85714%;
  }
}
.hdg-section-06 {
  font-size: 1.5rem;
  color: #ff1628;
  margin-top: 1.7em;
  margin-bottom: 1em;
  text-align: center;
}
.hdg-section-06 > span {
  display: inline-block;
  padding-bottom: .25em;
  border-bottom: solid #ff1628 1px;
}

@media only screen and (max-width: 736px) {
  .hdg-section-06 {
    font-size: 1.125rem;
    margin-top: 1.9em;
  }
  .hdg-section-06 > span {
    width: 100%;
  }
}
.hdg-num-01 {
  font-size: 1.375rem;
  color: #ff1628;
  margin-bottom: .9em;
  padding-left: 40px;
  position: relative;
}
.hdg-num-01 .num {
  position: absolute;
  display: inline-block;
  width: 34px;
  line-height: 1;
  padding: 6px 0;
  left: 0;
  top: 0;
  background-color: #ff1628;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .hdg-num-01 {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
  }
}
.hdg-ranking {
  position: relative;
  min-height: 260px;
  margin-bottom: 1em;
  padding: 40px 20px 30px 20px;
  background: #a6072b url(/ranking/images/bg-hdg-ranking-01.png) no-repeat scroll 100% 0;
  background-size: contain;
  color: #fff;
}
.hdg-ranking::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
}
.hdg-ranking p {
  margin-bottom: 0;
}
.hdg-ranking .year {
  display: inline-block;
  line-height: 1.7;
  margin: 0 60% 0 0;
  padding: .25em 1.5em;
  background-color: #ff1628;
}
.hdg-ranking .hdg {
  display: inline-block;
  margin: 1em 25% 0 0;
}
.hdg-ranking .hdg h1 {
  line-height: 1.35;
  font-size: 228.57143%;
  text-indent: -.5em;
}
.hdg-ranking .hdg h1 br {
  display: none;
}
.hdg-ranking .hdg .participation {
  text-align: right;
}
.hdg-ranking .logo img {
  width: 232px;
  height: 92px;
}

@media only screen and (max-width: 736px) {
  .hdg-ranking {
    min-height: 173px;
    margin-bottom: .5em;
    padding: 10px 15px;
    background-position: 50% 50%;
    background-size: cover;
    color: #333;
  }
  .hdg-ranking::after {
    bottom: -2px;
    height: 2px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
  }
  .hdg-ranking .year {
    line-height: 1.65;
    padding: .2em 1em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    font-size: 85.71429%;
  }
  .hdg-ranking .hdg {
    margin: .5em 0 0 0;
    text-shadow: .15em 0 .25em #fff, 0 .15em .25em #fff, -.15em 0 .25em #fff, 0 -.15em .25em #fff;
  }
  .hdg-ranking .hdg h1 {
    display: inline;
    line-height: 1.5;
    margin-left: -.5em;
    font-size: 142.85714%;
    text-indent: 0;
  }
  .hdg-ranking .hdg h1 br,
.hdg-ranking .hdg h1 .participation {
    display: inline;
  }
  .hdg-ranking .hdg .participation {
    text-align: inherit;
    font-size: 71.42857%;
  }
  .hdg-ranking .logo img {
    width: 173px;
    height: 68px;
  }
}
.hdg-ranking-01 {
  font-size: 1.75rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3.3em;
  margin-bottom: 1em;
}
.hdg-ranking-01 > * {
  flex-shrink: 0;
}
.hdg-ranking-01 .sub-01 {
  font-size: .6428em;
}

@media only screen and (max-width: 736px) {
  .hdg-ranking-01 {
    margin-top: 1.6em;
    margin-bottom: 1em;
  }
}
.hdg-ranking-02 {
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  margin: 60px 0;
}
.hdg-ranking-02 > .inner {
  position: relative;
  background: #fff;
  padding: 0 44px;
  display: inline-block;
}
.hdg-ranking-02 > .inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 70px);
  top: calc(50% - 1px);
  left: -35px;
  background: #cd344d;
  z-index: -1;
}
.hdg-ranking-02 .sub-01 {
  font-size: .6428em;
  display: block;
}
@media only screen and (max-width: 736px) {
  .hdg-ranking-02 {
    font-size: 1.3rem;
  }
  .hdg-ranking-02 > .inner {
    padding: 0 39px;
  }
  .hdg-ranking-02 .sub-01 {
    font-size: .5em;
  }
}
.young .hdg-ranking-02 > .inner::before {
  background: #34b2cd;
}

/* ===========================
paragraph
--------------------------- */
.pgh-lead-01 {
  margin: 1.3em 0;
  line-height: 1.45;
  font-size: 157.14286%;
}

@media only screen and (max-width: 736px) {
  .pgh-lead-01 {
    margin: 1.25em 0;
    line-height: 1.55;
    font-size: 128.57143%;
  }
}
.pgh-lead-04 {
  text-align: center;
}
.pgh-lead-04 > .text {
  display: inline-block;
  position: relative;
  font-size: 1.375rem;
  margin: 1.2em 1.75em .5em;
  color: #ff1628;
}
.pgh-lead-04 > .text::before, .pgh-lead-04 > .text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #ff1628;
}
.pgh-lead-04 > .text::before {
  right: 100%;
  transform: rotate(-35deg);
  transform-origin: bottom right;
}
.pgh-lead-04 > .text::after {
  left: 100%;
  transform: rotate(35deg);
  transform-origin: bottom left;
}

.pgh-notice-01 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #666;
  font-size: 85.71429%;
}
.pgh-notice-01 + .pgh-notice-01 {
  margin-top: -1.45em;
}
.pgh-notice-01 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-01 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-01 a[data-telnum] {
  color: #666;
  text-decoration: none;
}

.pgh-notice-02 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #ff1628;
  font-size: 85.71429%;
}
.pgh-notice-02 + .pgh-notice-01 {
  margin-top: -1.45em;
}
.pgh-notice-02 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-02 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-02 a[data-telnum] {
  color: #666;
  text-decoration: none;
}

.pgh-notice-03 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #666;
  font-size: 85.71429%;
}
.pgh-notice-03 + .pgh-notice-03 {
  margin-top: -2.25em;
}
.pgh-notice-03 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-03 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-03 a[data-telnum] {
  color: #666;
  text-decoration: none;
}
#content .pgh-notice-03 + .pgh-notice-03.mt-0 {
  margin-top: -1.25em !important;
}
#content .pgh-notice-03.fs-l {
  font-size: 100% !important;
}

.pgh-interview-01 > dt {
  float: left;
  clear: both;
  margin-right: .6em;
  padding: 0 .3em;
  background-color: #ccc;
  color: #fff;
}
.pgh-interview-01 > dt .name-01 {
  background-color: #5e9cae;
}
.pgh-interview-01 > dt .name-02 {
  background-color: #658d1b;
}
.pgh-interview-01 > dt .name-03 {
  background-color: #005172;
}
.pgh-interview-01 > dd + dt,
.pgh-interview-01 > dd + dt + dd {
  margin-top: 1.2em;
}

.label-01 {
  display: inline-block;
  padding: .0425em 8px;
  background-color: #999;
  color: #fff;
  font-size: 85.71429%;
}
.label-01.talk, .label-01.interview-tip {
  background-color: #ea42ae;
}
.label-01.round_table {
  background-color: #ff5a5a;
}
.label-01.interview-library {
  background-color: #ff1628;
}
.label-01.analysis, .label-01.survey {
  background-color: #ff6700;
}
.label-01.report {
  background-color: #ffb81a;
}
.label-01.opinion, .label-01.training {
  background-color: #5bb700;
}
.label-01.media {
  background-color: #099;
}
.label-01.column {
  background-color: #2cd9dd;
}
.label-01.discussion {
  background-color: #174bd6;
}
.label-01.other {
  background-color: #5e22b8;
}

.label-tip-01 {
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  padding: 0 6px;
  font-size: 85.71429%;
}

/* ===========================
list
--------------------------- */
.list-link-01 .col2,
.list-link-01 .col3,
.list-link-01 .col4 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-link-01.col2::after,
.list-link-01.col3::after,
.list-link-01.col4::after,
.list-link-02::after {
  content: "";
  clear: both;
  display: block;
}

.list-link-01 > li,
.list-link-02 > li {
  margin-bottom: .6em;
}
.list-link-01 > li > a,
.list-link-02 > li > a {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-left: 18px;
}
.list-link-01 > li > a:hover::before, .list-link-01 > li > a:hover::after, .list-link-01 > li > a:focus::before, .list-link-01 > li > a:focus::after, .list-link-01 > li > a:active::before, .list-link-01 > li > a:active::after,
.list-link-02 > li > a:hover::before,
.list-link-02 > li > a:hover::after,
.list-link-02 > li > a:focus::before,
.list-link-02 > li > a:focus::after,
.list-link-02 > li > a:active::before,
.list-link-02 > li > a:active::after {
  left: 6px;
}

.list-link-01 > li {
  padding-left: 18px;
}

.list-link-02 > li {
  float: left;
  margin-right: 18px;
}

.list-link-02 > li:last-child {
  margin-right: 0;
}

.list-link-01.col2 > li,
.list-link-01.col3 > li,
.list-link-01.col4 > li {
  float: left;
  padding-left: 30px;
  padding-right: 12px;
}

.list-link-01.col2 > li {
  width: 50%;
}

.list-link-01.col3 > li {
  width: 33.33333%;
}

.list-link-01.col4 > li {
  width: 25%;
}

.list-link-01 > li > * {
  margin-top: .6em;
  margin-bottom: 0;
}

.list-link-01 > li > a {
  margin-left: -18px;
}

.list-link-01 > li > a::before,
.list-link-01 > li > a::after,
.list-link-02 > li > a::before,
.list-link-02 > li > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-link-01 > li > a::after,
.list-link-02 > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-link-01 .list-link-01 > li > a::before,
.list-link-01 .list-link-01 > li > a::after {
  width: 4px;
  background-color: #666;
}

.list-link-01 .list-link-01 > li > a::after {
  margin-top: 0;
}

@media only screen and (max-width: 736px) {
  .list-link-01.col2,
.list-link-01.col3,
.list-link-01.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-link-01.col2 > li,
.list-link-01.col3 > li,
.list-link-01.col4 > li {
    float: none;
    width: 100%;
    height: auto !important;
    padding-left: 18px;
    padding-right: 0;
  }
}
.list-bullet-01.col2,
.list-bullet-01.col3,
.list-bullet-01.col4 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-bullet-01.col2::after,
.list-bullet-01.col3::after,
.list-bullet-01.col4::after,
.list-bullet-02::after {
  content: "";
  clear: both;
  display: block;
}

.list-bullet-01 > li,
.list-bullet-02 > li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 18px;
}

.list-bullet-01.col2 > li,
.list-bullet-01.col3 > li,
.list-bullet-01.col4 > li {
  float: left;
  padding-left: 30px;
  padding-right: 12px;
}

.list-bullet-01.col2 > li {
  width: 50%;
}

.list-bullet-01.col3 > li {
  width: 33.33333%;
}

.list-bullet-01.col4 > li {
  width: 25%;
}

.list-bullet-02 > li {
  float: left;
  margin-right: 18px;
}

.list-bullet-02 > li:last-child {
  margin-right: 0;
}

.list-bullet-01 > li::before,
.list-bullet-02 > li::before {
  content: "";
  position: absolute;
  top: .575em;
  left: 4px;
  display: block;
  width: 6px;
  height: 0;
  border-top: 6px solid #ff1628;
}

.list-bullet-01.col2 > li::before,
.list-bullet-01.col3 > li::before,
.list-bullet-01.col4 > li::before {
  left: 16px;
}

.list-bullet-01 > li > * {
  margin-top: .6em;
}

.list-bullet-01 > li > *:last-child {
  margin-bottom: 0;
}

.list-bullet-01 .list-bullet-01 > li::before {
  top: .65em;
  left: 4px;
  width: 4px;
  border-top: 4px solid #999;
}

@media only screen and (max-width: 736px) {
  .list-bullet-01.col2,
.list-bullet-01.col3,
.list-bullet-01.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-bullet-01.col2 > li,
.list-bullet-01.col3 > li,
.list-bullet-01.col4 > li {
    float: none;
    width: 100%;
    height: auto !important;
    padding-left: 18px;
    padding-right: 0;
  }
  .list-bullet-01.col2 > li::before,
.list-bullet-01.col3 > li::before,
.list-bullet-01.col4 > li::before {
    left: 4px;
  }
}
.list-marked-01 > li {
  display: table;
  margin-bottom: .6em;
}
.list-marked-01 > li > .mark {
  display: table-cell;
  min-width: 30px;
  padding-right: .35em;
  text-align: right;
  white-space: nowrap;
}
.list-marked-01 > li > .content {
  display: table-cell;
  width: 100%;
}
.list-marked-01 > li > .content > * {
  margin-top: .6em;
  margin-bottom: 0;
}
.list-marked-01 > li > .content > [class^=list-] > li:last-child {
  margin-bottom: 0;
}

.list-ordered-01 > li {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: .6em;
}
.list-ordered-01 > li > * {
  margin-top: .6em;
  margin-bottom: 0;
}

.list-step-01 {
  margin: 1.35em 0 2.15em 0;
}
.list-step-01 > li {
  position: relative;
  padding-left: 128px;
}
.list-step-01 > li > .step {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: table;
  width: 100px;
  height: 100px;
  background-color: #5e9cae;
}
.list-step-01 > li > .step::before, .list-step-01 > li > .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
}
.list-step-01 > li > .step::before {
  left: 0;
  border-style: solid;
  border-width: 25px 0 0 50px;
  border-color: transparent transparent transparent #fff;
}
.list-step-01 > li > .step::after {
  right: 0;
  border-style: solid;
  border-width: 25px 50px 0 0;
  border-color: transparent #fff transparent transparent;
}
.list-step-01 > li > .step > span {
  display: table-cell;
  line-height: 1.15;
  padding-bottom: .5em;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.list-step-01 > li > .step > span > b {
  display: block;
  font-size: 162.5%;
}
.list-step-01 > li > .step + * {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  padding: 2em 0;
}
.list-step-01 > li > .step + * > dt {
  margin-bottom: 1em;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-step-01 > li > .step + * > dt sup {
  font-weight: normal;
}
.list-step-01 > li > .step + * > *:last-child,
.list-step-01 > li > .step + * > dd > *:last-child {
  margin-bottom: 0;
}
.list-step-01 > li:last-child > .step + * {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .list-step-01 > li {
    padding-left: 70px;
  }
  .list-step-01 > li > .step {
    width: 60px;
    min-height: 60px;
  }
  .list-step-01 > li > .step::before {
    border-width: 15px 0 0 30px;
  }
  .list-step-01 > li > .step::after {
    border-width: 15px 30px 0 0;
  }
}
.list-step-02 {
  margin: 1.35em 0 2.15em 0;
  padding: 0 100px;
}
.list-step-02 > ol {
  position: relative;
  display: table;
  width: 100%;
}
.list-step-02 > ol > li {
  display: table-cell;
  color: #666;
  font-size: 114.28571%;
}
.list-step-02 > ol > li.current {
  color: #5d9cad;
  font-weight: bold;
}
.list-step-02 > ol > li::before {
  content: "";
  position: absolute;
  top: 13px;
  z-index: 2;
  display: block;
  width: 47.5%;
  height: 6px;
  background-color: #efefef;
}
.list-step-02 > ol > li:nth-child(1) {
  text-align: left;
}
.list-step-02 > ol > li:nth-child(1)::before {
  content: none;
}
.list-step-02 > ol > li:nth-child(2) {
  text-align: center;
}
.list-step-02 > ol > li:nth-child(2)::before {
  left: 2.5%;
}
.list-step-02 > ol > li:nth-child(3) {
  text-align: right;
}
.list-step-02 > ol > li:nth-child(3)::before {
  left: 50%;
}
.list-step-02 > ol > li.current::before, .list-step-02 > ol > li.done::before {
  background-color: #5d9cad;
}
.list-step-02 > ol > li > span {
  position: relative;
  display: block;
  padding-top: 45px;
}
.list-step-02 > ol > li > span::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.list-step-02 > ol > li:nth-child(1) > span::before {
  left: .4em;
}
.list-step-02 > ol > li:nth-child(2) > span::before {
  left: 50%;
  margin-left: -10px;
}
.list-step-02 > ol > li:nth-child(3) > span::before {
  right: .4em;
}
.list-step-02 > ol > li.current > span::before {
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 6px solid #5d9cad;
  background-color: #fff;
}
.list-step-02 > ol > li.current:nth-child(1) > span::before {
  left: .05em;
}
.list-step-02 > ol > li.current:nth-child(2) > span::before {
  margin-left: -16px;
}
.list-step-02 > ol > li.current:nth-child(3) > span::before {
  right: .05em;
}
.list-step-02 > ol > li.done > span::before {
  background-color: #5d9cad;
}

@media only screen and (max-width: 736px) {
  .list-step-02 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .list-step-02 {
    padding: 0 20px;
  }
}
.list-step-03 {
  display: table;
  table-layout: fixed;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 2.5em auto;
}
.list-step-03 > li {
  display: table-cell;
  vertical-align: middle;
}
.list-step-03 > li > span {
  display: table;
  width: 100%;
}
.list-step-03 > li > span > span {
  position: relative;
  display: table-cell;
  height: 80px;
  line-height: 1.25;
  padding: .25em 35px .25em 10px;
  background-color: #5e9cae;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.list-step-03 > li > span > span::before, .list-step-03 > li > span > span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.list-step-03 > li > span > span::before {
  top: 0;
  border-width: 0 35px 40px 0;
  border-color: transparent #fff transparent transparent;
}
.list-step-03 > li > span > span::after {
  bottom: 0;
  border-width: 0 0 40px 35px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (max-width: 736px) {
  .list-step-03 > li > span > span {
    padding: .25em 15px .25em 5px;
  }
  .list-step-03 > li > span > span::before {
    border-right-width: 25px;
  }
  .list-step-03 > li > span > span::after {
    border-left-width: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .list-step-03 > li > span > span {
    font-size: 85.71429%;
  }
}
.list-step-04 {
  display: flex;
  overflow: hidden;
}
.list-step-04 > li {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #ff1628;
  border-right: none;
  padding: 1em 24px 1em 8px;
  background-color: #fff;
  color: #ff1628;
  font-size: 100%;
  font-weight: bold;
}
.list-step-04 > li::before, .list-step-04 > li::after {
  content: "";
  position: absolute;
  right: -98px;
  z-index: 1;
  display: block;
  width: 100px;
  height: 200px;
  border-left: 2px solid #ff1628;
  background-color: #fff;
}
.list-step-04 > li::before {
  bottom: calc(50% - 1px);
  transform-origin: 0 100%;
  transform: rotate(-30deg);
}
.list-step-04 > li::after {
  top: calc(50% - 1px);
  transform-origin: 0 0;
  transform: rotate(30deg);
}
.list-step-04 > li:nth-child(1) {
  z-index: 1;
}
.list-step-04 > li:nth-child(2) {
  z-index: 2;
}
.list-step-04 > li:nth-child(3) {
  z-index: 3;
}
.list-step-04 > li:nth-child(4) {
  z-index: 4;
}
.list-step-04 > li:nth-child(5) {
  z-index: 5;
}
.list-step-04 > li:nth-child(6) {
  z-index: 6;
}
.list-step-04 > li:nth-child(7) {
  z-index: 7;
}
.list-step-04 > li:nth-child(8) {
  z-index: 8;
}
.list-step-04 > li:nth-child(9) {
  z-index: 9;
}
.list-step-04 > li:nth-child(10) {
  z-index: 10;
}
.list-step-04 > li > span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 736px) {
  .list-step-04 {
    display: block;
  }
  .list-step-04 > li {
    display: block;
    overflow: visible;
    border-right: 2px solid #ff1628;
    padding: .85em 8px;
  }
  .list-step-04 > li::before, .list-step-04 > li::after {
    content: none;
  }
  .list-step-04 > li + li {
    margin-top: 18px;
  }
  .list-step-04 > li + li::before {
    content: "";
    top: -16px;
    right: 50%;
    bottom: inherit;
    width: 0;
    height: 0;
    margin-right: -6px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ccc transparent transparent transparent;
    transform: none;
  }
}
.list-desc-01 > dt {
  font-weight: bold;
}
.list-desc-01 > dt + dd {
  margin-top: .6em;
}
.list-desc-01 > dd + dt {
  margin-top: 1.4em;
}
.list-desc-01 > dd > .list-desc-01 {
  margin: 15px 0 0 15px;
}
.list-desc-01 > dd > .list-desc-01 > dt + dd {
  margin-top: .3rem;
}

.list-ranking-01 {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.list-ranking-01 > li {
  display: table;
  table-layout: fixed;
  float: left;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.list-ranking-01 > li.top10 {
  float: none;
  width: 100%;
}

.list-ranking-01 > li > .num,
.list-ranking-01 > li > .link,
.list-ranking-01 > li > .times {
  display: table-cell;
  vertical-align: middle;
}

.list-ranking-01 > li > .num {
  width: 100px;
  padding: 10px 0;
  text-align: center;
}

.list-ranking-01 > li > .num > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: .2em;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}

.list-ranking-01 > li.top3 > .num {
  padding: 15px 0;
}

.list-ranking-01.latest > li.top10 > .num {
  padding: 20px 0;
}

.list-ranking-01 > li.top10 > .num > span {
  background-color: #666;
  font-size: 128.57143%;
}

.list-ranking-01 > li.top3 > .num > span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: .15em;
  font-size: 171.42857%;
}

.list-ranking-01.latest > li.top3 > .num > span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 200%;
}

.list-ranking-01 > li.top3:nth-child(1) > .num > span {
  background-color: #c5b519;
  background-image: linear-gradient(135deg, #d7cb5e 0, #d7cb5e 49%, #c5b519 51%, #c5b519 100%);
}

.list-ranking-01 > li.top3:nth-child(2) > .num > span {
  background-color: #bcbba7;
  background-image: linear-gradient(135deg, #d0d0c2 0, #d0d0c2 49%, #bcbba7 51%, #bcbba7 100%);
}

.list-ranking-01 > li.top3:nth-child(3) > .num > span {
  background-color: #c57c19;
  background-image: linear-gradient(135deg, #d7a45e 0, #d7a45e 49%, #c57c19 51%, #c57c19 100%);
}

.list-ranking-01 > li > .link {
  line-height: 1.25;
  padding: 5px;
  font-size: 114.28571%;
}

.list-ranking-01 > li > .link img {
  vertical-align: middle;
}

.list-ranking-01 > li > .link img.logo {
  margin-right: 28px;
}

.list-ranking-01 > li.top10 > .link img.logo {
  width: 140px;
  height: 50px;
}

.list-ranking-01 > li.top3 > .link img.logo {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-ranking-01 > li > .link a {
  display: inline-block;
  color: #333;
}

.list-ranking-01 > li > .link a:hover,
.list-ranking-01 > li > .link a:focus,
.list-ranking-01 > li > .link a:active {
  color: #ff1628;
}

.list-ranking-01 > li > .link a sup {
  vertical-align: baseline;
}

.list-ranking-01 > li.top3 > .link a {
  font-size: 112.5%;
}

.list-ranking-01.latest > li.top3 > .link a {
  font-size: 125%;
}

.list-ranking-01 > li.top3 > .link a sup {
  font-size: 70%;
}

.list-ranking-01 > li > .times {
  width: 120px;
  padding: 0 20px 0 0;
  color: #666;
  font-size: 85.71429%;
  text-align: center;
}

.list-ranking-01 > li > .times .comment {
  display: inline-block;
  color: #fff;
  background: #ff1628 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  padding: 4px 6px 3px 18px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.list-ranking-01 > li > .times .comment:hover,
.list-ranking-01 > li > .times .comment:focus {
  background: #881f26 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .list-ranking-01 > li {
    float: none;
    width: 100%;
    height: auto !important;
  }

  .list-ranking-01 > li > .num {
    width: 80px;
  }

  .list-ranking-01 > li.top3 > .num > span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .list-ranking-01 > li > .link img.logo {
    margin-right: 16px;
  }

  .list-ranking-01 > li.top3 > .link a {
    font-size: 114.28571%;
  }

  .list-ranking-01 > li.top3 > .link a sup {
    font-size: 77.77777%;
  }

  .list-ranking-01 > li > .times {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 736px) {
  .list-ranking-01 {
    border-left: 0;
  }

  .list-ranking-01 > li {
    position: relative;
    border-right: 0;
    padding: 10px 10px 10px 0;
  }

  .list-ranking-01 > li.top3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .list-ranking-01 > li > .num {
    width: 62px;
  }

  .list-ranking-01 > li > .num,
.list-ranking-01 > li.top10 > .num {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-ranking-01 > li > .num > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 85.71429%;
  }

  .list-ranking-01 > li.top10 > .num > span {
    font-size: 114.28571%;
  }

  .list-ranking-01 > li.top3 > .num > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 142.85714%;
  }

  .list-ranking-01.times > li > .link,
.list-ranking-01.times > li > .times {
    display: block;
  }

  .list-ranking-01 > li > .link {
    padding: 0;
  }

  .list-ranking-01.logo > li > .link {
    padding-left: 80px;
  }

  .list-ranking-01.logo > li > .link img.logo {
    position: absolute;
    top: 50%;
    left: 62px;
    display: block;
    width: 70px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .list-ranking-01.logo > li.top3 > .link img.logo {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-ranking-01 > li > .times {
    width: auto;
    margin-top: .25em;
    padding: 0;
    text-align: left;
  }

  .list-ranking-01.times > li > .times {
    padding-left: 80px;
  }

  .list-ranking-01.times > li > .times .comment {
    display: table;
  }
}
.list-ranking-03 {
  display: flex;
  flex-wrap: wrap;
}
.list-ranking-03.has-index {
  margin-left: -30px;
  margin-right: -30px;
}
.list-ranking-03.has-index > li {
  width: calc(50% - 30px);
}
.list-ranking-03.has-index > li:nth-child(n+6):nth-child(even) {
  border-left-width: 1px;
  margin-left: 30px;
}
.list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
  border-left-width: 0;
  margin-right: 30px;
}
.list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
  border-width: 0;
  padding: 0 30px;
  position: relative;
  display: block;
}
.list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num, .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
  position: absolute;
}
.list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2) {
  width: 50%;
  margin-bottom: 3.2em;
  font-size: 1.375rem;
}
.list-ranking-03.has-index > li:nth-child(1) > a .logo, .list-ranking-03.has-index > li:nth-child(2) > a .logo {
  max-width: 130px;
  margin-right: 27px;
}
.list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
  font-size: 3.75rem;
  width: 80px;
  height: 80px;
  top: -20px;
  left: 50px;
}
.list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
  width: 33.3333%;
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.list-ranking-03.has-index > li:nth-child(3) > a .logo, .list-ranking-03.has-index > li:nth-child(4) > a .logo, .list-ranking-03.has-index > li:nth-child(5) > a .logo {
  max-width: 100px;
  margin-right: 14px;
}
.list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
  font-size: 2.25rem;
  width: 50px;
  height: 50px;
  top: -24px;
  left: 40px;
}
.list-ranking-03.has-index > li:nth-child(6), .list-ranking-03.has-index > li:nth-child(7) {
  border-top-width: 1px;
}
.list-ranking-03.has-index > li > a > .img {
  overflow: hidden;
}
.list-ranking-03.has-index > li > a > .img img {
  transition: transform 400ms;
  width: 100%;
}
.list-ranking-03 > li {
  width: 50%;
  padding: .8em 28px;
  display: flex;
  align-items: center;
  border: solid #dadada;
  border-width: 0 1px 1px 0;
  font-size: 1rem;
}
.list-ranking-03 > li:nth-child(odd) {
  border-left-width: 1px;
}
.list-ranking-03 > li:nth-child(1), .list-ranking-03 > li:nth-child(2) {
  border-top-width: 1px;
}
.list-ranking-03 > li.top10 > .num {
  background-color: #171a1d;
}
.list-ranking-03 > li.top3:nth-child(1) > .num {
  background-color: #b4a25a;
}
.list-ranking-03 > li.top3:nth-child(2) > .num {
  background-color: #777;
}
.list-ranking-03 > li.top3:nth-child(3) > .num {
  background-color: #74613d;
}
.list-ranking-03 > li > a {
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
}
.list-ranking-03 > li > a:hover, .list-ranking-03 > li > a:focus, .list-ranking-03 > li > a:active {
  color: #ff1628;
}
.list-ranking-03 > li > a:hover > .img img, .list-ranking-03 > li > a:focus > .img img, .list-ranking-03 > li > a:active > .img img {
  transform: scale(1.2);
}
.list-ranking-03 > li > a > span {
  display: flex;
  align-items: center;
}
.list-ranking-03 > li > a > span + span {
  margin-top: .6em;
}
.list-ranking-03 > li > a .logo {
  margin-right: 33px;
}
.list-ranking-03 > li > .num {
  display: table;
  width: 40px;
  height: 40px;
  background-color: #656565;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-size: 1.375rem;
  flex-shrink: 0;
  text-align: center;
  margin-right: 33px;
  z-index: 1;
}
.list-ranking-03 > li > .num > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .list-ranking-03.has-index {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-ranking-03.has-index > li {
    width: calc(50% - 20px);
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even) {
    margin-left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-right: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
    left: 40px;
  }
  .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
    left: 30px;
  }
}
@media only screen and (max-width: 736px) {
  .list-ranking-03.has-index {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-ranking-03.has-index::before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    order: 5;
  }
  .list-ranking-03.has-index > li {
    order: 6;
    width: 100%;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even), .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    border-left-width: 1px;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0 10px;
    font-size: 1rem;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2) {
    margin-bottom: 40px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > a .logo, .list-ranking-03.has-index > li:nth-child(2) > a .logo {
    max-width: 100px;
    margin-right: 14px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
    font-size: 2.25rem;
    width: 50px;
    height: 50px;
    top: -15px;
    left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    width: 50%;
  }
  .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
    top: -15px;
    left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1) {
    order: 0;
  }
  .list-ranking-03.has-index > li:nth-child(2) {
    order: 1;
  }
  .list-ranking-03.has-index > li:nth-child(3) {
    order: 2;
  }
  .list-ranking-03.has-index > li:nth-child(4) {
    order: 3;
  }
  .list-ranking-03.has-index > li:nth-child(5) {
    order: 4;
  }
  .list-ranking-03.has-index > li:nth-child(7) {
    border-top-width: 0;
  }
  .list-ranking-03 > li {
    width: 100%;
    border-width: 0 1px 1px;
  }
  .list-ranking-03 > li:nth-child(2) {
    border-top-width: 0;
  }
}
@media only screen and (max-width: 541px) {
  .list-ranking-03.has-index {
    margin-left: 0;
    margin-right: 0;
  }
  .list-ranking-03.has-index::before {
    content: none;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even), .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0;
    width: 100%;
  }
  .list-ranking-03 > li {
    padding: 1em 10px;
    font-size: .875rem;
  }
  .list-ranking-03 > li > a .logo {
    max-width: 104px;
    margin-right: 10px;
  }
  .list-ranking-03 > li > .num {
    margin-right: 10px;
  }
}
.woman .list-ranking-04 li > a .data .name {
  color: #cd344d;
}
.woman .list-ranking-04 li > a .data .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woman .list-ranking-04 li > .contents .data .name {
  color: #cd344d;
}
.woman .list-ranking-04 li > .contents .data .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.young .list-ranking-04 li > a .data .name {
  color: #098eaa;
}
.young .list-ranking-04 li > .contents .data .name {
  color: #098eaa;
}
.list-ranking-04 li {
  position: relative;
}
.list-ranking-04 li + li {
  margin-top: 70px;
}
@media only screen and (max-width: 736px) {
  .list-ranking-04 li + li {
    margin-top: 53px;
  }
}
.list-ranking-04 li.no-01 .num {
  background-color: #b4a25a;
}
.list-ranking-04 li.no-02 .num {
  background-color: #6b8da0;
}
.list-ranking-04 li.no-03 .num {
  background-color: #6f4c2d;
}
.list-ranking-04 li.is-hide {
  display: none;
}
.list-ranking-04 li.list-cta {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 40px;
  border: #ff1628 3px solid;
  border-radius: 10px;
  background-color: #fff;
}
.list-ranking-04 li.list-cta .list-cta__title {
  color: #ff1628;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.list-ranking-04 li.list-cta .list-cta__text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.list-ranking-04 li.list-cta .list-cta__wrap {
  background-color: #f7f7f7;
  padding: 30px 10px;
}
.list-ranking-04 li.list-cta .list-cta__inner {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}
.list-ranking-04 li.list-cta .list-cta__innerTitle {
  color: #ff1628;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.list-ranking-04 li.list-cta .list-cta__image {
  margin-bottom: 12px;
}
.list-ranking-04 li.list-cta .list-cta__innerText {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.list-ranking-04 li.list-cta .link-btn-10 {
  margin-top: 0;
}
.list-ranking-04 li.list-cta .link-btn-10 .inner {
  min-width: auto;
  width: 100%;
}
.list-ranking-04 li.list-cta .link-btn-10 .inner::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .list-ranking-04 li.list-cta {
    margin-block: 65px;
    padding: 24px 12px;
  }
  .list-ranking-04 li.list-cta .list-cta__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .list-ranking-04 li.list-cta .list-cta__text {
    margin-bottom: 20px;
  }
  .list-ranking-04 li.list-cta .list-cta__wrap {
    padding: 30px 20px;
  }
  .list-ranking-04 li.list-cta .list-cta__innerTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .list-ranking-04 li.list-cta .list-cta__image {
    margin-bottom: 20px;
  }
  .list-ranking-04 li.list-cta .list-cta__innerText {
    margin-bottom: 20px;
  }
}
.list-ranking-04 li .num {
  background: #2e2e2e;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  width: 56px;
  height: 56px;
  top: -10px;
  left: -5px;
  line-height: 1;
  display: table;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  text-align: center;
  z-index: 1;
  transform: rotate(45deg);
}
.list-ranking-04 li .num > span {
  display: table-cell;
  vertical-align: middle;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 736px) {
  .list-ranking-04 li .num {
    width: 50px;
    height: 50px;
    top: -5px;
    left: 0;
    font-size: 1.5rem;
  }
}
.list-ranking-04 li > a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > a {
    display: block;
  }
}
.list-ranking-04 li > a > .img {
  overflow: hidden;
  display: block;
}
.list-ranking-04 li > a > .img img {
  transition-duration: .3s;
  width: 100%;
}
.list-ranking-04 li > a .data {
  width: 50%;
  margin: 0 0 0 30px;
}
.list-ranking-04 li > a .data .name {
  color: #866b01;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.list-ranking-04 li > a .data .logo {
  margin-bottom: 15px;
}
.list-ranking-04 li > a .data > .list {
  color: #666;
  margin-bottom: 0;
}
.list-ranking-04 li > a .data > .list > li {
  display: flex;
  line-height: 2;
}
.list-ranking-04 li > a .data > .list > li + li {
  margin-top: 3px;
}
.list-ranking-04 li > a .data > .list > li:last-child p {
  margin-bottom: 0;
}
.list-ranking-04 li > a .data > .list > li .img {
  width: 22px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.list-ranking-04 li > a .data > .list > li .img.icon-01 img {
  max-width: 14px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-02 img {
  max-width: 14px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-03 img {
  max-width: 22px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-04 img {
  max-width: 13px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-05 img {
  max-width: 20px;
}
.list-ranking-04 li > a .data > .list > li .cat {
  display: inline-block;
  background: #4e3e01;
  color: #fff;
  padding: 7px 8px 4px;
  margin-left: 3px;
  line-height: 1.1;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > a .data {
    margin: 0;
    width: 100%;
  }
  .list-ranking-04 li > a .data .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  .list-ranking-04 li > a .data .wrap .name {
    font-size: 16px;
    padding: 0;
  }
  .list-ranking-04 li > a .data .wrap .logo {
    width: 80px;
  }
}
.list-ranking-04 li > a:hover, .list-ranking-04 li > a:focus, .list-ranking-04 li > a:active {
  text-decoration: none;
}
.list-ranking-04 li > a:hover > .img img, .list-ranking-04 li > a:focus > .img img, .list-ranking-04 li > a:active > .img img {
  transform: scale(1.1);
}
.list-ranking-04 li > .contents {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > .contents {
    display: block;
  }
}
.list-ranking-04 li > .contents > .img {
  overflow: hidden;
  display: block;
}
.list-ranking-04 li > .contents > .img img {
  transition-duration: .3s;
  width: 100%;
}
.list-ranking-04 li > .contents .data {
  width: 50%;
  margin: 0 0 0 30px;
}
.list-ranking-04 li > .contents .data .name {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.list-ranking-04 li > .contents .data .name > a {
  color: #866b01;
}
.list-ranking-04 li > .contents .data .logo {
  margin-bottom: 15px;
}
.list-ranking-04 li > .contents .data > .list {
  color: #666;
  margin-bottom: 0;
}
.list-ranking-04 li > .contents .data > .list > li {
  display: flex;
  line-height: 2;
}
.list-ranking-04 li > .contents .data > .list > li + li {
  margin-top: 3px;
}
.list-ranking-04 li > .contents .data > .list > li:last-child p {
  margin-bottom: 0;
}
.list-ranking-04 li > .contents .data > .list > li .img {
  width: 22px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-01 img {
  max-width: 14px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-02 img {
  max-width: 14px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-03 img {
  max-width: 22px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-04 img {
  max-width: 13px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-05 img {
  max-width: 20px;
}
.list-ranking-04 li > .contents .data > .list > li .cat {
  display: inline-block;
  background: #4e3e01;
  color: #fff;
  padding: 7px 8px 4px;
  margin-left: 3px;
  line-height: 1.1;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > .contents .data {
    margin: 0;
    width: 100%;
  }
  .list-ranking-04 li > .contents .data .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  .list-ranking-04 li > .contents .data .wrap .name {
    font-size: 16px;
    padding: 0;
  }
  .list-ranking-04 li > .contents .data .wrap .logo {
    width: 80px;
  }
}
.list-ranking-04 li > .contents:hover, .list-ranking-04 li > .contents:focus, .list-ranking-04 li > .contents:active {
  text-decoration: none;
}
.list-ranking-04 li > .contents:hover > .img img, .list-ranking-04 li > .contents:focus > .img img, .list-ranking-04 li > .contents:active > .img img {
  transform: scale(1.1);
}
.list-ranking-04 li .inner .link-arrow-03 {
  margin: 12px 0 0;
}

.list-ranking-04 li > .contents:hover > .img img,
.list-ranking-04 li > .contents:focus > .img img,
.list-ranking-04 li > .contents:active > .img img {
  transform: none;
}

.list-ranking-04 li > .contents > .img > a:hover img,
.list-ranking-04 li > .contents > .img > a:focus img,
.list-ranking-04 li > .contents > .img > a:active img {
  transform: scale(1.1);
}

.list-note-01 li {
  font-size: 12px;
  padding-left: 36px;
  position: relative;
}
.list-note-01 li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.list-blog-01 {
  margin: 0 -14px;
}
.list-blog-01::after {
  content: "";
  clear: both;
  display: block;
}
.list-blog-01 > li {
  float: left;
  width: 50%;
  margin: 0 0 2em 0;
  padding: 0 14px;
}
.list-blog-01 > li > a {
  display: block;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.list-blog-01 > li > a > p {
  margin-bottom: 0;
}
.list-blog-01 > li > a > .img {
  overflow: hidden;
}
.list-blog-01 > li > a > .img img {
  width: 100%;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-will-change: -webkit-transform;
  will-change: transform;
}
.list-blog-01 > li > a > .text {
  padding: 1em 16px;
}
.list-blog-01 > li > a > .text > .title,
.list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
  display: block;
}
.list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
  margin-top: .5em;
}
.list-blog-01 > li > a > .text > .title {
  line-height: 1.5;
  font-size: 128.57143%;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.list-blog-01 > li > a > .text > .meta {
  color: #666;
}
.list-blog-01 > li > a > .text > .meta > .category {
  display: inline-block;
  margin-left: .5em;
  padding: .05em .4em;
  background-color: #999;
  color: #fff;
}
.list-blog-01 > li > a > .text > .meta > .category.category-01 {
  background-color: #5e9cae;
}
.list-blog-01 > li > a > .text > .meta > .category.category-02 {
  background-color: #658d1b;
}
.list-blog-01 > li > a > .text > .meta > .category.category-03 {
  background-color: #612141;
}
.list-blog-01 > li > a > .text > .meta > .category.category-04 {
  background-color: #f0ab00;
}
.list-blog-01 > li > a > .text > .meta > .category.category-05 {
  background-color: #ff1628;
}
.list-blog-01 > li > a > .text .link-arrow-01 {
  display: inline-block;
  margin-top: .75em;
}
.list-blog-01 > li > a > .text .link-arrow-01::before, .list-blog-01 > li > a > .text .link-arrow-01::after {
  transition: left 200ms;
}
.list-blog-01 > li > a:hover, .list-blog-01 > li > a:focus, .list-blog-01 > li > a:active {
  background-color: #f9f9f9;
}
.list-blog-01 > li > a:hover > .img img, .list-blog-01 > li > a:focus > .img img, .list-blog-01 > li > a:active > .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.list-blog-01 > li > a:hover > .text > .title, .list-blog-01 > li > a:focus > .text > .title, .list-blog-01 > li > a:active > .text > .title {
  color: #ff1628;
}
.list-blog-01 > li > a:hover > .text .link-arrow-01, .list-blog-01 > li > a:focus > .text .link-arrow-01, .list-blog-01 > li > a:active > .text .link-arrow-01 {
  text-decoration: underline;
}
.list-blog-01 > li > a:hover > .text .link-arrow-01::before, .list-blog-01 > li > a:hover > .text .link-arrow-01::after, .list-blog-01 > li > a:focus > .text .link-arrow-01::before, .list-blog-01 > li > a:focus > .text .link-arrow-01::after, .list-blog-01 > li > a:active > .text .link-arrow-01::before, .list-blog-01 > li > a:active > .text .link-arrow-01::after {
  left: 6px;
}

@media only screen and (max-width: 736px) {
  .list-blog-01 {
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .list-blog-01 > li {
    float: none;
    width: auto;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .list-blog-01 > li > a {
    display: table;
    height: auto !important;
    margin: 1.22857em 0;
    background-color: transparent;
  }
  .list-blog-01 > li > a > .img,
.list-blog-01 > li > a > .text {
    display: table-cell;
    vertical-align: top;
  }
  .list-blog-01 > li > a > .img {
    width: 33.33334%;
    padding: .2em 0;
  }
  .list-blog-01 > li > a > .text {
    padding: 0 0 0 10px;
  }
  .list-blog-01 > li > a > .text > .title {
    font-size: 100%;
  }
  .list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
    margin-top: .75em;
    font-size: 85.71429%;
  }
  .list-blog-01 > li > a:hover, .list-blog-01 > li > a:focus, .list-blog-01 > li > a:active {
    background-color: transparent;
  }
  .list-blog-01 > li > a:hover > .img img, .list-blog-01 > li > a:focus > .img img, .list-blog-01 > li > a:active > .img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.list-article-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.42857em -28px;
}
.list-article-01 > li {
  display: flex;
  width: calc((100% - .1px) / 3);
  margin-bottom: 2em;
  padding-left: 28px;
}
.list-article-01 > li[hidden] {
  display: none;
}
.list-article-01 > li > a {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding-top: 61.81818%;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  transition: box-shadow 400ms;
}
.js-tip-content-list .list-article-01 > li > a {
  padding-top: 66.81818%;
}
.edge .list-article-01 > li > a {
  padding-top: 0;
}
.edge .list-article-01 > li > a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.81818%;
}
.list-article-01 > li > a > .new {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
  display: block;
  width: 86px;
  height: 86px;
  padding-top: 64px;
  background-color: rgba(255, 22, 40, .9);
  color: #fff;
  font-size: 85.71429%;
  text-align: center;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.list-article-01 > li > a > .text {
  padding: 1.5em 24px;
}
.list-article-01 > li > a > .text > *:last-child {
  margin-bottom: 0;
}
.list-article-01 > li > a > .text .attribute .label-01 + .date {
  margin-left: 8px;
}
.list-article-01 > li > a > .text .attribute .date {
  display: inline-block;
  padding: .0425em 0;
  color: #666;
  font-size: 85.71429%;
}
.list-article-01 > li > a > .text .attribute-list {
  margin-top: -10px;
  margin-bottom: 0;
}
.list-article-01 > li > a > .text .attribute-list li {
  margin-top: 10px;
  margin-right: 4px;
}
.list-article-01 > li > a > .text .attribute-list li:last-child {
  margin-right: 0;
}
.list-article-01 > li > a > .text .hdg {
  margin-bottom: .75em;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-article-01 > li > a > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.list-article-01 > li > a > .img > img {
  transition: transform 400ms;
}
.list-article-01 > li > a .button {
  position: relative;
  width: 100%;
  max-width: 254px;
  padding: 14px 20px;
  border: 1px solid #ff1628;
  border-radius: 25em;
  background-color: #fff;
  text-align: center;
  margin: 12px auto 0;
  font-size: 100%;
  font-weight: bold;
  color: #ff1628;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  transition: background-color .2s, color .2s;
}
.list-article-01 > li > a .button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  font-weight: bold;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color .2s;
}
.list-article-01 > li > a:hover, .list-article-01 > li > a:focus, .list-article-01 > li > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
.list-article-01 > li > a:hover > .img > img, .list-article-01 > li > a:focus > .img > img, .list-article-01 > li > a:active > .img > img {
  transform: scale(1.1);
}
.list-article-01 > li > a:hover .button, .list-article-01 > li > a:focus .button, .list-article-01 > li > a:active .button {
  background-color: #ff1628;
  color: #fff;
}
.list-article-01 > li > a:hover .button::after, .list-article-01 > li > a:focus .button::after, .list-article-01 > li > a:active .button::after {
  border-color: #fff #fff transparent transparent;
}
.list-article-01.list-article-01--white > li > a {
  background-color: #efefef;
}
.list-article-01.list-article-01--white > li > a .desc {
  margin-bottom: 0;
}
.list-article-01.list-article-01--white > li > a .img {
  padding-top: 61.81818%;
}
.list-article-01.list-article-01--white > li > a .img img {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media only screen and (max-width: 736px) {
  .list-article-01 {
    margin-left: -15px;
  }
  .list-article-01 > li {
    width: 50%;
    margin-bottom: 1.07143em;
    padding-left: 15px;
  }
  .js-tip-content-list .list-article-01 > li > a {
    padding-top: 66.81818%;
  }
  .list-article-01 > li > a > .text {
    padding: 1em 15px;
  }
  .list-article-01 > li > a > .text .attribute {
    margin-bottom: .75em;
  }
  .list-article-01 > li > a > .text .attribute .label-01 + .date {
    margin-left: 6px;
  }
  .list-article-01 > li > a > .text .hdg {
    margin-bottom: .5em;
    font-size: 100%;
  }
  .list-article-01 > li > a > .text .desc {
    font-size: 85.71429%;
  }
  .list-article-01 > li > a .button {
    margin-top: 12px;
  }
  .list-article-01 > li > a .button::after {
    right: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .list-article-01:not(.list-article-01--white) {
    display: block;
    margin: 0 0 2.28571em 0;
    border-top: 1px solid #ccc;
  }
  .list-article-01:not(.list-article-01--white) > li {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
  .list-article-01:not(.list-article-01--white) > li > a {
    display: block;
    min-height: 92px;
    padding: 15px 0 15px 110px;
    background-color: #fff;
    transition: none;
  }
  .js-tip-content-list .list-article-01:not(.list-article-01--white) > li > a {
    padding-top: 15px;
  }
  .edge .list-article-01:not(.list-article-01--white) > li > a {
    padding-top: 15px;
  }
  .edge .list-article-01:not(.list-article-01--white) > li > a::before {
    content: none;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .new {
    top: 15px;
    left: -40px;
    width: 57px;
    height: 57px;
    padding-top: 42px;
    font-size: 71.42857%;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .new::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 3;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 58px 58px 0;
    border-color: transparent #fff transparent transparent;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .text {
    padding: 0;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .text .attribute {
    margin-top: -.0875em;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .text .attribute .label-01 + .date {
    margin-left: 4px;
  }
  .list-article-01:not(.list-article-01--white) > li > a > .img {
    top: 15px;
    width: 100px;
  }
  .list-article-01:not(.list-article-01--white) > li > a:hover, .list-article-01:not(.list-article-01--white) > li > a:focus, .list-article-01:not(.list-article-01--white) > li > a:active {
    box-shadow: none;
  }
  .list-article-01:not(.list-article-01--white) > li > a:hover > .img > img, .list-article-01:not(.list-article-01--white) > li > a:focus > .img > img, .list-article-01:not(.list-article-01--white) > li > a:active > .img > img {
    transform: none;
  }
}
.viewMore-button {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 80px;
  color: #333;
}
.viewMore-button::before, .viewMore-button::after {
  position: absolute;
  content: "";
  background-color: #ff1628;
}
.viewMore-button::before {
  transform: translate(-50%, -50%);
  right: 10px;
  top: 50%;
  width: 12px;
  height: 2px;
}
.viewMore-button::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 20px;
}
.viewMore-button:hover, .viewMore-button:focus, .viewMore-button:active {
  color: #ff1628;
}

.viewMore-button__text {
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .viewMore-button {
    margin-top: 40px;
  }
}
.list-select-01 {
  display: flex;
  margin: -1em -14px 2em -14px;
}
.list-select-01 > li {
  display: flex;
  width: calc((100% - .1px) / 3);
  margin-top: 1.71429em;
  padding: 0 14px;
}
.list-select-01 > li > a {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  border: 2px solid #ff1628;
  padding: 1.85714em 10px;
  background-color: #fff;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}
.list-select-01 > li > a::before, .list-select-01 > li > a::after {
  content: "";
  position: absolute;
  bottom: 1em;
  left: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-left: -6px;
  background-color: #ff1628;
  transform: rotate(45deg);
}
.list-select-01 > li > a::after {
  margin-left: -2px;
  transform: rotate(-45deg);
}
.list-select-01 > li > a > b {
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  border: 2px solid #ff1628;
  padding: 0 10px;
  background-color: #ff1628;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: background-color 200ms, color 200ms;
}
.list-select-01 > li > a > span {
  position: relative;
  display: block;
  color: #333;
  font-weight: bold;
}
.list-select-01 > li > a > span::before {
  content: "";
  display: block;
  height: 50px;
  margin-bottom: .5em;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.list-select-01 > li > a[href="#select-01"] > span::before {
  background-image: url(/cmn/images/icon-globe-01.png);
}
.list-select-01 > li > a[href="#select-02"] > span::before {
  background-image: url(/cmn/images/icon-trophy-01.png);
}
.list-select-01 > li > a[href="#select-03"] > span::before {
  background-image: url(/cmn/images/icon-research-01.png);
}
.list-select-01 > li > a:hover, .list-select-01 > li > a:focus, .list-select-01 > li > a:active {
  background-color: #ff1628;
  color: #fff;
}
.list-select-01 > li > a:hover::before, .list-select-01 > li > a:hover::after, .list-select-01 > li > a:focus::before, .list-select-01 > li > a:focus::after, .list-select-01 > li > a:active::before, .list-select-01 > li > a:active::after {
  background-color: #fff;
}
.list-select-01 > li > a:hover > b, .list-select-01 > li > a:focus > b, .list-select-01 > li > a:active > b {
  background-color: #fff;
  color: #ff1628;
}
.list-select-01 > li > a:hover > span, .list-select-01 > li > a:focus > span, .list-select-01 > li > a:active > span {
  color: #fff;
}
.list-select-01 > li > a:hover > span::before, .list-select-01 > li > a:focus > span::before, .list-select-01 > li > a:active > span::before {
  background-position: 50% 100%;
}

@media only screen and (max-width: 736px) {
  .list-select-01 {
    display: block;
    margin: 0 0 2em 0;
  }
  .list-select-01 > li {
    display: block;
    width: 100%;
    margin-top: 1.71429em;
    padding: 0;
  }
  .list-select-01 > li > a {
    width: 100%;
    padding: 1.42857em 28px .71429em 10px;
    text-align: left;
  }
  .list-select-01 > li > a::before, .list-select-01 > li > a::after {
    bottom: 50%;
    left: inherit;
    right: 10px;
    margin-left: 0;
    margin-right: 4px;
  }
  .list-select-01 > li > a::after {
    margin-left: 0;
    margin-right: 0;
  }
  .list-select-01 > li > a > span {
    display: flex;
    align-items: center;
  }
  .list-select-01 > li > a > span::before {
    flex-shrink: 0;
    width: 50px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.list-pdca-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 14px) calc(50% + 14px);
  -ms-grid-rows: auto;
  grid-template-columns: calc(50% - 14px) calc(50% + 14px);
  grid-auto-rows: auto;
  max-width: 428px;
  margin: 0 auto 2em auto;
  font-size: 100%;
  font-weight: bold;
}
.list-pdca-01 > li > span,
.list-pdca-01 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .875em 12px;
  text-align: center;
}
.list-pdca-01 > li > span {
  background-color: #ccc;
}
.list-pdca-01 > li > a {
  background-color: #ff1628;
  color: #fff;
}
.list-pdca-01 > li > a > span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -.375em 0 0 .5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  transform: rotate(45deg);
  transition: margin-top 200ms;
}
.list-pdca-01 > li > a:hover > span::after, .list-pdca-01 > li > a:focus > span::after, .list-pdca-01 > li > a:active > span::after {
  margin-top: -.125em;
}
.list-pdca-01 > li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  grid-row: 1;
}
.list-pdca-01 > li:nth-child(2), .list-pdca-01 > li:nth-child(3), .list-pdca-01 > li:nth-child(4), .list-pdca-01 > li:nth-child(5) {
  position: relative;
  padding-top: 18px;
}
.list-pdca-01 > li:nth-child(2)::before, .list-pdca-01 > li:nth-child(3)::before, .list-pdca-01 > li:nth-child(4)::before, .list-pdca-01 > li:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
}
.list-pdca-01 > li:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: 1;
  grid-row: 2;
}
.list-pdca-01 > li:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  grid-column: 1;
  grid-row: 3;
}
.list-pdca-01 > li:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  grid-column: 1;
  grid-row: 4;
}
.list-pdca-01 > li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  grid-column: 1;
  grid-row: 5;
}
.list-pdca-01 > li:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-column: 2;
  grid-row: 1/span 5;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.list-pdca-01 > li:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 1.46429em;
  left: 0;
  right: calc(50% - 15.5px);
  bottom: 1.46429em;
  z-index: -3;
  display: block;
  border: 3px solid #ccc;
  border-left: none;
}
.list-pdca-01 > li:nth-child(6) > span {
  width: calc(100% - 28px);
}
.list-pdca-01 > li:nth-child(6) > span::before, .list-pdca-01 > li:nth-child(6) > span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
}
.list-pdca-01 > li:nth-child(6) > span::before {
  top: 1.46429em;
  width: 5px;
  height: 3px;
  background-color: #fff;
  z-index: -2;
}
.list-pdca-01 > li:nth-child(6) > span::after {
  top: 1.57143em;
  z-index: -1;
  width: 0;
  height: 0;
  margin-top: -5.5px;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ccc transparent transparent;
}

@media only screen and (max-width: 480px) {
  .list-pdca-01 {
    -ms-grid-columns: calc(50% - 5px) calc(50% + 5px);
    grid-template-columns: calc(50% - 5px) calc(50% + 5px);
  }
  .list-pdca-01 > li:nth-child(6)::before {
    right: calc(50% - 6.5px);
  }
  .list-pdca-01 > li:nth-child(6) > span {
    width: calc(100% - 10px);
  }
}
.list-faq-01 > .faq > .question,
.list-faq-01 > .faq > .answer {
  position: relative;
}
.list-faq-01 > .faq > .question > .mark,
.list-faq-01 > .faq > .answer > .mark {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 1.25;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.list-faq-01 > .faq > .question {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 1em 48px;
  color: #333;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-faq-01 > .faq > .question > .mark {
  top: .7875em;
  background-color: #ff1628;
  font-size: 112.5%;
  font-weight: normal;
}
.list-faq-01 > .faq > .question[tabindex] {
  cursor: pointer;
}
.list-faq-01 > .faq > .question[aria-expanded] {
  padding-right: 24px;
}
.list-faq-01 > .faq > .question[aria-expanded]::before, .list-faq-01 > .faq > .question[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #ff1628;
  transform: rotate(270deg);
  transition: transform 200ms;
}
.list-faq-01 > .faq > .question[aria-expanded]::after {
  transform: rotate(180deg);
}
.list-faq-01 > .faq > .question[aria-expanded=true]::before, .list-faq-01 > .faq > .question[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.list-faq-01 > .faq > .answer {
  margin: 2.28571em 0;
  padding: .25em 0 .1px 48px;
}
.list-faq-01 > .faq > .answer > .mark {
  background-color: #5e9cae;
  font-size: 128.57143%;
}
.js-enabled .list-faq-01 > .faq > .answer {
  display: none;
}
.js-enabled .list-faq-01 > .faq > .answer[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .list-faq-01 > .faq > .question {
    padding: .75em 0 .75em 38px;
  }
  .list-faq-01 > .faq > .question > .mark {
    top: .5375em;
  }
  .list-faq-01 > .faq > .answer {
    margin: 1.71429em 0;
    padding: .25em 0 .1px 38px;
  }
}
.list-point-01 dt.measure > span, .list-point-01 dt.point > span {
  padding: .2em 12px .1em 34px;
}
.list-point-01 dt.measure > span::before, .list-point-01 dt.point > span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}
.list-point-01 dt.measure > span::before {
  background-image: url(/cmn/images/icon-measure-01.png);
  background-size: 14px 15px;
}
.list-point-01 dt.point > span::before {
  background-image: url(/cmn/images/icon-point-01.png);
  background-size: 10px 16px;
}
.list-point-01 dt > span {
  background-color: #3f93b0;
  color: #fff;
  display: inline-block;
  padding: .2em 12px .1em;
  position: relative;
}
.list-point-01 dd {
  margin-top: 1em;
}
.list-point-01 dd + dt {
  margin-top: 2em;
}
.list-point-01.type-02 dt > span {
  background-color: #9a801a;
}
.list-point-01.type-02 dt.point > span {
  margin-bottom: 5px;
  margin-right: 10px;
}
.list-point-01.type-02 dt.point .category {
  background-color: #4e3e01;
  padding: .2em 12px .1em 12px;
}
.woman .list-point-01.type-02 dt.point .category {
  background-color: #88051a;
}
.list-point-01.type-02 dt.point .category::before {
  display: none;
}
.list-point-01.type-02 dd + dt {
  margin-top: 2em;
}

/* ===========================
link / button
--------------------------- */
.link-icon {
  margin-left: .07143em;
  margin-right: .28571em;
  vertical-align: middle;
}

.link-arrow-01,
.link-arrow-02,
.link-arrow-03 {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.link-arrow-02 {
  padding-left: 18px;
}
.link-arrow-02:hover::before, .link-arrow-02:hover::after, .link-arrow-02:focus::before, .link-arrow-02:focus::after, .link-arrow-02:active::before, .link-arrow-02:active::after {
  margin-top: 1px;
}

.link-arrow-01::before,
.link-arrow-01::after,
.link-arrow-02::before,
.link-arrow-02::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-arrow-01::after,
.link-arrow-02::after,
.link-arrow-03::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-arrow-02::before,
.link-arrow-02::after {
  margin-top: -1px;
}

.link-arrow-02::before {
  left: 2px;
}

.link-arrow-02::after {
  left: 5px;
}

.link-arrow-01:hover::before, .link-arrow-01:hover::after, .link-arrow-01:focus::before, .link-arrow-01:focus::after, .link-arrow-01:active::before, .link-arrow-01:active::after {
  left: 6px;
}

.link-arrow-03 {
  display: block;
  margin-left: 20px;
}
.woman .link-arrow-03 {
  margin-left: 0;
}
.link-arrow-03::before, .link-arrow-03::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  left: 0;
  transition: left 200ms;
}
.woman .link-arrow-03::before, .woman .link-arrow-03::after {
  background-color: #cd344d;
}
.link-arrow-03::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-arrow-03::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-arrow-03 a {
  color: #9a801a;
  border-radius: 3px;
  display: inline-block;
}
.woman .link-arrow-03 a {
  color: #cd344d;
}
.link-arrow-03 a:hover, .link-arrow-03 a:focus, .link-arrow-03 a:active {
  text-decoration: none;
}
.link-arrow-03:hover::before, .link-arrow-03:hover::after, .link-arrow-03:focus::before, .link-arrow-03:focus::after, .link-arrow-03:active::before, .link-arrow-03:active::after {
  left: 6px;
}
@media only screen and (max-width: 736px) {
  .link-arrow-03 a > span {
    margin-left: 0;
  }
}

.link-btn-01 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}

.link-btn-01 + .link-btn-01 {
  margin-top: -1.1em;
}

.link-btn-01 a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ff1628;
  border-radius: 27px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
}

.link-btn-01.red a {
  background-color: #ff1628;
  color: #fff;
  border: none;
  width: 399px;
  padding: .9em 32px .8em 19px;
  height: 71px;
}
.link-btn-01.red a span {
  font-size: 16px;
  line-height: 1.37em;
  display: block;
}
.link-btn-01.red a span::before, .link-btn-01.red a span::after {
  background-color: #fff;
}
.link-btn-01.red a span .fs-18 {
  font-size: 18px;
}
.link-btn-01.red a:hover, .link-btn-01.red a:focus, .link-btn-01.red a:active {
  background-color: #ff1628;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 736px) {
  .link-btn-01.red a {
    display: block;
    min-width: inherit;
    width: 100%;
  }
}

.link-btn-01 > span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #ccc;
  text-decoration: none;
}

.link-btn-01 button {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
}

.link-btn-01.wide a {
  min-width: 442px;
}

.link-btn-01 a span::before,
.link-btn-01 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-01 a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-01 > span::before,
.link-btn-01 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-01 > span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-01 a:hover,
.link-btn-01 a:focus,
.link-btn-01 a:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
}

.link-btn-01 a:hover span::before,
.link-btn-01 a:hover span::after,
.link-btn-01 a:focus span::before,
.link-btn-01 a:focus span::after,
.link-btn-01 a:active span::before,
.link-btn-01 a:active span::after {
  right: 8px;
}

.link-btn-01.col2 > ul {
  display: table;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

.link-btn-01.col2.red > ul {
  max-width: 818px;
}
.link-btn-01.col2.red > ul li {
  padding: 0 14px 0 0;
}
.link-btn-01.col2.red > ul li:last-child {
  padding: 0;
}
.link-btn-01.col2.red > ul li a > span {
  height: 71px;
  display: inline-block;
  padding: .9em 32px .85em 25px;
}
@media only screen and (max-width: 736px) {
  .link-btn-01.col2.red > ul li {
    padding: 0;
  }
}

.link-btn-01.col2 > ul > li {
  display: table-cell;
  padding: 0 14px;
  vertical-align: top;
}

.link-btn-01.col2 > ul > li > a {
  display: table;
  padding: 0;
}

.link-btn-01.col2 > ul > li > a > span {
  display: table-cell;
  padding: .85em 32px .85em 20px;
  vertical-align: middle;
}

.link-btn-01.back a,
.link-btn-01.back button {
  padding: .85em 20px .85em 32px;
}
.link-btn-01.back a span::before,
.link-btn-01.back a span::after,
.link-btn-01.back button span::before,
.link-btn-01.back button span::after {
  left: 12px;
  right: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-btn-01.back a span::after,
.link-btn-01.back button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-btn-01.back a:hover span::before,
.link-btn-01.back a:hover span::after, .link-btn-01.back a:focus span::before,
.link-btn-01.back a:focus span::after, .link-btn-01.back a:active span::before,
.link-btn-01.back a:active span::after,
.link-btn-01.back button:hover span::before,
.link-btn-01.back button:hover span::after,
.link-btn-01.back button:focus span::before,
.link-btn-01.back button:focus span::after,
.link-btn-01.back button:active span::before,
.link-btn-01.back button:active span::after {
  left: 8px;
  right: inherit;
}

@media only screen and (max-width: 736px) {
  .link-btn-01 a,
.link-btn-01.wide a {
    display: block;
    min-width: inherit;
    width: auto;
  }

  .link-btn-01.col2 > ul {
    display: block;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }

  .link-btn-01.col2 > ul > li {
    display: block;
    padding: 0;
  }

  .link-btn-01.col2 > ul > li + li {
    margin-top: 1.15em;
  }

  .link-btn-01.col2 > ul > li > a {
    display: block;
    height: auto !important;
  }

  .link-btn-01.col2 > ul > li > a > span {
    display: block;
  }
}
.link-btn-01 em {
  font-weight: normal;
}
.link-btn-01 em > a,
.link-btn-01 em > button,
.link-btn-01 em > span {
  box-shadow: none;
  border-color: #ff1628;
  background-color: #ff1628;
  color: #fff;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.link-btn-01 em > a > span::before, .link-btn-01 em > a > span::after,
.link-btn-01 em > button > span::before,
.link-btn-01 em > button > span::after,
.link-btn-01 em > span > span::before,
.link-btn-01 em > span > span::after {
  background-color: #fff;
}
.link-btn-01 em > a > span > b,
.link-btn-01 em > button > span > b,
.link-btn-01 em > span > span > b {
  font-size: 1rem;
}
.link-btn-01 em > a em,
.link-btn-01 em > button em,
.link-btn-01 em > span em {
  font-weight: bold;
}
.link-btn-01 em > a:hover, .link-btn-01 em > a:focus, .link-btn-01 em > a:active,
.link-btn-01 em > button:hover,
.link-btn-01 em > button:focus,
.link-btn-01 em > button:active,
.link-btn-01 em > span:hover,
.link-btn-01 em > span:focus,
.link-btn-01 em > span:active {
  box-shadow: none;
}
.link-btn-01 em > a:hover > span::before, .link-btn-01 em > a:hover > span::after, .link-btn-01 em > a:focus > span::before, .link-btn-01 em > a:focus > span::after, .link-btn-01 em > a:active > span::before, .link-btn-01 em > a:active > span::after,
.link-btn-01 em > button:hover > span::before,
.link-btn-01 em > button:hover > span::after,
.link-btn-01 em > button:focus > span::before,
.link-btn-01 em > button:focus > span::after,
.link-btn-01 em > button:active > span::before,
.link-btn-01 em > button:active > span::after,
.link-btn-01 em > span:hover > span::before,
.link-btn-01 em > span:hover > span::after,
.link-btn-01 em > span:focus > span::before,
.link-btn-01 em > span:focus > span::after,
.link-btn-01 em > span:active > span::before,
.link-btn-01 em > span:active > span::after {
  background-color: #ff1628;
}

.link-btn-02 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}

.link-btn-02 + .link-btn-02 {
  margin-top: -1.1em;
}

.link-btn-02 a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  box-shadow: 0 2px 0 #2f6e84;
  padding: .65em 32px .65em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02 > span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  padding: .85em 32px .85em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02 button {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  box-shadow: 0 2px 0 #2f6e84;
  padding: .85em 32px .85em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02.wide a {
  min-width: 442px;
}

.link-btn-02 a span::before,
.link-btn-02 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-02 a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-02 > span::before,
.link-btn-02 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-02 > span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-02 a:hover,
.link-btn-02 a:focus,
.link-btn-02 a:active {
  box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
  border-color: #ccc;
  background-color: #fff;
  color: #ff1628;
}

.link-btn-02 a:hover span::before,
.link-btn-02 a:hover span::after,
.link-btn-02 a:focus span::before,
.link-btn-02 a:focus span::after,
.link-btn-02 a:active span::before,
.link-btn-02 a:active span::after {
  background-color: #ff1628;
  right: 8px;
}

@media only screen and (max-width: 736px) {
  .link-btn-02 a,
.link-btn-02.wide a {
    display: block;
    min-width: inherit;
    width: auto;
  }
}
.link-btn-03 a {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #656565;
}
.link-btn-03 a > span {
  display: inline-block;
  padding: .3em 33px .2em 16px;
  position: relative;
}
.link-btn-03 a > span::before, .link-btn-03 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 10px;
  transition: right 200ms;
}
.link-btn-03 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-03 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-03 a:hover, .link-btn-03 a:focus, .link-btn-03 a:active {
  background-color: #fff;
  color: #656565;
}
.link-btn-03 a:hover > span::before, .link-btn-03 a:hover > span::after, .link-btn-03 a:focus > span::before, .link-btn-03 a:focus > span::after, .link-btn-03 a:active > span::before, .link-btn-03 a:active > span::after {
  background-color: #656565;
  right: 6px;
}
.link-btn-03 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}
.link-btn-03 > ul > li {
  padding: 10px 5px 0;
}

@media only screen and (max-width: 480px) {
  .link-btn-03 > ul > li {
    width: 50%;
  }
  .link-btn-03 > ul > li > a {
    width: 100%;
    text-align: center;
  }
}
.link-btn-04 {
  text-align: center;
  margin: 20px 0 60px;
}
.link-btn-04._type02 a {
  background-color: #002171;
  color: #fff;
}
.link-btn-04._type02 a span::before, .link-btn-04._type02 a span::after {
  background-color: #fff;
}
.woman .link-btn-04 a {
  color: #cd344d;
  border: 1px solid #cd344d;
}
.woman .link-btn-04 a > span::before, .woman .link-btn-04 a > span::after {
  background-color: #cd344d;
}
.young .link-btn-04 a {
  color: #098eaa;
  border: 1px solid #098eaa;
}
.young .link-btn-04 a > span::before, .young .link-btn-04 a > span::after {
  background-color: #098eaa;
}
.link-btn-04 a {
  color: #9a801a;
  border-radius: 3px;
  border: 1px solid #9a801a;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 541px) {
  .link-btn-04 a {
    width: 100%;
  }
}
.link-btn-04 a > span {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 541px) {
  .link-btn-04 a > span {
    padding: 10px 28px 10px 10px;
  }
}
.link-btn-04 a > span::before, .link-btn-04 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  right: 12px;
  transition: right 200ms;
}
.link-btn-04 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-04 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-04 a > span img {
  margin-right: 11px;
}
.link-btn-04 a:hover > span::before, .link-btn-04 a:hover > span::after, .link-btn-04 a:focus > span::before, .link-btn-04 a:focus > span::after, .link-btn-04 a:active > span::before, .link-btn-04 a:active > span::after {
  right: 6px;
}
@media only screen and (max-width: 736px) {
  .link-btn-04 {
    margin: 20px 0 55px;
  }
}

.link-btn-05 {
  text-align: right;
  width: 100%;
  margin: 0 -20px 0;
}
.link-btn-05 button {
  display: inline-block;
  background: #656565;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  height: 32px;
}
.link-btn-05 button > span {
  display: inline-block;
  padding: 6px 20px 6px 45px;
  position: relative;
}
.link-btn-05 button > span::before, .link-btn-05 button > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  left: 19px;
  transition: right 200ms;
}
.link-btn-05 button > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.link-btn-05 button > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.link-btn-06 {
  text-align: center;
  margin: 0 0 30px 0;
}
.woman .link-btn-06 a {
  background: #cd344d;
}
.young .link-btn-06 a {
  background: #34b2cd;
}
.link-btn-06 a {
  background: #9a801a;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 541px) {
  .link-btn-06 a {
    width: 100%;
  }
}
.link-btn-06 a > span {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 541px) {
  .link-btn-06 a > span {
    padding: 10px 28px 10px 10px;
  }
}
.link-btn-06 a > span::before, .link-btn-06 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 12px;
  transition: right 200ms;
}
.link-btn-06 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-06 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-06 a > span img {
  margin-right: 11px;
}
.link-btn-06 a:hover > span::before, .link-btn-06 a:hover > span::after, .link-btn-06 a:focus > span::before, .link-btn-06 a:focus > span::after, .link-btn-06 a:active > span::before, .link-btn-06 a:active > span::after {
  right: 6px;
}

.link-btn-07 {
  text-align: center;
  margin: 0 0 30px 0;
}
.link-btn-07 a,
.link-btn-07 button {
  background: #ff1628;
  color: #fff;
  border: 1px solid #ff1628;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 13px 20px;
  max-width: 327px;
  width: 100%;
  transition: .2s ease color, .2s ease background-color;
}
.link-btn-07 a:hover, .link-btn-07 a:focus,
.link-btn-07 button:hover,
.link-btn-07 button:focus {
  background-color: #ffffff;
  color: #ff1628;
}
@media only screen and (max-width: 736px) {
  .link-btn-07 a,
.link-btn-07 button {
    max-width: 100%;
  }
}

.link-btn-08 {
  margin-top: 30px;
  width: 100%;
  display: block;
}
.link-btn-08 ul {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  margin-bottom: 0;
}
.link-btn-08 ul li {
  min-width: 269px;
}
.link-btn-08 ul li > a,
.link-btn-08 ul li button {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  background: #ff1628;
  color: #fff;
  padding: 13px 30px 13px 30px;
  border-color: #ff1628;
  border: 1px solid #ff1628;
  border-radius: 27px;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}
.link-btn-08 ul li > a::before,
.link-btn-08 ul li button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 2px;
  margin-top: -4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-btn-08 ul li > a::after,
.link-btn-08 ul li button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 2px;
  margin-top: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-btn-08 ul li > a span,
.link-btn-08 ul li button span {
  font-weight: bold;
}
.link-btn-08 ul li > a:hover, .link-btn-08 ul li > a:focus,
.link-btn-08 ul li button:hover,
.link-btn-08 ul li button:focus {
  color: #ff1628;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}
.link-btn-08 ul li > a:hover::before, .link-btn-08 ul li > a:hover::after, .link-btn-08 ul li > a:focus::before, .link-btn-08 ul li > a:focus::after,
.link-btn-08 ul li button:hover::before,
.link-btn-08 ul li button:hover::after,
.link-btn-08 ul li button:focus::before,
.link-btn-08 ul li button:focus::after {
  background: #ff1628;
}
.link-btn-08 ul li.color-ty02 > a,
.link-btn-08 ul li.color-ty02 > button {
  background: #f0ab00;
  border: 1px solid #f0ab00;
}
.link-btn-08 ul li.color-ty02 > a:hover, .link-btn-08 ul li.color-ty02 > a:focus,
.link-btn-08 ul li.color-ty02 > button:hover,
.link-btn-08 ul li.color-ty02 > button:focus {
  background: #fff;
  color: #f0ab00;
}
.link-btn-08 ul li.color-ty02 > a:hover::before, .link-btn-08 ul li.color-ty02 > a:hover::after, .link-btn-08 ul li.color-ty02 > a:focus::before, .link-btn-08 ul li.color-ty02 > a:focus::after,
.link-btn-08 ul li.color-ty02 > button:hover::before,
.link-btn-08 ul li.color-ty02 > button:hover::after,
.link-btn-08 ul li.color-ty02 > button:focus::before,
.link-btn-08 ul li.color-ty02 > button:focus::after {
  background: #f0ab00;
}
.link-btn-08 ul li.color-ty03 > a,
.link-btn-08 ul li.color-ty03 > button {
  background: #0052CC;
  border: 1px solid #0052CC;
}
.link-btn-08 ul li.color-ty03 > a:hover, .link-btn-08 ul li.color-ty03 > a:focus,
.link-btn-08 ul li.color-ty03 > button:hover,
.link-btn-08 ul li.color-ty03 > button:focus {
  background: #fff;
  color: #0052CC;
}
.link-btn-08 ul li.color-ty03 > a:hover::before, .link-btn-08 ul li.color-ty03 > a:hover::after, .link-btn-08 ul li.color-ty03 > a:focus::before, .link-btn-08 ul li.color-ty03 > a:focus::after,
.link-btn-08 ul li.color-ty03 > button:hover::before,
.link-btn-08 ul li.color-ty03 > button:hover::after,
.link-btn-08 ul li.color-ty03 > button:focus::before,
.link-btn-08 ul li.color-ty03 > button:focus::after {
  background: #0052CC;
}
@media only screen and (max-width: 541px) {
  .link-btn-08 {
    margin-top: 6px;
  }
  .link-btn-08 ul {
    display: block;
    text-align: center;
  }
  .link-btn-08 ul li {
    min-width: 100%;
    width: 100%;
    margin-top: 14px;
  }
  .link-btn-08 ul li:first-child {
    margin-top: 0;
  }
  .link-btn-08 ul li a,
.link-btn-08 ul li button {
    min-width: 100%;
    width: 100%;
  }
}

.link-btn-09 {
  width: 100%;
  display: block;
}
.link-btn-09.col2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -12px;
  margin-bottom: 0;
}
.link-btn-09.col2 ul li {
  width: 50%;
  margin-bottom: 0;
  padding-left: 12px;
}
.link-btn-09.col3 ul {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  margin-bottom: 0;
}
.link-btn-09.col3 ul li {
  margin-bottom: 0;
}
.link-btn-09.col3 ul li:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
.link-btn-09.col3 ul li:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.link-btn-09.col3 ul li:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.link-btn-09.col3 ul li:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.link-btn-09.col3 ul li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.link-btn-09.col3 ul li:nth-child(6) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.link-btn-09 ul {
  max-width: 100%;
  margin-bottom: 0;
}
.link-btn-09 li {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.link-btn-09 li > a {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  background: #fff;
  width: 100%;
  color: #ff1628;
  border-color: #ff1628;
  border: 1px solid #ff1628;
  border-radius: 27px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  padding: 13px 30px 13px 30px;
}
.link-btn-09 li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 2px;
  margin-top: -4px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-btn-09 li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 2px;
  margin-top: 0;
  background-color: #ff1628;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-btn-09 li > a:hover::before, .link-btn-09 li > a:hover::after, .link-btn-09 li > a:focus::before, .link-btn-09 li > a:focus::after {
  background: #fff;
}
.link-btn-09 li > a span {
  font-weight: bold;
}
.link-btn-09 li > a:hover, .link-btn-09 li > a:focus {
  color: #fff;
  background-color: #ff1628;
  box-shadow: none;
  text-decoration: none;
}
@media only screen and (max-width: 541px) {
  .link-btn-09.col2 ul, .link-btn-09.col3 ul {
    display: block;
  }
  .link-btn-09.col2 ul li, .link-btn-09.col3 ul li {
    min-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
  .link-btn-09.col2 ul li:first-child, .link-btn-09.col3 ul li:first-child {
    margin-top: 0;
  }
}

.link-btn-09.link-btn-09--unq {
  display: flex;
  justify-content: center;
}

.link-btn-09.link-btn-09--unq a {
  min-width: 350px;
  max-width: 100%;
  padding-left: 13px;
}

.link-btn-10 {
  margin: 48px 0 0;
  text-align: center;
}
.link-btn-10._reverse .inner {
  background-color: #ff1628;
  color: #fff;
}
.link-btn-10._reverse .inner::after {
  border-color: #fff #fff transparent transparent;
}
.link-btn-10._reverse .inner:hover, .link-btn-10._reverse .inner:active, .link-btn-10._reverse .inner:focus {
  background-color: #fff;
  color: #ff1628;
}
.link-btn-10._reverse .inner:hover::after, .link-btn-10._reverse .inner:active::after, .link-btn-10._reverse .inner:focus::after {
  border-color: #ff1628 #ff1628 transparent transparent;
}
.link-btn-10 .inner {
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #fff;
  color: #ff1628;
  border-radius: 29px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.link-btn-10 .inner:hover, .link-btn-10 .inner:active, .link-btn-10 .inner:focus {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}
.link-btn-10 .inner:hover::after, .link-btn-10 .inner:active::after, .link-btn-10 .inner:focus::after {
  border-color: #fff #fff transparent transparent;
}
.link-btn-10 .inner::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .link-btn-10 {
    margin-top: 12px;
  }
  .link-btn-10 .inner {
    width: 100%;
    min-width: 0;
  }
}
.link-btn-10._anc .inner {
  padding: 16px 40px;
}
.link-btn-10._anc .inner:hover, .link-btn-10._anc .inner:active, .link-btn-10._anc .inner:focus {
  color: #fff;
  background-color: #ff1628;
  text-decoration: none;
}
.link-btn-10._anc .inner:hover::after, .link-btn-10._anc .inner:active::after, .link-btn-10._anc .inner:focus::after {
  border-color: #fff #fff transparent transparent;
}
.link-btn-10._anc .inner::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: translate(-50%, -50%) rotate(135deg);
}

.box-01 {
  background: #f9f7ec;
  padding: 20px;
  margin-bottom: 30px;
}
.box-01.point {
  border: dashed 1px #cdbf8a;
}
.box-01.point .hdg {
  color: #866b01;
}
.box-01 p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .box-01 {
    margin-bottom: 65px;
  }
  .box-01 .hdg {
    margin-bottom: 13px;
  }
}
.woman .box-01 {
  background: #fff2f3;
}
.young .box-01 {
  background: #e6f7fb;
}

.link-ranking-01 {
  background: url(/cmn/images/bg-ranking-03.png) #ff1628 no-repeat;
  background-position: calc(100% + 60px) 20%;
  background-size: auto 350%;
  border-radius: 2px;
}
.link-ranking-01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-top: 48px;
  font-size: 1.625rem;
  color: #f0e5e5;
  text-decoration: none;
}
.link-ranking-01 > a .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  border: solid 1px #fff;
  padding: 0 28px;
  margin-right: 30px;
  transition: background-color 200ms, color 200ms;
}
.link-ranking-01 > a:hover .label, .link-ranking-01 > a:focus .label, .link-ranking-01 > a:active .label {
  background-color: #fff;
  color: #ff1628;
}

@media only screen and (max-width: 960px) {
  .link-ranking-01 {
    background-position: calc(100% + 140px) 20%;
  }
  .link-ranking-01 > a {
    padding: 12px 40px 12px 0;
  }
  .link-ranking-01 > a .label {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .link-ranking-01 {
    background-size: auto 250%;
    background-position: calc(100% + 116px) 18%;
  }
  .link-ranking-01 > a {
    flex-direction: column;
    background-image: linear-gradient(to right, #ff1628 50%, transparent 70%, transparent 100%);
    font-size: 1.125rem;
    padding: 12px 54px 7px 16px;
  }
  .link-ranking-01 > a .label {
    font-size: .8125rem;
    line-height: 1.6;
    padding: 0 16px;
    margin-right: 0;
    margin-bottom: .4em;
  }
}
.link-survey-01 {
  background: url(/cmn/images/bg-survey-01.png) #a8e7fd no-repeat;
  background-position: top right;
  background-size: contain;
}
.link-survey-01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 133px 12px 12px;
  margin-top: 48px;
  font-size: 1.625rem;
  color: #333;
  text-decoration: none;
}
.link-survey-01 > a .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  transition: background-color 200ms, color 200ms;
}

.link-survey-01 > a:hover .label, .link-survey-01 > a:focus .label, .link-survey-01 > a:active .label {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

@media only screen and (max-width: 1101px) {
  .link-survey-01 {
    background: url(/cmn/images/bg-survey-01-sp.png) #a8e7fd no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
  .link-survey-01 > a {
    padding: 12px 40px 12px 0;
    flex-direction: column;
  }
  .link-survey-01 > a .label {
    margin-bottom: .4em;
  }
}
@media only screen and (max-width: 736px) {
  .link-survey-01 > a {
    flex-direction: column;
    background-image: linear-gradient(to right, #a8e7fd 50%, transparent 70%, transparent 100%);
    font-size: 1.125rem;
    padding: 12px 67px 7px 16px;
  }
  .link-survey-01 > a .label {
    font-size: .8125rem;
    line-height: 1.6;
    padding: 0 16px;
    margin-right: 0;
  }
}
.link-anc-01 {
  margin: 4.25em 0;
  padding: .85em 15px .2em 30px;
  background-color: #efefef;
}
.link-anc-01::after {
  content: "";
  clear: both;
  display: block;
}
.link-anc-01 > li {
  position: relative;
  float: left;
  margin: 0 15px .65em 0;
  padding-right: 1px;
}
.link-anc-01 > li::after {
  content: "";
  position: absolute;
  top: .15em;
  right: 0;
  bottom: .15em;
  display: block;
  width: 0;
  border-right: 1px solid #ccc;
}
.link-anc-01 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link-anc-01 > li:last-child::after {
  content: none;
}
.link-anc-01 > li > a {
  position: relative;
  display: table;
  margin-right: 15px;
}
.link-anc-01 > li > a.current {
  color: #333;
  font-weight: bold;
}
.link-anc-01 > li > a > span {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.link-anc-01 > li > a > span::before, .link-anc-01 > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-anc-01 > li > a > span::after {
  margin-left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-anc-01 > li > a:hover > span::before, .link-anc-01 > li > a:hover > span::after, .link-anc-01 > li > a:focus > span::before, .link-anc-01 > li > a:focus > span::after, .link-anc-01 > li > a:active > span::before, .link-anc-01 > li > a:active > span::after {
  margin-top: 1px;
}

@media only screen and (min-width: 737px) {
  .link-anc-01 > li > a {
    height: auto !important;
  }
}
@media only screen and (max-width: 736px) {
  .link-anc-01 {
    position: relative;
    margin: 2.25em 0;
    padding: 0 !important;
  }
  .link-anc-01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    height: 0;
    border-top: 1px solid #efefef;
  }
  .link-anc-01 > li {
    width: 50% !important;
    margin: -1px 0 0 0 !important;
    border-top: 1px solid #ccc;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .link-anc-01 > li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .link-anc-01 > li:nth-child(-n+2) {
    margin-top: 0;
    border-top: 0;
  }
  .link-anc-01 > li::after {
    content: none;
  }
  .link-anc-01 > li > a {
    width: 100%;
    margin-right: 0;
  }
  .link-anc-01 > li > a > span {
    padding: .75em 28px .75em 10px !important;
  }
  .link-anc-01 > li > a > span::before, .link-anc-01 > li > a > span::after {
    left: inherit;
    right: 13px;
  }
  .link-anc-01 > li > a > span::after {
    right: 10px;
    margin-left: 0;
  }
}
.link-anc-01.col3 {
  display: flex;
  flex-wrap: wrap;
  padding: .85em 30px .2em;
}
.link-anc-01.col3 > li {
  display: flex;
  align-items: center;
  float: none;
  margin: 0 0 .65em 2%;
  width: 32%;
}
.link-anc-01.col3 > li:nth-child(3n) > a > span {
  padding-right: 0;
}
.link-anc-01.col3 > li:nth-child(3n)::after {
  display: none;
}
.link-anc-01.col3 > li:nth-child(3n+1) {
  margin: 0 0 .65em 0;
}
.link-anc-01.col3 > li:last-child {
  padding-right: 1px;
}
.link-anc-01.col3 > li:last-child::after {
  content: "";
}
.link-anc-01.col3 > li > a {
  margin-right: 0;
}
.link-anc-01.col3 > li > a > span {
  padding-right: 16px;
}

@media only screen and (max-width: 736px) {
  .link-anc-01.col3 > li:last-child::after {
    content: none;
  }
}
.link-anc-02 {
  font-size: 1.25rem;
}
.link-anc-02.fixed > .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  transition: box-shadow 200ms;
}
.link-anc-02.show > .inner {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: box-shadow 200ms, transform 400ms;
}
.link-anc-02 + [class^=hdg] {
  margin-top: 2.5em;
}
.link-anc-02 > .inner {
  position: relative;
}
.link-anc-02 > .inner > .list {
  display: flex;
  background-color: #3f93b0;
  max-width: 1160px;
  margin: 0 auto;
}
.link-anc-02 > .inner > .list::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #3f93b0;
  z-index: -1;
}
.link-anc-02 > .inner > .list > li {
  flex: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-anc-02 > .inner > .list > li + li {
  position: relative;
}
.link-anc-02 > .inner > .list > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background-color: #fff;
  position: absolute;
  top: calc(50% - .625em);
  left: 0;
}
.link-anc-02 > .inner > .list > li > a {
  color: #fff;
  text-decoration: none;
  padding: .9em 0 .9em 26px;
  display: inline-block;
  position: relative;
}
.link-anc-02 > .inner > .list > li > a::before, .link-anc-02 > .inner > .list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
}
.link-anc-02 > .inner > .list > li > a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.link-anc-02 > .inner > .list > li > a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
}
.link-anc-02 > .inner > .list > li > a > span {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 200ms;
}
.link-anc-02 > .inner > .list > li > a:hover::before, .link-anc-02 > .inner > .list > li > a:hover::after, .link-anc-02 > .inner > .list > li > a:focus::before, .link-anc-02 > .inner > .list > li > a:focus::after, .link-anc-02 > .inner > .list > li > a:active::before, .link-anc-02 > .inner > .list > li > a:active::after {
  top: calc(50% + 4px);
}
.link-anc-02 > .inner > .list > li > a:hover > span, .link-anc-02 > .inner > .list > li > a:focus > span, .link-anc-02 > .inner > .list > li > a:active > span {
  border-bottom-color: #fff;
}
.link-anc-02 > .inner > .list > li > a .sub-01 {
  font-size: .8em;
}

@media only screen and (max-width: 736px) {
  .link-anc-02 {
    font-size: .875rem;
  }
  .link-anc-02 > .inner > .list > li {
    padding: 0 8px;
  }
  .link-anc-02 > .inner > .list > li > a {
    padding: .9em 0 .9em 18px;
  }
  .link-anc-02 > .inner > .list > li > a .sub-01 {
    display: none;
  }
  .link-anc-02 > .inner > .list > li + li {
    border-left: solid 1px #fff;
  }
  .link-anc-02 > .inner > .list > li + li::before {
    content: none;
  }
}
.link-modal-01 {
  display: block;
  text-decoration: none;
}
.link-modal-01 img {
  transition: opacity 200ms;
}
.link-modal-01 > .img {
  display: block;
  border: 1px solid #ccc;
}
.link-modal-01 > .link {
  display: block;
  margin-top: .75em;
  text-align: right;
}
.link-modal-01 > .link > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.link-modal-01 > .link > span::before, .link-modal-01 > .link > span::after,
.link-modal-01 > .link > span > span::before,
.link-modal-01 > .link > span > span::after {
  content: "";
  position: absolute;
  display: block;
}
.link-modal-01 > .link > span::before {
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ff1628;
}
.link-modal-01 > .link > span::after {
  top: 13px;
  left: 11px;
  width: 8px;
  height: 2px;
  background-color: #ff1628;
  transform-origin: 0 50%;
  transform: rotate(45deg);
}
.link-modal-01 > .link > span > span::before,
.link-modal-01 > .link > span > span::after {
  top: 9px;
  left: 4px;
  width: 6px;
  height: 2px;
  background-color: #ff1628;
}
.link-modal-01 > .link > span > span::after {
  transform: rotate(90deg);
}
.link-modal-01:hover img, .link-modal-01:focus img, .link-modal-01:active img {
  opacity: .75;
}
.link-modal-01:hover > .link > span, .link-modal-01:focus > .link > span, .link-modal-01:active > .link > span {
  text-decoration: underline;
}

/* ===========================
navigation
--------------------------- */
.nav-current-01 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.1em 10px .85em 10px;
  color: #fff;
  font-size: 85.71429%;
}
.nav-current-01 ol {
  margin-bottom: 0;
}
.nav-current-01 ol::after {
  content: "";
  clear: both;
  display: block;
}
.nav-current-01 ol > li {
  position: relative;
  float: left;
  margin: 0 0 .25em 10px;
  padding-left: 18px;
}
.nav-current-01 ol > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.nav-current-01 ol > li:first-child::before, .nav-current-01 ol > li:first-child::after {
  content: none;
}
.nav-current-01 ol > li::before, .nav-current-01 ol > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 0;
  margin-top: -3px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.nav-current-01 ol > li::after {
  margin-top: 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.nav-current-01 ol > li a {
  color: #fff;
}

@media only screen and (max-width: 736px) {
  .nav-current-01 {
    font-size: 71.42857%;
    padding-top: .6em;
    padding-bottom: .35em;
  }
}
.nav-local-01 {
  border-top: 3px solid #ff1628;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.nav-local-01 + * {
  margin-top: 2em;
}
.nav-local-01 ul {
  margin-bottom: 0;
}
.nav-local-01 a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}
.nav-local-01 a.current, .nav-local-01 a.active, .nav-local-01 a:hover, .nav-local-01 a:focus, .nav-local-01 a:active {
  color: #ff1628;
}
.nav-local-01 > dt a {
  padding: 1.25em 12px;
  font-size: 142.85714%;
  font-weight: bold;
}
.nav-local-01 > dd a {
  position: relative;
}
.nav-local-01 > dd a::before, .nav-local-01 > dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 0;
}
.nav-local-01 > dd > ul > li {
  border-top: 1px solid #ccc;
}
.nav-local-01 > dd > ul > li > a {
  padding: 1.2em 32px 1.2em 12px;
}
.nav-local-01 > dd > ul > li > a::before, .nav-local-01 > dd > ul > li > a::after {
  right: 10px;
  width: 9px;
  height: 3px;
  margin-top: -3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-local-01 > dd > ul > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-local-01 > dd > ul > li > a:hover::before, .nav-local-01 > dd > ul > li > a:hover::after, .nav-local-01 > dd > ul > li > a:focus::before, .nav-local-01 > dd > ul > li > a:focus::after, .nav-local-01 > dd > ul > li > a:active::before, .nav-local-01 > dd > ul > li > a:active::after {
  right: 6px;
}
.nav-local-01 > dd > ul > li > a.current::before, .nav-local-01 > dd > ul > li > a.current::after {
  right: 16px;
  width: 5px;
  margin-top: -1px;
  background-color: #999;
}
.nav-local-01 > dd > ul > li > a.current::after {
  right: 7px;
  width: 12px;
  margin-top: -2px;
}
.nav-local-01 > dd > ul > li > ul > li {
  position: relative;
  border-top: 1px dotted #ccc;
}
.nav-local-01 > dd > ul > li > ul > li > a {
  padding: .9em 32px .9em 26px;
}
.nav-local-01 > dd > ul > li > ul > li > a::before, .nav-local-01 > dd > ul > li > ul > li > a::after {
  right: 13px;
  width: 4px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-local-01 > dd > ul > li > ul > li > a::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-local-01 > dd > ul > li > ul > li > a:hover::before, .nav-local-01 > dd > ul > li > ul > li > a:hover::after, .nav-local-01 > dd > ul > li > ul > li > a:focus::before, .nav-local-01 > dd > ul > li > ul > li > a:focus::after, .nav-local-01 > dd > ul > li > ul > li > a:active::before, .nav-local-01 > dd > ul > li > ul > li > a:active::after {
  right: 9px;
}
.nav-local-01 > dd > ul > li > ul > li > a.current::before, .nav-local-01 > dd > ul > li > ul > li > a.current::after {
  right: 15px;
  width: 4px;
  margin-top: 0;
  background-color: #999;
}
.nav-local-01 > dd > ul > li > ul > li > a.current::after {
  right: 10px;
  width: 8px;
  margin-top: -1px;
}

@media only screen and (max-width: 960px) {
  .nav-local-01 {
    position: relative;
  }
  .nav-local-01::before, .nav-local-01::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: 3px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #e3e3e3;
    background-color: #e8e8e8;
  }
  .nav-local-01::after {
    top: -9px;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f7f7f7;
  }
  .nav-local-01 > dt a {
    text-align: center;
  }
}
@media only screen and (max-width: 736px) {
  .nav-local-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-local-01 > dt a {
    padding: .95em 10px;
  }
  .nav-local-01 > dd > ul > li > a {
    padding: 1.1em 30px 1.1em 10px;
  }
  .nav-local-01 > dd > ul > li > ul > li > a {
    padding: .85em 30px .85em 24px;
  }
}
.nav-blog-01 {
  max-width: 480px;
  margin: 1.1em auto;
}
.nav-blog-01 > a {
  display: block;
  line-height: 1.2;
  padding: 1.6em 5px 1.4em 5px;
  background: #333 url(/cmn/images/bg-blog-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 178.57143%;
  text-shadow: 0 0 10px rgba(0, 0, 0, .75);
  text-align: center;
  letter-spacing: 0;
}
.nav-blog-01 > a:hover, .nav-blog-01 > a:focus, .nav-blog-01 > a:active {
  text-decoration: none;
  opacity: .75;
}
.nav-blog-01 > a small {
  position: relative;
  top: -.35em;
  display: inline-block;
  font-size: 55%;
}

@media only screen and (max-width: 960px) {
  .nav-blog-01 > a {
    font-size: 200%;
  }
}
.nav-fb-01,
.nav-magazine-01 {
  width: 100%;
  display: table;
  margin: 1.1em auto;
  border: 1px solid #ccc;
}

.nav-fb-01 > a,
.nav-magazine-01 > a {
  position: relative;
  display: table-cell;
  box-shadow: 0 0 0 #cccccc inset, 0 0 0 #cccccc inset;
  color: #333;
  vertical-align: middle;
}

.nav-fb-01 > a {
  padding: .75em 10px .75em 60px;
}

.nav-magazine-01 > a {
  padding: 1.5em 10px 1.5em 60px;
}

.nav-fb-01 > a::before,
.nav-magazine-01 > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.nav-fb-01 > a::before {
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(/cmn/images/logo-facebook-04.png) no-repeat scroll 0 0;
}

.nav-magazine-01 > a::before {
  background: url(/cmn/images/icon-magazine-02.png) no-repeat scroll 0 0;
}

.nav-fb-01 > a:hover,
.nav-fb-01 > a:focus,
.nav-fb-01 > a:active,
.nav-magazine-01 > a:hover,
.nav-magazine-01 > a:focus,
.nav-magazine-01 > a:active {
  box-shadow: 2px 2px 0 #cccccc inset, -2px -2px 0 #cccccc inset;
  color: #ff1628;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .nav-fb-01,
.nav-magazine-01 {
    max-width: 280px;
  }
}
a.nav-index-01 {
  position: relative;
  display: block;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 1.4em;
  background-color: #eee;
  color: #fff;
  font-size: 142.85714%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 .5em rgba(0, 0, 0, .5);
}
a.nav-index-01:hover > span::before, a.nav-index-01:focus > span::before, a.nav-index-01:active > span::before {
  opacity: 0;
}
a.nav-index-01:hover > span::after, a.nav-index-01:focus > span::after, a.nav-index-01:active > span::after {
  opacity: .65;
}

a.nav-index-01 > span {
  position: relative;
  z-index: 4;
  display: table;
  width: 100%;
  height: 215px;
}
a.nav-index-01 > span::before, a.nav-index-01 > span::after {
  z-index: -1;
  -webkit-will-change: opacity;
  will-change: opacity;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.nav-index-01 > span::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
a.nav-index-01 > span::after {
  background-color: #005172;
  opacity: 0;
}

a.nav-index-01 > span > span {
  display: table-cell;
  padding-top: 119px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-will-change: padding-top;
  will-change: padding-top;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.nav-index-01 > span > span small {
  font-size: 70%;
  font-weight: normal;
}

a.nav-index-01:hover > span > span,
a.nav-index-01:focus > span > span,
a.nav-index-01:active > span > span {
  padding-top: 0;
}

a.nav-index-01::before,
a.nav-index-01 > span::before,
a.nav-index-01 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.nav-index-01::before {
  z-index: 1;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-will-change: -webkit-transform, -webkit-filter;
  will-change: transform, filter;
}

a.nav-index-01:hover::before,
a.nav-index-01:focus::before,
a.nav-index-01:active::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(0.1em);
  filter: blur(0.1em);
}

a.nav-index-01.about::before {
  background-image: url(/cmn/images/img-about-01.jpg);
}

a.nav-index-01.about-activity::before {
  background-image: url(/cmn/images/img-about-activity-01.jpg);
}

a.nav-index-01.about-business::before {
  background-image: url(/cmn/images/img-about-business-01.jpg);
}

a.nav-index-01.about-history::before {
  background-image: url(/cmn/images/img-about-history-01.jpg);
}

a.nav-index-01.about-message::before {
  background-image: url(/cmn/images/img-about-message-01.jpg);
}

a.nav-index-01.about-mission::before {
  background-image: url(/cmn/images/img-about-mission-01.jpg);
}

a.nav-index-01.about-overview::before {
  background-image: url(/cmn/images/img-about-overview-01.jpg);
}

a.nav-index-01.about-world::before {
  background-image: url(/cmn/images/img-about-world-01.jpg);
}

a.nav-index-01.blog::before {
  background-image: url(/cmn/images/img-blog-01.jpg);
}

a.nav-index-01.company_questionnaire::before {
  background-image: url(/cmn/images/img-company_questionnaire-01.jpg);
}

a.nav-index-01.faq::before {
  background-image: url(/cmn/images/img-faq-01.jpg);
}

a.nav-index-01.giftwork::before {
  background-image: url(/cmn/images/img-giftwork-01.jpg);
}

a.nav-index-01.investigation::before {
  background-image: url(/cmn/images/img-investigation-01.jpg);
}

a.nav-index-01.job_satisfaction::before {
  background-image: url(/cmn/images/img-job_satisfaction-01.jpg);
}

a.nav-index-01.job_satisfaction-five_elements::before {
  background-image: url(/cmn/images/img-job_satisfaction-five_elements-01.jpg);
}

a.nav-index-01.job_satisfaction-increase::before {
  background-image: url(/cmn/images/img-job_satisfaction-increase-01.jpg);
}

a.nav-index-01.job_satisfaction-worth_doing::before {
  background-image: url(/cmn/images/img-job_satisfaction-worth_doing-01.jpg);
}

a.nav-index-01.journey::before {
  background-image: url(/cmn/images/img-journey-01.jpg);
}

a.nav-index-01.journey_member::before {
  background-image: url(/cmn/images/img-journey_member-01.jpg);
}

a.nav-index-01.livelywoman::before {
  background-image: url(/cmn/images/img-woman-01.jpg);
}

a.nav-index-01.workshop::before {
  background-image: url(/cmn/images/img-workshop-01.jpg);
}

a.nav-index-01.worldcafe::before {
  background-image: url(/cmn/images/img-worldcafe-01.jpg);
}

a.nav-index-01.lecture::before {
  background-image: url(/cmn/images/img-lecture-01.jpg);
}

a.nav-index-01.mem_questionnaire::before {
  background-image: url(/cmn/images/img-mem_questionnaire-01.jpg);
}

a.nav-index-01.merit::before {
  background-image: url(/cmn/images/img-merit-01.jpg);
}

a.nav-index-01.ranking::before {
  background-image: url(/cmn/images/img-ranking-01.jpg);
}

a.nav-index-01.technique::before {
  background-image: url(/cmn/images/img-technique-01.jpg);
}

a.nav-index-01.tip-investigation::before {
  background-image: url(/cmn/images/img-tip-investigation-01.jpg);
}

a.nav-index-01.tip-training::before {
  background-image: url(/cmn/images/img-tip-training-01.jpg);
}

a.nav-index-01.training::before {
  background-image: url(/cmn/images/img-training-01.jpg);
}

a.nav-index-01.training-organization::before {
  background-image: url(/cmn/images/img-training-organization-01.jpg);
}

a.nav-index-01.training-tip::before {
  background-image: url(/cmn/images/img-training-tip-01.jpg);
}

a.nav-index-01.useful::before {
  background-image: url(/cmn/images/img-useful-01.jpg);
}

a.nav-index-01.useful-book::before {
  background-image: url(/cmn/images/img-useful-book-01.jpg);
}

a.nav-index-01.woman::before {
  background-image: url(/cmn/images/img-woman-02.jpg);
}

a.nav-index-01.young::before {
  background-image: url(/cmn/images/img-young-01.jpg);
}

a.nav-index-01.area::before {
  background-image: url(/cmn/images/img-area-01.jpg);
}

@media only screen and (max-width: 736px) {
  a.nav-index-01 {
    margin-bottom: .85em;
    font-size: 128.57143%;
  }
  a.nav-index-01 > span {
    height: 173px;
  }
  a.nav-index-01 > span > span {
    padding: 0 10px .65em 10px;
    vertical-align: bottom;
  }
}
.nav-index-02 {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -14px 4em -14px;
}
.nav-index-02 > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - .1px) / 3 - 28px);
  margin: 32px 14px 0 14px;
  border: 1px solid #ff1628;
  padding: 26px 29px 29px 29px;
}
.nav-index-02 > div > dt {
  margin-bottom: .75em;
  color: #ff1628;
  font-size: 128.57143%;
  font-weight: bold;
}
.nav-index-02 > div > dd {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-index-02 > div > dd .link-btn-01 {
  margin: 0;
}
.nav-index-02 > div > dd .link-btn-01 a {
  width: 100%;
  box-shadow: none;
  border-color: #ff1628;
  background-color: #ff1628;
  color: #fff;
}
.nav-index-02 > div > dd .link-btn-01 a > span::before, .nav-index-02 > div > dd .link-btn-01 a > span::after {
  background-color: #fff;
}
.nav-index-02 > div > dd .link-btn-01 a:hover, .nav-index-02 > div > dd .link-btn-01 a:focus, .nav-index-02 > div > dd .link-btn-01 a:active {
  background-color: #fff;
  color: #ff1628;
}
.nav-index-02 > div > dd .link-btn-01 a:hover > span::before, .nav-index-02 > div > dd .link-btn-01 a:hover > span::after, .nav-index-02 > div > dd .link-btn-01 a:focus > span::before, .nav-index-02 > div > dd .link-btn-01 a:focus > span::after, .nav-index-02 > div > dd .link-btn-01 a:active > span::before, .nav-index-02 > div > dd .link-btn-01 a:active > span::after {
  background-color: #ff1628;
}

@media only screen and (max-width: 960px) {
  .nav-index-02 > div {
    padding: 26px 19px 29px 19px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-index-02 {
    margin: -16px -10px 2em -10px;
  }
  .nav-index-02 > div {
    width: calc(50% - 20px);
    margin: 16px 10px 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-index-02 > div {
    width: calc(100% - 20px);
  }
}
.nav-page-01 {
  margin: 4.25em 0;
}
.nav-page-01::after {
  content: "";
  clear: both;
  display: block;
}
.nav-page-01 > li {
  width: 50%;
}
.nav-page-01 > li > a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.nav-page-01 > li > a span::before,
.nav-page-01 > li > a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-page-01 > li > a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-01 > li:hover, .nav-page-01 > li:focus, .nav-page-01 > li:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #ff1628;
}
.nav-page-01 > li.next {
  float: right;
  padding-left: 5px;
  text-align: right;
}
.nav-page-01 > li.next > a:hover::before, .nav-page-01 > li.next > a:hover::after,
.nav-page-01 > li.next > a:focus::before,
.nav-page-01 > li.next > a:focus::after,
.nav-page-01 > li.next > a:active::before,
.nav-page-01 > li.next > a:active::after {
  right: 8px;
}
.nav-page-01 > li.prev {
  float: left;
  padding-right: 5px;
  text-align: left;
}
.nav-page-01 > li.prev > a {
  padding: .85em 20px .85em 32px;
}
.nav-page-01 > li.prev > a span::before,
.nav-page-01 > li.prev > a span::after {
  right: inherit;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-01 > li.prev > a span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-page-01 > li.prev > a:hover span::before,
.nav-page-01 > li.prev > a:hover span::after, .nav-page-01 > li.prev > a:focus span::before,
.nav-page-01 > li.prev > a:focus span::after, .nav-page-01 > li.prev > a:active span::before,
.nav-page-01 > li.prev > a:active span::after {
  left: 8px;
}

@media only screen and (max-width: 736px) {
  .nav-page-01 {
    margin: 2.85em 0;
    padding: 0 10px;
  }
  .nav-page-01 > li {
    display: table;
  }
  .nav-page-01 > li > a {
    display: table-cell;
    min-width: inherit;
    vertical-align: middle;
  }
}
.nav-page-02 {
  margin: 4.25em 0;
  padding: .85em 15px .2em 30px;
  background-color: #efefef;
}
.nav-page-02::after {
  content: "";
  clear: both;
  display: block;
}
.nav-page-02 > li {
  position: relative;
  float: left;
  margin: 0 15px .65em 0;
  padding-right: 1px;
}
.nav-page-02 > li::after {
  content: "";
  position: absolute;
  top: .15em;
  right: 0;
  bottom: .15em;
  display: block;
  width: 0;
  border-right: 1px solid #ccc;
}
.nav-page-02 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.nav-page-02 > li:last-child::after {
  content: none;
}
.nav-page-02 > li > a {
  position: relative;
  display: table;
  margin-right: 15px;
}
.nav-page-02 > li > a.current {
  color: #333;
  font-weight: bold;
}
.nav-page-02 > li > a > span {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.nav-page-02 > li > a > span::before, .nav-page-02 > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-page-02 > li > a > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-02 > li > a:hover span::before,
.nav-page-02 > li > a:hover span::after, .nav-page-02 > li > a:focus span::before,
.nav-page-02 > li > a:focus span::after, .nav-page-02 > li > a:active span::before,
.nav-page-02 > li > a:active span::after {
  left: 3px;
}

@media only screen and (min-width: 737px) {
  .nav-page-02 > li > a {
    height: auto !important;
  }
}
@media only screen and (max-width: 736px) {
  .nav-page-02 {
    position: relative;
    margin: 2.25em 0;
    padding: 0;
  }
  .nav-page-02::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    height: 0;
    border-top: 1px solid #efefef;
  }
  .nav-page-02 > li {
    width: 50%;
    margin: -1px 0 0 0;
    border-top: 1px solid #ccc;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav-page-02 > li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .nav-page-02 > li:nth-child(-n+2) {
    margin-top: 0;
    border-top: 0;
  }
  .nav-page-02 > li::after {
    content: none;
  }
  .nav-page-02 > li > a {
    width: 100%;
    margin-right: 0;
  }
  .nav-page-02 > li > a > span {
    padding: .75em 28px .75em 10px;
  }
  .nav-page-02 > li > a > span::before, .nav-page-02 > li > a > span::after {
    left: inherit;
    right: 10px;
  }
  .nav-page-02 > li > a:hover span::before,
.nav-page-02 > li > a:hover span::after, .nav-page-02 > li > a:focus span::before,
.nav-page-02 > li > a:focus span::after, .nav-page-02 > li > a:active span::before,
.nav-page-02 > li > a:active span::after {
    left: inherit;
    right: 7px;
  }
}
.nav-tab-01 {
  margin: 2.25em 0 1.75em 0;
}
.nav-tab-01 > .tab-list {
  display: table;
  width: calc(100% - 200px);
  margin: 0 auto 2em auto;
}
.nav-tab-01 > .tab-list:not(:target) {
  width: 80% \9 ;
}
.nav-tab-01 > .tab-list > li {
  display: table-cell;
  width: 33.33333%;
}
.nav-tab-01 > .tab-list > li > a {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.25;
  border: 1px solid #ccc;
  border-left: none;
  padding: .75em 10px;
  background-color: #efefef;
  color: #333;
  font-size: 114.28571%;
  text-align: center;
}
.nav-tab-01 > .tab-list > li > a:hover, .nav-tab-01 > .tab-list > li > a:focus, .nav-tab-01 > .tab-list > li > a:active {
  background-color: #fff;
  color: #ff1628;
  text-decoration: none;
}
.nav-tab-01 > .tab-list > li > a[aria-selected=true] {
  z-index: 2;
  border-color: #5e9cae;
  background-color: #5e9cae;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01 > .tab-list > li > a[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #5e9cae transparent transparent transparent;
}
.nav-tab-01 > .tab-list > li > a small {
  font-size: 75%;
}
.nav-tab-01 > .tab-list > li:first-child > a {
  border-left: 1px solid #ccc;
  border-radius: .35em 0 0 .35em;
}
.nav-tab-01 > .tab-list > li:last-child > a {
  border-radius: 0 .35em .35em 0;
}
.nav-tab-01 > .tab-list + p {
  margin-top: -1.25em;
}
.nav-tab-01 > .tab-panels > [aria-hidden=true].tab-panel {
  display: none;
}

@media only screen and (max-width: 960px) {
  .nav-tab-01 > .tab-list {
    width: calc(100% - 100px);
  }
  .nav-tab-01 > .tab-list:not(:target) {
    width: 90% \9 ;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-tab-01 > .tab-list {
    width: calc(100% - 20px);
    font-size: 87.5%;
  }
  .nav-tab-01 > .tab-list:not(:target) {
    width: 94% \9 ;
  }
  .nav-tab-01 > .tab-list > li {
    vertical-align: top;
  }
  .nav-tab-01 > .tab-list > li > a {
    padding: .4em 5px;
    vertical-align: middle;
  }
  .nav-tab-01 > .tab-list + p {
    margin-top: -1em;
  }
  .nav-tab-01 .tab-panel .pgh-notice-01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav-tab-02 {
  padding: .1px 0;
}
.nav-tab-02 > .tab-list {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px 0 32px -30px;
  padding: 0 24px;
}
.nav-tab-02 > .tab-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 4px;
  background-color: #ccc;
}
.nav-tab-02 > .tab-list > li {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  width: 100%;
  padding: 0 6px;
}
.nav-tab-02 > .tab-list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ff1628;
  padding: .75em 10px;
  background-color: #ff1628;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.nav-tab-02 > .tab-list > li > a::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  display: block;
  height: 4px;
  background-color: #ccc;
  transition: opacity 200ms;
}
.nav-tab-02 > .tab-list > li > a:hover, .nav-tab-02 > .tab-list > li > a:focus, .nav-tab-02 > .tab-list > li > a:active {
  border-color: #ccc;
  background-color: #fff;
  color: #ff1628;
}
.nav-tab-02 > .tab-list > li > a[aria-selected=true] {
  border-color: #ccc;
  background-color: #fff;
  color: #ff1628;
}
.nav-tab-02 > .tab-list > li > a[aria-selected=true]::after {
  opacity: 0;
}
.nav-tab-02 > .tab-list > li > a > span {
  pointer-events: none;
}
.nav-tab-02 > .tab-list.start::before {
  bottom: 0;
}
.nav-tab-02 > .tab-list.start > li > a {
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  padding-bottom: calc(0.75em + 4px);
}
.nav-tab-02 > .tab-list.start > li > a::after {
  bottom: 0;
}
.nav-tab-02 > .tab-list.end {
  margin-top: 48px;
}
.nav-tab-02 > .tab-list.end::before {
  top: 0;
}
.nav-tab-02 > .tab-list.end > li > a {
  border-radius: 0 0 2px 2px;
  border-top: none;
  padding-top: calc(0.75em + 4px);
}
.nav-tab-02 > .tab-list.end > li > a::after {
  top: 0;
}
.nav-tab-02 > .tab-panels > .tab-panel[aria-hidden=true] {
  display: none;
}

@media only screen and (max-width: 960px) {
  .nav-tab-02 > .tab-list {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-02 > .tab-list {
    margin: 24px -10px;
    padding: 0 6px;
  }
  .nav-tab-02 > .tab-list > li {
    padding: 0 4px;
  }
  .nav-tab-02 > .tab-list > li > a {
    padding: .75em 6px;
  }
  .nav-tab-02 > .tab-list.end {
    margin-top: 36px;
  }
}
.nav-index-top {
  position: relative;
  overflow: hidden;
  margin: 4.25em 0;
  padding: 28px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}

.nav-index-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
}

.nav-index-top.investigation::after {
  background-image: url(/cmn/images/bg-nav-index-top-01.jpg);
}

.nav-index-top > .nav,
.nav-index-top > .btn {
  position: relative;
  z-index: 2;
}

.nav-index-top > .nav::after {
  content: "";
  clear: both;
  display: block;
}

.nav-index-top.type-01 > .nav > li {
  width: 25%;
}
.nav-index-top.type-01 > .nav > li > a:hover > span::before, .nav-index-top.type-01 > .nav > li > a:focus > span::before, .nav-index-top.type-01 > .nav > li > a:active > span::before {
  border-width: 360px 360px 0 0;
}

.nav-index-top.type-02 > .nav > li {
  width: 33.33333%;
}
.nav-index-top.type-02 > .nav > li > a:hover > span::before, .nav-index-top.type-02 > .nav > li > a:focus > span::before, .nav-index-top.type-02 > .nav > li > a:active > span::before {
  border-width: 440px 440px 0 0;
}

.nav-index-top > .nav > li {
  float: left;
  padding: 2px;
}
.nav-index-top > .nav > li > a {
  position: relative;
  display: table;
  width: 100%;
  min-height: 90px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .9);
  color: #333;
  text-decoration: none;
}
.nav-index-top > .nav > li > a:hover, .nav-index-top > .nav > li > a:focus, .nav-index-top > .nav > li > a:active {
  color: #fff;
}
.nav-index-top > .nav > li > a:hover > span::before, .nav-index-top > .nav > li > a:focus > span::before, .nav-index-top > .nav > li > a:active > span::before {
  border-color: rgba(255, 22, 40, .95) transparent transparent transparent;
}
.nav-index-top > .nav > li > a:hover > span::after, .nav-index-top > .nav > li > a:focus > span::after, .nav-index-top > .nav > li > a:active > span::after {
  border-color: white transparent transparent transparent;
}
.nav-index-top > .nav > li > a > span {
  position: relative;
  z-index: 3;
  display: table-cell;
  padding: 1em 20px;
  font-size: 128.57143%;
  text-align: center;
  vertical-align: middle;
}
.nav-index-top > .nav > li > a > span::before, .nav-index-top > .nav > li > a > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ff1628 transparent transparent transparent;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.nav-index-top > .nav + .btn {
  margin-top: 30px;
}

.nav-index-top > .btn {
  margin-bottom: 52px;
}
.nav-index-top > .btn > a {
  position: relative;
  display: table;
  width: 254px;
  min-height: 70px;
  height: 70px;
  margin: 0 auto;
  text-decoration: none;
}
.nav-index-top > .btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.nav-index-top > .btn > a.calc::before {
  background-image: url(/cmn/images/icon-calc-02.png);
}
.nav-index-top > .btn > a > span {
  display: table-cell;
  height: 70px;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #ff1628;
  padding: .85em 32px .85em 64px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #ff1628;
  font-size: 114.28571%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-index-top > .btn > a > span::before, .nav-index-top > .btn > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-index-top > .btn > a > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-index-top > .btn > a > a:hover > span,
.nav-index-top > .btn > a > a:focus > span,
.nav-index-top > .btn > a > a:active > span {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.nav-index-top > .btn > a > a:hover > span::before, .nav-index-top > .btn > a > a:hover > span::after,
.nav-index-top > .btn > a > a:focus > span::before,
.nav-index-top > .btn > a > a:focus > span::after,
.nav-index-top > .btn > a > a:active > span::before,
.nav-index-top > .btn > a > a:active > span::after {
  right: 8px;
}

@media only screen and (max-width: 960px) {
  .nav-index-top > .nav > li > a:hover::before, .nav-index-top > .nav > li > a:focus::before, .nav-index-top > .nav > li > a:active::before {
    border-width: 300px 300px 0 0;
  }
}
@media only screen and (max-width: 736px) {
  .nav-index-top {
    padding: 8px;
  }
  .nav-index-top::after {
    left: -9em;
    right: -9em;
  }

  .nav-index-top.type-01 > .nav > li {
    width: 50%;
  }

  .nav-index-top.type-02 > .nav > li {
    width: 100%;
  }

  .nav-index-top > .nav > li > a {
    min-height: 78px;
  }
  .nav-index-top > .nav > li > a > span {
    padding: 1em 20px;
    font-size: 114.28571%;
  }

  .nav-index-top.type-01 > .nav > li > a:hover > span::before, .nav-index-top.type-01 > .nav > li > a:focus > span::before, .nav-index-top.type-01 > .nav > li > a:active > span::before {
    border-width: 420px 420px 0 0;
  }

  .nav-index-top.type-02 > .nav > li > a:hover > span::before, .nav-index-top.type-02 > .nav > li > a:focus > span::before, .nav-index-top.type-02 > .nav > li > a:active > span::before {
    border-width: 760px 760px 0 0;
  }

  .nav-index-top > .nav + .btn {
    margin-top: 20px;
  }

  .nav-index-top > .btn {
    margin-bottom: 72px;
  }
  .nav-index-top > .btn > a {
    max-width: 280px;
  }
}
.nav-category-01 {
  display: flex;
  margin-left: 1px;
  margin-bottom: 3.42857em;
}
.nav-category-01 > li {
  flex-grow: 1;
  display: flex;
  margin-left: -1px;
}
.nav-category-01 > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 49px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: calc(0.125em + 3px) 16px .125em 16px;
  color: #333;
  text-decoration: none;
  transition: color 200ms;
}
.nav-category-01 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: calc(100% - 3px);
  z-index: 1;
  display: block;
  background-color: #5c6066;
  transition: bottom 200ms;
}
.nav-category-01 > li > a:hover, .nav-category-01 > li > a:focus, .nav-category-01 > li > a:active {
  color: #fff;
}
.nav-category-01 > li > a:hover::before, .nav-category-01 > li > a:focus::before, .nav-category-01 > li > a:active::before {
  bottom: -1px;
}
.nav-category-01 > li > a > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
}
.nav-category-01 > li > a.talk::before, .nav-category-01 > li > a.interview-tip::before {
  background-color: #ea42ae;
}
.nav-category-01 > li > a.round_table::before {
  background-color: #ff5a5a;
}
.nav-category-01 > li > a.interview-library::before {
  background-color: #ff1628;
}
.nav-category-01 > li > a.analysis::before, .nav-category-01 > li > a.survey::before {
  background-color: #ff6700;
}
.nav-category-01 > li > a.report::before {
  background-color: #ffb81a;
}
.nav-category-01 > li > a.opinion::before, .nav-category-01 > li > a.training::before {
  background-color: #5bb700;
}
.nav-category-01 > li > a.media::before {
  background-color: #099;
}
.nav-category-01 > li > a.column::before {
  background-color: #2cd9dd;
}
.nav-category-01 > li > a.discussion::before {
  background-color: #174bd6;
}
.nav-category-01 > li > a.other::before {
  background-color: #5e22b8;
}
.nav-category-01 > li > a.current {
  color: #fff;
}
.nav-category-01 > li > a.current::before {
  bottom: -1px;
}

@media only screen and (max-width: 1180px) {
  .nav-category-01 {
    flex-wrap: wrap;
  }
  .nav-category-01 > li {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 736px) {
  .nav-category-01 {
    margin-bottom: 2.85714em;
  }
  .nav-category-01 > li {
    width: 20%;
  }
  .nav-category-01 > li > a {
    padding: calc(0.15em + 3px) 8px .15em 8px;
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 600px) {
  .nav-category-01 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .nav-category-01 > li {
    width: calc((100% - .1px) / 3);
  }
}
.nav-pager-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.85714em;
}
.nav-pager-01 li {
  display: flex;
}
.nav-pager-01 li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 200ms, color 200ms;
}
.nav-pager-01 li > a:hover, .nav-pager-01 li > a:focus, .nav-pager-01 li > a:active {
  background-color: #efefef;
  color: #ff1628;
}
.nav-pager-01 li > a[aria-current] {
  background-color: #ff1628;
  color: #fff;
}
.nav-pager-01 > li.prev > a, .nav-pager-01 > li.next > a {
  position: relative;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.prev > a::after, .nav-pager-01 > li.next > a::before, .nav-pager-01 > li.next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 8px;
  margin-top: -4px;
  background-color: #333;
  transition: background-color 200ms;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.next > a::before {
  margin-top: -6px;
}
.nav-pager-01 > li.prev > a::after, .nav-pager-01 > li.next > a::after {
  margin-top: -2px;
}
.nav-pager-01 > li.prev > a:hover::before, .nav-pager-01 > li.prev > a:hover::after, .nav-pager-01 > li.prev > a:focus::before, .nav-pager-01 > li.prev > a:focus::after, .nav-pager-01 > li.prev > a:active::before, .nav-pager-01 > li.prev > a:active::after, .nav-pager-01 > li.next > a:hover::before, .nav-pager-01 > li.next > a:hover::after, .nav-pager-01 > li.next > a:focus::before, .nav-pager-01 > li.next > a:focus::after, .nav-pager-01 > li.next > a:active::before, .nav-pager-01 > li.next > a:active::after {
  background-color: #ff1628;
}
.nav-pager-01 > li.prev > a > span, .nav-pager-01 > li.next > a > span {
  position: absolute;
  top: -999em;
  left: -999em;
}
.nav-pager-01 > li.prev {
  margin-right: 12px;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.prev > a::after {
  margin-left: -2px;
}
.nav-pager-01 > li.prev > a::before {
  transform: rotate(45deg);
}
.nav-pager-01 > li.prev > a::after {
  transform: rotate(-45deg);
}
.nav-pager-01 > li.next {
  margin-left: 12px;
}
.nav-pager-01 > li.next > a::before, .nav-pager-01 > li.next > a::after {
  margin-left: -1px;
}
.nav-pager-01 > li.next > a::before {
  transform: rotate(-45deg);
}
.nav-pager-01 > li.next > a::after {
  transform: rotate(45deg);
}
.nav-pager-01 > li.index > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.nav-pager-01 > li.index > ul > li + li {
  margin-left: 12px;
}

@media only screen and (max-width: 736px) {
  .nav-pager-01 li > a {
    width: 32px;
    height: 32px;
  }
  .nav-pager-01 > li.prev {
    margin-right: 8px;
  }
  .nav-pager-01 > li.next {
    margin-left: 8px;
  }
  .nav-pager-01 > li.index > ul > li + li {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-pager-01 li > a {
    width: 27px;
    height: 27px;
    font-size: 85.71429%;
  }
  .nav-pager-01 > li.prev {
    margin-right: 2px;
  }
  .nav-pager-01 > li.next {
    margin-left: 2px;
  }
  .nav-pager-01 > li.index > ul > li + li {
    margin-left: 2px;
  }
}
.nav-quick-01 {
  position: relative;
  margin: 5.71429em -30px 0 -30px;
}
.nav-quick-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background-color: #e5e5e5;
  transform: translateX(-50%);
}
.nav-quick-01 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 3.42857em 0 3em 0;
}
.nav-quick-01 > ul > li {
  width: 33.3333%;
  padding: 0 20px;
}
.nav-quick-01 > ul > li > a {
  position: relative;
  display: block;
  padding-top: 84px;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.nav-quick-01 > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 72px;
  height: 72px;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-50%);
}
.nav-quick-01 > ul > li > a.ranking::before {
  background-image: url(/cmn/images/icon-trophy-02.png);
}
.nav-quick-01 > ul > li > a.survey::before {
  background-image: url(/cmn/images/icon-survey-01.png);
}
.nav-quick-01 > ul > li > a.tip::before {
  background-image: url(/cmn/images/icon-case-01.png);
}
.nav-quick-01 > ul > li > a.service::before {
  background-image: url(/cmn/images/icon-folder-01.png);
}
.nav-quick-01 > ul > li > a > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.nav-quick-01 > ul > li > a > span::before, .nav-quick-01 > ul > li > a > span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #ff1628;
  transform: rotate(45deg);
  transition: left 200ms;
}
.nav-quick-01 > ul > li > a > span::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.nav-quick-01 > ul > li > a:hover > span, .nav-quick-01 > ul > li > a:focus > span, .nav-quick-01 > ul > li > a:active > span {
  text-decoration: underline;
}
.nav-quick-01 > ul > li > a:hover > span::before, .nav-quick-01 > ul > li > a:hover > span::after, .nav-quick-01 > ul > li > a:focus > span::before, .nav-quick-01 > ul > li > a:focus > span::after, .nav-quick-01 > ul > li > a:active > span::before, .nav-quick-01 > ul > li > a:active > span::after {
  left: 3px;
}

@media only screen and (max-width: 960px) {
  .nav-quick-01 > ul > li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-quick-01 {
    margin: 4.28571em -10px 0 -10px;
  }
  .nav-quick-01 > ul {
    padding: .25em 0 2.25em 0;
  }
  .nav-quick-01 > ul > li {
    width: 50%;
    margin-top: 2.25em;
    padding: 0 5px;
  }
  .nav-quick-01 > ul > li > a {
    font-size: 100%;
  }
  .nav-quick-01 > ul > li > a > span {
    padding-left: 14px;
  }
}
/* ===========================
table
--------------------------- */
table .w5 {
  width: 5%;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w30 {
  width: 30%;
}
table .w35 {
  width: 35%;
}
table .w40 {
  width: 40%;
}
table .w45 {
  width: 45%;
}
table .w50 {
  width: 50%;
}
table .w55 {
  width: 55%;
}
table .w60 {
  width: 60%;
}
table .w65 {
  width: 65%;
}
table .w70 {
  width: 70%;
}
table .w75 {
  width: 75%;
}
table .w80 {
  width: 80%;
}
table .w85 {
  width: 85%;
}
table .w90 {
  width: 90%;
}
table .w95 {
  width: 95%;
}

.tbl-data-01 {
  table-layout: fixed;
  width: 100%;
  margin: 2.25em 0;
}
.tbl-data-01 th,
.tbl-data-01 td {
  border: 1px solid #ccc;
  padding: 1.1em 20px;
}
.tbl-data-01 th {
  font-weight: bold;
}
.tbl-data-01 thead th,
.tbl-data-01 thead td {
  background-color: #e6e6e6;
}
.tbl-data-01 tbody th {
  background-color: #f5f5f5;
}
.tbl-data-01 .hr,
.tbl-data-01 .hr th,
.tbl-data-01 .hr td {
  border-top: 3px double #ccc;
}
.tbl-data-01 th > *:last-child,
.tbl-data-01 td > *:last-child,
.tbl-data-01 td > [class^=list-]:last-child > li:last-child {
  margin-bottom: 0;
}
.tbl-data-01 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.tbl-data-01 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.tbl-data-01 .help:visited::before {
  background-color: #639;
}
.tbl-data-01.important tbody td {
  background: #fff;
}

@media only screen and (max-width: 736px) {
  .tbl-data-01 th,
.tbl-data-01 td {
    padding: .75em 10px;
  }
}
.tbl-data-02 {
  width: 100%;
  margin: 2.25em 0;
  border-top: 1px solid #dee5e4;
}
.tbl-data-02 th,
.tbl-data-02 td {
  border-bottom: 1px solid #dee5e4;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: left;
  vertical-align: top;
}
.tbl-data-02 th {
  width: 28%;
  font-weight: bold;
}
.tbl-data-02 td > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .tbl-data-02 th {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .table-scroll {
    margin: 2.25em 0;
  }

  .table-scroll__inner {
    overflow-x: auto;
  }

  .table-scroll__text {
    margin-bottom: 0;
  }

  .table-scroll__inner > .tbl-data-01,
.table-scroll__inner > .tbl-data-02 {
    min-width: 818px;
    overflow-x: auto;
    margin: 0;
  }

  .table-scroll__inner > .tbl-data-01,
.table-scroll__inner > .tbl-data-02 {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 961px) {
  .table-scroll__text {
    display: none;
  }
}
.tbl-news-01 {
  width: 100%;
  line-height: 1.7;
  margin: 2.25em 0;
  border-top: 1px solid #ccc;
}
.tbl-news-01 th,
.tbl-news-01 td {
  border-bottom: 1px solid #ccc;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: left;
  vertical-align: top;
}
.tbl-news-01 th {
  width: 150px;
  white-space: nowrap;
}

@media only screen and (max-width: 960px) {
  .tbl-news-01 th {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .tbl-news-01 {
    display: block;
  }
  .tbl-news-01 * {
    display: block;
  }
  .tbl-news-01 th,
.tbl-news-01 td {
    padding: .2em 0;
  }
  .tbl-news-01 th {
    width: auto;
    border-bottom: 0;
    padding-top: 14px;
  }
  .tbl-news-01 td {
    padding-bottom: 14px;
  }
}
.tbl-9areas-01 {
  width: 100%;
  margin: 2em 0 32px 0;
}
.tbl-9areas-01 th,
.tbl-9areas-01 td {
  vertical-align: middle;
}
.tbl-9areas-01 thead th {
  padding-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
.tbl-9areas-01 thead th:first-child {
  width: 128px;
}
.tbl-9areas-01 tbody th,
.tbl-9areas-01 tbody td {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tbl-9areas-01 tbody tr:first-child th,
.tbl-9areas-01 tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
.tbl-9areas-01 tbody th {
  text-align: center;
  vertical-align: middle;
}
.tbl-9areas-01 tbody th > .circle {
  position: relative;
  display: table;
  width: 100px;
  height: 100px;
}
.tbl-9areas-01 tbody th > .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 2px solid #ff1628;
  border-radius: 50%;
}
.tbl-9areas-01 tbody th > .circle > span {
  display: table-cell;
  line-height: 1.4;
  padding: 10px;
  color: #ff1628;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.tbl-9areas-01 tbody th > .hdg {
  color: #ff1628;
  font-weight: bold;
}
.tbl-9areas-01 tbody td > *:last-child,
.tbl-9areas-01 tbody td > [class^=list-]:last-child > li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .tbl-9areas-01 {
    margin: 1.75em 0 28px 0;
  }
  .tbl-9areas-01 thead th:first-child {
    width: 90px;
  }
  .tbl-9areas-01 tbody th,
.tbl-9areas-01 tbody td {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .tbl-9areas-01 tbody th > .circle {
    width: 80px;
    height: 80px;
  }
  .tbl-9areas-01 tbody th > .circle > span {
    padding: .5em;
  }
}
.tbl-plan-01 {
  width: 100%;
  margin: 2.25em 0;
}
.tbl-plan-01 col {
  width: 20%;
}
.tbl-plan-01 thead th {
  background-color: #fff;
  vertical-align: bottom;
}
.tbl-plan-01 thead th,
.tbl-plan-01 tbody td {
  border-left: 2px solid #fff;
}
.tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
  border-top: 2px solid #fff;
  padding: 1em 20px;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-plan-01 tbody th {
  height: 80px;
  min-height: 80px;
  background-color: #e6e6e6;
}
.tbl-plan-01 tbody td {
  text-align: center;
}
.tbl-plan-01 .basic {
  background-color: #ebf2f5;
}
.tbl-plan-01 .standard {
  background-color: #eff3e8;
}
.tbl-plan-01 .advance {
  background-color: #f5ebf0;
}
.tbl-plan-01 .premiere {
  background-color: #faebec;
}
.tbl-plan-01 .plan {
  position: relative;
  padding: 10px 8px;
}
.tbl-plan-01 .plan > .title {
  display: table;
  width: 100%;
}
.tbl-plan-01 .plan > .title > span {
  display: table-cell;
  line-height: 1.25;
  padding: .5em 0;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.tbl-plan-01 .plan > .btn {
  margin: 8px 0 0 0;
}
.tbl-plan-01 .plan > .btn > li {
  position: relative;
  display: table;
  width: 100%;
}
.tbl-plan-01 .plan > .btn > li + li {
  margin-top: 6px;
}
.tbl-plan-01 .plan > .btn > li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  border-radius: 5px;
  background-color: #ccc;
}
.tbl-plan-01 .plan > .btn > li > a {
  position: relative;
  top: 0;
  display: table-cell;
  line-height: 1.25;
  border-radius: 5px;
  padding: .9em 28px .9em 16px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.tbl-plan-01 .plan > .btn > li > a::before, .tbl-plan-01 .plan > .btn > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tbl-plan-01 .plan > .btn > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbl-plan-01 .plan > .btn > li > a:hover, .tbl-plan-01 .plan > .btn > li > a:focus, .tbl-plan-01 .plan > .btn > li > a:active {
  top: 2px;
  background-color: #eee;
}
.tbl-plan-01 .plan > .btn > li > a:hover::before, .tbl-plan-01 .plan > .btn > li > a:hover::after, .tbl-plan-01 .plan > .btn > li > a:focus::before, .tbl-plan-01 .plan > .btn > li > a:focus::after, .tbl-plan-01 .plan > .btn > li > a:active::before, .tbl-plan-01 .plan > .btn > li > a:active::after {
  right: 8px;
}
.tbl-plan-01 .plan > .label {
  display: block;
  height: 1.2em;
  font-weight: normal;
  text-align: center;
}
.tbl-plan-01 .plan > .label > span {
  position: absolute;
  top: -4px;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  padding: .2em 10px;
  background-color: #f0ab00;
  color: #fff;
  font-size: 85.71429%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tbl-plan-01 .plan > .label > span::before, .tbl-plan-01 .plan > .label > span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.tbl-plan-01 .plan > .label > span::before {
  left: -4px;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #bd8700 transparent;
}
.tbl-plan-01 .plan > .label > span::after {
  right: -4px;
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #bd8700;
}
.tbl-plan-01 .plan > .label > span br {
  display: none;
}
.tbl-plan-01 .plan.basic {
  background-color: #5e9cae;
}
.tbl-plan-01 .plan.basic > .btn > li::before {
  background-color: #bfd7df;
}
.tbl-plan-01 .plan.basic > .btn > li > a {
  color: #5e9cae;
}
.tbl-plan-01 .plan.basic > .btn > li > a::before, .tbl-plan-01 .plan.basic > .btn > li > a::after {
  border-top-color: #5e9cae;
}
.tbl-plan-01 .plan.standard {
  background-color: #658d1b;
}
.tbl-plan-01 .plan.standard > .btn > li::before {
  background-color: #c1d1a4;
}
.tbl-plan-01 .plan.standard > .btn > li > a {
  color: #658d1b;
}
.tbl-plan-01 .plan.standard > .btn > li > a::before, .tbl-plan-01 .plan.standard > .btn > li > a::after {
  border-top-color: #658d1b;
}
.tbl-plan-01 .plan.advance {
  background-color: #612141;
}
.tbl-plan-01 .plan.advance > .btn > li::before {
  background-color: #c0a6b3;
}
.tbl-plan-01 .plan.advance > .btn > li > a {
  color: #612141;
}
.tbl-plan-01 .plan.advance > .btn > li > a::before, .tbl-plan-01 .plan.advance > .btn > li > a::after {
  border-top-color: #612141;
}
.tbl-plan-01 .plan.premiere {
  background-color: #ff1628;
}
.tbl-plan-01 .plan.premiere > .btn > li::before {
  background-color: #dda9ac;
}
.tbl-plan-01 .plan.premiere > .btn > li > a {
  color: #ff1628;
}
.tbl-plan-01 .plan.premiere > .btn > li > a::before, .tbl-plan-01 .plan.premiere > .btn > li > a::after {
  border-top-color: #ff1628;
}

@media only screen and (max-width: 960px) {
  .tbl-plan-01 tbody th {
    height: 70px;
    min-height: 70px;
  }
  .tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
    padding: .75em 15px;
  }
}
@media only screen and (max-width: 736px) {
  .tbl-plan-01 th,
.tbl-plan-01 td {
    font-size: 78.57143%;
  }
  .tbl-plan-01 thead th,
.tbl-plan-01 tbody td {
    border-left: 1px solid #fff;
  }
  .tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
    border-top: 1px solid #fff;
    padding: 1em 4px;
  }
  .tbl-plan-01 tbody td b {
    margin-right: 1px;
    letter-spacing: -1px;
  }
  .tbl-plan-01 .plan {
    padding: 8px 4px 6px 4px;
  }
  .tbl-plan-01 .plan > .title > span {
    padding: .5em 0;
    font-size: 100%;
  }
  .tbl-plan-01 .plan > .btn > li > a {
    border-radius: 4px;
    padding: .85em 8px;
  }
  .tbl-plan-01 .plan > .btn > li > a::before, .tbl-plan-01 .plan > .btn > li > a::after {
    content: none;
  }
  .tbl-plan-01 .plan > .label {
    height: 2em;
  }
  .tbl-plan-01 .plan > .label > span {
    position: absolute;
    top: -4px;
    left: 4px;
    right: 4px;
    display: inline-block;
    line-height: 1.25;
    margin: 0;
    padding: .2em 1px;
    font-size: 100%;
    white-space: normal;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tbl-plan-01 .plan > .label > span br {
    display: inline;
  }
}
.tbl-plan-02 {
  margin-bottom: 2em;
}
.tbl-plan-02 > .prompt {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.71429em;
  padding: .625em 12px;
  background-color: #5c6066;
  color: #fff;
}
.tbl-plan-02 > .prompt::before, .tbl-plan-02 > .prompt::after {
  content: "";
  display: block;
}
.tbl-plan-02 > .prompt::before {
  flex-shrink: 0;
  width: 32px;
  height: 36px;
  margin-right: 8px;
  background: transparent url(/cmn/images/icon-scrollable-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.tbl-plan-02 > .prompt::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #5c6066 transparent transparent transparent;
}
.tbl-plan-02 .inner {
  overflow: auto;
}
.tbl-plan-02 .btn-modal-01 {
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #666;
  border-radius: 50%;
  vertical-align: middle;
}
.tbl-plan-02 .btn-modal-01::before {
  content: "?";
  font-size: .75em;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}
.tbl-plan-02 .btn-modal-01 > span {
  position: absolute;
  top: -99em;
  left: -99em;
}
.tbl-plan-02 .tbl {
  width: 100%;
}
.tbl-plan-02 .tbl th,
.tbl-plan-02 .tbl td {
  border: 1px solid #ccc;
  padding: 1.125em 11px;
  background-color: #fff;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
}
.tbl-plan-02 .tbl th {
  font-weight: bold;
}
.tbl-plan-02 .tbl th sup {
  font-weight: normal;
}
.tbl-plan-02 .tbl thead .no-border {
  border: 0;
}
.tbl-plan-02 .tbl thead th {
  background-color: #e6e6e6;
  position: relative;
}
.tbl-plan-02 .tbl thead th.entry, .tbl-plan-02 .tbl thead th.basic, .tbl-plan-02 .tbl thead th.standard, .tbl-plan-02 .tbl thead th.advance, .tbl-plan-02 .tbl thead th.premiere {
  color: #fff;
}
.tbl-plan-02 .tbl thead th.entry {
  background-color: #999;
}
.tbl-plan-02 .tbl thead th.basic {
  background-color: #5e9cae;
}
.tbl-plan-02 .tbl thead th.standard {
  background-color: #658d1b;
}
.tbl-plan-02 .tbl thead th.advance {
  background-color: #612141;
}
.tbl-plan-02 .tbl thead th.premiere {
  background-color: #ff1628;
}
.tbl-plan-02 .tbl thead th.balloon {
  padding: 0 3px;
  vertical-align: bottom;
  border-color: #fff #fff #ccc;
  background-color: #fff;
  color: #333;
  font-size: .8125rem;
  font-weight: normal;
  text-align: left;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span {
  border-color: #5e9cae;
  background-color: #ebf2f5;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span::before {
  border-color: #5e9cae transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span::after {
  border-color: #ebf2f5 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span {
  border-color: #658d1b;
  background-color: #eff3e8;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span::before {
  border-color: #658d1b transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span::after {
  border-color: #eff3e8 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span {
  border-color: #612141;
  background-color: #f5ebf0;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span::before {
  border-color: #612141 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span::after {
  border-color: #f5ebf0 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span {
  border-color: #ff1628;
  background-color: #faebec;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span::before {
  border-color: #ff1628 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span::after {
  border-color: #faebec transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon > span {
  display: block;
  padding-bottom: 25px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span {
  display: block;
  padding: 10px;
  border: solid 1px #999;
  position: relative;
  min-height: 162px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
}
.tbl-plan-02 .tbl tbody th {
  background-color: #f5f5f5;
}
.tbl-plan-02 .tbl tbody td.entry {
  background-color: #fff;
}
.tbl-plan-02 .tbl tbody td.basic {
  background-color: #ebf2f5;
}
.tbl-plan-02 .tbl tbody td.standard {
  background-color: #eff3e8;
}
.tbl-plan-02 .tbl tbody td.advance {
  background-color: #f5ebf0;
}
.tbl-plan-02 .tbl tbody td.premiere {
  background-color: #faebec;
}

@media only screen and (max-width: 736px) {
  .tbl-plan-02 .tbl th,
.tbl-plan-02 .tbl td {
    padding: 1.375em 7px;
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 480px) {
  .tbl-plan-02 > .prompt {
    display: flex;
  }
  .tbl-plan-02 .inner {
    overflow-x: scroll;
  }
  .tbl-plan-02 .tbl {
    width: 200%;
  }
}
.tbl-schedule-01 {
  width: 100%;
  margin: 2.25em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tbl-schedule-01 .month {
  width: 16%;
}
.tbl-schedule-01 .line {
  width: 21%;
}
.tbl-schedule-01 thead th {
  text-align: center;
}
.tbl-schedule-01 th,
.tbl-schedule-01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 20px;
  vertical-align: middle;
}
.tbl-schedule-01 th {
  background-color: #f5f5f5;
  text-align: right;
}
.tbl-schedule-01 td {
  background-color: #fcf6e8;
  text-align: left;
}
.tbl-schedule-01 td.color-ty01 {
  background: #fff;
}
.tbl-schedule-01 .announcement {
  background-color: #fce8e8;
}
.tbl-schedule-01 :empty {
  background-color: #fff;
}
.tbl-schedule-01 [colspan] {
  text-align: center;
}
.tbl-schedule-01 p,
.tbl-schedule-01 dl,
.tbl-schedule-01 dd {
  margin-bottom: 0;
}
.tbl-schedule-01 dt {
  font-weight: bold;
  margin-bottom: .25em;
}
.tbl-schedule-01 .pgh-notice-01 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tbl-schedule-01 dd p:last-child {
  margin-top: 1em;
}

@media only screen and (max-width: 736px) {
  .tbl-schedule-01 {
    margin: 2em 0;
    font-size: 78.57143%;
  }
  .tbl-schedule-01 th,
.tbl-schedule-01 td {
    padding: .5em 8px;
  }
}
/* ===========================
box
--------------------------- */
.box-content-01,
.box-case-01 {
  margin: 2.15em 0;
  border: 1px solid #ccc;
  padding: 2em 29px;
}
.box-content-01::after,
.box-case-01::after {
  content: "";
  clear: both;
  display: block;
}
.box-content-01 > *:last-child,
.box-content-01 > [class^=list-]:last-child > li:last-child,
.box-content-01 > [class^=lyt-img-]:last-child > .content > *:last-child,
.box-case-01 > *:last-child,
.box-case-01 > [class^=list-]:last-child > li:last-child,
.box-case-01 > [class^=lyt-img-]:last-child > .content > *:last-child {
  margin-bottom: 0;
}
.box-content-01 > .hdg,
.box-case-01 > .hdg {
  margin-top: -.15em;
  margin-bottom: .65em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-content-01 > .hdg > a,
.box-case-01 > .hdg > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  text-decoration: none;
}
.box-content-01 > .hdg > a:hover, .box-content-01 > .hdg > a:focus,
.box-case-01 > .hdg > a:hover,
.box-case-01 > .hdg > a:focus {
  color: #ff1628;
}
.box-content-01 > .hdg > a::before, .box-content-01 > .hdg > a::after,
.box-case-01 > .hdg > a::before,
.box-case-01 > .hdg > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-content-01 > .hdg > a::after,
.box-case-01 > .hdg > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-content-01 > .hdg > a:hover::before, .box-content-01 > .hdg > a:hover::after, .box-content-01 > .hdg > a:focus::before, .box-content-01 > .hdg > a:focus::after, .box-content-01 > .hdg > a:active::before, .box-content-01 > .hdg > a:active::after,
.box-case-01 > .hdg > a:hover::before,
.box-case-01 > .hdg > a:hover::after,
.box-case-01 > .hdg > a:focus::before,
.box-case-01 > .hdg > a:focus::after,
.box-case-01 > .hdg > a:active::before,
.box-case-01 > .hdg > a:active::after {
  left: 4px;
}
.col-sub .box-content-01,
.col-sub .box-case-01 {
  padding: 1.4em 19px;
}

.box-case-01 > .hdg {
  margin-bottom: .8em;
  font-size: 128.57143%;
}
.box-case-01 .pgh-lead-01 {
  margin: 0 0 .65em 0;
  font-size: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .box-content-01,
.box-case-01 {
    padding: 1.4em 19px;
  }
  .box-content-01 > .hdg,
.box-case-01 > .hdg {
    font-size: 142.85714%;
  }
}
.box-content-02 {
  margin: 1.4em 0 1.4em 15px;
  border-left: 5px solid #ddd;
  padding: .25em 10px .25em 20px;
}
.box-content-02::after {
  content: "";
  clear: both;
  display: block;
}
.box-content-02 > *:last-child,
.box-content-02 > [class^=list-]:last-child > li:last-child,
.box-content-02 > [class^=lyt-img-]:last-child > .content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .box-content-02 {
    padding: .25em 5px .25em 15px;
  }
}
.box-privacy-01 {
  max-height: 11.5rem;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ccc;
  overflow: scroll;
}
.box-privacy-01 > :first-child {
  margin-top: 0;
}
.box-privacy-01 > :last-child {
  margin-bottom: 0;
}
.box-privacy-01 .hdg {
  padding-left: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  border-left: 2px solid #ff1628;
}
@media only screen and (max-width: 736px) {
  .box-privacy-01 {
    max-height: 240px;
  }
}

.box-case-02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2.15em;
}
.box-case-02 > .content {
  display: table-cell;
  padding: 2em 30px;
  background-color: #454545;
  color: #fff;
}
.box-case-02 > .content > *:first-child {
  margin-top: 0;
}
.box-case-02 > .content > *:last-child {
  margin-bottom: 0;
}
.box-case-02 > .content .pgh-lead-01 {
  margin-bottom: .75em;
}
.box-case-02 > .content .pgh-lead-01 strong {
  color: #fff;
  font-weight: normal;
}
.box-case-02 > .content .pgh-lead-02 {
  font-weight: bold;
}
.box-case-02 > .content .pgh-lead-02 span {
  font-size: 128.57143%;
}
.box-case-02 > .img {
  display: table-caption;
  margin-bottom: 0;
}

.pgh-lead-03 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.8em;
}
.pgh-lead-03 > b {
  font-weight: bold;
  color: #ff1628;
}

@media only screen and (max-width: 736px) {
  .box-case-02 > .content {
    padding: 1.25em 20px;
  }
  .box-case-02 > .content .pgh-lead-01 {
    font-size: 128.57143%;
  }
  .box-case-02 > .content .pgh-lead-02 {
    font-weight: normal;
  }
  .box-case-02 > .content .pgh-lead-02 span {
    font-size: 100%;
    font-weight: bold;
  }

  .pgh-lead-03 {
    font-size: 1.375rem;
  }
}
.box-case-03 {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 343px;
  margin-bottom: 2em;
  padding: 5% 5% 0;
  background-color: #454545;
}
.box-case-03 > .img {
  position: absolute;
  top: 0;
  right: 0;
}
.box-case-03 > .img > img {
  max-width: none;
  height: 343px;
}
.box-case-03 > .content {
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 2;
  position: relative;
  z-index: 1;
  max-width: 60%;
  word-break: normal;
  color: #fff;
}
.box-case-03 > .content > *:last-child {
  margin-bottom: 0;
}
.box-case-03 > .content > .lead {
  font-size: 156.25%;
  line-height: 1.6;
}

a.box-case-03 {
  color: #fff;
}
a.box-case-03 > .content > .lead {
  position: relative;
  padding-left: 18px;
}
a.box-case-03 > .content > .lead::before, a.box-case-03 > .content > .lead::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.box-case-03 > .content > .lead::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.box-case-03:hover > .content > .lead::before, a.box-case-03:hover > .content > .lead::after, a.box-case-03:focus > .content > .lead::before, a.box-case-03:focus > .content > .lead::after, a.box-case-03:active > .content > .lead::before, a.box-case-03:active > .content > .lead::after {
  left: 4px;
}

@media only screen and (max-width: 736px) {
  .box-case-03 {
    font-size: 87.5%;
    min-height: 0;
    padding: 0;
  }
  .box-case-03 > .img {
    position: static;
  }
  .box-case-03 > .img > img {
    max-width: 100%;
    height: auto;
  }
  .box-case-03 > .content {
    max-width: 100%;
    padding: 0 19px 1.4em;
  }
  .box-case-03 > .content .lead {
    font-size: 142.85714%;
  }
}
.box-highlight-01 {
  margin-bottom: 2.15em;
  padding: 2em 30px;
  background-color: #fcf6e8;
}
.box-highlight-01 > .hdg {
  margin-bottom: .75em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-highlight-01 > .hdg > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  text-decoration: none;
}
.box-highlight-01 > .hdg > a:hover, .box-highlight-01 > .hdg > a:focus {
  color: #ff1628;
}
.box-highlight-01 > .hdg > a::before, .box-highlight-01 > .hdg > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-highlight-01 > .hdg > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-highlight-01 > .hdg > a:hover::before, .box-highlight-01 > .hdg > a:hover::after, .box-highlight-01 > .hdg > a:focus::before, .box-highlight-01 > .hdg > a:focus::after, .box-highlight-01 > .hdg > a:active::before, .box-highlight-01 > .hdg > a:active::after {
  left: 4px;
}
.box-highlight-01 > *:last-child {
  margin-bottom: 0;
}
.box-highlight-01 .list-bullet-01,
.box-highlight-01 .list-ordered-01 {
  font-weight: bold;
}
.box-highlight-01 .list-bullet-01 > li {
  padding-left: 22px;
}
.box-highlight-01 .list-bullet-01 > li::before {
  top: .4em;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #ff1628;
}
.box-highlight-01 .list-ordered-01 > li {
  margin-left: 22px;
}

.box-highlight-01.type-02 {
  background-color: #efefef;
}

@media only screen and (max-width: 736px) {
  .box-highlight-01 {
    padding: 1.25em 20px;
  }
  .box-highlight-01 > .hdg {
    font-size: 142.85714%;
  }
}
.box-related-02 {
  display: block;
  margin-bottom: 2.15em;
  padding: 1.5em 30px;
  background-color: #ebf2f5;
}
.box-related-02 > .hdg {
  margin-bottom: .75em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-related-02 > *:last-child {
  margin-bottom: 0;
}
.box-related-02 .list-bullet-01,
.box-related-02 .list-ordered-01 {
  font-weight: bold;
}
.box-related-02 .list-bullet-01 > li {
  padding-left: 22px;
}
.box-related-02 .list-bullet-01 > li::before {
  top: .4em;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #ff1628;
}
.box-related-02 .list-ordered-01 > li {
  margin-left: 22px;
}

@media only screen and (max-width: 736px) {
  .box-related-02 {
    padding: 1.25em 20px;
  }
  .box-related-02 > .hdg {
    font-size: 142.85714%;
  }
}
.box-related-03 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28px 30px;
  color: #333;
  text-decoration: none;
}
.region .box-related-03 {
  background-color: #fff7f1;
}
.young .box-related-03 {
  background-color: #e6f7fb;
}
.box-related-03 > .text {
  flex: 1 1 auto;
}
.box-related-03 > .text > .hdg {
  font-size: 1.4rem;
}
.box-related-03 > .text > .hdg b {
  font-weight: normal;
}
.box-related-03 > .text p {
  margin-bottom: .65em;
}
.box-related-03 > .text > .link-btn-04 > a {
  width: 100%;
  max-width: 458px;
}
.box-related-03 > .text :last-child {
  margin-bottom: 0;
}
.box-related-03 > .img {
  max-width: 40%;
  flex: 0 0 auto;
}

@media only screen and (max-width: 736px) {
  .box-related-03 {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .box-related-03 > .text > .link-btn-04 > a {
    max-width: none;
  }
  .box-related-03 > .img {
    max-width: none;
  }
}
.box-enq-01 {
  position: relative;
  display: block;
  margin-bottom: 2.25em;
  padding: 140px 20px 20px 20px;
  background-color: #efefef;
  text-align: center;
}
.box-enq-01::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 96px;
  height: 96px;
  margin-left: -48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.box-enq-01.employee::before {
  background-image: url(/cmn/images/icon-enq-employee-01.png);
}
.box-enq-01.company::before {
  background-image: url(/cmn/images/icon-enq-company-01.png);
}
.box-enq-01.evaluation-01::before {
  background-image: url(/cmn/images/icon-enq-evaluation-01.png);
  width: 168px;
  height: 80px;
  margin-left: -84px;
  background-size: 168px 80px;
}
.box-enq-01.evaluation-02::before {
  background-image: url(/cmn/images/icon-enq-evaluation-02.png);
  width: 256px;
  height: 80px;
  margin-left: -128px;
  background-size: 256px 80px;
}
.box-enq-01 > .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 85.71429%;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-enq-01 > .link > span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 150%;
  font-weight: bold;
}
.box-enq-01 > .link > span::before, .box-enq-01 > .link > span::after {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-enq-01 > .link > span::after {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-enq-01 > .link > small {
  display: block;
}
.box-enq-01 > .inner {
  margin-top: 1.35em;
  padding: 1.35em 20px;
  background-color: #fff;
  text-align: left;
}
.box-enq-01 > .inner > table {
  width: 100%;
}
.box-enq-01 > .inner > table th,
.box-enq-01 > .inner > table td {
  text-align: left;
  vertical-align: top;
}
.box-enq-01 > .inner > table th {
  width: 25%;
  padding: 0 10px .75em 0;
  font-weight: bold;
}
.box-enq-01 > .inner > table td {
  padding: 0 0 .75em 0;
}
.box-enq-01 > .inner > table tr:last-child th,
.box-enq-01 > .inner > table tr:last-child td {
  padding-bottom: 0;
}
.box-enq-01 > .inner > table th > *,
.box-enq-01 > .inner > table td > *,
.box-enq-01 > .inner > table th > * > li:last-child,
.box-enq-01 > .inner > table td > * > li:last-child {
  margin-bottom: 0;
}
.box-enq-01 > .inner > table small {
  font-size: 92.85714%;
}
.box-enq-01 > .inner > table .list-marked-01 > li > .mark {
  min-width: inherit;
}
.box-enq-01 > .inner .hdg {
  margin-bottom: .75em;
}
.box-enq-01 > .inner .hdg small {
  font-size: 85.71429%;
}
.box-enq-01 > .inner > .rating {
  margin-bottom: 0;
  color: #ff1628;
  font-size: 142.85714%;
  font-weight: bold;
  text-align: center;
}
.box-enq-01 > .inner .pgh-notice-01 {
  margin: 1em 0 0 0;
}
.box-enq-01:link, .box-enq-01:visited, .box-enq-01:hover, .box-enq-01:focus, .box-enq-01:active {
  color: #333;
  text-decoration: none;
}
.box-enq-01:hover > .link, .box-enq-01:focus > .link, .box-enq-01:active > .link {
  color: #ff1628;
}
.box-enq-01:hover > .link > span::before,
.box-enq-01:hover > .link > span::after, .box-enq-01:focus > .link > span::before,
.box-enq-01:focus > .link > span::after, .box-enq-01:active > .link > span::before,
.box-enq-01:active > .link > span::after {
  left: 3px;
}

div.box-enq-01 > .link > span {
  padding-left: 0;
}
div.box-enq-01 > .link > span::before, div.box-enq-01 > .link > span::after {
  content: none;
}
div.box-enq-01:hover > .link, div.box-enq-01:focus > .link, div.box-enq-01:active > .link {
  color: inherit;
}
div.box-enq-01.single > .inner > table th {
  width: 15%;
}

@media only screen and (max-width: 736px) {
  .box-enq-01 {
    margin-bottom: 1.15em;
    padding: 96px 10px 10px 10px;
  }
  .box-enq-01::before {
    top: 20px;
    width: 64px;
    height: 64px;
    margin-left: -32px;
  }
  .box-enq-01.evaluation-01, .box-enq-01.evaluation-02 {
    padding-top: 110px;
  }
  .box-enq-01 > .link,
.box-enq-01 > .inner {
    height: auto !important;
  }
  .box-enq-01 > .inner {
    margin-top: 1.2em;
    padding: 1.25em 18px;
  }
  .box-enq-01 > .inner > table th {
    padding: 0 10px .6em 0;
  }
  .box-enq-01 > .inner > table td {
    padding: 0 0 .6em 0;
  }

  div.box-enq-01.single > .inner > table th {
    width: 25%;
  }
}
.box-enq-02 {
  margin-bottom: 1.5em;
  padding: 20px;
  background-color: #efefef;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: center;
}
.box-enq-02.select, .box-enq-02.desc, .box-enq-02.attribute, .box-enq-02.data, .box-enq-02.culture {
  position: relative;
  padding-top: 130px;
}
.box-enq-02.select::before, .box-enq-02.desc::before, .box-enq-02.attribute::before, .box-enq-02.data::before, .box-enq-02.culture::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  background-size: cover;
}
.box-enq-02.select::before {
  background-image: url(/cmn/images/icon-enq-select-01.png);
}
.box-enq-02.desc::before {
  background-image: url(/cmn/images/icon-enq-desc-01.png);
}
.box-enq-02.attribute::before {
  background-image: url(/cmn/images/icon-enq-attribute-01.png);
}
.box-enq-02.data::before {
  background-image: url(/cmn/images/icon-enq-data-01.png);
}
.box-enq-02.culture::before {
  background-image: url(/cmn/images/icon-enq-culture-01.png);
}

@media only screen and (max-width: 736px) {
  .box-enq-02 {
    padding: 18px 10px;
    font-size: 114.28571%;
  }
  .box-enq-02.select, .box-enq-02.desc, .box-enq-02.attribute, .box-enq-02.data, .box-enq-02.culture {
    padding-top: 92px;
  }
  .box-enq-02.select::before, .box-enq-02.desc::before, .box-enq-02.attribute::before, .box-enq-02.data::before, .box-enq-02.culture::before {
    top: 20px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
}
.box-credo-01 {
  margin: 0 -14px;
}
.box-credo-01::after {
  content: "";
  clear: both;
  display: block;
}
.box-credo-01 > li {
  float: left;
  width: 33.33333%;
  padding: 0 14px;
}
.box-credo-01 > li > span {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 28px;
  background-color: #efefef;
}
.box-credo-01 > li > span::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 102px;
  height: 96px;
  margin-left: -51px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-credo-01 > li > span > span {
  display: table-cell;
  padding: 136px 30px 16px 30px;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.box-credo-01 > li.credo-01 > span::before {
  background-image: url(/cmn/images/icon-credo-01.png);
}
.box-credo-01 > li.credo-02 > span::before {
  background-image: url(/cmn/images/icon-credo-02.png);
}
.box-credo-01 > li.credo-03 > span::before {
  background-image: url(/cmn/images/icon-credo-03.png);
}

@media only screen and (max-width: 736px) {
  .box-credo-01 {
    margin: 0 -5px;
  }
  .box-credo-01 > li {
    width: 50%;
    padding: 0 5px;
  }
  .box-credo-01 > li:nth-child(3) {
    margin-left: 25%;
  }
  .box-credo-01 > li > span {
    margin-bottom: 10px;
  }
  .box-credo-01 > li > span::before {
    top: 20px;
    width: 68px;
    height: 64px;
    margin-left: -34px;
  }
  .box-credo-01 > li > span > span {
    padding: 96px 10px 16px 10px;
    font-size: 114.28571%;
  }
}
.box-cv-01 {
  margin: 2em 0;
  border: 3px solid #ff1628;
  padding: 1.25em 20px;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-01 > dt {
  line-height: 1.4;
  margin-bottom: .25em;
  font-size: 171.42857%;
  font-weight: bold;
}
.box-cv-01 > dd > ul {
  margin: 0 -5px 1.25em -5px;
}
.box-cv-01 > dd > ul::after {
  content: "";
  clear: both;
  display: block;
}
.box-cv-01 > dd > ul > li {
  display: table;
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
.box-cv-01 > dd > ul > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #ff1628;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #ff1628;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-01 > dd > ul > li > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.box-cv-01 > dd > ul > li > .btn.ranking::before {
  background-image: url(/cmn/images/icon-ranking-02.png);
}
.box-cv-01 > dd > ul > li > .btn.inquiry::before {
  background-image: url(/cmn/images/icon-inquiry-02.png);
}
.box-cv-01 > dd > ul > li > .btn.seminar::before {
  background-image: url(/cmn/images/icon-seminar-02.png);
}
.box-cv-01 > dd > ul > li > .btn > span {
  display: table-cell;
  padding: .85em 32px .85em 64px;
  vertical-align: middle;
}
.box-cv-01 > dd > ul > li > .btn > span::before, .box-cv-01 > dd > ul > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-01 > dd > ul > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-01 > dd > ul > li > .btn:hover, .box-cv-01 > dd > ul > li > .btn:focus, .box-cv-01 > dd > ul > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-01 > dd > ul > li > .btn:hover > span::before,
.box-cv-01 > dd > ul > li > .btn:hover > span::after, .box-cv-01 > dd > ul > li > .btn:focus > span::before,
.box-cv-01 > dd > ul > li > .btn:focus > span::after, .box-cv-01 > dd > ul > li > .btn:active > span::before,
.box-cv-01 > dd > ul > li > .btn:active > span::after {
  right: 8px;
}
.box-cv-01 > dd > ul > li > .btn > span small {
  font-size: 75%;
}
.box-cv-01 .notice {
  margin-bottom: 0;
  color: #666;
  font-size: 85.71429%;
}

@media only screen and (max-width: 736px) {
  .box-cv-01 > dt {
    line-height: 1.55;
    font-size: 142.85714%;
  }
  .box-cv-01 > dd > ul > li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .box-cv-01 > dd > ul > li + li {
    margin-top: 10px;
  }
  .box-cv-01 > dd > ul > li > .btn,
.box-cv-01 > dd > ul > li > .btn > span {
    height: auto !important;
  }
  .box-cv-01 > dd > ul > li > .btn > span {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.box-cv-02,
.box-cv-03 {
  margin: 2em 0;
  border: 3px solid #ff1628;
  padding: 1.25em 20px;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-02 > *:last-child,
.box-cv-03 > *:last-child {
  margin-bottom: 0;
}
.box-cv-02 > ul,
.box-cv-02 .btn-cv,
.box-cv-03 > ul,
.box-cv-03 .btn-cv {
  margin: 0 -5px 1.25em -5px;
}
.box-cv-02 > ul > li > .btn,
.box-cv-02 .btn-cv > li > .btn,
.box-cv-03 > ul > li > .btn,
.box-cv-03 .btn-cv > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #ff1628;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #ff1628;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-02 > ul > li > .btn > span,
.box-cv-02 .btn-cv > li > .btn > span,
.box-cv-03 > ul > li > .btn > span,
.box-cv-03 .btn-cv > li > .btn > span {
  display: table-cell;
  padding: 1.35em 32px;
  vertical-align: middle;
}
.box-cv-02 > ul > li > .btn > span::before, .box-cv-02 > ul > li > .btn > span::after,
.box-cv-02 .btn-cv > li > .btn > span::before,
.box-cv-02 .btn-cv > li > .btn > span::after,
.box-cv-03 > ul > li > .btn > span::before,
.box-cv-03 > ul > li > .btn > span::after,
.box-cv-03 .btn-cv > li > .btn > span::before,
.box-cv-03 .btn-cv > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-02 > ul > li > .btn > span::after,
.box-cv-02 .btn-cv > li > .btn > span::after,
.box-cv-03 > ul > li > .btn > span::after,
.box-cv-03 .btn-cv > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-02 > ul > li > .btn:hover, .box-cv-02 > ul > li > .btn:focus, .box-cv-02 > ul > li > .btn:active,
.box-cv-02 .btn-cv > li > .btn:hover,
.box-cv-02 .btn-cv > li > .btn:focus,
.box-cv-02 .btn-cv > li > .btn:active,
.box-cv-03 > ul > li > .btn:hover,
.box-cv-03 > ul > li > .btn:focus,
.box-cv-03 > ul > li > .btn:active,
.box-cv-03 .btn-cv > li > .btn:hover,
.box-cv-03 .btn-cv > li > .btn:focus,
.box-cv-03 .btn-cv > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-02 > ul > li > .btn:hover > span::before,
.box-cv-02 > ul > li > .btn:hover > span::after, .box-cv-02 > ul > li > .btn:focus > span::before,
.box-cv-02 > ul > li > .btn:focus > span::after, .box-cv-02 > ul > li > .btn:active > span::before,
.box-cv-02 > ul > li > .btn:active > span::after,
.box-cv-02 .btn-cv > li > .btn:hover > span::before,
.box-cv-02 .btn-cv > li > .btn:hover > span::after,
.box-cv-02 .btn-cv > li > .btn:focus > span::before,
.box-cv-02 .btn-cv > li > .btn:focus > span::after,
.box-cv-02 .btn-cv > li > .btn:active > span::before,
.box-cv-02 .btn-cv > li > .btn:active > span::after,
.box-cv-03 > ul > li > .btn:hover > span::before,
.box-cv-03 > ul > li > .btn:hover > span::after,
.box-cv-03 > ul > li > .btn:focus > span::before,
.box-cv-03 > ul > li > .btn:focus > span::after,
.box-cv-03 > ul > li > .btn:active > span::before,
.box-cv-03 > ul > li > .btn:active > span::after,
.box-cv-03 .btn-cv > li > .btn:hover > span::before,
.box-cv-03 .btn-cv > li > .btn:hover > span::after,
.box-cv-03 .btn-cv > li > .btn:focus > span::before,
.box-cv-03 .btn-cv > li > .btn:focus > span::after,
.box-cv-03 .btn-cv > li > .btn:active > span::before,
.box-cv-03 .btn-cv > li > .btn:active > span::after {
  right: 8px;
}

.box-cv-02 > ul::after {
  content: "";
  clear: both;
  display: block;
}
.box-cv-02 > ul > li {
  display: table;
  float: left;
  width: 50%;
  padding: 0 5px;
}
.box-cv-02 .tel a[data-telnum] {
  line-height: 1.05;
  margin-left: .25em;
  color: #333;
  font-size: 214.28571%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

.box-cv-03 > ul > li {
  display: table;
  width: 35%;
  margin: 0 auto;
  padding: 0 5px;
}
.box-cv-03 > ul > li > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.box-cv-03 > ul > li > .btn.inquiry::before {
  background-image: url(/cmn/images/icon-inquiry-02.png);
}
.box-cv-03 > ul > li > .btn > span {
  padding-left: 64px;
}

@media only screen and (max-width: 960px) {
  .box-cv-03 > ul > li {
    width: 50%;
  }
}
@media only screen and (min-width: 737px) {
  .box-cv-02 .tel br {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .box-cv-02 > ul > li,
.box-cv-03 > ul > li {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .box-cv-02 > ul > li > .btn,
.box-cv-03 > ul > li > .btn {
    display: block;
    height: auto !important;
  }
  .box-cv-02 > ul > li > .btn > span,
.box-cv-03 > ul > li > .btn > span {
    display: block;
    padding: 1em 28px;
  }

  .box-cv-02 > ul > li + li {
    margin-top: 10px;
  }
  .box-cv-02 .tel a[data-telnum] {
    line-height: 1.5;
    margin-left: 0;
    font-size: 157.14286%;
  }
}
.box-cv-04 {
  position: relative;
  margin: 0 0 -40px 0;
  padding: 2.5em 0;
  background-color: #ff1628;
  color: #fff;
}
.box-cv-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background-color: #ff1628;
  transform: translateX(-50%);
}
.box-cv-04 > .hdg {
  margin-top: .5em;
  font-size: 157.14286%;
  font-weight: bold;
  text-align: center;
}
.box-cv-04 > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: .92857em -20px;
}
.box-cv-04 > ul > li {
  width: calc((100% - .1px) / 3);
  padding: 0 20px;
}
.box-cv-04 > ul > li > .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  border: 2px solid #fff;
  padding: 1.25em 32px 1.25em 20px;
  background-color: #fff;
  color: #ff1628;
  font-size: 114.28571%;
  font-weight: bold;
  transition: background-color 200ms, color 200ms;
  border-radius: 33px;
}
.box-cv-04 > ul > li > .btn::before, .box-cv-04 > ul > li > .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #ff1628;
  transform: rotate(45deg);
  transition: right 200ms, background-color 200ms;
}
.box-cv-04 > ul > li > .btn::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.box-cv-04 > ul > li > .btn > span {
  position: relative;
  display: inline-block;
  padding-left: 46px;
}
.box-cv-04 > ul > li > .btn > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent none no-repeat 50% 0;
  background-size: cover;
  transform: translateY(-50%);
}
.box-cv-04 > ul > li > .btn.estimate > span::before {
  background-image: url(/cmn/images/icon-crown-01.png);
}
.box-cv-04 > ul > li > .btn.inquiry > span::before {
  background-image: url(/cmn/images/icon-apply-01.png);
}
.box-cv-04 > ul > li > .btn.seminar > span::before {
  background-image: url(/cmn/images/icon-seminar-03.png);
}
.box-cv-04 > ul > li > .btn.faq > span::before {
  background-image: url(/cmn/images/icon-question-01.png);
}
.box-cv-04 > ul > li > .btn:hover, .box-cv-04 > ul > li > .btn:focus, .box-cv-04 > ul > li > .btn:active {
  background-color: #ff1628;
  color: #fff;
  text-decoration: none;
}
.box-cv-04 > ul > li > .btn:hover::before, .box-cv-04 > ul > li > .btn:hover::after, .box-cv-04 > ul > li > .btn:focus::before, .box-cv-04 > ul > li > .btn:focus::after, .box-cv-04 > ul > li > .btn:active::before, .box-cv-04 > ul > li > .btn:active::after {
  right: 16px;
  background-color: #fff;
}
.box-cv-04 > ul > li > .btn:hover > span::before, .box-cv-04 > ul > li > .btn:focus > span::before, .box-cv-04 > ul > li > .btn:active > span::before {
  background-position: 50% 100%;
}
.box-cv-04 > ul > li > .notice {
  margin-bottom: 0;
}
.box-cv-04 > ul > li > .notice > dt {
  margin-top: 1em;
  text-align: center;
}
.box-cv-04 > ul > li > .notice > dd {
  margin-top: .75em;
}
.box-cv-04 > ul > li > .notice > dd ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.box-cv-04 > ul > li > .notice > dd ul > li + li {
  margin-left: 24px;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #fff;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a::before, .box-cv-04 > ul > li > .notice > dd ul > li > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: left 200ms;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.box-cv-04 > ul > li > .notice > dd ul > li > a:hover::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:hover::after, .box-cv-04 > ul > li > .notice > dd ul > li > a:focus::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:focus::after, .box-cv-04 > ul > li > .notice > dd ul > li > a:active::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:active::after {
  left: 6px;
}

@media only screen and (max-width: 960px) {
  .box-cv-04 {
    margin: 0 -15px -40px -15px;
  }
  .box-cv-04 > ul {
    margin: .92857em -10px;
  }
  .box-cv-04 > ul > li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 736px) {
  .box-cv-04 {
    margin: 0 0 -30px 0;
    padding: 2.5em 6px;
  }
  .box-cv-04 > .hdg {
    margin-top: -.25em;
    margin-bottom: 1em;
    font-size: 142.85714%;
  }
  .box-cv-04 > ul {
    display: block;
    margin: 0;
  }
  .box-cv-04 > ul > li {
    width: 100%;
    padding: 0;
  }
  .box-cv-04 > ul > li + li {
    margin-top: .85714em;
  }
  .box-cv-04 > ul > li > .btn {
    height: auto !important;
  }
  .box-cv-04 > ul > li > .notice > dt {
    font-weight: bold;
  }
  .box-cv-04 > ul > li > .notice > dd {
    margin-top: .375em;
    margin-bottom: 1.125em;
  }
}
.box-cv-05 {
  margin: 56px 0 58px;
}
.box-cv-05 .hdg-cv-05 {
  text-align: center;
  background-color: #ff1628;
  height: 51px;
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 14px 0 15px 0;
  line-height: 1.6;
}
.box-cv-05 .contents-cv-05 {
  padding: 28px 30px 30px;
  border: 3px solid #ff1628;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-05 .contents-cv-05 > p {
  text-align: left;
}
.box-cv-05 .contents-cv-05 > *:last-child {
  margin-bottom: 0;
}
.box-cv-05 .contents-cv-05 > ul,
.box-cv-05 .contents-cv-05 .btn-cv {
  margin: 0;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #ff1628;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #ff1628;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span {
  display: table-cell;
  padding: 1.35em 32px;
  vertical-align: middle;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span::before, .box-cv-05 .contents-cv-05 > ul > li > .btn > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover, .box-cv-05 .contents-cv-05 > ul > li > .btn:focus, .box-cv-05 .contents-cv-05 > ul > li > .btn:active,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover > span::after, .box-cv-05 .contents-cv-05 > ul > li > .btn:focus > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:focus > span::after, .box-cv-05 .contents-cv-05 > ul > li > .btn:active > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:active > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active > span::after {
  right: 8px;
}
@media only screen and (max-width: 736px) {
  .box-cv-05 .hdg-cv-05 {
    height: 80px;
    line-height: 1.6;
    font-size: 20px;
    padding: 14px 0;
  }
  .box-cv-05 .contents-cv-05 {
    padding: 20px;
  }
  .box-cv-05 .contents-cv-05 > .lyt-col2-01 {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-cv-05 .contents-cv-05 > .lyt-col2-01 .col > img {
    margin-bottom: 1.2em;
  }
}

@media only screen and (min-width: 736px) {
  .hdg-cv-05 .br-sp {
    display: none;
  }
}
.box-cv-06 {
  margin: 80px 0 0;
  width: 100%;
  border: 3px solid #ff1628;
  border-radius: 10px;
}
.box-cv-06 > .inner {
  text-align: center;
  padding: 42px 10px 44px;
}
.box-cv-06 > .inner > .hdg {
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
}
.box-cv-06 > .inner > .text {
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.box-cv-06 > .inner > .img {
  margin-top: 32px;
}
.box-cv-06 > .inner > .survey-btn {
  margin: 36px 0 0;
  text-align: center;
}
.box-cv-06 > .inner > .survey-btn > a {
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  display: inline-block;
  border: 1px solid #ff1628;
  background-color: #ff1628;
  color: #fff;
  border-radius: 29px;
  line-height: 1.1875;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.box-cv-06 > .inner > .survey-btn > a:hover, .box-cv-06 > .inner > .survey-btn > a:active, .box-cv-06 > .inner > .survey-btn > a:focus {
  color: #ff1628;
  background-color: #fff;
  text-decoration: none;
}
.box-cv-06 > .inner > .survey-btn > a:hover::after, .box-cv-06 > .inner > .survey-btn > a:active::after, .box-cv-06 > .inner > .survey-btn > a:focus::after {
  border-color: #ff1628;
}
.box-cv-06 > .inner > .survey-btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .box-cv-06 {
    margin-top: 36px;
  }
  .box-cv-06 > .inner {
    padding: 24px 12px;
  }
  .box-cv-06 > .inner > .hdg {
    font-size: 24px;
  }
  .box-cv-06 > .inner > .img {
    margin-top: 8px;
  }
  .box-cv-06 > .inner > .survey-btn {
    margin: 22px 0 0;
    margin-top: 12px;
    width: 100%;
  }
  .box-cv-06 > .inner > .survey-btn > a {
    width: 100%;
    min-width: 0;
  }
  .box-cv-06 > .inner > a {
    background-color: #ff1628;
    color: #fff;
  }
  .box-cv-06 > .inner > a::after {
    border-color: #fff;
  }
  .box-cv-06 > .inner > a:hover, .box-cv-06 > .inner > a:focus, .box-cv-06 > .inner > a:active {
    background-color: #fff;
    color: #ff1628;
  }
  .box-cv-06 > .inner > a:hover::after, .box-cv-06 > .inner > a:focus::after, .box-cv-06 > .inner > a:active::after {
    border-color: #ff1628;
  }
}

.box-cv-07 {
  margin-top: 30px;
  border: 3px solid #ff1628;
  border-radius: 10px;
}
.box-cv-07 > .inner {
  padding: 42px 20px 44px;
}
.box-cv-07 > .inner .sp-only {
  display: none;
}
.box-cv-07 > .inner > .hdg {
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.box-cv-07 > .inner > .contents {
  margin-block: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 22px;
}
.box-cv-07 > .inner > .contents > .list {
  font-weight: bold;
  margin-bottom: 0;
}
.box-cv-07 > .inner > .contents > .list > li {
  position: relative;
  margin-top: 24px;
  font-size: 26px;
  padding-left: 38px;
  line-height: 1.5;
}
.box-cv-07 > .inner > .contents > .list > li:first-of-type {
  margin-top: 0;
}
.box-cv-07 > .inner > .contents > .list > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("/cmn/images/icon-check-01.svg");
}
.box-cv-07 > .inner > .btn {
  margin: 0;
  text-align: center;
}
.box-cv-07 > .inner > .btn > a {
  position: relative;
  padding: 16px 10px;
  min-width: 370px;
  display: inline-block;
  border: 1px solid #002171;
  background-color: #002171;
  color: #fff;
  border-radius: 29px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.box-cv-07 > .inner > .btn > a:hover, .box-cv-07 > .inner > .btn > a:active, .box-cv-07 > .inner > .btn > a:focus {
  color: #002171;
  background-color: #fff;
  text-decoration: none;
}
.box-cv-07 > .inner > .btn > a:hover::after, .box-cv-07 > .inner > .btn > a:active::after, .box-cv-07 > .inner > .btn > a:focus::after {
  border-color: #002171;
}
.box-cv-07 > .inner > .btn > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .box-cv-07 {
    margin-top: 16px;
  }
  .box-cv-07 > .inner {
    padding: 24px 12px;
  }
  .box-cv-07 > .inner .sp-only {
    display: block;
  }
  .box-cv-07 > .inner > .hdg {
    font-size: 24px;
  }
  .box-cv-07 > .inner > .contents {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-block: 24px 36px;
  }
  .box-cv-07 > .inner > .contents > .list > li {
    font-size: 16px;
    padding-left: 30px;
    margin-inline: 8px;
    margin-top: 16px;
  }
  .box-cv-07 > .inner > .contents > .list > li::before {
    top: 1px;
  }
  .box-cv-07 > .inner > .btn {
    width: 100%;
  }
  .box-cv-07 > .inner > .btn > a {
    width: 100%;
    min-width: 0;
    border-radius: 72px;
  }
  .box-cv-07 > .inner > .btn > a::after {
    top: 36px;
  }
}

.box-cv-08 {
  margin: 56px auto 0;
  max-width: 1034px;
  border: 3px solid #ff1628;
  border-radius: 10px;
}
.box-cv-08 > .inner {
  padding: 40px 24px;
}
.box-cv-08 > .inner > .link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}
.box-cv-08 > .inner > .link-list > li > a {
  color: #333;
}
.box-cv-08 > .inner > .link-list > li .contents {
  display: grid;
  grid-template-columns: 138px auto;
  grid-template-rows: 160px;
  gap: 16px;
  align-items: center;
  background-color: #F7F7F7;
  padding: 30px 20px;
}
.box-cv-08 > .inner > .link-list > li .contents > .txt {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.box-cv-08 > .inner > .link-list > li .contents > .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-cv-08 > .inner > .link-list > li .contents > .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .box-cv-08 > .inner {
    padding: 24px 12px;
  }
  .box-cv-08 > .inner > .link-list {
    grid-template-columns: 1fr;
  }
  .box-cv-08 > .inner > .link-list > li .contents {
    grid-template-columns: 1fr 100px;
    grid-template-rows: 110px;
    padding: 20px;
  }
  .box-cv-08 > .inner > .link-list > li .contents > .txt {
    text-align: left;
  }
  .box-cv-08 > .inner > .link-list > li .contents > .txt br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .box-cv-08 > .inner > .link-list > li .contents > .txt {
    font-size: 20px;
    text-align: left;
  }
  .box-cv-08 > .inner > .link-list > li .contents > .txt > span {
    display: inline-block;
    min-width: 135px;
    text-align: center;
  }
  .box-cv-08 > .inner > .link-list > li .contents > .txt > span br {
    display: block;
  }
}

.box-related-01 {
  margin: 2em 0;
  padding: 1.5em 30px .5em 30px;
  background-color: #f4f4f4;
}
.box-related-01 > .hdg {
  line-height: 1.45;
  margin: 0 -10px .5em -10px;
  font-size: 157.14286%;
  font-weight: bold;
  text-align: center;
}
.box-related-01 a,
.box-related-01 a > span {
  display: block;
}
.box-related-01 a {
  margin-bottom: 1em;
}
.box-related-01 a > span.img {
  margin-bottom: .5em;
  background-color: #f4f4f4;
}
.box-related-01 a > span.img > img {
  width: 100%;
  background-color: #f4f4f4;
  -moz-transform: rotate(360deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-related-01 a > span.text {
  position: relative;
  padding-left: 16px;
}
.box-related-01 a > span.text::before, .box-related-01 a > span.text::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-related-01 a > span.text::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-related-01 a:hover > span.img > img, .box-related-01 a:focus > span.img > img, .box-related-01 a:active > span.img > img {
  opacity: .75;
}
.box-related-01 a:hover > span.text::before, .box-related-01 a:hover > span.text::after, .box-related-01 a:focus > span.text::before, .box-related-01 a:focus > span.text::after, .box-related-01 a:active > span.text::before, .box-related-01 a:active > span.text::after {
  left: 6px;
}

@media only screen and (max-width: 736px) {
  .box-related-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .box-related-01 > .hdg,
.box-related-01 > p {
    font-size: 142.85714%;
  }
  .box-related-01 a {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2em;
  }
}
.box-definition-01 {
  margin: 2em 0;
  padding: 32px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  word-break: normal;
}
.box-definition-01.type-01 {
  background-image: url(/cmn/images/img-job_satisfaction-five_elements-01.jpg);
}
.box-definition-01.type-02 {
  background-image: url(/cmn/images/img-job_satisfaction-increase-01.jpg);
}
.box-definition-01.type-03 {
  background-image: url(/cmn/images/img-about-mission-01.jpg);
}
.box-definition-01.type-04 {
  background-image: url(/cmn/images/img-giftwork-01.jpg);
}
.box-definition-01.type-05 {
  background-image: url(/cmn/images/bg-ranking-01.jpg);
}
.box-definition-01 > .inner {
  max-width: 536px;
  margin: 0 auto;
  padding: 1.2em 28px;
  background-color: rgba(255, 255, 255, .9);
}
.box-definition-01 > .inner > p {
  text-align: center;
}
.box-definition-01 > .inner > *:last-child {
  margin-bottom: 0;
}
.box-definition-01 > .inner > .lead {
  line-height: 1.5;
  margin-bottom: .5em;
  font-size: 157.14286%;
}
.box-definition-01 > .inner > .lead em,
.box-definition-01 > .inner > .lead strong {
  color: inherit;
  font-weight: normal;
}

@media only screen and (max-width: 736px) {
  .box-definition-01 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 32px 10px;
  }
  .box-definition-01 > .inner {
    max-width: inherit;
    padding: 1.2em 10px;
  }
  .box-definition-01 > .inner > .lead {
    font-size: 128.57143%;
  }
}
.box-definition-02 {
  margin-top: 2em;
}
.box-definition-02 > dl + dl {
  margin-top: 2.75em;
}
.box-definition-02 > dl > dt {
  float: left;
  line-height: 1.35;
  margin-bottom: 1.15em;
  padding: .25em 8px;
  background-color: #5e9cae;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
}
.box-definition-02 > dl > dd {
  clear: both;
}

@media only screen and (max-width: 736px) {
  .box-definition-02 > dl + dl {
    margin-top: 2.25em;
  }
  .box-definition-02 > dl > dt {
    margin-bottom: 1em;
  }
}
.box-voice-01 {
  margin: 2em 0;
  border-top: 1px solid #ccc;
}
.box-voice-01 > .hdg {
  margin: 1.15em 0 -.75em 0;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-voice-01 > .voice {
  position: relative;
  display: table;
  width: 100%;
  min-height: 112px;
  margin: 2.15em 0;
  border-bottom: 1px solid #ccc;
}
.box-voice-01 > .voice > .inner {
  display: table-cell;
  padding: 0 0 2.15em 50px;
  vertical-align: middle;
}
.box-voice-01 > .voice > .inner > *:last-child {
  margin-bottom: 0;
}
.box-voice-01 > .voice > .inner::before {
  top: 35px;
  left: 100px;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-voice-01 > .voice > .inner::after {
  top: 30px;
  left: 106px;
  z-index: 3;
  width: 10px;
  height: 20px;
  background-color: #fff;
}
.box-voice-01 > .voice::before, .box-voice-01 > .voice::after,
.box-voice-01 > .voice > .inner::before,
.box-voice-01 > .voice > .inner::after {
  content: "";
  position: absolute;
  display: block;
}
.box-voice-01 > .voice::before {
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.box-voice-01 > .voice.voice-01::before {
  background-image: url(/cmn/images/icon-voice-01.png);
}
.box-voice-01 > .voice.voice-02::before {
  background-image: url(/cmn/images/icon-voice-02.png);
}
.box-voice-01 > .voice::after {
  top: 0;
  left: 105px;
  z-index: 2;
  bottom: 32px;
  width: 0;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .box-voice-01 > .hdg {
    margin-bottom: 0;
    font-size: 142.85714%;
  }
  .box-voice-01 > .voice {
    display: block;
    min-height: inherit;
    margin: 1.4em 0;
    padding-top: 90px;
  }
  .box-voice-01 > .voice > .inner {
    display: block;
    padding: 0 0 1.4em 0;
  }
  .box-voice-01 > .voice::before {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-bottom: 0;
  }
  .box-voice-01 > .voice::after,
.box-voice-01 > .voice > .inner::before,
.box-voice-01 > .voice > .inner::after {
    content: none;
  }
}
.box-toggle-01 {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1.5em 29px;
}
.box-toggle-01 > dt > .ui {
  width: 100%;
  line-height: 1.375;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
}
.box-toggle-01 > dt > .ui[tabindex] {
  cursor: pointer;
}
.box-toggle-01 > dt > .ui[aria-expanded] {
  position: relative;
  padding-right: 30px;
}
.box-toggle-01 > dt > .ui[aria-expanded]::before, .box-toggle-01 > dt > .ui[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #ff1628;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-toggle-01 > dt > .ui[aria-expanded]::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.box-toggle-01 > dt > .ui[aria-expanded=true]::before, .box-toggle-01 > dt > .ui[aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-toggle-01 > dd {
  padding-top: 1em;
}
.box-toggle-01 > dd > *:last-child {
  margin-bottom: 0;
}
.js-enabled .box-toggle-01 > .content {
  display: none;
}
.js-enabled .box-toggle-01 > .content[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .box-toggle-01 {
    padding: 1.21429em 19px;
  }
  .box-toggle-01 > dt > .ui[aria-expanded] {
    padding-right: 26px;
  }
}
.box-toggle-02 > dt > .ui {
  width: 100%;
  text-align: left;
  background-color: #fff;
  font-size: 14px;
}
.box-toggle-02 > dt > .ui[tabindex] {
  cursor: pointer;
}
.box-toggle-02 > dt > .ui[aria-expanded] {
  position: relative;
  padding-right: 30px;
}
.box-toggle-02 > dt > .ui[aria-expanded]::before, .box-toggle-02 > dt > .ui[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #ff1628;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-toggle-02 > dt > .ui[aria-expanded]::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.box-toggle-02 > dt > .ui[aria-expanded=true]::before, .box-toggle-02 > dt > .ui[aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.box-toggle-02 > dd {
  padding-top: 1em;
}
.box-toggle-02 > dd > *:last-child {
  margin-bottom: 0;
}
.js-enabled .box-toggle-02 > .content {
  display: none;
}
.js-enabled .box-toggle-02 > .content[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .box-toggle-01 .ui[aria-expanded] {
    padding-right: 26px;
  }
}
.box-cv-link-01 > .link-btn-08 > ul {
  justify-content: center;
}
.box-cv-link-01 > .link-btn-09 {
  max-width: 468px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 541px) {
  .box-cv-link-01 {
    display: block;
  }
  .box-cv-link-01 > .link-btn-09 {
    margin-top: 14px;
  }
}

/* ===========================
layout
--------------------------- */
.lyt-main-sub-01 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.lyt-main-sub-01 > .col {
  display: table-cell;
  vertical-align: top;
}

.hdg-page-01 + .lyt-main-sub-01 {
  margin-top: -40px;
}

.hdg-page-01 + .lyt-main-sub-01 > .col {
  padding-top: 40px;
}

.lyt-main-sub-01 > .col-sub {
  width: 282px;
  padding-left: 28px;
}

@media only screen and (max-width: 960px) {
  .lyt-main-sub-01 {
    display: block;
    width: auto;
  }

  .lyt-main-sub-01 > .col {
    display: block;
  }

  .lyt-main-sub-01 > .col-sub {
    width: auto;
    margin-top: 40px;
    padding-left: 0;
  }
}
.lyt-img-01 {
  margin-bottom: 2.25em;
  text-align: center;
}
.lyt-img-01 > .caption {
  display: block;
  margin-top: .75em;
  color: #666;
  font-size: 85.71429%;
}
.lyt-img-01 > .caption-top {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .lyt-img-01 > .caption-top {
    margin-bottom: 11px;
  }
}

.lyt-img-02::after,
.lyt-img-03::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-img-02 > .img,
.lyt-img-03 > .img {
  padding-top: .25em;
  margin-bottom: 0;
  max-width: calc(50% - 14px);
}
.lyt-img-02 > .img > .caption,
.lyt-img-03 > .img > .caption {
  display: block;
  margin-top: .5em;
  font-size: 85.71429%;
}
.lyt-img-02 > .img > .president,
.lyt-img-03 > .img > .president {
  display: block;
  margin-top: .5em;
  text-align: right;
}
.lyt-img-02.flow > .img,
.lyt-img-03.flow > .img {
  margin-bottom: .75em;
}
.lyt-img-02.massage.flow > .img,
.lyt-img-03.massage.flow > .img {
  text-align: center;
}
.lyt-img-02.parallel > .content, .lyt-img-02.flow > .content [class^=list-],
.lyt-img-03.parallel > .content,
.lyt-img-03.flow > .content [class^=list-] {
  overflow: hidden;
}
.lyt-img-02 > .img.w10,
.lyt-img-03 > .img.w10 {
  width: 10%;
}
.lyt-img-02 > .img.w20,
.lyt-img-03 > .img.w20 {
  width: 20%;
}
.lyt-img-02 > .img.w30,
.lyt-img-03 > .img.w30 {
  width: 30%;
}
.lyt-img-02 > .img.w40,
.lyt-img-03 > .img.w40 {
  width: 40%;
}
.lyt-img-02 > .img.w50,
.lyt-img-03 > .img.w50 {
  width: 50%;
}
.lyt-img-02 > .img.w60,
.lyt-img-03 > .img.w60 {
  width: 60%;
}
.lyt-img-02 > .img.w70,
.lyt-img-03 > .img.w70 {
  width: 70%;
}
.lyt-img-02 > .img.w80,
.lyt-img-03 > .img.w80 {
  width: 80%;
}
.lyt-img-02 > .img.w90,
.lyt-img-03 > .img.w90 {
  width: 90%;
}

.lyt-img-02 > .img {
  float: left;
  margin-right: 28px;
}

.lyt-img-02 > .content > .title {
  font-size: 150%;
  font-weight: bold;
}

.lyt-img-03 > .img {
  float: right;
  margin-left: 28px;
}

.lyt-img-03.massage > .img {
  margin-left: 19px;
}

@media only screen and (max-width: 960px) {
  .lyt-img-02.linear > .img,
.lyt-img-03.linear > .img {
    margin-bottom: 1.2em;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }

  .lyt-img-02.linear > .img {
    float: none;
    margin-right: 0;
  }

  .lyt-img-03.linear > .img {
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  .lyt-img-02.reverse,
.lyt-img-03.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .lyt-img-02.reverse .img,
.lyt-img-03.reverse .img {
    margin-bottom: 0;
    margin-top: 1.2em;
    flex-shrink: 0;
  }
  .lyt-img-02 > .img,
.lyt-img-03 > .img {
    margin-bottom: 1.2em;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }
  .lyt-img-02 > .img > .president,
.lyt-img-03 > .img > .president {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .lyt-img-02 > .img.w10,
.lyt-img-02 > .img.w20,
.lyt-img-02 > .img.w30,
.lyt-img-02 > .img.w40,
.lyt-img-02 > .img.w50,
.lyt-img-02 > .img.w60,
.lyt-img-02 > .img.w70,
.lyt-img-02 > .img.w80,
.lyt-img-02 > .img.w90,
.lyt-img-03 > .img.w10,
.lyt-img-03 > .img.w20,
.lyt-img-03 > .img.w30,
.lyt-img-03 > .img.w40,
.lyt-img-03 > .img.w50,
.lyt-img-03 > .img.w60,
.lyt-img-03 > .img.w70,
.lyt-img-03 > .img.w80,
.lyt-img-03 > .img.w90 {
    width: auto;
  }

  .lyt-img-02 > .img {
    float: none;
    margin-right: 0;
  }

  .lyt-img-03 > .img {
    float: none;
    margin-left: 0;
  }
}
.lyt-col2-01,
.lyt-col3-01,
.lyt-col4-01,
.lyt-col6-01 {
  margin-left: -14px;
  margin-right: -14px;
}
.lyt-col2-01::after,
.lyt-col3-01::after,
.lyt-col4-01::after,
.lyt-col6-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-col2-01 > .col,
.lyt-col3-01 > .col,
.lyt-col4-01 > .col,
.lyt-col6-01 > .col {
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}
.lyt-col2-01 .box-case-01,
.lyt-col3-01 .box-case-01,
.lyt-col4-01 .box-case-01,
.lyt-col6-01 .box-case-01 {
  margin-bottom: 0;
}
.lyt-col2-01 .lyt-img-02 > .img,
.lyt-col2-01 .lyt-img-03 > .img,
.lyt-col3-01 .lyt-img-02 > .img,
.lyt-col3-01 .lyt-img-03 > .img,
.lyt-col4-01 .lyt-img-02 > .img,
.lyt-col4-01 .lyt-img-03 > .img,
.lyt-col6-01 .lyt-img-02 > .img,
.lyt-col6-01 .lyt-img-03 > .img {
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.2em;
  padding-top: 0;
  text-align: center;
}

.lyt-col2-01 > .col {
  width: 50%;
}

.lyt-col3-01 > .col {
  width: 33.33333%;
}

.lyt-col4-01 > .col {
  width: 25%;
}

.lyt-col6-01 {
  margin-left: -8px;
  margin-right: -8px;
}
.lyt-col6-01 > .col {
  padding-left: 8px;
  padding-right: 8px;
  width: 16.66666%;
}

@media only screen and (max-width: 736px) {
  .lyt-col2-01:not(.non-linear),
.lyt-col3-01:not(.non-linear),
.lyt-col4-01:not(.non-linear),
.lyt-col6-01:not(.non-linear) {
    margin-left: 0;
    margin-right: 0;
  }
  .lyt-col2-01:not(.non-linear) > .col,
.lyt-col3-01:not(.non-linear) > .col,
.lyt-col4-01:not(.non-linear) > .col,
.lyt-col6-01:not(.non-linear) > .col {
    float: none;
    width: auto;
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .lyt-col2-01:not(.non-linear) > .col > [class^=box-],
.lyt-col3-01:not(.non-linear) > .col > [class^=box-],
.lyt-col4-01:not(.non-linear) > .col > [class^=box-],
.lyt-col6-01:not(.non-linear) > .col > [class^=box-] {
    height: auto !important;
  }
  .lyt-col2-01.non-linear,
.lyt-col3-01.non-linear,
.lyt-col4-01.non-linear,
.lyt-col6-01.non-linear {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lyt-col2-01.non-linear > .col,
.lyt-col3-01.non-linear > .col,
.lyt-col4-01.non-linear > .col,
.lyt-col6-01.non-linear > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lyt-pickup-01 {
  margin-bottom: 3.42857em;
}
.lyt-pickup-01 > a {
  display: flex;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  transition: box-shadow 400ms;
}
.lyt-pickup-01 > a > .text,
.lyt-pickup-01 > a > .img {
  width: 50%;
}
.lyt-pickup-01 > a > .text img,
.lyt-pickup-01 > a > .img img {
  width: 100%;
}
.lyt-pickup-01 > a > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 30px;
}
.lyt-pickup-01 > a > .text > *:last-child {
  margin-bottom: 0;
}
.lyt-pickup-01 > a > .text .type em {
  font-size: 157.14286%;
  font-weight: bold;
  font-style: italic;
}
.lyt-pickup-01 > a > .text .attribute .label-01 + .date {
  margin-left: 8px;
}
.lyt-pickup-01 > a > .text .attribute .date {
  display: inline-block;
  padding: .0425em 0;
  color: #666;
  font-size: 85.71429%;
}
.lyt-pickup-01 > a > .text .attribute-list {
  margin-top: -10px;
}
.lyt-pickup-01 > a > .text .attribute-list li {
  margin-top: 10px;
  margin-right: 4px;
}
.lyt-pickup-01 > a > .text .attribute-list li:last-child {
  margin-right: 0;
}
.lyt-pickup-01 > a > .text .hdg {
  margin-bottom: .5em;
  font-size: 157.14286%;
  font-weight: bold;
}
.lyt-pickup-01 > a > .img {
  position: relative;
  overflow: hidden;
  padding-top: 30.90909%;
}
.edge .lyt-pickup-01 > a > .img {
  padding-top: 0;
  height: 330px;
}
.lyt-pickup-01 > a > .img > img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(1);
  transition: transform 400ms;
}
.lyt-pickup-01 > a .button {
  position: relative;
  width: 100%;
  max-width: 350px;
  padding: 16px 25px;
  border: 1px solid #ff1628;
  border-radius: 25em;
  background-color: #fff;
  text-align: center;
  margin: 24px auto 0;
  font-size: 100%;
  font-weight: bold;
  color: #ff1628;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  transition: background-color .2s, color .2s;
}
.lyt-pickup-01 > a .button::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff1628 #ff1628 transparent transparent;
  transform: rotate(45deg);
  transition: border-color .2s;
}
.lyt-pickup-01 > a:hover, .lyt-pickup-01 > a:focus, .lyt-pickup-01 > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
.lyt-pickup-01 > a:hover > .img > img, .lyt-pickup-01 > a:focus > .img > img, .lyt-pickup-01 > a:active > .img > img {
  transform: translateY(-50%) scale(1.1);
}
.lyt-pickup-01 > a:hover .button, .lyt-pickup-01 > a:focus .button, .lyt-pickup-01 > a:active .button {
  background-color: #ff1628;
  color: #fff;
}
.lyt-pickup-01 > a:hover .button::after, .lyt-pickup-01 > a:focus .button::after, .lyt-pickup-01 > a:active .button::after {
  border-color: #fff #fff transparent transparent;
}
.lyt-pickup-01.lyt-pickup-01--gray > a {
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  .lyt-pickup-01 {
    margin-bottom: 2.85714em;
  }
  .lyt-pickup-01 > a {
    flex-direction: column;
  }
  .lyt-pickup-01 > a > .text,
.lyt-pickup-01 > a > .img {
    width: 100%;
  }
  .lyt-pickup-01 > a > .text {
    order: 2;
    display: block;
    padding: 1.5em 20px;
  }
  .lyt-pickup-01 > a > .text .type {
    margin-bottom: .625em;
  }
  .lyt-pickup-01 > a > .text .type em {
    font-size: 114.28571%;
  }
  .lyt-pickup-01 > a > .text .hdg {
    margin-bottom: .625em;
    font-size: 114.28571%;
  }
  .lyt-pickup-01 > a > .text .desc {
    font-size: 85.71429%;
  }
  .lyt-pickup-01 > a > .img {
    order: 1;
    padding-top: 0;
    text-align: center;
  }
  .lyt-pickup-01 > a > .img > img {
    position: static;
    transform: none;
  }
  .lyt-pickup-01 > a:hover > .img > img, .lyt-pickup-01 > a:focus > .img > img, .lyt-pickup-01 > a:active > .img > img {
    transform: scale(1.1);
  }
}
.lyt-5elements-01 {
  margin: 32px 0;
  border-top: 1px solid #ccc;
}
.lyt-5elements-01 > li {
  border-bottom: 1px solid #ccc;
  padding: 1.25em 0;
}
.lyt-5elements-01 > li > dl {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.lyt-5elements-01 > li > dl > dt,
.lyt-5elements-01 > li > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
.lyt-5elements-01 > li > dl > dt {
  width: 88px;
  padding-right: 28px;
  font-weight: bold;
  text-align: center;
}
.lyt-5elements-01 > li > dl > dt > img {
  width: 60px;
  height: 60px;
}
.lyt-5elements-01 > li > dl > dt > .caption {
  display: block;
  margin-top: .5em;
}
.lyt-5elements-01 > li > dl > dd > *:last-child,
.lyt-5elements-01 > li > dl > dd > *:last-child > li:last-child {
  margin-bottom: 0;
}
.lyt-5elements-01 > li.element-01 > dl > dt {
  color: #01814e;
}
.lyt-5elements-01 > li.element-02 > dl > dt {
  color: #087272;
}
.lyt-5elements-01 > li.element-03 > dl > dt {
  color: #1460a5;
}
.lyt-5elements-01 > li.element-04 > dl > dt {
  color: #41197f;
}
.lyt-5elements-01 > li.element-05 > dl > dt {
  color: #b20084;
}

@media only screen and (max-width: 736px) {
  .lyt-5elements-01 {
    margin: 28px 0;
  }
  .lyt-5elements-01 > li {
    padding: 1.125em 0;
  }
  .lyt-5elements-01 > li > dl > dt {
    width: 50px;
    padding-right: 10px;
  }
  .lyt-5elements-01 > li > dl > dt > img {
    width: 40px;
    height: 40px;
  }
}
.lyt-book-01 {
  margin: 2em -14px;
}
.lyt-book-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-book-01 > li {
  float: left;
  width: 33.33333%;
  margin-bottom: 32px;
  padding: 0 14px;
}
.lyt-book-01 > li > .cover {
  padding: 0 20px;
  text-align: center;
}
.lyt-book-01 > li > .cover img {
  display: inline-block;
}
.lyt-book-01 > li > .link-btn-01 {
  margin: 0;
}
.lyt-book-01 > li > .link-btn-01 > a {
  min-width: inherit;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .lyt-book-01 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lyt-book-01 > li {
    width: 50%;
    margin-bottom: 28px;
    padding: 0 5px;
  }
  .lyt-book-01 > li > .link-btn-01 > a {
    padding: .75em 28px .75em 16px;
  }
}
.lyt-history-01 {
  position: relative;
  margin: 2em 0;
  padding: 0 0 16px 180px;
}
.lyt-history-01::before, .lyt-history-01::after {
  content: "";
  position: absolute;
  left: 136px;
  bottom: 0;
  display: block;
}
.lyt-history-01::before {
  top: 10px;
  width: 0;
  border-left: 6px solid #d8e5eb;
}
.lyt-history-01::after {
  width: 6px;
  height: 5em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
}
.lyt-history-01 > .year {
  position: relative;
  margin-top: 2.5em;
  padding-top: .5em;
}
.lyt-history-01 > .year::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-history-01 > .year:first-child {
  margin-top: 0;
}
.lyt-history-01 > .year > .hdg {
  margin-bottom: .75em;
  font-size: 114.28571%;
  font-weight: bold;
}
.lyt-history-01 > .year > .hdg::before {
  content: "";
  position: absolute;
  top: .15em;
  left: -57px;
  display: block;
  width: 32px;
  height: 32px;
  border: 6px solid #d8e5eb;
  border-radius: 50%;
  background-color: #5e9cae;
}
.lyt-history-01 > .year > .hdg > .year {
  position: absolute;
  top: 0;
  left: -180px;
  display: block;
  width: 150px;
  line-height: 1;
  color: #5e9cae;
  font-size: 250%;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
.lyt-history-01 > .year > .hdg > .year.presant {
  line-height: 1.25;
  font-size: 200%;
}
.lyt-history-01 > .year > p {
  overflow: hidden;
}
.lyt-history-01 > .year > *:last-child {
  margin-bottom: 0;
}
.lyt-history-01 > .year > .img {
  float: right;
  margin-left: 28px;
  margin-bottom: 0;
  padding-top: .25em;
}

@media only screen and (max-width: 736px) {
  .lyt-history-01 {
    padding: 0 0 16px 32px;
  }
  .lyt-history-01::before, .lyt-history-01::after {
    left: 10px;
  }
  .lyt-history-01::before {
    border-left: 4px solid #d8e5eb;
  }
  .lyt-history-01::after {
    width: 4px;
    height: 4em;
  }
  .lyt-history-01 > .year {
    margin-top: 2em;
    padding-top: 0;
  }
  .lyt-history-01 > .year:first-child {
    margin-top: 0;
  }
  .lyt-history-01 > .year > .hdg::before {
    content: "";
    position: absolute;
    top: .15em;
    left: -32px;
    display: block;
    width: 24px;
    height: 24px;
    border: 4px solid #d8e5eb;
  }
  .lyt-history-01 > .year > .hdg > .year {
    position: static;
    width: auto;
    line-height: .9;
    margin-bottom: .5em;
    font-size: 200%;
  }
  .lyt-history-01 > .year > .hdg > .year.presant {
    font-size: 150%;
  }
  .lyt-history-01 > .year > .img {
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 0;
    text-align: center;
  }
}
.lyt-blog-01 {
  max-width: 818px;
  margin: 0 auto 2em auto;
}
.lyt-blog-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-blog-01 > .date {
  float: right;
  margin-bottom: 0;
  color: #666;
}
.lyt-blog-01 .sns {
  float: right;
  display: table;
  table-layout: fixed;
  height: 20px;
  margin-bottom: 0;
}
.lyt-blog-01 .sns > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.lyt-blog-01 .sns > li:first-child {
  padding-left: 0;
}
.lyt-blog-01 .sns > li > .fb_iframe_widget > span {
  vertical-align: top !important;
}

.lyt-date-01 {
  max-width: 818px;
  margin: 0 auto 30px;
  min-height: 22px;
}
.lyt-date-01 > .date {
  float: left;
  margin-bottom: 0;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .lyt-date-01 > .date > .label-01 {
    display: table;
    margin: 13px 0 24px;
  }
}
.lyt-date-01 .date_created {
  color: #a69fa2;
  margin-right: 29px;
}
.lyt-date-01 .date_created::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #a69fa2;
  margin: auto 15px;
}

.lyt-keyword {
  max-width: 818px;
  margin: 0 auto;
}
.lyt-keyword .keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: -2em auto 25px;
}
.lyt-keyword .keyword-list-item {
  margin-top: 20px;
  margin-right: 20px;
}
.lyt-keyword .keyword-list-anchor {
  color: #656565;
  font-size: 114.3%;
}
@media only screen and (max-width: 480px) {
  .lyt-keyword .keyword-list-anchor {
    font-size: 100%;
  }
}
.lyt-keyword .keyword-list-anchor:hover {
  text-decoration: underline;
}

.lyt-interview-01 {
  position: relative;
  max-width: 818px;
  margin: 0 auto 2em auto;
}
.lyt-interview-01 > .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 1.5em 30px;
  background-color: rgba(92, 96, 102, .9);
  color: #fff;
  font-size: 100%;
}
.lyt-interview-01 > .text > *:last-child {
  margin: 0;
}
.lyt-interview-01 > .text p {
  margin-bottom: .75em;
}
.lyt-interview-01 > .text b {
  font-size: 128.57143%;
  font-weight: normal;
}
.lyt-interview-01 > .text .lead {
  font-size: 142.85714%;
  font-weight: bold;
}

.lyt-article-01 {
  max-width: 818px;
  margin: 0 auto;
}
.lyt-article-01 p {
  font-size: 16px;
  line-height: 1.75;
}
.lyt-article-01 p .em-01 {
  color: #ff1628;
}
@media only screen and (max-width: 480px) {
  .lyt-article-01 p {
    font-size: 14px;
    line-height: 1.78;
  }
}
.lyt-article-01 .fs-14 {
  font-size: 14px;
}
.lyt-article-01 .indexbox {
  width: 100%;
  padding: 28px 30px;
  background-color: #efefef;
  margin-top: 54px;
}
.lyt-article-01 .indexbox .indexbox__hdg {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 29px;
}
@media only screen and (max-width: 480px) {
  .lyt-article-01 .indexbox {
    margin: 39px 0 48px 0;
    padding: 23px 20px;
  }
  .lyt-article-01 .indexbox .indexbox__hdg {
    margin-bottom: 20px;
  }
  .lyt-article-01 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.lyt-article-01 .indexbox__title {
  font-size: 16px;
  margin-bottom: 19px;
}
.lyt-article-01 .indexbox__title:last-child {
  margin-bottom: 0;
}
.lyt-article-01 .indexbox__title > a {
  color: #005172;
}
.lyt-article-01 .indexbox__list > li {
  line-height: 1.7;
  padding-left: 16px;
  margin-bottom: 5px;
}
.lyt-article-01 .indexbox__list > li > a {
  color: #005172;
}
.lyt-article-01 .indexbox__list > li::before {
  content: "";
  position: absolute;
  display: block;
  margin-top: 6px;
  margin-left: -13px;
  border-bottom: solid 2px #ff1628;
  border-right: solid 2px #ff1628;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .lyt-article-01 > .lyt-img-01 {
    margin-bottom: 23px;
  }
  .lyt-article-01 > .box-case-01 {
    margin-top: 50px;
  }
}
.lyt-article-01 > .box-case-01 {
  margin-top: 56px;
}

@media only screen and (max-width: 736px) {
  .lyt-interview-01 {
    position: static;
  }
  .lyt-interview-01 > .text {
    position: static;
    padding: 1.25em 20px;
    background-color: #5c6066;
    font-size: 85.71429%;
  }
  .lyt-interview-01 > .text b {
    font-size: 133.33333%;
  }
  .lyt-interview-01 > .text .lead {
    font-size: 150%;
  }
}
.lyt-select-01 {
  margin: 1em 0;
  padding-top: 1em;
}
.lyt-select-01 > .hdg {
  margin-bottom: 1.5em;
  text-align: center;
}
.lyt-select-01 > .hdg > b {
  display: inline-block;
  padding: .14286em 12px;
  background-color: #ff1628;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
.lyt-select-01 > .hdg > span {
  display: block;
  margin-top: .25em;
  color: #ff1628;
  font-size: 200%;
}

@media only screen and (max-width: 960px) {
  .lyt-select-01 > .hdg > span {
    font-size: 185.71429%;
  }
}
@media only screen and (max-width: 736px) {
  .lyt-select-01 > .hdg > span {
    font-size: 157.14286%;
  }
}
@media only screen and (max-width: 480px) {
  .lyt-select-01 > .hdg > span {
    font-size: 142.85714%;
  }
}
.lyt-toggle-section-01 > .ui[tabindex] {
  cursor: pointer;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span::before, .lyt-toggle-section-01 > .ui[aria-expanded] > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #ff1628;
  transform: rotate(180deg);
  transition: transform 200ms;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span::after {
  transform: rotate(270deg);
}
.lyt-toggle-section-01 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-01 > .ui[aria-expanded=true] > span::after {
  transform: rotate(0deg);
}
.lyt-toggle-section-01 > .ui.hdg-section-01 > span {
  display: block;
}
.js-enabled .lyt-toggle-section-01 > .content {
  display: none;
}
.js-enabled .lyt-toggle-section-01 > .content[aria-expanded=true] {
  display: block;
}

.lyt-toggle-section-02 {
  margin-top: 3.42857em;
}
.lyt-toggle-section-02 > .ui {
  position: relative;
  margin-bottom: 1.85714em;
  border: 1px solid #f0f0f0;
  padding: .8em 19px;
  background-color: #f0f0f0;
}
.lyt-toggle-section-02 > .ui::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  display: block;
  border-left: 2px solid #ff1628;
}
.lyt-toggle-section-02 > .ui > .hdg-section-02 {
  margin: 0;
  border: none;
  padding: 0;
}
.lyt-toggle-section-02 > .ui > .hdg-section-02 + * {
  margin-top: .5em;
}
.lyt-toggle-section-02 > .ui > *:last-child {
  margin-bottom: 0;
}
.lyt-toggle-section-02 > .ui[tabindex] {
  cursor: pointer;
  transition: background-color 200ms;
}
.lyt-toggle-section-02 > .ui[tabindex]:hover, .lyt-toggle-section-02 > .ui[tabindex]:focus, .lyt-toggle-section-02 > .ui[tabindex]:active {
  background-color: #fff;
}
.lyt-toggle-section-02 > .ui[aria-expanded] {
  padding-right: 59px;
}
.lyt-toggle-section-02 > .ui[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 2px;
  background-color: #ff1628;
}
.lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 2;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #fff;
  transform: rotate(180deg);
  transition: transform 200ms;
}
.lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
  transform: rotate(270deg);
}
.lyt-toggle-section-02 > .ui[aria-expanded=true] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded=true] > .hdg-section-02::after {
  transform: rotate(0deg);
}
.js-enabled .lyt-toggle-section-02 > .content {
  display: none;
}
.js-enabled .lyt-toggle-section-02 > .content[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .lyt-toggle-section-02 {
    margin-top: 2.85714em;
  }
  .lyt-toggle-section-02 > .ui {
    margin-bottom: 1.57143em;
    padding: .75em 17px;
  }
  .lyt-toggle-section-02 > .ui > .hdg-section-02 + * {
    margin-top: .375em;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded] {
    padding-right: 49px;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded]::after {
    right: 11px;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
    right: 17px;
  }
}
.lyt-toggle-section-03 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5.5em;
}
.lyt-toggle-section-03 > .ui {
  display: block;
  width: 100%;
  background-color: #3f93b0;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #3f93b0;
  padding: .7em 0;
  font-family: inherit;
  color: #fff;
}
.lyt-toggle-section-03 > .ui[aria-expanded=true] > span::before {
  transform: rotate(225deg);
}
.lyt-toggle-section-03 > .ui[aria-expanded=true] > span::after {
  transform: rotate(315deg);
}
.lyt-toggle-section-03 > .ui:hover, .lyt-toggle-section-03 > .ui:focus, .lyt-toggle-section-03 > .ui:active {
  color: #ff1628;
  background-color: #fff;
  border-color: #dadada;
}
.lyt-toggle-section-03 > .ui:hover > span::before, .lyt-toggle-section-03 > .ui:hover > span::after, .lyt-toggle-section-03 > .ui:focus > span::before, .lyt-toggle-section-03 > .ui:focus > span::after, .lyt-toggle-section-03 > .ui:active > span::before, .lyt-toggle-section-03 > .ui:active > span::after {
  background-color: #ff1628;
}
.lyt-toggle-section-03 > .ui > span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.lyt-toggle-section-03 > .ui > span::before, .lyt-toggle-section-03 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-03 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-03 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
  border: solid #dadada;
  border-width: 1px 1px 0;
}
.lyt-toggle-section-03 > .content > .inner {
  padding: 28px;
}
.lyt-toggle-section-03 > .content > .inner > :last-child {
  margin-bottom: 0;
}
.js-enabled .lyt-toggle-section-03 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-03 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-03 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-03 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}

.lyt-toggle-section-04 {
  display: none;
  margin-bottom: 43px;
}
.js-enabled .lyt-toggle-section-04 {
  display: block;
}
.lyt-toggle-section-04 > .ui {
  display: block;
  width: 100%;
  background-color: #9a801a;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #9a801a;
  padding: .7em 0;
  font-family: inherit;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #9a801a;
  color: #866b01;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-04 > .ui[aria-expanded=true] > span::after {
  background-color: #9a801a;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::before {
  transform: rotate(180deg);
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::after {
  transform: rotate(360deg);
}
.lyt-toggle-section-04 > .ui > span {
  width: 100%;
}
.lyt-toggle-section-04 > .ui > span::before, .lyt-toggle-section-04 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 39px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-04 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-04 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
}
.js-enabled .lyt-toggle-section-04 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-04 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-04 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-04 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}
.lyt-toggle-section-04 > .content select:disabled {
  background: #bbb;
}
@media only screen and (max-width: 736px) {
  .lyt-toggle-section-04 {
    margin-bottom: 30px;
  }
  .lyt-toggle-section-04 > .content > form .col {
    width: 100%;
  }
}

.lyt-toggle-section-05 {
  margin-bottom: 43px;
}
.woman .lyt-toggle-section-05 > .ui {
  background-color: #cd344d;
  border: solid 1px #cd344d;
}
.woman .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #cd344d;
  color: #cd344d;
}
.woman .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .woman .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #cd344d;
}
.woman .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #cd344d;
  border: 1px solid #cd344d;
}
.young .lyt-toggle-section-05 > .ui {
  background-color: #34b2cd;
  border: solid 1px #34b2cd;
}
.young .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #34b2cd;
  color: #34b2cd;
}
.young .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .young .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #34b2cd;
}
.young .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #34b2cd;
  border: 1px solid #34b2cd;
}
.lyt-toggle-section-05 > .ui {
  display: block;
  width: 100%;
  background-color: #9a801a;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #9a801a;
  padding: .7em 65px .7em 0;
  font-family: inherit;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #9a801a;
  color: #866b01;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #9a801a;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before {
  transform: rotate(180deg);
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  transform: rotate(360deg);
}
.lyt-toggle-section-05 > .ui > span {
  display: inline-block;
}
.lyt-toggle-section-05 > .ui > span::before, .lyt-toggle-section-05 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 39px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-05 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-05 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
}
.js-enabled .lyt-toggle-section-05 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-05 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-05 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-05 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}
.lyt-toggle-section-05 .link-btn-03 > ul {
  margin: 0 -10px;
  padding: 0 5px;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li {
  width: 50%;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  width: 100%;
  background-color: #9a801a;
  border: 1px solid #9a801a;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a > span {
  width: 100%;
  padding: .3em 31px .2em 13px;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active {
  background-color: #fff;
  color: #656565;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::after, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::after, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::after {
  background-color: #656565;
  right: 6px;
}

.lyt-report-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -24px;
  text-align: center;
}
.lyt-report-01 > li {
  width: calc((100% - 56px) / 3);
  margin-top: 24px;
}
.lyt-report-01.type-01 > li:nth-child(4) {
  width: calc((100% - 56px) / 3 * 2 + 28px);
}

@media only screen and (max-width: 480px) {
  .lyt-report-01 {
    margin-top: -20px;
  }
  .lyt-report-01 > li {
    width: 100%;
    margin-top: 20px;
  }
  .lyt-report-01.type-01 > li:nth-child(4) {
    width: 100%;
  }
}
.js-enabled .lyt-modal-01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 10px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 400ms;
}
.js-enabled .lyt-modal-01.exist {
  display: flex;
}
.js-enabled .lyt-modal-01.show {
  opacity: 3;
}
.js-enabled .lyt-modal-01 > .inner {
  background-color: #fff;
  max-width: 820px;
  padding: 0 30px;
  flex-shrink: 0;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.lyt-modal-01 .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 .85em;
  margin-bottom: .85em;
  border-bottom: solid 1px #ccc;
}
.lyt-modal-01 .header > p {
  margin-bottom: 0;
}
.lyt-modal-01 .header .hdg {
  font-size: 1.25rem;
  padding-left: 100px;
  position: relative;
  min-height: 60px;
  flex: 1;
}
.lyt-modal-01 .header .hdg.top10 .num {
  background-color: #171a1d;
}
.lyt-modal-01 .header .hdg.top1 .num {
  background-color: #b4a25a;
}
.lyt-modal-01 .header .hdg.top2 .num {
  background-color: #777;
}
.lyt-modal-01 .header .hdg.top3 .num {
  background-color: #74613d;
}
.lyt-modal-01 .header .hdg > a, .lyt-modal-01 .header .hdg .container {
  text-decoration: none;
  color: #333;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.lyt-modal-01 .header .hdg > a:hover, .lyt-modal-01 .header .hdg > a:focus, .lyt-modal-01 .header .hdg > a:active, .lyt-modal-01 .header .hdg .container:hover, .lyt-modal-01 .header .hdg .container:focus, .lyt-modal-01 .header .hdg .container:active {
  color: #ff1628;
}
.lyt-modal-01 .header .hdg > a .link-icon-01, .lyt-modal-01 .header .hdg .container .link-icon-01 {
  vertical-align: middle;
}
.lyt-modal-01 .header .hdg .num {
  background-color: #656565;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: table;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
}
.lyt-modal-01 .header .hdg .num > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.lyt-modal-01 .header .hdg .logo {
  vertical-align: middle;
  margin-right: 30px;
}
.lyt-modal-01 .header .link-btn {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  padding: .2em 30px .1em 16px;
  border-radius: 2px;
  position: relative;
}
.lyt-modal-01 .header .link-btn::before, .lyt-modal-01 .header .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 10px;
}
.lyt-modal-01 .header .link-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.lyt-modal-01 .header .link-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.lyt-modal-01 .desc {
  display: flex;
}
.lyt-modal-01 .desc > p {
  color: #666;
}
.lyt-modal-01 .desc > p + p {
  margin-left: 30px;
}
.lyt-modal-01 .desc > .align {
  margin-left: auto;
}
.lyt-modal-01 .lyt-img-02 > .img {
  max-width: calc(50% - 28px);
}
.lyt-modal-01 .btn-close-01 {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.lyt-modal-01 .btn-close-01::before, .lyt-modal-01 .btn-close-01::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3f93b0;
  position: absolute;
  left: calc(50% - 7.5px);
  top: calc(50% - 1.5px);
}
.lyt-modal-01 .btn-close-01::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-modal-01 .btn-close-01::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-modal-01 .btn-close-02 {
  display: block;
  width: calc(100% + 60px);
  margin: 30px -30px 0;
  background-color: #efefef;
  padding: .7142em 30px;
  font-family: inherit;
  font-size: .875rem;
}
.lyt-modal-01 .btn-close-02:hover, .lyt-modal-01 .btn-close-02:focus, .lyt-modal-01 .btn-close-02:active {
  color: #ff1628;
}
.lyt-modal-01 .btn-close-02 > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.lyt-modal-01 .btn-close-02 > span::before, .lyt-modal-01 .btn-close-02 > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3f93b0;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
}
.lyt-modal-01 .btn-close-02 > span::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-modal-01 .btn-close-02 > span::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 840px) {
  .js-enabled .lyt-modal-01.type-02 > .inner, .js-enabled .lyt-modal-01.type-03 > .inner {
    max-width: 100%;
  }
}
.lyt-modal-01.type-02 .header, .lyt-modal-01.type-03 .header {
  padding: 30px 0 .3em;
  border-bottom: solid 1px #9a801a;
}
.lyt-modal-01.type-02 .header .hdg > a, .lyt-modal-01.type-02 .header .hdg .container, .lyt-modal-01.type-03 .header .hdg > a, .lyt-modal-01.type-03 .header .hdg .container {
  color: #866b01;
  margin-right: 8px;
}
.lyt-modal-01.type-02 .header .hdg .num, .lyt-modal-01.type-03 .header .hdg .num {
  transform: rotate(45deg);
  width: 53px;
  height: 53px;
  left: 11px;
}
.lyt-modal-01.type-02 .header .hdg .num.no-01, .lyt-modal-01.type-03 .header .hdg .num.no-01 {
  background-color: #c8b050;
}
.lyt-modal-01.type-02 .header .hdg .num.no-02, .lyt-modal-01.type-03 .header .hdg .num.no-02 {
  background-color: #6b8da0;
}
.lyt-modal-01.type-02 .header .hdg .num.no-03, .lyt-modal-01.type-03 .header .hdg .num.no-03 {
  background-color: #6f4c2d;
}
.lyt-modal-01.type-02 .header .hdg .num > span, .lyt-modal-01.type-03 .header .hdg .num > span {
  transform: rotate(-45deg);
}
.lyt-modal-01.type-02 .header .hdg .logo, .lyt-modal-01.type-03 .header .hdg .logo {
  margin: 0;
}
.lyt-modal-01.type-02 .header .link-btn-woman, .lyt-modal-01.type-03 .header .link-btn-woman {
  text-align: center;
}
.lyt-modal-01.type-02 .header .link-btn-woman a, .lyt-modal-01.type-03 .header .link-btn-woman a {
  color: #9a801a;
  border-radius: 3px;
  border: 1px solid #9a801a;
  display: inline-block;
  text-align: center;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span, .lyt-modal-01.type-03 .header .link-btn-woman a > span {
  display: block;
  padding: 2px 25px 2px 20px;
  position: relative;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  right: 9px;
  transition: right 200ms;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span img, .lyt-modal-01.type-03 .header .link-btn-woman a > span img {
  margin-right: 11px;
}
.lyt-modal-01.type-02 .header .link-btn-woman a:hover > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:hover > span::after, .lyt-modal-01.type-02 .header .link-btn-woman a:focus > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:focus > span::after, .lyt-modal-01.type-02 .header .link-btn-woman a:active > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:active > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:hover > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:hover > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:focus > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:focus > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:active > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:active > span::after {
  right: 6px;
}
.lyt-modal-01.type-02 .wrap, .lyt-modal-01.type-03 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 736px) {
  .lyt-modal-01.type-02 .wrap, .lyt-modal-01.type-03 .wrap {
    display: block;
  }
}
.lyt-modal-01.type-02 .desc > p, .lyt-modal-01.type-03 .desc > p {
  margin-right: 37px;
}
.lyt-modal-01.type-02 .desc > p + p, .lyt-modal-01.type-03 .desc > p + p {
  margin: 0 0 .6em 0;
}
.lyt-modal-01.type-02 .desc > p > span, .lyt-modal-01.type-03 .desc > p > span {
  position: relative;
  padding: 0 0 0 32px;
  display: block;
}
.lyt-modal-01.type-02 .desc > p > span::before, .lyt-modal-01.type-03 .desc > p > span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  .lyt-modal-01.type-02 .desc > p > span::before, .lyt-modal-01.type-03 .desc > p > span::before {
    height: 100%;
  }
}
.lyt-modal-01.type-02 .desc > p > span.count, .lyt-modal-01.type-03 .desc > p > span.count {
  min-width: 132px;
}
.lyt-modal-01.type-02 .desc > p > span.count::before, .lyt-modal-01.type-03 .desc > p > span.count::before {
  background-image: url(/cmn/images/icon-ranking-06.png);
  background-size: 21px 21px;
}
.lyt-modal-01.type-02 .desc > p > span.industry::before, .lyt-modal-01.type-03 .desc > p > span.industry::before {
  background-image: url(/cmn/images/icon-ranking-08.png);
  background-size: 20px 18px;
}
.lyt-modal-01.type-02 .desc > p img, .lyt-modal-01.type-03 .desc > p img {
  margin-right: 10px;
}
.lyt-modal-01.type-02 .lyt-img-02 .img, .lyt-modal-01.type-03 .lyt-img-02 .img {
  margin-bottom: 1.2em;
}
.lyt-modal-01.type-02 .btn-close-01::before, .lyt-modal-01.type-02 .btn-close-01::after, .lyt-modal-01.type-03 .btn-close-01::before, .lyt-modal-01.type-03 .btn-close-01::after {
  background-color: #9a801a;
}
.lyt-modal-01.type-02 .btn-close-02, .lyt-modal-01.type-03 .btn-close-02 {
  color: #fff;
  background-color: #656565;
  border-radius: 3px;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 1em 30px;
}
.lyt-modal-01.type-02 .btn-close-02 > span::before, .lyt-modal-01.type-02 .btn-close-02 > span::after, .lyt-modal-01.type-03 .btn-close-02 > span::before, .lyt-modal-01.type-03 .btn-close-02 > span::after {
  background-color: #fff;
}
.lyt-modal-01.type-03 .header .hdg {
  min-height: auto;
  padding: 0;
  color: #866b01;
}
.lyt-modal-01.type-03 dt > span {
  background-color: #4e3e01;
}

@media only screen and (max-width: 736px) {
  .lyt-modal-01 .header {
    display: block;
  }
  .lyt-modal-01 .header .hdg {
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: .75em;
    padding-left: 34px;
    min-height: 30px;
  }
  .lyt-modal-01 .header .hdg .num {
    font-size: 1rem;
    line-height: 30px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .lyt-modal-01 .header .hdg .logo {
    width: 104px;
    margin-left: 4px;
    margin-right: 15px;
  }
  .lyt-modal-01 .header .link-btn-03 > a {
    width: 100%;
  }
  .lyt-modal-01 .desc {
    flex-wrap: wrap;
    margin-left: -14px;
  }
  .lyt-modal-01 .desc > p {
    margin-bottom: .6em;
    margin-left: 14px;
  }
  .lyt-modal-01 .desc > p + p {
    margin-left: 14px;
  }
  .lyt-modal-01 .desc > .align {
    margin-left: 14px;
  }
  .lyt-modal-01 .lyt-img-02 > .img {
    max-width: none;
  }
  .lyt-modal-01.type-02 > .inner, .lyt-modal-01.type-03 > .inner {
    padding: 0 20px;
  }
  .lyt-modal-01.type-02 .header, .lyt-modal-01.type-03 .header {
    padding: 15px 0 .3em;
  }
  .lyt-modal-01.type-02 .header .hdg, .lyt-modal-01.type-03 .header .hdg {
    padding-left: 47px;
  }
  .lyt-modal-01.type-02 .header .hdg .num, .lyt-modal-01.type-03 .header .hdg .num {
    width: 25px;
    height: 25px;
  }
  .lyt-modal-01.type-02 .header .link-btn-woman a, .lyt-modal-01.type-03 .header .link-btn-woman a {
    width: 100%;
    margin-bottom: 13px;
  }
  .lyt-modal-01.type-02 .desc, .lyt-modal-01.type-03 .desc {
    margin-left: 0;
  }
  .lyt-modal-01.type-02 .desc > p, .lyt-modal-01.type-03 .desc > p {
    margin-left: 0;
  }
  .lyt-modal-01.type-03 .header {
    padding: 30px 0 0;
  }
  .lyt-modal-01.type-03 .header .hdg {
    padding: 0;
  }
}
@media only screen and (max-width: 541px) {
  .lyt-modal-01.type-02 .header .link-btn-woman a > span {
    padding: 2px;
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .lyt-modal-01.type-02 .header .hdg .logo {
    max-width: 90px;
  }
}
.lyt-dialog-01 {
  position: fixed;
  width: calc(100% - 6px);
  max-width: 280px;
  bottom: 76px;
  right: calc(50% - 870px);
  z-index: 10;
  padding: 25px 20px 0 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.lyt-dialog-01.hidden {
  opacity: 0;
}
.lyt-dialog-01.delete {
  display: none;
}
.lyt-dialog-01 .bnr > a {
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
.lyt-dialog-01 .bnr > a:hover .lead > span, .lyt-dialog-01 .bnr > a:focus .lead > span, .lyt-dialog-01 .bnr > a:active .lead > span {
  background-color: rgba(255, 255, 255, .2);
}
.lyt-dialog-01 .bnr > a:hover .link::before, .lyt-dialog-01 .bnr > a:hover .link::after, .lyt-dialog-01 .bnr > a:focus .link::before, .lyt-dialog-01 .bnr > a:focus .link::after, .lyt-dialog-01 .bnr > a:active .link::before, .lyt-dialog-01 .bnr > a:active .link::after {
  right: 8px;
}
.lyt-dialog-01 .bnr > a .lead {
  display: table;
  font-size: 1.4375rem;
  line-height: 1.5;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
  text-shadow: 3px 3px 7px rgba(0, 0, 0, .8), 3px 3px 7px rgba(0, 0, 0, .8);
  text-align: center;
  width: 100%;
  background: url(/cmn/images/bg-dialog-01.png) top left no-repeat;
  background-size: cover;
}
.lyt-dialog-01 .bnr > a .lead::before {
  content: "";
  display: block;
  width: 0;
  min-height: 125px;
}
.lyt-dialog-01 .bnr > a .lead > span {
  display: table-cell;
  vertical-align: middle;
  padding: .9em 4px;
  font-size: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.lyt-dialog-01 .bnr > a .link {
  background-color: #ff1628;
  display: block;
  position: relative;
  padding: .2em 26px .3em 8px;
}
.lyt-dialog-01 .bnr > a .link::before, .lyt-dialog-01 .bnr > a .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
.lyt-dialog-01 .bnr > a .link::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.lyt-dialog-01 .bnr > a .link::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-dialog-01 .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lyt-dialog-01 .close::before, .lyt-dialog-01 .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 7.5px;
}
.lyt-dialog-01 .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-dialog-01 .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1760px) {
  .lyt-dialog-01 {
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .lyt-dialog-01 {
    max-width: 420px;
    bottom: 0;
  }
  .lyt-dialog-01 .bnr > a:hover .link::before, .lyt-dialog-01 .bnr > a:hover .link::after, .lyt-dialog-01 .bnr > a:focus .link::before, .lyt-dialog-01 .bnr > a:focus .link::after, .lyt-dialog-01 .bnr > a:active .link::before, .lyt-dialog-01 .bnr > a:active .link::after {
    right: 20px;
  }
  .lyt-dialog-01 .bnr > a .lead {
    font-size: 1.375rem;
    text-align: right;
  }
  .lyt-dialog-01 .bnr > a .lead::before {
    min-height: 60px;
  }
  .lyt-dialog-01 .bnr > a .lead > span {
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
  }
  .lyt-dialog-01 .bnr > a .lead > span br {
    display: none;
  }
  .lyt-dialog-01 .bnr > a .link {
    padding: .1em 36px .2em 8px;
  }
  .lyt-dialog-01 .bnr > a .link::before, .lyt-dialog-01 .bnr > a .link::after {
    right: 25px;
  }
  .lyt-dialog-01 .close {
    width: 25px;
    height: 25px;
  }
  .lyt-dialog-01 .close::before, .lyt-dialog-01 .close::after {
    height: 12px;
    left: 11.5px;
    top: 6.5px;
  }
}
.lyt-dialog-02 {
  position: fixed;
  width: calc(100% - 6px);
  max-width: 280px;
  bottom: 260px;
  right: calc(50% - 870px);
  z-index: 10;
  padding: 25px 20px 0 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.js-enabled .lyt-dialog-02 {
  bottom: 76px;
}
.lyt-dialog-02.hidden {
  opacity: 0;
}
.lyt-dialog-02.delete {
  display: none;
}
.lyt-dialog-02 .bnr > a {
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
.lyt-dialog-02 .bnr > a:hover .lead > span, .lyt-dialog-02 .bnr > a:focus .lead > span, .lyt-dialog-02 .bnr > a:active .lead > span {
  background-color: rgba(255, 255, 255, .2);
}
.lyt-dialog-02 .bnr > a:hover .link::before, .lyt-dialog-02 .bnr > a:hover .link::after, .lyt-dialog-02 .bnr > a:focus .link::before, .lyt-dialog-02 .bnr > a:focus .link::after, .lyt-dialog-02 .bnr > a:active .link::before, .lyt-dialog-02 .bnr > a:active .link::after {
  right: 8px;
}
.lyt-dialog-02 .bnr > a .lead {
  display: table;
  font-size: 1.4375rem;
  line-height: 1.5;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .8);
  text-align: center;
  width: 100%;
  color: #333;
}
.lyt-dialog-02 .bnr > a .lead::before {
  content: "";
  display: block;
  width: 0;
  min-height: 125px;
}
.lyt-dialog-02 .bnr > a .lead > span {
  display: table-cell;
  vertical-align: top;
  padding: .9em 4px 0 4px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.lyt-dialog-02 .bnr > a .link {
  display: block;
  position: relative;
  padding: .2em 26px .3em 8px;
}
.lyt-dialog-02 .bnr > a .link::before, .lyt-dialog-02 .bnr > a .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
.lyt-dialog-02 .bnr > a .link::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.lyt-dialog-02 .bnr > a .link::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-dialog-02 .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lyt-dialog-02 .close::before, .lyt-dialog-02 .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 7.5px;
}
.lyt-dialog-02 .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-dialog-02 .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1760px) {
  .lyt-dialog-02 {
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .lyt-dialog-02 {
    max-width: 420px;
    bottom: 93px;
  }
  .js-enabled .lyt-dialog-02 {
    bottom: 0;
  }
  .lyt-dialog-02 .bnr {
    background-position: center;
  }
  .lyt-dialog-02 .bnr > a:hover .link::before, .lyt-dialog-02 .bnr > a:hover .link::after, .lyt-dialog-02 .bnr > a:focus .link::before, .lyt-dialog-02 .bnr > a:focus .link::after, .lyt-dialog-02 .bnr > a:active .link::before, .lyt-dialog-02 .bnr > a:active .link::after {
    right: 20px;
  }
  .lyt-dialog-02 .bnr > a .lead {
    font-size: 1.375rem;
    text-align: right;
  }
  .lyt-dialog-02 .bnr > a .lead::before {
    min-height: 60px;
  }
  .lyt-dialog-02 .bnr > a .lead > span {
    padding: .4em 30px;
  }
  .lyt-dialog-02 .bnr > a .lead > span br {
    display: none;
  }
  .lyt-dialog-02 .bnr > a .link {
    background-color: #2d0801;
    padding: .1em 36px .2em 8px;
  }
  .lyt-dialog-02 .bnr > a .link::before, .lyt-dialog-02 .bnr > a .link::after {
    right: 25px;
  }
  .lyt-dialog-02 .close {
    width: 25px;
    height: 25px;
  }
  .lyt-dialog-02 .close::before, .lyt-dialog-02 .close::after {
    height: 12px;
    left: 11.5px;
    top: 6.5px;
  }
}
.lyt-dialog-03 {
  position: fixed;
  bottom: 76px;
  right: 0;
  z-index: 10;
  padding: 25px 20px 0 0;
  transition: opacity 200ms;
}
.lyt-dialog-03.hidden {
  opacity: 0;
}
.lyt-dialog-03.delete {
  display: none;
}
.lyt-dialog-03 .bnr {
  margin-bottom: 0;
}
.lyt-dialog-03 .bnr > a {
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
.lyt-dialog-03 .bnr > a > img {
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.lyt-dialog-03 .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lyt-dialog-03 .close::before, .lyt-dialog-03 .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 7.5px;
}
.lyt-dialog-03 .close::before {
  transform: rotate(45deg);
}
.lyt-dialog-03 .close::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 960px) {
  .lyt-dialog-03 {
    bottom: 50px;
    max-width: 220px;
  }
  .lyt-dialog-03 .close {
    width: 25px;
    height: 25px;
  }
  .lyt-dialog-03 .close::before, .lyt-dialog-03 .close::after {
    height: 12px;
    left: 11.5px;
    top: 6.5px;
  }
}
/* ===========================
form
--------------------------- */
.form-01 {
  margin-bottom: 2em;
}
.form-01 input[type=text],
.form-01 input[type=number],
.form-01 input[type=tel],
.form-01 input[type=email],
.form-01 textarea,
.form-01 select {
  border: 1px solid #ccc;
  width: 100%;
  padding: .4em .6em;
  font-size: 100%;
  vertical-align: middle;
}
.form-01 input[type=text][disabled],
.form-01 input[type=number][disabled],
.form-01 input[type=tel][disabled],
.form-01 input[type=email][disabled],
.form-01 textarea[disabled],
.form-01 select[disabled] {
  border-color: #eee;
  background-color: #f6f6f6;
  color: #999;
}
.form-01 input[type=checkbox],
.form-01 input[type=radio] {
  margin-top: -.25em;
  margin-left: 1.5em;
  vertical-align: middle;
}
.form-01 input.input-s {
  width: 80px;
}
.form-01 textarea {
  height: 7.5em;
}
.form-01 textarea.textarea-01 {
  height: 30px;
}
.form-01 select {
  width: auto;
  height: 2.5em;
  border-radius: 0;
  background-color: #fff;
}
.form-01 label .hdg {
  display: block;
  line-height: 1.375;
  margin-bottom: .25em;
  font-size: 85.71429%;
  font-weight: bold;
}
.form-01 label .hdg.total {
  color: #ff1628;
}
.form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
.form-01 > .tbl-data-01 td > :first-child {
  margin-top: 0;
}
.form-01 > .tbl-data-01 th br {
  display: none;
}
.form-01 > .tbl-data-01 .required {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #5f9cae;
  color: #fff;
  font-weight: normal;
}
.form-01 > .tbl-data-01 .flee {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #bbbbbb;
  color: #333;
  font-weight: normal;
}
.form-01 > .tbl-data-01 .hyphen {
  margin: 0 .5em;
}
.form-01 > .tbl-data-01 .input-wrap {
  display: inline-table;
}
.form-01 > .tbl-data-01 .input-wrap + .input-wrap {
  margin-left: 1em;
}
.form-01 > .tbl-data-01 .input-wrap + br + .input-wrap {
  margin-top: 1.5em;
}
.form-01 > .tbl-data-01 .input-wrap > label {
  padding: 0 .5em .5em 0;
  vertical-align: bottom;
}
.form-01 > .tbl-data-01 .input-wrap > span {
  display: block;
}
.form-01 > .tbl-data-01 .input-wrap > span > small,
.form-01 > .tbl-data-01 .input-wrap > .text {
  position: relative;
  top: -.5em;
  display: block;
}
.form-01 > .tbl-data-01 .input-wrap > span > small {
  color: #999;
  font-size: 85.71429%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-01 {
  max-width: 550px;
  width: 100%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 {
  max-width: 245px;
  width: 45%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > label,
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > span {
  display: table-cell;
  white-space: nowrap;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 {
  max-width: 550px;
  width: 100%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > span, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
  display: table-cell;
  width: 75%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > label, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
  display: table-cell;
  width: 25%;
  text-align: right;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
  width: 65%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
  width: 35%;
}
.form-01 > .tbl-data-01 .checkbox > label {
  display: block;
  margin-right: 1.25em;
  margin-bottom: 17px;
}
.form-01 > .tbl-data-01 .checkbox > label:last-child {
  margin-right: 0;
}
.form-01 > .tbl-data-01 .checkbox > label > input {
  width: 28px;
  height: 28px;
  margin-right: 21px;
}
.form-01 > .tbl-data-01 .error {
  background-color: #fce8e9;
}
.form-01 > .tbl-data-01 .error em.error {
  position: relative;
  top: -.25em;
  display: block;
  margin-top: .25em;
  padding-left: 25px;
  background: transparent url(/cmn/images/icon-error-02.png) no-repeat 0 .21429em;
  color: #ff1628;
  font-weight: bold;
}
.form-01 > .tbl-data-01 .total {
  font-weight: bold;
}
.form-01 > .tbl-data-01 .total .hdg {
  color: #ff1628;
}
.form-01 > .box-error-01 {
  margin: 2em 0 2.85714em 0;
  border: 1px solid #ccc;
  padding: 2em 20px 2em 80px;
  background: #fce8e9 url(/cmn/images/icon-error-01.png) no-repeat 32px 1.71429em;
}
.form-01 > .link-btn-01.col2 > ul > li,
.form-01 > .lyt-col2-01 > .col > .link-btn-01.col2 > ul > li {
  vertical-align: middle;
}
.form-01 > .link-btn-01 button,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button {
  position: relative;
  display: inline-block;
  line-height: 1.7;
}
.form-01 > .link-btn-01 button.fix,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix {
  width: 254px;
  border: 1px solid #ff1628;
  border-radius: 27px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 20px .85em 32px;
  background-color: #fbfbfb;
  font-size: 100%;
  color: #333;
}
.form-01 > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed {
  min-width: 269px;
  border: 1px solid #f0ab00;
  border-radius: 27px;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  padding: 13px 30px 13px 30px;
  font-size: 16px;
  background-color: #f0ab00;
  color: #fff;
}
.form-01 > .link-btn-01 button:hover, .form-01 > .link-btn-01 button:focus, .form-01 > .link-btn-01 button:active,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:hover,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:focus,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #ff1628;
}
.form-01 > .link-btn-01 button.proceed:hover, .form-01 > .link-btn-01 button.proceed:focus, .form-01 > .link-btn-01 button.proceed:active,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active {
  background: #fff;
  color: #f0ab00;
}
.form-01 > .link-btn-01 button span::before,
.form-01 > .link-btn-01 button span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.form-01 > .link-btn-01 button span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::after {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-01 > .link-btn-01 button.fix span::before, .form-01 > .link-btn-01 button.fix span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix span::after {
  left: 12px;
  background-color: #ff1628;
}
.form-01 > .link-btn-01 button.proceed span::before, .form-01 > .link-btn-01 button.proceed span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::after {
  right: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-01 > .link-btn-01 button.proceed span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-01 > .link-btn-01 button.fix:hover, .form-01 > .link-btn-01 button.fix:focus, .form-01 > .link-btn-01 button.fix:active,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:hover,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:focus,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:active {
  background-color: #fff;
  color: #333;
}
.form-01 > .link-btn-01 button.fix:hover span::before, .form-01 > .link-btn-01 button.fix:hover span::after, .form-01 > .link-btn-01 button.fix:focus span::before, .form-01 > .link-btn-01 button.fix:focus span::after, .form-01 > .link-btn-01 button.fix:active span::before, .form-01 > .link-btn-01 button.fix:active span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:hover span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:hover span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:focus span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:focus span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:active span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:active span::after {
  left: 8px;
}
.form-01 > .link-btn-01 button.proceed:hover span::before, .form-01 > .link-btn-01 button.proceed:hover span::after, .form-01 > .link-btn-01 button.proceed:focus span::before, .form-01 > .link-btn-01 button.proceed:focus span::after, .form-01 > .link-btn-01 button.proceed:active span::before, .form-01 > .link-btn-01 button.proceed:active span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active span::after {
  right: 8px;
  background-color: #f0ab00;
}

@media only screen and (max-width: 960px) {
  .form-01 > .tbl-data-01 th br {
    display: inline;
  }
}
@media only screen and (max-width: 736px) {
  .form-01 input.input-s {
    width: 24%;
  }
  .form-01 label .hdg br {
    display: none;
  }
  .form-01 > .tbl-data-01 {
    display: block;
    width: auto !important;
    border-top: 1px solid #ccc;
  }
  .form-01 > .tbl-data-01 thead,
.form-01 > .tbl-data-01 tbody,
.form-01 > .tbl-data-01 tr,
.form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
    display: block;
    width: auto !important;
  }
  .form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
    border-top: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .form-01 > .tbl-data-01 th {
    border-bottom: none;
  }
  .form-01 > .tbl-data-01 td {
    padding-bottom: 1.5em;
  }
  .form-01 > .tbl-data-01 th br {
    display: none;
  }
  .form-01 > .tbl-data-01 .input-wrap + .input-wrap {
    margin-top: 1em;
    margin-left: 0;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 {
    max-width: inherit;
    width: 100%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > label {
    text-align: right;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > span {
    width: 85%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 {
    max-width: inherit;
    width: 100%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > span, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
    width: 70%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > label, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
    width: 30%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
    width: 55%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
    width: 45%;
  }
  .form-01 > .tbl-data-01 .checkbox > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
  .form-01 > .tbl-data-01 .checkbox > label + label {
    margin-top: .25em;
  }
  .form-01 > .tbl-data-01 .consent {
    display: block;
    margin-top: .25em;
    text-align: center;
  }
  .form-01 > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 a[href$=pdf] {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.form-list-01 {
  margin: 0 -14px;
}
.form-list-01::after {
  content: "";
  clear: both;
  display: block;
}
.form-list-01 > li {
  float: left;
  width: 20%;
}
.form-list-01 > li > span {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 14px;
}
.form-list-01 > li > span > input[type=radio] {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-list-01 > li > span > input[type=radio][disabled] + label {
  cursor: default;
}
.form-list-01 > li > span > label {
  display: table-cell;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: .715em 10px .715em 35px;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  -webkit-transition: background-color 200ms, color 200ms, -webkit-box-shadow 200ms;
  transition: background-color 200ms, color 200ms, box-shadow 200ms;
}
.form-list-01 > li > span > label[for=entry] {
  border-color: #ccc;
  color: #333;
}
.form-list-01 > li > span > label[for=basic] {
  border-color: #5e9cae;
  color: #5e9cae;
}
.form-list-01 > li > span > label[for=standard] {
  border-color: #658d1b;
  color: #658d1b;
}
.form-list-01 > li > span > label[for=advance] {
  border-color: #612141;
  color: #612141;
}
.form-list-01 > li > span > label[for=premiere] {
  border-color: #ff1628;
  color: #ff1628;
}
.form-list-01 > li > span > [disabled] + label {
  border-color: #ccc;
  color: #ccc;
}
.form-list-01 > li > span > input[type=radio]:hover + label,
.form-list-01 > li > span > input[type=radio]:focus + label,
.form-list-01 > li > span > input[type=radio]:active + label,
.form-list-01 > li > span > label:hover,
.form-list-01 > li > span > label:focus,
.form-list-01 > li > span > label:active,
.form-list-01 > li > span > input[type=radio]:hover + label[for=entry],
.form-list-01 > li > span > input[type=radio]:focus + label[for=entry],
.form-list-01 > li > span > input[type=radio]:active + label[for=entry],
.form-list-01 > li > span > label[for=entry]:hover,
.form-list-01 > li > span > label[for=entry]:focus,
.form-list-01 > li > span > label[for=entry]:active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fbfbfb;
}
.form-list-01 > li > span > input[disabled]:hover + label,
.form-list-01 > li > span > input[disabled]:focus + label,
.form-list-01 > li > span > input[disabled]:active + label,
.form-list-01 > li > span > input[disabled] + label[for=entry]:hover,
.form-list-01 > li > span > input[disabled] + label[for=entry]:focus,
.form-list-01 > li > span > input[disabled] + label[for=entry]:active > [disabled] + label:hover,
.form-list-01 > li > span > [disabled] + label:focus,
.form-list-01 > li > span > [disabled] + label:active {
  box-shadow: none;
  background-color: #fff;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=basic],
.form-list-01 > li > span > input[type=radio]:focus + label[for=basic],
.form-list-01 > li > span > input[type=radio]:active + label[for=basic],
.form-list-01 > li > span > label[for=basic]:hover,
.form-list-01 > li > span > label[for=basic]:focus,
.form-list-01 > li > span > label[for=basic]:active {
  background-color: #ebf2f5;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=standard],
.form-list-01 > li > span > input[type=radio]:focus + label[for=standard],
.form-list-01 > li > span > input[type=radio]:active + label[for=standard],
.form-list-01 > li > span > label[for=standard]:hover,
.form-list-01 > li > span > label[for=standard]:focus,
.form-list-01 > li > span > label[for=standard]:active {
  background-color: #eff3e8;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=advance],
.form-list-01 > li > span > input[type=radio]:focus + label[for=advance],
.form-list-01 > li > span > input[type=radio]:active + label[for=advance],
.form-list-01 > li > span > label[for=advance]:hover,
.form-list-01 > li > span > label[for=advance]:focus,
.form-list-01 > li > span > label[for=advance]:active {
  background-color: #f5ebf0;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=premiere],
.form-list-01 > li > span > input[type=radio]:focus + label[for=premiere],
.form-list-01 > li > span > input[type=radio]:active + label[for=premiere],
.form-list-01 > li > span > label[for=premiere]:hover,
.form-list-01 > li > span > label[for=premiere]:focus,
.form-list-01 > li > span > label[for=premiere]:active {
  background-color: #faebec;
}
.form-list-01 > li > span > input[type=radio]:checked + label,
.form-list-01 > li > span > input[type=radio]:checked + label[for=entry] {
  background-color: #ccc;
  color: #333;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=basic] {
  background-color: #5e9cae;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=standard] {
  background-color: #658d1b;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=advance] {
  background-color: #612141;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=premiere] {
  background-color: #ff1628;
  color: #fff;
}
.form-list-01 > li > span + ul {
  line-height: 1.375;
  margin-bottom: 5px;
  padding: 0 14px;
  font-size: 85.71429%;
}
.form-list-01 > li > span + ul > li + li {
  margin-top: 5px;
}
.form-list-01 > li > span + ul.entry {
  color: #333;
}
.form-list-01 > li > span + ul.basic {
  color: #5e9cae;
}
.form-list-01 > li > span + ul.standard {
  color: #658d1b;
}
.form-list-01 > li > span + ul.advance {
  color: #612141;
}
.form-list-01 > li > span + ul.premiere {
  color: #ff1628;
}

@media only screen and (max-width: 960px) {
  .form-list-01 {
    margin: 0 -12px;
  }
  .form-list-01 > li {
    width: 25%;
  }
  .form-list-01 > li > span {
    padding: 10px 12px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .form-list-01 {
    margin: 0 -8px;
  }
  .form-list-01 > li {
    width: 33.33333%;
  }
  .form-list-01 > li > span {
    padding: 10px 8px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .form-list-01 {
    margin: 0 -5px;
  }
  .form-list-01 > li {
    width: 50%;
  }
  .form-list-01 > li > span {
    padding: 10px 5px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 3px;
  }
}
.form-box-01 {
  margin-top: 1.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-box-01 .title {
  display: block;
  width: 100%;
  margin-bottom: .5em;
  font-weight: bold;
}
.form-box-01 .box-inner-01,
.form-box-01 .box-inner-02 {
  width: 50%;
}
.form-box-01 .box-inner-01 {
  padding-right: 10px;
}
.form-box-01 .box-inner-01 li {
  border-bottom: #ccc 1px solid;
  padding: 5px 0 4px 0;
  font-size: 85.71429%;
  display: -webkit-flex;
  display: flex;
}
.form-box-01 .box-inner-01 li:first-child {
  border-top: #ccc 1px solid;
}
.form-box-01 .box-inner-01 li span {
  width: 50%;
}
.form-box-01 .box-inner-01 li span + span {
  text-align: right;
}
.form-box-01 .box-inner-02 {
  padding-left: 10px;
}
.form-box-01 .box-inner-02 dl {
  background: #efefef;
  padding: 15px 20px;
  font-size: 85.71429%;
  margin: 0;
}
.form-box-01 .box-inner-02 dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.form-box-01 .box-inner-02 dl dd b > span {
  color: #ff1628;
}

@media only screen and (max-width: 736px) {
  .form-box-01 {
    display: block;
    flex: none;
  }
  .form-box-01 .title {
    font-weight: bold;
    display: block;
    width: 100%;
  }
  .form-box-01 .box-inner-01,
.form-box-01 .box-inner-02 {
    width: 100%;
  }
  .form-box-01 .box-inner-01 {
    padding-right: 0;
    margin-bottom: 1.2em;
  }
  .form-box-01 .box-inner-02 {
    padding-left: 0;
  }
}
.form-list-02 {
  margin-bottom: 1.42857em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form-list-02 > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.form-list-02 > li > .th,
.form-list-02 > li > .td {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 1.6em 20px;
  vertical-align: middle;
}
.form-list-02 > li > .th {
  width: 35%;
  background-color: #f5f5f5;
  font-weight: bold;
}
.form-list-02 > li > .th > div[id] {
  display: inline-block;
}
.form-list-02 > li > .td {
  width: 65%;
}
.form-list-02 > li > .colspan {
  width: 100%;
}
.form-list-02 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.form-list-02 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.form-list-02 .help:visited::before {
  background-color: #639;
}
.form-list-02 .required {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #5f9cae;
  color: #fff;
  font-weight: normal;
}
.form-list-02 .required.adjust {
  margin-top: -1em;
}
.form-list-02 .flee {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #bbbbbb;
  color: #333;
  font-weight: normal;
}
.form-list-02 .flee.adjust {
  margin-top: -1em;
}
.form-list-02 .radio > label {
  display: inline-block;
  margin-right: 1.25em;
}
.form-list-02 .radio > label:last-child {
  margin-right: 0;
}
.form-list-02 .error {
  background-color: #fce8e9;
}
.form-list-02 .error em.error {
  position: relative;
  top: -.5em;
  display: block;
  margin-top: 1.5em;
  padding-left: 25px;
  background: transparent url(/cmn/images/icon-error-02.png) no-repeat 0 .21429em;
  color: #ff1628;
  font-weight: bold;
}
.form-list-02 .price {
  color: #ff1628;
}
.form-list-02 .price b {
  font-size: 128.57143%;
  font-weight: bold;
}
.form-list-02 .line {
  margin-top: .75em;
  border-top: 1px solid #ccc;
  padding-top: .75em;
}

@media only screen and (max-width: 736px) {
  .form-list-02 > li {
    display: block;
  }
  .form-list-02 > li > .th,
.form-list-02 > li > .td {
    display: block;
  }
  .form-list-02 > li > .th,
.form-list-02 > li > .td,
.form-list-02 > li > .colspan {
    width: auto;
  }
  .form-list-02 .radio > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
  .form-list-02 .radio > label + label {
    margin-top: .25em;
  }
}
.form-list-03 {
  margin-bottom: 1.42857em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form-list-03 > li {
  position: relative;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-list-03 > li::after {
  content: "";
  clear: both;
  display: block;
}
.form-list-03 > li > input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: calc(35% - 18px);
  z-index: 3;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-list-03 > li > .th,
.form-list-03 > li > .td {
  float: left;
  display: table;
}
.form-list-03 > li > .th {
  position: relative;
  width: 35%;
}
.form-list-03 > li > .td {
  width: 65%;
  border-left: 1px solid #ccc;
}
.form-list-03 > li > .colspan {
  width: 100%;
}
.form-list-03 > li > .th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 36px;
  background-color: #e6e6e6;
}
.form-list-03 > li > .th.colspan::before {
  right: 65%;
}
.form-list-03 > li > .th.colspan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 35%;
  bottom: 0;
  z-index: 2;
  display: block;
  border-right: 1px solid #ccc;
}
.form-list-03 > li > .th > .inner,
.form-list-03 > li > .td > .inner {
  display: table-cell;
  padding: 1.6em 20px;
  vertical-align: middle;
}
.form-list-03 > li > .th > .inner {
  padding-right: 56px;
  background-color: #f5f5f5;
  font-weight: bold;
}
.form-list-03 > li > .inner > .td {
  border-left: 1px solid #ccc;
}
.form-list-03 > li > .th::before,
.form-list-03 > li > .th > .inner,
.form-list-03 > li > .th + .td > .inner {
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.form-list-03 > li > input:checked + .th::before {
  background-color: #5e9cae;
}
.form-list-03 > li > input:checked + .th > .inner {
  background-color: #d8e7ec;
}
.form-list-03 > li > input:checked + .th + .td > .inner {
  background-color: #ebf2f5;
}
.form-list-03 > li > .th + .td.error > .inner,
.form-list-03 > li > input:checked + .th + .td.error > .inner {
  background-color: #fce8e9;
}
.form-list-03 > li > .th + .td.error > .inner .error {
  color: #ff1628;
}
.form-list-03 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.form-list-03 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.form-list-03 .help:visited::before {
  background-color: #639;
}
.form-list-03 .td > .inner > p {
  margin-bottom: 0;
}
.form-list-03 .td > .inner > p + p {
  margin-top: .7em;
}
.form-list-03 .td > .inner > p > label {
  display: table;
  margin-right: 1.25em;
  margin-bottom: 17px;
}
.form-list-03 .td > .inner > p > label:last-child {
  margin-right: 0;
}
.form-list-03 .td > .inner > p > label > input {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 736px) {
  .form-list-03::before {
    content: none;
  }
  .form-list-03 > li > input[type=checkbox] {
    left: 18px;
  }
  .form-list-03 > li > .th,
.form-list-03 > li > .td {
    position: static;
    display: block;
    width: 100%;
  }
  .form-list-03 > li > .th > .inner,
.form-list-03 > li > .td > .inner {
    display: block;
    height: auto !important;
    padding: 1.15em 20px 1.15em 56px;
  }
  .form-list-03 > li > .th::before {
    left: 0;
    right: inherit;
  }
  .form-list-03 > li > .th.colspan::before {
    right: inherit;
  }
  .form-list-03 > li > .th.colspan::after {
    content: none;
  }
  .form-list-03 > li > .td {
    border-left: 0;
  }
  .form-list-03 .td > .inner > p > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
}
.form-list-04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -.5em -10px 1em 0;
}
.form-list-04 > li {
  margin: .5em 10px 0 0;
}

@media only screen and (max-width: 736px) {
  .form-list-04 > li {
    width: calc(20% - 10px);
  }
  .form-list-04 input.input-s {
    width: calc(100% - 2em);
  }
}
@media only screen and (max-width: 480px) {
  .form-list-04 > li {
    width: calc(33.33333% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  .form-list-04 > li {
    width: calc(50% - 10px);
  }
}
.form-list-05 {
  margin-top: 2px;
  margin-bottom: 28px;
}
.form-list-05 li {
  margin-bottom: 17px;
}
.form-list-05 li:last-child {
  margin-bottom: 0;
}
.form-list-05 li input {
  width: 28px;
  height: 28px;
  margin-right: 21px;
}

.form-total-01 {
  width: 400px;
  margin: 0 0 .85714em auto;
  border: 4px solid #ccc;
  padding: 1.45em 0;
}
.form-total-01::after {
  content: "";
  clear: both;
  display: block;
}
.form-total-01 > dt {
  float: left;
  padding: .65em 0 0 28px;
  font-weight: bold;
}
.form-total-01 > dd {
  float: right;
  padding-right: 28px;
  color: #ff1628;
  font-weight: bold;
  text-align: right;
}
.form-total-01 > dd b {
  font-size: 157.14286%;
}

@media only screen and (max-width: 736px) {
  .form-total-01 {
    width: 300px;
    max-width: 300px;
    padding: 1em 0 .8em 0;
  }
  .form-total-01 > dt,
.form-total-01 > dd {
    float: none;
    width: auto;
    padding: 0 16px;
    text-align: right;
  }
}
.form-total-02 {
  width: 550px;
  margin: 0 0 3.42857em auto;
  border: 4px solid #5e9cae;
  padding: 1.35em 28px;
}
.form-total-02 > dl {
  margin-bottom: .9em;
  font-size: 128.57143%;
  font-weight: bold;
}
.form-total-02 > dl::after {
  content: "";
  clear: both;
  display: block;
}
.form-total-02 > dl > dt {
  float: left;
  padding-top: .5em;
  font-weight: bold;
}
.form-total-02 > dl > dd {
  float: right;
  color: #ff1628;
}
.form-total-02 > dl > dd b {
  font-size: 155.55556%;
}
.form-total-02 > .link-btn-01 {
  margin: 0 0 .71429em 0;
}

@media only screen and (max-width: 736px) {
  .form-total-02 {
    width: auto;
    margin: 0 0 1.71429em 0;
    padding: 1.15em 16px;
  }
  .form-total-02 > dl > dt,
.form-total-02 > dl > dd {
    float: none;
    padding-top: 0;
    text-align: right;
  }
}
.form-discount-01 {
  font-weight: bold;
  text-align: right;
}
.form-discount-01 > span {
  color: #ff1628;
}
.form-discount-01 > span > b {
  margin-left: .5em;
  font-size: 128.57143%;
}

.form-line-01 {
  display: block;
  margin-bottom: 2.28571em;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .form-line-01 {
    margin-bottom: 1.71429em;
  }
}
.form-btn-01 {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none !important;
  width: 254px;
  line-height: 1.7;
  color: #333 !important;
  background-color: #fbfbfb;
  padding: .85em 32px .85em 20px;
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ff1628;
  border-radius: 27px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
}

.form-btn-01::before,
.form-btn-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.form-btn-01::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-btn-01::before,
.form-btn-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ff1628;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.form-btn-01::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-btn-01:hover,
.form-btn-01:focus,
.form-btn-01:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
}

.form-btn-01:hover::before,
.form-btn-01:hover::after,
.form-btn-01:focus::before,
.form-btn-01:focus::after,
.form-btn-01:active::before,
.form-btn-01:active::after {
  right: 8px;
}

.js-sort-root-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.js-sort-root-01 .col {
  width: 50%;
  padding: 0 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .js-sort-root-01 .col {
    margin-top: 20px;
  }
  .js-sort-root-01 .col > p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.js-sort-root-01 .col span {
  position: relative;
}
.js-sort-root-01 .col span::before, .js-sort-root-01 .col span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: calc(50% - 14px);
  right: 43px;
  background: #b1b1b1;
}
.js-sort-root-01 .col span::after {
  width: 7px;
  height: 7px;
  background: none;
  border-right: solid 1px #7d7d7d;
  border-bottom: solid 1px #7d7d7d;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
}
.js-sort-root-01 .col select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #eee;
  padding: 16px 19px;
  border-radius: 5px;
  width: 100%;
}
.js-sort-root-01 .col select::-ms-expand {
  display: none;
}
.js-sort-root-01 > :last-child {
  margin-bottom: 0;
}

.txt-empty {
  display: none;
}
.js-enabled .txt-empty {
  display: block;
}
.js-enabled .txt-empty.is-hide {
  display: none;
}

/* ===========================
modal
--------------------------- */
.btn-modal-02 {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-weight: normal;
}
.btn-modal-02::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .1em;
  background-color: #fff;
  border: 1px solid #707070;
  color: #707070;
  font-size: 71.42857%;
  text-align: center;
}

/* ===========================
others
--------------------------- */
.icon-comment {
  display: inline-block;
  color: #fff;
  background: #ff1628 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  padding: 4px 6px 3px 18px;
  border-radius: 5px;
  margin-right: 3px;
}

.box-movie-01 video {
  width: 100%;
  height: 100%;
  max-width: 818px;
}

label.disabled {
  color: #ccc;
}

.list-input-01 input[type=radio]:checked + span,
.list-input-01 input[type=checkbox]:checked + span {
  color: #ff1628;
}

.list-input-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -.25em;
}
.list-input-02 > li {
  width: 33.33333%;
  margin-top: .25em;
}
.list-input-02 > li > label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.list-input-02 > li > label > input[type=radio], .list-input-02 > li > label > input[type=checkbox] {
  position: absolute;
  top: .35em;
  left: 1.5em;
  margin: 0;
}
.list-input-02 > li:last-child {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.list-input-02 > li:last-child > label {
  width: 17%;
}
.list-input-02 > li:last-child > input {
  width: 83%;
  height: 20px;
}

@media only screen and (max-width: 960px) {
  .list-input-02 {
    display: block;
  }
  .list-input-02 > li {
    width: 50%;
  }
  .list-input-02 > li:last-child {
    display: block;
  }
  .list-input-02 > li:last-child > label {
    width: 100%;
  }
  .list-input-02 > li:last-child > input {
    height: 50px;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 736px) {
  .list-input-02 > li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .list-input-02 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .list-input-02 > li {
    width: 100%;
  }
}
.list-box-01 {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 60px;
}
.list-box-01 > li {
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.list-box-01 > li .img {
  display: block;
  flex-shrink: 0;
  min-width: 100px;
  margin-right: 25px;
  text-align: center;
}
.list-box-01 > li .txt {
  display: block;
  flex-grow: 1;
  color: #666;
}

@media only screen and (max-width: 480px) {
  .list-box-01 > li {
    display: block;
    padding: 10px;
  }
  .list-box-01 > li .img {
    min-width: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: opacity 400ms;
}
#modal.exist {
  display: flex;
}
#modal.show {
  opacity: 1;
}
#modal > .content img {
  max-width: calc(100vw - 200px);
  max-height: calc(100vh - 80px);
}
#modal > .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  border-radius: 2px;
  padding: .75em 12px .75em 36px;
  background-color: #000;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
}
#modal > .close::before, #modal > .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  transform: rotate(45deg);
}
#modal > .close::after {
  transform: rotate(-45deg);
}
#modal > .close:hover, #modal > .close:focus, #modal > .close:active {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  #modal {
    padding: 40px 30px;
  }
  #modal > .content img {
    max-width: calc(100vw - 80px);
    max-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 736px) {
  #modal {
    padding: 30px 20px;
  }
  #modal > .content img {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 480px) {
  #modal {
    padding: 20px 10px;
  }
  #modal > .content img {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 40px);
  }
}
/* =====================================
unique page
------------------------------------- */
/* ===========================
ranking
--------------------------- */
.ranking-2019.woman #hero-image {
  background-image: url(/ranking/woman/images/2019/bg-ranking-01.jpg);
}
.ranking-2019.woman #hero-image .logo-01 {
  margin-top: 8em;
}
.ranking-2019 #content {
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
}
.ranking-2019 #content .nav-quick-01,
.ranking-2019 #content .box-cv-04 {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ranking-2019 #content #main-inner {
  padding-top: 48px;
}
.ranking-2019 #hero-image {
  background: url(/ranking/japan/images/2019/bg-ranking-01.jpg) top center/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
.ranking-2019 #hero-image > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 0;
  width: 100%;
  height: 85vh;
  position: relative;
}
.ranking-2019 #hero-image > .inner > h1 {
  flex-shrink: 0;
  font-size: 3.2rem;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.ranking-2019 #hero-image > .inner > h1 .sub-02 {
  font-size: .75em;
}
.ranking-2019 #hero-image .logo-01 {
  flex-shrink: 0;
  margin-top: 1.2em;
  margin-bottom: 0;
}
.ranking-2019 #hero-image .link-scroll-01 {
  display: inline-block;
  color: #fff;
  font-size: .85rem;
  font-weight: bold;
  width: 50px;
  padding-bottom: 30px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 36px;
  overflow: hidden;
}
.ranking-2019 #hero-image .link-scroll-01::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) skew(2deg, 2deg);
  -ms-transform: rotate(45deg) skew(2deg, 2deg);
  transform: rotate(45deg) skew(2deg, 2deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
}
.ranking-2019 #hero-image .link-scroll-01:hover::before, .ranking-2019 #hero-image .link-scroll-01:focus::before, .ranking-2019 #hero-image .link-scroll-01:active::before {
  bottom: 8px;
}
.ranking-2019 .hdg-section-02 {
  color: #333;
  margin-top: 3.2em;
  margin-bottom: 1.1em;
}
.ranking-2019 .box-related-02 {
  margin-bottom: 5em;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(1) > .num > span {
  background-color: #b4a25a;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(2) > .num > span {
  background-color: #777;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(3) > .num > span {
  background-color: #74613d;
}
.ranking-2019 .list-ranking-01 > li.top3 > .num {
  padding: 25px 0;
}
.ranking-2019 .list-ranking-01 > li.top3 > .num > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: none;
}
.ranking-2019 .list-ranking-01 > li.top3 > .link a {
  font-size: 1em;
}
.ranking-2019 .list-ranking-01 > li > .num {
  padding: 25px 0;
}
.ranking-2019 .list-ranking-01 > li > .num > span {
  background-color: #171a1d;
  border-radius: 0;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.375rem;
}
.ranking-2019 .list-ranking-01 > li > .link {
  font-size: 1.25rem;
}
.ranking-2019 .list-ranking-01 > li > .link img.logo {
  width: 130px;
  height: auto;
  flex-shrink: 0;
}
.ranking-2019 .list-ranking-01 > li > .times {
  width: 370px;
  text-align: left;
  font-size: .875rem;
  padding: 1em 20px 1em 0;
}
.ranking-2019 .list-ranking-01 > li > .times a {
  color: #005172;
}

@media only screen and (max-width: 736px) {
  .ranking-2019.woman #hero-image .logo-01 {
    margin-top: 4em;
  }
  .ranking-2019 #hero-image > .inner {
    padding: 68px 0;
    height: auto;
  }
  .ranking-2019 #hero-image > .inner > h1 {
    font-size: 1.5rem;
  }
  .ranking-2019 #hero-image > .inner > h1 .sub-01 {
    font-size: .8333em;
  }
  .ranking-2019 #hero-image .logo-01 img {
    width: 200px;
  }
  .ranking-2019 #hero-image .link-scroll-01 {
    bottom: 10px;
  }
  .ranking-2019 .list-ranking-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ranking-2019 .list-ranking-01 > li.top3 > .num > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .ranking-2019 .list-ranking-01 > li.top3 > .link img.logo {
    height: auto;
  }
  .ranking-2019 .list-ranking-01 > li > .link {
    padding-left: 0;
    font-size: 1rem;
  }
  .ranking-2019 .list-ranking-01 > li > .link > a {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
  }
  .ranking-2019 .list-ranking-01 > li > .link img.logo {
    position: static;
    width: 80px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .ranking-2019 .list-ranking-01 > li > .times {
    width: auto;
    font-size: .75rem;
    margin-top: 1em;
    padding: 0;
  }
}
.lyt-survey-01 {
  position: relative;
  padding: 2.75em 0 5.2em;
}
.lyt-survey-01::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.lyt-survey-02 {
  padding: 0 150px;
  background: url(/cmn/images/icon-enq-employee-01.png) no-repeat left bottom, url(/cmn/images/icon-enq-employee-01.png) no-repeat right bottom;
}
.lyt-survey-02 .list-01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  font-size: 1rem;
}
.lyt-survey-02 .list-01 > li {
  width: calc(33.333% - 20px);
  margin-left: 20px;
  background-color: #faebec;
  margin-bottom: 20px;
  padding: 1.5em 10px;
  position: relative;
}
.lyt-survey-02 .list-01 > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 15px 0;
  border-color: transparent #faebec transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 22px;
}

@media only screen and (max-width: 736px) {
  .lyt-survey-01 {
    padding: 2.75em 0 3.5em;
  }
  .lyt-survey-01.type-01::before {
    top: 10em;
  }

  .lyt-survey-02 {
    background: none;
    padding: 0;
  }
  .lyt-survey-02 .list-01 {
    display: block;
    font-size: .875rem;
  }
  .lyt-survey-02 .list-01 > li {
    width: auto;
    padding: 1.2em 20px;
  }
}
.box-balloon-01 {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 1.4em 30px;
  margin-bottom: 1.6em;
  position: relative;
}
.box-balloon-01::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: calc(50% - 4px);
}
.box-balloon-01 > :last-child {
  margin-bottom: 0;
}
.box-balloon-01 .list-01 {
  display: flex;
  align-items: center;
  margin-left: -28px;
  font-size: 1.125rem;
}
.box-balloon-01 .list-01 > li {
  width: 33.3333%;
  padding: 1em 0 1em 96px;
  margin-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.box-balloon-01 .list-01 > li:nth-child(odd) {
  background-image: url(/cmn/images/icon-voice-01.png);
}
.box-balloon-01 .list-01 > li:nth-child(even) {
  background-image: url(/cmn/images/icon-voice-02.png);
}

@media only screen and (max-width: 736px) {
  .box-balloon-01 {
    padding: .4em 20px;
  }
  .box-balloon-01 .list-01 {
    display: block;
    font-size: .875rem;
    margin-left: 0;
  }
  .box-balloon-01 .list-01 > li {
    width: auto;
    margin-left: 0;
    padding: 1em 0 1em 48px;
    background-size: 40px 40px;
  }
  .box-balloon-01 .list-01 > li + li {
    border-top: solid 1px #ccc;
  }
}
.box-point-01 {
  padding: 1.9em 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
  margin-bottom: 5em;
}
.box-point-01 > :last-child {
  margin-bottom: 0;
}
.box-point-01 .hdg {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff1628;
  text-align: center;
  padding-bottom: .2em;
  border-bottom: solid 2px #ff1628;
}
.box-point-01 .txt-icon-01 {
  padding-top: 80px;
  position: relative;
}
.box-point-01 .txt-icon-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-point-01 .txt-icon-01.icon-01::before {
  background-image: url(/cmn/images/icon-point-02.png);
  background-size: 44px 47px;
}
.box-point-01 .txt-icon-01.icon-02::before {
  background-image: url(/cmn/images/icon-point-03.png);
  background-size: 45px 40px;
}
.box-point-01 .txt-icon-01.icon-03::before {
  background-image: url(/cmn/images/icon-point-04.png);
  background-size: 39px 45px;
}

.box-point-02 {
  border: solid 2px #ff1628;
  background-color: #fff;
  margin-top: 1em;
  padding: 0 10px 1.8em;
}
.box-point-02 > :last-child {
  margin-bottom: 0;
}
.box-point-02 .hdg {
  text-align: center;
  margin-top: -1em;
  margin-bottom: .8em;
}
.box-point-02 .hdg .label {
  display: inline-block;
  font-size: .875rem;
  color: #fff;
  background-color: #ff1628;
  padding: .1em 10px;
}
.box-point-02 .hdg .icon-01,
.box-point-02 .hdg .icon-02,
.box-point-02 .hdg .icon-03 {
  display: inline-block;
  padding-top: 76px;
  position: relative;
}
.box-point-02 .hdg .icon-01::before,
.box-point-02 .hdg .icon-02::before,
.box-point-02 .hdg .icon-03::before {
  content: "";
  display: block;
  width: 100%;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.box-point-02 .hdg .icon-01::before {
  background-image: url(/cmn/images/icon-globe-02.png);
  background-size: 36px 48px;
}
.box-point-02 .hdg .icon-02::before {
  background-image: url(/cmn/images/icon-trophy-02.png);
  background-size: 46px 46px;
}
.box-point-02 .hdg .icon-03::before {
  background-image: url(/cmn/images/icon-knowledge-01.png);
  background-size: 43px 48px;
}

@media only screen and (max-width: 736px) {
  .box-point-02 {
    margin-top: 2.1em;
    padding: 0 10px 1.3em;
  }
  .box-point-02 .hdg .icon-01,
.box-point-02 .hdg .icon-02,
.box-point-02 .hdg .icon-03 {
    width: 100%;
    padding-top: 0;
    padding-left: 58px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .2em;
    min-height: 50px;
    text-align: left;
  }
  .box-point-02 .hdg .icon-01::before,
.box-point-02 .hdg .icon-02::before,
.box-point-02 .hdg .icon-03::before {
    width: 58px;
    background-position: top center;
  }
}
@media only screen and (max-width: 736px) {
  .box-point-01 {
    padding: 1.35em 20px;
    margin-bottom: 1.4em;
  }
  .box-point-01 .hdg {
    font-size: 1rem;
    margin-bottom: .8em;
    padding-bottom: .45em;
  }
  .box-point-01 .txt-icon-01 {
    padding-top: 0;
    padding-left: 50px;
  }
  .box-point-01 .txt-icon-01::before {
    width: 50px;
    height: auto;
    bottom: 0;
    background-position: left center;
  }
  .box-point-01 .txt-icon-01.icon-01::before {
    background-size: 40px 43px;
  }
  .box-point-01 .txt-icon-01.icon-02::before {
    background-size: 40px 36px;
  }
  .box-point-01 .txt-icon-01.icon-03::before {
    background-size: 34px 40px;
  }
}
.list-survey-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37.5% 1fr;
  grid-template-columns: 1fr 37.5% 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto 16px auto;
  position: relative;
}
.list-survey-01::before {
  content: "";
  display: block;
  width: 30%;
  background: url(/cmn/images/survey-img-01.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
}
.list-survey-01 > li {
  padding: 1.4em 30px;
}
.list-survey-01 > li > :last-child {
  margin-bottom: 0;
}
.list-survey-01 > li.type-01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #ebf2f5;
}
.list-survey-01 > li.type-01 .ttl {
  color: #5e9cae;
}
.list-survey-01 > li.type-02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #eff3e8;
}
.list-survey-01 > li.type-02 .ttl {
  color: #658d1b;
}
.list-survey-01 > li.type-02 .label {
  background-color: #658d1b;
}
.list-survey-01 > li.type-03 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #faebec;
}
.list-survey-01 > li.type-03 .ttl {
  color: #ff1628;
}
.list-survey-01 > li.type-04 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #fcf6e8;
}
.list-survey-01 > li.type-04 .ttl {
  color: #f0ab00;
}
.list-survey-01 > li .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: .3em;
  padding-left: 40px;
  position: relative;
}
.list-survey-01 > li .ttl .num {
  display: block;
  width: 30px;
  border: solid 3px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: .2em;
  background-color: #fff;
}
.list-survey-01 > li .label {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: .3em 0;
}

.list-survey-02 {
  display: flex;
  margin-left: -5px;
}
.list-survey-02 > li {
  width: 25%;
  margin-left: 5px;
  color: #fff;
  padding-bottom: 2.1em;
}
.list-survey-02 > li.entry {
  background-color: #999;
}
.list-survey-02 > li.basic {
  background-color: #5e9cae;
}
.list-survey-02 > li.basic .balloon {
  background-color: #ebf2f5;
}
.list-survey-02 > li.basic .balloon::before {
  background-color: #ebf2f5;
}
.list-survey-02 > li.standard {
  background-color: #658d1b;
}
.list-survey-02 > li.standard .balloon {
  background-color: #eff3e8;
}
.list-survey-02 > li.standard .balloon::before {
  background-color: #eff3e8;
}
.list-survey-02 > li.advance {
  background-color: #612141;
}
.list-survey-02 > li.advance .balloon {
  background-color: #f5ebf0;
}
.list-survey-02 > li.advance .balloon::before {
  background-color: #f5ebf0;
}
.list-survey-02 > li.premiere {
  background-color: #ff1628;
}
.list-survey-02 > li.premiere .balloon {
  background-color: #faebec;
}
.list-survey-02 > li.premiere .balloon::before {
  background-color: #faebec;
}
.list-survey-02 > li .balloon {
  background-color: #fff;
  color: #333;
  margin-bottom: 2em;
  padding: 1.15em 18px;
  font-size: .875rem;
  text-align: left;
  position: relative;
  min-height: 142px;
}
.list-survey-02 > li .balloon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
  background-color: #fff;
}
.list-survey-02 > li > span {
  display: block;
  text-align: center;
  padding: 0 18px;
}
.list-survey-02 > li > span + span {
  margin-top: 1em;
}
.list-survey-02 > li > span > b {
  font-size: 1.375rem;
  font-weight: bold;
}
.list-survey-02 > li > span .ttl {
  display: inline-block;
  padding: 0 10px .4em;
  border-bottom: solid 1px;
}
.list-survey-02 > li > span > .plus {
  font-size: 1rem;
}

@media only screen and (max-width: 736px) {
  .list-survey-01 {
    display: block;
  }
  .list-survey-01::before {
    content: none;
  }
  .list-survey-01 > li {
    padding: 1.6em 18px 1.4em;
  }
  .list-survey-01 > li + li {
    margin-top: 1.5em;
  }
  .list-survey-01 > li .ttl {
    font-size: 1.125rem;
    margin-bottom: .8em;
    padding-left: 32px;
  }
  .list-survey-01 > li .ttl .num {
    width: 28px;
    padding: 3px 0;
    top: 0;
  }

  .list-survey-02 {
    display: block;
    margin-left: 0;
  }
  .list-survey-02 > li {
    width: auto;
    margin-left: 0;
    padding-bottom: 1.2em;
  }
  .list-survey-02 > li + li {
    margin-top: .4em;
  }
  .list-survey-02 > li .balloon {
    margin-bottom: 1.5em;
    padding: 1.1em 18px;
    min-height: 0;
  }
  .list-survey-02 > li > span + span {
    margin-top: .5em;
  }
  .list-survey-02 > li > span > b {
    font-size: 1.125rem;
  }
  .list-survey-02 > li > span .ttl {
    display: block;
  }
  .list-survey-02 > li > span > .plus {
    font-size: .875rem;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-01.type-02 {
    margin: 0;
  }
}
.nav-tab-01.type-02 .tab-list {
  display: flex;
  margin: 0 -3px 60px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list {
    margin: 0 0 60px;
  }
}
.nav-tab-01.type-02 .tab-list li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  margin: 0 3px;
  display: block;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list li {
    margin: 0 1px 0 0;
  }
  .nav-tab-01.type-02 .tab-list li + li a {
    border-radius: 0;
  }
  .nav-tab-01.type-02 .tab-list li:nth-of-type(3) a {
    border-radius: 0 3px 3px 0;
  }
  .nav-tab-01.type-02 .tab-list li:last-child {
    margin: 0;
  }
}
.nav-tab-01.type-02 .tab-list li a {
  border: none;
  color: #333;
  padding: 18px 0;
  border-radius: 3px;
  background-color: #eee;
  transition: background-color 200ms;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list li a {
    border-radius: 3px 0 0 3px;
  }
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true] {
  z-index: 2;
  background-color: #9a801a;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true]:hover, .nav-tab-01.type-02 .tab-list li a[aria-selected=true]:focus, .nav-tab-01.type-02 .tab-list li a[aria-selected=true]:active {
  background-color: #9a801a;
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true]::before {
  top: calc(100% - 1px);
  left: calc(50% - 15px);
  border-width: 12px 15px;
  border-color: #9a801a transparent transparent;
}
@media only screen and (max-width: 480px) {
  .nav-tab-01.type-02 .tab-list li a[aria-selected=true]::before {
    left: calc(50% - 4px);
    border-width: 6px 8px;
  }
}
.nav-tab-01.type-02 .tab-list li a:hover, .nav-tab-01.type-02 .tab-list li a:focus, .nav-tab-01.type-02 .tab-list li a:active {
  background-color: #705a04;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01.type-02 .tab-list li .sub-01 {
  margin-top: 3px;
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .nav-tab-01.type-02 .tab-list li {
    font-size: 14px;
  }
  .nav-tab-01.type-02 .tab-list li a .sub-01 {
    font-size: 10px;
  }
}

@media only screen and (max-width: 736px) {
  .link-anc-03 {
    margin: 0;
  }
}
.link-anc-03 .list {
  display: flex;
  margin: 0 -3px 60px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .link-anc-03 .list {
    margin: 0 0 50px;
  }
}
.link-anc-03 .list li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  margin: 0 3px;
  display: flex;
  background-color: #cd344d;
  border-radius: 3px;
  transition: background-color 200ms;
}
.link-anc-03 .list li:hover, .link-anc-03 .list li:focus, .link-anc-03 .list li:active {
  background-color: #88051a;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .link-anc-03 .list li {
    margin: 0 1px 0 0;
  }
  .link-anc-03 .list li:last-child {
    margin: 0;
  }
}
.link-anc-03 .list li a {
  border: none;
  color: #fff;
  padding: 18px 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a {
    padding: 18px 0 30px 0;
    border-radius: 3px 0 0 3px;
  }
}
.link-anc-03 .list li a[aria-selected=true] {
  z-index: 2;
  background-color: #9a801a;
  color: #fff;
  text-decoration: none;
}
.link-anc-03 .list li a[aria-selected=true]:hover, .link-anc-03 .list li a[aria-selected=true]:focus, .link-anc-03 .list li a[aria-selected=true]:active {
  background-color: #9a801a;
}
.link-anc-03 .list li a[aria-selected=true]::before {
  top: calc(100% - 1px);
  left: calc(50% - 15px);
  border-width: 12px 15px;
  border-color: #9a801a transparent transparent;
}
.link-anc-03 .list li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a::before {
    bottom: 10px;
    top: calc(100% - 25px);
    left: calc(50% - 6px);
  }
}
.link-anc-03 .list li a:hover, .link-anc-03 .list li a:focus, .link-anc-03 .list li a:active {
  text-decoration: none;
}
.link-anc-03 .list li a:hover::before, .link-anc-03 .list li a:focus::before, .link-anc-03 .list li a:active::before {
  top: 50%;
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a:hover::before, .link-anc-03 .list li a:focus::before, .link-anc-03 .list li a:active::before {
    top: auto;
  }
}
.link-anc-03 .list li .sub-01 {
  margin-top: 3px;
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .link-anc-03 .list li {
    font-size: 14px;
  }
  .link-anc-03 .list li a .sub-01 {
    font-size: 10px;
  }
}
.link-anc-03.young .list li {
  background-color: #34b2cd;
}
.link-anc-03.young .list li:hover, .link-anc-03.young .list li:focus, .link-anc-03.young .list li:active {
  background-color: #055e88;
}
.link-anc-03.senior .list li {
  border: 1px solid #5d7829;
  background-color: #5d7829;
}
.link-anc-03.senior .list li:hover, .link-anc-03.senior .list li:focus, .link-anc-03.senior .list li:active {
  background-color: #fff;
}
.link-anc-03.senior .list li:hover > a, .link-anc-03.senior .list li:focus > a, .link-anc-03.senior .list li:active > a {
  color: #5d7829;
}
.link-anc-03.senior .list li:hover > a::before, .link-anc-03.senior .list li:focus > a::before, .link-anc-03.senior .list li:active > a::before {
  border-color: #5d7829;
}

/* =====================================
ranking-style-01
------------------------------------- */
.ranking-style-01.woman #hero-image > .inner h1 {
  text-shadow: 2px 3px 0 #cd344d, 0 -1px 19px #cd344d, 0 -1px 19px #cd344d;
}
.ranking-style-01.woman #hero-image > .inner h1 > .inner {
  text-align: left;
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman #hero-image > .inner h1 {
    text-shadow: 2px 1px 0 #cd344d, 0 -1px 19px #cd344d, 0 -1px 19px #cd344d;
  }
  .ranking-style-01.woman #hero-image > .inner h1 > .inner {
    text-align: center;
  }
}
.ranking-style-01.woman-2020 #hero-image {
  background: url(/ranking/woman/images/2020/bg-ranking-01-pc.jpg) top 0 left 50%/cover no-repeat #000;
}
.ranking-style-01.woman-2020 #hero-image > .inner h1 > .inner {
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2020 #hero-image {
    background: url(/ranking/woman/images/2020/bg-ranking-01-sp.jpg) top right/cover no-repeat #000;
  }
}
.ranking-style-01.woman-2021 #hero-image {
  background: url(/ranking/woman/images/2021/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2021 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2021 #hero-image {
    background: url(/ranking/woman/images/2021/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2021 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.woman-2022 #hero-image {
  background: url(/ranking/woman/images/2022/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2022 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2022 #hero-image {
    background: url(/ranking/woman/images/2022/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2022 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.woman-2023 #hero-image {
  background: url(/ranking/woman/images/2023/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2023 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2023 #hero-image {
    background: url(/ranking/woman/images/2023/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2023 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.woman-2024 #hero-image {
  background: url(/ranking/woman/images/2024/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2024 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2024 #hero-image {
    background: url(/ranking/woman/images/2024/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2024 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.woman-2025 #hero-image {
  background: url(/ranking/woman/images/2025/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2025 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2025 #hero-image {
    background: url(/ranking/woman/images/2025/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2025 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.young #hero-image {
  background: url(/ranking/young/images/2020/bg-ranking-01-pc.jpg) top 50% left 50%/cover no-repeat #000;
}
.ranking-style-01.young #hero-image > .inner {
  padding: 100px 0;
}
.ranking-style-01.young #hero-image > .inner .logo-01 {
  margin-top: 120px;
}
.ranking-style-01.young #hero-image > .inner h1 {
  text-shadow: 2px 3px 0 #34b2cd, 0 -1px 19px #34b2cd, 0 -1px 19px #34b2cd;
}
@media only screen and (max-width: 480px) {
  .ranking-style-01.young #hero-image > .inner h1 {
    text-shadow: 2px 1px 0 #34b2cd, 0 -1px 19px #34b2cd, 0 -1px 19px #34b2cd;
    padding: 0 20px;
  }
}
.ranking-style-01.young #hero-image > .inner h1 > .inner {
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.young #hero-image > .inner h1 > .inner {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young #hero-image {
    background: url(/ranking/young/images/2020/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
}
.ranking-style-01.young-2021 #hero-image {
  background: url(/ranking/young/images/2021/bg-ranking-01-pc.jpg) top 30% left 56%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2021 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2021 #hero-image {
    background: url(/ranking/young/images/2021/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2021 #hero-image > .inner h1 {
    font-size: 27px;
  }
}
.ranking-style-01.young-2022 #hero-image {
  background: url(/ranking/young/images/2022/bg-ranking-01-pc.jpg) top 30% left 50%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2022 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2022 #hero-image {
    background: url(/ranking/young/images/2022/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2022 #hero-image > .inner {
    padding: 90px 0;
  }
  .ranking-style-01.young-2022 #hero-image > .inner h1 {
    font-size: 20px;
  }
  .ranking-style-01.young-2022 #hero-image > .inner h1 .d-ib {
    font-size: 24px;
  }
  .ranking-style-01.young-2022 #hero-image > .inner .logo-01 {
    margin-top: 140px;
  }
}
.ranking-style-01.young-2023 #hero-image {
  background: url(/ranking/young/images/2023/bg-ranking-01-pc.jpg) top 30% left 50%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2023 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2023 #hero-image {
    background: url(/ranking/young/images/2023/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2023 #hero-image > .inner {
    padding: 90px 0;
  }
  .ranking-style-01.young-2023 #hero-image > .inner h1 {
    font-size: 1.25rem;
  }
  .ranking-style-01.young-2023 #hero-image > .inner h1 .d-ib {
    font-size: 1.5rem;
  }
  .ranking-style-01.young-2023 #hero-image > .inner .logo-01 {
    margin-top: 140px;
  }
}
.ranking-style-01.young-2024 #hero-image {
  background: url(/ranking/young/images/2024/bg-ranking-01-pc.jpg) top 30% left 50%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2024 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2024 #hero-image {
    background: url(/ranking/young/images/2024/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2024 #hero-image > .inner {
    padding: 90px 0;
  }
  .ranking-style-01.young-2024 #hero-image > .inner h1 {
    font-size: 1.25rem;
  }
  .ranking-style-01.young-2024 #hero-image > .inner h1 .d-ib {
    font-size: 1.5rem;
  }
  .ranking-style-01.young-2024 #hero-image > .inner .logo-01 {
    margin-top: 140px;
  }
}
.ranking-style-01.young-2025 #hero-image {
  background: url(/ranking/young/images/2025/bg-ranking-01-pc.jpg) top 30% left 50%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2025 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2025 #hero-image {
    background: url(/ranking/young/images/2025/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2025 #hero-image > .inner {
    padding: 90px 0;
  }
  .ranking-style-01.young-2025 #hero-image > .inner h1 {
    font-size: 1.25rem;
  }
  .ranking-style-01.young-2025 #hero-image > .inner h1 .d-ib {
    font-size: 1.5rem;
  }
  .ranking-style-01.young-2025 #hero-image > .inner .logo-01 {
    margin-top: 140px;
  }
}
.ranking-style-01.senior #hero-image {
  background: url(/ranking/senior/images/2022/bg-ranking-01-pc.jpg) top 30% left 50%/cover no-repeat #000;
}
.ranking-style-01.senior #hero-image > .inner {
  padding: 100px;
}
.ranking-style-01.senior #hero-image > .inner > h1 {
  margin: 0;
  text-align: left;
  text-shadow: 0 0 25px rgba(93, 120, 41, .63), 0 0 25px rgba(93, 120, 41, .63), 0 0 25px rgba(93, 120, 41, .63), 0 0 25px rgba(93, 120, 41, .63);
}
.ranking-style-01.senior #hero-image > .inner > h1 > .inner {
  padding: 0;
}
.ranking-style-01.senior #hero-image > .inner .logo-01 {
  margin-top: 58px;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.senior #hero-image > .inner h1 {
    font-size: 2.5rem;
    text-shadow: 2px 1px 0 #5d7829, 0 -1px 19px #5d7829, 0 -1px 19px #5d7829;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.senior #hero-image {
    background: url(/ranking/senior/images/2022/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.senior #hero-image > .inner {
    padding: 90px 0;
  }
  .ranking-style-01.senior #hero-image > .inner h1 {
    font-size: 24px;
    text-align: center;
  }
  .ranking-style-01.senior #hero-image > .inner h1 .d-ib {
    font-size: 24px;
  }
  .ranking-style-01.senior #hero-image > .inner .logo-01 {
    margin-top: 140px;
  }
}
.ranking-style-01.senior .hdg-ranking-02 > .inner::before {
  background: #5d7829;
}
.ranking-style-01.senior .lyt-toggle-section-05 > .ui {
  background-color: #5d7829;
  color: #fff;
}
.ranking-style-01.senior .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: 1px solid #5d7829;
  color: #5d7829;
}
.ranking-style-01.senior .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #5d7829;
}
.ranking-style-01.senior .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #5d7829;
  border: 1px solid #5d7829;
}
.ranking-style-01.senior .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover, .ranking-style-01.senior .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus, .ranking-style-01.senior .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active {
  background-color: #fff;
  border: 1px solid #5d7829;
  color: #5d7829;
}
.ranking-style-01.senior .box-01 {
  background-color: #f2fbe5;
}
.ranking-style-01.senior .box-01.point {
  border: dashed 1px #5d7829;
}
.ranking-style-01.senior .box-01 > .hdg {
  color: #5d7829;
}
.ranking-style-01.senior .link-btn-04 > a {
  color: #5d7829;
  background-color: #fff;
  border: 1px solid #5d7829;
}
.ranking-style-01.senior .link-btn-04 > a > span::before, .ranking-style-01.senior .link-btn-04 > a > span::after {
  background-color: #5d7829;
}
.ranking-style-01.senior .link-btn-06 a {
  background-color: #5d7829;
}
.ranking-style-01.senior .list-ranking-04 li .data .name {
  color: #5d7829;
}
.ranking-style-01.senior .list-ranking-04 li.no-01 .num {
  background-color: #5d7829;
}
.ranking-style-01.senior .link-arrow-03 > a {
  color: #5d7829;
}
.ranking-style-01.senior .link-arrow-03::before, .ranking-style-01.senior .link-arrow-03::after {
  background-color: #5d7829;
}
.ranking-style-01.senior.senior2023 #hero-image {
  background: url(/ranking/senior/images/2023/bg-ranking-01-pc.jpg) top left/cover no-repeat #000;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.senior.senior2023 #hero-image {
    background: url(/ranking/senior/images/2023/bg-ranking-01-sp.jpg) top left/cover no-repeat #000;
  }
}
.ranking-style-01.senior.senior2024 #hero-image {
  background: url(/ranking/senior/images/2024/bg-ranking-01-pc.jpg) center center/cover no-repeat #000;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.senior.senior2024 #hero-image {
    background: url(/ranking/senior/images/2024/bg-ranking-01-sp.jpg) center center/cover no-repeat #000;
  }
}
.ranking-style-01 #content {
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
}
.ranking-style-01 #content .nav-quick-01,
.ranking-style-01 #content .box-cv-04 {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ranking-style-01 #content .hiragino {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: contents;
}
.ranking-style-01 #content #main {
  padding: 0 20px;
}
.ranking-style-01 #content #main-inner {
  padding-top: 48px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #content #main-inner {
    padding-top: 20px;
  }
}
.ranking-style-01 .summary {
  position: relative;
  padding-bottom: 60px;
}
.ranking-style-01 .summary::before {
  content: "";
  position: absolute;
  top: -76px;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background: url(/ranking/japan/images/2020/bg-ranking-02-pc.png) center center/cover no-repeat;
  transform: translateX(-50%);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 .summary {
    padding-bottom: 25px;
  }
  .ranking-style-01 .summary::before {
    background: url(/ranking/japan/images/2020/bg-ranking-02-sp.png) center center/cover no-repeat;
  }
}
.ranking-style-01.woman .summary::before {
  background-image: url(/ranking/woman/images/2020/bg-ranking-02-pc.png);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman .summary::before {
    background-image: url(/ranking/woman/images/2020/bg-ranking-02-sp.png);
  }
}
.ranking-style-01.young .summary::before {
  background-image: url(/ranking/young/images/2020/bg-ranking-02-pc.png);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.young .summary::before {
    background-image: url(/ranking/young/images/2020/bg-ranking-02-sp.png);
  }
}
.ranking-style-01.senior .summary::before {
  background-image: url(/ranking/senior/images/2022/bg-ranking-02-pc.png);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.senior .summary::before {
    background-image: url(/ranking/senior/images/2022/bg-ranking-02-sp.png);
  }
}
.ranking-style-01 #hero-image {
  background: url(/ranking/japan/images/2020/bg-ranking-01-pc.jpg) top left/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image {
    background: url(/ranking/japan/images/2020/bg-ranking-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
}
.ranking-style-01 #hero-image > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner {
    padding: 35px 10px 100px;
    height: auto;
  }
}
.ranking-style-01 #hero-image > .inner h1 {
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(0, 0, 0, .5);
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
.ranking-style-01 #hero-image > .inner h1 > .inner {
  padding: 0 30px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner h1 > .inner {
    padding: 0;
  }
}
.ranking-style-01 #hero-image > .inner h1 .sub-02 {
  font-size: .75em;
  display: block;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner h1 {
    font-size: 1.5rem;
  }
  .ranking-style-01 #hero-image > .inner h1 .sub-01 {
    font-size: .85em;
  }
  .ranking-style-01 #hero-image > .inner h1 .sub-02 {
    font-size: .75em;
  }
}
@media only screen and (max-width: 495px) {
  .ranking-style-01 #hero-image > .inner h1 .indent {
    display: block;
  }
}
.ranking-style-01 #hero-image > .inner .logo-01 {
  flex-shrink: 0;
  margin-top: 3.2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner .logo-01 {
    margin-top: 1.5em;
  }
  .ranking-style-01 #hero-image > .inner .logo-01 img {
    width: 106px;
  }
}
.ranking-style-01 #hero-image > .inner .link-scroll-01 {
  display: inline-block;
  color: #fff;
  font-size: .85rem;
  width: 50px;
  padding-bottom: 30px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 36px;
  overflow: hidden;
}
.ranking-style-01 #hero-image > .inner .link-scroll-01::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) skew(2deg, 2deg);
  -ms-transform: rotate(45deg) skew(2deg, 2deg);
  transform: rotate(45deg) skew(2deg, 2deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
}
.ranking-style-01 #hero-image > .inner .link-scroll-01:hover::before, .ranking-style-01 #hero-image > .inner .link-scroll-01:focus::before, .ranking-style-01 #hero-image > .inner .link-scroll-01:active::before {
  bottom: 8px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner .link-scroll-01 {
    padding-bottom: 25px;
    bottom: 15px;
    font-size: .75rem;
  }
  .ranking-style-01 #hero-image > .inner .link-scroll-01::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
  }
}
.ranking-style-01 #hero-image > .inner .link-btn-08 ul {
  justify-content: center;
}
.ranking-style-01 #hero-image > .inner .link-btn-08 ul li {
  width: 328px;
}
@media only screen and (max-width: 541px) {
  .ranking-style-01 #hero-image > .inner .link-btn-08 {
    margin-top: 6px;
  }
  .ranking-style-01 #hero-image > .inner .link-btn-08 ul {
    display: block;
    text-align: center;
  }
  .ranking-style-01 #hero-image > .inner .link-btn-08 ul li {
    min-width: 100%;
    width: 100%;
    margin-top: 8px;
  }
  .ranking-style-01 #hero-image > .inner .link-btn-08 ul li:first-child {
    margin-top: 0;
  }
}
.ranking-style-01.japan-2021 #hero-image {
  background: url(/ranking/japan/images/2021/bg-ranking-01-pc.jpg) top right 20%/cover no-repeat #000;
}
.ranking-style-01.japan-2021 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2021 #hero-image {
    background: url(/ranking/japan/images/2021/bg-ranking-01-sp.jpg) top 50% right 0/cover no-repeat #000;
  }
}
.ranking-style-01 #main-content {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #main-content {
    padding-top: 30px;
  }
}
.ranking-style-01 #main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  transform: translateX(-50%);
  background: url(/ranking/japan/images/2020/bg-ranking-03-pc-l.png) repeat-y left top, url(/ranking/japan/images/2020/bg-ranking-03-pc-r.png) repeat-y right 0 top 50px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #main-content::before {
    background: url(/ranking/japan/images/2020/bg-ranking-03-sp-l.png) repeat-y left 0 top -38px, url(/ranking/japan/images/2020/bg-ranking-03-sp-r.png) repeat-y right 0 top 52px;
  }
}
.ranking-style-01 #main-content > .inner {
  display: flex;
}
.ranking-style-01 #main-content > .inner .primary,
.ranking-style-01 #main-content > .inner .secondary {
  padding: 0 50px;
  box-sizing: content-box;
}
.ranking-style-01 #main-content > .inner .primary {
  width: 75%;
  margin-left: -50px;
}
.ranking-style-01 #main-content > .inner .secondary {
  width: 25%;
  margin-right: -50px;
}
.ranking-style-01 #main-content > .inner .secondary > .hdg {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01 #main-content > .inner .secondary > .hdg {
    font-size: 16px;
  }
}
.ranking-style-01 #main-content > .inner .secondary .link-btn-04 {
  margin: 20px 0 30px;
}
.ranking-style-01 #main-content > .inner .secondary .link-btn-04 a {
  width: 100%;
}
.ranking-style-01 #main-content > .inner .secondary .img {
  text-align: center;
  padding: 0 35px;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01 #main-content > .inner {
    display: block;
  }
  .ranking-style-01 #main-content > .inner .primary,
.ranking-style-01 #main-content > .inner .secondary {
    width: 100%;
    padding: 0;
  }
  .ranking-style-01 #main-content > .inner .primary {
    margin-left: 0;
  }
}

.woman #main-content::before {
  background-image: url(/ranking/woman/images/2020/bg-ranking-03-pc-l.png), url(/ranking/woman/images/2020/bg-ranking-03-pc-r.png);
}
@media only screen and (max-width: 736px) {
  .woman #main-content::before {
    background-image: url(/ranking/woman/images/2020/bg-ranking-03-sp-l.png), url(/ranking/woman/images/2020/bg-ranking-03-sp-r.png);
  }
}

.young #main-content::before {
  background-image: url(/ranking/young/images/2020/bg-ranking-03-pc-l.png), url(/ranking/young/images/2020/bg-ranking-03-pc-r.png);
}
@media only screen and (max-width: 736px) {
  .young #main-content::before {
    background-image: url(/ranking/young/images/2020/bg-ranking-03-sp-l.png), url(/ranking/young/images/2020/bg-ranking-03-sp-r.png);
  }
}

.senior #main-content::before {
  background-image: url(/ranking/senior/images/2022/bg-ranking-03-pc-l.png), url(/ranking/senior/images/2022/bg-ranking-03-pc-r.png);
}
@media only screen and (max-width: 736px) {
  .senior #main-content::before {
    background-image: url(/ranking/senior/images/2022/bg-ranking-03-sp-l.png), url(/ranking/senior/images/2022/bg-ranking-03-sp-r.png);
  }
}

.smpForm input[type=button] {
  -webkit-appearance: none;
  appearance: none;
}
.smpForm .ss_visitor_form,
.smpForm .ss_enquete_form {
  border: 1px solid #ccc;
}
.smpForm .ss_enquete_form {
  border-top: none;
}
.smpForm .ss_form_title,
.smpForm .ss_enquete_title {
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  background: #f5f5f5;
}
.smpForm .ss_field + .ss_field,
.smpForm .ss_enquete_field + .ss_enquete_field {
  border-top: 1px solid #ccc;
}
.smpForm input[type=text],
.smpForm input[type=tel],
.smpForm input[type=email],
.smpForm select,
.smpForm textarea {
  flex: 1;
  max-width: 100%;
  padding: .4em .6em;
  font-size: 100%;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.smpForm input[type=checkbox] {
  margin: 0 .5em 0 1em;
  vertical-align: middle;
}
.smpForm input[type=radio] {
  margin-right: 5px;
}
.smpForm input[type=radio] + input[type=radio] {
  margin-left: 10px;
}
.smpForm .ss_user_notnull {
  margin-left: .5em;
  color: #ff1628;
}
.smpForm .ss_upComment {
  margin-bottom: .5em;
}
.smpForm .ss_upComment > :first-child {
  margin-top: 0;
}
.smpForm .ss_rightComment {
  position: absolute;
  top: 1em;
  display: block;
  font-size: 85.71429%;
  color: #999;
}
.smpForm .ss_bottomComment {
  margin-top: .5em;
}
.smpForm .ss_leftComment {
  display: inline-block;
  margin-right: .5em;
}
.smpForm .ss_btnArea {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}
.smpForm .ss_btnArea input {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .2) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.smpForm .ss_btnArea input:hover, .smpForm .ss_btnArea input:focus, .smpForm .ss_btnArea input:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .2) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #ff1628;
}
.smpForm .ss_grid {
  position: relative;
}
.smpForm #ss_name .ss_grid,
.smpForm #ss_name_ka .ss_grid,
.smpForm #ss_company_name .ss_grid,
.smpForm #ss_division .ss_grid,
.smpForm #ss_position .ss_grid,
.smpForm #ss_zip .ss_grid,
.smpForm #ss_address1 .ss_grid,
.smpForm #ss_address2 .ss_grid,
.smpForm #ss_address3 .ss_grid,
.smpForm #ss_tel .ss_grid,
.smpForm #ss_email .ss_grid {
  padding-top: 3em;
}
.smpForm #ss_zip .ss_grid {
  display: flex;
}
.smpForm #ss_zip .ss_input + .ss_input {
  display: flex;
  align-items: center;
  margin-left: .5em;
}
@media only screen and (min-width: 737px) {
  .smpForm .ss_field,
.smpForm .ss_required_field,
.smpForm .ss_enquete_field {
    display: flex;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title,
.smpForm .ss_grid {
    padding: 1.6em 20px;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title {
    display: flex;
    align-items: center;
    width: 35%;
    border-right: 1px solid #ccc;
  }
  .smpForm .ss_grid {
    width: 65%;
  }
  .smpForm #ss_name .ss_grid,
.smpForm #ss_name_ka .ss_grid {
    display: flex;
  }
  .smpForm #ss_name .ss_input + .ss_input,
.smpForm #ss_name_ka .ss_input + .ss_input {
    margin-left: 1em;
  }
  .smpForm .ss_rightComment {
    left: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .smpForm input[type=text],
.smpForm input[type=tel],
.smpForm input[type=email],
.smpForm select,
.smpForm textarea {
    width: 100%;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title,
.smpForm .ss_grid {
    padding: 1em 10px;
  }
  .smpForm .ss_grid {
    padding-bottom: 1.5em;
  }
  .smpForm #ss_name .ss_input,
.smpForm #ss_name_ka .ss_input {
    display: flex;
    align-items: center;
  }
  .smpForm #ss_name .ss_input + .ss_input,
.smpForm #ss_name_ka .ss_input + .ss_input {
    margin-top: 1em;
  }
  .smpForm .ss_rightComment {
    left: 10px;
  }
}

@media only screen and (min-width: 737px) {
  .embedded-form-layout .ss_grid {
    width: 100%;
  }
}
.list-tag-01 {
  margin-top: -20px;
}
.list-tag-01 > li {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 12px;
}
.list-tag-01 > li:last-child {
  margin-right: 0;
}
.list-tag-01 > li input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 2px;
  left: 2px;
  opacity: 0;
  z-index: -1;
}
.list-tag-01 > li input[type=checkbox] + label {
  display: inline-block;
  color: #656565;
  font-size: 114.3%;
  position: relative;
  transition: .2s ease opacity, .2s ease background-color, .2s ease color;
}
.list-tag-01 > li input[type=checkbox] + label::before {
  content: "#";
  display: inline;
}
.list-tag-01 > li input[type=checkbox]:hover + label, .list-tag-01 > li input[type=checkbox]:focus + label {
  text-decoration: underline;
}
.list-tag-01 > li input[type=checkbox]:focus + label {
  outline: 2px solid #000000;
  border-radius: 2px;
}
.list-tag-01 > li input[type=checkbox]:checked + label {
  color: #ff1628;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .list-tag-01 {
    margin-top: -16px;
  }
  .list-tag-01 > li {
    margin-top: 16px;
    margin-right: 20px;
  }
  .list-tag-01 > li input[type=checkbox] + label {
    font-size: 100%;
  }
}

.js-tip-content {
  display: none;
}
.js-enabled .js-tip-content {
  display: block;
}

.pc-hide {
  display: none;
}

@media only screen and (max-width: 736px) {
  .pc-hide {
    display: block;
  }
}
.country-selector {
  padding: 10px 0 0;
}

.country-selector-inner {
  max-width: 1344px;
  margin: 0 auto 30px;
  position: relative;
}

.country-selector-wrap {
  position: absolute;
  z-index: 10;
  max-width: 300px;
}

.country-selector-hook {
  border-radius: 3px;
  border: #e4e9f2 1px solid;
  background: #fff;
  display: block;
  position: relative;
  width: 300px;
  padding: 5px 18px;
  padding-right: 41px;
  margin-bottom: 0;
}
.country-selector-hook::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #696969;
  border-right: solid 1px #696969;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -4px;
  right: 16px;
  pointer-events: none;
}
.country-selector-hook::after {
  content: "";
  display: block;
  background-color: #e4e9f2;
  height: 28px;
  width: 1px;
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -14px;
}

.country-selector-list {
  padding: 10px;
  max-height: 200px;
  background-color: #fff;
  overflow-y: scroll;
  border-width: 0 1px 1px;
  border-color: #e4e9f2;
  border-style: solid;
}
.country-selector-list > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
.country-selector-list > li > a:hover, .country-selector-list > li > a:focus {
  color: #ff1628;
}

.js-country-selector-link.is-hidden {
  display: none;
}

@media only screen and (max-width: 960px) {
  .country-selector {
    display: none;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  display: none;
  transition: opacity .3s;
  z-index: 100002;
  transform: translate3d(0, 0, 2px);
}
.overlay.active {
  opacity: 1;
  display: block;
}

/* モーダルウィンドウ */
.js-enabled .popup {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100003;
  transform: translate3d(-50%, -50%, 3px);
  opacity: 0;
  display: none;
  transition: opacity .3s;
  /* activeクラスのついたモーダルウィンドウ */
  /* モーダルウィンドウ内の閉じるボタン */
}
.js-enabled .popup.active {
  opacity: 1;
  display: block;
}
.js-enabled .popup .popup-close-btn {
  position: absolute;
  top: -20px;
  right: -15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  appearance: none;
}
.js-enabled .popup .sp-hide {
  display: block;
}
.js-enabled .popup .pc-hide {
  display: none;
}
.js-enabled .popup > .popup-banner img {
  max-width: none;
  width: auto;
}
@media only screen and (max-width: 960px) {
  .js-enabled .popup .sp-hide {
    display: none;
  }
  .js-enabled .popup .pc-hide {
    display: block;
  }
}
.js-enabled .popup .popup-banner {
  margin-bottom: 0;
}

.popup {
  margin: 20px auto;
  max-width: 920px;
}
.popup .sp-hide {
  display: block;
}
.popup .pc-hide {
  display: none;
}
@media only screen and (max-width: 960px) {
  .popup .sp-hide {
    display: none;
  }
  .popup .pc-hide {
    display: block;
  }
}

.country-selector {
  padding: 10px 0 0;
  margin-bottom: 33px;
}

.country-selector-inner {
  position: relative;
  max-width: 1344px;
  margin: 0 auto;
}

.country-selector-wrap {
  position: absolute;
  z-index: 999;
  max-width: 300px;
}

.country-selector-hook {
  border-radius: 3px;
  border: #e4e9f2 1px solid;
  background: #fff;
  display: block;
  position: relative;
  width: 300px;
  padding: 5px 18px;
  padding-right: 41px;
  margin-bottom: 0;
}
.country-selector-hook::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #696969;
  border-right: solid 1px #696969;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -4px;
  right: 16px;
  pointer-events: none;
}
.country-selector-hook::after {
  content: "";
  display: block;
  background-color: #e4e9f2;
  height: 28px;
  width: 1px;
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -14px;
}

.country-selector-list {
  padding: 10px;
  max-height: 200px;
  background-color: #fff;
  overflow-y: scroll;
  border-width: 0 1px 1px;
  border-color: #e4e9f2;
  border-style: solid;
}
.country-selector-list > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
.country-selector-list > li > a:hover, .country-selector-list > li > a:focus {
  color: #ff1628;
}

.js-country-selector-link.is-hidden {
  display: none;
}

@media only screen and (max-width: 960px) {
  .country-selector {
    display: none;
  }
}
/* ===========================
2022年用
--------------------------- */
.ranking-style-01.japan-2022 #hero-image {
  background-image: url(/ranking/japan/images/2022/bg-ranking-01-pc.jpg);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2022 #hero-image {
    background-image: url(/ranking/japan/images/2022/bg-ranking-01-sp.jpg);
  }
}

.ranking-style-01.japan-2022 #hero-image > .inner {
  max-width: 1180px;
  margin: 0 auto;
}

.japan-2022 .list-ranking-04 li > .contents .data > .list > li p {
  margin-bottom: 0;
}

.ranking-style-01.japan-2022 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}

.font-correct {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ===========================
2023年用
--------------------------- */
.ranking-style-01.japan-2023 #hero-image {
  background-image: url(/ranking/japan/images/2023/bg-ranking-01-pc.jpg);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2023 #hero-image {
    background-image: url(/ranking/japan/images/2023/bg-ranking-01-sp.jpg);
  }
}

.ranking-style-01.japan-2023 #hero-image > .inner {
  max-width: 1180px;
  margin: 0 auto;
}

.japan-2023 .list-ranking-04 li > .contents .data > .list > li p {
  margin-bottom: 0;
}

.ranking-style-01.japan-2023 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}

.font-correct {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.japan-2023 .link-btn-04.link-btn-04-unique > a {
  background-color: #002171;
  color: #fff;
}

.japan-2023 .link-btn-04.link-btn-04-unique a > span::before,
.japan-2023 .link-btn-04.link-btn-04-unique a > span::after {
  background-color: #fff;
}

.japan-2023 .list-ranking-04 li > .contents .data > .list > .category .cat {
  display: block;
  width: fit-content;
}

/* ===========================
2024年用
--------------------------- */
.ranking-style-01.japan-2024 #hero-image {
  background-image: url(/ranking/japan/images/2024/bg-ranking-01-pc.jpg);
  background-position: center;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2024 #hero-image {
    background-image: url(/ranking/japan/images/2024/bg-ranking-01-sp.jpg);
  }
}

.ranking-style-01.japan-2024 #hero-image > .inner {
  max-width: 1180px;
  margin: 0 auto;
}

.japan-2024 .list-ranking-04 li > .contents .data > .list > li p {
  margin-bottom: 0;
}

.ranking-style-01.japan-2024 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}

.font-correct {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.japan-2024 .link-btn-04.link-btn-04-unique > a {
  background-color: #002171;
  color: #fff;
}

.japan-2024 .link-btn-04.link-btn-04-unique a > span::before,
.japan-2024 .link-btn-04.link-btn-04-unique a > span::after {
  background-color: #fff;
}

.japan-2024 .list-ranking-04 li > .contents .data > .list > .category .cat {
  display: block;
  width: fit-content;
}

.woman.woman-2022 .list-ranking-04 li > .contents .data .name > a {
  color: #cd344d;
}

/* ===========================
優秀企業
--------------------------- */
.region #hero-image {
  background: url(/ranking/region/images/2022/bg-region-01-pc.jpg) top left/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
.region #hero-image .inner {
  padding-top: 100px;
}
.region #hero-image .inner h1 {
  text-shadow: 2px 3px 0 #ff7e00, 0 -1px 19px #ff7e00, 0 -1px 19px #ff7e00;
}
.region #hero-image .inner .logo-01 {
  margin-top: 8em;
}
.region #hero-image .inner .logo-01 + p {
  margin-bottom: 0;
}
.region.region2023 #hero-image {
  background: url(/ranking/region/images/2023/bg-region-01-pc.jpg) top left/cover no-repeat #000;
}
.region.region2024 #hero-image {
  background: url(/ranking/region/images/2024/bg-region-01-pc.jpg) top left/cover no-repeat #000;
}
.region.region2025 #hero-image {
  background: url(/ranking/region/images/2025/bg-region-01-pc.jpg) center center/cover no-repeat #000;
}
.region #main-content::before {
  background: url(/ranking/region/images/2022/bg-region-03-pc-l.png) repeat-y left top, url(/ranking/region/images/2022/bg-region-03-pc-r.png) repeat-y right 0 top 50px;
}
.region .summary::before {
  background-image: url(/ranking/region/images/2022/bg-region-02-pc.png);
}
.region .list-ranking-04 li > .contents .data .name a {
  color: #ff7e00;
}
.region .link-anc-03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3px 60px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.region .link-anc-03 .list li {
  margin: 0;
  width: 32.333333%;
}
.region .link-anc-03 .list li a {
  padding: 26px 5px 26px 19px;
  background-color: #ff7e00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.region .link-anc-03 .list li a:hover, .region .link-anc-03 .list li a:focus, .region .link-anc-03 .list li a:active {
  background-color: #d16904;
}
.region .link-anc-03 .list li:not(:nth-child(3n)) {
  margin-right: 1%;
}
.region .link-anc-03 .list li:nth-child(n+4) {
  margin-top: 6px;
}
.region .link-btn-04 a {
  color: #ff7e00;
  border: 1px solid #ff7e00;
}
.region .link-btn-04 a span::before, .region .link-btn-04 a span::after {
  width: 6px;
  height: 2px;
  background-color: #ff7e00;
}
.region .link-btn-04.unique a {
  max-width: 460px;
  min-width: 460px;
}
.region .link-btn-04.unique a span::before {
  width: 6px;
  height: 8px;
  background: url(/ranking/region/images/2022/ico_region-arrow-01.png);
  transform: none;
}
.region .link-btn-04.unique a span::after {
  content: none;
}
.region .hdg-region-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
.region .hdg-region-01 .text {
  font-size: 1.5rem;
}
.region .hdg-region-01 .logo {
  flex-shrink: 0;
  padding-left: 30px;
}
.region .lyt-toggle-section-05 > .ui {
  background-color: #ff7e00;
  border: solid 1px #ff7e00;
  padding: .7em 10px .7em 10px;
}
.region .lyt-toggle-section-05 > .ui > span::before, .region .lyt-toggle-section-05 > .ui > span::after {
  right: 16px;
}
.region .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  color: #fff;
}
.region .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .region .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #fff;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active {
  color: #fff;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::after, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::after, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::after {
  background-color: #fff;
}
.region .box-01 {
  background-color: #fff7f1;
}
.region .link-btn-06 a {
  background-color: #ff7e00;
}
.region .link-arrow-03 a {
  color: #ff7e00;
}
.region .link-arrow-03::before {
  top: calc(50% - 5px);
  width: 6px;
  height: 8px;
  background: url(/ranking/region/images/2022/ico_region-arrow-01.png);
  transform: none;
}
.region .link-arrow-03::after {
  content: none;
}
.region .list-ranking-04 li .data .name {
  color: #ff7e00;
}
.region .link-arrow-03 {
  margin-left: 10px;
}
.region .link-btn-06 a > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.region .link-btn-06 a > span img {
  margin-right: 0;
}

[class*=japan-20] .list-ranking-04 li dl.list-desc-01.reset-module {
  display: block;
  margin-bottom: 0;
}

[class*=japan-20] .list-ranking-04 li dl.list-desc-01.reset-module dt {
  width: auto;
  padding: 0;
  background: none;
  text-align: left;
  font-size: 14px;
  margin-right: 0;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 736px) {
  [class*=japan-20] .list-ranking-04 li dl.list-desc-01.reset-module dt {
    font-size: 11px;
  }
}

[class*=japan-20] .list-ranking-04 li dl.list-desc-01.reset-module dd {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

[class*=japan-20] .list-ranking-04 li dl.list-desc-01.reset-module .list-bullet-01.reset-module {
  margin-bottom: 0;
}

[class*=japan-20] .list-ranking-04 li ul.list-bullet-01.reset-module {
  margin-bottom: 1.2em;
}

[class*=japan-20] .list-ranking-04 li ul.list-bullet-01.reset-module li {
  background: none;
  box-shadow: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 18px;
  margin-top: 0;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 736px) {
  [class*=japan-20] .list-ranking-04 li ul.list-bullet-01.reset-module li {
    font-size: 11px;
  }
  [class*=japan-20] .list-ranking-04 li ul.list-bullet-01.reset-module li::before {
    top: .4em;
  }
}

[class*=japan-20] .list-ranking-04 li > .contents > *:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 736px) {
  .region #hero-image {
    background: url(/ranking/region/images/2022/bg-region-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
  .region #hero-image > .inner {
    padding: 65px 10px 100px;
  }
  .region #hero-image > .inner .logo-01 {
    margin-top: 2.4em;
  }
  .region #main-content::before {
    background: url(/ranking/region/images/2022/bg-region-03-sp-l.png) repeat-y left top, url(/ranking/region/images/2022/bg-region-03-sp-r.png) repeat-y right 0 top 50px;
  }
  .region .summary::before {
    background: url(/ranking/region/images/2022/bg-region-02-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .region .hdg-region-01 .text {
    font-size: 20px;
  }
  .region .hdg-region-01 .logo {
    padding-left: 10px;
  }
  .region .hdg-region-01 .logo img {
    width: 46px;
  }
  .region .link-anc-03.region .list li {
    width: 32.33333%;
  }
  .region .link-anc-03.region .list li a {
    padding: 12px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .region .link-anc-03.region .list li a::before {
    content: "";
    width: 12px;
    height: 8px;
    border: none;
    transform: none;
    background: url(/ranking/region/images/2022/ico_region-arrow-02.png) no-repeat;
  }
  .region .link-anc-03.region .list li:not(:nth-child(3n)) {
    margin-right: 1px;
  }
  .region .link-anc-03.region .list li:nth-child(n+4) {
    margin-top: 1px;
  }
  .region .link-btn-04.unique a {
    max-width: 460px;
    min-width: 0;
  }
  .region .link-btn-04.unique a span::before {
    width: 6px;
    height: 8px;
    background: url(/ranking/region/images/2022/ico_region-arrow-01.png);
    transform: none;
  }
  .region .link-btn-04.unique a span::after {
    content: none;
  }
  .region.region2023 #hero-image {
    background: url(/ranking/region//images/2023/bg-region-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
  .region.region2024 #hero-image {
    background: url(/ranking/region//images/2024/bg-region-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
  .region.region2025 #hero-image {
    background: url(/ranking/region//images/2025/bg-region-01-sp.jpg) center center/cover no-repeat #000;
  }
}
@media only screen and (max-width: 541px) {
  .link-anc-03.region .list li a::before {
    top: calc(100% - 16px);
  }
}
.whitepaper-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.whitepaper-layout .lyt-img-01 img {
  display: block;
  width: 100%;
}
.whitepaper-layout .smpForm #ss_name .ss_grid, .whitepaper-layout .smpForm #ss_name_ka .ss_grid, .whitepaper-layout .smpForm #ss_company_name .ss_grid, .whitepaper-layout .smpForm #ss_division .ss_grid, .whitepaper-layout .smpForm #ss_position .ss_grid, .whitepaper-layout .smpForm #ss_zip .ss_grid, .whitepaper-layout .smpForm #ss_address1 .ss_grid, .whitepaper-layout .smpForm #ss_address2 .ss_grid, .whitepaper-layout .smpForm #ss_address3 .ss_grid, .whitepaper-layout .smpForm #ss_tel .ss_grid, .whitepaper-layout .smpForm #ss_email .ss_grid {
  padding-top: 2.2em;
}
.whitepaper-layout .smpForm #ss_division .ss_grid,
.whitepaper-layout .smpForm #ss_position .ss_grid {
  padding-top: 1.2em;
}
.whitepaper-layout .smpForm .ss_form_title, .whitepaper-layout .smpForm .ss_enquete_title, .whitepaper-layout .smpForm .ss_grid {
  padding: 1em 20px;
}
.whitepaper-layout .ss_field:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .whitepaper-layout {
    grid-template-columns: 1fr;
  }
}

.embedded-form-layout {
  display: grid;
  grid-template-columns: 42.162% 54.054%;
  gap: 2.882%;
}
.embedded-form-layout .lyt-img-01 img {
  display: block;
  width: 100%;
}
.embedded-form-layout .hdg-section-01 {
  margin-top: 0;
  font-size: 185%;
}
.embedded-form-layout .smpForm #ss_division .ss_grid,
.embedded-form-layout .smpForm #ss_position .ss_grid {
  padding-top: 1.2em;
}
.embedded-form-layout .smpForm .ss_form_title, .embedded-form-layout .smpForm .ss_enquete_title {
  width: 40%;
}
.embedded-form-layout .smpForm .ss_form_title, .embedded-form-layout .smpForm .ss_enquete_title, .embedded-form-layout .smpForm .ss_grid {
  padding: 1em 20px;
}
.embedded-form-layout .ss_field:first-child {
  margin-top: 0;
}
.embedded-form-layout .smpForm input[type=text], .embedded-form-layout .smpForm input[type=tel], .embedded-form-layout .smpForm input[type=email], .embedded-form-layout .smpForm select, .embedded-form-layout .smpForm textarea {
  width: 100%;
}
.embedded-form-layout .smpForm #ss_name .ss_grid .ss_input {
  display: flex;
  align-items: center;
}
.embedded-form-layout .quote {
  margin-top: 2.4em;
}
@media only screen and (max-width: 768px) {
  .embedded-form-layout {
    grid-template-columns: 1fr;
  }
  .embedded-form-layout .smpForm .ss_form_title, .embedded-form-layout .smpForm .ss_enquete_title {
    width: 100%;
  }
}

.embedded-form-layout.embedded-form-layout--ranking-service .smpForm #ss_name .ss_grid,
.embedded-form-layout.embedded-form-layout--ranking-service .smpForm #ss_company_name .ss_grid,
.embedded-form-layout.embedded-form-layout--ranking-service .smpForm #ss_email .ss_grid {
  padding: 1em 20px;
}

.embedded-form-layout.embedded-form-layout--survey .smpForm #ss_name .ss_grid,
.embedded-form-layout.embedded-form-layout--survey .smpForm #ss_name_ka .ss_grid,
.embedded-form-layout.embedded-form-layout--survey .smpForm #ss_company_name .ss_grid,
.embedded-form-layout.embedded-form-layout--survey .smpForm #ss_email .ss_grid {
  padding: 1em 20px;
}
.embedded-form-layout.embedded-form-layout--survey .smpForm #ss_name_ka .ss_grid .ss_input {
  display: flex;
  align-items: center;
}

.embedded-form-layout .smpForm, .embedded-form-layout .ss_container {
  width: 600px;
  max-width: 100%;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .embedded-form-layout .smpForm, .embedded-form-layout .ss_container {
    width: 100%;
  }
}

.training-hdg {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  margin: 85px 0 64px;
  row-gap: 8px;
}
@media only screen and (max-width: 960px) {
  .training-hdg {
    margin: 60px 0 40px;
  }
}
.training-hdg:first-of-type {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  .training-hdg:first-of-type {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 960px) {
  .training-hdg {
    margin: 60px 0 40px;
  }
}
.training-hdg::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #ff1628;
}
.training-hdg > span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .training-hdg > span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.training-lyt {
  display: flex;
  gap: 20px 28px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .training-lyt {
    flex-direction: column-reverse;
  }
}

.training-lyt__title {
  font-size: 150%;
}
@media only screen and (max-width: 960px) {
  .training-lyt__title {
    font-size: 137.5%;
  }
}

.training-lyt__img {
  max-width: 340px;
}
@media only screen and (max-width: 960px) {
  .training-lyt__img {
    max-width: 100%;
    margin-right: 0;
  }
}

.training-lyt__img img {
  border-radius: 10px;
}

.mt-0 {
  margin-top: 0 !important;
}

/* ===========================
adjust
--------------------------- */
#content .mt-0 {
  margin-top: 0 !important;
}
#content .mt-1 {
  margin-top: 1em !important;
}
#content .mt-2 {
  margin-top: 2em !important;
}
#content .mt-3 {
  margin-top: 3em !important;
}
#content .mr-0 {
  margin-right: 0 !important;
}
#content .mr-1 {
  margin-right: 10px !important;
}
#content .mr-2 {
  margin-right: 20px !important;
}
#content .mr-3 {
  margin-right: 30px !important;
}
#content .mb-0 {
  margin-bottom: 0 !important;
}
#content .mb-1 {
  margin-bottom: 1em !important;
}
#content .mb-2 {
  margin-bottom: 2em !important;
}
#content .mb-3 {
  margin-bottom: 3em !important;
}
#content .ml-0 {
  margin-left: 0 !important;
}
#content .ml-1 {
  margin-left: 10px !important;
}
#content .ml-2 {
  margin-left: 20px !important;
}
#content .ml-3 {
  margin-left: 30px !important;
}
#content .ta-l,
#content .ta-l th,
#content .ta-l td {
  text-align: left !important;
}
#content .ta-c,
#content .ta-c th,
#content .ta-c td {
  text-align: center !important;
}
#content .ta-r,
#content .ta-r th,
#content .ta-r td {
  text-align: right !important;
}
#content .va-t,
#content .va-t th,
#content .va-t td {
  vertical-align: top !important;
}
#content .va-m,
#content .va-m th,
#content .va-m td {
  vertical-align: middle !important;
}
#content .va-b,
#content .va-b th,
#content .va-b td {
  vertical-align: bottom !important;
}
#content .ja-l {
  justify-content: left;
}
#content .ja-c {
  justify-content: center;
}
#content .ja-r {
  justify-content: right;
}
#content .fs-s {
  font-size: 85.71429% !important;
}
#content .fs-m {
  font-size: 100% !important;
}
#content .fs-l {
  font-size: 142.85714% !important;
}
#content .d-ib {
  display: inline-block !important;
}
#content .fw-n {
  font-weight: normal !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.align-items-normal {
  align-items: normal !important;
}

.cta-box {
  background-color: #fff;
  margin: 80px 0 0;
  width: 100%;
  border: 3px solid #ff1628;
  border-radius: 10px;
}

.cta-box__inner {
  text-align: center;
  padding: 42px 10px 44px;
}

.cta-box__hdg {
  margin: 0 0 20px;
  font-size: 30px;
  color: #ff1628;
  font-weight: bold;
}

.cta-box__text {
  margin: 12px 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.cta-box__btn .link-btn-10 {
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .cta-box {
    margin-top: 36px;
  }

  .cta-box__inner {
    padding: 24px 12px;
  }

  .cta-box__hdg {
    font-size: 24px;
  }

  .cta-box__sp-br {
    display: inline-block;
  }

  .cta-box__btn {
    margin: 22px 0 0;
  }
}
/* ===========================
スムーススクロール用
--------------------------- */
html.js-smoothScroll {
  scroll-behavior: smooth;
  --headerHeight: 0;
  scroll-padding-top: var(--headerHeight);
}

.list-article-01 .list-banner__link {
  border: 3px solid #ff1628;
  padding: 0;
}

.list-article-01 .list-banner__link {
  padding: 42px 40px;
  width: 100%;
}

.list-banner__title {
  font-size: 24px;
  font-size: 171%;
  font-weight: bold;
  color: #ff1628;
  text-align: center;
  line-height: 1.58;
}

.list-banner__btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.list-banner__btn > a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff1628;
  border: 1px solid #ff1628;
  color: #fff;
  border-radius: 27px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.list-banner__btn > a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  margin-top: -5px;
}

.list-banner__btn > a:link {
  color: #fff;
}

.list-banner__btn > a:hover, .list-banner__btn > a:focus {
  color: #ff1628;
  background: #fff;
  text-decoration: none;
}

.list-banner__btn > a:hover::after, .list-banner__btn > a:focus::after {
  border-color: #ff1628 #ff1628 transparent transparent;
}

.list-article-01 > .list-banner {
  display: block;
}

@media only screen and (max-width: 960px) {
  .list-article-01 .list-banner__link {
    padding: 27px 20px;
  }

  .list-banner__title {
    font-size: 18px;
    font-size: 128%;
  }

  .list-article-01 > .list-banner {
    padding-bottom: 15px;
  }
}
.list-article-01 .js-tip-listLink {
  border: 3px solid #ff1628;
  padding: 0;
}

.list-article-01 .js-tip-listLink {
  padding: 42px 40px;
  width: 100%;
}

.list-article-01 .js-tip-listLink > .title {
  font-size: 24px;
  font-size: 171%;
  font-weight: bold;
  color: #ff1628;
  text-align: center;
  line-height: 1.58;
}

.list-article-01 .js-tip-listLink > .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.list-article-01 .js-tip-listLink > .btn > a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff1628;
  border: 1px solid #ff1628;
  color: #fff;
  border-radius: 27px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.list-article-01 .js-tip-listLink > .btn > a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  margin-top: -5px;
}

.list-article-01 .js-tip-listLink > .btn > a:link {
  color: #fff;
}

.list-article-01 .js-tip-listLink > .btn > a:hover, .list-article-01 .js-tip-listLink > .btn > a:focus {
  color: #ff1628;
  background: #fff;
  text-decoration: none;
}

.list-article-01 .js-tip-listLink > .btn > a:hover::after, .list-article-01 .js-tip-listLink > .btn > a:focus::after {
  border-color: #ff1628 #ff1628 transparent transparent;
}

.list-article-01 > .list-banner {
  display: block;
}

@media only screen and (max-width: 960px) {
  .list-article-01 .js-tip-listLink {
    padding: 27px 20px;
  }

  .list-article-01 .js-tip-listLink > .title {
    font-size: 18px;
    font-size: 128%;
  }

  .list-article-01 > .list-banner {
    padding-bottom: 15px;
  }
}
#main .conversion-box {
  margin: 56px 0 0;
  border: 3px solid #FF1628;
}

#main .conversion-box__inner {
  padding: 28px;
}

#main .conversion-box__hdg {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 14px;
}

#main .conversion-box__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 28px;
}

#main .conversion-box__head {
  width: 50%;
}

#main .conversion-box__body {
  flex-shrink: 0;
  width: 50%;
}

#main .conversion-box__head .link-btn-10 {
  margin-top: 34px;
}

#main .conversion-box__head .link-btn-10 .inner {
  min-width: 0;
  width: 100%;
  padding: 16px 40px;
}

#main .conversion-box__head .link-btn-10 .inner::after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

@media only screen and (max-width: 736px) {
  #main .conversion-box__inner {
    padding: 20px;
  }

  #main .conversion-box__hdg {
    font-size: 20px;
  }

  #main .conversion-box__contents {
    flex-direction: column-reverse;
  }

  #main .conversion-box__body {
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
  }

  #main .conversion-box__head .link-btn-10 {
    margin-top: 20px;
  }

  #main .conversion-box__head {
    width: 100%;
  }
}
/* ===========================
共通サイドバナー・フォーム
--------------------------- */
.common-side-contents .common-embeddedForm_hdg {
  margin-bottom: 0;
  border: 4px solid #11131C;
  padding: 16px 16px 0 16px;
  border-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.03em;
}

.common-side-contents .smpForm {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common-side-contents .smpForm {
    width: 100%;
  }
}

.common-side-contents .smpForm .ss_contents {
  border: 4px solid #11131C;
  padding: 20px 28px 20px 28px;
  border-top: none;
}

.common-side-contents .smpForm .ss_visitor_form {
  border: none;
}

.common-side-contents .smpForm .ss_field:first-child {
  margin: 0;
}

.common-side-contents .smpForm .ss_field.ss_required_field {
  display: block;
}

.common-side-contents .smpForm .ss_field.ss_required_field .ss_form_title {
  display: none;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_name .ss_grid {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_name .ss_grid .ss_input {
  margin-left: 0;
  flex-basis: 50%;
  margin-top: 0;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_name .ss_grid .ss_input input[type=text] {
  width: 80%;
  border: 2px solid #11131C;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_company_name .ss_input {
  width: 100%;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_email .ss_input {
  width: 100%;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_email {
  display: flex;
}

.common-side-contents .ss_field.ss_required_field#ss_email .ss_form_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_email .ss_user_notnull {
  align-self: flex-start;
  margin-left: 0;
}

.common-side-contents .smpForm .ss_upComment, .ss_leftComment, .ss_rightComment {
  font-size: 14px;
}

.common-side-contents .smpForm .ss_enquete_form {
  border: none;
}

.common-side-contents .smpForm .ss_form_title,
.common-side-contents .smpForm .ss_enquete_title,
.common-side-contents .smpForm .ss_grid {
  padding: 0;
}

.common-side-contents .smpForm .ss_contents fieldset {
  background-color: #fff;
  border: none;
}

.common-side-contents .smpForm .ss_field + .ss_field,
.common-side-contents .smpForm .ss_enquete_field + .ss_enquete_field {
  border: none;
}

.common-side-contents .smpForm .ss_form_title,
.common-side-contents .smpForm .ss_enquete_title {
  border: none;
}

.common-side-contents .smpForm .ss_form_title,
.common-side-contents .smpForm .ss_enquete_title,
.common-side-contents .smpForm .ss_grid {
  padding: 0;
}

.common-side-contents .smpForm .ss_form_title,
.common-side-contents .smpForm .ss_enquete_title {
  background-color: #fff;
}

.common-side-contents .ss_field:hover, .ss_enquete_field:hover {
  background-color: #fff;
}

.common-side-contents .smpForm #ss_company_name .ss_input,
.common-side-contents .smpForm #ss_name .ss_grid, .smpForm #ss_name_ka .ss_grid,
.common-side-contents .smpForm #ss_name .ss_grid .ss_input,
.common-side-contents .smpForm #ss_name_ka .ss_grid .ss_input {
  display: block;
}

.common-side-contents .ss_required_field input {
  border: 2px solid #11131C;
}

.common-side-contents .smpForm .ss_grid {
  width: 100%;
}

.common-side-contents .smpForm .ss_required_field input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  margin-left: 0;
}

.common-side-contents .smpForm .ss_required_field input[type=checkbox]:checked {
  appearance: checkbox;
}

.common-side-contents .smpForm .ss_upComment,
.common-side-contents .smpForm .ss_leftComment,
.common-side-contents .smpForm .ss_rightComment {
  margin: 0;
  color: #333;
}

.common-side-contents .smpForm .ss_field.ss_required_field[id^=ss_VisitorData] .ss_upComment {
  margin: 0 0 16px;
}

.common-side-contents .smpForm #ss_name .ss_input .ss_leftComment {
  font-weight: bold;
}

.common-side-contents .smpForm #ss_name .ss_grid,
.common-side-contents .smpForm #ss_name_ka .ss_grid,
.common-side-contents .smpForm #ss_company_name .ss_grid,
.common-side-contents .smpForm #ss_division .ss_grid,
.common-side-contents .smpForm #ss_position .ss_grid,
.common-side-contents .smpForm #ss_zip .ss_grid,
.common-side-contents .smpForm #ss_address1 .ss_grid,
.common-side-contents .smpForm #ss_address2 .ss_grid,
.common-side-contents .smpForm #ss_address3 .ss_grid,
.common-side-contents .smpForm #ss_tel .ss_grid,
.common-side-contents .smpForm #ss_email .ss_grid {
  padding-top: 0;
}

.common-side-contents .smpForm .ss_field.ss_required_field:not(:first-child) {
  margin-top: 32px;
}

.common-side-contents .smpForm .ss_btnArea input {
  background-color: #fff;
  color: #11131C;
  font-weight: bold;
  border: 2px solid #11131C;
}

.common-side-contents .smpForm .ss_btnArea input:hover,
.common-side-contents .smpForm .ss_btnArea input:focus,
.common-side-contents .smpForm .ss_btnArea input:active {
  background-color: #11131C;
  color: #fff;
  box-shadow: none;
  border: 2px solid #fff;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_company_name .ss_grid input[type=text],
.common-side-contents .smpForm .ss_field.ss_required_field#ss_email .ss_grid input[type=email] {
  border: 2px solid #11131C;
  width: 100%;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_company_name {
  display: flex;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_company_name .ss_form_title {
  display: block;
}

.common-side-contents .smpForm .ss_field.ss_required_field#ss_email .ss_upComment {
  margin: 0 0 16px;
}

.common-side-contents .smpForm .ss_warning_label {
  background-color: #FF1628;
  vertical-align: middle;
}

.common-side-contents .smpForm .ss_error_msg {
  color: #FF1628;
  font-size: 14px;
  vertical-align: middle;
}

.common-side-contents-side-bannerList__item {
  text-align: center;
}

.common-side-contents-side-bannerList__item + .common-side-contents-side-bannerList__item {
  margin: 16px 0 0;
}

.common-side-contents .smpForm .ss_btnArea {
  margin: 16px 0 0;
}

.common-side-contents .smpForm .ss_btnArea p {
  margin: 0;
}