@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #333333;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 749.9px) {
  body {
    font-size: 0.8125rem;
  }
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #0080cb;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}
a:not(.btn) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:not(.btn):hover {
  opacity: 0.7;
}

button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

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

p {
  margin: 0;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slick-list *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.page_contents {
  margin: 0 1.25rem;
}

.kv_wrap {
  width: 100vw;
  margin-bottom: 6.25rem;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.kv_wrap figure {
  margin-bottom: 0;
}
.kv_wrap img {
  width: 100%;
  min-height: 53rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv_wrap .kv_text_wrap {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -31.25rem;
  background: rgba(255, 255, 255, 0.65);
}
.kv_wrap .kv_text_wrap .kv_text {
  width: 24.5rem;
  height: 100%;
  padding: 4.375rem 1.875rem;
  top: 0;
  left: 0;
}
.kv_wrap .kv_text_wrap .kv_text h2 {
  font-size: 2.1875rem;
  line-height: 1.8571428571;
  color: var(--main-color);
  margin-bottom: 1.875rem;
}

@media (max-width: 999.9px) {
  .kv_wrap img {
    min-height: 35rem;
  }
  .kv_wrap .kv_text_wrap {
    position: static;
    height: 100%;
    margin-left: 0;
  }
  .kv_wrap .kv_text_wrap .kv_text {
    width: 100%;
    height: auto;
    padding: 3.125rem 1.875rem 2.5rem;
  }
}
.page_edit {
  max-width: 65.625rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1.5625rem;
}
.page_edit h2 {
  font-size: 1.9375rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  line-height: 1.34;
  position: relative;
}
.page_edit h2.has-background {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page_edit h2.has-background::before {
  top: 0;
  height: 100%;
}
.page_edit h2:not(:first-child) {
  margin-top: 4.375rem;
}
.page_edit > .wp-block-image {
  margin-bottom: 3.125rem;
  text-align: center;
}
.page_edit .ranking_box .wp-block-image {
  margin-bottom: 3.125rem;
  text-align: center;
  max-width: 44.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  background: #595656;
}
.page_edit p {
  font-size: 1.375rem;
  line-height: 2.1818181818;
}
.page_edit p + p {
  margin-top: 1.25rem;
}
.page_edit p.has-background {
  padding: 1.6875rem 2rem;
}
.page_edit > .wp-block-media-text:first-child {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.page_edit .wp-block-media-text {
  margin-bottom: 5.75rem;
}
.page_edit .wp-block-media-text .wp-block-media-text__media {
  min-height: 33rem;
}
.page_edit .wp-block-media-text .wp-block-media-text__content {
  padding: 2.625rem 1.875rem 2.25rem;
}
.page_edit .wp-block-media-text .wp-block-media-text__content h2 {
  padding-left: 0;
}
.page_edit .wp-block-media-text .wp-block-media-text__content h2::before {
  display: none;
}

.page_head {
  width: 100%;
}
.page_head h1 {
  background: var(--main-color);
  font-size: 2.875rem;
  padding: 2.1875rem 1.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25;
}

.page_edit .footer_text {
  margin-top: 7.375rem;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #000000;
  padding: 2.1875rem 1.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.page_edit .footer_text p {
  max-width: 62.5rem;
  margin: 0 auto;
  position: relative;
  display: block;
  font-size: 2.875rem;
  line-height: 1.25;
}

.ranking_box_wrap + * {
  margin-top: 11.5rem !important;
}

.ranking_box {
  position: relative;
  margin-bottom: 9.625rem;
}
.ranking_box .ranking_title {
  font-weight: bold;
  margin-bottom: 3.125rem;
  position: relative;
}
.ranking_box .ranking_title p {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 1.34;
}
.ranking_box .ranking_title p:first-child {
  font-size: 3.4375rem;
  color: var(--main-color);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.75rem;
  position: relative;
  padding: 6.25rem 0 1.5625rem;
}
.ranking_box .ranking_title p:first-child::before, .ranking_box .ranking_title p:first-child::after {
  content: "";
  position: absolute;
  display: block;
}
.ranking_box .ranking_title p:first-child::before {
  width: 6.625rem;
  height: 4.5625rem;
  background: url("../img/i_rank.svg") center center no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  margin-left: -3.3125rem;
}
.ranking_box .ranking_title p:first-child::after {
  width: 20rem;
  height: 0.3125rem;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -10rem;
}

@media (max-width: 749.9px) {
  .kv_wrap {
    margin-bottom: 3.125rem;
  }
  .kv_wrap img {
    min-height: 18.75rem;
  }
  .kv_wrap .kv_text_wrap .kv_text {
    padding: 1.875rem 1.25rem;
  }
  .kv_wrap .kv_text_wrap .kv_text h2 {
    font-size: 1.25rem;
    line-height: 1.7142857143;
    margin-bottom: 1.25rem;
  }

  .page_contents {
    margin: 0;
  }

  .page_edit {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .page_edit h2 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .page_edit h2:not(:first-child) {
    margin-top: 3.5rem;
  }
  .page_edit > .wp-block-image {
    margin-bottom: 1.875rem;
  }
  .page_edit .ranking_box .wp-block-image {
    margin-bottom: 1.375rem;
    padding: 0.625rem;
  }
  .page_edit p {
    font-size: 0.9375rem;
    line-height: 2.2;
  }
  .page_edit p + p {
    margin-top: 0.9375rem;
  }
  .page_edit p.has-background {
    padding: 0.875rem 1.25rem;
  }
  .page_edit > .wp-block-media-text:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .page_edit .wp-block-media-text {
    margin-bottom: 2.75rem;
  }
  .page_edit .wp-block-media-text .wp-block-media-text__media {
    min-height: auto;
    background: none;
    height: auto;
  }
  .page_edit .wp-block-media-text .wp-block-media-text__media img {
    margin: 0;
    width: 100%;
    height: auto;
    clip: initial;
    position: static;
  }
  .page_edit .wp-block-media-text .wp-block-media-text__content {
    padding: 1.375rem 1.25rem 0;
  }
  .page_edit > .footer_text {
    margin-top: 3.75rem;
    padding: 1.75rem 1.25rem;
  }
  .page_edit > .footer_text p {
    font-size: 1.3125rem;
  }

  .page_head h1 {
    font-size: 1.3125rem;
    padding: 1.75rem 1.25rem;
  }

  .ranking_box_wrap + * {
    margin-top: 5rem !important;
  }

  .ranking_box {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    position: relative;
  }
  .ranking_box:first-child {
    margin-top: 3.125rem;
  }
  .ranking_box .ranking_title {
    margin-bottom: 1.5625rem;
  }
  .ranking_box .ranking_title p {
    font-size: 1.25rem;
  }
  .ranking_box .ranking_title p:first-child {
    font-size: 2.1875rem;
    margin-bottom: 1.0625rem;
    padding: 3.75rem 0 0.9375rem;
  }
  .ranking_box .ranking_title p:first-child::before {
    width: 3.975rem;
    height: 2.7375rem;
    margin-left: -1.9875rem;
  }
  .ranking_box .ranking_title p:first-child::after {
    width: 10rem;
    height: 0.1875rem;
    margin-left: -5rem;
  }
}
/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .pc {
    display: none !important;
  }
}