@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.66;
}

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

img {
  width: 100%;
  max-width: 100%;
}

.sp {
  display: none;
}

.corp_header {
  display: none;
}

.l-footer {
  display: none;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
header .header_inner {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 0 46px;
}
header .header_inner .logo_area a {
  display: flex;
  align-items: center;
}
header .header_inner .logo_area a .logo_img {
  width: 164px;
  margin: 0 28px 0 0;
}
header .header_inner .logo_area a .logo_tag {
  min-width: 100px;
  color: #54B6D4;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #54B6D4;
  border-radius: 50px;
  text-align: center;
  padding: 5px 14px;
  letter-spacing: 0.083em;
}
header .header_inner .contact_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .contact_area .tel {
  margin: 0 10px 0 0;
}
header .header_inner .contact_area .tel a {
  color: #696969;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 0.05em;
  position: relative;
}
header .header_inner .contact_area .tel a:before {
  content: "";
  background: url(../img/ico_tel.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 37px;
  display: block;
  position: absolute;
  left: -28px;
  top: -5px;
}
header .header_inner .contact_area .btn {
  width: 180px;
  height: 60px;
  border: 2px solid #F2932D;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  padding: 0;
}
header .header_inner .contact_area .btn:hover {
  opacity: 0.5;
}
header .header_inner .contact_area .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}
header .header_inner .contact_area .btn.request {
  margin: 0 10px 0 0;
}
header .header_inner .contact_area .btn.request a {
  color: #696969;
}
header .header_inner .contact_area .btn.contact {
  background: #F2932D;
}
header .header_inner .contact_area .btn.contact a {
  color: #fff;
}

#wrapper {
  overflow: hidden;
}

.menu-btn,
.menu-icon,
.menu {
  display: none;
}

#mv {
  height: 664px;
  overflow: hidden;
  position: relative;
  margin: 100px 0 0;
}
#mv.mv_all {
  height: unset;
}
#mv.mv_all picture {
  display: block;
}
#mv.mv_all .mv_inner {
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
}
#mv.mv_all .mv_inner .mv_btn {
  position: relative;
  top: unset;
  left: unset;
  width: 36vw;
  margin: auto;
}
#mv.mv_all .mv_inner .mv_btn a {
  width: 100%;
  height: 7vw;
  font-size: 2vw;
}
#mv .mv_img {
  width: 1500px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#mv .mv_inner {
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  position: relative;
}
#mv .mv_inner .mv_logo_text_set {
  position: absolute;
  display: inline-block;
  left: 70px;
  top: 204px;
  text-align: center;
}
#mv .mv_inner .mv_logo_text_set .mv_text {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 31px;
}
#mv .mv_inner .mv_logo_text_set .mv_text span {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
#mv .mv_inner .mv_logo_text_set .mv_logo {
  width: 365px;
  margin: 0 0 0 50px;
}
#mv .mv_inner .mv_logo_text_set .mv_tag {
  min-width: 140px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 50px;
  text-align: center;
  padding: 7px 40px;
  margin: 22px 0 0;
  display: inline-block;
  letter-spacing: 0.083em;
}
#mv .mv_inner .mv_medal {
  position: absolute;
  width: 672px;
  top: 65px;
  left: 50px;
}
#mv .mv_inner .mv_btn {
  position: absolute;
  top: 298px;
  left: 30px;
  transition: 0.2s;
}
#mv .mv_inner .mv_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 387px;
  height: 72px;
  background: #F2932D;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 36px;
}
#mv .mv_inner .mv_btn:hover {
  opacity: 0.5;
}
#mv .mv_btn a.wedge0920_btn {
  text-align: center;
  line-height: 1.4;
}
#mv .mv_cm {
  position: absolute;
  max-width: 384px;
  width: 29vw;
  max-height: 507px;
  height: 37vw;
  bottom: -100px;
  right: 0;
}

#about {
  margin: 80px 0 100px;
}
#about .inner {
  max-width: 882px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#about .inner .title {
  text-align: center;
  margin: 0 0 50px;
}
#about .inner .title img {
  width: auto;
}
#about .inner .about_text {
  text-align: center;
}

#able {
  position: relative;
  /* モーダルの画像 */
  /* 閉じるボタン */
}
#able:before {
  content: "";
  background: url(../img/able_bg.png) no-repeat;
  background-size: 100% 80%;
  display: block;
  width: 1920px;
  height: 1500px;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
#able .inner {
  max-width: 1108px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#able .inner .title {
  text-align: center;
  margin: 0 0 36px;
}
#able .inner .title img {
  width: auto;
}
#able .inner .able_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#able .inner .able_list:after {
  content: "";
  display: block;
  width: 32%;
}
#able .inner .able_list .able_item {
  width: 32%;
  margin: 0 0 20px;
  height: 230px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 8px 15px -5px #ccc;
}
#able .inner .able_list .able_item.open {
  overflow: unset;
  z-index: 1;
}
#able .inner .able_list .able_item.open .able_item_inner {
  height: auto;
}
#able .inner .able_list .able_item .able_item_inner {
  display: flex;
  flex-direction: column;
  height: 230px;
  position: relative;
}
#able .inner .able_list .able_item .title {
  background: #54b6d4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
}
#able .inner .able_list .able_item .able_text {
  padding: 20px;
  font-size: 15px;
  flex: 1;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transition: max-height 0.5s ease;
}
#able .inner .able_list .able_item .able_text p {
  white-space: pre-wrap;
}
#able .inner .able_list .able_item .toggle_button {
  display: none; /* 初期状態で非表示 */
  margin: -48px auto 0;
  cursor: pointer;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 20%);
  background-color: transparent;
  padding: 20px 0 4px;
  text-align: right;
  z-index: 1;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  bottom: 0;
}
#able .inner .able_list .able_item .toggle_button img {
  width: auto;
  margin-right: 10px;
}
#able .inner .able_list .able_item.show_button .toggle_button {
  display: block; /* 高さが超えた場合にボタンを表示 */
}
#able .able_slide_list {
  max-width: 1108px;
  width: 94%;
  margin: 85px auto 120px;
}
#able .able_slide_list #able_slide .slide-item {
  margin: 0 5px;
  border: 2px solid #54b6d4;
  background: #fff;
  padding: 15px;
  border-radius: 30px;
}
#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_title {
  color: #54b6d4;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 40px 0 20px;
  border-bottom: 2px solid #54b6d4;
}
#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img {
  margin: 40px 0 60px;
  cursor: pointer;
}
#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img img {
  width: 100%;
}
#able .able_slide_list #able_slide .slick-dots li {
  background: #eee;
}
#able .able_slide_list #able_slide .slick-dots li.slick-active {
  background: #54b6d4;
}
#able .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#able .modal-content {
  margin: auto;
  display: block;
  max-width: 84%;
  max-height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -180px;
  bottom: 0;
}
#able .close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#trouble {
  background: #E7E7E7;
  padding: 70px 0 228px;
  overflow: hidden;
  position: relative;
}
#trouble .inner {
  max-width: 882px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
#trouble .inner .title {
  text-align: center;
  margin: 0 0 36px;
}
#trouble .inner .title img {
  width: auto;
}
#trouble .inner .fukidashi {
  background: #0B2265;
  max-width: 846px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  border-radius: 100px;
}
#trouble .inner .fukidashi .list {
  padding: 0 75px;
  position: relative;
  z-index: 1;
}
#trouble .inner .fukidashi .list ul li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 40px;
}
#trouble .inner .fukidashi .list ul li + li {
  margin-top: 13px;
}
#trouble .inner .fukidashi .list ul li:before {
  content: "";
  background: url(../img/icon_trouble_check.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#trouble .inner:after {
  content: "";
  background: url(../img/trouble_illust_pc.png) no-repeat;
  background-size: 100%;
  position: absolute;
  max-width: 882px;
  width: 100%;
  height: 274px;
  left: 0;
  right: 0;
  bottom: -240px;
  margin: auto;
}

#merit {
  padding: 155px 0 0;
  position: relative;
  z-index: 5;
}
#merit .inner {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
}
#merit .inner .title {
  text-align: center;
  margin: 0 0 36px;
}
#merit .inner .title img {
  width: auto;
}
#merit .inner .title_text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 185px;
}
#merit .inner .merit_list ul {
  display: flex;
  justify-content: space-between;
}
#merit .inner .merit_list ul li {
  background: #EDFAFF;
  max-width: 356px;
  width: 32%;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
}
#merit .inner .merit_list ul li .img {
  width: 100%;
  height: auto;
  max-width: 340px;
  max-height: 340px;
  position: relative;
  left: 0;
  right: 0;
  margin: -50% auto -50px;
}
#merit .inner .merit_list ul li .img picture {
  display: block;
}
#merit .inner .merit_list ul li .text_area {
  padding: 30px;
}
#merit .inner .merit_list ul li .text_area .title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 33px;
  position: relative;
}
#merit .inner .merit_list ul li .text_area .title .num {
  color: #fff;
  background: url(../img/merit_num_bg.svg) no-repeat;
  background-size: 100%;
  width: 43px;
  height: 43px;
  display: inline-block;
  margin: 0 8px 0 0;
}
#merit:before {
  content: "";
  background: url(../img/trouble_arrow.svg) no-repeat;
  background-size: 100%;
  width: 211px;
  height: 95px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

#result {
  padding: 120px 0 0;
  position: relative;
  overflow-x: clip;
}
#result .inner {
  max-width: 842px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#result .inner .title {
  text-align: center;
  margin: 0 0 12px;
}
#result .inner .title img {
  width: auto;
}
#result .inner .title_text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 44px;
}
#result .inner .result_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#result .inner .result_list ul li {
  max-width: 222px;
  width: 32%;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
}
#result .inner .result_list ul li .img {
  width: 100%;
  height: 174px;
  max-width: 215px;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 12px;
}
#result .inner .result_list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
#result .inner .result_list ul li .text_area .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #0B2265;
}
#result .inner .result_list ul li .text_area .text {
  color: #4A4949;
}
#result .inner .result_list ul li:nth-of-type(n + 4) {
  margin: 44px 0 0;
}
#result:before {
  content: "";
  background: url(../img/bg_dot.svg) no-repeat;
  background-size: 100%;
  width: 1634px;
  height: 348px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  margin: auto;
  z-index: 2;
}

#movie {
  padding: 235px 0 88px;
  position: relative;
  background: #F0FBFF;
  overflow-x: clip;
}
#movie .inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
#movie .inner .title {
  text-align: center;
  margin: 0 0 53px;
}
#movie .inner .movie {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  position: relative;
}
#movie .inner .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#movie:before {
  content: "";
  background: url(../img/bg_white_tri.svg) bottom center no-repeat;
  background-size: 100%;
  width: 100%;
  min-width: 1400px;
  height: 166px;
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

#trial {
  padding: 62px 0 54px;
  position: relative;
  background: linear-gradient(#28b1d9 0%, #70eaf6 100%);
}
#trial .inner {
  color: #fff;
}
#trial .inner .title {
  text-align: center;
  margin: 0 0 53px;
}
#trial .inner .title img {
  width: auto;
}
#trial .inner .text {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.66;
  text-align: center;
  margin: 0 0 70px;
}
#trial .inner .text p + p {
  margin: 1em 0 0;
}
#trial .inner .btn {
  width: 398px;
  margin: 0 auto;
  border: none;
}
#trial .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: #F2932D;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 36px;
}

#plan {
  padding: 55px 0 34px;
  background: #FAFAFA;
}
#plan .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
#plan .inner .title {
  text-align: center;
  margin: 0 0 40px;
}
#plan .inner .title img {
  width: auto;
}
#plan .inner .title_text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 85px;
  letter-spacing: 0.1em;
}
#plan .inner table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#plan .inner .RP_table_box {
  overflow-x: auto;
}
#plan .inner .RP_table {
  background-color: #fff;
  max-width: 1020px;
  margin: auto;
  table-layout: fixed;
  position: relative;
  min-width: 660px;
}
#plan .inner .RP_table:after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(15% + 2px);
  width: calc(23% - 2px);
  height: calc(100% - 5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
#plan .inner .RP_table th, #plan .inner .RP_table td {
  text-align: center;
  vertical-align: middle;
  border: 3px solid #FAFAFA;
  font-weight: normal;
}
#plan .inner .RP_table thead th:first-of-type {
  border: none;
}
#plan .inner .RP_table thead th:nth-of-type(2) {
  border-left: none;
}
#plan .inner .RP_table thead td {
  background-color: #FAFAFA;
}
#plan .inner .RP_table thead th {
  background-color: #FAFAFA;
  vertical-align: bottom;
}
#plan .inner .RP_table thead th div {
  font-size: 26px;
  font-weight: 700;
  width: 100%;
  vertical-align: middle;
  display: grid;
  place-items: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#plan .inner .RP_table thead th:first-of-type div {
  background-color: #F2932D;
  height: 110px;
  color: #fff;
}
#plan .inner .RP_table thead th:nth-of-type(2) div {
  background-color: #40BEE5;
  color: #fff;
  height: 100px;
}
#plan .inner .RP_table thead th:nth-of-type(3) div {
  background-color: #40BEE5;
  color: #fff;
  height: 100px;
}
#plan .inner .RP_table thead th:nth-of-type(4) div {
  background-color: #40BEE5;
  color: #fff;
  height: 100px;
}
#plan .inner .colgroup_1 {
  width: 15%;
}
#plan .inner .colgroup_2 {
  width: 23%;
}
#plan .inner .RP_table tbody tr:nth-of-type(-n+2) {
  height: 100px;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) {
  height: 110px;
  background-color: #FAFAFA;
}
#plan .inner .RP_table tbody tr:nth-of-type(1) td {
  border-bottom: 3px solid #D8DFE8;
}
#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(1) {
  border-bottom: 3px solid #D8DFE8;
}
#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(2), #plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(3) {
  border-right: 3px solid #D8DFE8;
  border-bottom: 3px solid #D8DFE8;
}
#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(4) {
  border-bottom: 3px solid #D8DFE8;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) td {
  vertical-align: top;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(2), #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(3) {
  border-right: 3px solid #D8DFE8;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) th, #plan .inner .RP_table tbody tr:nth-of-type(3) td {
  vertical-align: top;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) th > div, #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(n+2) > div {
  height: 100px;
  background-color: #fff;
  display: grid;
  place-items: center;
}
#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(1) > div {
  height: 110px;
  background-color: #fff;
  display: grid;
  place-items: center;
}
#plan .inner .RP_table tbody td {
  font-size: 20px;
  background: #fff;
}
#plan .inner .RP_table .emphasis {
  font-size: 40px;
  font-weight: 700;
}
#plan .inner .RP_table .orange_emphasis {
  color: #F2932D;
  font-size: 40px;
  font-weight: 700;
}
#plan .inner .synopsis2 {
  text-align: center;
}
#plan .inner .message {
  max-width: 820px;
  width: 100%;
  margin: 60px auto 42px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 100%, 30px 0%, 100% 0%, 790px 100%);
          clip-path: polygon(0% 100%, 30px 0%, 100% 0%, 790px 100%);
  text-align: center;
  padding: 25px;
  text-align: center;
  font-size: 22px;
  box-sizing: border-box;
}
#plan .inner .message p span {
  background: linear-gradient(transparent 95%, #A9EBF6 60%);
}
#plan .inner .download .title {
  margin: 0 0 14px;
}
#plan .inner .download .btn {
  width: 398px;
  max-width: unset;
  margin: 0 auto;
  border: none;
}
#plan .inner .download .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: #fff;
  border: 3px solid #F2932D;
  color: #F2932D;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 36px;
}

#voice {
  padding: 45px 0 88px;
  position: relative;
  overflow-x: clip;
}
#voice .inner {
  position: relative;
  z-index: 3;
}
#voice .inner .title {
  text-align: center;
  margin: 0 0 25px;
}
#voice .inner .title img {
  width: auto;
}
#voice .inner .title_text {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 80px;
}
#voice .inner .logo_area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 8%;
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
}
#voice .inner .logo_area ul li {
  overflow: hidden;
  position: relative;
  max-width: 120px;
  width: 20%;
}
#voice .inner #js-slide .slick-list {
  overflow: unset;
}
#voice .inner #js-slide .slick-track {
  display: flex;
  align-items: center;
}
#voice .inner #js-slide .item {
  max-width: 500px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0 44px;
  border: 1px solid transparent;
}
#voice .inner #js-slide .item .item_inner {
  padding: 40px;
}
#voice .inner #js-slide .item .item_inner .title {
  position: relative;
}
#voice .inner #js-slide .item .item_inner .title h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  z-index: 1;
  white-space: pre-line;
}
#voice .inner #js-slide .item .item_inner .title:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icon_voice.svg) no-repeat center center/contain;
  z-index: 0;
  top: -20px;
  left: -25px;
  width: 100px;
  height: 75px;
}
#voice .inner #js-slide .item .item_inner p {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #292b2b;
  white-space: pre-line;
}
#voice .inner #js-slide .item .item_inner .voice_person {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#voice .inner #js-slide .item .item_inner .voice_person .voice_person_information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 15px;
  white-space: pre-line;
}
#voice .inner #js-slide .item .item_inner .voice_person .voice_person_img {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#voice .inner #js-slide .item .item_inner .voice_person .voice_person_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .inner #js-slide .slick-current {
  border: 1px solid #5ecef1;
}
#voice .inner #js-slide .slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
}
#voice .inner #js-slide .slide-arrow:hover {
  opacity: 0.5;
}
#voice .inner #js-slide .prev-arrow {
  border-bottom: 30px solid transparent;
  border-left: 0;
  border-right: 30px solid #40BEE5;
  border-top: 30px solid transparent;
  right: calc(50% + 285px);
}
#voice .inner #js-slide .next-arrow {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #40BEE5;
  border-right: 0;
  border-top: 30px solid transparent;
  left: calc(50% + 285px);
}
#voice .inner #js-slide button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
#voice:before {
  content: "";
  background: url(../img/bg_gray_tri.svg) bottom center no-repeat;
  background-size: 100%;
  width: 100%;
  min-width: 1400px;
  height: 166px;
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

#qa {
  padding: 55px 0 50px;
  background: #F0FBFF;
}
#qa .inner {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
#qa .inner .title {
  text-align: center;
  margin: 0 0 40px;
}
#qa .inner .title img {
  width: auto;
}
#qa .inner .job {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
#qa .inner .qa_list {
  max-width: 790px;
  width: 100%;
}
#qa .inner .qa_list ul li {
  margin: 0 auto 33px;
}
#qa .inner .qa_list ul li .question {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 20px 24px 20px 90px;
  margin: 0 0 5px;
  position: relative;
}
#qa .inner .qa_list ul li .question:before {
  content: "";
  position: absolute;
  background: url(../img/question.svg) no-repeat;
  background-size: 100%;
  width: 19px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 37px;
  margin: auto;
}
#qa .inner .qa_list ul li .answer {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 20px 24px 20px 90px;
  position: relative;
}
#qa .inner .qa_list ul li .answer:before {
  content: "";
  position: absolute;
  background: url(../img/answer.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 37px;
  margin: auto;
}
#qa .inner .qa_list ul li:last-child {
  margin: 0 auto;
}

#contact {
  background: linear-gradient(#28b1d9 0%, #70eaf6 100%);
  position: relative;
  padding: 75px 0 93px;
  overflow: hidden;
}
#contact .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contact .inner .text_area {
  max-width: 960px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
#contact .inner .text_area .title {
  text-align: center;
  margin: 0 0 36px;
}
#contact .inner .text_area .title img {
  width: auto;
}
#contact .inner .text_area p {
  font-size: 23px;
  line-height: 1.88;
  font-weight: 500;
}
#contact .inner .text_area .btn {
  width: 347px;
  margin: 26px auto 0;
  border: none;
}
#contact .inner .text_area .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: #fff;
  border: 3px solid #F2932D;
  color: #F2932D;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 36px;
}
#contact .inner .text_area .contact_area {
  margin: 65px 0 0;
}
#contact .inner .text_area .contact_area .btn {
  margin: 10px auto 0;
}
#contact .inner .text_area .contact_area .btn a {
  background: #F2932D;
  border: 3px solid #F2932D;
  color: #fff;
}
#contact .inner:after {
  content: "";
  background: url(../img/contact_img.png) no-repeat;
  background-size: 100%;
  width: 351px;
  height: 817px;
  display: block;
  position: absolute;
  top: 0;
  right: 140px;
}

footer {
  padding: 54px 0 48px;
}
footer .footer_logo {
  width: 224px;
  margin: 0 auto 22px;
}
footer .copyright {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #696969;
}

@media screen and (max-width: 980px) {
  header .header_inner .contact_area {
    display: none;
  }
  .menu {
    display: block;
    list-style: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    clear: both;
    background: #fff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
  }
  .menu .menu_inner {
    margin: 100px 0 0;
    padding: 40px 0 0;
    position: relative;
    height: 100%;
    z-index: 1;
    background: linear-gradient(#28b1d9 0%, #70eaf6 100%);
  }
  .menu .menu_inner .main_menu {
    width: 70vw;
    margin: 0 auto;
  }
  .menu .menu_inner .main_menu li {
    border-bottom: 1px solid #fff;
    margin: 0 0 34px;
    padding: 0 0 14px;
  }
  .menu .menu_inner .main_menu li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
  }
  .menu .menu_inner .main_menu li a:hover {
    opacity: 0.5;
  }
  .menu .menu_inner .sub_menu {
    width: 70vw;
    margin: 0 auto;
  }
  .menu .menu_inner .sub_menu li {
    margin: 0 0 20px;
  }
  .menu .menu_inner .sub_menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 36px;
    padding: 4px 0;
    transition: 0.2s;
  }
  .menu .menu_inner .sub_menu li a.siryo {
    background: #fff;
    color: #F2932D;
    border: 2px solid #F2932D;
    color: #696969;
  }
  .menu .menu_inner .sub_menu li a.contact {
    background: #F2932D;
    color: #fff;
    border: 2px solid #fff;
  }
  .menu .menu_inner .sub_menu li a:hover {
    background: #0B2265;
    color: #fff;
    border: 2px solid #fff;
  }
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    pointer-events: all;
  }
  /* Hamburger menbu text */
  .menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-btn {
    display: none;
  }
  .menu-icon {
    display: inline-block;
    position: fixed;
    right: 12px;
    top: 26px;
    cursor: pointer;
    padding: 24px 10px 10px;
    z-index: 100;
    transition: all 0.5s;
  }
  /* Hamburger Menu Animation Start */
  /* Hamburger Menu Animation End */
}
@media screen and (max-width: 980px) and (hover: hover) and (pointer: fine) {
  .menu-icon:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 980px) {
  .navicon {
    background: transparent;
    display: block;
    height: 2px;
    width: 28px;
    position: relative;
    top: -6px;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    background: #54B6D4;
  }
}
@media screen and (max-width: 980px) {
  .navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #54B6D4;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}
@media screen and (max-width: 980px) {
  .navicon:before {
    top: 9px;
  }
}
@media screen and (max-width: 980px) {
  .navicon:after {
    bottom: 9px;
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon:after {
    content: "";
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon .navicon {
    top: -7px;
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
}
@media screen and (max-width: 910px) {
  br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header_inner {
    height: 50px;
    padding: 3.2vw 3.7333333333vw;
    box-sizing: border-box;
  }
  header .header_inner .logo_area a .logo_img {
    width: 28.2666666667vw;
    max-width: 106px;
    margin: 0 1.8666666667vw 0 0;
  }
  header .header_inner .logo_area a .logo_tag {
    min-width: 22.9333333333vw;
    padding: 0.8vw 1.8666666667vw;
  }
  header .header_inner .contact_area {
    display: none;
  }
  .menu-icon {
    top: 6px;
  }
  .menu .menu_inner {
    margin: 50px 0 0;
  }
  #mv {
    height: 137.6vw;
    margin: 50px 0 0;
  }
  #mv.mv_all {
    height: unset;
  }
  #mv.mv_all picture {
    display: block;
  }
  #mv.mv_all .mv_inner {
    display: none;
  }
  #mv .mv_img {
    width: 100%;
    bottom: -10px;
  }
  #mv .mv_inner {
    width: 100%;
  }
  #mv .mv_inner .mv_logo_text_set {
    left: 8vw;
    top: 5.3333333333vw;
  }
  #mv .mv_inner .mv_logo_text_set .mv_text {
    font-size: 7.4666666667vw;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
  }
  #mv .mv_inner .mv_logo_text_set .mv_logo {
    display: none;
  }
  #mv .mv_inner .mv_logo_text_set .mv_tag {
    display: none;
  }
  #mv .mv_inner .mv_medal {
    position: absolute;
    width: 89.3333333333vw;
    top: 42.6666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mv .mv_inner .mv_btn {
    display: none;
  }
  #mv .mv_cm {
    display: none;
  }
  #cm {
    padding: 1.0666666667vw 0;
  }
  #cm .inner {
    max-width: unset;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #cm .inner .title {
    text-align: center;
    margin: 0 0 1.0666666667vw;
  }
  #cm .inner .title img {
    width: 100%;
    max-width: 37.8666666667vw;
  }
  #cm .inner .movie {
    padding-top: 56.25%;
    width: 74.1333333333vw;
    height: 0;
    position: relative;
    margin: 0 auto 2.1333333333vw;
  }
  #cm .inner .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #cm .inner .btn {
    border: none;
    box-sizing: border-box;
  }
  #cm .inner .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.4vw;
    background: #F2932D;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 36px;
  }
  #cm .inner .btn a.wedge0920_btn {
    text-align: center;
    line-height: 1.4;
    height: 20vw;
    max-height: 82px;
    font-size: 18px;
  }
  #about {
    margin: 10.6666666667vw 0 26.6666666667vw;
  }
  #about .inner {
    width: 92%;
  }
  #about .inner .title {
    text-align: center;
    margin: 0 0 8vw;
  }
  #about .inner .title img {
    height: 4vw;
  }
  #about .inner .about_text {
    font-size: 14px;
  }
  #able {
    position: relative;
  }
  #able:before {
    width: 100%;
    height: 790px;
    top: -16vw;
  }
  #able .inner {
    width: 92%;
  }
  #able .inner .title {
    text-align: center;
    margin: 0 0 8vw;
  }
  #able .inner .title img {
    width: auto;
    height: 4vw;
  }
  #able .inner .able_list:after {
    content: "";
    display: block;
    width: 48%;
  }
  #able .inner .able_list .able_item {
    width: 48%;
    height: 200px;
    margin: 0 0 40px;
  }
  #able .inner .able_list .able_item.open {
    overflow: unset;
    z-index: 1;
  }
  #able .inner .able_list .able_item.open .able_item_inner {
    height: auto;
  }
  #able .inner .able_list .able_item.open .toggle_button {
    bottom: -40px;
    background: #fff;
    padding: 13px 0 4px;
  }
  #able .inner .able_list .able_item .able_item_inner {
    height: 200px;
  }
  #able .inner .able_list .able_item .title {
    margin: 0;
    padding: 2.1333333333vw;
    font-size: 14px;
  }
  #able .inner .able_list .able_item .able_text {
    padding: 2.1333333333vw;
    font-size: 11px;
    height: 130px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 15px -5px #ccc;
    overflow: hidden; /* 超えた部分を隠す */
    transition: max-height 0.5s ease; /* スムーズな開閉 */
  }
  #able .inner .able_list .able_item .able_text p {
    white-space: pre-wrap;
  }
  #able .inner .able_list .able_item .toggle_button {
    margin: -48px auto 0;
    padding: 8px 0 4px;
    bottom: 0;
  }
  #able .inner .able_list .able_item .toggle_button img {
    width: auto;
    margin-right: 10px;
    height: 10px;
  }
  #able .able_slide_list {
    width: 100%;
    margin: 8vw auto 16vw;
  }
  #able .able_slide_list #able_slide .slide-item {
    margin: 0 1.0666666667vw;
    padding: 2.1333333333vw;
    border-radius: 15px;
  }
  #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_title {
    font-size: 16px;
    padding: 2.1333333333vw 0;
  }
  #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img {
    margin: 4.2666666667vw 0;
  }
  #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img img {
    width: 100%;
  }
  #able .able_slide_list #able_slide .slick-dots li {
    background: #eee;
  }
  #able .able_slide_list #able_slide .slick-dots li.slick-active {
    background: #54b6d4;
  }
  #able .able_slide_list #able_slide .slick-prev {
    left: 0;
    z-index: 3;
  }
  #able .able_slide_list #able_slide .slick-next {
    right: 0;
    z-index: 3;
  }
  #trouble {
    padding: 8vw 0 45.3333333333vw;
  }
  #trouble .inner {
    max-width: 882px;
    width: 89.3333333333vw;
  }
  #trouble .inner .title {
    margin: 0 0 4.8vw;
  }
  #trouble .inner .fukidashi {
    padding: 10.6666666667vw 6.6666666667vw;
    border-radius: 15px;
    box-sizing: border-box;
  }
  #trouble .inner .fukidashi .list {
    padding: 0;
  }
  #trouble .inner:after {
    content: "";
    background: url(../img/trouble_illust_sp.png) no-repeat;
    background-size: 100%;
    position: absolute;
    max-width: unset;
    width: 37.0666666667vw;
    height: 49.3333333333vw;
    left: 0;
    right: -36vw;
    bottom: -45vw;
    margin: auto;
  }
  #merit {
    padding: 12vw 0 0;
  }
  #merit .inner {
    width: 89.3333333333vw;
  }
  #merit .inner .title {
    margin: 0 0 6.9333333333vw;
  }
  #merit .inner .title_text {
    font-size: 14px;
    margin: 0 0 11.7333333333vw;
  }
  #merit .inner .merit_list ul {
    display: block;
  }
  #merit .inner .merit_list ul li {
    background: #EDFAFF;
    max-width: unset;
    width: 74.6666666667vw;
    font-size: 14px;
    margin: 0 0 8vw auto;
  }
  #merit .inner .merit_list ul li .img {
    width: 34vw;
    height: auto;
    max-width: unset;
    max-height: unset;
    position: absolute;
    left: -23vw;
    right: unset;
    top: -8vw;
    margin: 0 auto;
  }
  #merit .inner .merit_list ul li .img picture {
    display: block;
  }
  #merit .inner .merit_list ul li .text_area {
    padding: 4.5333333333vw 4.5333333333vw 4.5333333333vw 7.4666666667vw;
  }
  #merit .inner .merit_list ul li .text_area .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3.2vw;
    position: relative;
  }
  #merit .inner .merit_list ul li .text_area .title .num {
    color: #fff;
    background: url(../img/merit_num_bg.svg) no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 0 2px 0 0;
  }
  #merit:before {
    content: "";
    background: url(../img/trouble_arrow.svg) no-repeat;
    background-size: 100%;
    width: 17.8666666667vw;
    height: 8vw;
  }
  #result {
    padding: 29.3333333333vw 0 13.3333333333vw;
  }
  #result .inner {
    width: 89.3333333333vw;
  }
  #result .inner .title {
    text-align: center;
    margin: 0 0 1.0666666667vw;
  }
  #result .inner .title_text {
    margin: 0 0 5.3333333333vw;
  }
  #result .inner .result_list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #result .inner .result_list ul li {
    max-width: unset;
    width: 41.8666666667vw;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 auto 6.4vw;
  }
  #result .inner .result_list ul li .img {
    width: 100%;
    height: auto;
    max-width: 215px;
    height: 33.3333333333vw;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 3.7333333333vw;
  }
  #result .inner .result_list ul li .text_area {
    width: 41.0666666667vw;
    margin: 0 auto;
  }
  #result .inner .result_list ul li .text_area .title {
    font-size: 20px;
  }
  #result .inner .result_list ul li .text_area .text {
    color: #4A4949;
  }
  #result .inner .result_list ul li:nth-of-type(n + 4) {
    margin: 0 auto 6.4vw;
  }
  #result:before {
    content: "";
    background: url(../img/bg_dot_sp.svg) no-repeat;
    background-size: 100%;
    width: 144.8vw;
    height: 48vw;
    top: -13vw;
  }
  #trial {
    padding: 13.3333333333vw 0;
    position: relative;
    background: linear-gradient(#28b1d9 0%, #70eaf6 100%);
  }
  #trial .inner {
    color: #fff;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  #trial .inner .title {
    margin: 0 0 9.3333333333vw;
  }
  #trial .inner .text {
    font-size: 16px;
    margin: 0 0 8vw;
  }
  #trial .inner .text p + p {
    margin: 1em 0 0;
  }
  #trial .inner .btn {
    width: 80vw;
    margin: 0 auto;
  }
  #trial .inner .btn a {
    height: 9.0666666667vw;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 36px;
  }
  #plan {
    padding: 7.4666666667vw 0;
  }
  #plan .inner {
    width: 89.3333333333vw;
  }
  #plan .inner .title {
    text-align: center;
    margin: 0 0 5.3333333333vw;
  }
  #plan .inner .title_text {
    font-size: 14px;
    margin: 0 0 6.6666666667vw;
    letter-spacing: 0;
  }
  #plan .inner .RP_table {
    min-width: unset;
    width: 630px;
    position: relative;
    left: -5.3333333333vw;
  }
  #plan .inner .RP_table:after {
    left: calc(20% + 2px);
    border-radius: 5px 5px 0 0;
  }
  #plan .inner .colgroup_1 {
    width: 20%;
  }
  #plan .inner .RP_table thead th div {
    font-size: 22px;
    border-radius: 5px 5px 0 0;
  }
  #plan .inner .RP_table tbody th {
    font-size: 12px;
    background: #fff;
  }
  #plan .inner .RP_table tbody td {
    font-size: 12px;
    padding: 10px;
  }
  #plan .inner .RP_table thead th:first-of-type div {
    height: 40px;
    font-size: 12px;
  }
  #plan .inner .RP_table thead th:nth-of-type(2) div, #plan .inner .RP_table thead th:nth-of-type(3) div, #plan .inner .RP_table thead th:nth-of-type(4) div {
    height: 34px;
    font-size: 12px;
  }
  #plan .inner .RP_table tbody tr:nth-of-type(-n+2) {
    height: 34px;
  }
  #plan .inner .RP_table tbody tr:nth-of-type(3) {
    height: 70px;
  }
  #plan .inner .RP_table tbody tr:nth-of-type(3) th {
    vertical-align: middle;
  }
  #plan .inner .RP_table tbody tr:nth-of-type(3) th > div, #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(n+2) > div {
    height: 34px;
  }
  #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(1) > div {
    height: 40px;
  }
  #plan .inner .RP_table_box {
    padding-bottom: 10px;
  }
  #plan .inner .RP_table .emphasis {
    font-size: 16px;
  }
  #plan .inner .RP_table .orange_emphasis {
    font-size: 16px;
  }
  #plan .inner .message {
    width: 100vw;
    margin: 10.6666666667vw auto;
    background-color: #fff;
    -webkit-clip-path: polygon(0% 100%, 7vw 0%, 100% 0%, 91vw 100%);
            clip-path: polygon(0% 100%, 7vw 0%, 100% 0%, 91vw 100%);
    text-align: center;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    left: -5.3333333333vw;
    line-height: 1.71;
  }
  #plan .inner .download .title {
    margin: 0 0 6.6666666667vw;
  }
  #plan .inner .download .btn {
    width: 80vw;
    margin: 0 auto;
  }
  #plan .inner .download .btn a {
    width: 100%;
    height: 9.0666666667vw;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 36px;
  }
  #voice {
    padding: 12vw 0 10.6666666667vw;
    position: relative;
    overflow-x: clip;
  }
  #voice .inner {
    position: relative;
    z-index: 3;
  }
  #voice .inner .title {
    margin: 0 0 4.5333333333vw;
  }
  #voice .inner .title_text {
    font-size: 14px;
    margin: 0 0 11.2vw;
  }
  #voice .inner .logo_area {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #voice .inner .logo_area ul li {
    width: 18%;
  }
  #voice .inner #js-slide .item {
    max-width: 500px;
    width: 70.4vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
    margin: 0 3.2vw;
    border: 1px solid transparent;
  }
  #voice .inner #js-slide .item .item_inner {
    padding: 7.4666666667vw 2.1333333333vw 7.4666666667vw 5.8666666667vw;
  }
  #voice .inner #js-slide .item .item_inner .title {
    position: relative;
  }
  #voice .inner #js-slide .item .item_inner .title h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5.3333333333vw;
  }
  #voice .inner #js-slide .item .item_inner .title:after {
    left: -3.7333333333vw;
    width: 13.6vw;
    height: 13.8666666667vw;
    transform: rotate(180deg);
  }
  #voice .inner #js-slide .item .item_inner p {
    font-size: 12px;
    padding: 0 3.7333333333vw 0 0;
  }
  #voice .inner #js-slide .item .item_inner .voice_person {
    margin-top: 13.3333333333vw;
    margin-right: 3.7333333333vw;
  }
  #voice .inner #js-slide .item .item_inner .voice_person .voice_person_information {
    font-size: 8px;
    margin-right: 4vw;
  }
  #voice .inner #js-slide .item .item_inner .voice_person .voice_person_img {
    overflow: hidden;
    position: relative;
    width: 14.1333333333vw;
    height: 14.1333333333vw;
  }
  #voice .inner #js-slide .slick-current {
    border: 1px solid #5ecef1;
  }
  #voice .inner #js-slide .slide-arrow {
    background-color: transparent;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 3;
  }
  #voice .inner #js-slide .prev-arrow {
    border-bottom: 30px solid transparent;
    border-left: 0;
    border-right: 30px solid #40BEE5;
    border-top: 30px solid transparent;
    right: calc(50% + 285px);
  }
  #voice .inner #js-slide .next-arrow {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #40BEE5;
    border-right: 0;
    border-top: 30px solid transparent;
    left: calc(50% + 285px);
  }
  #voice .inner #js-slide button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  #voice:before {
    content: "";
    background: url(../img/bg_gray_tri.svg) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-width: unset;
    height: 12vw;
    display: block;
    position: absolute;
    top: -2px;
    margin: auto;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }
  #qa {
    padding: 6.4vw 0 12vw;
  }
  #qa .inner {
    width: 89.3333333333vw;
  }
  #qa .inner .title {
    text-align: center;
    margin: 0 0 1.6vw;
  }
  #qa .inner .job {
    font-size: 14px;
    margin: 0 0 2.1333333333vw;
  }
  #qa .inner .qa_list ul li {
    font-size: 13px;
    margin: 0 auto 4.8vw;
  }
  #qa .inner .qa_list ul li .question {
    padding: 3.2vw 2.6666666667vw 3.2vw 8vw;
    margin: 0 0 1.3333333333vw;
  }
  #qa .inner .qa_list ul li .question:before {
    content: "";
    position: absolute;
    background: url(../img/question.svg) no-repeat;
    background-size: 100%;
    width: 3.7333333333vw;
    height: 6.9333333333vw;
    left: 2.1333333333vw;
  }
  #qa .inner .qa_list ul li .answer {
    padding: 3.2vw 2.6666666667vw 3.2vw 8vw;
  }
  #qa .inner .qa_list ul li .answer:before {
    content: "";
    position: absolute;
    background: url(../img/answer.svg) no-repeat;
    background-size: 100%;
    width: 3.2vw;
    height: 6.9333333333vw;
    left: 2.4vw;
  }
  #contact {
    padding: 11.2vw 0 10.6666666667vw;
  }
  #contact .inner {
    max-width: 1400px;
    width: 89.3333333333vw;
    margin: 0 auto;
    position: relative;
  }
  #contact .inner .text_area .title {
    text-align: center;
    margin: 0 0 6.1333333333vw;
  }
  #contact .inner .text_area p {
    font-size: 16px;
  }
  #contact .inner .text_area .btn {
    width: 80vw;
    margin: 5.3333333333vw auto 0;
  }
  #contact .inner .text_area .btn a {
    height: 9.0666666667vw;
    font-size: 20px;
  }
  #contact .inner .text_area .contact_area {
    margin: 9.6vw 0 0;
  }
  #contact .inner .text_area .contact_area .btn {
    margin: 5.3333333333vw auto 0;
  }
  #contact .inner:after {
    display: none;
  }
  footer {
    padding: 9.8666666667vw 0 7.4666666667vw;
  }
  footer .footer_logo {
    width: 42.4vw;
    margin: 0 auto 3.2vw;
  }
  footer .copyright {
    font-size: 7px;
  }
}
@media screen and (max-width: 500px) {
  #able .inner .able_list .able_item {
    margin: 0 0 3vw;
  }
}
/*# sourceMappingURL=lp.css.map */