@charset "UTF-8";

/* components */
.c-bottom-border::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #0093bd;
  width: 100%;
  height: 1rem;
}

.c-btn {
  color: #e6e6e6;
  box-shadow: inset 0 .6rem 1rem 0 #fff4,
              0 0.3rem .5rem .05rem #adadad;
  transition: opacity .3s;
}

.c-btn:hover {
  opacity: .8;
}

.c-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.c-link-wrapper > img {
  height: 1px;
  width: 1px;
}

.c-link-wrapper.--rank-btn > a {
  background-color: #279e27;
  border-radius: 1.5rem;
  box-shadow: inset 0 .6rem 1rem 0 #fff4,
  0 0.3rem .5rem .05rem #adadad;
  color: #e6e6e6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 2.2rem 2rem;
  transition: opacity .3s;
}

@media screen and (max-width: 720px) {
  .c-link-wrapper.--rank-btn > a {
    padding: 10px;
  }
}

/* マーク */
.--mark::before{
  content: '';
  display: block;
  height: max(4.5rem , 34px);
  margin: .5em;
  width: max(4.5rem , 34px);
}
.--mark.--double::before{
  background: url(../img/01_double_circle.png) no-repeat;
  background-size: contain;
}
.--mark.--circle::before{
  background: url(../img/01_circle.png) no-repeat;
  background-size: contain;
}
.--mark.--triangle::before{
  background: url(../img/01_triangle.png) no-repeat;
  background-size: contain;
}
.--mark.--cross::before{
  background: url(../img/01_cross.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .--mark::before {
    margin: 2.5px 8px;
  }
}

.is-visible--1300 {
  display: none;
}
.is-visible--720 {
  display: none;
}
.is-visible--540 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .is-visible--1300 {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .is-visible--1200-over {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .is-visible--720 {
    display: inline-block;
  }
  .is-visible--720-over {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .is-visible--540 {
    display: inline-block;
  }
  .is-visible--540-over {
    display: none;
  }
}

.sc-top{
  max-width: 13.5rem;
  max-height: 13.5rem;
  min-width: 50px;
  min-height: 50px;
  width: 13.5rem;
  height: 13.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(2rem, 0);
  transition: .3s;
  z-index: 9999;
}
.sc-top:hover{
  opacity: 0.7;
  transition: .3s;
}

.p-banner {
  background-color: #0009;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.p-banner.is-visible {
  display: flex;
}

.p-banner__img {
  height: 300px;
  object-fit: contain;
  width: 300px;
}

.p-banner__close-btn {
  height: 50px;
  object-fit: contain;
  width: 50px;
  position: relative;
  z-index: 99;
}

.p-banner__close-img {
  height: 50px;
  object-fit: contain;
  width: 50px;
}

/* projects */

/* key-visual */
.p-key-visual {
  background-image: url(../img/01_kv_bg.png);
  background-position: bottom;
  background-size: cover;
  padding-top: 4.5rem;
  position: relative;
  width: 100%;
}

.p-kv__inner {
  height: 54rem;
  margin: auto;
  position: relative;
  width: 133rem;
  z-index: 2;
}

.p-kv__copy-img {
  left: 0;
  margin: auto;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: -22rem;
  width: 60rem;
}

.p-kv__list-wrapper {
  position: relative;
}

.p-kv__list {
  display: flex;
  justify-content: center;
}

.p-kv__list > li {
  background-image: url(../img/01_kv__ranking.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #a48d32;
  font-size: 5.5rem;
  font-weight: 900;
  height: 15rem;
  line-height: .4;
  padding-top: 4rem;
  text-align: center;
  width: 20rem;
}

.p-kv__list > li > .--small {
  font-size: .35em;
  font-weight: 500;
}

.p-kv__list--after {
  color: #a48d32;
  font-size: 4rem;
  font-weight: 900;
  left: calc(50% + 30rem);
  position: absolute;
  top: 3rem;
}

.p-kv__title {
  padding-top: 3rem;
  text-align: center;
}

.p-kv__title > .--label {
  background-color: #c21010;
  display: block;
  color: #fdfade;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: auto;
  padding: 0.1em 0 0.15em;
  text-indent: 0.2em;
  width: 43rem;
}

.p-kv__title > .--sub {
  color: #c21010;
  font-size: 8rem;
  font-weight: 900;
  line-height: 0.5;
}

.p-kv__title > .--main {
  color: #ffffff;
  font-size: 13.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: .04em .08em #000000;
  -webkit-text-stroke: 3px #000000;
}

.p-kv__bg {
  bottom: 0;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  z-index: -1;
}

.p-kv__bg.--left {
  left: 0;
  width: 39rem;
}

.p-kv__bg.--right {
  right: 0;
  width: 35rem;
}

@media screen and (max-width: 1200px) {

  .p-kv__inner {
    height: 70rem;
    width: 150rem;
    z-index: 2;
  }

  .p-kv__list > li {
    font-size: 7rem;
    height: 18rem;
    line-height: .4;
    padding-top: 5rem;
    width: 24rem;
  }

  .p-kv__list--after {
    font-size: 5rem;
    left: calc(50% + 36rem);
    top: 4rem;
  }

  .p-kv__title > .--label {
    font-size: 4rem;
    width: 48rem;
  }

  .p-kv__title > .--sub {
    font-size: 10rem;
    line-height: 0.3;
  }

  .p-kv__title > .--main {
    font-size: 18rem
  }
}

@media screen and (max-width: 720px) {
  .p-kv__inner {
    height: 146rem;
    width: 100%;
    z-index: 2;
  }

  .p-kv__copy-img {
    top: -30rem;
    width: 90rem;
  }

  .p-kv__list > li {
    font-size: 15rem;
    height: 50rem;
    line-height: 0.4;
    padding-top: 17rem;
    width: 55rem;
  }

  .p-kv__list--after {
    font-size: 10rem;
    left: calc(16% + 50rem);
    top: 46rem;
  }

  .p-kv__title {
    padding-top: 12rem;
  }

  .p-kv__title > .--label {
    font-size: 6rem;
    width: 60rem;
  }

  .p-kv__title > .--sub {
    font-size: 12rem;
    line-height: 0.2;
  }

  .p-kv__title > .--main {
    font-size: 24rem
  }

  .p-kv__bg.--left {
    left: -10rem;
    width: 60rem;
  }
  
  .p-kv__bg.--right {
    right: -10rem;
    width: 56rem;
  }

  
}

@media screen and (max-width: 640px) {
  .p-kv__title > .--label {
    font-size: 8rem;
    width: 80rem;
  }

  .p-kv__title > .--sub {
    font-size: 15rem;
    line-height: 0.2;
  }

  .p-kv__title > .--main {
    font-size: 28rem
  }
}

@media screen and (max-width: 480px) {
  .p-key-visual {
    padding-top: 12rem;
  }

  .p-kv__inner {
    height: 160rem;
    width: 165rem;
    z-index: 2;
  }

  .p-kv__copy-img {
    top: -48rem;
    width: 140rem;
  }

  .p-kv__title > .--label {
    font-size: 10rem;
    width: 100rem;
  }

  .p-kv__title > .--sub {
    font-size: 20rem;
    line-height: 0.1;
  }

  .p-kv__title > .--main {
    font-size: 36rem;
    -webkit-text-stroke: 2px #000;
  }

  .p-kv__bg.--left {
    left: -20rem;
    width: 72rem;
  }
  
  .p-kv__bg.--right {
    right: -20rem;
    width: 65rem;
  }
}

/* ランキング */
.p-ranking__inner {
  margin: 0 auto 3rem;
  max-width: 1300px;
  padding-top: 4.5rem;
  width: 100%;
}

.p-ranking__title-wrapper {
  margin: 0 auto 3rem;
  position: relative;
  width: fit-content;
}

.p-ranking__title-wrapper::before {
  background-image: url(../img/01_leaf_l.png);
  background-size: contain;
  bottom: 0;
  content: '';
  height: 10.9rem;
  left: 0;
  position: absolute;
  width: 7.4rem;
}

.p-ranking__title-wrapper::after {
  background-image: url(../img/01_leaf_r.png);
  background-size: contain;
  bottom: 0;
  content: '';
  height: 10.9rem;
  position: absolute;
  right: 0;
  width: 7.4rem;
}

.p-ranking__title {
  color: #0093bd;
  font-size: 4.6rem;
  font-weight: 900;
  padding: 0 8rem 5rem;
  position: relative;
  text-align: center;
}

.p-ranking__title::after {
  background-image: url(../img/01_star_5.png);
  background-size: contain;
  content: '';
  height: 2.5rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 8rem;
  width: 14.2rem;
}

/* ランキング表 */
.p-ranking__table-wrapper {
  border: 3px solid #0093bd;
  overflow-x: hidden;
}

.p-ranking__table {
  display: flex;
  width: 100%;
}

.p-ranking__table > li {
  width: calc(100% / 6);
}

.p-rank-table__column {
  color: #0093bd;
  flex-direction: column;
  display: flex;
  font-size: max(2.2rem , 16px);
  padding: 0 2.4rem;
  position: relative;
  width: 100%;
}

/* 表の縦線 */
.p-rank-table__column::after {
  background-color: #0093bd;
  content: '';
  display: block;
  height: calc(100% - 10rem);
  position: absolute;
  right: 0;
  top: 5rem;
  width: 0.3rem;
}
.p-rank-table__column.--last::after {
  display: none;
}

/* 表の横線 */
.p-rank-table__column > li::after{
  border-bottom: 1px dashed #0093bd;
  content: '';
  display: block;
  left: 0;
  height: 0.1rem;
  margin: auto;
  right: 0;
  width: 85%;
}
.p-rank-table__column li:last-of-type::after{
  display: none;
}
.p-rank-table__column.--header > li::after{
  border-bottom: 1px dashed #ffffff;
}

/* 表の中身 */
.p-rank-table__column li{
  height: 15rem;
}

.p-rank-table__text {
  height: 100%;
  width: 100%;
}

/* ヘッダーテキスト */
.p-rank-table__column.--header {
  background: #0093bd;
  font-size: max(1.15em , 16px);
  font-weight: bold;
  color: #fff;
}

.p-rank-table__text > .--small-header {
  font-size: max(.6em , 14px);
}

/* 順位 */
.p-rank-table__num {
  font-size: max(3rem , 18px);
  font-weight: 900;
}

.p-rank-table__num em {
  font-size: max(3em , 24px);
  letter-spacing: .3rem;
  line-height: 15rem;
}

.p-rank-table__num.--crown{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.p-rank-table__num.--crown::before {
  content: '';
  display: block;
  width: 6rem;
  height: 6rem;
}

.p-rank-table__num.--crown.--gold::before{
  background: url(../img/01_ranking_gold.png) no-repeat;
  background-size: contain;
}
.p-rank-table__num.--crown.--silver::before{
  background: url(../img/01_ranking_silver.png) no-repeat;
  background-size: contain;
}

/* service */
.p-rank-table__service-link {
  display: block;
  height: 100%;
}

.p-rank-table__service-img {
  height: 100%;
  margin: auto;
  object-fit: contain;
  width: 90%;
}

/* score */
.p-rank-table__score {
  font-size: 1.6em;
  font-weight: 900;
  height: 100%;
  line-height: 1.2;
  position: relative;
  padding-top: 3.5rem;
  text-align: center;
}

.p-rank-table__score em {
  font-size: max(2.5em , 20px);
  font-style: normal;
}

.p-rank-table__score::before {
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin: 1rem auto 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 110px;
}

.p-rank-table__score.--5::before{
  background: url(../img/01_ranking_star_1.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.p-rank-table__score.--4::before{
  background: url(../img/01_ranking_star_2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.p-rank-table__score.--3::before{
  background: url(../img/01_ranking_star_3.png) no-repeat;
  background-size: contain;
  background-position: center;
}

/* マークテキスト */
.p-rank-table__text.--mark {
  font-weight: 700;
}

.p-rank-table__text.--mark .--small{
  font-size: max(.8em , 15px);
}

/* コスパ/値段 */
.p-rank-table__text .--price{
  flex-direction: row;
}

.p-rank-table__text .--price .--small {
  font-size: 12px;
}

.p-rank-table__text .--w-fixed{
  display: inline-block;
  width: 80px;
}

/* btn */
.p-rank-table__btn {
  background-color: #279e27;
  border-radius: 1.5rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 2.2rem 2rem;
}

/* ranking レスポンシブ */
@media screen and (max-width: 1200px) {
  .p-ranking__table-wrapper {
    overflow-x: scroll;
  }  
  .p-ranking__table {
    width: 140%;
  }  

  .p-rank-table__column {
    font-size: max(3.4rem , 17px);
  }

  .p-rank-table__column li{
    height: 20rem;
  }

  .p-rank-table__num {
    font-size: max(4rem , 16px);
  }
}

@media screen and (max-width: 960px) {
  
  .p-ranking__title::after {
    height: 4rem;
    top: 10rem;
    width: 16rem;
  }
  .p-ranking__inner {
    max-width: 185rem;
    padding-top: 30px;
  }

  .p-ranking__table {
    width: 170%;
  }  

  .p-rank-table__column {
    font-size: max(4rem , 17px);
  }

  .p-rank-table__column li{
    height: 25rem;
  }
}

@media screen and (max-width: 720px) {
  .p-ranking__table {
    width: calc(125px + 155px * 5);
  }

  .p-ranking__table > li {
    width: 155px
  }

  .p-ranking__table > li.--header {
    width: 125px
  }

  .p-rank-table__column {
    padding: 0 5px;
  }

  .p-rank-table__column li{
    height: 110px;
  }

  .p-rank-table__text > .--small-header {
    font-size: 13px;
  }

  .p-rank-table__num.--crown::before {
    width: 35px;
    height: 35px;
  }

  .p-rank-table__score {
    padding-top: 10rem;
  }

  .p-rank-table__btn {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .p-ranking__title {
    font-size: max(16rem , 22px);
    padding: 0 8rem 5rem;
  }

  .p-ranking__title-wrapper::before {
    height: 25rem;
    left: -3rem;
    width: 15rem;
  }
  
  .p-ranking__title-wrapper::after {
    height: 25rem;
    right: -3rem;
    width: 15rem;
  }
  .p-ranking__title::after {
    height: 5rem;
    top: 22rem;
    width: 25rem;
  }
}

/* promise */
.p-promise {
  background: #fdfade;
  color: #c21010;
  font-weight: 900;
  margin-top: 8.2rem;
  position: relative;
}

.p-promise__inner{
  margin: 0 auto;
  max-width: 135rem;
  padding: 5rem 5.5rem;
  position: relative;
  z-index: 2;
}

.p-promise__inner::after{
  background-image: url(../img/01_promise.png);
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 52.7rem;
  position: absolute;
  right: 0;
  width: 49.1rem;
  z-index: -1;
}

.p-promise__text-wrapper {
  width: 75rem;
}

.p-promise__title {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  position: relative;
}

.p-promise__title > .--sub {
  font-size: 0.8em;
}

.p-promise__title > .--large {
  font-size: 1.5em;
}

.p-promise__title::after {
  background-color: #c21010;
  bottom: 0;
  content: '';
  display: block;
  height: .5rem;
  position: absolute;
  right: 0;
  width: 193rem;
}

.p-promise__text {
  font-size: max(2.5rem ,16px)
}

/* promiseレスポンシブ */
@media screen and (max-width: 1200px) {
  .p-promise__inner{
    max-width: 150rem;
  }

  .p-promise__text-wrapper {
    width: 100rem;
  }
  
  .p-promise__title {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 960px) {
  .p-promise__inner{
    max-width: 170rem;
  }

  .p-promise__inner::after{
    height: 60rem;
    width: 60rem;
  }

  .p-promise__text-wrapper {
    width: 120rem;
  }

  .p-promise__title {
    font-size: 8rem;
  }

  .p-promise__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 720px) {
  .p-promise__inner{
    max-width: 180rem;
    padding: 20px 10px;
  }

  .p-promise__inner::after{
    right: -10rem;
  }

  .p-promise__title {
    font-size: 22px;
  }

  .p-promise__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .p-promise__text-wrapper {
    width: 140rem;
  }

  .p-promise__title {
    font-size: 18px;
  }

  .p-promise__text {
    padding-right: 16rem;
    padding-top: 10px;
  }

}

/* choose */
.p-choose {
  background-image: url(../img/01_choose_bg.png);
  background-position: top center;
  background-size: cover;
  width: 100%;
}

.p-choose__inner {
  width: 100%;
  max-width: 1300px;
  padding: 8.8rem 2rem 6.3rem;
  margin: auto;
}

.p-choose__title {
  color: #0093bd;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.p-choose__title--sub {
  background: #0093bd;
  border-radius: 1em;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 6.4rem;
  padding: 1.1rem 4.1rem 1.6rem;
  position: relative;
  text-align: center;
  width: fit-content;
  z-index: 2;
}

.p-choose__title--sub::after {
  background: #0093bd;
  content: '';
  display: block;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: calc(50% - (75rem / 2));
  width: 75rem;
  z-index: -1;
}

.p-choose__title--sub > em {
  font-size: 1.2em;
  font-style: normal;
  padding: 0 1rem;
}

/* choose-point */

.p-choose__point {
  background: #ffffff;
  border: 4px solid #0093bd;
  margin-bottom: 6.3rem;
  position: relative;
  width: 100%;
}

.p-choose-point__inner {
  position: relative;
  width: 100%;
  z-index: 2;
}
.p-choose-point__inner.--left {
  padding: 0 38rem 0 8rem;
}
.p-choose-point__inner.--right {
  padding: 0 8rem 0 38rem;
}

.p-choose-point__inner::before {
  bottom: -.2rem;
  content: '';
  display: block;
  position: absolute;
}
.p-choose-point__inner.--1::before {
  background: url(../img/01_choose1.png) no-repeat;
  background-size: contain;
  height: 36.1rem;
  left: -2rem;
  width: 29.2rem;
}
.p-choose-point__inner.--2::before {
  background: url(../img/01_choose2.png) no-repeat;
  background-size: contain;
  height: 42.5rem;
  right: -1rem;
  width: 29.3rem;
}
.p-choose-point__inner.--3::before {
  background: url(../img/01_choose3.png) no-repeat;
  background-size: contain;
  height: 38.4rem;
  left: 0;
  width: 32.4rem;
}

.p-choose-point__title {
  color: #0093bd;
  display: flex;
  font-size: max(4.5rem , 20px);
  font-weight: bold;
  margin: 4.1rem 0 3rem;
  padding-right: 2rem;
}

.p-choose-point__title::before{
  content: '';
  display: block;
  height: 12rem;
  margin: -4.1rem 3.3rem 0 0;
  width: 9.2rem;
}
.p-choose-point__title.--1::before{
  background-image: url(../img/01_choose_flag1.png);
  background-size: contain;
  content: '';
}
.p-choose-point__title.--2::before{
  background-image: url(../img/01_choose_flag2.png);
  background-size: contain;
}
.p-choose-point__title.--3::before{
  background-image: url(../img/01_choose_flag3.png);
  background-size: contain;
}

.p-choose-point__text {
  padding-bottom: 3rem;
  font-size: max(2.5rem ,17px);
  font-weight: bold;
}

.p-choose-point__label {
  background: #0093bd;
  color: #ffffff;
  font-size: max(3rem ,18px);
  font-weight: bold;
  padding: 3.5rem 2.4rem 1.725rem;
  text-align: center;
}

.p-choose-point__label > .--yellow {
  color: #fff44a;
}

/* choose　レスポンシブ */
@media screen and (max-width: 1200px) {
  .p-choose__inner {
    max-width: 160rem;
  }
  
  .p-choose__title {
    font-size: max(5rem,18px);
  }

  .p-choose__title--sub {
    font-size: max(5rem,20px);
    margin: 0 auto 8rem;
  }

  .p-choose__title--sub::after {
    left: calc(50% - (110rem / 2));
    width: 110rem;
  }

  .p-choose__point {
    margin-bottom: 10rem;
  }

  .p-choose-point__title {
    padding-right: 2rem;
  }
  
  .p-choose-point__title::before{
    content: '';
    display: block;
    height: 15rem;
    width: 12rem;
  }  
}

@media screen and (max-width: 960px) {
  .p-choose__inner {
    max-width: 185rem;
    padding: 24rem 1rem 10rem;
  }
}

@media screen and (max-width: 720px) {
  .p-choose__title {
    margin-bottom: 10px;
  }

  .p-choose__title--sub {
    padding: 10px 20px;
  }

  .p-choose__title--sub::after {
    left: calc(50% - (450px / 2));
    width: 450px;
    z-index: -1;
  }

  .p-choose__point {
    margin-bottom: 40px;
  }

  .p-choose-point__inner.--left {
    padding: 0 5rem 0 5rem;
  }
  .p-choose-point__inner.--right {
    padding: 0 5rem 0 5rem;
  }

  .p-choose-point__inner::before {
    bottom: auto;
    top: -50px;
    z-index: -1;
  }

  .p-choose-point__inner.--1::before {
    height: 120px;
    width: 120px;
  }
  .p-choose-point__inner.--2::before {
    height: 120px;
    width: 85px;
  }
  .p-choose-point__inner.--3::before {
    height: 120px;
    width: 120px;
  }

  .p-choose-point__title {
    margin: 4rem 0 20px;
  }

  .--left .p-choose-point__title {
    padding-right: 0;
  }

  .--right .p-choose-point__title {
    padding-left: 40rem;
  }

  .p-choose-point__title::before{
    content: '';
    display: block;
    height: 60px;
    width: 40px;
  }

  .p-choose-point__text {
    padding-bottom: 6rem;
  }

  .p-choose-point__label {
    padding: 10px 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .p-choose-point__title {
    font-size: 20px;
    margin: 4rem 0 30px;
  }
}

@media screen and (max-width: 540px) {
  .p-choose__title {
    font-size: 18px;
  }

  .p-choose__title--sub {
    font-size: 20px;
    margin: 0 auto 40px;
  }

  .p-choose__title--sub::after {
    left: calc(50% - (180rem / 2));
    width: 180rem;
  }

  .p-choose-point__title {
    margin: 4rem 0 20px;
  }

  .p-choose-point__inner.--2::before {
    top: -30px;
  }

  .--right .p-choose-point__title {
    padding-left: 50rem;
  }
}

/* best */
.p-best {
  background: #0093bd;
  overflow: hidden;
}

.p-best__title {
  background-color: #ffffff;
  border-radius: 1em;
  color: #0093bd;
  font-size: max(5rem , 20px);
  font-weight: 900;
  margin: 12rem auto 5rem;
  padding: 1.6rem;
  position: relative;
  text-align: center;
  width: 60rem;
  z-index: 2;
}

.p-best__title::before {
  background: url(../img/01_best_ttl_crown.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 6rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -6rem;
  width: 6rem;
}

.p-best__title::after {
  content: '';
  display: block;
  background: #ffffff;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: -7.5rem;
  width: 75rem;
  z-index: -1;
}

.p-best__service {
  background-color: #fff;
  margin: 0 auto 9.8rem;
  max-width: 185rem;
  position: relative;
  width: 100%;
}

.p-best__service.--best-batch::before{
  content: '';
  display: block;
  width: max(20rem , 120px);
  height: max(20rem , 140px);
  position: absolute;
  top: -10rem;
  left: 7rem;
  background: url(../img/01_best_batch.png) no-repeat;
  background-size: contain;
}

/* best-service */
.p-best-service__description {
  padding: 0 10rem 3rem;
}

.p-best-service__title-wrapper {
  align-items: center;
  color: #0093bd;
  display: flex;
  height: 18rem;
  padding-top: 2rem;
  padding-left: 45rem;
  position: relative;
}

.p-best-service__title-wrapper::before {
  content: '';
  display: block;
  height: 18rem;
  left: 22rem;
  margin-right: 6.8rem;
  position: absolute;
  width: 18rem;
}

.p-best-service__title-wrapper.--1::before {
  background-image: url(../img/01_best1.png);
  background-size: contain;
}

.p-best-service__title-wrapper.--2::before {
  background-image: url(../img/01_best2.png);
  background-size: contain;
}


.p-best-service__title-wrapper.--3::before {
  background-image: url(../img/01_best3.png);
  background-size: contain;
}


.p-best-service__title-wrapper.--4::before {
  background-image: url(../img/01_best4.png);
  background-size: contain;
}


.p-best-service__title-wrapper.--5::before {
  background-image: url(../img/01_best5.png);
  background-size: contain;
}

.p-best-service__title {
  font-size: max(6rem , 24px);
  font-weight: 900;
  line-height: 0.85;
  margin-right: 8rem;
  padding-top: 2rem;
}

.p-best-service__title  .--small {
  font-size: max(.5em , 14px);
}
.p-best-service__title .--center {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.p-best-service__score-img{
  height: 7rem;
  margin-right: 2rem;
  object-fit: contain;
  padding-top: 2rem;
  width: 27rem;
}
.p-best-service__score-text{
  font-size: max(4rem , 18px);
  font-weight: 900;
  height: 100%;
  margin-right: auto;
  line-height: 2;
}
.p-best-service__score-text > em{
  font-size: 2em;
  font-style: normal;
}

/* p-best-service__contents */
.p-best-service__contents {
  display: flex;
  flex-wrap: wrap;
  font-size: max(2.2rem , 16px);
  font-weight: bold;
  gap: 0 4rem;
  margin-top: 5rem;
}

.p-best-service__contents.c-link-wrapper > img {
  margin-right: 100%;
}

.p-best-service__link {
  width: calc(60% - 2rem);
}

.p-best-service__contents > a {
  width: calc(60% - 2rem);
}

.p-best-service__img {
  object-fit: contain;
  object-position: top;
  width: 100%;
}

.p-best-service__logo-wrapper {
  width: calc(40% - 2rem);
}

.p-best-service__logo {
  margin-bottom: 2rem;
  width: 36rem;
}

.p-best-service__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-best-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-best-service__list.--left {
  width: 60%;
}

.p-best-service__list.--right {
  width: calc(40% - 2rem);
}

.p-best-service__list > li {
  border: 2px solid #0093bd;
  display: flex;
}
.p-best-service__list.--left > li {
  border: 2px solid #0093bd;
  display: flex;
  width: calc(50% - 1.5rem);
}
.p-best-service__list.--right > li {
  border: 2px solid #0093bd;
  display: flex;
  text-align: left;
  width: 100%
}
.p-best-service__text {
  align-items: center;
  color: #0093bd;
  justify-content: left;
  padding: 1.5rem 1rem;
}
.p-best-service__text.--header {
  background-color: #0093bd;
  color: #ffffff;
  justify-content: center;
  width: max(20rem , 115px);
}
.p-best-service__text .--small{
  font-size: max(.8em , 14px);
}
.p-best-service__text .--w-fixed{
  display: inline-block;
  width: max(25rem, 120px);
}

.p-best-service__text.--mark {
  display: flex;
  flex-direction: inherit;
}

/* 口コミ */

.p-best-service__review {
  background: #fdfade;
  display: flex;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 2.2rem 14.8rem 1.6rem 9.6rem;
}

.p-service-review__icon {
  margin-right: 2.3rem;
  object-fit: contain;
  width: 13.5rem;
}

.p-service-review__contents {
  color: #0093bd;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: max(2rem , 17px);
}

.p-service-review__title{
  font-size: max(1.1em , 18px);
  margin-bottom: max(2rem , 10px);
}

.p-best-service__btn-wrapper {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 4rem 8em;
}

.p-best-service__btn {
  border-radius: 3rem;
  color: #fff;
  font-size: max(3.5rem , 22px);
  font-weight: 900;
  line-height: 1.2;
  padding: 3rem 0;
  padding-right: 5rem;
  position: relative;
  text-align: center;
  width: calc((100% / 2) - 2.3rem);
}

.p-best-service__btn::after {
  content: "";
  display: block;
  height: 8rem;
  left: calc(50% + 10rem);
  object-fit: contain;
  position: absolute;
  top: 1.4rem;
  width: 7rem;
}
.p-best-service__btn.--line{
  background-color: #31ae36;
}
.p-best-service__btn.--hp{
  background-color: #c21010;
}
.p-best-service__btn.--line::after {
  background-image: url(../img/01_best_line.png);
  background-position: center;
  background-size: contain;
}
.p-best-service__btn.--hp::after {
  background-image: url(../img/01_best_hp.png);
  background-position: center;
  background-size: contain;
}

.p-best-service__btn.c-link-wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
}

/* best　レスポンシブ */
@media screen and (max-width: 1200px) {
  .p-best__title {
    margin: 15rem auto 6rem;
    width: 130rem;
    font-size: 8rem;
  }

  .p-best__title::before {
    height: 8rem;
    top: -8rem;
    width: 8rem;
  }
  
  .p-best__title::after {
    left: -10rem;
    width: 150rem;
    z-index: -1;
  }

  .p-best-service__contents {
    margin: 5rem auto 0;
    width: 90%;
  }

  .p-best-service__link {
    width: 100%;
  }

  .p-best-service__contents > a {
    width: 100%;
  }

  .p-best-service__img {
    margin: 0 auto 4rem;
    width: 100%
  }

  .p-best-service__logo-wrapper {
    margin: 0 auto 4rem;
    padding: 0 4rem;
    width: 100%;
  }

  .p-best-service__logo {
    margin: max(2rem , 20px) auto;
    width: 260px;
  }

  .p-best-service__list.--left {
    margin-bottom: 2rem;
    width: 100%;
  }
  
  .p-best-service__list.--right {
    width: 100%;
  }

  .p-best-service__list.--left > li {
    border: 2px solid #0093bd;
    display: flex;
    width: calc(50% - 0.5rem);
  }
  .p-best-service__contents {
    font-size: max(2.2rem , 17px);
  }
}

@media screen and (max-width: 960px) {

  .p-best__service.--best-batch {
    margin-top: 140px;
  }

  .p-best__service.--best-batch::before {
    left: 0;
    margin: auto;
    right: 0;
    top: -120px;
  }

  .p-best-service__contents {
    margin: 5rem auto 0;
    width: 100%;
  }

  .p-best-service__btn-wrapper {
    padding: 8rem 16rem;
  }

  .p-best-service__btn{
    padding: 4.5rem 0;
    padding-right: 7rem;
  }

  .p-best-service__btn::after {
    top: 3.6rem;
  }

  .p-best-service__text {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 880px) {
  .p-best-service__btn::after {
    height: 32px;
    left: calc(50% + 48px);
    object-fit: contain;
    position: absolute;
    top: 20px;
    width: 40px;
  }
}

@media screen and (max-width: 720px) {
  .p-best__title {
    font-size: 16rem;
    margin: 25rem auto 10rem;
    width: 160rem;
  }

  .p-best__title::before {
    height: 35px;
    top: -35px;
    width: 35px;
  }
  
  .p-best__title::after {
    left: calc(50% - (180rem / 2));;
    width: 180rem;
    z-index: -1;
  }

  .p-best-service__title-wrapper {
    display: flex;
    height: 24rem;
    padding-top: max(5rem,10px);
    padding-left: 35rem;
    position: relative;
  }
  .p-best-service__title-wrapper::before{
    height: 24rem;
    width: 24rem;
    left: 6rem;
  }
  
  .p-best-service__title {
    padding-top: 1rem;
    margin-right: 4rem;
    font-size: max(6rem , 8rem);
  }
  .p-best-service__score-text{
    line-height: 1.1;
    font-size: max(4rem , 8rem);
  }
  
  .p-best-service__score-img{
    height: 38px;
    width: 50rem;
  }

  .p-best-service__description {
    padding: 0 2rem 20px;
  }

  .p-service-review__icon {
    margin-right: 20px;
    width: 80px;
  }

    .p-best-service__btn::after {
    top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .p-best__service {
    margin: 0 auto 24rem;
  }

  .p-best-service__logo {
    width: 240px;
  }

  .p-best-service__list.--left > li {
    border: 2px solid #0093bd;
    display: flex;
    width: 100%
  }

  .p-best-service__review {
    background: #fdfade;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 20px;
  }

  .p-service-review__icon {
    margin: 0 auto 10px;
    width: 100px;
  }

  .p-best-service__btn-wrapper {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 10px;
  }

  .p-best-service__btn {
    margin: 0 auto 20px;
    padding: 20px 0;
    padding-right: 30px;
    max-width: 350px;
    width: 90%;
  }
}

@media screen and (max-width: 480px) {

  .p-best-service__title-wrapper {
    align-items: center;
    color: #0093bd;
    display: flex;
    flex-wrap: wrap;
    height: 120px;
    justify-content: center;
    padding-left: 65px;
    width: 100%;
  }

  .p-best-service__title-wrapper::before {
    height: 45rem;
    left: 5rem;
    margin-right: 6.8rem;
    position: absolute;
    width: 45rem;
  }

  .p-best-service__title {
    font-size: 13rem;
    text-align: center;
    width: 100%;
    padding-top: 4rem;
  }

  .p-best-service__score-img {
    height: 40px;
    margin-right: 15px;
    padding-top: 12px;
    width: 70rem;
  }

  .p-best-service__score-text {
    height: fit-content;
    font-size: 22px;
    margin-right: 0;
  }
}





/* TOPのp-main__inner */

.p-main__inner {
  color: #000;
  margin: 60px auto;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
}

.p-main__inner h2 {
  color: #0093bd;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}

.p-main__inner h3 {
  border-bottom: 1px solid #0093bd;
  color: #0093bd;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 10px 20px;
  padding: 0 20px 10px 0;
  width: fit-content;
}

.p-main__inner h4 {
  color: #0093bd;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 10px 20px;
}

.p-main__inner p ,.p-main__inner ul ,.p-main__inner ol{
  font-size: max(2rem , 17px);
  line-height: 1.6;
  margin: 10px;
}

.p-main__inner li {
  margin: 3px;
}

.p-main__inner ol {
  padding-left: 20px;
}

@media screen and (max-width: 620px) {
  .p-main__inner {
    padding: 0 10px;
  }
}

/* 並び替え・絞り込み機能のスタイル */
.p-ranking__sort {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}

.p-ranking__sort-item,
.p-ranking__filter-item {
  margin: 0 10px 5px 0;
  color: #fff;
}

.p-ranking__sort label,
.p-ranking__filter-item label {
  font-size: 12px;
}

.p-ranking__sort select,
.p-ranking__filter-item select {
  padding: 3px;
  background: #0093bd;
  font-size: 11px;
  color: #fff;
  border: #fff 1px solid;
}

