:root {
  --wht: #fff;
  --black01: #000;
  --yellow01: #ffed00;
  --green01: #4eb635;
  --green01: #00564f;
  --green02: #128677;
  --yellow01: #ffee00;
  --yellow02: #fff9a7;
  --orange01: #f5911e;
  --gray01: #dadacd;
  --gray02: #a3a399;
  --gray03: #dcdccf;
  --gengobunka: #b4bbdd;
  --masukomyunike-syon: #99d1f2;
  --syakairinsyoushinri: #c0daa0;
  --kodomohattatsukyouiku: #ecbad1;
  --kenkoueiyou: #efbf71;
  --youzikyouiku: #d2bbff;
  --sougouseikatsu: #fff8c5;
  --bizyutsu: #eaac7a;
}

:root {
  --noto-sans: "Noto Sans JP", sans-serif;
  --oswald: "Oswald", sans-serif;
  --josefin: "Josefin Sans", sans-serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1600px;
  --outerWidth: 1200px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--noto-sans);
  color: var(--black01);
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 375 * 100vw);
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

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

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.md {
  display: none !important;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__to-top {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 60px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__to-top {
    bottom: calc(50 / 375 * 100vw);
    right: calc(50 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2 > div {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-appear-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-poyoyon {
  opacity: 0;
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-poyoyon.is-visible {
  opacity: 1;
  -webkit-animation: poyoyon2 0.7s ease-in-out forwards;
          animation: poyoyon2 0.7s ease-in-out forwards;
}

@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.c-appear-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-left.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-right.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .c-ttl-mv {
    color: var(--textBlack);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  .l-ft-sns__inner {
    padding: 0 0 0px;
  }
  .l-ft-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--black01);
    border-left: 1px solid var(--black01);
  }
  .l-ft-sns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 22px 38px;
    width: 33.3333333333%;
    position: relative;
    border-bottom: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
  }
  .l-ft-sns__item:last-of-type {
    border-right: none;
  }
  .l-ft-sns__item:hover {
    opacity: 1;
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn {
    background-color: var(--black01);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:before {
    background-color: var(--wht);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:after {
    border-color: var(--wht);
  }
  .l-ft-sns__item-textarea {
    padding-left: 17px;
    padding-right: 60px;
  }
  .l-ft-sns__item-textarea-title {
    font-size: 2.161rem;
    font-weight: bold;
    font-family: var(--josefin);
    font-weight: normal;
  }
  .l-ft-sns__item-textarea-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .l-ft-sns__item-btn {
    position: absolute;
    right: 23px;
  }
  .l-ft {
    border-top: 45px solid var(--yellow01);
    background-color: var(--gray03);
  }
  .l-ft__inner {
    max-width: 1240px;
    padding-bottom: 25px;
    margin-inline: auto;
    width: calc(100% - 50px);
  }
  .l-ft__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -25px;
  }
  .l-ft__left {
    width: 490px;
  }
  .l-ft__left-address {
    margin-top: 21px;
  }
  .l-ft__nav {
    width: calc(100% - 490px);
  }
  .l-ft__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .l-ft__nav-list-item {
    margin-right: 30px;
  }
  .l-ft__nav-list-item:last-of-type {
    margin-right: 0;
  }
  .l-ft__nav-list-item.-in-site-link a {
    position: relative;
    padding-left: 21px;
    font-size: 1.5rem;
  }
  .l-ft__nav-list-item.-in-site-link a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 15px;
    top: 50%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--black01);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ft__nav-list-item.-external-link a {
    position: relative;
    padding-right: 23px;
    font-size: 1.6rem;
  }
  .l-ft__nav-list-item.-external-link a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/icon_external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-ft__copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 24px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-ft-sns__inner {
    padding: calc(38 / 375 * 100vw) 0 0px;
  }
  .l-ft-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: calc(1 / 375 * 100vw) solid var(--black01);
    border-left: calc(1 / 375 * 100vw) solid var(--black01);
  }
  .l-ft-sns__item {
    padding: calc(13 / 375 * 100vw) calc(10 / 375 * 100vw);
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: calc(1 / 375 * 100vw) solid var(--black01);
    border-right: calc(1 / 375 * 100vw) solid var(--black01);
  }
  .l-ft-sns__item:last-of-type {
    border-right: none;
  }
  .l-ft-sns__item:hover {
    opacity: 1;
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn {
    background-color: var(--black01);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:before {
    background-color: var(--wht);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:after {
    border-color: var(--wht);
  }
  .l-ft-sns__item-icon {
    width: calc(32 / 375 * 100vw);
  }
  .l-ft-sns__item-textarea {
    padding-left: calc(7 / 375 * 100vw);
  }
  .l-ft-sns__item-textarea-title {
    font-size: calc(11 / 375 * 100vw);
    font-weight: bold;
    font-family: var(--josefin);
    font-weight: normal;
  }
  .l-ft-sns__item-textarea-text {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0;
    display: none;
  }
  .l-ft-sns__item-btn {
    position: absolute;
    right: calc(23 / 375 * 100vw);
    display: none;
  }
  .l-ft {
    border-top: calc(28 / 375 * 100vw) solid var(--yellow01);
    background-color: var(--gray03);
  }
  .l-ft__inner {
    padding-bottom: calc(20 / 375 * 100vw);
    margin-inline: auto;
    width: calc(100% - 30 / 375 * 100vw);
  }
  .l-ft__flex {
    margin-top: calc(-50 / 375 * 100vw);
  }
  .l-ft__left-logo {
    width: calc(314 / 375 * 100vw);
    margin-top: calc(33 / 375 * 100vw);
  }
  .l-ft__left-address {
    margin-top: calc(14 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
  }
  .l-ft__nav {
    margin-top: calc(31 / 375 * 100vw);
  }
  .l-ft__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-ft__nav-list.-external-link {
    display: block;
    margin-top: calc(32 / 375 * 100vw);
  }
  .l-ft__nav-list-item:last-of-type {
    margin-right: 0;
  }
  .l-ft__nav-list-item.-in-site-link a {
    position: relative;
    padding-left: calc(11 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    text-decoration: underline;
  }
  .l-ft__nav-list-item.-in-site-link a:before {
    position: absolute;
    content: "";
    width: calc(10 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    top: 50%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--black01);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ft__nav-list-item.-external-link {
    display: block;
    margin-top: calc(5 / 375 * 100vw);
  }
  .l-ft__nav-list-item.-external-link a {
    position: relative;
    padding-right: calc(21 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
  .l-ft__nav-list-item.-external-link a:before {
    position: absolute;
    content: "";
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/icon_external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-ft__copyright {
    font-size: calc(12 / 375 * 100vw);
    text-align: center;
    margin-top: calc(37 / 375 * 100vw);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-ft-sns__item {
    padding: 20px 10px 20px;
  }
  .l-ft-sns__item-textarea {
    padding-left: 5px;
    padding-right: 80px;
  }
  .l-ft__flex {
    display: block;
  }
  .l-ft__nav {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .l-header__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .l-header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  .l-header__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .l-header__logo {
    width: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .p-top {
    background-color: var(--yellow01);
    background-image: url(../img/top/bg.png);
    background-size: 28px 28px;
    background-repeat: repeat;
  }
  .p-top-mv__inner {
    max-width: 1440px;
    margin-inline: auto;
  }
  .p-top-mv__text {
    font-size: 1.4rem;
    width: 59%;
    margin-inline: auto;
    margin-top: -15.8%;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
  }
  .p-top-rank__inner {
    padding: 55px 0 50px;
    max-width: 1440px;
    margin-inline: auto;
  }
  .p-top-rank__list-item:nth-of-type(1) .p-top-rank__list-item-voice {
    margin-top: 0.3%;
    padding-left: 12%;
  }
  .p-top-rank__list-item:nth-of-type(2) {
    margin-top: -152px;
    margin-left: auto;
  }
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-img {
    width: 55.3%;
    margin-left: auto;
    margin-right: 5%;
  }
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-voice {
    margin-top: -6.3%;
    padding-right: 12%;
  }
  .p-top-rank__list-item:nth-of-type(3) {
    margin-top: -146px;
  }
  .p-top-rank__list-item:nth-of-type(3) .p-top-rank__list-item-img {
    width: 51.7%;
  }
  .p-top-rank__list-item:nth-of-type(3) .p-top-rank__list-item-voice {
    margin-top: -0.7%;
    padding-left: 9%;
  }
  .p-top-rank__list-item:nth-of-type(4) {
    margin-top: -242px;
    margin-left: auto;
  }
  .p-top-rank__list-item:nth-of-type(4) .p-top-rank__list-item-img {
    width: 54.7%;
    margin-left: auto;
    margin-right: 0%;
  }
  .p-top-rank__list-item:nth-of-type(4) .p-top-rank__list-item-voice {
    margin-top: 0.7%;
    padding-right: 13.5%;
  }
  .p-top-rank__list-item:nth-of-type(5) {
    margin-top: -216px;
  }
  .p-top-rank__list-item:nth-of-type(5) .p-top-rank__list-item-img {
    width: 46.7%;
  }
  .p-top-rank__list-item:nth-of-type(5) .p-top-rank__list-item-voice {
    margin-top: -3%;
    padding-left: 11%;
  }
  .p-top-rank__list-item:nth-of-type(5) .p-top-rank__list-item-voice-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-top-rank__list-item:nth-of-type(6) {
    margin-top: -162px;
    margin-left: auto;
  }
  .p-top-rank__list-item:nth-of-type(6) .p-top-rank__list-item-img {
    width: 41.9%;
    margin-left: auto;
    margin-right: 6.3%;
  }
  .p-top-rank__list-item:nth-of-type(6) .p-top-rank__list-item-voice {
    margin-top: 1.4%;
    padding-right: 11.3%;
  }
  .p-top-rank__list-item:nth-of-type(7) {
    margin-top: -260px;
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-img {
    width: 53%;
    margin-left: 3.3%;
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-voice {
    margin-top: -5.4%;
    padding-left: 13.3%;
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-voice-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-top-rank__list-item:nth-of-type(8) {
    margin-top: -212px;
    margin-left: auto;
  }
  .p-top-rank__list-item:nth-of-type(8) .p-top-rank__list-item-img {
    width: 54.6%;
    margin-left: auto;
    margin-right: 0%;
  }
  .p-top-rank__list-item:nth-of-type(8) .p-top-rank__list-item-voice {
    margin-top: -6.7%;
    padding-right: 12.3%;
  }
  .p-top-rank__list-item:nth-of-type(8) .p-top-rank__list-item-voice-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-top-rank__list-item:nth-of-type(9) {
    margin-top: -185px;
    position: relative;
    z-index: 20;
  }
  .p-top-rank__list-item:nth-of-type(9) .p-top-rank__list-item-img {
    width: 48%;
    margin-left: 0%;
  }
  .p-top-rank__list-item:nth-of-type(9) .p-top-rank__list-item-voice {
    margin-top: 1.6%;
    padding-left: 9%;
  }
  .p-top-rank__list-item:nth-of-type(9) .p-top-rank__list-item-voice-textbox {
    width: 28%;
  }
  .p-top-rank__list-item:nth-of-type(10) {
    margin-top: -147px;
    margin-left: auto;
    position: relative;
    z-index: 19;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-img {
    width: 59.7%;
    margin-left: auto;
    margin-right: 0%;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice-textbox {
    margin-right: 15px !important;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice {
    margin-top: -6.6%;
    padding-right: 6%;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice-icon {
    margin-top: -18px;
  }
  .p-top-rank__list-item-voice.-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-rank__list-item-voice.-left .p-top-rank__list-item-voice-textbox {
    margin-left: 35px;
  }
  .p-top-rank__list-item-voice.-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox {
    margin-right: 35px;
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox:before {
    left: unset;
    right: -18px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox:after {
    left: unset;
    right: -26px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-rank__list-item-voice-icon {
    margin-top: 15px;
  }
  .p-top-rank__list-item-voice-textbox {
    background-color: var(--wht);
    width: 30%;
    border: 4px solid var(--black01);
    padding: 15px 15px;
    position: relative;
  }
  .p-top-rank__list-item-voice-textbox:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: 22px;
    height: 28px;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .p-top-rank__list-item-voice-textbox:after {
    position: absolute;
    z-index: 9;
    content: "";
    width: 26px;
    height: 34px;
    top: 50%;
    left: -26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .p-top-rank__list-item-voice-textbox-title {
    width: 200px;
    margin-inline: auto;
  }
  .p-top-rank__list-item-voice-textbox-title img {
    width: 100%;
  }
  .p-top-rank__list-item-voice-textbox-text {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0em;
    margin-top: 8px;
    line-height: 1.7;
    font-weight: 500;
  }
  .p-top-feature__inner {
    padding-bottom: 73px;
  }
  .p-top-feature__img {
    margin-inline: auto;
    max-width: 990px;
    width: 68%;
    position: relative;
  }
  .p-top-feature__btn {
    position: absolute;
    top: 70.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--black01);
    border-radius: 100vmax;
    color: var(--wht);
    font-size: 2.4rem;
    font-weight: bold;
    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;
    width: 36%;
    height: 10%;
  }
  .p-top-investigation {
    background-color: var(--wht);
    border-top: 12px solid var(--black01);
    position: relative;
  }
  .p-top-investigation:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: -8px;
    left: 0;
    right: 0;
    background-color: var(--green01);
  }
  .p-top-investigation__inner {
    padding: 50px 0 72px;
    margin-inline: auto;
    max-width: 980px;
    width: calc(100% - 50px);
  }
  .p-top-investigation__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-investigation__textarea {
    width: 63%;
    margin-top: 27px;
  }
  .p-top-investigation__title {
    text-align: center;
  }
  .p-top-investigation__text {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-top-investigation__img {
    width: 32%;
  }
  .p-top-investigation__btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    max-width: 723px;
    margin-top: 32px;
  }
  .p-top-investigation__btn {
    background-color: var(--black01);
    border-radius: 100vmax;
    color: var(--wht);
    font-size: 2.4rem;
    font-weight: bold;
    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;
    width: 48%;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top {
    background-color: var(--yellow01);
    background-image: url(../img/top/bg.png);
    background-size: calc(17 / 375 * 100vw) calc(17 / 375 * 100vw);
    background-repeat: repeat;
  }
  .p-top-mv__inner {
    max-width: calc(1440 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-mv__text {
    font-size: calc(14 / 375 * 100vw);
    width: calc(310 / 375 * 100vw);
    margin-inline: auto;
    margin-top: calc(3 / 375 * 100vw);
    line-height: 1.75;
    letter-spacing: 0;
    text-align: left;
  }
  .p-top-rank {
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-top-rank__inner {
    padding: 0 0 calc(50 / 375 * 100vw);
    max-width: calc(1440 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-rank__list-item:nth-of-type(1) .p-top-rank__list-item-voice {
    margin-top: calc(15 / 375 * 100vw);
    padding-left: calc(53 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(2) {
    margin-left: auto;
    margin-top: calc(58 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-img {
    margin-left: auto;
    width: calc(373 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-voice {
    margin-top: calc(12 / 375 * 100vw);
    padding-right: 9%;
  }
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-voice-icon {
    width: calc(75 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(3) {
    margin-top: calc(65 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(3) .p-top-rank__list-item-img {
    margin-right: auto;
    width: calc(370 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(3) .p-top-rank__list-item-voice {
    margin-top: calc(18 / 375 * 100vw);
    padding-left: 1%;
  }
  .p-top-rank__list-item:nth-of-type(3) .p-top-rank__list-item-voice-icon {
    width: calc(103 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(4) {
    margin-left: auto;
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(4) .p-top-rank__list-item-img {
    margin-left: auto;
    width: calc(372 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(4) .p-top-rank__list-item-voice {
    margin-top: calc(18 / 375 * 100vw);
    padding-right: 12%;
  }
  .p-top-rank__list-item:nth-of-type(5) {
    margin-top: calc(45 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(5) .p-top-rank__list-item-voice {
    margin-top: calc(31 / 375 * 100vw);
    padding-left: 9%;
  }
  .p-top-rank__list-item:nth-of-type(5) .p-top-rank__list-item-voice-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: calc(78 / 375 * 100vw);
    margin-top: calc(-5 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(6) {
    margin-left: auto;
    margin-top: calc(58 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(6) .p-top-rank__list-item-img {
    width: calc(310 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-rank__list-item:nth-of-type(6) .p-top-rank__list-item-voice {
    margin-top: calc(15 / 375 * 100vw);
    padding-right: calc(34 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(6) .p-top-rank__list-item-voice-icon {
    width: calc(78 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(7) {
    margin-top: calc(62 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-voice {
    margin-top: calc(19 / 375 * 100vw);
    padding-left: calc(50 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-voice-icon {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-top-rank__list-item:nth-of-type(8) {
    margin-left: auto;
    margin-top: calc(53 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(8) .p-top-rank__list-item-voice {
    margin-top: calc(17 / 375 * 100vw);
    padding-right: calc(52 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(8) .p-top-rank__list-item-voice-icon {
    margin-top: calc(5 / 375 * 100vw);
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-top-rank__list-item:nth-of-type(9) {
    margin-top: calc(81 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(9) .p-top-rank__list-item-voice {
    margin-top: calc(18 / 375 * 100vw);
    padding-left: calc(6 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(9) .p-top-rank__list-item-voice-icon {
    width: calc(103 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(10) {
    margin-left: auto;
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice-textbox {
    margin-right: calc(15 / 375 * 100vw) !important;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice {
    margin-top: 0;
    padding-right: calc(6 / 375 * 100vw);
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice-icon {
    margin-top: calc(-16 / 375 * 100vw);
    width: calc(118 / 375 * 100vw);
  }
  .p-top-rank__list-item-voice.-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-rank__list-item-voice.-left .p-top-rank__list-item-voice-textbox {
    margin-left: calc(21 / 375 * 100vw);
  }
  .p-top-rank__list-item-voice.-left .p-top-rank__list-item-voice-textbox:before {
    left: calc(-9 / 375 * 100vw);
  }
  .p-top-rank__list-item-voice.-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox {
    margin-right: calc(20 / 375 * 100vw);
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox:before {
    left: unset;
    right: calc(-9 / 375 * 100vw);
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-rank__list-item-voice.-right .p-top-rank__list-item-voice-textbox:after {
    left: unset;
    right: calc(-14 / 375 * 100vw);
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-rank__list-item-voice-icon {
    margin-top: calc(15 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
  }
  .p-top-rank__list-item-voice-icon img {
    width: 100%;
  }
  .p-top-rank__list-item-voice-textbox {
    background-color: var(--wht);
    width: calc(222 / 375 * 100vw);
    border: calc(3 / 375 * 100vw) solid var(--black01);
    padding: calc(11 / 375 * 100vw) calc(3 / 375 * 100vw);
    position: relative;
  }
  .p-top-rank__list-item-voice-textbox:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: calc(22 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    top: 50%;
    left: calc(-18 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .p-top-rank__list-item-voice-textbox:after {
    position: absolute;
    z-index: 9;
    content: "";
    width: calc(14 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    top: 50%;
    left: calc(-14 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .p-top-rank__list-item-voice-textbox-title {
    width: calc(140 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-rank__list-item-voice-textbox-text {
    font-size: calc(12 / 375 * 100vw);
    text-align: center;
    letter-spacing: 0em;
    margin-top: calc(8 / 375 * 100vw);
    line-height: 1.5;
    font-weight: 500;
  }
  .p-top-feature {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-top-feature__inner {
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .p-top-feature__img {
    margin-inline: auto;
    position: relative;
  }
  .p-top-feature__btn {
    position: absolute;
    top: calc(464 / 375 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--black01);
    border-radius: 100vmax;
    color: var(--wht);
    font-size: calc(22 / 375 * 100vw);
    font-weight: bold;
    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;
    width: calc(275 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  .p-top-investigation {
    background-color: var(--wht);
    border-top: calc(6 / 375 * 100vw) solid var(--black01);
    position: relative;
  }
  .p-top-investigation:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 375 * 100vw);
    top: calc(-4 / 375 * 100vw);
    left: 0;
    right: 0;
    background-color: var(--green01);
  }
  .p-top-investigation__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(72 / 375 * 100vw);
    margin-inline: auto;
    max-width: calc(980 / 375 * 100vw);
    width: calc(100% - 50 / 375 * 100vw);
  }
  .p-top-investigation__title {
    text-align: center;
    margin-inline: auto;
    width: calc(280 / 375 * 100vw);
  }
  .p-top-investigation__text {
    font-size: calc(14 / 375 * 100vw);
    font-weight: 500;
    margin-top: calc(17 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0;
  }
  .p-top-investigation__img {
    margin-inline: auto;
    width: calc(220 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-top-investigation__btn-area {
    margin-inline: auto;
    margin-top: calc(87 / 375 * 100vw);
  }
  .p-top-investigation__btn-area > * + * {
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-top-investigation__btn {
    background-color: var(--black01);
    border-radius: 100vmax;
    color: var(--wht);
    font-size: calc(22 / 375 * 100vw);
    font-weight: bold;
    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;
    height: calc(60 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
    margin-inline: auto;
  }
}
@media screen and (max-width: 1430px) and (min-width: 769px) {
  .p-top-rank__list-item:nth-of-type(2) .p-top-rank__list-item-img {
    width: 52.3%;
  }
  .p-top-rank__list-item:nth-of-type(4) .p-top-rank__list-item-img {
    width: 53%;
  }
  .p-top-rank__list-item:nth-of-type(7) .p-top-rank__list-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 1230px) and (min-width: 769px) {
  .p-top-rank__list-item:nth-of-type(2) {
    margin-top: -52px;
  }
  .p-top-rank__list-item:nth-of-type(3) {
    margin-top: -36px;
  }
  .p-top-rank__list-item:nth-of-type(4) {
    margin-top: -82px;
  }
  .p-top-rank__list-item:nth-of-type(5) {
    margin-top: 4px;
  }
  .p-top-rank__list-item:nth-of-type(6) {
    margin-top: -72px;
  }
  .p-top-rank__list-item:nth-of-type(7) {
    margin-top: -80px;
  }
  .p-top-rank__list-item:nth-of-type(8) {
    margin-top: -102px;
  }
  .p-top-rank__list-item:nth-of-type(9) {
    margin-top: -35px;
  }
  .p-top-rank__list-item:nth-of-type(10) {
    margin-top: -67px;
  }
  .p-top-rank__list-item:nth-of-type(10) .p-top-rank__list-item-voice-icon {
    width: 140px;
    margin-top: 10px;
  }
  .p-top-rank__list-item-voice-icon {
    height: 100px;
    width: auto;
  }
  .p-top-rank__list-item-voice-icon img {
    height: 100%;
    width: auto;
  }
  .p-top-rank__list-item-voice-textbox-title {
    width: 70%;
  }
  .p-top-rank__list-item-voice-textbox-text {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */