@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Koburina Gothic StdN", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5rem 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.fv {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}

.title {
  padding-top: 3rem;
}
.title_img {
  width: 65rem;
  margin: 0 auto;
}

.label {
  margin-top: 1rem;
}
.label_img {
  width: 65rem;
  margin: 0 auto;
}

.badge {
  display: flex;
  gap: 4rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
  justify-content: center;
}
.badge_img {
  width: 15rem;
}

.list {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.list_title {
  display: block;
  margin: 0 auto;
  align-items: center;
}

.crown_img {
  width: 5rem;
  margin: 0 auto 1rem;
}

.list_title p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
}

.list_title h2 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 300;
}

.list_btn_cover {
  display: block;
  text-align: center;
  padding: 5rem 0;
}

.list_btn {
  display: inline-block;
  padding: 3.2rem 3.5rem;
  font-size: 2rem;
  /* フォントサイズ */
  color: white;
  /* 文字色 */
  background-color: #4C9CFF;
  /* ボタンの背景色 */
  text-decoration: none;
  /* 下線を消す */
  border-radius: 4.5rem;
  /* 角を丸くする */
  transition: background-color 0.3s ease;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.5);
}

.scroll_containers {
  width: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.not_scroll_container {
  width: 19rem;
  /* 表示幅を指定 */
}

.scroll_container {
  position: relative;
  width: 80rem;
  /* 表示幅を指定 */
  margin: 0 auto;
  overflow-x: auto;
  /* 横スクロールを有効化 */
  overflow-y: hidden;
  /* 縦スクロールを無効化 */
  white-space: nowrap;
  /* コンテンツの改行を防止 */
  border: 1px solid #ddd;
  /* オプション: 境界線 */
  scrollbar-width: auto;
  /* Firefoxでスクロールバーを表示 */
  padding: 0;
  margin-bottom: 4rem;
}

.scroll_content {
  display: inline-block;
  /* 横スクロールを可能にする */
}

.scroll_content img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.list_container {
  position: relative;
  width: 80rem;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 4rem;
}

.list_content_img {
  width: 70rem;
}

.list_container::after {
  content: "";
  width: 16rem;
  background: url(../img/attention.png) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0rem;
  top: -28%;
  left: -16%;
  z-index: 1;
}

.list_btn_wrap {
  display: flex;
  width: 70rem;
  gap: 1.1rem;
  text-align: center;
  margin-top: 1rem;
}

.list_product_btn_h {
  display: block;
  padding: 1.5rem 2.7rem;
  text-align: center;
  font-size: 1.5rem;
}

.list_product_btn {
  display: inline-block;
  padding: 1.5rem 2rem;
  text-decoration: none;
  color: #fff;
  background-color: #FFAF4B;
  /* ボタンの背景色 */
  border-radius: 2rem;
  font-size: 1.8rem;
  text-align: center;
  transition: background-color 0.3s;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.5);
}

.worries {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #eeeeee;
}
.worries_title {
  text-align: center;
  margin: 0 auto 3rem;
}

.worries::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 43%;
  border-width: 5rem 7rem 5rem 7rem;
  border-style: solid;
  border-color: #eeeeee transparent transparent transparent;
  z-index: 1;
}

.worries_title p {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.worries_title h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

.worries_title h2 span {
  position: relative;
}

.worries_title h2 span::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #4C9CFF;
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.worries_content {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.worries_img {
  width: 33rem;
}

.worries_box {
  position: relative;
  background-color: #fff;
  border-radius: 4.5rem;
  padding: 6rem 4rem;
  z-index: 1;
}
.worries_box ul li {
  position: relative;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 4rem;
  z-index: 3;
}

.worries_box ul li:last-child {
  margin-bottom: 0;
}

.worries_box::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -17%;
  border-width: 4rem;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.worries_box ul li::after {
  content: "";
  width: 100%;
  /* 横線の長さ */
  height: 0.3rem;
  /* 横線の太さ */
  background-color: #98C6FF;
  /* 横線の色 */
  position: absolute;
  /* 親要素に対して配置 */
  bottom: -0.9rem;
  /* 親要素の下部に配置 */
  left: 0;
}

.bold_txt {
  background: linear-gradient(transparent 60%, rgba(255, 175, 75, 0.7) 60%);
  font-weight: 600;
  z-index: 3;
}

.solution {
  background: url(../img/worries_back.jpg) no-repeat;
  background-position: center;
  /* 画像を中央に配置 */
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 8rem 2rem 6rem;
}
.solution_box {
  position: relative;
  background-color: #fff;
  border-radius: 4.5rem;
  width: 50rem;
  padding: 5rem 0;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.3rem;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.5);
}
.solution_box p {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 5.5rem;
}

.doctor_img {
  width: 16rem;
  margin: 0 7rem;
}

.big_bold_txt {
  background: linear-gradient(transparent 60%, rgba(255, 175, 75, 0.7) 60%);
  font-size: 4rem;
  font-weight: 600;
  z-index: 3;
}

.solution_box::after {
  content: "";
  position: absolute;
  top: 10%;
  left: -12%;
  border-width: 4rem;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.actually {
  background: url(../img/actually_back.jpg) no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 10rem 0 10rem;
}
.actually_title {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
.actually_title h2 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.actually_text {
  width: 80rem;
  display: block;
  margin: 0 auto 2rem;
  text-align: left;
}
.actually_text p {
  font-size: 2.7rem;
  font-weight: 300;
}

.superbig_bold_txt {
  position: relative;
  font-size: 5rem;
  font-weight: 600;
  z-index: 3;
}

.superbig_bold_txt::before {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  height: 2rem;
  background: rgba(255, 175, 75, 0.7);
  z-index: -1;
}

.actually_point::before {
  content: "";
  width: 9rem;
  background: url(../img/actually.png) no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0rem;
  top: -380%;
  left: 20%;
  z-index: 1;
}

.actually_point {
  position: relative;
}

.common_bold {
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.graph_img {
  width: 80rem;
  margin: 0 auto 2rem;
}

.actually_cover {
  max-width: 80rem;
  padding: 3.5rem 0rem;
  margin: 0 auto;
  color: white;
  /* 文字色 */
  text-align: center;
  background-color: #4C9CFF;
  /* ボタンの背景色 */
  text-decoration: none;
  /* 下線を消す */
  border-radius: 4.5rem;
  /* 角を丸くする */
  transition: background-color 0.3s ease;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.5);
}
.actually_cover p {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  line-height: normal;
}

.actually_solution {
  position: relative;
  font-size: 6.5rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  z-index: 3;
}

.actually_solution::after {
  content: "";
  width: 58rem;
  background: url(../img/line1.png) no-repeat;
  position: absolute;
  background-size: cover;
  bottom: 0rem;
  top: 63%;
  left: 15%;
  z-index: -1;
}

.proteoglycan {
  padding: 3rem 0;
}

.common_title {
  position: relative;
  color: #4C9CFF;
}
.common_title h2 {
  font-size: 3.5rem;
  text-align: left;
  letter-spacing: 0.2rem;
}
.common_title h3 {
  font-size: 3rem;
  text-align: left;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
  line-height: 1.5;
}

.common_title::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: #4C9CFF;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}

.common_text p {
  font-size: 2.7rem;
  font-weight: 300;
  text-align: left;
  margin-bottom: 2rem;
  line-height: normal;
}

.common_tips {
  border: 0.2rem solid #98C6FF;
  margin-bottom: 3rem;
}
.common_tips h3 {
  line-height: 0.79;
  background-color: #98C6FF;
  font-size: 7rem;
  text-align: left;
  color: transparent;
  /* 文字の中を透明に */
  -webkit-text-stroke: 0.1rem white;
  /* 文字の輪郭に白線 */
  text-stroke: 0.1rem white;
  /* (必要に応じて) 非Webkitブラウザ用 */
}

.common_tips_text {
  padding: 2rem 2rem;
}
.common_tips_text p {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
  line-height: normal;
}
.common_tips_text li {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}

.voice_title {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 4rem;
}
.voice_title h3 {
  font-size: 3rem;
  text-align: left;
  font-weight: 300;
}

.voice_title::after {
  content: "";
  width: 0.7rem;
  height: 5rem;
  background-color: #4C9CFF;
  position: absolute;
  top: -34%;
  left: 0;
}

.voice_img {
  width: 9rem;
}

.voices {
  display: flex;
  gap: 2rem;
}

.voice_box_p {
  max-width: 40rem;
  border: 0.3rem solid #F5B7FF;
  border-radius: 4.5rem;
  padding: 2.5rem 2.5rem;
  margin-bottom: 2rem;
}

.voice_box_b {
  max-width: 40rem;
  border: 0.3rem solid #98C6FF;
  border-radius: 4.5rem;
  padding: 2.5rem 2.5rem;
  margin-bottom: 2rem;
}

.voice_box_wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.voice_name {
  position: relative;
  max-width: 25rem;
  margin-bottom: 1rem;
}
.voice_name p {
  font-size: 1.5rem;
  font-weight: 300;
}

.voice_text {
  max-width: 25rem;
}
.voice_text p {
  font-size: 1.4rem;
  font-weight: 300;
}

.voice_name::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}

.points {
  padding: 0 0;
}

.point_wrap {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.point_box {
  max-width: 60rem;
}
.point_box h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.point_box p {
  font-size: 2.7rem;
  font-weight: 300;
}

.point_img {
  width: 14rem;
}

.big_num {
  font-family: "DIN", sans-serif;
  font-weight: bold;
  font-size: 10rem;
  line-height: 1;
}

.choice {
  width: 100%;
  background-color: #98C6FF;
  padding: 9.2rem 0;
  text-align: center;
}
.choice p {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}

.num_font {
  font-family: "DIN", sans-serif;
}

.conclusion {
  max-width: 80rem;
  background-color: #98C6FF;
  border-radius: 4.5rem;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 4rem 0;
}
.conclusion_box {
  width: 18rem;
  margin: 0 auto;
  background-color: #98C6FF;
  border: 0.5rem solid #ffffff;
  padding: 1.2rem 0rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  overflow: hidden;
}
.conclusion_box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: 3rem;
  margin-right: -3rem;
}
.conclusion_txt {
  margin-bottom: 3rem;
}
.conclusion_txt p {
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
.conclusion_point {
  position: relative;
}
.conclusion_point p {
  position: relative;
  font-size: 10rem;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  z-index: 1;
}

.hurigana {
  position: absolute;
  top: -0.5rem;
  left: 28%;
  display: flex;
  margin: 0 auto;
  gap: 24.5rem;
  justify-content: center;
}
.hurigana p {
  font-size: 2rem;
}

.conclusion_point::after {
  content: "";
  width: 50rem;
  background: url(../img/line2.png) no-repeat;
  position: absolute;
  background-size: cover;
  bottom: 0rem;
  top: 45%;
  left: 19%;
  z-index: 0;
}

.link {
  width: 100%;
  background-color: #eeeeee;
  padding: 4rem 0;
}
.link_title {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  color: #4C9CFF;
}
.link_title h2 {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
.link_list {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.link_list a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: normal;
}

.link_list a:not(:last-child)::after {
  content: "|";
  margin: 0 1rem;
  color: #ccc;
}

.link_title::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background-color: #4C9CFF;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}

.product {
  padding: 6rem 0 0rem;
}
.product_title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.product_name {
  width: 66rem;
  position: relative;
  color: #4C9CFF;
}
.product_name h2 {
  font-size: 5rem;
  text-align: left;
  letter-spacing: 0.2rem;
  margin-bottom: 0rem;
  margin-left: 2rem;
}

.product_name::after {
  content: "";
  width: 95%;
  height: 0.5rem;
  background-color: #4C9CFF;
  position: absolute;
  bottom: -0.9rem;
  left: 2rem;
}

.no_img {
  width: 12rem;
}

.product_about {
  display: flex;
  width: 100%;
  gap: 6rem;
  margin-bottom: 3rem;
  padding: 0 3rem;
}

.product_img {
  width: 20rem;
}

.product_txt {
  max-width: 50rem;
}
.product_txt p {
  font-size: 2rem;
  font-weight: 300;
}

.supplement {
  padding-bottom: 6rem;
}

.staff_img {
  width: 30rem;
}

.site_btn_cover {
  width: 80rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.site_btn {
  width: 100%;
  display: inline-block;
  padding: 3.2rem 3.5rem;
  font-size: 4rem;
  /* フォントサイズ */
  color: white;
  /* 文字色 */
  background-color: #FFAF4B;
  /* ボタンの背景色 */
  text-decoration: none;
  /* 下線を消す */
  border-radius: 4.5rem;
  /* 角を丸くする */
  transition: background-color 0.3s ease;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.5);
}

.product_info {
  width: 100%;
  /* 表の幅を100%に設定 */
  border-collapse: collapse;
  /* 枠線の重複を除去 */
  margin-bottom: 3rem;
}

.product_info th {
  background-color: #4C9CFF;
  /* ヘッダーの背景色 */
  text-align: left;
  padding: 2rem 2rem;
  font-size: 2rem;
  color: #fff;
}

.product_info td {
  border: 0.1rem solid #fff;
  /* セルの枠線 */
  padding: 2rem 2rem;
  /* 余白 */
  text-align: left;
  /* 左揃え */
  font-size: 1.8rem;
  font-weight: 300;
}

.product_info td:first-child {
  width: 33rem;
  /* 1列目の幅を33remに設定 */
  background-color: #98C6FF;
  white-space: nowrap;
  /* テキストが改行されないように */
}

.product_info td:last-child {
  width: auto;
  /* 残りの幅を自動調整 */
  background-color: #eeeeee;
}

.summary {
  width: 80rem;
  margin: 0 auto;
  padding: 0 0 6rem;
}

.footer {
  width: 100%;
  background-color: #404040;
  padding: 6rem 6rem;
  text-align: center;
}
.footer_box {
  margin: 0 auto;
}

.footer_title {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
}
.footer_title h2 {
  font-size: 3rem;
  text-align: left;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

.footer_list {
  max-width: 80rem;
  margin: 0 auto 2rem;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer_list a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: normal;
}

.footer_list a:not(:last-child)::after {
  content: "|";
  margin: 0 1rem;
  color: #fff;
}

.footer_title::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}

.about_link {
  text-align: center;
  margin-bottom: 2rem;
}
.about_link a {
  font-size: 1.5rem;
  color: #0073ff;
  font-weight: 300;
}

.footer_copy-txt {
  font-size: 2rem;
  color: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .title_img {
    width: 70rem;
  }
  .label_img {
    width: 70rem;
  }
  .badge_img {
    width: 15rem;
  }
  .list_container {
    width: 70rem;
  }
  .inner {
    max-width: 70rem;
    padding: 0 2rem;
  }
  .list_title p {
    font-size: 2.7rem;
  }
  .list_title h2 {
    font-size: 5rem;
  }
  .list_btn {
    font-size: 3rem;
    margin-top: 3rem;
  }
  .worries_title p {
    font-size: 3rem;
  }
  .worries_title h2 {
    font-size: 5rem;
  }
  .worries_box {
    width: 60rem;
  }
  .worries_box ul li {
    font-size: 4rem;
  }
  .common_title h3 {
    font-size: 4rem;
  }
  .common_text p {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .common_tips {
    margin-bottom: 8rem;
  }
  .common_tips_text p {
    font-size: 3rem;
  }
  .common_tips_text li {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2;
  }
  .point_box {
    max-width: 52rem;
    margin-bottom: 3rem;
  }
  .choice p {
    font-size: 3.8rem;
  }
  .voice_title h3 {
    font-size: 4rem;
  }
  .voice_title::after {
    top: -24%;
  }
  .product_info {
    margin-bottom: 8rem;
  }
  .product_info th {
    font-size: 3rem;
  }
  .product_info td {
    font-size: 2.5rem;
  }
  .list_btn_wrap {
    gap: 1.2rem;
    margin-top: 1rem;
  }
  .list_product_btn_h {
    font-weight: 600;
    padding: 3rem 3.5rem;
    font-size: 2rem;
  }
  .list_product_btn {
    padding: 3rem 1rem;
    font-size: 2rem;
  }
  .site_btn_cover {
    width: 90%;
  }
}
.br-sp {
  display: none;
}

@media (max-width: 992px) {
  .br-sp {
    display: block;
  }
  .worries_content {
    max-width: 60rem;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .worries_content {
    gap: 8rem;
  }
  .worries_box {
    width: 60rem;
  }
  .worries_box ul li {
    font-size: 4rem;
  }
  .worries_img {
    width: 40rem;
  }
  .worries_box::after {
    top: 100%;
    left: 44%;
    border-color: #fff transparent transparent transparent;
  }
  .common_title h2 {
    text-align: center;
    font-size: 5rem;
  }
  .actually_title h2 {
    font-size: 2.3rem;
  }
  .scroll_container {
    max-width: 70rem;
  }
  .scroll_content img {
    width: 208rem;
  }
  .graph_img {
    max-width: 70rem;
  }
  .actually_text {
    max-width: 70rem;
  }
  .actually_cover {
    max-width: 70rem;
  }
  .inner {
    max-width: 80rem;
    margin-bottom: 8rem;
  }
  .no_img {
    width: 13.2rem;
  }
  .summary {
    max-width: 70rem;
  }
  .footer_box {
    max-width: 70rem;
  }
  .footer_title {
    max-width: 70rem;
  }
  .footer_list {
    max-width: 70rem;
  }
  .conclusion {
    max-width: 70rem;
  }
  .link_title {
    max-width: 70rem;
  }
  .link_list {
    max-width: 70rem;
  }
  .link_list a {
    font-size: 2rem;
  }
  .product_name h2 {
    font-size: 5rem;
  }
  .product_about {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .product_txt {
    width: 100%;
    max-width: none;
  }
  .product_txt p {
    font-size: 3rem;
  }
  .staff_img {
    width: 70rem;
  }
  .voices {
    display: block;
  }
  .voice_box_p {
    max-width: none;
  }
  .voice_box_b {
    max-width: none;
  }
  .voice_name {
    max-width: none;
  }
  .voice_name p {
    font-size: 2.7rem;
  }
  .voice_text {
    max-width: none;
  }
  .voice_text p {
    font-size: 2.5rem;
  }
  .voice_img {
    max-width: 20rem;
  }
  .list_container::after {
    content: none;
    width: 8rem;
    top: 25%;
    left: -9%;
  }
  .scroll_containers {
    width: 70rem;
  }
  .actually_solution::after {
    left: 10%;
  }
  .conclusion_point::after {
    left: 15%;
  }
  .hurigana {
    left: 25%;
  }
}
.fv {
  background: url(../img/bg.jpg) 0% 0%/100% no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.fv_sub_title {
  width: 46rem;
  margin: 0 auto 2.3rem;
}
.fv_title {
  width: 70.9rem;
  margin: 0 auto 2rem;
}
.fv_label {
  width: 60.15rem;
  margin: 0 auto;
}

.ranking {
  position: relative;
  background-color: #fff;
  padding: 5rem 0;
}
.ranking_title {
  width: 56.7rem;
  margin: 0 auto;
}

.titles {
  text-align: center;
}
.titles_p {
  font-size: 3.678rem;
  font-weight: bolder;
  color: #093a6a;
  line-height: 1;
  margin-top: 2.5rem;
}

.possible {
  font-size: 3.678rem;
  color: #fff;
  font-weight: bolder;
  font-family: "YuGoStdN", "Yu Gothic", sans-serif;
}
.possible span {
  background-color: #4c9ce0;
  border-radius: 1rem;
  padding: 0.4rem 0.9rem 0.2rem;
  margin-left: 0.2rem;
}

.possible span:nth-of-type(2n) {
  background-color: #0272d0;
}

.rank {
  width: 73rem;
  margin: 0 auto 1rem;
  text-align: center;
  padding: 5rem 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.logo {
  width: 12rem;
  margin: 0 auto 1rem;
}

.logo2 {
  width: 13rem;
  margin: 0 auto 1rem;
}

.logo3 {
  width: 19rem;
  margin: 0 auto 1rem;
}

.rank_small {
  font-size: 1.6rem;
}

.rank_mid {
  font-size: 2rem;
}

.rank_s_small {
  font-size: 1.7rem;
}

.rank td {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b2b2b;
  padding: 2rem 0;
}

.rank_name td {
  color: #0a81e5 !important;
  font-size: 2.2rem !important;
  align-content: center;
  letter-spacing: -0.05rem;
}

.rank_name td:nth-of-type(2) {
  position: relative;
  padding-top: 5rem;
}

.rank_name td:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/no1-rank.png) 0% 0%/100% no-repeat;
  width: 17.4rem;
  height: 9rem;
  top: -7rem;
  left: 0.6rem;
}

.rank_name td:nth-of-type(3) {
  position: relative;
  padding-top: 5.5rem;
}

.rank_name td:nth-of-type(3)::before {
  position: absolute;
  content: "";
  background: url(../img/no2-rank.png) 0% 0%/100% no-repeat;
  width: 9.7rem;
  height: 7rem;
  top: -5rem;
  left: 5rem;
}

.rank_name td:nth-of-type(4) {
  position: relative;
  padding-top: 5rem;
}

.rank_name td:nth-of-type(4)::before {
  position: absolute;
  content: "";
  background: url(../img/no3-rank.png) 0% 0%/100% no-repeat;
  width: 9.7rem;
  height: 7rem;
  top: -5rem;
  left: 5rem;
}

#rank table tr:first-child td:nth-of-type(1) {
  width: 13rem;
  background-color: #093a6a;
  border-top: 0.3rem solid #0053a4;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid #0053a4;
  border-top-left-radius: 2rem;
}

#rank table tr td:nth-of-type(1) {
  width: 13rem;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  align-content: center;
  background-color: #093a6a;
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #0053a4;
}

#rank table tr td:nth-of-type(2) {
  width: 20rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b2b2b;
  background-color: #fffde0;
  border-top: 0.3rem solid #093a6a;
  border-right: 0.3rem solid #093a6a;
}

#rank table tr td:nth-of-type(3) {
  align-content: center;
  width: 20rem;
  background-color: #fff;
  border-top: 0.3rem solid #093a6a;
  border-right: 0.3rem solid #093a6a;
}

#rank table tr td:nth-of-type(4) {
  align-content: center;
  width: 20rem;
  background-color: #fff;
  border-top: 0.3rem solid #093a6a;
  border-right: 0.3rem solid #093a6a;
}

#rank table tr:first-child td:nth-of-type(4) {
  width: 20rem;
  background-color: #fff;
  border-top: 0.3rem solid #093a6a;
  border-right: 0.3rem solid #093a6a;
  border-top-right-radius: 2rem;
}

#rank table tr:last-child td:nth-of-type(1) {
  border-bottom-left-radius: 2rem;
  border-bottom: 0.3rem solid #0053a4;
}

#rank table tr:last-child td:nth-of-type(2) {
  padding: 4rem 0;
  font-size: 1.8rem;
  border-bottom: 0.3rem solid #093a6a;
}

#rank table tr:last-child td:nth-of-type(3) {
  padding: 4rem 0;
  border-bottom: 0.3rem solid #093a6a;
}

#rank table tr:last-child td:nth-of-type(4) {
  padding: 4rem 0;
  border-bottom-right-radius: 2rem;
  border-bottom: 0.3rem solid #093a6a;
}

.w_circle {
  width: 4.7rem;
  margin: 0 auto 1rem;
}

.s_circle {
  width: 4.7rem;
  margin: 0 auto 2.5rem;
}

.rank_btn {
  width: 16.8rem;
  margin: 0 auto 1rem;
}

.blue_txt {
  text-align: right;
  font-size: 1.9rem;
  color: #093a6a;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}

.gray_txt {
  text-align: right;
  font-size: 1.9rem;
  color: #606870;
  line-height: 1;
  margin-bottom: 1rem;
}

.red {
  font-size: 1.5rem;
  color: #ff2a00;
  letter-spacing: -0.1rem;
}

/*# sourceMappingURL=style.css.map */