@charset "utf-8";

/* 初期化 */
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 1.0rem;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

a {
  text-decoration: none;
}

h1, h2, h3, ul, li, dl, dt, dd, ol, main, div, p, a {
  line-height: 1.0rem;
  margin: 0;
  padding: 0;
}

ul, li, dl, ol {
  list-style-type: none;
}

div {
  display: block;
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

.m_sp {
  display: none;
}

header {
  width: 100vw;
  background: #ffffff;
  position: fixed;
  z-index: 10;
}

.m_header_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

h1 {
  width: calc(100% / 4);
  height: auto;
}

h1 a {
  line-height: 1.0rem;
  display: block;
}

button.hamburger {
  display: none;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem); /* レスポンシブ */
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}

h2 span {
  display: inline-block;
  background: linear-gradient(120deg, #17aee3 30%, #ffba26 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-size: cover;        /* ← 全体をカバー */
  background-position: center;   /* ← 中央寄せ */
  background-repeat: no-repeat;  /* ← リピート防止 */
}

.m_header_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.m_header_menu li {
  margin-left: 1.75rem;
}

.m_header_menu li:first-child {
  margin-left: 0;
}

.m_header_menu li a {
  color: #666666;
  padding-bottom: 5px;
  background-image: linear-gradient(#666666, #666666);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 2px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  font-weight: bold;
}

.m_header_menu li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px; /* 下線の横幅を100%にする */
}

.m_header_menu li a.m_btn_entry {
  font-size: 125%;
  color: #ffffff;
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, #ff9c4c, #ff561b);
  border-radius: 10px;
  display: block;
  margin-bottom: 0;
}

.m_header_menu li a.m_btn_entry:hover, .m_btn_entry_big a:hover {
  background: #ff561b;
}

main {
  background: #ffffff;
  width: 100%;
  padding-top: 80px;
}

.m_kv {
  width: 100%;
  border-bottom: 1px solid #666666;
  margin-bottom: 50px;
}

.m_btn_entry {
  text-align: center;
  margin-bottom: 70px;
}

.m_inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.m_btn_entry_big {
  display: flex;
  width: 70%;
  margin: 0 auto 15px;
}

.m_inner .m_btn_entry_big, .m_inner .m_btn_sample {
  width: 600px;
}

.m_inner .m_btn_sample {
  margin: 0 auto;
  display: flex;
}

.m_btn_entry_big a, .m_inner .m_btn_sample a {
  display: block;
  width: 100%;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 2rem 1.5rem;
  background: linear-gradient(90deg, #ff9c4c, #ff561b);
  border-radius: 100vmax;
  position: relative;
}

.m_inner .m_btn_sample a {
  background: #17AEE3;
  background: linear-gradient(90deg,#17AEE3, #1392BF);
}

.m_inner .m_btn_sample a:hover {
  background: #1392BF;
}

.m_btn_entry_big a span, .m_inner .m_btn_sample a span {
  position: absolute;
  right: 20px;
  top: 10%;
  font-size: 200%;
}

.m_inner .m_btn_sample a span {
  right: 40px;
  top: 28%;
  font-size: 110%;
}

article {
  padding-top: 100px;
  padding-bottom: 100px;
}

article.m_copy {
  padding-top: 0;
}

article.m_blue {
  background: #cff2ff;
}

.m_copy_txt {
  text-align: center;
  font-weight: bold;
  font-size: 175%;
  margin-bottom: 60px;
}

strong.m_txt_mark {
  background: #ffe560;
}

.m_copy_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.m_copy_list_inner {
  align-self: stretch;
  width: calc(100% / 3 - 45px);
}

.m_copy_list_img {
  text-align: center;
  margin-bottom: 40px;
}

.m_copy_list_img img {
  width: 70%;
  margin-bottom: 20px;
}

.m_copy_list_img p {
  font-size: 94%;
  line-height: 1.5rem;
}

.m_copy_list_txt {
  position: relative;
  padding: 1.75rem;
}

.m_copy_list_txt:before, .m_copy_list_txt:after{ 
  content:'';
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.m_copy_list_txt:before{
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  top:0;
  left: 0;
}

.m_copy_list_txt:after{
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  bottom:0;
  right: 0;
}

.m_copy_list_txt p {
  margin: 0; 
  padding: 0;
  font-size: 130%;
  line-height: 1.75rem;
  text-align: center;
  font-weight: bold;
}

.m_result {
  position: relative;
  background: linear-gradient(120deg, #70c5e3, #ffed92);
}

.triangle {
  position: absolute;
  top: 0;
  left: calc(100% / 2 - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 50px solid #ffffff;
  border-bottom: 0;
}

.m_result .m_inner {
  margin-bottom: 50px;
}

.m_result .m_copy_txt {
  line-height: 2.75rem;
}

article.m_detail {
  width: 70%;
  margin: 0 auto;
}

.m_list article, .m_step {
  position: relative;
  padding: 40px;
  margin-bottom: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.m_step {
  margin-bottom: 100px;
}

.m_list article:last-child, .m_step:last-child {
  margin-bottom: 0;
}

.m_step:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #86cbe3;
  margin-left: calc(50% - 15px - 40px);
  margin-top: 80px;
  position: absolute;
}

.m_step:last-child:after {
  border: 0;
  margin: 0;
  padding: 0;
}

.m_list .m_list_number {
  position: absolute;
  left: 40px;
  top: -5px;
  color: #17aee3;
  font-size: 380%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m_list_inner, .m_voice_inner {
  display: flex;
  justify-content: space-between;
}

.m_list article:nth-child(even) .m_list_inner, .m_voice:nth-child(even) .m_voice_inner {
  flex-direction: row-reverse;
}

.m_list_inner_txt {
  width: calc(70% - 20px);
  margin-right: 20px;
}

.m_list article:nth-child(even) .m_list_inner_txt {
  margin:0;
  margin-left: 20px;
}

.m_list_inner_img {
  width: 30%;
}

.m_list_inner_txt h1 {
  width: 100%;
  font-size: 180%;
  line-height: 2.3rem;
  margin-bottom: 10px;
}

.m_list_inner_txt p {
  line-height: 1.5rem;
}

.m_chk_img img:first-child {
  margin-bottom: 20px;
}

.m_step_number {
  position: absolute;
  background: #17aee3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5rem;
  font-size: 220%;
  top: -20px;
  left: -20px;
  font-weight: bold;
}

.m_step_number span {
  font-size: 40%;
}

.m_step_inner p {
  text-align: center;
  font-weight: bold;
  font-size: 180%;
  line-height: 1.0em;
}

.m_btn_area p {
  line-height: 1.0em;
  margin-bottom: 20px;
}

.m_voice {
  padding: 0;
  margin-bottom: 30px;
}

.m_voice:last-child {
  margin-bottom: 0;
}

.m_voice_inner {
  position: relative;
  align-items: flex-start;
}

.m_voice_prof {
  width: 160px;
  margin-right: 15px;
}

.m_voice:nth-child(even) .m_voice_prof {
  margin: 0;
  margin-left: 15px;
}

.m_voice_prof img {
  margin-bottom: 10px;
}

.m_voice_name {
  line-height: 1.25em;
  text-align: center;
}

.m_voice_txt {
  position: relative;
  width: calc(100% - 160px - 15px);
  border: 3px solid #17aee3;
  border-radius: 15px;
  box-sizing: border-box;
  background: #ffffff;
  padding: 25px;
  display: inline-block;
}

.m_voice_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.m_voice_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #17aee3;
  z-index: 1;
}

.m_voice:nth-child(even) .m_voice_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: unset;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.m_voice:nth-child(even) .m_voice_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: unset;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #17aee3;
  z-index: 1;
}

.m_voice_txt p {
  line-height: 1.5rem;
}

.m_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_links li {
  width: calc(100% / 3 - 30px);
  margin-bottom: 20px;
}

.m_links li:nth-child(n + 4) {
  margin-bottom: 0;
}

.m_links li a {
  display: block;
  border: 1px solid #aaaaaa;
  line-height: 0;
}

.m_links li a:hover {
  opacity: 0.6;
}

footer .m_inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.m_footer_nav nav {
  margin-bottom: 10px;
}

.m_footer_nav ul {
  display: flex;
}

.m_footer_nav li {
  line-height: 1.0rem;
}

.m_footer_nav li:after {
  content: " | ";
  color: #666666;
  padding: 0 5px;
}

.m_footer_nav li:last-child:after {
  content: none;
  padding: 0;
}

.m_footer_nav li a {
  font-size: 90%;
  color: #666666;
}

.m_footer_nav li a:hover {
  text-decoration: underline;
}

.m_footer_copyright {
  font-size: 80%;
  line-height: 1.0rem;
}

.m_footer_pmark a {
  display: block;
}

/* アニメーション */
/* トップ画像 */
.m_kv {
  animation-name: fadein;
  animation-duration: 3s;
}

@keyframes fadein{
  from{
    opacity: 0;
    transform: translatey(20px);
  }

  to{
    opacity: 1;
    transform: translatey(0);
  }
}

/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* スライダーを表示する親コンテナ */
.slider-container {
  display: flex;
  overflow: hidden;
}

/* スライダー本体 */
.slider-wrapper {
  display: flex;
  animation: horizontal-animation 60s linear infinite;
}

/* スライドコンテンツ */
.slide {
  width: 180px;
  margin-right: 20px;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 820px) {
  .m_header_inner {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    margin-left: 20px;
    width: 60%;
  }

  .m_header_menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%); 
    background-color: #ffffff;
    transition: ease .4s;
  }

  /* ハンバーガーメニュー */
  #js-hamburger {
    cursor: pointer;
  }

  button.hamburger {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: linear-gradient(90deg, #ff9c4c, #ff561b);
    padding: 10px;
    border-radius: 10px;
    margin-right: 30px;
  }

  button.hamburger {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
  }

  /* ハンバーガーメニューの線 */
  button.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
    display: block;
  }

  button.hamburger span:nth-child(1) {
    top: 0;
  }

  button.hamburger span:nth-child(2) {
    margin: 8px 0;
  }

  button.hamburger span:nth-child(3) {
    top: 0;
  }

  .m_header_menu.active {
    transform: translateX(0);
    display: block;
  }

  button.hamburger.active span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }

  button.hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  button.hamburger.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }

  /* ヘッダーメニュー */
  .m_nav_items {
    padding-top: 250px;
    padding-bottom: 200px;
  }

  .m_header_menu ul {
    display: block;
  }

  .m_header_menu li {
    margin-left: 0;
  }

  /* ナビのリンク */
  .m_nav_items li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 140%;
    margin-bottom: 2rem;
    line-height: 1.0em;
    background: none;
    padding: 0;
  }

  .m_header_menu li a.m_btn_entry {
    font-size: 140%;
    width: calc(90% - 2.5rem);
    margin: 0 auto;
  }

  .m_kv .m_pc {
    display: none;
  }

  .m_kv .m_sp {
    display: block;
  }

  .m_copy_txt {
    line-height: 2.5rem;
  }

  h2 {
    font-size: clamp(4rem, 5vw, 4rem);
  }

  article.m_detail {
    width: 90%;
  }

  .m_list_inner_txt h1 br.m_pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  h2 .m_sp {
    display: block;
  }

  .m_copy_list {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .m_copy_list_inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .m_copy_list_inner:last-child {
    margin-bottom: 0;
  }

  .m_copy_list_img {
    margin-bottom: 20px;
  }

  .m_copy_list_img p br.m_pc {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .m_pc {
    display: none;
  }

  .m_inner {
    width: 94%;
  }

  .m_inner .m_btn_entry_big, .m_inner .m_btn_sample {
    width: 100%;
  }

  .m_copy_list_inner {
    margin-bottom: 60px;
  }

  .m_copy_list_inner:last-child {
    margin-bottom: 0;
  }

  .m_copy_list_img {
    margin-bottom: 30px;
  }

  .m_copy_list_txt p {
    line-height: 2rem;
  }

  .triangle {
    left: calc(100% / 2 - 50px);
  }

  h2 {
    font-size: clamp(4rem, 5vw, 4rem);
  }

  article.m_detail {
    width: 100%;
    padding: 70px 0;
  }

  .m_list .m_list_number {
    left: 45%;
  }

  .m_list_inner, .m_voice_inner {
    display: block;
  }

  .m_list_inner_txt, .m_list article:nth-child(even) .m_list_inner_txt {
    width: 100%;
    margin: 0 0 20px;
  }

  .m_list_inner_txt h1 {
    text-align: center;
    margin-bottom: 15px;
  }

  .m_list_inner_txt p {
    margin-bottom: 20px;
  }

  .m_list_inner_img {
    width: 80%;
    margin: 0 auto;
  }

  article.m_detail .m_step {
    width: calc(96% - 80px);
    margin: 0 0 100px auto;
  }

  article.m_detail .m_step:last-child {
    margin-bottom: 0;
  }

  .m_step_number {
    top: -20px;
    left: -25px;
  }

  .m_step:after {
    margin-left: calc(50% - 15px - 50px);
  }

  .m_voice_prof, .m_voice:nth-child(even) .m_voice_prof {
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m_voice_prof img {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 0 0;
  }

  .m_voice_name {
    line-height: 1.5em;
    text-align: left;
  }

  .m_voice_txt {
    width: 100%;
  }

  .m_voice_txt:before, .m_voice:nth-child(even) .m_voice_txt:before {
    top: -12px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }

  .m_voice_txt:after, .m_voice:nth-child(even) .m_voice_txt:after {
    top: -15px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #17aee3;
    z-index: 1;
  }

  .m_voice:nth-child(even) .m_voice_txt:before, .m_voice:nth-child(even) .m_voice_txt:after {
    right: 100%;
  }

  .m_links {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .m_links li {
    width: 100%;
  }

  .m_links li:nth-child(n + 4) {
    margin-bottom: 20px;
  }

  .m_links li:last-child {
    margin-bottom: 0;
  }
  
  footer .m_inner {
    display: block;
    text-align: center;
  }

  .m_footer_nav {
    margin-bottom: 10px;
  }

  .m_footer_nav nav {
    margin-bottom: 10px;
  }

  .m_footer_nav ul {
    justify-content: center;
  }

  .m_footer_pmark {
    width: 60px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .m_sp {
    display: block;
  }

  h2 {
    font-size: clamp(3.6rem, 5vw, 4rem);
  }
}

@media screen and (max-width: 530px) {
  h1 {
    margin-left: 20px;
  }

  button.hamburger {
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .m_inner p small .m_sp {
    display: block;
  }

  .m_copy_list_inner {
    margin-bottom: 50px;
  }

  .m_copy_list_img {
    margin-bottom: 20px;
  }

  .m_copy_txt {
    margin-bottom: 40px;
    line-height: 2.8rem;
  }

  .m_copy_list_txt p {
    font-size: 150%;
  }

  .triangle {
    left: calc(100% / 2 - 30px);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #ffffff;
  }

  .m_result {
    padding: 60px 0;
  }

  .m_result .m_inner {
    margin-bottom: 30px;
  }

  .slide {
    width: 120px;
  }

  h2 {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  article.m_detail {
    padding: 50px 0;
  }

  .m_list .m_list_number {
    font-size: 320%;
  }

  .m_list article, .m_step {
    padding: 30px;
  }

  .m_list_inner_txt h1 {
    padding-top: 10px;
  }

  .m_list_inner_img {
    width: 50%;
  }

  .m_inner .m_btn_sample a {
    font-size: 160%;
  }

  .m_inner .m_btn_sample a span {
    right: 30px;
    top: 35%;
    font-size: 100%;
  }

  article.m_detail .m_step {
    width: calc(96% - 60px);
    margin: 0 0 80px auto;
  }

  .m_step:after {
    margin-top: 60px;
  }

  .m_step_number {
    width: 60px;
    height: 60px;
    line-height: 1.4rem;
    font-size: 200%;
    left: -20px;
  }

  .m_step_inner p {
    line-height: 2.5rem;
  }

  .m_voice_prof, .m_voice:nth-child(even) .m_voice_prof {
    width: 100%;
    margin: 0 0 25px;
  }

  .m_voice_prof img {
    width: 40%;
  }

  .m_voice_txt {
    padding: 20px;
  }

  .m_voice_txt:before, .m_voice:nth-child(even) .m_voice_txt:before {
    top: -24px;
    margin-left: -16px;
    border: 18px solid transparent;
    border-bottom: 18px solid #FFF;
  }

  .m_voice_txt:after, .m_voice:nth-child(even) .m_voice_txt:after {
    top: -30px;
    margin-left: -20px;
    border: 22px solid transparent;
    border-bottom: 22px solid #17aee3;
  }
}

@media screen and (max-width: 430px) {
  .m_btn_entry_big a, .m_inner .m_btn_sample a {
    font-size: 180%;
    padding: 1.8rem 1.5rem;
    line-height: 1.0em;
  }

  .m_inner .m_btn_sample a {
    font-size: 145%;
  }

  .m_btn_entry_big a span {
    top: 17%;
  }

  article {
    padding: 60px 0;
  }

  article.m_copy {
    padding-top: 0;
  }

  .m_copy_list {
    width: 86%;
  }

  .m_copy_list_img img {
    margin-bottom: 10px;
  }

  .m_copy_list_img p {
    font-size: 120%;
    line-height: 1.75rem;
  }

  .m_copy_list_txt {
    padding: 1.5rem;
  }

  .m_copy_list_txt:before, .m_copy_list_txt:after {
    width: 50px;
    height: 50px;
  }

  .m_copy_list_txt p {
    font-size: 170%;
    line-height: 2.6rem;
  }

  .triangle {
    top: -1px;
  }

  h2 {
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1.2em;
  }

  article.m_detail {
    padding: 30px 0;
  }

  .m_list .m_list_number {
    font-size: 280%;
  }

  .m_list article, .m_step {
    padding: 20px;
  }

  .m_list_inner_txt p {
    font-size: 120%;
    line-height: 1.75rem;
  }

  article.m_detail .m_step {
    width: calc(96% - 35px);
    padding: 25px 15px;
    margin: 0 0 70px auto;
  }

  .m_step:after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #86cbe3;
    margin-top: 48px;
    margin-left: calc(100% / 2 - 50px);
  }

  .m_step_number {
    font-size: 190%;
  }

  .m_step_number span {
    font-size: 42%;
  }

  .m_step_inner p {
    font-size: 150%;
    line-height: 2.0rem;
  }

  .m_voice_prof img {
    width: 30%;
  }

  .m_links {
    width: 80%;
  }

  .m_links li {
    margin-bottom: 30px;
  }

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

@media screen and (max-width: 414px) {
  body {
    font-size: 20px;
  }

  .m_kv {
    margin-bottom: 40px;
  }

  .m_inner {
    width: 92%;
  }

  .m_btn_entry_big a, .m_inner .m_btn_sample a {
    font-size: 120%;
    padding: 1.5rem 1.2rem;
  }

  .m_inner .m_btn_sample a {
    font-size: 100%;
  }

  .m_btn_entry_big a span {
    top: 15%;
    right: 10px;
  }

  .m_inner .m_btn_sample a span {
    right: 25px;
    top: 36%;
  }

  .m_inner p small {
    font-size: 60%;
  }

  .m_btn_entry {
    margin-bottom: 50px;
  }

  .m_copy_list {
    width: 90%;
  }

  .m_copy_txt, .m_result .m_copy_txt {
    font-size: 120%;
    line-height: 2.3rem;
    margin-bottom: 30px;
  }

  .m_copy_list_inner {
    margin-bottom: 35px;
  }

  .m_copy_list_img img {
    width: 60%;
  }

  .m_copy_list_img p {
    font-size: 86%;
    line-height: 1.5rem;
  }

  .m_copy_list_txt {
    padding: 1.2rem;
  }

  .m_copy_list_txt p {
    font-size: 120%;
    line-height: 2rem;
  }

  h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
  }

  .m_list .m_list_number {
    font-size: 230%;
  }

  .m_list_inner_txt h1 {
    padding-top: 15px;
    font-size: 120%;
    line-height: 2.0rem;
  }

  .m_list_inner_txt p {
    font-size: 92%;
  }

  .m_step_number {
    font-size: 160%;
    width: 55px;
    height: 55px;
    line-height: 1.1rem;
  }

  .m_step_number span {
    font-size: 34%;
  }

  .m_step_inner p {
    font-size: 120%;
  }

  .m_voice {
    margin-bottom: 20px;
  }

  .m_voice_name {
    font-size: 80%;
  }

  .m_voice_txt p {
    line-height: 1.55rem;
    font-size: 90%;
  }

  .m_footer_nav li a, .m_footer_copyright {
    font-size: 75%;
  }

  .m_footer_pmark {
    width: 80px;
  }
}


@media screen and (max-width: 375px) {
  .m_inner .m_btn_entry_big, .m_inner .m_btn_sample {
    width: 100%;
  }
}
