@charset "UTF-8";
/* =============================================================

common parts

===============================================================*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
  background: #fff;
  margin-top: 80px;
}
a {
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.wrap {
  overflow: hidden;
}
.outfit {
  font-family: 'Outfit', sans-serif;
}
.br_sp {
  display: none;
}
.br_tab {
  display: none;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
/* --------------------------------------------------------------

レスポンシブ  common parts

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 60px;
  }
  body {
    margin-top: 140px;
  }
}
@media screen and (max-width:960px) {
  body {
    margin-bottom: 80px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .container {
    padding: 0 5.5%;
  }
}
/* =============================================================

header

===============================================================*/
header.rf__header {
  height: 100px;
  padding: 20px 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
header.rf__header .logo {
  max-width: 124px;
}
header.rf__header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.rf__header nav ul li {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  padding: 13px 27px;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 261px;
  line-height: 1.33;
  font-weight: 500;
}
header.rf__header nav ul li:nth-child(1) {
  background: #000000;
  margin-right: 7px;
  color: #fff;
}
header.rf__header nav ul li:hover {
  opacity: .7;
  transition: .3s;
}
header.rf__header nav ul li:nth-child(2):hover {
  opacity: .6;
}
header.rf__header .sp_menu_btn {
  width: 35px;
  height: 24px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.rf__header .sp_menu_btn.active {
  z-index: 1000;
}
header.rf__header .sp_menu_btn span {
  width: 100%;
  height: 1px;
  display: block;
  transition: all 0.3s;
  background: #212121;
}
header.rf__header .sp_menu_btn.active span:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
  transition: all 0.3s;
  background: #000;
}
header.rf__header .sp_menu_btn.active span:nth-child(2) {
  opacity: 0;
  transform-origin: right center;
  transition: transform .5s;
}
header.rf__header .sp_menu_btn.active span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
  transition: all 0.3s;
  background: #000;
}
/*ヘッダーVEENA用*/
@media screen and (max-width: 640px) {
  header.rf__header .br_pc {
    display: none;
  }
}
/* -------------------------------------------------

  nav

  -------------------------------------------------- */
.h_nav {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  z-index: 10;
  overflow: hidden;
}
.h_nav.active {
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  transition: all 0.4s;
  background: #fff;
  z-index: 10;
}
.h_nav ul {
  width: 100%;
  height: auto;
  padding: 60px 0 80px 22%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.h_nav .h_nav_logo {
  width: 200px;
  margin-left: 18%;
  margin-top: 80px;
}
.h_nav ul li {
  margin-bottom: 3%;
  letter-spacing: 2.8px;
  font-family: 'Noto Sans JP';
  position: relative;
}
.h_nav ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  left: -2.7%;
  top: 31%;
  transform: rotate(45deg);
}
.h_nav ul li a {
  font-size: clamp(1.6rem, 4vw, 2.0rem);
  color: #000;
}
.h_nav ul li a:hover {
  opacity: 0.5;
}
/*.h_nav ul li:last-child {
  text-align: center;
  margin-bottom: 0;
}*/
.h_nav ul li a.special_page {
  padding: 12px 0px;
  background: #B4B4B4;
  width: 380px;
  margin-bottom: 10px;
  color: #fff;
}
.h_nav ul li a.contact {
  padding: 12px 0px;
  color: #fff;
  background: #fff;
  color: #212121;
  width: 380px;
  border: 1px solid #212121;
}
/* --------------------------------------------------------------

レスポンシブ  header

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  header.rf__header {
    padding: 60px 30px;
  }
  .wrap {
    margin-top: -10px;
  }
}
@media screen and (max-width: 960px) {
  header.rf__header {
    position: static;
  }
  header.rf__header .sp_menu_btn {
    position: fixed;
    top: -18px;
    right: 0;
    transform: translate(-40px, 58px);
  }
  header.rf__header .h_nav ul li {
    margin-bottom: 6%;
  }
  header.rf__header nav ul li {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  header.rf__header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  header.rf__header {
    height: 55px;
    padding: 0 20px 0 30px;
  }
  header.rf__header nav ul li {
    font-size: 1.1rem;
    padding: 6px 0;
    width: 40%;
    min-width: 90px;
  }
  header.rf__header .logo {
    width: 94px;
    height: auto;
  }
  header.rf__header .sp_menu_btn {
    width: 23px;
    height: 13px;
    transform: translate(-20px, 30px);
  }
  header.rf__header .sp_menu_btn::before {
    position: absolute;
    background: #fff;
    width: 68px;
    height: 80px;
  }
  header.rf__header .sp_menu_btn span {
    height: 1px;
  }
  header.rf__header .sp_menu_btn.active span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  header.rf__header .sp_menu_btn.active span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  /* h_nav */
  header.rf__header .h_nav ul li {
    margin-bottom: 10%;
  }
  .h_nav .h_nav_logo {
    width: 120px;
    margin-top: 50px;
    margin-left: 14%;
  }
  .h_nav ul {
    padding: 40px 0 80px 20%;
  }
}
/* =============================================================

mv

===============================================================*/
.rf__fv {
  margin: 20px 0 0;
}
/* -------------------------------------------------------

fv Animation

-------------------------------------------------------- */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn__fv_img {
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-direction: normal;
  /*background-image: url("../img/main_img.jpg");*/
  /*height: 180vh;*/
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------------------

レスポンシブ  mv

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .rf__fv {
    margin-top: -30px;
  }
  .rf__fv h2 {
    width: 65%;
    max-width: 456px;
    min-width: auto;
    top: 41.5%;
  }
  .rf__fv .left {
    width: 70%;
    height: 41%;
    position: static;
    background-position: top;
  }
  .rf__fv .right {
    width: 100%;
    height: 43%;
    background-position: bottom;
  }
  .fadeIn__fv_img {
    /*height: 70vh;*/
  }
}
@media screen and (max-width: 820px) {
  .rf__fv {
    margin-top: -20px;
  }
}
/* =============================================================

about_top

===============================================================*/
.rf__about_top {
  padding: 13% 0 50px;
}
.rf__about_top .container {
  padding: 100px 120px 0 0;
  position: relative;
}
.rf__about_top .txt_area {
  width: 50%;
  position: absolute;
  top: 0;
  right: -2%;
  z-index: 10;
}
.rf__about_top .txt_area .sec_lead {
  font-size: 3.0rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.rf__about_top .txt_area .txt {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
.rf__about_top .img_area {
  width: 57%;
  min-width: 800px;
  margin-right: auto;
}
.rf__about_top .img_area .inner {
  position: relative;
}
/* --------------------------------------------------------------

レスポンシブ  about_top

----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .rf__about_top .container {
    padding: 50px 0 0;
  }
  .rf__about_top .txt_area {
    position: static;
    width: 100%;
    margin: 0 auto 12%;
    padding: 0 60px;
  }
  .rf__about_top .txt_area .sec_lead {
    font-size: 4.2rem;
    margin-bottom: 40px;
  }
  .rf__about_top .txt_area .txt {
    font-size: 2.6rem;
  }
  .rf__about_top .img_area {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .rf__about_top .txt_area .txt .br_sp {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .rf__about_top {
    padding: 8% 0 6%;
  }
  .rf__about_top .txt_area {
    margin: 0 auto 12%;
    padding: 0 5.5%;
  }
  .rf__about_top .txt_area .sec_lead {
    font-size: 5.6vw;
    margin-bottom: 5%;
  }
  .rf__about_top .txt_area .txt {
    font-size: 3.46vw;
  }
}
/* =============================================================

about_bottom

===============================================================*/
.rf__about_bottom {
  padding: 50px 0 80px;
}
.rf__about_bottom .container {
  padding-bottom: 115px;
  position: relative;
}
.rf__about_bottom .img_area {
  width: 45%;
  margin-left: auto;
}
.rf__about_bottom .img_area .inner {
  position: relative;
}
.rf__about_bottom .img_area img {
  min-height: 360px;
  object-fit: cover;
}
.rf__about_bottom .txt_area {
  width: 57%;
  position: absolute;
  bottom: 0;
  left: 60px;
}
.rf__about_bottom .txt_area .sec_lead {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
}
.rf__about_bottom .txt_area .sec_lead span {
  font-size: 2.6rem;
  line-height: 1.8;
}
.rf__about_bottom .txt_area .txt {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
/* --------------------------------------------------------------

レスポンシブ  about_bottom

----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .rf__about_bottom {
    padding: 50px 0 120px;
    display: flex;
    flex-direction: column-reverse;
  }
  .rf__about_bottom .container {
    padding-bottom: 0;
  }
  .rf__about_bottom .img_area {
    width: 75%;
    margin-top: 10%;
  }
  .rf__about_bottom .img_area img {
    min-height: 100%;
  }
  .rf__about_bottom .txt_area {
    width: 100%;
    position: static;
  }
  .rf__about_bottom .txt_area .sec_lead {
    font-size: 4.5rem;
    line-height: 1.6;
    margin-bottom: 50px;
    margin-bottom: 7%;
  }
  .rf__about_bottom .txt_area .txt {
    font-size: clamp(2.5rem, 3.1vw, 2.8rem);
    line-height: 1.9;
  }
  .rf__about_bottom .txt_area .txt .br_pc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .rf__about_bottom .txt_area .sec_lead {
    font-size: 6vw;
  }
  .rf__about_bottom .txt_area .sec_lead span {
    font-size: 4.66vw;
  }
  .rf__about_bottom .txt_area .txt {
    font-size: 3.73vw;
  }
}
/*youtube*/
.movie {
  margin: 100px auto;
  width: 50vw;
}
.movie h2 img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie h2 img {
    width: 110px;
    margin: 0 auto;
  }
}
.howto_video {
  max-width: 800px;
  margin: 50px auto;
}
.video-thumbnail img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.howto_video .video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9比率 */
  height: 0;
  overflow: hidden;
}
.howto_video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.howto_video a:hover {
  opacity: 0.7;
}
.howto_video h3 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
.video-thumbnail {
  margin: 50px auto 100px;
  max-width: 800px;
}
.sp_only {
  display: none;
}
/*ドクターボイス*/
.rf__doctor_voice {
  padding: 150px 0 60px;
}
.rf__doctor_voice__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.rf__doctor_voice__content {
  width: 38vw;
  padding: 0 30px 0 60px;
}
.rf__doctor_voice__profile {
  margin: 0 0 24px;
}
.rf__doctor_voice__name {
  font-size: 2.2rem;
  font-weight: 550;
  padding-bottom: 15px;
}
.rf__doctor_voice__name span {
  font-size: 1.6rem;
}
.rf__doctor_voice__cert {
  font-size: 1.3rem;
}
.rf__doctor_voice__comment p {
  font-size: 1.44rem;
  line-height: 1.85;
  letter-spacing: 1.2px;
}
.quality {
  margin: 130px auto 0;
  max-width: 1100px;
}
.quality .quality_img img {
  max-width: 725px;
  height: auto;
  margin: 0 auto;
}
.quality .quality_ttl {
  text-align: center;
  letter-spacing: 3.5px;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 80px;
}
.quality .quality_ttl img {
  width: 290px;
  margin: 0 auto 15px;
}
/*colilot*/
.quality_text p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-top: 50px;
}
.quality01 {
  position: relative;
  max-width: 1280px;
  margin: 160px auto;
  padding-bottom: 500px;
}
.quality02 {
  position: relative;
  max-width: 1280px;
  margin: 160px auto;
}
.quality03 {
  position: relative;
  max-width: 1280px;
  margin: 160px auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.tb_only {
  display: none;
}
@media screen and (max-width: 1300px) {
  .quality03 {
    justify-content: flex-end;
    gap: 0;
  }
  .quality02 {
    margin: 280px auto 80px;
  }
}
.quality01 .quality_item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  padding-left: 60px;
}
.quality02 .quality_item02 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  padding-left: 60px;
}
.quality03 .quality_item03 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
.quality01 .quality_item figure {
  position: absolute;
  top: -10%;
  left: -2.5%;
}
.quality02 .quality_item02 figure {
  position: absolute;
  top: -20%;
  left: -3.5%;
}
.quality03 .quality_item03 figure {
  position: absolute;
  top: -20%;
  left: -22%;
}
.quality02 .quality_item02 figure img {
  width: 90%;
}
.quality03 .quality_item03 figure img {
  width: 90%;
}
@media screen and (max-width: 1300px) {
  .quality01 .quality_item figure {
    left: -10%;
  }
  .quality02 .quality_item02 figure {
    left: -10%;
  }
  .quality03 .quality_item03 figure {
    left: -18%;
  }
  .quality01 .quality_item {
    padding-left: 30px;
  }
  .quality02 .quality_item02 {
    padding-left: 30px;
  }
}
.quality_image img {
  max-width: 100%;
  height: auto;
}
.quality_detail h3 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.quality_detail02 {
  margin: 290px auto 0;
  max-width: 1280px;
}
.quality02 .quality_image02 {
  margin-top: 30px;
}
.quality02 .quality_image02 img {
  max-width: 1184px;
}
.quality_detail02 h3 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
.quality_detail03 h3 {
  font-size: 2.8rem;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
}
.quality_detail02 h3 figure {
  margin-right: 50px;
}
@media screen and (max-width: 1300px) {
  .quality01 .quality_detail {
    max-width: 850px;
    margin: 0 auto;
  }
  .quality02 .quality_detail02 {
    max-width: 850px;
    margin: 0 auto;
  }
  .quality03 .quality_detail03 {
    margin: 0 auto;
    padding-left: 100px;
  }
}
.quality_text {
  position: relative;
  z-index: 2;
  flex: 1;
}
.quality_image {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -10%;
}
.quality_text02 p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-top: 50px;
}
.quality_text03 p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .quality_text02 p {
    padding: 0 20px;
    font-size: 1.31rem;
  }
}
@media screen and (max-width: 1300px) {
  .quality_image01 {
    width: 75vw;
  }
  .quality_image02 {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .quality01 {
    padding-bottom: 65px;
    margin: 80px 0 0;
  }
  .quality02 {
    padding-bottom: 0;
  }
  .quality_image02 {
    position: static;
    width: 100%;
    margin: 60px 0;
  }
}
.quality02_sub {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .quality02_sub {
    margin: 0 auto;
  }
}
.quality02_sub ul {
  display: flex;
  justify-content: space-around;
}
.quality02_sub ul li:first-child {
  margin-right: 50px;
}
.quality02_sub ul li {
  width: 351px;
  height: auto;
}
.quality02_sub ul li h3 {
  margin: 10px 0;
  font-size: 12pt;
}
.quality02_sub ul li p {
  font-size: 1.25rem;
  line-height: 1.5;
}
.quality02_sub h2 {
  font-size: 14pt;
  letter-spacing: 1.5px;
  padding-left: 2%;
  margin: 0 0 20px;
  font-weight: 500;
}
.quality03_image img {
  height: auto;
  object-fit: cover;
}
.quality03_sub {
  max-width: 800px;
  margin: 150px auto;
}
.quality03_sub h2 {
  font-size: 2.2rem;
  letter-spacing: 2.5px;
  padding: 0 0 20px 15px;
}
.quality03_sub ul.quality03_flx {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.quality03_sub ul.quality03_flx sup {
  font-size: 0.7rem;
  vertical-align: middle;
}
.quality03_sub ul.quality03_flx li {
  max-width: 351px;
}
.quality03_sub ul.quality03_flx li:nth-child(1) {
  margin-right: 50px;
}
.quality03_sub ul.quality03_flx li img {
  height: 301px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.quality03_sub ul.quality03_flx li h3 {
  font-size: 1.7rem;
  padding: 15px 0;
  line-height: 1.5;
  font-weight: 500;
}
.quality03_sub ul.quality03_flx li p {
  font-size: 1.3rem;
  letter-spacing: 1.1px;
  line-height: 1.5;
}
.quality03_sub ul.quality03_flx li p sup {
  font-size: 0.6rem;
}
.quality03_sub ul.quality03_ann {
  margin: 30px 13px;
}
.quality03_sub ul.quality03_ann li:nth-child(1) {
  padding-bottom: 4px;
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
  .quality03_sub {
    margin: 70px 0 0;
  }
  .quality03_sub h2 {
    font-size: 1.8rem;
    padding: 0 0 15px;
    text-align: center;
  }
  .quality03_sub ul.quality03_flx li:nth-child(1) {
    margin: 20px 50px;
  }
  .quality03 {
    display: block;
  }
  .quality03_sub ul.quality03_flx li {
    max-width: 100%;
    margin: 30px 50px;
    margin: 50px;
    text-align: center;
  }
  .quality03_sub ul.quality03_flx {
    display: block;
  }
  .quality03_sub ul.quality03_flx li img {
    height: auto;
  }
  .quality03_text h3::before {
    padding-right: 0;
    width: 80px;
    height: 100px;
    transform: scale(0.4);
    margin: 0 auto;
  }
  .quality03_image {
    text-align: center;
    margin-top: 30px;
  }
  .quality03_image img {
    max-width: 100%;
  }
  .quality03_text p {
    padding: 0 20px;
  }
  .quality03_sub ul.quality03_flx li p {
    font-size: 1.3rem;
  }
  ul.quality03_ann li {
    font-size: 0.9rem;
  }
}
.process {
  position: relative;
}
.process h2.process_ttl {
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 1.8rem;
  text-align: center;
}
.process h2 img {
  width: 25%;
  margin: 0 auto;
}
.process h2 span {
  display: block;
  margin: 10px 0;
  letter-spacing: 3.5px;
}
.process ul {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
}
.process ul li {
  width: 48%;
}
.process ul li h3 {
  background-color: #3476a6;
  color: #fff;
  text-align: center;
  font-size: 15pt;
  padding: 10px 0;
}
.process ul li:nth-child(2) h3 {
  background-color: #4aad9e;
  color: #fff;
  text-align: center;
  font-size: 15pt;
  padding: 10px 0;
}
.process_box {
  display: flex;
  align-items: center;
}
.process_box p {
  font-size: 1.36rem;
  line-height: 1.5;
  margin: 15px 0;
  letter-spacing: 1.5px;
}
.process_box figure {
  width: 35%;
}
.process_cta {
  border: solid 1px #000000;
  padding: 30px 20px;
  width: calc(350 / 1300* 100vw);
  min-width: 480px;
  margin: 100px auto;
  text-align: center;
  position: relative;
}
.process_cta a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  right: 15px;
  top: 44%;
  transform: rotate(45deg)
}
.process_cta a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.process_cta a:hover {
  opacity: 0.5;
}
.connect {
  max-width: 1000px;
  margin: 150px auto;
}
.connect h2 {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.8;
  margin-bottom: 45px;
}
.evidence_sec01 {
  background-color: #fff;
  padding: 20px;
}
.evidence_sec01-flx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.evidence_sec01-flx p {
  font-size: 1.5rem;
  padding-bottom: 8px;
  line-height: 1.6;
}
.evidence_sec01-flx01 {
  width: 46%;
}
.evidence_sec01-flx02 {
  width: 50%;
}
.evidence_sec01-flx02 ul {
  padding: 10px 0 0;
}
.evidence_sec01-flx02 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec01-flx02 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec01 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec02-flx {
  display: flex;
  justify-content: space-between;
}
.evidence_sec02 {
  background-color: #fff;
  padding: 20px;
  margin: 30px 30px 0 0;
}
.evidence_sec03 {
  background-color: #fff;
  padding: 20px;
  margin: 30px 0 0;
}
.evidence_sec03 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec02 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec02 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec02 h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.evidence_sec03 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec03 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec02-flx p {
  font-size: 1.5rem;
  padding-bottom: 15px;
  line-height: 1.6;
}
.evidence_sec02 ul {
  padding: 10px 0 0;
}
.evidence_sec03 ul {
  padding: 10px 0 0;
}
.evidence_sec05 ul {
  display: flex;
  justify-content: space-between;
}
.evidence_sec05 ul li {
  background-color: #fff;
  padding: 20px 20px 5px;
}
.evidence_sec05 ul li {
  width: 32%;
}
.evidence_sec05 p.evidence_sec05-ttl {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.evidence_sec05 ul.evidence_sec05-ex {
  display: block;
  padding: 15px 0;
}
.evidence_sec05 ul.evidence_sec05-ex li {
  width: 100%;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec05 ul.evidence_sec05-ex li:first-child {
  padding-bottom: 10px;
}
.evidence_sec05 h4 {
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.evidence_sec06 {
  background-color: #fff;
  padding: 20px;
}
.evidence_sec06 h5 {
  font-size: 13pt;
  letter-spacing: 2px;
}
.evidence_sec06 h6 {
  font-size: 11pt;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.evidence_sec06-flx {
  display: flex;
  justify-content: space-between;
}
.evidence_sec06 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec06 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec06-flx01 {
  width: 48%;
}
.evidence_sec06-flx02 {
  width: 48%;
}
.evidence_sec06-flx ul {
  margin: 15px 0 0;
}
.evidence_sec07 {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.evidence_sec07-box h4 {
  font-size: 13pt;
  letter-spacing: 1.8px;
}
.evidence_sec07 ul li:nth-child(1) {
  padding-bottom: 10px;
}
.evidence_sec07 ul li {
  font-size: 1.1rem;
  line-height: 1.5;
  text-indent: -0.6em;
  padding-left: 0.3em;
}
.evidence_sec07-box {
  width: 45%;
}
.evidence_sec07 figure {
  width: 45%;
}
.evidence_sec07-box h5 {
  margin: 5px 0 20px;
}
.smart_plan {
  background-color: #E3F6FF;
  margin-bottom: 80px;
}
.smart_plan-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 80px;
}
.smart_plan-inner h2 {
  color: #27b6f4;
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 500;
}
.smart_plan-inner h2 span {
  display: block;
  margin: 10px 0 20px;
  font-size: 5.3rem;
  font-weight: 500;
}
.smart_plan-inner h2 span::before {
  content: "「";
  margin-right: 1rem;
  font-weight: 100;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.smart_plan-inner h2 span::after {
  content: "」";
  margin-left: 1rem;
  font-weight: 100;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.smart_plan-inner h2 img {
  width: 45%;
  margin: 20px auto;
}
.smart_plan-inner h3 {
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.smart_plan-inner figure {
  width: 80%;
  margin: 50px auto;
}
.smart_plan-inner h2 figure {
  width: 100%;
}
.smart_plan-inner h2 figure img {
  max-width: 528px;
}
.smart_plan .smart_plan-inner .smart_plan-cta {
  padding: 30px 50px;
  border: solid 1.5px #27b6f4;
  max-width: 725px;
  margin: 0 auto;
}
.smart_plan .smart_plan-inner .smart_plan-cta ol li {
  font-size: 2.2rem;
  letter-spacing: 3px;
  line-height: 2;
}
.smart_plan .smart_plan-inner .smart_plan-cta ol li sup {
  font-size: 1.1rem;
  top: -1em;
}
.smart_plan .smart_plan-inner .smart_plan-cta ol li span.small {
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}
.smart_plan .smart_plan-inner .smart_plan-cta ol li span.large {
  font-size: 2.5rem;
  color: #27b6f4;
  font-weight: 600;
}
.smart_plan .smart_plan-inner .smart_plan-cta ol li span.deco {
  color: #27b6f4;
  font-size: 2.5rem;
  padding-right: 10px;
}
.smart_plan .smart_plan-inner .smart_plan-cta ul li {
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  line-height: 2.2;
}
.smart_plan .smart_plan-inner .smart_plan-cta ul.description {
  margin: 20px auto;
  font-weight: 500;
}
.smart_plan .smart_plan-inner .smart_plan-cta ul.description li {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.smart_plan .smart_plan-inner .smart_plan-cta ul.description li::before {
  content: none;
}
.smart_plan .smart_plan-inner .smart_plan-cta ul li::before {
  content: url(../img/smart_plan-before.png);
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.smart_plan-cta p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin: 30px 0 15px;
}
.smart_plan-btn {
  text-align: center;
  background-color: #27b6f4;
  width: 380px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
}
.smart_plan-btn a {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.smart_plan-btn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 28%;
  bottom: 12.2%;
  transform: rotate(45deg);
}
.smart_plan-btn:hover {
  opacity: 0.7;
}
.smart_plan-cta ul {
  width: 85%;
  margin: 0 auto;
}
.smart_plan-cta ol {
  width: 96%;
  margin: 0 auto;
  font-weight: 500;
}
.evidence_sec07_sp {
  display: none;
}
.smart_plan-case {
  background-color: #fff;
  padding: 20px 50px;
  margin: 80px auto 0;
  width: 90%;
}
.smart_plan-case h2 {
  border-bottom: solid 1px;
}
.smart_plan-case ul {
  display: flex;
  justify-content: space-between;
}
.smart_plan-case ul li {
  padding: 30px 0;
}
.smart_plan-case ul li .case_ttl-img img {
  width: 97px;
  height: auto;
}
.smart_plan-case ul li figure {
  width: 100%;
  margin: 0;
}
.smart_plan-case ul li figure img {
  max-width: 372px;
}
.smart_plan-case ul li p {
  font-size: 1.5rem;
  letter-spacing: 1.8px;
  line-height: 1.5;
  margin: 10px 0;
}
.smart_plan-merit {
  margin: 100px 0 0;
}
.smart_plan-merit ul {
  display: flex;
  padding: 30px 20px;
  justify-content: center;
}
.smart_plan-merit ul li {
  background-color: #fff;
  padding: 20px 20px 0;
  width: 26%;
  margin-right: 30px;
}
.smart_plan-merit ul li h3 {
  font-weight: 500;
  font-size: 2rem;
}
.smart_plan-merit ul li:nth-child(3) {
  margin-right: 0;
}
.smart_plan-merit ul li:nth-child(3) p {
  margin-bottom: 100px;
}
.smart_plan-merit ul li figure {
  width: 100%;
  margin: 0 auto 35px;
}
.smart_plan-merit ul li:nth-child(2) figure {
  margin-top: 40px;
}
.smart_plan-merit ul li figure img {
  max-width: 91px;
  margin: 0 auto;
}
.smart_plan-merit ul li:nth-child(1) figure {
  width: 100%;
  margin-top: 70px;
}
.smart_plan-merit ul li:nth-child(1) figure img {
  max-width: 110px;
}
.smart_plan-merit ul li p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 20px 0 0;
}
.smart_plan-merit_sp {
  display: none;
}
.smart_plan-flow {
  max-width: 900px;
  margin: 0 auto 150px;
  border: solid 1px #27b6f4;
  padding: 70px 30px;
}
.smart_plan-flow h2 {
  text-align: center;
  font-size: 1.8rem;
}
.smart_plan-flow h2 span {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 5px;
}
.smart_plan-flow h2 img {
  width: 30%;
  margin: 0 auto;
}
.smart_plan-flow ul {
  width: 70%;
  margin: 70px auto;
}
.smart_plan-flow ul li {
  margin: 50px 0;
}
.smart_plan-flow ul li::after {
  content: url(../img/flow_line.png);
  display: inline-block;
}
.smart_plan-flow ul li:nth-child(3)::after {
  content: none;
}
.smart_plan-flow ul li h3 {
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  letter-spacing: 4px;
  font-weight: 500;
}
.smart_plan-flow ul li h3 figure {
  margin-right: 37px;
}
.smart_plan-flow ul li:nth-child(1) h3 figure {
  margin-right: 55px;
}
.smart_plan-flow ul li p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-left: 14%;
  margin-bottom: 50px;
}
.smart_plan-flow .smart_plan-flow_btn01 {
  border: solid 1px #000000;
  padding: 20px;
  width: 350px;
  margin: 0 auto 20px;
}
.smart_plan-flow .smart_plan-flow_btn01 a {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.smart_plan-flow .smart_plan-flow_btn01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  position: absolute;
  right: 0;
  bottom: 14.1%;
  transform: rotate(45deg);
}
.smart_plan-flow .smart_plan-flow_btn01:hover {
  opacity: 0.7;
}
.smart_plan-flow .smart_plan-flow_btn02 {
  border: solid 1px #000000;
  background-color: #000000;
  padding: 20px;
  width: 350px;
  margin: 120px auto 30px;
}
.smart_plan-flow .smart_plan-flow_btn02 a {
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
.smart_plan-flow .smart_plan-flow_btn02 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 0;
  bottom: 35%;
  transform: rotate(45deg);
}
.smart_plan-flow .smart_plan-flow_btn02:hover {
  opacity: 0.7;
}
.container h2.qa_ttl {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 36px;
}
.container h2.qa_ttl span {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 2px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .movie {
    width: 100%;
  }
  .history_inner {
    padding: 0 25px;
  }
}
@media screen and (max-width: 960px) {
  .movie_list {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .movie_list {
    display: block;
  }
}
/* =============================================================

rf__products

===============================================================*/
.rf__products .container {
  padding: 70px 60px 70px 130px;
  margin-right: auto;
  position: relative;
}
.rf__products .inner {
  padding: 70px 50px;
  background-color: #fff;
  margin-bottom: 130px;
}
.rf__products .inner .flexbox li {
  width: 30%;
  text-align: center;
  padding-bottom: 40px;
  border: 1px solid #B8B9BA;
}
.rf__products .container::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #F3F4F5;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: -1;
}
.rf__products h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #212121;
  position: relative;
  z-index: 2;
}
.rf__products h4 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  text-align: center;
}
.rf__products .desc {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 30px 0 20px;
  position: relative;
}
.rf__products .desc_s {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 0px 0 30px;
}
.rf__products .desc::before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #B8B9BA;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.rf__products .note {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 10px;
}
.rf__products .note:nth-of-type(2) {
  margin-bottom: 0;
}
.rf__products .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.rf__products .flexbox li {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
}
.rf__products .flexbox li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.rf__products .flexbox li .img_wrap {
  overflow: hidden;
}
.rf__products .flexbox li img {
  transition: 0.4s ease;
}
.rf__products .flexbox li img:hover {
  transform: scale(1.1);
  transition: 0.4s ease;
}
.rf__products .flexbox li p {
  font-size: 1.6rem;
  margin: 25px auto 10px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.rf__products .inner .flexbox li p {
  margin: 0px auto 10px;
}
.rf__products .flexbox li span {
  font-size: 1.2rem;
  line-height: 1.6;
}
.rf__products.under {
  margin-top: 100px;
}
.rf__products .attention {
  font-size: 1rem;
  margin-top: 6px;
}
/* --------------------------------------------------------------

レスポンシブ  products

----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .rf__products .container {
    padding: 120px 60px;
    margin: 0 auto;
    text-align: center;
  }
  .rf__products .container::before {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .rf__products h3 {
    font-size: 3.6rem;
    padding-bottom: 3%;
  }
  .rf__products h4 {
    font-size: 3rem;
    padding-bottom: 3%;
  }
  .rf__products .desc {
    font-size: 2.6rem;
    padding: 4.3% 0 3%;
    line-height: 1.5;
  }
  .rf__products .desc_s {
    font-size: 2rem;
    padding: 0 0 4.3%;
    line-height: 1.5;
  }
  .rf__products .desc::before {
    display: none;
  }
  .rf__products .note {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .rf__products .flexbox {
    gap: 70px 0;
    margin-top: 50px;
  }
  .rf__products .flexbox li {
    width: 47.5%;
    margin-bottom: 0;
  }
  .rf__products .inner .flexbox li {
    width: 48%;
    margin-bottom: 0;
  }
  .rf__products .flexbox li p {
    font-size: 2.6rem;
    margin: 8.2% auto 5.5%;
    line-height: 1.46;
  }
  .rf__products .inner .flexbox li span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .rf__products .flexbox li span {
    font-size: 2.3rem;
    line-height: 1.4;
  }
  .rf__products .br_pc {
    display: none;
  }
  .rf__products .br_sp {
    display: block;
  }
  .rf__products .attention {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .rf__products .container {
    padding: 11% 5.5%;
  }
  .rf__products .inner {
    padding: 11% 5.5%;
    margin-bottom: 13%;
  }
  .rf__products h3 {
    font-size: 4.8vw;
  }
  .rf__products h4 {
    font-size: 4vw;
  }
  .rf__products .desc {
    font-size: 3.73vw;
  }
  .rf__products .desc_s {
    font-size: 2.8vw;
  }
  .rf__products .note {
    font-size: 2.66vw;
  }
  .rf__products .flexbox {
    gap: 35px 0;
    margin-top: 10%;
  }
  .rf__products .flexbox li p {
    font-size: 3.46vw;
  }
  .rf__products .inner .flexbox li {
    padding-bottom: 20px;
  }
  .rf__products .inner .flexbox li span {
    font-size: 2.6vw;
  }
  .rf__products .flexbox li span {
    font-size: 3.2vw;
  }
  .rf__products .br_tab {
    display: none;
  }
  .rf__products.under {
    margin-top: 13%;
  }
  .rf__products .attention {
    font-size: 1.1rem;
  }
}
/* =============================================================

voice

===============================================================*/
.rf__voice {
  padding: 120px 0 0px;
}
.rf__voice .container {
  position: relative;
}
.rf__voice .lead {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.rf__voice h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 43px auto 60px;
}
.rf__voice h2 span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 16px;
}
.rf__voice_slider {
  position: relative !important;
  padding-bottom: 50px !important;
}
.swiper-slide.slide_item {
  height: auto !important;
  border: 1px solid #B8B9BA;
  border-radius: 12px;
  overflow: hidden;
}
.rf__voice .slide_item .txtarea {
  padding: 20px 30px 30px;
  height: auto;
}
.rf__voice .slide_item h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.rf__voice .slide_item .link {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0;
  transition: 0.2s;
}
.rf__voice .slide_item .link::after {
  content: "↗︎";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 6px;
  vertical-align: bottom;
  transition: 0.2s;
}
.rf__voice .slide_item .link:hover {
  opacity: .7;
  transition: 0.2s;
}
.rf__voice .slide_item .link:hover::after {
  opacity: .7;
  transition: 0.2s
}
.rf__voice .slide_item .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  border-top: 1px solid #212121;
  padding-top: 15px;
}
.rf__voice .slide_btn_wrap {
  width: 88px;
  height: 31px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rf__voice .swiper-button-prev, .rf__voice .swiper-button-next {
  width: 30px !important;
  height: 31px !important;
  margin-top: 0 !important;
  top: 0 !important
}
.rf__voice .swiper-button-prev::after, .rf__voice .swiper-button-next::after {
  display: none;
}
.rf__voice .swiper-button-prev {
  background: url(../img/voice_slide_prev.png) no-repeat !important;
  background-size: 100% !important;
  left: 0 !important;
}
.rf__voice .swiper-button-next {
  background: url(../img/voice_slide_next.png) no-repeat !important;
  background-size: 100% !important;
  right: 0 !important;
}
.swiper-pagination {
  display: none !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background: #212121 !important;
}
/*history*/
.history {
  background-image: url("../img/history.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.history_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.history_inner h2.history_ttl {
  width: 50%;
  margin: 0 auto;
}
.history_inner h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 2.5rem;
}
.history_inner p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.2;
  margin-top: 25px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.history_inner p span {
  display: block;
  font-size: 1rem;
  margin-top: 30px;
}
.history ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.history ul.sub_ul {
  display: block;
  margin: 3px 0 0;
}
.history ul.sub_ul li::before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin: 0 3.5px 3.8px 1px;
}
.history ul.sub_ul li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.history ul li.history_li {
  width: 140px;
}
.history ul li.history_li img {
  width: 60%;
}
.history ul li h4 {
  font-size: 2rem;
  letter-spacing: 3px;
  padding-bottom: 5px;
}
.history_inner .history_txt {
  height: 63px;
  margin-top: 10px;
}
/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .rf__voice .container::after {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 960px) {
  .rf__voice .lead {
    font-size: 3.6rem;
    letter-spacing: 0.08em;
  }
  .rf__voice h2 {
    font-size: 6.0rem;
    margin: 10% 0 9%;
  }
  .rf__voice h2 span {
    font-size: 2.2rem;
    margin-top: 16px;
  }
  .rf__voice .slide_item h3 {
    font-size: clamp(1.8rem, 2.4vw, 2.1rem);
    line-height: 1.7;
  }
  .rf__voice .slide_item .link {
    font-size: 1.6rem;
    margin: 10px 0 15px;
  }
  .rf__voice .slide_item .link::after {
    font-size: 1.6rem;
    margin-left: 8px;
    vertical-align: bottom;
  }
  .rf__voice .slide_item .txt {
    font-size: 1.8rem;
    padding-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .rf__voice {
    padding: 11% 0 0px;
  }
  .rf__voice .container::after {
    width: calc(100% - 60px);
    bottom: -50px;
  }
  .rf__voice .lead {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .rf__voice .lead .br_sp {
    display: block;
  }
  .rf__voice h2 {
    font-size: 8vw;
    margin: 6.5% auto 9%;
  }
  .rf__voice h2 span {
    font-size: 2.93vw;
    margin-top: 16px;
  }
  .rf__voice .slide_item h3 {
    font-size: 4.53vw;
  }
  .rf__voice .slide_item .link {
    font-size: 3.46vw;
    margin: 3% 0 5%;
  }
  .rf__voice .slide_item .link::after {
    font-size: 3.46vw;
  }
  .rf__voice .slide_item .txt {
    font-size: 3.73vw;
    padding-top: 5%;
  }
  .rf__voice .slide_btn_wrap {
    display: none;
  }
  .swiper-pagination {
    display: block !important;
  }
}
@media screen and (max-width: 430px) {
  .rf__voice .slide_item .txtarea {
    padding: 20px 25px 30px;
  }
}
/* =============================================================

qa

===============================================================*/
.rf__qa {
  padding: 50px 0 100px;
  background-color: #f0f0f0;
  margin: 50px 0;
}
.rf__qa .container {
  position: relative;
  clear: both;
}
.rf__qa h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 43px auto 60px;
}
.rf__qa h2 span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 16px;
}
.rf__qa .qa__wrapper {
  max-width: 960px;
  margin: auto;
  margin-bottom: 80px;
  /* border-bottom: 1px solid #212121;*/
}
.rf__qa02 .qa__wrapper {
  max-width: 750px;
  margin: auto;
  margin-bottom: 80px;
  border-bottom: 1px solid #212121;
}
.rf__qa .qa__wrapper h3 {
  width: 15%;
  margin-bottom: 10px;
}
.rf__qa .qa__box {
  border-top: 1px solid #212121;
  font-size: 1.4rem;
  line-height: 1.7;
}
.rf__qa02 .qa__box77 {
  border-top: 1px solid #212121;
  font-size: 1.4rem;
  line-height: 1.7;
}
.rf__qa .qa__q {
  color: #212121;
  padding: 15px 0;
  position: relative;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 2px;
}
.rf__qa02 .qa__q77 {
  color: #212121;
  padding: 25px 0 25px 40px;
  position: relative;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.rf__qa02 .qa__q77::before {
  content: "Q";
  position: absolute;
  color: #212121;
  left: 5px;
  font-family: 'Outfit', sans-serif;
}
.rf__qa .qa__a {
  /*display: none;*/
  padding: 20px 0;
  color: #212121;
  position: relative;
}
.rf__qa02 .qa__a77 {
  display: none;
  padding: 10px 0 30px 40px;
  color: #212121;
  position: relative;
  letter-spacing: 1px;
}
.rf__qa02 .qa__a77::before {
  content: "A";
  position: absolute;
  color: #212121;
  left: 5px;
  font-family: 'Outfit', sans-serif;
}
.rf__qa .qa__icon {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.rf__qa02 .qa__icon {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.rf__qa .qa__icon::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background: #000000;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.rf__qa02 .qa__icon::before {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background: #b8b9ba;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.rf__qa .qa__icon::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.rf__qa02 .qa__icon::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #b8b9ba;
}
.rf__qa .qa__icon.open::before {
  transform: rotate(90deg);
}
.rf__qa02 .qa__icon.open::before {
  transform: rotate(90deg);
}
.rf__qa h2.evidence_ttl img {
  width: 20%;
  margin: 0 auto;
}
.qa__box77 .qa__a77 h3 span {
  display: inline-block;
  background-color: #bcbcbc;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.qa__box77 .qa__a77 ul.qa__a77-ul li:nth-child(2) {
  margin-bottom: 20px;
}
.qa__box77 .qa__a77 ul.qa_maintenance {
  margin-top: 10px;
}
.rf__qa02 {
  margin-bottom: 100px;
}
.movie p.movie-note-black {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
}
.movie p.movie-note-black span {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}
/* =============================================================

レスポンシブ qa

===============================================================*/
@media screen and (max-width: 960px) {
  .rf__qa {
    padding: 50px 0 100px;
  }
  .rf__qa h2 {
    font-size: 6.0rem;
    margin: 10% 0 9%;
  }
  .rf__qa h2 span {
    font-size: 2.2rem;
    margin-top: 16px;
  }
  .rf__qa .qa__box {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .rf__qa .qa__box {
    font-size: 3.5vw;
  }
  .rf__qa .br_sp {
    display: block;
  }
  .rf__qa h2 {
    font-size: 8vw;
    margin: 6.5% auto 9%;
  }
  .rf__qa h2 span {
    font-size: 2.93vw;
    margin-top: 16px;
  }
}
/* =============================================================

banner

===============================================================*/
.rf__banner {
  padding: 0px 0 100px;
}
.rf__banner ul {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.rf__banner ul li {
  width: 48%;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #222;
  transition: 0.4s;
  position: relative;
  min-width: 500px;
}
.rf__banner ul li::after {
  background: url(../img/arrow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-49%);
}
.rf__banner ul li:nth-child(1) {
  color: #fff;
  background: url(../img/banner_left.jpg) no-repeat center;
  background-size: cover;
}
.rf__banner ul li:nth-child(2) {
  background: #B4B4B4;
  color: #fff;
  margin-bottom: 20px;
}
.rf__banner ul li:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.rf__banner ul li:nth-child(2):hover {
  opacity: 0.6;
}
.rf__banner ul li a {
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.06em;
}
/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .rf__banner {
    padding: 100px 0;
  }
  .rf__banner ul li {
    width: 100%;
    height: 20vw;
    max-height: 160px;
    min-height: 90px;
  }
  .rf__banner ul li:nth-child(1) {
    margin-bottom: 6%;
  }
  .rf__banner ul li a {
    font-size: 2.5rem;
  }
  .rf__banner ul li a span {
    font-size: 2.2rem;
  }
  .rf__banner {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .rf__qa .qa__wrapper {
    padding: 0 20px;
  }
}
/* =============================================================

backTop

===============================================================*/
#backTop {
  position: fixed;
  right: 70px;
  bottom: 70px;
  color: #212121;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}
#backTop span {
  position: relative;
}
#backTop span::after {
  position: absolute;
  content: "";
  height: 53.1px;
  width: 6.3px;
  background: url(../img/backtop.png) no-repeat center;
  top: -57px;
  left: -12.6px;
  background-size: contain;
  margin-bottom: 4px;
}
/* =============================================================

レスポンシブ backTop

===============================================================*/
@media screen and (max-width: 960px) {
  #backTop {
    right: 30px;
    bottom: 100px;
  }
}
@media screen and (max-width: 700px) {
  #backTop {
    bottom: 110px;
  }
  #backTop span::after {
    width: 5.6px;
    height: 47.2px;
    left: -11.8px;
    top: -50px;
  }
}
@media screen and (max-width: 500px) {
  #backTop {
    bottom: 90px;
  }
}
/* =============================================================

sp_bnr

===============================================================*/
.sp_bnr {
  display: none;
}
/* =============================================================

レスポンシブ sp_bnr

===============================================================*/
@media screen and (max-width: 960px) {
  .sp_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .sp_bnr .sp_bnr01 {
    opacity: 0.9;
    background: #fff;
    width: 50%;
    padding: 20px;
    color: #000000;
    display: block;
    position: relative;
    border: solid 3px;
    letter-spacing: 2.5px;
  }
  .sp_bnr .sp_bnr01::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/sp_arrow_bk.png) no-repeat center/contain;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp_bnr .sp_bnr02 {
    padding: 20px;
    opacity: 0.9;
    background: #000000;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 3px solid #000000;
    box-sizing: border-box;
    letter-spacing: 2.5px;
  }
  .sp_bnr .sp_bnr02::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../img/sp_arrow_wht.png") no-repeat center/contain;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 700px) {
  .sp_bnr {
    font-size: 3.46vw;
  }
  .sp_bnr .br_sp {
    display: block;
  }
  .sp_bnr .sp_bnr01 {
    padding: 10px;
  }
  .sp_bnr .sp_bnr01::after {
    width: 12px;
    height: 12px;
  }
  .sp_bnr .sp_bnr02 {
    padding: 10px;
  }
  .sp_bnr .sp_bnr02::after {
    width: 12px;
    height: 12px;
  }
}
/* =============================================================

footer

===============================================================*/
.footer {
  clear: both;
  position: relative;
  padding: 87px 0 82px;
  background: #1a1a1a;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 42px 0 37px;
  }
}
.footer .ft_top {
  text-align: center;
  margin-bottom: 76px;
}
.footer .ft_top .catch {
  margin-bottom: 20px;
}
.footer .ft_top .catch img {
  display: block;
  margin: 0 auto;
}
.inner1145 {
  max-width: 1265px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer_navi {
    width: 90%;
    margin: auto;
  }
}
.footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .footer_navi ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer_navi ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer_navi ul li dt {
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.footer_navi ul li dd {
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .footer_navi ul li dd {
    width: 49%;
    float: left;
  }
}
.footer_navi ul li dd.ml {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .footer_navi ul li dd.ml {
    margin-left: 0;
  }
}
.footer_navi ul li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .footer_navi ul li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer_navi ul li a {
    font-size: 12px;
  }
}
.footer_navi ul li a.target_blank {
  position: relative;
}
.footer_navi ul li a.target_blank::before {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
  content: "";
  background: url(../img/icon_blank.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
/* =============================================================

f_copy

===============================================================*/
.f_copy {
  margin: 40px 0;
  letter-spacing: 0.1em;
}
.f_copy .logo_txt {
  max-width: 280px;
  margin: auto;
  text-align: center;
}
.f_copy .contact {
  font-size: 16px;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .f_copy .contact {
    font-size: 14px;
  }
}
.f_copy .contact span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f_copy .contact span::before {
  content: "";
  background: url(../img/icon_mail.svg);
  width: 24px;
  height: 17px;
  background-size: cover;
  margin-right: 7px;
}
.f_copy .company_txt {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .f_copy .company_txt {
    font-size: 14px;
  }
}
.f_copy .nowrap {
  display: flex;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .f_copy .nowrap {
    font-size: 14px;
  }
}
.f_copy .f_link_txt {
  max-width: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px auto;
}
.f_copy .f_link_txt a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .f_copy .f_link_txt a {
    font-size: 14px;
  }
}
.f_copy .copyright {
  text-align: center;
  font-size: 12px;
  color: #757575;
  margin: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .f_copy .copyright {
    font-size: 11px;
  }
}
.footer .ft_top .catch img {
  display: block;
  width: auto;
}
/* =============================================================

fadein Animation

===============================================================*/
.fadein {
  transform: translateY(40px);
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
}
.fadein.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: 1.3s;
  will-change: transform;
  backface-visibility: hidden;
}
.slidein {
  opacity: 0;
  transform: translateX(-180px);
  transition: opacity .3s, transform .5s;
}
.slidein.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .4s;
}
.slidein2 {
  opacity: 0;
  transform: translateX(-180px);
  transition: opacity .3s, transform .5s;
}
.slidein2.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .6s;
}
.slidein3 {
  opacity: 0;
  transform: translateX(-180px);
  transition: opacity .3s, transform .5s;
}
.slidein3.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .8s;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .fadeIn__fv_img {}
  .rf__fv {
    height: auto;
    margin-top: 5px;
  }
  .howto_video {
    margin: 30px 0 50px;
  }
  .video-thumbnail {
    margin: 30px auto 50px;
  }
  .movie {
    width: 100%;
    margin: 30px 0;
  }
  .movie h2 {
    margin: 50px 0 20px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .history {
    padding: 50px 0;
  }
  .history_inner {
    padding: 0 20px;
  }
  .history_inner h2.history_ttl {
    width: 80%;
    margin: 0;
  }
  .history_inner p {
    text-align: left;
    line-height: 1.8;
  }
  .history_inner h3 {
    text-align: left;
    margin-top: 30px;
    font-size: 2.2rem;
  }
  .history ul li.history_li {
    width: 25%;
  }
  .history ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .history_inner .history_txt {
    height: 85px;
  }
  .history ul li.history_li img {
    width: 100%;
  }
  .history ul.sub_ul li {
    font-size: 0.7rem;
  }
  .history ul.sub_ul li::before {
    margin: 3.5px 3.8px 1px;
  }
  .history ul.sub_ul {
    line-height: 1.4;
  }
  .history ul.sub_ul li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .history ul li h4 {
    margin-left: 8px;
  }
  .history_inner p span {
    font-size: 0.78rem;
  }
  .quality {
    margin: 80px 0 0;
  }
  .quality .quality_ttl img {
    width: 45%;
  }
  .quality .quality_img {
    padding: 0 20px;
  }
  .quality_detail ul li h2::before {
    content: none;
  }
  .quality_detail ul li p {
    padding: 0 20px;
  }
  .quality_detail ul li figure {
    margin: 0;
  }
  .quality_detail ul li figure img {
    width: 100%;
  }
  .quality_detail {
    margin-top: 20px;
  }
  .quality_detail ul li h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .quality_detail-num {
    width: 5%;
    margin: 0 auto 20px;
  }
  .quality02_txt h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 0 20px;
    letter-spacing: 3.5px;
  }
  .quality02_txt p {
    line-height: 2;
    font-size: 1.5rem;
    padding: 0 20px;
  }
  .quality_detail-num02 {
    width: 8%;
    margin: 0 auto 20px;
  }
  .quality02_sub ul {
    display: block;
    text-align: center;
  }
  .quality02_sub ul li:first-child {
    margin: 0 0 50px;
  }
  .quality02_sub ul li img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
  .quality02_sub ul li {
    width: auto;
  }
  .quality02_sub ul li h3 {
    margin: 20px 0 10px;
    font-size: 1.8rem;
  }
  .quality02_sub ul li p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .process h2 img {
    width: 65%;
  }
  .process h2.process_ttl {
    top: -1.5%;
  }
  .process ul {
    display: block;
    padding: 0 20px;
  }
  .process ul li {
    width: 100%;
  }
  .process_cta {
    margin: 60px 20px;
    width: auto;
    min-width: auto;
  }
  .connect {
    margin: 50px 15px;
  }
  .connect h2 {
    font-size: 2rem;
    letter-spacing: 3.5px;
  }
  .rf__qa .qa__wrapper {
    padding: 0 15px;
  }
  .rf__qa .qa__wrapper h3 {
    width: 30%;
  }
  .rf__qa .qa__q {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .evidence_sec01-flx {
    display: block;
  }
  .evidence_sec01-flx01 {
    width: 100%;
  }
  .evidence_sec01-flx02 {
    width: 100%;
    padding-top: 30px;
  }
  .evidence_sec02-flx {
    display: block;
  }
  .evidence_sec02 {
    margin: 30px 0 0;
  }
  .rf__qa h2.evidence_ttl img {
    width: 30%;
  }
  .rf__qa h2 span {
    margin-top: 8px;
  }
  .evidence_sec05 ul {
    display: block;
  }
  .evidence_sec05 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .evidence_sec05 ul.evidence_sec05-ex li:first-child {
    margin: 0;
  }
  .evidence_sec05 ul.evidence_sec05-ex li {
    font-size: 1rem;
  }
  .evidence_sec05 p.evidence_sec05-ttl {
    padding-bottom: 10px;
  }
  .evidence_sec05 h4 {
    font-size: 1.27rem;
  }
  .evidence_sec06-flx {
    display: block;
  }
  .evidence_sec06-flx01 {
    width: 100%;
  }
  .evidence_sec06-flx02 {
    width: 100%;
    margin: 30px 0 10px;
  }
  .evidence_sec06 h5 {
    padding-bottom: 10px;
  }
  .evidence_sec07 {
    display: block;
  }
  .evidence_sec07-box {
    width: 100%;
  }
  .evidence_sec07 figure {
    width: 100%;
  }
  .evidence_sec07 {
    display: none;
  }
  .evidence_sec07_sp {
    display: block;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
  }
  .evidence_sec07_sp ul {
    margin: 18px 0 0;
  }
  .evidence_sec07_sp ul li:nth-child(1) {
    padding-bottom: 10px;
  }
  .evidence_sec07_sp ul li {
    font-size: 1.1rem;
    line-height: 1.5;
    text-indent: -0.6em;
    padding-left: 0.3em;
  }
  .evidence_sec06 h5 {
    font-size: 15pt;
  }
  .evidence_sec07-box h4 {
    font-size: 15pt;
  }
  .process {
    padding-top: 35px;
  }
  .smart_plan-inner {
    padding: 50px 20px 10px;
    margin: 50px 0;
  }
  .smart_plan-inner h2 img {
    width: 90%;
    margin: 30px auto 20px;
  }
  .smart_plan-inner h2 figure {
    margin: 0 0 20px;
  }
  .smart_plan-inner figure {
    width: 100%;
    margin: 30px auto;
  }
  .smart_plan-inner h2 {
    font-weight: 500;
    font-size: 2.1rem;
  }
  .smart_plan-inner h3 {
    line-height: 1.8;
  }
  .smart_plan-cta ul {
    width: 100%;
  }
  .smart_plan-cta ol {
    width: 100%;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta {
    padding: 20px;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ul li {
    line-height: 2;
    text-indent: -1em;
    padding-left: 1.5em;
    font-size: 1.65rem;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ul li::before {
    padding-right: 13px;
  }
  .smart_plan-btn a::after {
    right: 11.5%;
    bottom: 11.25%;
  }
  .smart_plan-btn {
    width: 100%;
  }
  .smart_plan-case {
    width: 100%;
    padding: 20px 30px;
  }
  .smart_plan-case ul {
    display: block;
  }
  .smart_plan-case h2 img {
    width: 100%;
  }
  .smart_plan-case_ttl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .smart_plan-case ul li p {
    margin: 0 0 0 20px;
    font-size: 1.4rem;
    max-width: 60%;
  }
  .smart_plan-cta p {
    font-size: 1.44rem;
  }
  .smart_plan-merit {
    display: none;
  }
  .smart_plan-merit_sp {
    display: block;
    margin: 60px 0 0;
  }
  .smart_plan-merit_sp ul li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
  }
  .smart_plan-merit_sp ul li h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
  }
  .smart_plan-merit_sp ul li h3 img {
    width: 25%;
  }
  .smart_plan-merit_sp ul li:nth-child(2) h3 img {
    width: 20%;
  }
  .smart_plan-merit_sp ul li:nth-child(3) h3 img {
    width: 17%;
  }
  .smart_plan-merit_sp ul li p {
    font-size: 1.5rem;
    margin: 10px 0 0;
    line-height: 1.8;
    letter-spacing: 0.9px;
  }
  .smart_plan-merit_sp h2 {
    margin-bottom: 20px;
  }
  .smart_plan-flow h2 img {
    width: 60%;
  }
  .smart_plan-flow {
    border: none;
    padding: 20px 10px;
    margin-bottom: 65px;
  }
  .smart_plan-flow ul li h3 {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.6rem;
  }
  .smart_plan-flow ul li p {
    margin: 30px 10px;
    text-align: center;
  }
  .smart_plan-flow h2 span {
    letter-spacing: 3px;
  }
  .smart_plan-flow ul li:nth-child(1) h3 figure {
    margin-bottom: 5px;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ul li:nth-child(3) {
    line-height: 1.5;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ul li:nth-child(4) {
    line-height: 1.5;
  }
  .smart_plan-flow ul li::after {
    content: url(../img/flow_line-sp.png);
    display: inline-block;
  }
  .smart_plan-flow ul li {
    text-align: center;
  }
  .smart_plan-btn a {
    font-size: 1.15rem;
  }
  .smart_plan-flow ul li:nth-child(4)::after {
    content: none;
  }
  .smart_plan-flow .smart_plan-flow_btn01 {
    max-width: 300px;
  }
  .smart_plan-flow .smart_plan-flow_btn02 {
    max-width: 300px;
    margin-top: 80px;
  }
  .quality02_sub h2 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
  }
  .h_nav ul li::before {
    left: -10%;
  }
  .evidence_sec06 h6 {
    font-size: 1.27rem;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ol li span.deco {
    font-size: 1.8rem;
    padding-right: 5px;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ol li {
    font-size: 1.4rem;
    letter-spacing: 1.7px;
    line-height: 1.8;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ol li span.large {
    font-size: 1.8rem;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ol li span.small {
    display: block;
    margin: -5px 0 0 20px;
    font-weight: 400;
  }
  .smart_plan .smart_plan-inner .smart_plan-cta ul.description li {
    padding: 0;
    font-size: 0.7rem;
  }
  .smart_plan-case_ttl h3 {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .smart_plan-case ul li:nth-child(1) h3 img {
    width: 90px;
  }
  .smart_plan-flow ul li:nth-child(1) h3 figure {
    margin-right: 0;
  }
  .smart_plan-flow ul li:nth-child(1) h3 figure img {
    width: 13px;
  }
  .smart_plan-flow ul li h3 figure img {
    width: 23px;
    margin: 0 auto 20px;
  }
  .smart_plan-flow ul li h3 figure {
    margin-right: 0;
  }
}