@charset "UTF-8";
/* CSS Document */

/*Common 
===============================================================*/

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 18px;
  max-width: 100vw;
  overflow-x: hidden;
  color: #333333;
}

img {
  display: block;
  max-width: 100%;
}
.inner {
  width: 1240px;
  max-width: 100%;
  padding: 90px 20px;
  margin: 0 auto;
  line-height: 1.6;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.float-btn {
  display: none;
}

.noto {
  font-family: "NotoSans", sans-serif;
}
.num {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
}
.img-status {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt1 {
  margin-top: 1rem;
  display: inline-block;
}
.mt2 {
  margin-top: 2rem;
  display: inline-block;
}
.inline {
  display: inline-block;
}
.pt1 {
  padding: 1rem 0;
}

/*effect*/
[data-scroll] {
  opacity: 0;
  transform: translateY(3rem) scale(0.8);
  transition: all 0.3s;
}
[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
[data-scroll="in"] .splitting .char {
  opacity: 1;
  color: inherit;
  transform: translateY(0) scale(1);
}
[data-scroll] .zooming {
  opacity: 0;
  transform: scale(0);
}
[data-scroll="in"] .zooming {
  opacity: 1;
  color: inherit;
  transform: scale(1);
}
[data-scroll="out"] .char {
  opacity: 0.5;
  transform: translateY(0.5rem) scale(1);
}
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
  color: transparent;
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}
.char {
  display: inline-block;
  -webkit-animation-delay: calc(0.5s + var(--char-index) * 0.05s);
  animation-delay: calc(0.5s + var(--char-index) * 0.05s);
  -webkit-transition: all 0.5s calc(0.05s + var(--char-index) * 0.05s);
  transition: all 0.5s calc(0.05s + var(--char-index) * 0.05s);
}
.splitting::after {
  content: "";
  visibility: visible;
  color: inherit;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: calc(0.15s + (0.1s var(--char-index)));
}
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}
.slide-up-out {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
.slide-up-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slide-zoom-out {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
.slide-zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.delay-4 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.delay-5 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.delay-6 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

/*header/nav  
===============================================================*/

/*header
====================*/
header {
  width: 100%;
  background: #fff;
  height: 80px;
  /* -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
}

header > div {
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.head-logo {
  -ms-align-items: center;
  align-items: center;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
  margin-left: 80px;
  justify-content: end;
}

.head-logo p.icn {
  width: 220px;
}
.head-logo p.txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*追加*/
.link_btn.float-top-btn {
  padding: 10px;
  width: 220px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  margin: 1rem 1rem 0 auto;
  -webkit-transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
  -o-transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
  transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
  font-weight: 900;
  display: none;
  opacity: 0;
}
.link_btn.float-top-btn p {
  font-size: 0.8rem;
}
.link_btn.float-top-btn span {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
.link_btn.float-top-btn:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
header .main_icn {
  width: 12vw;
}
.link_btn.float-top-btn p {
  position: relative;
}
.link_btn.float-top-btn p::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1%;
  top: 30%;
  font-size: 1rem;
}

.link_btn.fixed.float-top-btn {
  display: block;

  opacity: 1;
  -webkit-transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
  -o-transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
  transition: opacity 0.5s, transform 0.3s, box-shadow 0.3s;
}

.head-btn a {
  justify-content: center;
  background: #c09c46;
  padding: 1rem;
  font-weight: bold;
  height: 100%;
}
.head-btn a p {
  color: #fff;
}
.head-btn a p span {
  display: block;
  font-size: 1.66em;
  margin-top: 5px;
}

/*Container 
===============================================================*/
.sp_br {
  display: none;
}
.pc_br {
  display: inherit;
}
/*追加*/
h1 > .pc_br {
  color: #000;
  /* background-color: #ED6C00;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; */
  font-size: 3vw;
  font-weight: bold;
}

/*ここまで*/
.tab_br {
  display: none;
}

.txt_pnk {
  color: #000;
}
.txt_ylw {
  color: #fff734;
  font-size: 4rem;
  font-weight: bold;
}

.cam-inner {
  flex-direction: column;
}
.txt_line_ylw {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 65%,
    #fff734 65%,
    #fff734 100%
  );
}
.txt_line p::before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  height: 20px;
  background: #fff961;
}
section {
  padding: 80px 0 0;
}
.dot-text {
  padding-top: 0.5em;
  background-position: top left -4px;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(
    0.1em 0.1em at center center,
    #ed6c00,
    #ed6c00 100%,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 100%
  );
}
h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
h3::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: #ed6c00;
  position: absolute;
  bottom: 0;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Key
=====================================*/
.key-wrap {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.key-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15vw 15vw 0 0;
  border-color: #c09c46 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.8;
}

.key-wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30vw 30vw;
  border-color: transparent transparent #c09c46 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.8;
}
.key-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.key-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  z-index: 1;
}
.key-main {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 3;
  color: #000;
}

.span-s {
  /* background-color: #fff; */
  padding: 0.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #000;
  text-shadow: 1px 1px 2px;
}
.span-small {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  color: #fff;
  background-color: #ed6c00;
  padding: 0.5rem;
  position: relative;
}

.key-sub-text {
  font-weight: bold;
  line-height: 1.7;
  padding: 1rem;
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #000;
}

.link_btn {
  justify-content: center;
  background: #c09c46;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 5px 0 rgb(27, 27, 27);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 400px;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  font-weight: bold;
}
/*追加*/
.key-wrap .link_btn {
  margin-top: 3rem;
  width: 500px;
  padding: 20px;
  font-weight: bold;
}

/*ここまで*/
.link_btn span {
  display: block;
  font-size: 1.66rem;
  margin-top: 5px;
}
.link_btn:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
.main_icn {
  width: 12vw;
}
.link_btn p {
  position: relative;
}
.link_btn p::after,
.float-in a p::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 2%;
  top: 30%;
  font-size: 1.6rem;
}

/*sec-top-blc
=====================================*/
.sec-top-blc h2,
.sec-form-blc h2 {
  justify-content: center;
  font-weight: bold;
  font-size: 2.38rem;
  padding-bottom: 40px;
  position: relative;
}
.sec-top-blc h2::before,
.sec-top-blc h2::after {
  position: absolute;
  top: 0.1rem;
  content: "";
  width: 13px;
  height: 3.5rem;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec-top-blc h2::before {
  left: 22%;
  border-left: 2px solid #333;
}
.sec-top-blc h2::after {
  right: 22%;
  border-right: 2px solid #333;
}
.sec-top-cnt {
  justify-content: space-around;
}
.sec-top-cnt .point {
  flex-direction: column;
  align-items: center;
  border: #cccccc 1px solid;
  width: 250px;

  border-radius: 50%;
  height: 250px;
  justify-content: center;
  background: radial-gradient(#fff, #c09c46);
}
@media (min-width: 768px) {
  .sec-top-cnt .point:nth-child(even) {
    margin-top: 5rem;
  }
}

.ft_b_sp {
  font-weight: bold;
  text-align: center;
}
.sec-top-cnt img.icon {
  height: 80px;
}
.sec-top-cnt .point p:nth-child(2) {
  text-align: center;
  padding-top: 13px;
}
.sec-cam-about .text_box .list_ttl {
  position: relative;
}
/*追加*/
.text-box-num {
  padding: 1rem 0;
  position: relative;
}
.text-box-num::before {
  width: 2.5rem;
  height: 8%;
  color: #ed6c00;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-right: 1rem;
}
.text-box-num.list_one::before {
  content: "01";
}
.text-box-num.list_two::before {
  content: "02";
}
.text-box-num.list_three::before {
  content: "03";
}
.text-box-num.list_four::before {
  content: "04";
}
.text-box-num.list_five::before {
  content: "05";
}
.small-txt {
  text-align: right;
  font-size: 1vw;
  color: rgba(0, 0, 0, 0.5);
}

.cam-about-num {
  color: #000;
}
/*ここまで*/

/*キャンペーン
=====================================*/
section.sec-cam-blc {
  padding: 0 0 30px;
}
.sec-cam-head {
  padding: 40px 0;
  background: #ed6c00;
}
.amazon-box {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.amazon-box .thumb {
  zoom: 0.5;
}
.amazon-box .intxt {
  font-size: 2rem;
  text-align: center;
  padding-left: 10px;
  line-height: 1.2;
  color: #fff;
  flex-direction: column;
}
.amazon-box .intxt p:nth-child(2) {
  align-items: center;
}
.amazon-box .intxt p:nth-child(2) > span:first-of-type {
  margin: 2.2rem 0;
}

.sec-cam-inner {
  padding: 70px 0;
  text-align: center;
}
.sec-cam-blc .inttl {
  font-size: 2.38rem;
  font-weight: bold;
  line-height: 1.6;
}
.sec-cam-blc ul.list_check {
  padding: 30px 0;
}
.sec-cam-blc ul.list_check li {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 0.44rem;
}
.sec-cam-blc ul.list_check li p {
  display: inline-block;
}
.sec-cam-blc ul.list_check li p::before {
  content: "";
  background: url(../img/check.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -2rem;
  top: 24%;
}
.sec_intxt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-cam-inner .link_btn {
  margin: 2rem auto 0;
}

/*選ばれる理由
=====================================*/
.sec-cam-about,
.sec-merit,
.sec-mezzot,
.sec-comparison {
  background: #f7f7f7;
  padding: 90px 0 120px;
}
.list_side.inner,
.list_vertical.inner {
  padding: 0 20px;
}
.list_side li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.list_side li.even {
  flex-direction: row-reverse;
}
.list_side li + li {
  margin-top: 2rem;
}
.list_side li div.img_box {
  width: 49%;
}
.list_side li div.text_box {
  width: 53%;
  padding: 2rem;
}
.list_ttl {
  font-size: 1.63rem;
  margin-bottom: 0.44em;
  font-weight: bold;
}

.list_vertical {
  justify-content: space-between;
}
.list_vertical li {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex-direction: column;
}
.list_vertical li div.img_box img,
.list_side li div.img_box img {
  width: 100%;
}
.list_vertical li div.text_box {
  padding: 2rem;
}
ol.list_side + ol.list_vertical {
  margin-top: 2rem;
}

/*事例
=====================================*/
.sec-voice-box .inbox {
  flex-direction: column;
}
div.sec-voice-cat {
  width: calc(100% / 3);
}
@media (min-width: 1195px) {
  div.sec-voice-cat {
    padding: 1rem;
  }
}
div.sec-voice-cat .thumb img {
  width: 100%;
}
/* div.sec-voice-cat + div.sec-voice-cat {
  padding-left: 40px;
} */
.sec-voice-box.inner {
  padding: 0 20px 120px;
  justify-content: center;
}
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.sec-voice-box .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.sec-voice-box .thumb-ttl {
  text-align: center;
  font-size: 1.2rem;
  padding: 1.4rem 0 0.7rem;
  line-height: 1.5;
}
.sec-voice-box .inbox {
  width: 100%;
}
.sec-voice-box .voice_link {
  text-align: right;
  color: #ed6c00;
  position: relative;
  padding-right: 2.2rem;
}
.sec-voice-box .voice_link::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  color: #ed6c00;
  font-weight: bold;
  position: absolute;
  right: 2%;
  top: -6%;
  font-size: 1.3rem;
}

/*=====================================*/
h3.line_br::after {
  top: 70%;
}
.sec-mezzot .list_vertical.inner {
  padding: 0 20px 60px;
}
ul.stepbar.inner {
  padding: 0 20px 0;
}
ul.stepbar {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
ul.stepbar li {
  width: 31%;
  background: #fff;
  padding: 0 0 0 3rem;
  border: 1px solid #ccc;
  position: relative;
  margin-left: 0.5em;
  min-height: 240px;
  margin: 40px 20px 0 0;
}
ul.stepbar li::after,
ul.stepbar li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -120px;
  border-top: 120px solid transparent;
  border-bottom: 120px solid transparent;
  border-left: 40px solid;
  right: -40px;
}
ul.stepbar li::after {
  z-index: 2;
  margin-top: -119px;
  border-top: 119px solid transparent;
  border-bottom: 119px solid transparent;
  border-left: 39px solid #fff;
  right: -39px;
}
ul.stepbar li::before {
  border-left-color: #ccc;
  z-index: 1;
}
.step_in {
  flex-direction: column;
  padding-top: 2.8rem;
}
.stepbar_num {
  color: #ed6c00;
  font-size: 2.4rem;
  position: absolute;
  top: -13%;
}
.step_in .list_ttl {
  margin-bottom: 1.2rem;
}
.step_in .list_txt {
  width: 85%;
  text-align: justify;
}

/*サポート
=====================================*/
.sec-support h3 {
  padding-bottom: 40px;
}
.sec-support h3.line_br::after {
  top: 81%;
}
.sec-support > p,
.sec-plan > p {
  text-align: center;
}
.support_contents.inner {
  padding: 20px 20px 120px;
}
.support_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 2rem;
}
.support_content {
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 23% 1fr;
  grid-gap: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
.support_img {
  display: block;
}
.support_text {
  padding-top: 1rem;
}
.sec-support h4 {
  font-size: 1.3rem;
  padding-bottom: 0.44rem;
  font-weight: bold;
}

/*料金
=====================================*/
.sec-plan {
  background: #ed6c00;
  color: #fff;
}
.sec-plan h3 {
  padding-bottom: 40px;
}
.sec-plan h3::after {
  top: 71%;
  background-color: #fff;
}
.sec-plan .list_vertical.inner {
  padding: 60px 20px;
}
.sec-plan .list_vertical li {
  border: 1px solid #ccc;
  color: #333;
  padding: 2rem;
}
.sec-plan .list_ttl {
  text-align: center;
  font-weight: bold;
}
.price_table {
  width: 100%;
  background: #f7f7f7;
  margin: 1rem 0;
}
.price_table th {
  padding: 0.88rem 1rem 0 3rem;
  width: 45%;
}
.price_table tr:nth-last-child(1) > th {
  padding-bottom: 0.88rem;
}
.price_table tr {
  position: relative;
}
.price_table tr::before {
  content: "";
  display: block;
  position: absolute;
  left: 6%;
  width: 2px;
  height: 1.6rem;
  background: #ed6c00;
  margin-top: 1rem;
}
.split {
  width: 90px;
  height: 90px;
  background: #fff961;
  border-radius: 50%;
  margin-right: 1rem;
  color: #333;
  align-items: center;
  justify-content: center;
}
.split > p {
  line-height: 1.2;
  font-size: 1.3rem;
  text-align: center;
}
.price_head {
  justify-content: center;
  align-items: flex-end;
}
.price_num_box {
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.4;
}
.price_num {
  font-size: 3.33rem;
  font-weight: bold;
}
.sml {
  font-size: 0.5em;
  padding: 0 6px;
}
.price_foot {
  font-size: 0.88em;
}

/*比較表
=====================================*/
.sec-comparison {
  padding: 120px 0;
}
.sec-comparison::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vw 50vw 0 50vw;
  border-color: #ed6c00 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.sec-comparison ul.inner {
  padding: 0 20px;
}

ul.hikaku-list li {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}
ul.hikaku-list li:first-child {
  width: 18%;
  margin-top: auto;
}
ul.hikaku-list li:first-child p {
  background: #595959;
  color: #fff;
}
ul.hikaku-list li p {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  background: #fff;
  text-align: center;
  line-height: 1.3;
}
ul.hikaku-list li p + p {
  border-top: 1px solid #fff;
}
ul.hikaku-list li.li-code {
  width: 24%;
  margin: 0 2px;
}
ul.hikaku-list li:nth-child(2) p:nth-child(2) {
  border-top: 2px solid #ed6c00;
}
ul.hikaku-list li:nth-child(2) p:nth-child(n + 2) {
  background: #fff;
  border-right: 2px solid #ed6c00;
  border-left: 2px solid #ed6c00;
  color: #ed6c00;
  font-weight: 600;
}
ul.hikaku-list li:nth-child(2) p + p:not(:nth-child(2)) {
  border-top: 2px solid #fff;
}
ul.hikaku-list li:nth-child(n + 3) {
  width: 19.33%;
}
ul.hikaku-list li:nth-child(n + 3) p + p:not(:nth-child(2)) {
  border-color: #dadada;
}
ul.hikaku-list li.li-code p:first-child {
  background: #ed6c00;
  color: #fff;
  font-size: 1.5em;
  padding: 1em;
  height: 5.55rem;
}
ul.hikaku-list li:nth-child(n + 2) p:first-child {
  margin-bottom: 5px;
}
ul.hikaku-list li:nth-child(2) p + p:not(:nth-child(2)) {
  border-top: 2px solid #dadada;
}
ul.hikaku-list li:nth-child(2) p:last-child {
  border-bottom: 2px solid #ed6c00;
}
ul.hikaku-list li:nth-child(n + 3) p:first-child {
  border-right: 1px solid #fff;
}
ul.hikaku-list li:nth-child(n + 3) p:first-child {
  background: #dcdcdc;
}
ul.hikaku-list li:nth-child(n + 3) p:not(:first-child) {
  border-right: 1px solid #dadada;
}

/*よくある質問
=====================================*/
.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  color: #333333;
  padding: 0 20px 120px;
}
.cp_qa .cp_actab {
  background: #f7f7f7;
  border-radius: 10px;
  margin: 1rem 0;
  padding: 0.44rem 2rem 0.88rem;
}
.cp_qa label {
  font-size: 1.2rem;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 63px;
  cursor: pointer;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 60px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type="checkbox"]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.cp_qa .cp_plus {
  font-size: 2.4rem;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 4px 0 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cp_qa .cp_actab input[type="checkbox"]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cp_qa .cp_actab input[type="checkbox"] {
  display: none;
}

/*form
=====================================*/
.form_cam .sec-cam-inner {
  padding: 70px 0 0;
}
.sec-form-blc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px 120px;
}

form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.form-in {
  padding: 1em;
}
.form-in.must_box > .form_flex:nth-last-child(1) {
  margin: 0;
}

.form-box {
  padding: 0 0 40px;
  justify-content: center;
}
.form_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.form-box p.que {
  font-size: 1.4rem;
  padding: 0 3em 0 0;
}
.form-box p.must::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.6em;
  transform: translateY(-50%);
  content: "必須";
  display: block;
  font-weight: normal;
  color: #fff;
  padding: 3px 0.88em;
  background: #000;
  border-radius: 10px;
}

.form-box select,
.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"],
textarea,
.form-box input[type="date"] {
  width: 390px;
  max-width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  margin-left: 20px;
}

.form-operate {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.form-btn .btn {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
input[type="submit"].sbmit-btn {
  font-size: 1.4rem;
  background: #c09c46;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0px 5px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 400px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.form-btn .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0.5em;
  height: 0.5em;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  border-radius: 1.5px;
}

.form-btn p.att {
  padding-top: 1em;
  text-align: right;
  font-size: 0.75em;
}

.error_m {
  display: block;
  font-size: 0.75em;
  margin-top: 5px;
  color: #ce001c;
  margin-left: 2em;
}
.page-check .sec-form-blc {
  background: none;
}
.check-box {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.form-txt {
  padding-top: 30px;
  text-align: center;
  line-height: 1.4;
}

.couple-operate.form-operate {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  width: 280px;
  margin: 0 auto;
}
.couple-operate.form-operate > div + div {
  margin-left: 15px;
}
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.primary-btn {
  background: rgb(239, 239, 239);
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
}
input[type="submit"].secondary-btn {
  display: block;
  background: #c09c46;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 600;
  color: #fff;
}

.check-box .form-box {
  padding: 40px 0;
}
.check_flex {
  justify-content: flex-start;
  width: 70%;
  margin: 0 auto 1.88rem;
}
.check_flex .que {
  width: 40%;
}

/*footer
=====================================*/
footer {
  padding-top: 40px;
  background: #000;
  color: #fff;
}
.footer-inner {
  width: 90%;
  display: flex;
  align-items: center;
  padding: 0 20px 20px;
}
.footer-inner,
.footer-trial {
  justify-content: flex-end;
}
.footer-list__item {
  font-size: 0.9rem;
}
.footer-list__item + .footer-list__item {
  margin-left: 3rem;
}
.footer__copy {
  text-align: center;
  padding: 1.44em 0;
  font-size: 0.75em;
}

/*thanks*
=====================================*/
.thanks-box {
  flex-direction: column;
  align-items: center;
}
.thanks-box .back-btn {
  margin: 2rem 0 0;
}
.thanks-box .back-btn a {
  background: #ed6c00;
  color: #fff;
  padding: 0.44rem 4rem;
  border-radius: 10px;
}

/*animation*/

/*全共通*/

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
  height: 100%;
  display: inline-block;
}

.key-sub-text,
.fv-link {
  opacity: 0;
  transform: translateY(50%);
}

.key-sub-text.fade {
  animation: fade 0.7s 0.7s forwards ease;
}
.fv-link.fade {
  animation: fade 0.7s 1s forwards ease;
}
@keyframes fade {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.small {
  font-size: 1.5rem;
}

.sec-oa .cp_qa {
  padding: 0 20px 60px;
}

.tryangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #c09c46;
}
.before-after {
  align-items: center;
}
.before-after li {
  padding: 1rem;
}
.before-after .img_box img {
  border-radius: 10px;
  position: relative;
}
.before-after.before-after-2 {
  margin-top: 2rem;
}
.before-after .img_box {
  position: relative;
}
.before-after-1 .img_box::before {
  content: "脇";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #c09c46;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 0 0 0;
  z-index: 1;
}
.before-after-2 .img_box::before {
  content: "足";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #c09c46;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 0 0 0;
  z-index: 1;
}

.normal-anc {
  text-decoration: underline;
}
.sec-before-after p {
  text-align: center;
  font-weight: bold;
}

.remodal p {
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
/*line関連*/
.top-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-line-btn {
  background-color: #00c300;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;

  height: 100%;
}
.top-line-btn a {
  height: 100%;
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-line-wrap {
  display: inline-block;
}

.head-btn {
  height: 100%;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-line-btn p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-line-btn img{
  width: 70px;
}
section .top-line-btn{
  width: 320px;
  margin: 0 auto;
}