@charset "UTF-8";
/* General */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0.0001);
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "chws";
          font-feature-settings: "chws";
  color: #333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1294px) {
  body {
    font-size: calc(13.757px + 0.162vw);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(13.942px + 0.528vw);
  }
}

.f-en {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
}

a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #333;
}
@media (hover: hover) {
  a:hover, a:active, a:focus {
    color: #333;
  }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
  }
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type=button], input[type=submit], input[type=reset], label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(input[type=radio], input[type=checkbox]) {
  padding: 0;
}

:where(input[type=date], input[type=time], input[type=datetime-local], input[type=month]) {
  -webkit-appearance: listbox;
}

:where(textarea) {
  overflow: auto;
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset], [disabled]) {
  cursor: not-allowed;
}

/* Layout */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(16, 122, 78, 0.7);
}

/*==============================
共通要素
==============================*/
.wrap {
  max-width: calc(1200px + 12.5%);
  margin: 0 auto;
  padding: 0 6.25%;
  width: 100%;
}

.fl-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

.show-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-xs {
    display: block;
  }
}

.u-ib {
  display: inline-block;
}

/*==============================
ヘッダー
==============================*/
.l-header .header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.33em 0px;
}
.l-header .header-logo {
  max-width: 20vw;
}
.l-header .header-ranking {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  max-width: 35em;
}
.l-header .header-ranking li {
  max-width: 11.75em;
  position: relative;
  padding: 0 min(0.625em, 1.7%);
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}
.l-header .header-ranking li:after {
  content: "";
  width: 1px;
  height: 1.25em;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.l-header .header-ranking li:last-child:after {
  content: none;
}
.l-header .header-ranking a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em 1.5%;
}
.l-header .header-ranking .flag {
  width: min(1.875em, 2.5vw);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.l-header .header-ranking .name {
  font-weight: 700;
  line-height: 1.35;
  max-width: calc(100% - min(1.9em, 2.5vw));
}
.l-header .header-ranking .desc {
  text-align: center;
  width: 100%;
  font-size: 0.75em;
  line-height: 1.35;
}
.l-header .header-btn {
  width: 220px;
  max-width: 21vw;
}
.l-header .header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75em;
  color: #EEA837;
  border: 1px solid #EEA837;
  letter-spacing: 0.075em;
  background-image: url(../img/ranking_bg.svg), url(../img/icon_arw_02.svg);
  background-repeat: no-repeat;
  background-size: 70%, 1em;
  background-position: right -58% top 0.4em, right 4.5% center;
  padding: 0.1em calc(4.5% + 1em) 0.1em 4.5%;
  width: 100%;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .l-header .header-btn a:hover, .l-header .header-btn a:active {
    background-color: rgba(238, 168, 55, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .l-header .header-innter {
    font-size: min(1em, 1.4vw);
  }
  .l-header .header-ranking {
    font-size: min(1em, 1.3vw);
  }
  .l-header .header-ranking a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header .header-btn {
    max-width: 16%;
  }
  .l-header .header-btn a {
    font-size: min(1em, 1.2vw);
  }
}
@media screen and (max-width: 991px) {
  .l-header .header-ranking {
    display: none;
  }
  .l-header .header-btn {
    font-size: min(1em, 1.7vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-header .header-logo {
    max-width: 43.58vw;
  }
  .l-header .header-btn {
    max-width: 32vw;
    font-size: min(1em, 4vw);
  }
  .l-header .header-btn span {
    display: none;
  }
}

/*==============================
コンテンツ
==============================*/
.l-mv {
  position: relative;
  overflow: hidden;
}
.l-mv:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/mv_bg.jpg) no-repeat center top/cover;
  z-index: -1;
}
.l-mv .mv-inner {
  position: relative;
  margin-bottom: min(3.75em, 4vw);
}
.l-mv .mv-ranking {
  position: relative;
  z-index: 1;
  container-type: inline-size;
}
.l-mv .mv-ranking a {
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .l-mv .mv-ranking a:hover, .l-mv .mv-ranking a:active {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  .l-mv .mv-ranking a:hover img, .l-mv .mv-ranking a:active img {
    opacity: 1;
  }
  .l-mv .mv-ranking a:hover .mv-ranking-more, .l-mv .mv-ranking a:active .mv-ranking-more {
    color: #EEA837;
    background-image: url(../img/icon_arw_right_org.svg);
  }
}
.l-mv .mv-ranking-no {
  position: absolute;
  left: 0.625em;
  top: -0.625em;
  width: 15.6%;
}
.l-mv .mv-ranking-img {
  aspect-ratio: 1200/630;
  margin-bottom: 0.25em;
  border: 1px solid #e6e6e6;
}
.l-mv .mv-ranking-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.l-mv .mv-ranking-name {
  font-weight: 700;
  line-height: 1.35;
}
.l-mv .mv-ranking-desc {
  line-height: 1.5;
  margin-top: 0.5em;
  min-height: 3em;
}
.l-mv .mv-ranking-more {
  color: #107A4E;
  position: absolute;
  font-weight: 700;
  padding-right: 1.5em;
  line-height: 1.5;
  background: url(../img/icon_arw_right_grn.svg) no-repeat right center/0.75em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (min-width: 768px) {
  .l-mv:after {
    max-height: 41.875em;
    height: 60vw;
  }
  .l-mv .mv-text {
    width: 52%;
  }
  .l-mv .mv-text .line1 {
    padding-top: min(3.125em, 4vw);
    max-width: 35%;
  }
  .l-mv .mv-text .line2 {
    max-width: 96%;
    padding: min(2.5em, 3.2vw) 0;
    margin-bottom: 1em;
    -o-border-image: linear-gradient(-90deg,rgba(255,255,255,1) 20%,rgba(255,255,255,0)) 0//0 10vw 0 100vw;
       border-image: -webkit-gradient(linear,right top, left top,color-stop(20%, rgba(255,255,255,1)),to(rgba(255,255,255,0))) fill 0//0 10vw 0 100vw;
       border-image: linear-gradient(-90deg,rgba(255,255,255,1) 20%,rgba(255,255,255,0)) fill 0//0 10vw 0 100vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .l-mv .mv-text .line2 {
    margin-bottom: min(2em, 2.56vw);
  }
}
@media only screen and (min-width: 768px) {
  .l-mv .mv-text .line3 {
    margin-bottom: 0.5em;
  }
  .l-mv .mv-img {
    position: absolute;
    top: 0;
    left: 49.5%;
    width: 80.5%;
  }
  .l-mv .mv-ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.875em 2%;
    padding-bottom: 2.4em;
  }
  .l-mv .mv-ranking a {
    padding: 1.6cqw 1.6cqw 2em;
  }
  .l-mv .mv-ranking li:not(:first-child) {
    width: 29%;
  }
  .l-mv .mv-ranking li:not(:first-child) .mv-ranking-name {
    font-size: 1.375em;
  }
  .l-mv .mv-ranking li:first-child {
    width: 38%;
  }
  .l-mv .mv-ranking li:first-child .mv-ranking-no {
    width: 15.6%;
  }
  .l-mv .mv-ranking li:first-child .mv-ranking-name {
    font-size: 1.75em;
  }
  .l-mv .mv-ranking-text {
    font-size: min(1em, 1.6vw);
  }
  .l-mv .mv-ranking-more {
    right: 1.6cqw;
    bottom: 1.6cqw;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv:after {
    height: 159vw;
    max-height: 60em;
  }
  .l-mv .mv-text .line1 {
    padding-top: 3vw;
    width: 35vw;
    padding-bottom: 1.3vw;
  }
  .l-mv .mv-text .line2 {
    padding: 0.875em 0;
    margin-bottom: 6.4vw;
    -o-border-image: linear-gradient(-90deg,rgba(255,255,255,1) 1px,rgba(255,255,255,1)) 0//0 100vw 0 100vw;
       border-image: linear-gradient(-90deg,rgba(255,255,255,1) 1px,rgba(255,255,255,1)) fill 0//0 100vw 0 100vw;
  }
  .l-mv .mv-text .line3 {
    margin-bottom: 5.7vw;
  }
  .l-mv .mv-text img {
    width: 100%;
  }
  .l-mv .mv-img {
    display: none;
  }
  .l-mv .mv-ranking {
    margin-top: 7.69vw;
    padding-bottom: 12.82vw;
  }
  .l-mv .mv-ranking li + li {
    margin-top: 7.69vw;
  }
  .l-mv .mv-ranking a {
    padding: 4.1vw 4.1vw 2em;
  }
  .l-mv .mv-ranking-name {
    font-size: 1.25em;
  }
  .l-mv .mv-ranking-desc {
    font-size: 0.875em;
  }
  .l-mv .mv-ranking-more {
    font-size: 0.75em;
    right: 4.1vw;
    bottom: 2;
  }
}

.bnr-ranking {
  max-width: calc(1200px + 12.5%);
  margin: 0 auto 0;
  padding: 0 6.25%;
  width: 100%;
}
.bnr-ranking a {
  color: #EEA837;
  display: block;
  border: 1px solid #EEA837;
  background-image: url(../img/ranking_bg.svg), url(../img/icon_arw_02.svg);
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .bnr-ranking a:hover, .bnr-ranking a:active {
    background-color: rgba(238, 168, 55, 0.1);
  }
}
.bnr-ranking .f-en {
  font-weight: 700;
  line-height: 1.5;
}
.bnr-ranking p:not(.f-en) {
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .bnr-ranking a {
    padding: 1em 1.736% 1.5em;
    background-position: right -3% bottom -0.8em, right 1.3% center;
    background-size: 16.875em, 2em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .bnr-ranking a:hover, .bnr-ranking a:active {
    background-position: right -3% bottom -0.8em, right 0.3% center;
  }
}
@media only screen and (min-width: 768px) {
  .bnr-ranking .f-en {
    font-size: 2.5em;
  }
  .bnr-ranking p:not(.f-en) {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .bnr-ranking a {
    padding: 4vw 3% 6vw;
    background-position: right -25vw bottom -1.7em, right 3% center;
    background-size: 68vw, 2em;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .bnr-ranking a:hover, .bnr-ranking a:active {
    background-position: right -25vw bottom -1.7em, right 0.3% center;
  }
}
@media only screen and (max-width: 767px) {
  .bnr-ranking a .f-en {
    font-size: min(1.875em, 7.7vw);
  }
}

.affiliate-note {
  max-width: calc(1200px + 12.5%);
  margin: 0.5em auto min(3.125em, 6.5vw);
  padding: 0 6.25%;
  width: 100%;
}
.affiliate-note p {
  color: #666;
  font-size: 0.875em;
  line-height: 1.5;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
  padding-left: 1.5em;
}
.affiliate-note p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.125em;
}

@media screen and (min-width: 992px) {
  .contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-main {
    width: 70%;
  }
  .l-side {
    width: 24%;
    max-width: 280px;
  }
}
.l-contents {
  padding: min(3.75em, 12.8vw) 0 min(9.375em, 19.5vw);
  background: #fbfbfb;
  overflow: hidden;
}

.tp-point-anchor h2 {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.5em;
  text-align: center;
}
.tp-point-anchor .point-anchor-list a {
  display: block;
  height: 100%;
  padding: 0.875em 0 2.125em;
  border: 1px solid #DEF1DE;
  background: #fff url(../img/icon_arw_down.svg) no-repeat center bottom 0.625em/0.75em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (hover: hover) {
  .tp-point-anchor .point-anchor-list a:hover, .tp-point-anchor .point-anchor-list a:active {
    border-color: #107A4E;
  }
  .tp-point-anchor .point-anchor-list a:hover .no, .tp-point-anchor .point-anchor-list a:active .no {
    background: #107A4E;
    color: #fff;
  }
}
.tp-point-anchor .point-anchor-list .no {
  padding: 0em 3.815%;
  margin-right: 3.815%;
  margin-bottom: 1em;
  border-radius: 0 1em 1em 0;
  font-size: 0.75em;
  line-height: 1.1;
  background: #DEF1DE;
  color: #107A4E;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.tp-point-anchor .point-anchor-list .no span {
  font-size: 2em;
}
.tp-point-anchor .point-anchor-list .ttl {
  padding: 0 3.815%;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
}
.tp-point-anchor .point-anchor-list .txt {
  padding: 0 3.815%;
  font-size: 1.125em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .tp-point-anchor h2 {
    font-size: 1.5em;
  }
  .tp-point-anchor .point-anchor-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.8%;
  }
}
@media only screen and (max-width: 767px) {
  .tp-point-anchor h2 {
    font-size: 1.25em;
  }
  .tp-point-anchor .point-anchor-list li + li {
    margin-top: min(1.33em, 3.125vw);
  }
}

.cmp-ttl {
  font-weight: 700;
  line-height: 1.35;
  margin: min(2.38em, 11.5vw) 0 min(1.5em, 8.19vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cmp-ttl {
    font-size: min(2.625em, 4.7vw);
  }
}
@media only screen and (max-width: 767px) {
  .cmp-ttl {
    font-size: min(2.5em, 9.2vw);
  }
}

.more-btn a {
  padding: 0.75em 2.5em 0.75em 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #DEF1DE;
  background: #DEF1DE url(../img/icon_arw_right_blk.svg) no-repeat right 3% center/0.75em;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
@media (hover: hover) {
  .more-btn a:hover,
  .more-btn a:active {
    color: #EEA837;
    border-color: #EEA837;
    background: #fff url(../img/icon_arw_right_org.svg) no-repeat right 3% center/0.75em;
  }
  .more-btn.website a:hover,
  .more-btn.website a:active {
    border-color: #EEA837;
    background: #EEA837 url(../img/icon_arw_right_wht.svg) no-repeat right 3% center/0.75em;
  }
  .more-btn.shop a:hover,
  .more-btn.shop a:active {
    background: #DEF1DE url(../img/icon_arw_right_grn.svg) no-repeat right 3% center/0.75em;
  }
}
.more-btn.website a {
  color: #fff;
  border-color: #107A4E;
  background: #107A4E url(../img/icon_arw_right_wht.svg) no-repeat right 3% center/0.75em;
}
.more-btn.shop a {
  color: #107A4E;
  border-color: #107A4E;
  background: #fff url(../img/icon_arw_right_grn.svg) no-repeat right 3% center/0.75em;
}

.cmp-comparison .cmp-comparison-table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 992px) {
  .cmp-comparison .cmp-comparison-table {
    font-size: min(1em, 1.48vw);
  }
}
.cmp-comparison .cmp-comparison-table th,
.cmp-comparison .cmp-comparison-table td {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.875em 1.667%;
  vertical-align: top;
  background: #fff;
}
.cmp-comparison .cmp-comparison-table th:not(:last-child),
.cmp-comparison .cmp-comparison-table td:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.cmp-comparison .cmp-comparison-table tbody tr:last-child th,
.cmp-comparison .cmp-comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.cmp-comparison .cmp-comparison-table .rank-icon {
  margin: 0 auto 0.625em;
  max-width: 3.75em;
  width: 60%;
}
.cmp-comparison .cmp-comparison-table .rank-ttl {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.cmp-comparison .cmp-comparison-table .rank-star {
  max-width: 6.25em;
  width: 100%;
  margin: 0 auto 0.625em;
}
.cmp-comparison .cmp-comparison-table .rank-name {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.35;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.cmp-comparison .cmp-comparison-table .rank-name span {
  font-weight: normal;
}
.cmp-comparison .cmp-comparison-table td.excellent {
  background: #fff7e4;
}
.cmp-comparison .cmp-comparison-table .evaluation-name {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.cmp-comparison .cmp-comparison-table .evaluation-icon {
  max-width: 2em;
  width: 30%;
  margin: 0 auto 0.625em;
}
.cmp-comparison .cmp-comparison-table .evaluation-text {
  font-size: 0.875em;
  line-height: 1.5;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cmp-comparison .cmp-comparison-table .more-btn {
  font-size: 0.875em;
}
.cmp-comparison .cmp-comparison-table .more-btn a {
  padding: 0.25em 1.25em 0.25em 3%;
}
.cmp-comparison .cmp-comparison-table .more-btn + .more-btn {
  margin-top: 5px;
}
.cmp-comparison .cmp-comparison-table .shop-area td {
  position: relative;
  padding-bottom: 3em;
}
.cmp-comparison .cmp-comparison-table .shop-area .more-btn {
  position: absolute;
  bottom: 0.875em;
  right: 0;
  left: 0;
  width: 83.3%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cmp-comparison .cmp-comparison-table {
    font-size: min(1em, 3.3vw);
  }
  .cmp-comparison .cmp-comparison-table th:last-child,
  .cmp-comparison .cmp-comparison-table th:nth-last-child(2),
  .cmp-comparison .cmp-comparison-table td:last-child,
  .cmp-comparison .cmp-comparison-table td:nth-last-child(2) {
    display: none;
  }
}

.cmp-ranking .cmp-ttl {
  padding-top: 0.75em;
}
.cmp-ranking .cmp-ttl .line2 {
  display: block;
}
.cmp-ranking .cmp-ttl .no {
  font-size: 2.2em;
  color: #EEA837;
}
@media only screen and (min-width: 768px) {
  .cmp-ranking .cmp-ttl {
    line-height: 0.6;
  }
  .cmp-ranking .line1 {
    display: inline-block;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .cmp-ranking .no {
    line-height: 1;
  }
}

.cmp-card {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.cmp-card .cmp-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.75%;
  margin-bottom: 1.25em;
}
.cmp-card .cmp-card-ttl h3 {
  margin-top: 0.4em;
  font-weight: 700;
  line-height: 1.35;
}
.cmp-card .cmp-card-ttl h3 span {
  font-size: 0.875em;
  font-weight: normal;
}
.cmp-card .cmp-card-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmp-card .cmp-card-star dt {
  font-weight: 700;
  width: 6em;
}
.cmp-card .cmp-card-star dd {
  width: calc(100% - 6em);
  max-width: 5em;
}
.cmp-card .cmp-card-star dd img {
  display: block;
}
.cmp-card .cmp-card-copy {
  margin-bottom: min(1.6em, 3.5vw);
  color: #107A4E;
  font-weight: 700;
  line-height: 1.5;
}
.cmp-card .cmp-card-point {
  margin-bottom: 1.25em;
}
.cmp-card .cmp-card-point-text h4 {
  font-weight: 700;
  font-size: 1.25em;
  background: #EEA837;
  border-radius: 0 2em 2em 0;
  line-height: 1.35;
  position: relative;
  padding: 0.2em 1em 0.2em 3em;
  margin-bottom: 1em;
}
.cmp-card .cmp-card-point-text h4:before {
  content: "";
  width: 1.6em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.cmp-card .cmp-card-point-text h4:after {
  content: "";
  width: 2.4em;
  height: 2.85em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.5em;
  margin: auto;
  background: url("../img/icon_hand.svg") no-repeat left center/contain;
}
.cmp-card .cmp-card-point-list li {
  padding-left: 3.33em;
  position: relative;
  line-height: 1.5;
}
.cmp-card .cmp-card-point-list li:before {
  content: "";
  width: 1.55em;
  height: 1.55em;
  position: absolute;
  left: 1em;
  top: 0.05em;
  background: url("../img/icon_check.svg") no-repeat left center/contain;
}
.cmp-card .cmp-card-point-list li + li {
  margin-top: 0.5em;
}
.cmp-card .cmp-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em auto 0;
  gap: 1em 2%;
}
.cmp-card .cmp-card-btn li {
  width: 100%;
  max-width: 25em;
}
.cmp-card .cmp-card-table {
  width: 100%;
  margin-top: 2.5em;
}
.cmp-card .cmp-card-table th {
  padding: 0.85em 1.88%;
  line-height: 1.5;
  font-weight: 700;
  background: #efefef;
}
.cmp-card .cmp-card-table td {
  padding: 0.85em 1.88%;
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
}
.cmp-card + .cmp-card {
  margin-top: min(2.8125em, 5.85vw);
}
@media only screen and (min-width: 768px) {
  .cmp-card {
    padding: 1.875em 2.382%;
  }
  .cmp-card .cmp-card-rank {
    width: 20%;
    max-width: 6.85em;
  }
  .cmp-card .cmp-card-ttl {
    min-width: calc(96.25% - 8.75em);
    width: 76.25%;
  }
  .cmp-card .cmp-card-ttl h3 {
    font-size: min(2.25em, 5vw);
  }
  .cmp-card .cmp-card-star {
    font-size: 1.25em;
  }
  .cmp-card .cmp-card-copy {
    font-size: 1.5em;
  }
  .cmp-card .cmp-card-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.75%;
  }
  .cmp-card .cmp-card-img {
    width: 40%;
  }
  .cmp-card .cmp-card-point-text {
    width: 56.25%;
  }
  .cmp-card .cmp-card-point-list {
    margin-bottom: 2.5em;
  }
  .cmp-card .cmp-card-point-list li {
    font-size: 1.125em;
  }
  .cmp-card .cmp-card-table th {
    width: 27.5%;
    max-width: 13.75em;
    border-bottom: 1px solid #e6e6e6;
  }
  .cmp-card .cmp-card-table td {
    width: 72.5%;
    min-width: calc(100% - 13.75em);
  }
}
@media only screen and (max-width: 767px) {
  .cmp-card {
    padding: 1.875em 4%;
  }
  .cmp-card .cmp-card-rank {
    width: 25%;
    max-width: 5em;
  }
  .cmp-card .cmp-card-ttl {
    min-width: calc(96.25% - 5em);
    width: 71.25%;
  }
  .cmp-card .cmp-card-ttl h3 {
    font-size: min(1.5em, 8.5vw);
  }
  .cmp-card .cmp-card-star {
    font-size: 1.1875em;
  }
  .cmp-card .cmp-card-copy {
    font-size: 1.125em;
  }
  .cmp-card .cmp-card-img {
    margin-bottom: min(2.2em, 10vw);
  }
  .cmp-card .cmp-card-point-list {
    margin-bottom: min(1.25em, 10vw);
  }
  .cmp-card .cmp-card-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmp-card .cmp-card-table th, .cmp-card .cmp-card-table td {
    display: block;
    width: 100%;
  }
  .cmp-card .cmp-card-table th {
    padding: 0.125em 3%;
  }
  .cmp-card .cmp-card-table td {
    padding: 0.125em 3% 1.125em 3%;
  }
}
@media only screen and (max-width: 480px) {
  .cmp-card .cmp-card-copy .u-ib {
    display: inline;
  }
}

.tp-point .cmp-ttl .no {
  font-size: 2.2em;
  color: #EEA837;
}
.tp-point .tp-point-list {
  background: #fff;
}
.tp-point .tp-point-list li:not(.tp-point-text li) {
  padding-top: 1.5em;
  padding-bottom: min(4em, 8.3vw);
}
.tp-point .tp-point-list li:not(.tp-point-text li):not(:last-child) {
  margin-bottom: min(4em, 8.3vw);
  border-bottom: 1px solid #DEF1DE;
}
.tp-point .tp-point-header {
  text-align: center;
  margin-bottom: min(1.875em, 3.9vw);
}
.tp-point .tp-point-header h3 {
  font-weight: 700;
  font-size: min(1.875em, 4.5vw);
  line-height: 1.35;
}
.tp-point .tp-point-no {
  display: inline-block;
  line-height: 1.2;
  padding: 0 0.5em;
  margin-bottom: 1em;
  min-width: 7.75em;
  background: #107A4E;
  border-radius: 2em;
  color: #fff;
  font-size: 0.75em;
  font-family: "Ubuntu", sans-serif;
}
.tp-point .tp-point-no span {
  font-size: 1.5em;
}
.tp-point .tp-point-stl {
  font-size: 1.375em;
  line-height: 1.35;
  margin-top: 0.25em;
}
.tp-point .tp-point-img {
  text-align: center;
  margin-bottom: min(1.875em, 3.9vw);
}
.tp-point .tp-point-text p + p {
  margin-top: 1.75em;
}
.tp-point .tp-point-text ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.5em;
}
.tp-point .tp-point-text ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.15em;
}
.tp-point .tp-point-text ul li + li {
  margin-top: 0.5em;
}
.tp-point .tp-point-text strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(238, 168, 55, 0.5)));
  background: linear-gradient(transparent 60%, rgba(238, 168, 55, 0.5) 40%);
}
.tp-point .tp-point-text dl {
  counter-reset: number 0;
}
.tp-point .tp-point-text dl dt {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  font-size: 1.125em;
}
.tp-point .tp-point-text dl dt:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Ubuntu", sans-serif;
  counter-increment: number 1;
  content: counter(number) ".";
}
.tp-point .tp-point-text dl dd {
  padding-left: 1.6875em;
}
.tp-point .tp-point-text dl div + div {
  margin-top: 1.75em;
}
.tp-point .tp-point-text dl dd + dd {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .tp-point .cmp-ttl {
    line-height: 1;
  }
  .tp-point .tp-point-text {
    padding: 0 2.382%;
  }
}
@media only screen and (max-width: 767px) {
  .tp-point {
    margin-bottom: 5vw;
  }
  .tp-point .cmp-ttl .no {
    line-height: 0.95;
    font-size: 1.6em;
  }
  .tp-point .tp-point-list {
    -o-border-image: linear-gradient(-90deg,rgba(255,255,255,1) 0,rgba(255,255,255,1)) 0//0 10vw 0 100vw;
       border-image: -webkit-gradient(linear,right top, left top,color-stop(0, rgba(255,255,255,1)),to(rgba(255,255,255,1))) fill 0//0 10vw 0 100vw;
       border-image: linear-gradient(-90deg,rgba(255,255,255,1) 0,rgba(255,255,255,1)) fill 0//0 10vw 0 100vw;
  }
}

.side-ranking .side-ranking-card {
  margin-top: 1.25em;
  margin-bottom: 2em;
}
.side-ranking .side-ranking-card a {
  background: #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  padding: 1em min(5%, 1em);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
  .side-ranking .side-ranking-card a:hover img, .side-ranking .side-ranking-card a:active img {
    opacity: 1;
  }
  .side-ranking .side-ranking-card a:hover .side-ranking-desc, .side-ranking .side-ranking-card a:active .side-ranking-desc {
    color: #107A4E;
  }
}
.side-ranking .side-ranking-no {
  position: absolute;
  left: 0.625em;
  top: -0.625em;
  width: 16%;
  max-width: 2.75em;
}
.side-ranking .side-ranking-img {
  aspect-ratio: 250/132;
  margin-bottom: 0.25em;
  border: 1px solid #e6e6e6;
}
.side-ranking .side-ranking-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.side-ranking .side-ranking-name {
  font-weight: 700;
  line-height: 1.35;
  font-size: 1.125em;
}
.side-ranking .side-ranking-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25em;
  font-size: 0.875em;
}
.side-ranking .side-ranking-star dt {
  font-weight: 700;
  width: 6em;
}
.side-ranking .side-ranking-star dd {
  width: calc(100% - 6em);
  max-width: 5em;
}
.side-ranking .side-ranking-star dd img {
  display: block;
}
.side-ranking .side-ranking-desc {
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 0.875em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.side-ranking .side-ranking-item {
  margin-top: 0.5em;
}
.side-ranking .side-ranking-item a {
  position: relative;
  display: block;
  padding: 1.35em 5% 1.35em min(4.5em, 15% + 0.625em);
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
@media (hover: hover) {
  .side-ranking .side-ranking-item a:hover img, .side-ranking .side-ranking-item a:active img {
    opacity: 1;
  }
  .side-ranking .side-ranking-item a:hover .side-ranking-name, .side-ranking .side-ranking-item a:active .side-ranking-name {
    color: #107A4E;
  }
}
.side-ranking .side-ranking-item .side-ranking-no {
  width: 12%;
  top: 1px;
}
.side-ranking .side-ranking-item .side-ranking-name {
  font-size: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.side-ranking .side-ranking-item .side-ranking-name span {
  font-weight: normal;
  font-size: 0.875em;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .side-ranking .side-ranking-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .side-ranking .side-ranking-card .side-ranking-img {
    width: 48%;
  }
  .side-ranking .side-ranking-card .side-ranking-text {
    width: 50%;
  }
  .side-ranking .side-ranking-card .side-ranking-name {
    font-size: min(1.5em, 5vw);
  }
}
.l-ranking .cmp-ttl {
  margin-top: 0;
}

.l-item .column h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.45em 2.5%;
  background: #fce7c0;
  margin-bottom: 1.5em;
}
.l-item .column p + h3 {
  margin-top: 3em;
}
.l-item .column p {
  line-height: 1.75;
  margin-top: 1.36em;
}
.l-item .column p + p {
  margin-top: 1.75em;
}

.l-company .company-info {
  max-width: 800px;
  margin: auto;
}
.l-company .company-info h1 {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  text-align: center;
}
.l-company .company-info table {
  width: 100%;
  margin-top: 2.5em;
}
.l-company .company-info table th {
  padding: 0.85em 1.88%;
  line-height: 1.5;
  font-weight: 700;
  background: #efefef;
  width: 9em;
}
.l-company .company-info table td {
  padding: 0.85em 1.88%;
  width: calc(100% - 9em);
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0.05em;
}
.l-company .company-info table .small {
  font-size: 0.875em;
}
.l-company .company-about {
  max-width: 800px;
  margin: 3.75em auto 0;
}
.l-company .company-about h2 {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  text-align: center;
}
.l-company .company-about dl {
  counter-reset: number 0;
}
.l-company .company-about dl > div {
  counter-increment: number 1;
}
.l-company .company-about dl dt {
  font-weight: 700;
  font-size: 1.125em;
}
.l-company .company-about dl dt:before {
  content: counter(number) ".";
  padding-right: 0.5em;
}
.l-company .company-about dl div + div {
  margin-top: 3.125em;
}

/*==============================
フッター
==============================*/
.l-footer .footer-nav {
  padding: min(2.5em, 5.2vw) 0;
  background: #DEF1DE;
}
.l-footer .footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2em;
}
.l-footer .footer-nav-list a {
  line-height: 1.5;
}
@media (hover: hover) {
  .l-footer .footer-nav-list a:hover, .l-footer .footer-nav-list a:active {
    text-decoration: underline;
  }
}
.l-footer .l-copyright {
  color: #fff;
  background: #107A4E;
  text-align: center;
  line-height: 1.5;
  padding: min(1.25em, 2.51vw) 0;
}