@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-size: 10px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.5em;
}

/* chromeでクリック時に黒枠を表示させない */
* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

fieldset {
  border: 0;
  vertical-align: bottom;
}

img {
  border: 0;
  vertical-align: bottom;
  line-height: 0;
}

/*address , caption , cite , code , dfn , em , strong , th , var {*/
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-style: normal;
}

strong {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

textarea {
  font-size: 100%;
}

hr {
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}

/*- フォントサイズ指定 -*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

/*- フォームスタイル -*/
input[type=button], input[type=submit], input[type=email], input[type=text], input[type=tel] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

textarea,
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

@media only screen and (max-width: 1700px) {
  html {
    font-size: 0.5989583333vw;
  }
  .pc_non {
    display: none !important;
  }
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 1.1328125vw;
  }
  .tb_non {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 1.8030050083vw;
  }
  .sp_non {
    display: none !important;
  }
}
html {
  overflow: auto;
  /*- オンマウスでふわっと -*/
  /*- オンマウスで大きく -*/
}
html body {
  color: #1A1A1A;
  background-color: #fff;
  letter-spacing: 0.05em;
  overflow: hidden;
  word-wrap: break-word;
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html .clearfix:after {
  clear: both;
  content: "";
  display: block;
}
html .clearfloat {
  clear: both;
}
html .displayNone {
  position: fixed;
  left: -9999px;
  top: -9999px;
  display: inline;
}
html .text_b {
  font-weight: bold;
}
html a:link, html a:visited {
  color: #009fe8;
}
html a:hover, html a:active {
  color: #009fe8;
  text-decoration: none;
}
html a.fade {
  transition: 0.3s ease-in-out;
}
html a.fade:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
@media (max-width: 600px) {
  html a.fade:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
html input[type=button], html input[type=submit] {
  transition: 0.3s ease-in-out;
}
html input[type=button]:hover, html input[type=submit]:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
@media (max-width: 600px) {
  html input[type=button]:hover, html input[type=submit]:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
html button {
  transition: 0.3s ease-in-out;
}
html button:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
@media (max-width: 600px) {
  html button:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
html a.big {
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
html a.big:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.075);
}
@media (max-width: 600px) {
  html a.big:hover {
    transform: scale(1);
  }
}
html .googlemap {
  overflow: hidden;
  position: relative;
}
html .googlemap .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
html .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
html .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
html section {
  padding: 10rem 0;
}
html section .content {
  width: 80%;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  pointer-events: all;
  transform: rotate(0.03deg);
}
/* ----------------------------------------------
  有料プラン - 家特化
------------------------------------------------- */
/* 追随バナー */
.line-btn-s {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 22.5rem;
  z-index: 999;
}
.line-btn-s a {
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #37B548;
  border-radius: 50rem;
}
.line-btn-s a img {
  width: 75%;
}
@media (max-width: 600px) {
  .line-btn-s {
    width: 17.5rem;
  }
}

/* LINEボタン */
.line-btn {
  width: 90%;
  max-width: 1080px;
  margin: 7.5rem auto 0;
}
.line-btn a {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding: 5rem 8.5rem 5rem 10rem;
  background-color: #37B548;
  border-radius: 50rem;
}
.line-btn a .text-img {
  width: 75%;
  margin: 0 8.5% 0 auto;
}
.line-btn a .text-img-s {
  display: none;
}
.line-btn a .ya {
  width: 7.5%;
}
@media (max-width: 1080px) {
  .line-btn {
    width: auto;
  }
  .line-btn a {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding: 4.5rem 4rem 4.5rem 6.5rem;
    background-color: #37B548;
    border-radius: 50rem;
  }
  .line-btn a .text-img {
    width: 82.5%;
    margin: 0 5% 0 auto;
  }
  .line-btn a .ya {
    width: 10.5%;
  }
}
@media (max-width: 600px) {
  .line-btn {
    width: auto;
    margin: 4.5rem auto 0;
  }
  .line-btn a {
    padding: 2.5rem 3rem 2.5rem 4.5rem;
    border-radius: 3.5rem;
  }
  .line-btn a .text-img {
    display: none;
  }
  .line-btn a .text-img-s {
    display: block;
    width: 85.5%;
    margin: 0 0 0 auto;
  }
  .line-btn a .ya {
    width: 10.5%;
  }
}

/* MV */
#header {
  display: flex;
  align-items: center;
  height: 100%;
  aspect-ratio: 32/15;
  background-color: #fff;
  background-image: url(img/lp/paid-2/mv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header #mv {
  width: 47.5%;
  margin: 0 auto 0 2.5%;
}
#header #mv .comment {
  width: 70%;
  margin: 0 auto 1.5rem;
}
#header #mv ul {
  display: flex;
  justify-content: space-between;
  width: 72.5%;
  margin: 0 auto 0.25rem;
}
#header #mv ul li {
  width: 32%;
}
#header #mv h1 {
  display: block;
  width: 100%;
  margin: 0 auto 5.5rem;
}
#header #mv .plus {
  width: 90%;
  margin: 0 auto 1rem;
}
@media (max-width: 1080px) {
  #header {
    align-items: flex-start;
    aspect-ratio: 3/4;
    background-image: url(img/lp/paid-2/tb/mv.jpg);
  }
  #header #mv {
    width: 90%;
    margin: 5rem auto 5rem;
  }
  #header #mv .comment {
    width: 70%;
  }
  #header #mv ul {
    width: 70%;
  }
  #header #mv h1 {
    width: 80%;
  }
}
@media (max-width: 600px) {
  #header {
    aspect-ratio: 13/25;
    background-image: url(img/lp/paid-2/sp/mv.jpg);
  }
  #header #mv {
    width: 90%;
    margin: 3.5rem auto 0;
  }
  #header #mv .comment {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #header #mv ul {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #header #mv h1 {
    width: 100%;
    margin: 0 auto 3.5rem;
  }
  #header #mv .plus {
    width: 100%;
  }
}

/* チェックリスト */
#check-list {
  background-color: #EDECE5;
}
#check-list .content .applicable {
  padding: 0 0 10.5rem;
}
#check-list .content .applicable h2 {
  width: 55rem;
  margin: 0 auto 4.5rem;
}
#check-list .content .applicable ul {
  position: relative;
  width: 70%;
  max-width: 950px;
  padding: 7rem 12.5rem;
  margin: 0 auto;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5rem;
}
#check-list .content .applicable ul li {
  width: 90%;
  color: #333333;
  font-size: 3.5rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.5em;
  margin: 0 auto 2rem;
  padding: 0 0 0 1em;
  text-indent: -1.5em;
}
#check-list .content .applicable ul li img {
  font-size: 3.5rem;
  line-height: 1.5em;
  width: 1em;
  margin: 0.25em 1.5rem 0 0;
  vertical-align: top;
}
#check-list .content .applicable ul li:last-of-type {
  margin-bottom: 0;
}
#check-list .content .applicable ul:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -11rem;
  border: 11rem solid transparent;
  border-top: 8rem solid #fff;
}
#check-list .content .support h3 {
  width: 60rem;
  margin: 0 auto 4.5rem;
}
#check-list .content .support ul {
  width: 70%;
  max-width: 950px;
  padding: 7rem 12.5rem;
  margin: 0 auto;
  background-color: #fff;
  border: 10px solid #E21A3B;
  border-radius: 5rem;
}
#check-list .content .support ul li {
  width: 90%;
  color: #333333;
  font-size: 3.75rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.5em;
  margin: 0 auto 2rem;
  padding: 0 0 0 1em;
  text-indent: -1.5em;
}
#check-list .content .support ul li span {
  color: #E21A3B;
  font-size: 5rem;
  padding: 0 0.25rem;
}
#check-list .content .support ul li img {
  font-size: 3.75rem;
  line-height: 1.5em;
  width: 1em;
  margin: 0.25em 1.5rem 0 0;
  vertical-align: top;
}
#check-list .content .support ul li:last-of-type {
  margin-bottom: 0;
}
#check-list .content .support ul li:last-of-type .text-s {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 500;
}
@media (max-width: 1080px) {
  #check-list .content .applicable ul {
    max-width: none;
    padding: 7rem;
    border-width: 6px;
  }
  #check-list .content .applicable ul li {
    font-size: 2.75rem;
  }
  #check-list .content .applicable ul li img {
    font-size: 2.75rem;
  }
  #check-list .content .support ul {
    max-width: none;
    padding: 7rem;
    border-width: 6px;
  }
  #check-list .content .support ul li {
    font-size: 2.75rem;
  }
  #check-list .content .support ul li span {
    font-size: 4rem;
  }
  #check-list .content .support ul li img {
    font-size: 2.75rem;
  }
  #check-list .content .support ul li:last-of-type .text-s {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
@media (max-width: 600px) {
  #check-list .content .applicable {
    padding: 0 0 7.5rem;
  }
  #check-list .content .applicable h2 {
    width: 90%;
  }
  #check-list .content .applicable ul {
    padding: 4rem 3.5rem 4rem 5rem;
    border-width: 6px;
    border-radius: 3rem;
    width: 80%;
  }
  #check-list .content .applicable ul li {
    font-size: 2.5rem;
  }
  #check-list .content .applicable ul li img {
    font-size: 2.5rem;
  }
  #check-list .content .applicable ul:before {
    margin-left: -8rem;
    border-width: 8rem;
    border-top-width: 6rem;
  }
  #check-list .content .support h3 {
    width: 70%;
  }
  #check-list .content .support ul {
    padding: 4rem 3.5rem 4rem 5rem;
    border-radius: 3rem;
    width: 80%;
  }
  #check-list .content .support ul li {
    font-size: 2.5rem;
  }
  #check-list .content .support ul li span {
    font-size: 3rem;
  }
  #check-list .content .support ul li img {
    font-size: 2.5rem;
  }
  #check-list .content .support ul li:last-of-type .text-s {
    font-size: 1.7rem;
  }
}

/* 求人票の一例 */
#job .content {
  width: 65%;
  max-width: 1080px;
}
#job .content h2 {
  width: 32.5rem;
  margin: 0 auto 4.5rem;
}
#job .content ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 3.5rem;
}
#job .content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 29%;
  color: #fff;
  font-size: 4.75rem;
  font-weight: 800;
  line-height: 1.35;
  background-color: #F38F11;
  border-radius: 50rem;
}
#job .content .text-s {
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 1080px) {
  #job .content {
    width: 80%;
  }
  #job .content ul li {
    width: 31%;
    font-size: 3.75rem;
  }
}
@media (max-width: 600px) {
  #job .content h2 {
    width: 60%;
  }
  #job .content ul li {
    font-size: 2.75rem;
    line-height: 1.25;
  }
}

/* 漫画 */
#comic .content h2 {
  width: 50rem;
  margin: 0 auto 2.5rem;
}
#comic .content .comic-img {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 100%;
}
#comic .content .comic-img .img {
  width: 50%;
  margin: 0;
}
@media (max-width: 1080px) {
  #comic .content {
    width: 90%;
  }
}
@media (max-width: 600px) {
  #comic .content h2 {
    width: 70%;
  }
  #comic .content .comic-img {
    display: block;
    padding: 0;
  }
  #comic .content .comic-img .img {
    width: 100%;
    margin: 2.5rem 0 0;
  }
  #comic .content .line-btn {
    width: 90%;
    margin: 3.5rem auto 0;
  }
}

/* よくある広告文の本当のコト */
#qa {
  background-color: #FDE9CF;
}
#qa .content {
  width: 70%;
  max-width: 1080px;
}
#qa .content h2 {
  width: 30rem;
  margin: 0 auto 4.5rem;
}
#qa .content dl {
  text-align: left;
  padding: 0 0 7rem;
}
#qa .content dl dt {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  height: 100%;
  margin: 0 0 2.25rem;
  line-height: 1.5;
}
#qa .content dl dt .q {
  width: 2em;
  margin: 0 1rem 0 0;
}
#qa .content dl dt h3 {
  font-size: 2.85rem;
  font-weight: 800;
}
#qa .content dl dd {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  height: 100%;
  padding: 5rem 7.5rem;
  background-color: #fff;
  border-radius: 2.5rem;
}
#qa .content dl dd .a {
  width: 2em;
}
#qa .content dl dd p {
  font-size: 2.25rem;
  font-weight: 600;
  color: #333333;
  line-height: 1.6;
  padding: 0 0 0 1rem;
}
#qa .content dl dd p span {
  color: #E21A3B;
}
#qa .content dl:last-of-type {
  padding: 0;
}
@media (max-width: 600px) {
  #qa .content {
    width: 80%;
  }
  #qa .content h2 {
    width: 60%;
  }
  #qa .content dl {
    padding: 0 0 5.5rem;
  }
  #qa .content dl dt h3 {
    font-size: 2.5rem;
  }
  #qa .content dl dd {
    padding: 3.5rem 4.5rem;
  }
  #qa .content dl dd .a {
    width: 2em;
  }
  #qa .content dl dd p {
    font-size: 2.25rem;
  }
}

/* よくある求職活動 */
#flow {
  background-color: #F38F11;
}
#flow .content {
  width: 70%;
  max-width: 1080px;
}
#flow .content h2 {
  width: 40rem;
  margin: 0 auto 9.5rem;
}
#flow .content ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
#flow .content ul li {
  position: relative;
  width: 19.5%;
  margin: 0 2.75% 5.5rem;
}
#flow .content ul li .flow-data {
  position: relative;
  padding: 4rem 0;
  font-weight: 800;
  background-color: #fff;
  border-radius: 3rem;
}
#flow .content ul li .flow-data .step {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0 0 2rem;
}
#flow .content ul li .flow-data h3 {
  font-size: 2.85rem;
  line-height: 2.6;
  font-weight: 800;
  margin: 0 auto;
}
#flow .content ul li .flow-data .fuki {
  position: absolute;
  top: -7.5rem;
  right: -8.5rem;
  width: 14rem;
  z-index: 10;
}
#flow .content ul li:nth-of-type(1) .flow-data h3, #flow .content ul li:nth-of-type(2) .flow-data h3 {
  line-height: 1.3;
  font-weight: 800;
}
#flow .content ul li::after {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
  display: block;
  content: url(img/lp/paid-2/ya01-r.svg);
  width: 12%;
}
#flow .content ul li:nth-of-type(7) {
  margin: 0 5.75% 5.5rem 2.75%;
}
#flow .content ul li:nth-of-type(7) .flow-data {
  color: #E21A3B;
}
#flow .content ul li:nth-of-type(7) .flow-data .fuki {
  position: absolute;
  top: 50%;
  right: -19rem;
  width: 22.5rem;
  transform: translateY(-50%);
}
#flow .content ul li:nth-of-type(7)::after {
  display: none;
}
#flow .content h3 {
  margin: 0 auto 3.5rem;
}
#flow .content .text {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 1080px) {
  #flow .content {
    width: 90%;
  }
  #flow .content ul {
    justify-content: flex-start;
  }
  #flow .content ul li .flow-data {
    padding: 3rem 0;
  }
  #flow .content ul li .flow-data .step {
    font-size: 2rem;
  }
  #flow .content ul li .flow-data h3 {
    font-size: 2.5rem;
  }
  #flow .content ul li .flow-data .fuki {
    width: 12rem;
  }
  #flow .content ul li:nth-of-type(7) .flow-data .fuki {
    right: -18.5rem;
    width: 20rem;
  }
  #flow .content h3 {
    width: 80%;
  }
}
@media (max-width: 600px) {
  #flow .content h2 {
    width: 60%;
  }
  #flow .content ul {
    justify-content: flex-start;
  }
  #flow .content ul li {
    width: 27.5%;
    margin: 0 2.75% 4rem;
  }
  #flow .content ul li .flow-data {
    padding: 3rem 0;
  }
  #flow .content ul li .flow-data .step {
    font-size: 2rem;
    padding: 0 0 1rem;
  }
  #flow .content ul li .flow-data h3 {
    font-size: 2rem;
  }
  #flow .content ul li .flow-data .fuki {
    top: -7.5rem;
    right: -4.5rem;
    width: 10rem;
  }
  #flow .content ul li::after {
    right: -17%;
  }
  #flow .content ul li:nth-of-type(7) .flow-data .fuki {
    right: -15.5rem;
    width: 17rem;
  }
  #flow .content h3 {
    width: 90%;
  }
  #flow .content .text {
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
  }
}

/* 全てお任せください！ */
#total {
  background-color: #EDECE5;
}
#total .content {
  max-width: 1200px;
}
#total .content h2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3.5rem;
}
#total .content .text {
  font-size: 2.5rem;
  line-height: 1.5;
}
#total .content .line-btn {
  margin: 4.5rem auto 0;
}
@media (max-width: 1080px) {
  #total .content h2 {
    width: 70%;
  }
  #total .content .text {
    font-size: 3.25rem;
  }
}
@media (max-width: 600px) {
  #total .content h2 {
    width: 90%;
  }
  #total .content .text {
    font-size: 2.5rem;
  }
}

/* 利用者の声 */
#voice .content {
  max-width: 1360px;
}
#voice .content h2 {
  width: 27.5rem;
  margin: 0 auto 0;
}
#voice .content ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  margin: 5rem auto 0;
}
#voice .content ul li {
  width: 48.5%;
}
#voice .content ul li .voice-data {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
}
#voice .content ul li .voice-data .icon {
  width: 15.5rem;
  flex-shrink: 0;
  text-align: center;
  margin: 0 3.5rem 0 0;
}
#voice .content ul li .voice-data .icon p {
  font-size: 2rem;
  font-weight: 700;
  padding: 1.25rem 0 0;
}
#voice .content ul li .voice-data .chatting {
  width: 100%;
  align-self: stretch;
  height: 100%;
}
#voice .content ul li .voice-data .chatting .says {
  position: relative;
  height: 100%;
  padding: 0 3.5rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  border: 5px solid #c2c2c2;
  background: #fff;
  border-radius: 2rem;
}
#voice .content ul li .voice-data .chatting .says .text {
  padding: 3.5rem 0;
}
#voice .content ul li .voice-data .chatting .says:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52px;
  top: 50%;
  border: 14px solid transparent;
  z-index: 2;
  left: -28px;
  transform: translateY(-50%);
  border-right: 14px solid #fff;
}
#voice .content ul li .voice-data .chatting .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  top: 50%;
  border: 18px solid transparent;
  z-index: 1;
  left: -40px;
  transform: translateY(-50%);
  border-right: 18px solid #c2c2c2;
}
#voice .content ul li.man .voice-data .icon p {
  color: #0068B6;
}
#voice .content ul li.woman .voice-data .icon p {
  color: #D1393B;
}
#voice .content ul li:nth-of-type(2) .voice-data {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#voice .content ul li:nth-of-type(2) .voice-data .icon {
  order: 1;
  margin: 0 0 0 3.5rem;
}
#voice .content ul li:nth-of-type(2) .voice-data .chatting .says:before {
  left: auto;
  right: -28px;
  border-right: 14px solid transparent;
  border-left: 14px solid #fff;
}
#voice .content ul li:nth-of-type(2) .voice-data .chatting .says:after {
  left: auto;
  right: -40px;
  border-right: 18px solid transparent;
  border-left: 18px solid #c2c2c2;
}
#voice .content ul li:nth-of-type(2).man .voice-data .icon p {
  color: #0068B6;
}
#voice .content ul li:nth-of-type(2).woman .voice-data .icon p {
  color: #D1393B;
}
@media (max-width: 1080px) {
  #voice .content h2 {
    margin: 0 auto 4.5rem;
  }
  #voice .content ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  #voice .content ul li {
    width: auto;
    margin: 0 auto 5rem;
  }
  #voice .content ul li .voice-data .chatting .says:before {
    top: 35%;
  }
  #voice .content ul li .voice-data .chatting .says:after {
    top: 35%;
  }
}
@media (max-width: 600px) {
  #voice {
    padding: 10rem 0 5rem;
  }
  #voice .content h2 {
    width: 50%;
  }
  #voice .content ul li .voice-data .chatting .says {
    border-width: 3px;
  }
  #voice .content ul li .voice-data .chatting .says:before {
    left: -27px;
    top: 20%;
  }
  #voice .content ul li .voice-data .chatting .says:after {
    top: 20%;
    left: -36px;
  }
  #voice .content ul li:nth-of-type(2) .voice-data .chatting .says:before {
    right: -27px;
  }
  #voice .content ul li:nth-of-type(2) .voice-data .chatting .says:after {
    right: -36px;
  }
}

/* フッター */
#footer {
  margin: 5rem auto 0;
  padding: 7.5rem 0 3.5rem;
  border-top: 1px solid #c2c2c2;
  background-color: #fff;
  pointer-events: all;
  transform: rotate(0.03deg);
}
#footer .logo {
  width: 22.5rem;
  margin: 0 auto 3rem;
}
#footer .company-data {
  font-weight: 500;
  text-align: center;
  padding: 0 0 3.5rem;
}
#footer .company-data .name {
  font-size: 2.25rem;
  font-weight: 800;
}
#footer .copy {
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1080px) {
  #footer .logo {
    margin: 0 auto 3rem 7.5rem;
  }
  #footer .company-data {
    text-align: left;
    margin: 0 auto 0 7.5rem;
  }
  #footer .company-data .name {
    padding: 0 0 1rem;
  }
  #footer .company-data .tel {
    display: block;
  }
  #footer .copy {
    text-align: left;
    margin: 0 auto 0 7.5rem;
  }
}
@media (max-width: 1080px) {
  #footer .logo {
    margin: 0 auto 3rem 3.5rem;
  }
  #footer .company-data {
    width: 50%;
    margin: 0 auto 0 3.5rem;
  }
  #footer .copy {
    margin: 0 auto 0 3.5rem;
  }
}

/* 基本 - reset-common -*/
/* 各ページ */

/*# sourceMappingURL=lp_paid-2.css.map */