@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #374f63;
  background-color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
}

.text_w {
  color: #fff;
}

.text_r,
b {
  color: #c45b44;
}

.main_wrap {
  overflow: hidden;
}

/*---------- リンク/テキスト設定 ----------*/
a {
  text-decoration: none;
}

a:hover {
  color: #139eb1;
  text-decoration: none;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img {
  border-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a img {
  border-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.white {
  color: #fff;
}

.m_color {
  color: #107d81 !important;
}

.mt1 {
  margin-top: 1em !important;
}

.big {
  font-size: 1.6em;
}
.dot-text {
  padding-top: 0.4em;
  font-size: 1.4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em 0.3em;
  color: #107d81;
  background-image: radial-gradient(
    0.15em 0.15em at center center,
    #107d81,
    #107d81 100%,
    transparent
  );
}

/*---------- ベーステキストの指定 ----------*/

p {
  font-size: 100%;
  line-height: 180%;
}
/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
} /* ▲PCメディアクエリ終了▲ */

.bgcolor_light {
  background: #e7fdf7;
}

.maker {
  border-bottom: 4px solid #d3e729;
}

.y_text {
  color: #d3e729;
}
.tit_img {
  max-width: 800px;
  margin: 0 auto;
}
/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

/*---------- スマホのみ改行 ----------*/
.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.check th {
  width: 25px;
  font-size: 100%;
  line-height: 180%;
  padding: 12px 0 5px 0;
  color: #ea5051;
  vertical-align: top;
  text-align: left;
}
table.check td {
  font-size: 120%;
  line-height: 150%;
  font-weight: bold;
  padding: 14px 0 5px 0;
  border-bottom: dotted 1px #999999;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  table.check th {
    width: 35px;
    font-size: 21px;
    padding: 8px 0 5px 0;
  }
  table.check td {
    font-size: 21px;
    padding: 10px 0 5px 0;
  }
}

/*------------------------------ ヘッド部分 ------------------------------*/

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .top_head {
    padding: 15px 0;
    font-size: 12px;
  }
  .top_title {
    font-size: 28px;
  }
} /* ▲PCメディアクエリ終了▲ */

/*------------------------------ メインビジュアル部分 ------------------------------*/

.main_visual {
  padding: 0;
  background-image: url(img/main_bg.png);
  background-size: cover;
  background-position: top;
  padding-bottom: 7em;
}

.main_logo {
  padding-left: 5%;
  padding-top: 1em;
}
.main_logo img {
  width: 20%;
  max-width: 150px;
}
.main_copy {
  margin: -0.5em auto 0;
  max-width: 800px;
  text-align: center;
}

.sub_copy {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.main_copy img,
.main_3point img {
  width: 100%;
}

.main_3point {
  max-width: 900px;
  margin-top: -10em;
  text-align: center;
  padding-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 769px) {
  .main_visual {
    padding-bottom: 0em;
  }
  .m_width100 {
    max-width: 100% !important;
  }
  .main_copy {
    padding: 0px 20px 20px;
    margin-top: -0.5em;
  }
  .main_3point {
    max-width: 900px;
    margin-top: -2.4em;
    padding: 0 10px 15px;
  }
} /* ▲PCメディアクエリ終了▲ */

/*------------------------------ 共通部分 ------------------------------*/

.subhead {
  text-align: center;
  position: relative;
  font-size: 30px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  line-height: 1;
  padding-top: 2em;
}

.subhead-strong {
  color: #107d81;
  font-size: 36px;
  font-weight: bold;
}

.subhead:after {
  content: "";
  width: 60px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background-color: #107d81;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* ▼PCメディアクエリ */
@media screen and (max-width: 769px) {
  .subhead {
    font-size: 35px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .section_profile .subhead {
    padding-top: 0em;
  }
  .subhead-strong {
    font-size: 26px;
  }
} /* ▲PCメディアクエリ終了▲ */

/*------------------------------ ボタン ------------------------------*/

.device {
  margin: 0;
  padding: 0 30px;
  text-align: center;
}
.device a:link {
  color: #fff;
  text-decoration: none;
}
.device a:visited {
  color: #fff;
  text-decoration: none;
}
.device a:hover {
  color: #fff;
  text-decoration: none;
}

.btn a,
.btn a:visited,
.btn2 a,
.btn2 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn {
  overflow: visible;
  text-transform: none;
  font-family: inherit;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background: #fe8b00;
  margin: 0 auto;
  font-size: 18px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  display: block;
  padding: 0 20px;
  border: none;
  position: relative;
  transition: 0.4s;
  animation: animation03 2s infinite;
  margin-top: 50px !important;
}
.btn::before {
  content: "LINEで簡単にご予約できます";
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 20px;
  color: #fe8b00;
  background: #fff;
  border: 2px solid #fe8b00;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/arw.svg) no-repeat left center;
  background-size: contain;
}
.btn2 {
  overflow: visible;
  text-transform: none;
  font-family: inherit;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background: #de654b;
  margin: 0 auto;
  font-size: 18px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 33px;
  font-weight: bold;
  line-height: 80px;
  display: block;
  padding: 0px 20px;
  border: none;
  max-width: 700px;
  position: relative;
  transition: 0.4s;
  animation: animation03 2s infinite;
  margin-top: 50px !important;
  box-shadow: 0 5px 15px 0 rgb(135 35 33);
}
.btn2::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/arw.svg) no-repeat left center;
  background-size: contain;
}

/****** アニメーション ******/
@keyframes animation03 {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.btn:hover {
  background: #e28a0f;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .btn {
    max-width: 85%;
    font-size: 18px !important;
  }
  .btn2 {
    max-width: 85%;
    font-size: 18px !important;
  }
}
@media screen and (min-width: 769px) {
  .btn {
    font-size: 35px;
    padding: 17px 10px;
    max-width: 800px;
  }
  .btn::before {
    font-size: 25px;
    border-radius: 38px;
  }
  .btn2 {
    font-size: 35px;
    padding: 17px 10px;
    max-width: 800px;
  }
}
/*------------------------------ フッター ------------------------------*/

#footer {
  margin: 0;
  padding: 30px 0;
  font-size: 75%;
  line-height: 150%;
  text-align: center;
  color: #fff;
  background: #293f4f;
  font-family: "Roboto Condensed", sans-serif;
}

#footer a:visited {
  color: #fff;
}
#footer a:link {
  color: #fff;
}

.accordion {
  margin: 3em auto;
  max-width: 60vw;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding: 1em;
  display: block;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.tokusyo {
  max-height: 560px;
  overflow-y: scroll;
  overflow-x: hidden;
}
table.tokusyo {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
}
table.tokusyo th,
table.tokusyo td {
  padding: 10px;
  text-align: left;
  background-color: #fff;
  line-height: 140%;
}
table.tokusyo td {
  color: #000 !important;
}
table.tokusyo th {
  background-color: #107d81;
  text-align: left;
  color: #fff;
  width: 25%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .accordion {
    margin: 3em auto;
    max-width: 90%;
  }
  .tokusyo {
    max-height: 380px;
    overflow-x: hidden;
  }
  table.tokusyo {
    border-top: 1px solid #999;
  }
  table.tokusyo td {
    display: block;
    text-align: left;
  }
  table.tokusyo th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  #footer {
    margin: 0;
    font-size: 12px;
  }
} /* ▲PCメディアクエリ終了▲ */

/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}
.ul {
  text-decoration: underline;
}
.red {
  font-weight: bold;
  color: #c30d23;
}
.through {
  text-decoration: line-through;
}
.ym {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffe24d 60%);
}
.caption {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  line-height: 180%;
}

/*---------- 文字位置 ----------*/

.center {
  text-align: center;
}
.right {
  text-align: right;
}

/*---------- コンテンツ領域のレイアウト ----------*/
.content_box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 20px;
}

/*---------- LINEマーケティングで得られる4つの効果 ----------*/
.section_effect4 {
  background: #e7fdf7;
}
.effect4_box {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4em;
}
.effect5_box {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4em;
}
.effect4_content {
  padding: 0;
  margin-bottom: 90px;
  width: 48%;
}
.effect5_content {
  padding: 0;
  margin-bottom: 70px;
  width: 100%;
}
.effect4_bg {
  position: relative;
  border-radius: 15px;
  padding: 20px;
  height: 95%;
  box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.effect4_content h3 {
  display: inline-block;
  text-align: center;
  color: #147d97 !important;
  background-image: linear-gradient(#fffef9, #d7faff);
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(12% 0, 100% 0, 89% 100%, 0 100%);
  padding: 15px 20px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.effect5_content h3 {
  display: inline-block;
  text-align: center;
  background-color: #d3e729;
  color: #117d81;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(12% 0, 100% 0, 89% 100%, 0 100%);
  padding: 15px 20px;
  width: 70%;
}
.effect4_content h3 span {
  border-top: 2px solid #147d97;
  border-bottom: 2px solid #147d97;
  padding: 5px;
  font-size: 0.5em;
  color: #147d97;
  margin-right: 10px;
  font-weight: bold;
}
.effect4_content figure {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #f7f7f7;
}
.effect5_content figure {
  display: block;
  text-align: center;
  margin: 50px auto 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.effect4_content ul {
  padding: 20px 5px 0;
}
.effect5_content ul {
  padding: 20px 5px 0;
}
.effect4_content ul li span {
  color: #107d81;
}
.effect5_content ul li span {
  color: #107d81;
}

.effect4_content table.check td {
  border-bottom: none;
}
@media screen and (max-width: 1039px) {
  .section_request .effect4_content {
    width: 90% !important;
    margin: 0 auto;
    padding: 0 0 2em !important;
  }
  .effect4_content {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .effect4_content {
    margin-bottom: 40px;
  }
  .section_effect4 .effect4_content h3 {
    width: 90%;
    display: inline-block;
    text-align: center;
    color: #147d97 !important;
    background-image: linear-gradient(#fffef9, #ceeef3);
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    position: static;
    top: 0px;
    left: 0%;
    transform: none;
    clip-path: polygon(12% 0, 100% 0, 89% 100%, 0 100%);
    padding: 15px 20px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .effect5_content h3 {
    width: 75%;
  }
  .effect4_content figure {
    height: auto;
  }
  .effect5_content figure {
    height: auto;
  }
}

/*---------- 著名人・大手企業様からもご依頼をいただいております。 ----------*/
.section_request {
  background: #107d81;
  background-image: url(img/sprinkle.svg);
  margin-top: 3em;
}
.request_img {
  width: 50% !important;
  margin: 0 auto;
}

.small {
  font-size: 0.8em !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0px !important;
  margin-right: 0px !important;
  align-items: flex-end !important;
}

.section_profile .small {
  font-size: 0.6em !important;
}

.section_request .subhead {
  color: #fff;
}

.section_request h3 {
  align-items: flex-end !important;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 0;
  line-height: 1.2;
}

.section_request .subhead:after {
  background-color: #fff;
}

.section_request .effect4_box {
  display: flex;
}
.section_request .effect4_content figure {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  padding: 20px 0 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .p0_sp {
    padding-top: 0 !important;
  }
  .section_request .effect4_content h3 {
    width: 86%;
    font-size: 20px;
  }
  .effect4_content h3 {
    display: inline-block;
    background-image: linear-gradient(#fffef9, #ceeef3);
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
    clip-path: polygon(12% 0, 100% 0, 89% 100%, 0 100%);
    padding: 15px 20px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_request .effect4_content figure {
    margin: 0px auto 0;
  }
  .request_img {
    width: 80% !important;
    margin: 0 auto;
  }
  .section_request .request_img {
    width: 75% !important;
    margin: 0 auto;
  }
  .section_request .effect4_content {
    padding: 0px;
    width: 48%;
  }
}

/*---------- 企業様からの構築代行例 ----------*/
.section_agency {
  background: #e7fdf7;
  background: #107d81;
  background-image: url(img/sprinkle.svg);
}

.section_agency .effect4_bg {
  position: relative;
  border-radius: 15px;
  padding: 50px 100px 30px;
  height: 95%;
  background-color: #fff;
}

.about_txt {
  margin: 20px 0px 20px 0px;
  padding: 1px 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about_txt:before,
.about_txt:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.about_txt:before {
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  top: 0;
  left: 0;
}
.about_txt:after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  top: 0;
  right: 0;
}

.about_txt h3 {
  padding: 0.25em 0em 0;
  margin: 0;
  color: #d3e729;
  background: transparent;
  font-size: 1.4em;
}

.about_bikou {
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: #d3e729 !important;
}

.about_txt p {
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .about_txt {
    width: 900px;
    margin: 40px auto 40px auto;
    padding: 5px 45px;
  }
  .about_txt h3 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 769px) {
  .section_agency .effect4_bg {
    padding: 20px 20px 30px;
  }
  .effect5_content {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

/*---------- なぜLINEマーケティングなのか？ ----------*/
.section_why {
  background: #ededf0;
}

.section_why h2.subhead {
  color: #333;
}

.section_why h2.subhead:after {
  background-color: #333;
}

.section_why .content_box {
  padding-top: 1em;
}

.section_why .center img {
  padding-top: 2em;
  max-width: 900px;
  width: 100%;
}

.fa-check:before {
  content: "\f00c";
  color: #107d81;
}

.why_m_box {
  background-color: #fcffe4;
  padding: 20px;
  max-width: 800px;
  margin: 1em auto;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
}

.why_m_wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-bottom: 30px;
  justify-content: center;
}

.success_img {
  width: 60%;
}
.successbox_sp {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  font-weight: bold;
  font-size: 1.4em;
}
.success_img_sp {
  width: 38%;
}
.why_m_wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #363f46;
  /*background-image: url(img/icon-arrow_forward.svg);*/
  background-position: center center;
  content: "しかも";
  color: #fff;
  display: flex;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
.i_color_w {
  color: #fff;
}
.i_color_m {
  color: #107d81;
  padding-bottom: 0.5em;
}
.why_m_item {
  margin: 0 9px;
  padding: 50px;
  width: 300px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.why_m_text {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 48px;
  color: #4f566b;
  font-size: 1.2em;
}
.why_m_text_maker {
  background: #363f46;
  color: #fff;
  padding: 5px;
}
.sad {
  width: 45%;
  margin: -1px auto -5em;
}

@media screen and (max-width: 678px) {
  .sad {
    width: 60%;
    margin: 0px auto -2em;
  }
}

@media screen and (max-width: 1085px) {
  .why_m_wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .why_m_item {
    margin: 15px 5px;
    width: 90%;
    padding: 40px;
  }
  .success_img {
    width: 50%;
    margin-top: -4em;
    margin-bottom: -6em;
  }
  .why_m_box {
    margin: 0px;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .sad {
    width: 50%;
    margin: 0px auto -3em;
  }
}

/*---------- 売れる自動セールスを提供する 
REXLIの「5つのポイント」 ----------*/
.border_m {
  border-bottom: 2px solid #117d82;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
.border_m img {
  max-width: 600px;
  width: 100%;
}
.section_point5 {
  background: #107d81;
  background-image: url(img/sprinkle.svg);
  margin-top: -20px;
}
.section_point5 .center img {
  max-width: 800px;
  width: 100%;
}
.point5_h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #107d81;
}

.point5_item_box {
  display: flex;
}
.point5_item_box div {
  padding: 20px;
}

.point5_item_img {
  width: 50%;
}
.point5_item_text {
  width: 50%;
}

.point5_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  background-color: #fffdf4;
  border-radius: 15px;
}
.point5_content_box {
  flex-basis: 25.333%;
  max-width: 25.333%;
  padding: 0px 40px 0;
  line-height: 1.4;
  border-right: 1px solid #edecec;
  border-bottom: 0px;
}
.point5_content_box:nth-child(3) {
  border-right: 0;
  border-bottom: 0px;
}

.point5_content_box h3,
.point5_content_box2 h3 {
  color: #157d97;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
.point5_content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  background-color: #fffdf4;
  border-radius: 15px;
}
.point5_content_box2 {
  flex-basis: 40.333%;
  max-width: 40.333%;
  padding: 40px;
  line-height: 1.4;
  border-right: 1px solid #edecec;
  border-bottom: 0px;
}
.point5_content_box2:nth-child(2) {
  border-right: 0;
  border-bottom: 0px;
}
.point5_wrap {
  border: 3px solid #ccc;
  padding: 2em 2em;
  background-color: #fff;
  margin-bottom: 1em;
  border-radius: 8px;
  margin-top: 2em;
}
@media screen and (max-width: 1085px) {
  .point5_wrap {
    padding: 1em 10px;
    margin-top: 1em;
  }
  .point5_content_box {
    border-right: 0px;
    border-bottom: 1px solid #edecec;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
    line-height: 1.4;
  }
  .point5_content_box2 {
    border-right: 0px;
    border-bottom: 1px solid #edecec;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0em 0px 1em;
    line-height: 1.4;
    text-align: center;
  }
  .point5_content_box h3,
  .point5_content_box2 h3 {
    font-size: 1.4em;
    margin: 1em 0 0;
  }
}

@media screen and (max-width: 769px) {
  .point5_item_box {
    display: flex;
    flex-direction: column-reverse;
  }
  .point5_item_img {
    width: 100%;
  }
  .point5_item_text {
    width: 100%;
  }
  .point5_item_box div {
    padding: 0px;
  }
}

/*---------- 株式会社REXLIの代表取締役「中村誠」について----------*/

.section_profile {
  background: #e7fdf7;
}
.prof_box {
  padding: 30px 70px;
  background: white;
  margin: 0 auto 30px;
  max-width: 800px;
}
.prof_box h3 {
  padding: 0.25em 0.5em;
  color: #107d81;
  background: transparent;
  font-size: 1.6em;
  border-left: solid 5px #1ea39c;
  margin: 0;
}
.prof_wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.prof_text {
  width: 60%;
  font-size: 1.6em;
  color: #fff;
  background: #107d81;
  padding: 50px 50px 50px 70px;
  border-radius: 20px;
}
.prof_img {
  width: 48%;
  margin-right: -4em;
}
.prof_wrap:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(100% - 50px);
  max-width: 1150px;
  left: auto;
  bottom: -30px;
}
.pickup_box {
  background: #fffdf0;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .prof_box {
    padding: 20px 20px;
    background: white;
    margin: 0 auto 30px;
    max-width: 800px;
  }
  .prof_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .prof_text {
    width: 95%;
    font-size: 1.4em;
    padding: 40px 20px 20px;
    border-radius: 20px;
    margin-bottom: 1em;
  }
  .prof_img {
    width: 48%;
    margin-right: 0;
    margin-bottom: -3em;
    z-index: 1;
  }
}

/*---------- 丸投げたった1.5ヶ月で自動で売れるLINEの仕組みをつくりませんか？ ----------*/
.section_automatic {
  background: #e7fdf7;
}
.marunage_img {
  max-width: 700px;
  margin: 0 auto -9em;
}
/*---------- REXLI構築代行サービスの流れ ----------*/
/* セクション */
.cp-section {
  padding: 80px 0 0;
  margin-bottom: 6em;
}

/* コンテナー */
.cp-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

/* ラベル */
.cp-label {
  display: inline-block;
  padding: 4px 19px;
  font-size: 21px;
  background: #d3e729;
}
.cp-label-radius {
  border-radius: 100vw;
}

/* テキスト */
.cp-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #374f63;
}
* + .cp-text {
  margin: 16px 0 0 0;
}

@media screen and (max-width: 599px) {
  /* セクション */
  .cp-section {
    padding: 40px 0 0;
    margin-bottom: 0em;
  }
}

/* 流れ ------------------------------*/
/* アイテム */
.cp-flow02__item {
  position: relative;
  padding: 50px 24px;
  background: #fff;
}
.cp-flow02__item:not(:last-child) {
  margin-bottom: 72px;
}
.cp-flow02__item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 40px 0 40px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* 見出し */
.cp-flow02__title {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.2;
  color: #374f64;
  font-weight: bold;
}

/* ラベル */
.cp-flow02__label {
  margin-right: 8px;
  transform: translateY(-3px);
}

@media screen and (max-width: 599px) {
  /* アイテム */
  .cp-flow02__item {
    padding: 16px;
  }
  .cp-flow02__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 769px) {
}

.section_step {
  background: #107d81;
  background: #107d81;
  background-image: url(img/main_bg.png);
  background-size: cover;
}
@media screen and (max-width: 769px) {
}

.last_section {
  background: #107d81;
}

.last_section .cp-section {
  padding: 20px 0 0;
  margin-bottom: 6em;
}
@media screen and (max-width: 769px) {
  .last_section {
    padding: 0 0px 8em;
  }
  .last_section .cp-section {
    padding: 20px 0 20px;
    margin-bottom: 1em;
  }
}

/*----------【LINE登録者限定】無料特典プレゼント----------*/

.ttl1_wrap {
  background: #faeb94; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #faeb94 6%,
    #b5880c 22%,
    #faeb94 37%,
    #b5880c 46%,
    #faeb94 57%,
    #b5880c 75%,
    #faeb94 87%,
    #c6a119 98%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #faeb94 6%,
    #b5880c 22%,
    #faeb94 37%,
    #b5880c 46%,
    #faeb94 57%,
    #b5880c 75%,
    #faeb94 87%,
    #c6a119 98%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #faeb94 6%,
    #b5880c 22%,
    #faeb94 37%,
    #b5880c 46%,
    #faeb94 57%,
    #b5880c 75%,
    #faeb94 87%,
    #c6a119 98%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 3px 0;
}

.ttl1 {
  background: #c6a119; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #c6a119 0%,
    #faeb94 24%,
    #fff7dd 51%,
    #faeb94 77%,
    #c6a119 98%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #c6a119 0%,
    #faeb94 24%,
    #fff7dd 51%,
    #faeb94 77%,
    #c6a119 98%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #c6a119 0%,
    #faeb94 24%,
    #fff7dd 51%,
    #faeb94 77%,
    #c6a119 98%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(255, 255, 255, 1);
  padding: 0;
  margin: 0;
}
h3.ttl1 {
  line-height: 1.2;
  padding: 20px;
}
@media (min-width: 750px) {
  .ttl1_wrap {
    padding: 5px 0;
  }
  .ttl1 {
    font-size: 50px;
    padding: 15px;
    margin: 0;
  }
}

.section_present {
  background: #ffe587;
}
.present_wrap {
  padding-top: 2.5rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0 0 1rem 1rem;
  width: 83.333333%;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgb(131 131 131 / 50%);
  position: relative;
}
.present_wrap p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.step_box {
  display: flex;
}
.jirei_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jirei_img {
  max-width: 700px;
}
.cta-ribbon {
  width: 822px;
  height: 87px;
  background: url(img/ribbon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  font-family: "メイリオ", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  padding-top: 12px;
}
.present_text {
  background-color: rgb(240, 255, 213);
  padding: 20px;
  margin-top: 4em;
}
.section_present .content_box {
  padding-top: 0;
  padding-bottom: 2em;
  margin-top: 0;
}
.support_box {
  margin: 5em auto 0em;
  padding: 20px 200px 5em;
}
.support_imgbox {
  margin: 0 auto;
  background: #fffdf0;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .present_wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 92%;
  }
  .support_box {
    margin: 2em auto 0em;
    background: #fffdf0;
    padding: 20px 20px;
  }
  .cta-ribbon {
    width: 100%;
    height: 11vw;
    top: -3vw;
    font-size: 4vw;
    padding-top: 1vw;
  }
  .present_text {
    margin-top: 3em;
  }
}

/* 流れ ------------------------------*/
.cp-flow01 {
  display: flex;
}

/* アイテム */
.cp-flow01__item {
  width: 33%;
}
.cp-flow01__item:not(:last-child) {
  margin-right: 40px;
}
.cp-flow01__item:not(:last-child) .cp-flow01__icon:before {
  left: 100%;
  height: 2px;
  width: 120px;
}
.cp-flow01__item:not(:first-child) .cp-flow01__icon:after {
  right: 100%;
  height: 2px;
  width: 120px;
}

/* 見出し */
.cp-flow01__title {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.2;
  color: #344f62;
  text-align: center;
  font-weight: bold;
}
.cp-flow01__title span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 18px;
  color: #364f62;
}

/* アイコン */
.cp-flow01__icon {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto 0px;
  border-radius: 50%;
  background: #364f62;
}
.cp-flow01__icon:before,
.cp-flow01__icon:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background: #364f62;
}
.cp-flow01__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .cp-flow01__item:not(:last-child) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 599px) {
  .cp-flow01__item {
    width: 100%;
  }
  .cp-flow01 {
    display: block;
  }

  .cp-flow01__item:not(:last-child) {
    margin: 0 0 40px 0;
  }

  .cp-flow01__title {
    margin-bottom: 12px;
  }

  .cp-flow01__icon {
    margin-bottom: 0px;
  }
  .cp-flow01__icon:before,
  .cp-flow01__icon:after {
    content: none;
  }
}

dd {
  margin: 0 auto;
}

.mt15 {
  margin-top: 15px !important;
}

/*------------------------------ フローティング ------------------------------*/
.floating {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

/*------------------------------ ポップアップ ------------------------------*/

.popup-area {
  display: none;
  width: 90vw;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 0;
  background: #107d81;
  background-image: url(img/sprinkle.svg);
  border: 10px solid #107d81;
}
.popup-area .popwrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  margin-top: -2em;
  z-index: -1;
}

.btn_pop {
  background: #fff;
  padding: 0 20px 20px;
}
@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: 50vw;
  }
}
.cover-eml {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-area .close-btn {
  margin: 0 0 15px auto;
  cursor: pointer;
  text-align: right;
  width: 20px;
  height: 15px;
}
